﻿
.gris {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(196,196,196,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(196,196,196,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(196,196,196,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(196,196,196,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(196,196,196,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(196,196,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4', GradientType=0 );
}

.banner {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 71%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(71%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 71%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 71%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 71%, rgba(237,237,237,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 71%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}


.fondo {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(63%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}


.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 80%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        transition: all 0.2s;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 2rem;
    }

.txt1 {
    font-size: 10px;
    color: #999999;
    line-height: 1.4;
}

.txt2 {
    font-size: 10px;
    color: #57b846;
    line-height: 1.4;
}

.txt3 {
    font-size: 10px;
    color: #57b846;
    line-height: 1.4;
    text-transform: uppercase;
}


.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}


.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.tablaDatos {
    font-size: 11px;
}

.fondoCard {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.azul {

    background: rgba(73,155,234,1);
background: -moz-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(8,71,138,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(8,71,138,1)));
background: -webkit-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(8,71,138,1) 100%);
background: -o-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(8,71,138,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(73,155,234,1) 0%, rgba(8,71,138,1) 100%);
background: linear-gradient(135deg, rgba(73,155,234,1) 0%, rgba(8,71,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#08478a', GradientType=1 );
}


.rojo {

    background: rgba(248,80,50,1);
background: -moz-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(140,26,15,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(140,26,15,1)));
background: -webkit-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(140,26,15,1) 100%);
background: -o-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(140,26,15,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(140,26,15,1) 100%);
background: linear-gradient(135deg, rgba(248,80,50,1) 0%, rgba(140,26,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#8c1a0f', GradientType=1 );
}

.amarillo {

   background: rgba(222,148,37,1);
background: -moz-linear-gradient(-45deg, rgba(222,148,37,1) 0%, rgba(222,148,37,1) 22%, rgba(241,231,103,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(222,148,37,1)), color-stop(22%, rgba(222,148,37,1)), color-stop(100%, rgba(241,231,103,1)));
background: -webkit-linear-gradient(-45deg, rgba(222,148,37,1) 0%, rgba(222,148,37,1) 22%, rgba(241,231,103,1) 100%);
background: -o-linear-gradient(-45deg, rgba(222,148,37,1) 0%, rgba(222,148,37,1) 22%, rgba(241,231,103,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(222,148,37,1) 0%, rgba(222,148,37,1) 22%, rgba(241,231,103,1) 100%);
background: linear-gradient(135deg, rgba(222,148,37,1) 0%, rgba(222,148,37,1) 22%, rgba(241,231,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9425', endColorstr='#f1e767', GradientType=1 );
}

.fondopciones {

    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}


.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}


.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-warning {
    border-left: .25rem solid  #eeb71e !important;
}

.border-left-info {
    border-left: .25rem solid #1eaeb7 !important;
}


  .tooltip {
            text-decoration: none;
            border-bottom: 1px dotted #004B6B;
            color: #004B6B;
            outline: none;
            position: static;
            display: inline;
            opacity: 1;
        }

        /*For tooltip box*/
        #mcTooltip {
            line-height: 16px;
            border-width: 1px;
            color: #333;
            border-color: #BBB;
            padding: 20px;
            font-size: 12px;
            font-family: Verdana, Arial;
            border-radius: 6px;
            background-color: #F6F6F6;
        }

            #mcTooltip.no-padding {
                padding: 0;
                box-shadow: 0 4px 8px rgba(0,0,0,0.5);
            }

        #mcTooltip, #mcttCo b {
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }

            /* For hyperlink within tooltip */
            #mcTooltip a {
                color: #069;
            }

        /*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
        #mcttCloseButton {
            border-radius: 4px;
            width: 18px;
            height: 18px;
            margin-right: 2px;
            margin-top: 2px;
            background: black;
        }

            /*Close button X symbol*/
            #mcttCloseButton:after {
                font: normal 38px/18px arial, sans-serif;
                color: white;
                top: 0;
                left: -2px;
            }

        /*Give the close button a bigger size on smaller devices*/
        @media only screen and (max-width: 736px) {
            #mcttCloseButton {
                width: 28px;
                height: 28px;
            }

                #mcttCloseButton:after {
                    font-size: 48px;
                    line-height: 28px;
                }
        }

        /* Useful when overlay has been set to true or 1 in JS */
        #mcOverlay {
            background-color: rgba(0,0,0,0.5);
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: visible;
            z-index: 4;
        }

        #mcTooltip img {
            border: 0;
            vertical-align: middle;
        }

        /*The settings below should remain unchanged*/
        #mcTooltipWrapper {
            position: absolute;
            visibility: hidden;
            overflow: visible;
            z-index: 9999999999;
            top: -2000px;
        }

        #mcTooltip {
            float: left;
            border-style: solid;
            position: relative;
            overflow: hidden;
        }

        .mcTooltipInner {
            float: left;
            position: relative;
            width: auto;
            height: auto;
        }

        #mcttCo, #mcttCo b {
            position: absolute;
            overflow: hidden;
        }

        /*compatible with bootstrap*/
        #mcTooltip, #mcTooltip div {
            box-sizing: content-box;
        }



