﻿/*****************Estilos de Letras*****************/
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
}

html, body, .tooltip, .popover {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    /*background-color: #F8FBFB;*/
    background-color: #EFEFEF;
    padding: 0px !important;
    /*Código para bloquear selección de texto*/
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -ms-user-select: none !important;
}

/*****************Frame en Modal*****************/
.modal-frame {
    width: 100%;
    border: none;
    max-height: calc(100vh - 184px);
    max-height: -webkit-calc(100vh - 184px);
    max-height: -moz-calc(100vh - 184px);
}

.modal-body-scroll {
    max-height: calc(100vh - 200px);
    max-height: -webkit-calc(100vh - 200px);
    max-height: -moz-calc(100vh - 200px);
    overflow-y: auto;
}

/*****************Frame en Legajo Digital*****************/
.ld-frame {
    width: 100%;
    height: calc(50vh);
    min-height: 600px;
    border: #c3360e;
    border-style: solid;
}

/*****************Login*****************/
.login-wallpaper {
    background-image: url(../Imagenes/imagen_banner_9.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

@media only screen and (max-width:1156px) {
    .login-wallpaper {
        background-position-x: -900px;
    }
}
/*
.login-video {
    position: fixed;
}
@media (min-aspect-ratio: 16/9) {
    .login-video {
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    .login-video {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .login-wallpaper {
        background-image: url(../Imagenes/poster.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #464646;
    }
}
*/
.login-store {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .login-store img {
        width: 130px;
    }

.login-page {
    min-height: 100%;
    height: 100%;
}

.login-content {
}

.login-cell {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    position: relative;
    /*padding: 20px;*/
}

.login-cell-justify {
    justify-content: center;
    padding: 20px;
}

.login-cell-utilities {
    background-color: rgba(255,255,255,1);
    /*background-color: rgba(255,255,255,0.5);*/
}

.login-cell-informative {
    /*background: rgba(0, 0, 0, 0.59);*/
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    max-width: 67% !important;
}

.login-information {
    /*max-width: 440px;*/
}

.login-information-title {
    color: #fff;
    /*display: -moz-box;
    display: -ms-flexbox;
    display: flex;*/
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 24px;
    margin: 48px auto;
    position: relative;
}

.login-information-button {
    line-height: 24px;
    margin: 31px auto;
    position: relative;
    width: 100%;
    max-width: 440px;
}

.login-information-subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 48px auto;
    position: relative;
}

    .login-information-subtitle a {
        text-decoration: none;
    }

.login-form {
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: auto;
    width: 100%;
    max-width: 440px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-footer {
    /*background-color: #262626;
    width:100%;
    padding:20px;
    position:fixed;
    bottom:0;
    color: white;
    text-align: center;*/
    /*border-top-color: #131313;
    border-width: 2px;
    border-top-style: solid;*/
    /*line-height: 30px;*/
    /*NUEVO*/
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: white;
    /*background-color: #262626;*/
    background-color: #2c3136;
    z-index: 2;
    text-align: center;
    position: static;
}

.login-image {
    width: 75px;
    height: 75px;
}

.login-image-footer {
    max-height: 40px;
    min-height: 25px;
    margin-right: 15px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/ /* Para cuando es estándar funcione en todos */
    /*filter: gray;*/ /* IE4-8 and 9 */
}

.login-attribute {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
}

.login-button:focus, .login-button:active, .login-button:hover {
    text-decoration: none;
}

.login-button {
    /*text-transform: uppercase;*/
    outline: 0;
    background: #C3360E;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF !important;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
}

    .login-button:hover {
        background: #B2330F;
        text-decoration: none;
    }

.Mensaje {
    margin: 0 0 15px 0;
    font-size: 12px;
}

    .Mensaje a {
        color: #C3360E;
        text-decoration: none;
    }

.login-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    max-width: 300px;
}

.login-subtitle {
    color: #14171a;
    font-size: 18px;
    line-height: 24px;
    margin: 16px auto;
}

@media (min-width: 834px) { /* Medium and Large devices*/
    .login-form {
        padding: 33px;
        padding-bottom: 10px;
    }

    .login-page {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login-content {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .login-information-title {
        font-size: x-large;
    }

    .login-cell {
        max-width: 33%;
        height: 100%;
    }
}

@media (max-width: 833px) { /* Small and xSmall devices */
    .login-content {
        position: relative;
        height: 100% !important;
    }

    .login-form {
        padding: 20px;
        padding-bottom: 10px;
    }

    .login-footer {
        display: none;
    }

    .login-cell-informative {
        max-width: 67% !important;
        /*margin-bottom: 50px !important;*/
    }

    .login-cell {
        height: 100%;
    }

    .register-form {
        background: #FFFFFF;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        padding: 20px;
        z-index: 10;
        width: 100%;
        margin: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 833px) {
    .register-form {
        /*position: fixed;*/
        width: 600px;
        /*top: 50%;*/
        left: 50%;
        /*transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);*/
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        /*min-height: 700px;*/
        background: #FFFFFF;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        padding: 25px;
        z-index: 10;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*****************Paginación de grilla estilo Bootstrap*****************/
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/*********************AGREGADOS TABS RESPONSIVE*******************/
@media (min-width: 768px) {
    .accordion-panel-heading {
        display: none;
    }

    .accordion-panel {
        border: none;
        box-shadow: none;
    }

    .accordion-panel-body {
        padding: 0px !important;
    }

    .accordion-nav-tabs {
        margin-bottom: 15px;
    }

    .accordion-panel .panel-collapse.collapse {
        display: block;
        height: auto !important;
    }

    .accordion-container {
        padding: 15px;
        margin-bottom: 10px;
        background-color: #fff;
        /*border: 1px solid #ddd;*/
        /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
      box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
    .accordion-nav-tabs {
        display: none;
    }

    .accordion-panel {
        /*box-shadow: none;*/
        margin-bottom: 8px !important
    }

    .accordion-collapse {
        display: none;
    }

        .accordion-collapse.accordion-in {
            display: block;
        }

    .accordion-tab-content .tab-pane {
        display: block;
    }

    .accordion-container {
        margin-bottom: 10px;
    }
}

/*********************INDICADOR DE CARGA*******************/
.loader-icon,
.loader-icon:before,
.loader-icon:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

    .loader-icon:before,
    .loader-icon:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader-icon:before {
        left: -1.5em;
    }

.loader-icon {
    text-indent: -9999em;
    /*margin: 40% auto;*/
    position: relative;
    font-size: 11px;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

    .loader-icon:after {
        left: 1.5em;
        -webkit-animation-delay: 0.32s;
        animation-delay: 0.32s;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.78) 35%, rgba(0,0,0,0.78) 65%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(35%, rgba(0,0,0,0.78)), color-stop(65%, rgba(0,0,0,0.78)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.78) 35%, rgba(0,0,0,0.78) 65%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.78) 35%, rgba(0,0,0,0.78) 65%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.78) 35%, rgba(0,0,0,0.78) 65%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.78) 35%, rgba(0,0,0,0.78) 65%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    /*-webkit-transform: translate(calc(-50% - 4em),-50%);
    -moz-transform: translate(calc(-50% - 4em),-50%);
    -ms-transform: translate(calc(-50% - 4em),-50%);
    -o-transform: translate(calc(-50% - 4em),-50%);
    transform: translate(calc(-50% - 4em),-50%);*/
    -webkit-transform: translate(-4em,-2em);
    -moz-transform: translate(-4em,-2em);
    -ms-transform: translate(-4em,-2em);
    -o-transform: translate(-4em,-2em);
    transform: translate(-4em,-2em);
}

.loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 19px;
}

@media (max-width:991px) {
    .loader-text {
        display: none;
    }

    .loader-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

/*********************NUEVOS COLORES DE BOTONES*******************/
.btn-instituto {
    color: #d43f3a;
    background-color: #ffffff;
    border-color: #d43f3a;
    background-image: url(../Imagenes/SVG/lineas.png);
    background-size: cover;
    background-repeat: no-repeat;
}

    .btn-instituto.focus, .btn-instituto:focus {
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
        color: #ffffff;
    }

        .btn-instituto.focus > .glyphicon, .btn-instituto:focus > .glyphicon {
            color: #ffffff !important;
        }

    .btn-instituto:hover {
        color: #e44e24;
        background-color: #e6e6e6; /*#B2330F;*/
        border-color: #d43f3a;
    }

    .btn-instituto.active, .btn-instituto:active, .open > .dropdown-toggle.btn-instituto {
        color: #fff;
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
    }

        .btn-instituto:active > .glyphicon, .btn-instituto.active > .glyphicon {
            color: #ffffff !important;
        }

        .btn-instituto.active.focus, .btn-instituto.active:focus, .btn-instituto.active:hover, .btn-instituto:active.focus, .btn-instituto:active:focus, .btn-instituto:active:hover, .open > .dropdown-toggle.btn-instituto.focus, .open > .dropdown-toggle.btn-instituto:focus, .open > .dropdown-toggle.btn-instituto:hover {
            color: #fff;
            background-color: #B2330F; /*#ac2925;*/
            border-color: #d43f3a;
        }

    .btn-instituto.active, .btn-instituto:active, .open > .dropdown-toggle.btn-instituto {
        background-image: none;
    }

    .btn-instituto.disabled.focus, .btn-instituto.disabled:focus, .btn-instituto.disabled:hover, .btn-instituto[disabled].focus, .btn-instituto[disabled]:focus, .btn-instituto[disabled]:hover, fieldset[disabled] .btn-instituto.focus, fieldset[disabled] .btn-instituto:focus, fieldset[disabled] .btn-instituto:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-instituto .badge {
        color: #C3360E;
        background-color: #fff;
    }

.btn-instituto-invertido {
    color: #C3360E;
    background-color: white;
    border-color: #C3360E;
}

    .btn-instituto-invertido.focus, .btn-instituto-invertido:focus {
        color: #C3360E;
        background-color: #F7D2C8;
        border-color: #C3360E;
    }

    .btn-instituto-invertido:hover {
        color: #C3360E;
        background-color: #F7D2C8;
        border-color: #C3360E;
    }

.btn-imprimir:before {
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    content: "\e045";
    margin-right: 10px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-imprimir {
    color: #fff;
    background-color: #C3360E;
    border-color: #d43f3a;
}

    .btn-imprimir.focus, .btn-imprimir:focus {
        color: #fff;
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
    }

    .btn-imprimir:hover {
        color: #fff;
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
    }

    .btn-imprimir.active, .btn-imprimir:active, .open > .dropdown-toggle.btn-imprimir {
        color: #fff;
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
    }

        .btn-imprimir.active.focus, .btn-imprimir.active:focus, .btn-imprimir.active:hover, .btn-imprimir:active.focus, .btn-imprimir:active:focus, .btn-imprimir:active:hover, .open > .dropdown-toggle.btn-imprimir.focus, .open > .dropdown-toggle.btn-imprimir:focus, .open > .dropdown-toggle.btn-imprimir:hover {
            color: #fff;
            background-color: #B2330F; /*#ac2925;*/
            border-color: #d43f3a;
        }

    .btn-imprimir.active, .btn-imprimir:active, .open > .dropdown-toggle.btn-imprimir {
        background-image: none;
    }

    .btn-imprimir.disabled.focus, .btn-imprimir.disabled:focus, .btn-imprimir.disabled:hover, .btn-imprimir[disabled].focus, .btn-imprimir[disabled]:focus, .btn-imprimir[disabled]:hover, fieldset[disabled] .btn-imprimir.focus, fieldset[disabled] .btn-imprimir:focus, fieldset[disabled] .btn-imprimir:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-imprimir .badge {
        color: #C3360E;
        background-color: #fff;
    }

.btn-excel:before {
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    content: "\f1c3";
    margin-right: 10px;
    color: #E44E24;
    /*color: #fff;*/
    /*position: relative;
    display: inline-block;
    font-style: normal;
    line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-excel {
    color: #000;
    /*color: #fff;*/
    /*background-color: #1F6E42;*/
    /*border-color: #267E4D;*/
    border-color: #E44E24;
    background-image: url(../Imagenes/SVG/lineas.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .btn-excel.focus, .btn-excel:focus {
        color: #fff;
        /*background-color: #398439;*/ /*#1D5E3A;*/
        /*border-color: #267E4D;*/
        background-color: #E44E24;
        border-color: #E44E24
    }

    .btn-excel:hover {
        color: #fff;
        /*background-color: #398439;*/ /*#1D5E3A;*/
        /*border-color: #267E4D;*/
        background-color: #E44E24;
        border-color: #E44E24
    }

    .btn-excel.active, .btn-excel:active, .open > .dropdown-toggle.btn-excel {
        color: #fff;
        /*background-color: #398439;*/ /*#1D5E3A;*/
        /*border-color: #267E4D;*/
        background-color: #E44E24;
        border-color: #E44E24
    }

        .btn-excel.active.focus, .btn-excel.active:focus, .btn-excel.active:hover, .btn-excel:active.focus, .btn-excel:active:focus, .btn-excel:active:hover, .open > .dropdown-toggle.btn-excel.focus, .open > .dropdown-toggle.btn-excel:focus, .open > .dropdown-toggle.btn-excel:hover {
            color: #fff;
            /*background-color: #1D5E3A;*/ /*#398439;*/
            /*border-color: #267E4D;*/
            background-color: #E44E24;
            border-color: #E44E24
        }

    .btn-excel.active, .btn-excel:active, .open > .dropdown-toggle.btn-excel {
        background-image: none;
    }

    .btn-excel.disabled.focus, .btn-excel.disabled:focus, .btn-excel.disabled:hover, .btn-excel[disabled].focus, .btn-excel[disabled]:focus, .btn-excel[disabled]:hover, fieldset[disabled] .btn-excel.focus, fieldset[disabled] .btn-excel:focus, fieldset[disabled] .btn-excel:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-excel .badge {
        color: #1F6E42;
        background-color: #fff;
    }

.btn-link-green {
    font-weight: 400;
    color: forestgreen;
    border-radius: 0;
}

    .btn-link-green, .btn-link-green.active, .btn-link-green:active, .btn-link-green[disabled], fieldset[disabled] .btn-link-green {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link-green, .btn-link-green:active, .btn-link-green:focus, .btn-link-green:hover {
            border-color: transparent;
        }

            .btn-link-green:focus, .btn-link-green:hover {
                color: mediumseagreen;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link-green[disabled]:focus, .btn-link-green[disabled]:hover, fieldset[disabled] .btn-link-green:focus, fieldset[disabled] .btn-link-green:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group.open .dropdown-toggle.btn-link-green {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .btn-link-green {
    color: #777;
}

    .navbar-default .btn-link-green:focus, .navbar-default .btn-link-green:hover {
        color: #333;
    }

    .navbar-default .btn-link-green[disabled]:focus, .navbar-default .btn-link-green[disabled]:hover, fieldset[disabled] .navbar-default .btn-link-green:focus, fieldset[disabled] .navbar-default .btn-link-green:hover {
        color: #ccc;
    }

.btn-link-white {
    font-weight: 400;
    color: white;
    border-radius: 0;
}

    .btn-link-white, .btn-link-white.active, .btn-link-white:active, .btn-white-green[disabled], fieldset[disabled] .btn-link-white {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link-white, .btn-link-white:active, .btn-link-white:focus, .btn-link-white:hover {
            border-color: transparent;
        }

            .btn-link-white:focus, .btn-link-white:hover {
                color: #CCC;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link-white[disabled]:focus, .btn-link-white[disabled]:hover, fieldset[disabled] .btn-link-white:focus, fieldset[disabled] .btn-link-white:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group.open .dropdown-toggle.btn-link-white {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .btn-link-white {
    color: #777;
}

    .navbar-default .btn-link-white:focus, .navbar-default .btn-link-white:hover {
        color: #333;
    }

    .navbar-default .btn-link-white[disabled]:focus, .navbar-default .btn-link-white[disabled]:hover, fieldset[disabled] .navbar-default .btn-link-white:focus, fieldset[disabled] .navbar-default .btn-link-white:hover {
        color: #ccc;
    }

/*********************SECTOR BOTONERA EN HEADING*******************/
.panel-heading .panel-heading-actions {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .panel-heading .panel-heading-actions > * {
        display: inline-block;
    }

        .panel-heading .panel-heading-actions > *:not(:last-child) {
            margin-right: 5px;
        }

        .panel-heading .panel-heading-actions > *:not(.btn-panel) {
            display: inline-block;
            padding-top: 5px;
        }

/*********************BOTON CABECERA DE PANEL*******************/
@media (max-width:991px) {
    .btn-panel span:nth-child(2) {
        display: none;
    }

    .btn-panel span:nth-child(1) {
        margin: 0px !important;
    }
}

.btn-panel span:nth-child(1) {
    margin-right: 5px;
}

.btn-panel {
    background-color: white;
    padding: 6px 12px;
    border-radius: 4px;
    position: relative;
    /*margin-right: 10px;*/
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

    .btn-panel:hover, .btn-panel:active, .btn-panel:focus {
        text-decoration: none;
        font-size: inherit;
    }

    .btn-panel:hover {
        background-color: rgba(255,255,255,.8);
    }

.panel-siniestros .btn-panel {
    /*color: #0E9BC3;*/
    color: #C3360E;
    border: 1px solid #d4d4d4;
}

    .panel-siniestros .btn-panel:focus, .panel-siniestros .btn-panel:hover {
        /*color: #0E9BC3;*/
        background-color: #f5f5f5;
    }

.panel-default .btn-panel {
    color: #333;
}

    .panel-default .btn-panel:focus, .panel-default .btn-panel:hover {
        color: #333;
    }

.panel-saldos .btn-panel {
    /*color: #519226;*/
    color: #c3360e;
    border: 1px solid #d4d4d4;
}

    .panel-saldos .btn-panel:focus, .panel-saldos .btn-panel:hover {
        /*color: #519226;*/
        background-color: #f5f5f5;
    }

.panel-instituto-secondary .btn-panel {
    color: #D2684A;
}

    .panel-instituto-secondary .btn-panel:focus {
        color: #D2684A;
    }

.panel-instituto-neutro-1 .btn-panel {
    /*color: #C3630E;*/
    color: #C3360E;
    border: 1px solid;
}

    .panel-instituto-neutro-1 .btn-panel:focus {
        color: #C3630E;
    }

.panel-instituto-neutro-2 .btn-panel {
    /*color: #C3910E;*/
    color: #C3360E;
    border: 1px solid;
}

    .panel-instituto-neutro-2 .btn-panel:focus {
        color: #C3910E;
    }

.panel-instituto-neutro-3 .btn-panel {
    color: #C3BE0E;
}

    .panel-instituto-neutro-3 .btn-panel:focus {
        color: #C3BE0E;
    }

.panel-instituto-neutro-4 .btn-panel {
    color: #9BC30E;
}

    .panel-instituto-neutro-4 .btn-panel:focus {
        color: #9BC30E;
    }

.panel-instituto-neutro-5 .btn-panel {
    color: #6EC30E;
}

    .panel-instituto-neutro-5 .btn-panel:focus {
        color: #6EC30E;
    }

.panel-instituto-neutro-6 .btn-panel {
    color: #0EC363;
}

    .panel-instituto-neutro-6 .btn-panel:focus {
        color: #0EC363;
    }

.panel-instituto-neutro-7 .btn-panel {
    color: #0E9BC3;
}

    .panel-instituto-neutro-7 .btn-panel:focus {
        color: #0E9BC3;
    }

.panel-instituto-neutro-8 .btn-panel {
    color: #fff;
    background-color: #C3360E;
    border-color: #d43f3a;
}

    .panel-instituto-neutro-8 .btn-panel:focus {
        color: #fff;
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
    }

    .panel-instituto-neutro-8 .btn-panel:hover {
        color: #fff;
        background-color: #E44E24; /*#B2330F;*/
        border-color: #d43f3a;
    }
/*********************USER CONTROL INDICADOR*******************/
.indicador {
    display: inline-table;
}

    .indicador tr:nth-child(1) td:nth-child(1) {
        width: 5px;
        background-color: #C3360E;
    }

    .indicador tr:nth-child(1) td:nth-child(2) {
        font-weight: bold;
        font-size: 27px;
        text-align: left;
        padding-left: 6px;
        text-transform: uppercase;
    }

    .indicador tr:nth-child(2) td {
        text-align: left;
        padding-left: 6px;
    }

.indicador-central {
    display: inline-table;
}

    .indicador-central tr:nth-child(1) td:nth-child(1) {
        display: none;
    }

    .indicador-central tr:nth-child(1) td:nth-child(2) {
        font-weight: bold;
        font-size: 27px;
        text-align: center;
        text-transform: uppercase;
    }

    .indicador-central tr:nth-child(2) td {
        text-align: center;
    }

/*********************NUEVAS ALINEACIONES PANEL*******************/
.panel-footer-right {
    text-align: right;
}

.panel-consecutive {
    margin-right: 10px;
}

/*********************NUEVOS COLORES DE TEXTO*******************/
.text-white {
    color: white;
}

.text-siniestros {
    color: #0E9BC3;
}

a.text-siniestros:focus, a.text-siniestros:hover {
    color: #0E9BC3;
}

.text-default {
    color: #333;
}

a.text-default:focus, a.text-default:hover {
    color: #333;
}

.text-saldos {
    color: #519226;
}

a.text-saldos:focus, a.text-saldos:hover {
    color: #519226;
}

.text-instituto-secondary {
    color: #D2684A;
}

a.text-instituto-secondary:focus, a.text-instituto-secondary:hover {
    color: #D2684A;
}

.text-instituto {
    color: #C3360E;
}

a.text-instituto:focus, a.text-instituto:hover {
    color: #E44E24;
}

.text-warning {
    color: #FFC107 !important;
}

.text-danger {
    color: #C3360E !important;
}

/*********************NUEVOS COLORES PANELES*******************/
.panel-instituto-head {
    border-color: #ddd;
}

    .panel-instituto-head > .panel-heading {
        color: white;
        background-color: #C3360E;
        /*border-color: #d43f3a;*/
    }

        .panel-instituto-head > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d43f3a;
        }

        .panel-instituto-head > .panel-heading .badge {
            color: #C3360E;
            background-color: white;
        }

    .panel-instituto-head > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d43f3a;
    }

.panel-instituto {
    border-color: #C3360E;
}

    .panel-instituto > .panel-heading {
        color: #C3360E;
        /*background-color: #C3360E;*/
        /*border: 1px solid #C3360E;*/
    }

        .panel-instituto > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #C3360E;
        }

        .panel-instituto > .panel-heading .badge {
            color: #C3360E;
            background-color: white;
        }

    .panel-instituto > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #C3360E;
    }

.panel-instituto-neutro-1 {
    border-color: #C3630E;
}

    .panel-instituto-neutro-1 > .panel-heading {
        color: white;
        /*background-color: #C3630E;*/
        /*border-color: #C3630E;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-1 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #C3630E;
        }

        .panel-instituto-neutro-1 > .panel-heading .badge {
            color: #C3630E;
            background-color: white;
        }

    .panel-instituto-neutro-1 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #C3630E;
    }

.panel-instituto-neutro-2 {
    border-color: #C3910E;
}

    .panel-instituto-neutro-2 > .panel-heading {
        color: white;
        /*background-color: #C3910E;*/
        /*border-color: #C3910E;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-2 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #C3910E;
        }

        .panel-instituto-neutro-2 > .panel-heading .badge {
            color: #C3910E;
            background-color: white;
        }

    .panel-instituto-neutro-2 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #C3910E;
    }

.panel-instituto-neutro-3 {
    border-color: #C3BE0E;
}

    .panel-instituto-neutro-3 > .panel-heading {
        color: white;
        /*background-color: #C3BE0E;
        border-color: #C3BE0E;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-3 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #C3BE0E;
        }

        .panel-instituto-neutro-3 > .panel-heading .badge {
            color: #C3BE0E;
            background-color: white;
        }

    .panel-instituto-neutro-3 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #C3BE0E;
    }

.panel-instituto-neutro-4 {
    border-color: #9BC30E;
}

    .panel-instituto-neutro-4 > .panel-heading {
        color: white;
        /*background-color: #9BC30E;
        border-color: #9BC30E;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-4 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #9BC30E;
        }

        .panel-instituto-neutro-4 > .panel-heading .badge {
            color: #9BC30E;
            background-color: white;
        }

    .panel-instituto-neutro-4 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #9BC30E;
    }

.panel-instituto-neutro-5 {
    border-color: #6EC30E;
}

    .panel-instituto-neutro-5 > .panel-heading {
        color: white;
        /*background-color: #6EC30E;
        border-color: #6EC30E;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-5 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #6EC30E;
        }

        .panel-instituto-neutro-5 > .panel-heading .badge {
            color: #6EC30E;
            background-color: white;
        }

    .panel-instituto-neutro-5 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #6EC30E;
    }

.panel-instituto-neutro-6 {
    border-color: #0EC363;
}

    .panel-instituto-neutro-6 > .panel-heading {
        color: white;
        /*background-color: #0EC363;
        border-color: #0EC363;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-6 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0EC363;
        }

        .panel-instituto-neutro-6 > .panel-heading .badge {
            color: #0EC363;
            background-color: white;
        }

    .panel-instituto-neutro-6 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0EC363;
    }

.panel-instituto-neutro-7 {
    border-color: #0E9BC3;
}

    .panel-instituto-neutro-7 > .panel-heading {
        color: white;
        /*background-color: #0E9BC3;
        border-color: #0E9BC3;*/
        /*border: 2px solid #C3360E;*/
    }

        .panel-instituto-neutro-7 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0E9BC3;
        }

        .panel-instituto-neutro-7 > .panel-heading .badge {
            color: #0E9BC3;
            background-color: white;
        }

    .panel-instituto-neutro-7 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0E9BC3;
    }

.panel-instituto-neutro-8 {
    border-color: #0E9BC3;
}

    .panel-instituto-neutro-8 > .panel-heading {
        color: white;
        background: linear-gradient(#777, #444);
        border-color: #fff;
    }

        .panel-instituto-neutro-8 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #fff;
        }

        .panel-instituto-neutro-8 > .panel-heading .badge {
            color: #fff;
            background-color: white;
        }

    .panel-instituto-neutro-8 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #fff;
    }

.panel-instituto-secondary {
    border-color: #D2684A;
}

    .panel-instituto-secondary > .panel-heading {
        color: black;
        /*background-color: #D2684A;*/
        border-color: #D2684A;
    }

        .panel-instituto-secondary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #D2684A;
        }

        .panel-instituto-secondary > .panel-heading .badge {
            color: #D2684A;
            background-color: white;
        }

    .panel-instituto-secondary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #D2684A;
    }

.panel-suscripcion {
    border-color: #C3BE0E;
}

    .panel-suscripcion > .panel-heading {
        color: #c3360e;
        /*background-color: #C3BE0E;*/
        /*border-color: #C3BE0E;*/
        /*border: 1px solid #C3360E;*/
    }

        .panel-suscripcion > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #C3BE0E;
        }

        .panel-suscripcion > .panel-heading .badge {
            color: #C3BE0E;
            background-color: white;
        }

    .panel-suscripcion > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #C3BE0E;
    }

.panel-saldos {
    border-color: #519226;
}

    .panel-saldos > .panel-heading {
        color: white;
        /*background-color: #519226;*/
        /*border-color: #519226;*/
        /*border: 1px solid #C3360E;*/
    }

        .panel-saldos > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #519226;
        }

        .panel-saldos > .panel-heading .badge {
            color: #519226;
            background-color: white;
        }

    .panel-saldos > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #519226;
    }

.panel-siniestros {
    border-color: #0E9BC3;
}

    .panel-siniestros > .panel-heading {
        color: white;
        /*background-color: #0E9BC3;*/
        /*border-color: #0E9BC3;*/
        /*border: 1px solid #C3360E;*/
    }

        .panel-siniestros > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0E9BC3;
        }

        .panel-siniestros > .panel-heading .badge {
            color: #0E9BC3;
            background-color: white;
        }

    .panel-siniestros > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0E9BC3;
    }

/*********************NUEVO COLOR MODAL*******************/
.modal-instituto .modal-header {
    background-color: #C3360E; /*NEW*/
    color: white; /*NEW*/
    border-bottom: 1px solid #d43f3a !important;
}

    .modal-instituto .modal-header .close {
        opacity: .5;
        color: white;
    }

        .modal-instituto .modal-header .close:hover {
            opacity: .8;
        }

.modal-instituto .modal-footer {
    background-color: #F5f5f5;
}

/*********************SWITCHER DESKTOP - MOBILE*******************/
.switcher {
    position: relative;
}
/*En pantalla login*/
.login-form .switcher {
    margin-bottom: 10px;
}

    .login-form .switcher a {
        padding: 8px;
        background-color: white;
        color: black;
        text-decoration: none;
        border: 1px solid #c3360e;
        border-radius: 10px;
    }

        .login-form .switcher a:hover, .login-form .switcher a:focus, .login-form .switcher a:visited {
            color: black;
            text-decoration: none;
            background-color: white;
        }

        .login-form .switcher a span {
            margin-right: 6px;
        }
/*En pantalla master page*/
.cd-side-nav > .switcher {
    background-color: #f5f5f5;
}

    .cd-side-nav > .switcher > a {
        padding-left: calc(5% + 24px);
        border-bottom: 1px solid #e4e4e4;
    }

@media only screen and (min-width: 768px) {
    .cd-side-nav > .switcher > a {
        padding: 1.2em 0 1.2em;
        text-align: center;
    }

        .cd-side-nav > .switcher > a::before {
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 2.4em;
        }
}

@media only screen and (min-width: 768px) {
    .cd-side-nav > .switcher > a {
        padding-left: 18px;
        padding-right: 18px;
        word-wrap: normal;
    }
}

@media only screen and (min-width: 1200px) {
    .cd-side-nav > .switcher > a {
        padding: 1em 42px 1em 18px;
        word-wrap: normal;
        text-align: left;
        border-bottom: none;
    }

        .cd-side-nav > .switcher > a::before {
            top: 50%;
            bottom: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 18px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .cd-side-nav > .switcher > a > span {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .cd-side-nav > .switcher > a > span {
        margin-right: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .cd-side-nav > .switcher > a > span {
        margin-right: 11px;
    }
}

/*********************NO - PADDINGS*******************/
.nopadding {
    padding: 0 !important;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}

@media (max-width:767px) {
    .nopadding-left-xs {
        padding-left: 0px !important;
    }

    .nopadding-right-xs {
        padding-right: 0px !important;
    }

    .nopadding-xs {
        padding: 0px !important
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .nopadding-left-sm {
        padding-left: 0px !important;
    }

    .nopadding-right-sm {
        padding-right: 0px !important;
    }

    .nopadding-sm {
        padding: 0px !important
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .nopadding-left-md {
        padding-left: 0px !important;
    }

    .nopadding-right-md {
        padding-right: 0px !important;
    }

    .nopadding-md {
        padding: 0px !important
    }
}

@media (min-width:1200px) {
    .nopadding-left-lg {
        padding-left: 0px !important;
    }

    .nopadding-right-lg {
        padding-right: 0px !important;
    }

    .nopadding-lg {
        padding: 0px !important
    }
}

/*********************NO - LINK*******************/
.nolink {
    /*color:inherit;*/
    /*color: #000000;*/
    font-size: inherit;
    text-decoration: none;
}

    .nolink:visited, .nolink:focus, .nolink:active, .nolink:hover {
        color: #e44e24;
        font-size: inherit;
        text-decoration: none;
        font-weight: bold;
    }

/*********************TABLA*******************/
.columna-indicador {
    width: 5px !important;
    min-width: 5px !important;
    max-width: 5px !important;
    padding: 0px !important
}

/*********************FONDOS*******************/
.bg-success-light {
    background-color: #9BC30E;
}

.bg-success-dark {
    background-color: #519226;
}

.bg-danger-dark {
    background-color: #C3360E;
}

.bg-bloqueado {
    background-color: #AAAAAA;
}

.bg-warning-dark {
    background-color: #C3BE0E;
}

.bg-dark {
    background-color: #181818;
}

.bg-suscripcion {
    background-color: #C3BE0E;
}

.bg-saldos {
    background-color: #519226;
}

.bg-polizas {
    background-color: #C3360E;
}

.bg-instituto {
    background-color: #C3360E;
}

.bg-instituto-secondary {
    background-color: #D2684A;
}

.bg-default {
    background-color: #f5f5f5;
}

.bg-white {
    background-color: white;
}

.bg-teams {
    background-color: #685BA7;
}

.bg-salud {
    background-color: #ea0029;
}

/*********************LABELS*******************/
.label-success-light {
    background-color: #9BC30E;
}

.label-success-dark {
    background-color: #519226;
}

.label-danger-dark {
    background-color: #C3360E;
}

.label-bloqueado {
    background-color: #AAAAAA;
}

.label-warning-dark {
    background-color: #DFBE0E;
}

.label-dark {
    background-color: #181818;
}

.label-suscripcion {
    background-color: #C3BE0E;
}

.label-saldos {
    background-color: #519226;
}

.label-polizas {
    background-color: #C3360E;
}

.label-instituto {
    background-color: #C3360E;
}

.label-instituto-secondary {
    background-color: #D2684A;
}

.label-white {
    background-color: white;
}

/*********************FILA COMPLETA*******************/
.full-row {
    position: relative;
    margin-left: -19px; /*Contrarresta el content-wrapper*/
    margin-right: -19px;
    padding-left: 19px;
    padding-right: 19px;
}

@media only screen and (min-width: 768px) {
    .content-wrapper-invitado .full-row {
        margin-left: -85px; /*Contrarresta el content-wrapper-invitado*/
        margin-right: -85px;
    }
}

@media only screen and (min-width: 1200px) {
    .content-wrapper-invitado .full-row {
        margin-left: -145px; /*Contrarresta el content-wrapper-invitado*/
        margin-right: -145px;
    }
}

.full-row:before, .full-row:after {
    display: table;
    content: " ";
}

.full-row:after {
    clear: both;
}

/*********************FILA COMPLETA PANEL*******************/
.full-row-panel {
    padding: 30px 19px;
    margin-bottom: 20px;
    background-image: url(../Imagenes/SVG/lineasReverse.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.full-row-panel-saldos {
    background-color: white;
    border-color: #519226;
}

.full-row-panel-default {
    background-color: white;
    border-color: #e3e3e3;
}

.full-row-panel-bordered {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

@media (min-width:850px) {
    .full-row-panel .full-row-panel-actions {
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media (max-width:849px) {
    .full-row-panel .full-row-panel-actions {
        position: relative;
        margin-top: 15px;
    }

        .full-row-panel .full-row-panel-actions > * {
            margin-bottom: 10px;
        }

    .full-row-panel {
        background-size: contain;
        background-position-x: right;
        background-position-y: top;
    }
}

.full-row-panel .full-row-panel-actions > * {
    display: inline-block;
}

    .full-row-panel .full-row-panel-actions > *:not(:last-child) {
        margin-right: 5px;
    }

    .full-row-panel .full-row-panel-actions > *:not(.btn-panel) {
        display: inline-block;
        padding-top: 5px;
    }


/*********************NUEVOS COLORES Y TAMAÑOS ALERTAS*******************/
.alert-white {
    border-color: #ddd;
    background-color: #FFFFFF;
}

.alert-sm {
    padding: 5px !important;
}

.alert-empty-table {
    padding: 8px !important;
}

/*********************NUEVO COLOR DE HIPERLINK*******************/
a {
    color: #C3360E;
}

    a:focus, a:hover {
        color: #E44E24;
    }
/*********************Título para WELL*******************/
.well-title {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 5px;
    /*text-align: -webkit-center;*/
    color: #AAA;
}
/*********************Botón FILE*******************/
.btn-fake {
    position: absolute !important;
    z-index: 10 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer;
}

    .btn-fake:hover + .btn-instituto {
        color: #fff;
        background-color: #E44E24;
        border-color: #d43f3a;
    }

.upload-box {
    position: relative;
    background-color: #fcfcfc;
    width: 100%;
    padding: 30px 10px 30px 10px;
    margin-bottom: 15px;
    border-style: dashed;
    border-color: #ddd;
    border-width: 2px;
}

    .upload-box:hover {
        background-color: #f5f5f5;
    }

    .upload-box:before {
        content: "Haga click o arrastre aquí los documentos que desea cargar. \A (Cada archivo no debe superar los 20 MB)";
        padding: 30px 10px 30px 10px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fafafa;
        z-index: 2;
    }

    .upload-box:hover:before {
        background-color: #f5f5f5;
    }
/*********************Estilo Group*******************/
.group {
    min-height: 20px;
    padding: 19px;
    /*margin-bottom: 10px;*/
    margin-top: 26px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    position: relative;
    padding-top: 25px !important;
}

    .group blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.group-lg {
    padding: 24px;
}

.group-sm {
    padding: 9px;
}

.group-title {
    color: #999;
    border: 1px solid #ccc;
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    top: -16px;
    background-color: white;
}
/*.group-action{
    color: #AAA;
    border: 1px solid #e3e3e3;
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    top: -16px !important;
    background-color: white;
}*/

/*********************Margin bottom de form-groups*******************/
.form-condensed .form-group {
    margin-bottom: 0px;
}

/*********************DASHBOARD*******************/
.card {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 44px;
    background-color: #ffffff;
    /*border: 1px #e3e3e3;
    border-bottom-style: solid;*/
    position: relative;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    background-image: url("../Imagenes/SVG/lineasReverse.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    border-radius: 10px;
}

    .card:hover {
        background-color: #f5f5f5;
    }

.card-grid {
    width: 100%;
    margin-bottom: 10px;
}
/*.card-grid tr:nth-child(1) .card{
    border-top-style: solid;
}*/
.card-title {
    color: #C3360E;
    font-size: 18px;
    padding-top: 0px;
    font-weight: bold;
}

.card-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
}

.card-color-secondary {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 12px;
}

.card-buttons {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .card-buttons button {
        margin-left: 5px;
        font-size: 16px;
        background-color: #e44e24;
        padding: 5px;
        border-radius: 50%;
    }

@media (min-width: 992px) {
    .card-sel {
        border: 2px solid #e44e24;
    }

        .card-sel:hover {
            background-color: #f5f5f5;
        }
}

.card-form {
}

.card-form-group {
}

.card-form-label {
    margin-bottom: 0px;
}

.card-form-data {
}

.card-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 24px;
    background-color: #ffffff;
    /*border: 1px #e3e3e3;
    border-bottom-style: solid;*/
    position: relative;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

    .card-secondary:hover {
        background-color: #f5f5f5;
    }
    /*.card-grid tr:nth-child(1) .card-secondary{
    border-top-style: solid;
}*/
    .card-secondary .card-form {
        font-size: 13px;
        position: relative;
    }

.card-secondary-title {
    font-size: 14px;
    padding-top: 0px;
}

/*********************CALENDARIO*******************/
.calendario {
    background-color: white;
    color: #333 !important;
    width: 100%;
    border-style: none !important;
}

    .calendario tr:nth-child(n+2) td {
        /*padding: 8px 2px;*/
        text-align: center;
        border-radius: 5px;
    }

        .calendario tr:nth-child(n+2) td a {
            /*padding-left: 10px;
    padding-right:10px;*/
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            display: block;
            border-radius: 5px;
        }

            .calendario tr:nth-child(n+2) td a,
            .calendario tr:nth-child(n+2) td a:hover,
            .calendario tr:nth-child(n+2) td a:link,
            .calendario tr:nth-child(n+2) td a:visited,
            .calendario tr:nth-child(n+2) td a:active {
                color: #333;
                text-decoration: none;
            }

        .calendario tr:nth-child(n+2) td:hover {
            background-color: #EEE;
        }

    .calendario tr:nth-child(n+2) th {
        padding: 4px;
        text-align: center;
    }

    .calendario tr:nth-child(1) td {
        background-color: white !important;
        padding: 2px 12px;
    }

        .calendario tr:nth-child(1) td tr td {
            padding-left: 0px;
            padding-right: 0px;
        }

            .calendario tr:nth-child(1) td tr td:nth-child(2n+1) a {
                color: white !important;
            }

            .calendario tr:nth-child(1) td tr td:nth-child(2) {
                color: #333 !important;
                font-weight: bold !important;
            }

            .calendario tr:nth-child(1) td tr td:nth-child(1) a:before {
                font-family: "Glyphicons Halflings";
                font-weight: 400;
                content: "\e079";
                color: #333;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .calendario tr:nth-child(1) td tr td:nth-child(3) a:after {
                font-family: "Glyphicons Halflings";
                font-weight: 400;
                content: "\e080";
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
    /*.calendario tr:nth-child(n+2) td[style*="background-color:Silver"]{
    background-color: #C3360E !important;
    color:white !important;
}*/
    .calendario .selected {
        background-color: #C3360E !important;
        color: white !important;
    }

    .calendario .othermonth a {
        color: #AAA !important;
        pointer-events: none;
    }

    .calendario .day-disabled a {
        color: #AAA !important;
        pointer-events: none;
    }

    .calendario :not(.selected).today a {
        background: rgba(255,255,255,1) !important;
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(195,54,14,1) 71%, rgba(195,54,14,1) 100%) !important;
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(71%, rgba(255,255,255,0)), color-stop(71%, rgba(195,54,14,1)), color-stop(100%, rgba(195,54,14,1))) !important;
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(195,54,14,1) 71%, rgba(195,54,14,1) 100%) !important;
        background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(195,54,14,1) 71%, rgba(195,54,14,1) 100%) !important;
        background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(195,54,14,1) 71%, rgba(195,54,14,1) 100%) !important;
        background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(195,54,14,1) 71%, rgba(195,54,14,1) 100%) !important;
        -webkit-box-shadow: inset 0 0 0 7px white;
        -moz-box-shadow: inset 0 0 0 7px white;
        box-shadow: inset 0 0 0 7px white;
    }

    .calendario .selected.today a {
        background: rgba(255,255,255,1) !important;
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, white 71%, white 100%) !important;
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(71%, rgba(255,255,255,0)), color-stop(71%, white), color-stop(100%, white)) !important;
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, white 71%, rgba(195,54,14,1) 100%) !important;
        background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, white 71%, white 100%) !important;
        background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, white 71%, white 100%) !important;
        background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, white 71%, white 100%) !important;
        -webkit-box-shadow: inset 0 0 0 7px #C3360E;
        -moz-box-shadow: inset 0 0 0 7px #C3360E;
        box-shadow: inset 0 0 0 7px #C3360E;
    }

    .calendario :not(.selected).today:hover a {
        -webkit-box-shadow: inset 0 0 0 7px #EEE !important;
        -moz-box-shadow: inset 0 0 0 7px #EEE !important;
        box-shadow: inset 0 0 0 7px #EEE !important;
    }

    .calendario .selected.today:hover a {
    }

/*********************TURNOS*******************/
.card-turnos-grid {
    width: 100%;
}

    .card-turnos-grid tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .card-turnos-grid tr td {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

.card-turnos {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #ffffff;
    /*border: 1px #e3e3e3;
    border-style: solid;*/
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 10px;
}

.card-turnos-buttons {
    position: absolute;
    top: 5px;
    right: 5px;
}

@media (min-width:768px) {
    .card-turnos {
        /*width: 350px;*/
        width: 379px;
        margin-right: 10px;
    }

    .card-turnos-grid td:last-child .card-turnos {
        margin-right: 0px;
    }

    .card-turnos-form {
        /*width: 220px;*/
        width: 255px;
    }
}

@media (max-width:767px) {
    .card-turnos {
        width: 100%;
    }

    .card-turnos-form {
        width: calc(100% - 130px);
    }

    .card-turnos-grid tr td {
        width: 100%;
    }
}

.card-turnos-form .card-turnos-form-group:nth-child(1) {
    /*font-size:18px;*/
    font-size: 17px;
    margin-bottom: 6px;
}

.card-turnos-form-group {
}

    /*Para que el texto no haga salto de linea y se oculte  */
    .card-turnos-form-group p {
        white-space: nowrap;
        overflow: hidden;
        margin: 0px;
        text-overflow: ellipsis;
    }

.card-turnos-code {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    /*background-color:#C3360E;*/
}

    .card-turnos-code > .card-turnos-code-container {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.tabla-horarios-turnos{
    height: 300px;
    overflow: scroll !important;
}



/*********************INDICADOR PANEL REQUERIDO*******************/
.panel-required {
    text-align: center;
    /*float: right;*/
    background-color: white;
    color: black;
    border-radius: 50%;
    padding: 5px;
    height: 33px;
    /*border-color: black;*/
    width: 33px;
    display: table-cell;
    border-style: solid;
    vertical-align: middle;
    /*transform: translateY(-6px);*/
}

/*********************CLASES DE AJAX EXTENDERS*******************/
.listsearchextender {
    background-color: transparent;
    color: gray;
    transform: translateY(-27px);
    text-align: right;
    padding-right: 25px;
}

/*********************LÍNEAS SEPARADORAS*******************/

@media (max-width:767px) {
    .separator-bottom-xs {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #e3e3e3;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .separator-bottom-sm {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #e3e3e3;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .separator-rigth-md {
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #e3e3e3;
    }
}

@media (min-width:1200px) {
    .separator-rigth-lg {
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #e3e3e3;
    }
}

.separator-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e3e3e3;
}

/*********************NUEVO COLOR DE WELL*******************/
.well-white {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    background-color: white;
    /*border: 1px solid #e3e3e3;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);*/
}

    .well-white blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-danger-dark {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    background-color: white;
    /*border: 1px solid #C3360E;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);*/
}

    .well-danger-dark blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-dashed {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    /*background-color: white;*/
    border: 1px dashed #C3360E;
    /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);*/
}

    .well-dashed blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }



/*********************FILTROS SOBRE IMAGENES*******************/
.img-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: gray; /* IE4-8 and 9 */
}

/*********************TABLA SUPER CONDENSADA*******************/
.table-super-condensed > tbody > tr > td, .table-super-condensed > tbody > tr > th, .table-super-condensed > tfoot > tr > td, .table-super-condensed > tfoot > tr > th, .table-super-condensed > thead > tr > td, .table-super-condensed > thead > tr > th {
    padding: 3px;
}

.table-super-condensed {
    font-size: 12px !important;
}

    .table-super-condensed .btn {
        font-size: 12px !important;
    }

    .table-super-condensed .form-control {
        font-size: 12px !important;
        padding: 1px 4px !important;
        height: 28px !important;
    }

.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}

/*********************Tabla con cabecera fija*******************/
.table-fixed-header > tbody > tr > th {
    background: #c3360e !important;
    color: white !important;
    position: sticky !important;
    top: 0;
}

/*********************Árbol*******************/
.treeview a:not(.treeview-node) img {
    height: 17px;
    margin: 2px;
}

.treeview-node {
    color: #333;
    white-space: pre-wrap;
    padding-top: 3px;
}

    .treeview-node:hover {
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

    .treeview-node:visited {
        text-decoration: none;
        color: #333;
    }

.treeview-node-selected {
    font-weight: bold;
    color: #333 !important;
}

/*********************Miniaturas LD*******************/
@media (min-width:992px) {
    .miniatura-container {
        overflow: auto;
        position: relative;
        height: 495px;
    }

        .miniatura-container tbody tr td:nth-child(even) {
            position: absolute;
            transform: translate(-150px,230px);
            -webkit-transform: translate(-150px,230px);
            -ms-transform: translate(-150px,230px);
            -o-transform: translate(-150px,230px);
        }
}

.miniatura {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #DDD;
    width: 140px;
    height: 220px;
    margin-right: 10px;
    text-align: center;
    transition: 0.3s;
    /*margin-top:55px;
    margin-bottom:55px;*/
    background-color: white;
}

    .miniatura.miniatura-selected {
        border-color: #C3360E;
        transition: 0.3s;
    }

    .miniatura .miniatura-title {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 200px;
        font-size: 11px;
        font-weight: bold;
        padding: 6px 6px 0px 6px;
        overflow: hidden;
        transition: 0.3s;
    }

    .miniatura .miniatura-img {
        max-width: 140px;
        max-height: 175px;
        text-align: center;
        position: relative;
        padding: 4px 6px 4px 6px;
        margin-top: 20px;
        transition: 0.3s;
    }

        .miniatura .miniatura-img img {
            max-height: 167px;
            max-width: 128px;
            transition: 0.3s;
        }

    .miniatura .miniatura-actions {
        position: absolute;
        top: 195px;
        left: 0;
        right: 0;
        bottom: 0px;
        text-align: center;
        vertical-align: middle;
        padding: 0px 6px 6px 6px;
        transition: 0.3s;
    }

        .miniatura .miniatura-actions * {
            margin-left: 2px;
            margin-right: 2px;
        }

    .miniatura .miniatura-img-arechazar:after {
        content: '    ';
        background-image: url('https://www.institutovida.com.ar/Imagenes/arechazar.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 8;
    }

    .miniatura .miniatura-img-rechazado:after {
        content: '    ';
        background-image: url('https://www.institutovida.com.ar/Clientes/Imagenes/rechazado.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 8;
    }

/*.miniatura:hover {
        transform:scale(2);
        z-index:5;
        margin:110px 80px 110px 70px;
    }
        .miniatura:hover .miniatura-actions *{
            transform:scale(0.9) !important;
        }*/

/*.miniatura:hover{
    width: 210px;
    height: 330px;
    margin-top:0px;
    margin-bottom:0px;
}
.miniatura:hover .miniatura-title {
    bottom:310px;
}
.miniatura:hover .miniatura-img{
    max-width:210px;
    max-height:285px;
}
.miniatura:hover .miniatura-img img{
    max-width:198px;
    max-height:277px;
}
.miniatura:hover .miniatura-actions{
    top:305px;
}*/

/*********************Para identificar elementos que requieren scroll horizontal*******************/
.h-scroll {
}


/*********************TABLA INVISIBLE*******************/
.table-invisible > tbody > tr > td, .table-invisible > tbody > tr > th, .table-invisible > tfoot > tr > td, .table-invisible > tfoot > tr > th, .table-invisible > thead > tr > td, .table-invisible > thead > tr > th {
    border-color: transparent !important;
}

/*********************SLIDER CONTROL*******************/
.slider-rail {
    /*width:100%;
    max-width:500px;*/
    width: 300px;
    /*background-repeat: repeat-x;*/
    height: 22px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

    .slider-rail::after {
        content: '  ';
        z-index: 0;
        height: 6px;
        width: 100%;
        top: 8px;
        position: absolute;
        background-color: #F7EBE2;
        border-radius: 3px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

.slider-handle > img {
    display: none;
}

.slider-handle {
    height: 22px;
    position: absolute;
    width: 22px;
    background-color: #C3360E;
    border-radius: 50%;
    z-index: 1;
    left: 50%;
}


/*********************Tarjeta de crédito*******************/
/*
Dibujo basado en la estructura
    <div class="creditcard">
        <div class="creditcard-logo"></div>
        <div class="creditcard-data">
            <span class="creditcard-desc">Número</span><br />
            <span id="creditcardNro" class="creditcard-value"></span><br />
            <span class="creditcard-desc">Vencimiento</span><br />
            <span id="creditcardVto" class="creditcard-value"></span><br />
        </div>
    </div>
*/
@font-face {
    font-family: 'Kredit Front';
    src: url("../fonts/kredit-front.ttf") format("truetype");
}

.creditcard {
    width: 300px;
    height: 186px;
    background-color: #75849D;
    border-radius: 6px;
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}

    .creditcard.naranja {
        background-color: #bb722c !important;
    }

    .creditcard.mastercard {
        background-color: #394854 !important;
    }

    .creditcard.visa {
        background-color: #2867BA !important;
    }

    .creditcard::after {
        content: ' ';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 95%;
        background-color: white;
        opacity: 0.05;
        z-index: 2;
        border-top-right-radius: 90%;
    }

    .creditcard::before {
        content: ' ';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 70%;
        height: 50%;
        background-color: white;
        opacity: 0.05;
        z-index: 3;
        border-top-left-radius: 90%;
    }

.creditcard-logo {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 20px;
    right: 20px;
    background-image: url(../Imagenes/ic_chip.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.creditcard.naranja > .creditcard-logo {
    background-image: url(../Imagenes/ic_naranja.png) !important;
}

.creditcard.mastercard > .creditcard-logo {
    background-image: url(../Imagenes/ic_mastercard_white.png) !important;
}

.creditcard.visa > .creditcard-logo {
    background-image: url(../Imagenes/ic_visa_white.png) !important;
}

.creditcard-data {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.creditcard-desc {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 10px;
}

.creditcard-value {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 6px;
    font-family: 'Kredit Front';
}

/*********************Clases para identificar controles y aplicarles comportamientos JAVASCRIPT*******************/
.only-web {
}

.only-mobile {
}

.h-scroll {
}

/*********************Checkbox oscuros*******************/
.checkbox-bold label {
    font-weight: 700 !important;
}

/*********************Secuencia*******************/
.sequence-panel {
    position: relative;
    width: 100%;
    /*padding-top:10px;
    padding-bottom:10px;*/
    display: table;
    margin-bottom: 20px;
}

.sequence-pill {
    position: relative;
    display: table-cell;
    min-width: 35px;
    height: 50px;
}

    .sequence-pill:before {
        content: '';
        position: absolute;
        left: 0;
        right: 10px;
        height: 50px;
        top: 0;
        border-top-color: #ffffff;
        border-top-style: solid;
        border-top-width: 25px;
        border-bottom-color: #ffffff;
        border-bottom-style: solid;
        border-bottom-width: 25px;
    }

.sequence-panel .sequence-pill:last-child:before {
    right: 0px !important;
}

.sequence-panel .sequence-pill:not(:first-child):before {
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 25px;
}

.sequence-panel .sequence-pill:not(:last-child):after {
    position: absolute;
    top: 0px;
    right: -15px;
    content: '';
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 25px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 25px;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 25px;
}

.sequence-pill.sequence-pill-selected:before {
    border-top-color: #D2684A !important;
    border-bottom-color: #D2684A !important;
}

.sequence-panel .sequence-pill.sequence-pill-selected:not(:last-child):after {
    border-left-color: #D2684A !important;
}

.sequence-pill.sequence-pill-selected {
    color: white;
    font-weight: 700;
}

.sequence-pill-content {
    font-size: small;
    position: absolute;
    left: 25px;
    right: 10px;
    text-align: center;
    /*top:50%;*/
    margin-top: 25px;
    z-index: 4;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (max-width:767px) {
    .sequence-pill {
        min-width: 21px;
        height: 30px;
    }

        .sequence-pill:before {
            right: 6px;
            height: 30px;
            border-top-width: 15px;
            border-bottom-width: 15px;
        }

    .sequence-panel .sequence-pill:not(:first-child):before {
        border-left-width: 15px;
    }

    .sequence-panel .sequence-pill:not(:last-child):after {
        right: -9px;
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 15px;
    }

    .sequence-pill-content {
        font-size: smaller;
        left: 15px;
        right: 6px;
        margin-top: 15px;
    }
}

.resize-none {
    resize: none;
}

.btn-fake-invisible {
    position: relative;
    width: 0rem;
    height: 0rem;
    opacity: 0;
}
/*---------------------------------------------------*/
.consulta {
    word-break: break-word;
    margin-top: .5rem;
    margin-right: .5rem;
}

    .consulta .headerConsulta > p {
        font-weight: 400;
        color: rgba(0,0,0,.9);
    }

        .consulta .headerConsulta > p > span {
            color: rgba(0,0,0,.55);
            font-size: 12px;
        }

        .consulta .headerConsulta > p > a {
            margin-left: .5rem;
            cursor: pointer;
        }

    .consulta .bodyConsulta {
        display: flex;
        align-items: flex-start;
        margin-left: 12px;
        margin-top: 8px;
        /*font-size: 16px;*/
    }

        .consulta .bodyConsulta > svg {
            margin-right: 8px;
            overflow: visible;
            fill: rgba(0,0,0,.25);
        }

        .consulta .bodyConsulta .bodyConsultaText {
            display: inline;
            width: 100%;
            word-break: break-word;
        }

            .consulta .bodyConsulta .bodyConsultaText > p {
                text-align: justify;
                box-sizing: border-box;
                color: rgba(0,0,0,.55);
                font-size: 14px;
            }

    .consulta .footConsulta {
        color: rgba(0,0,0,.55);
        font-size: 12px;
        margin: 0;
        margin-block-start: 1em;
        margin-block-end: 1em;
    }

@media (min-width: 768px) {
    .consulta .headerConsulta > p {
        font-size: 16px;
    }

        .consulta .headerConsulta > p > a {
            font-size: 14px;
        }
}

@media only screen and (max-width:768px) {
    .consulta .headerConsulta > p {
        font-size: 14px;
    }

        .consulta .headerConsulta > p > a {
            font-size: 12px;
        }
}

/*---------------------------------------------------*/

.toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100000;
    left: 50%;
    bottom: 30px;
}

    .toast.mostrar-toast {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s linear;
    }

    .toast.ocultar-toast {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.5s, opacity 0.5s linear;
    }

/*Turnos Salud*/
.panel-turnossalud .treeview-node input {
    position: absolute !important;
    right: 10% !important;
}

.panel-turnossalud .treeview tr .treeview-node {
    /*Para que luego tome hover en toda la fila incluyendo el checkbox*/
    width: 100%;
}

.panel-turnossalud .treeview-node:hover {
    background-color: #edc2b6;
}

.panel-turnossalud table td {
    vertical-align: middle !important;
}


.over_element {
    background-color: #f5f5f5;
}
/*Popup Tipo de turnos*/
#seleccionarTurnoBotonera {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    #seleccionarTurnoBotonera a {
        margin-bottom: 10px;
    }

        #seleccionarTurnoBotonera a:last-child {
            margin-bottom: auto;
        }

/*PopUp Seleccionar persona del grupo asegurado Turnos Salud*/

.card-grid-grupoasegurado .card {
    cursor: pointer;
}

/*Gestor Denuncias*/
.gestor-denuncias-observaciones {
    white-space: pre-wrap;
}

.reclamos-observaciones {
    white-space: pre-wrap;
}

.btn-consulta {
    position: relative;
}

    .btn-consulta .notificacion-consultas {
        position: absolute;
        left: -4px;
        bottom: -10px;
        background-color: #c3360e;
        color: white;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }

.notificacion-consultas {
    animation: tiembla 0.3s infinite;
}

.notificacion-consultas-usuario {
    animation: enciende 2s alternate infinite;
}

@keyframes tiembla {
    0% {
        transform: translateX(1px);
    }

    50% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(1px);
    }
}

@keyframes enciende {
    50% {
        background-color: rgba(250, 0, 0, 0.1);
    }

    100% {
        background-color: rgba(250, 0, 0, 0.2);
    }
}

.mensaje-enviado {
    float: right;
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
    background-color: #c3360ee3;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    width: 60%;
    white-space: pre-wrap;
}

.mensaje-recibido {
    float: left;
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
    width: 60%;
    white-space: pre-wrap;
}

.mensaje-detalle {
    text-align: right;
    white-space: normal;
}

.mensaje-usuario {
    font-size: 16px !important;
    font-weight: bolder;
}
/*TABLA - CARD - RESPONSIVE*/


@media (max-width: 767px) {

.table-card-sag tbody tr{
  display: grid !important;
  padding: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
  
  
  .table-card-sag tbody tr, .table-card-sag tbody td{
    display: block;
    border: 0 !important;
  }
  
  .table-card-sag tbody tr{
    border-bottom: 1px solid black !important;
    border: 1px solid #ddd !important;
    margin: 3%;
    border-radius: 15px;
  }

  .table-card-sag tbody td{
    display: inline-grid;
    padding: 4px;
    font-weight: normal;
  }
  
  .table-card-sag .table-card-header{
    display: none !important;
  }
  
  .table-card-sag tbody td:before{
    content: attr(data-name);
    text-transform: capitalize;
    font-weight: bold;
  }
  
 .table-card-sag td .label{
    padding: 2%;
    font-size: 2vh;
  }
  
    .table-card-sag tbody td:first-child{
    font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 3;
  }
 
       /*.tabla-gestionarpago tbody td:first-child{
    font-weight: bold;
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
  }

.tabla-gestionarpago tbody td input[type="checkbox"]:not(:checked) {
  transform: scale(4.5, 3);
  opacity: 0;
}
  
.tabla-gestionarpago tbody td input[type="checkbox"]:checked{
  opacity: 0.3;
  transform: scale(1);
}*/
  
  .table-card-sag td[data-name="Ramo"]{
    grid-row: 2;
    grid-column: 1;
  }
  
  .table-card-sag td[data-name="Póliza"]{
    grid-row: 2;
    grid-column: 2;
  }
  
   .table-card-sag td[data-name="Saldo"]{
    grid-row: 3;
    grid-column: 1;
  } 
  
   .table-card-sag td[data-name="Monto"]{
    grid-row: 3;
    grid-column: 2;
  } 
    
  .table-card-sag td[data-name="Vencimiento"]{
    grid-row: 4;
    grid-column: 1;
  }   

   .table-card-sag td[data-name="Vigencia"]{
    grid-row: 4;
    grid-column: 2;
  } 
  
  .table-card-sag td[data-name="Factura"]{
    grid-row: 5;
    grid-column: 1;
  }
  
  .table-card-sag td[data-name="Cuota"]{
    grid-row: 5;
    grid-column: 2;
  }
    

 
    .table-card-sag .pagination-ys td tr{
        display: flex !important;
        justify-content: center !important;
    }
    

    .table-card-sag .pagination-ys, .table-card-sag tr td table tbody tr{
        border: 0px !important;
        margin: 0px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
  box-shadow: 0 1px 1px rgba(0,0,0,.00);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.0);
    }
    
    
    .table-card-sag{
        border: 0px; 
    }

    .tabla-gestionarpago tr{
    cursor: pointer;
}
}


.card-footer-mispolizas{
    display: none;
}

@media (max-width:992px){

    .card-footer-mispolizas{
        display: block;
    }    

    .card-footer-mispolizas hr{
      color:#c3360e;
      padding: 1px;
      background-color:#c3360e;
      margin-top: 10px;
      margin-bottom: 13px;
    }

    .card-footer-mispolizas-content{
      display: flex;
      justify-content: space-between;
      padding-right: 5%;
      align-items: center;
    }

    .card-footer-mispolizas-content a{
        cursor: pointer;
    }

    .mis-polizas-botones{
        top: 87%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

.mis-polizas-botones{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mis-polizas-botones button{
    margin: 0px;
    width: 100%;
    height: 100%;
    transition: 0.2s all;
}


.mis-polizas-botones button:active{
    background-color: #e44e24;
    transform: scale(1.1) !important;
}

.container-contactos{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-contactos a:hover{
    text-decoration: none;
}

/*DETALLES POLIZA - MOBILE*/

@media (max-width:992px) {

    .detalles-poliza-header {
        position: fixed;
        top: 55px;
        width: 85%;
        z-index: 2;
    }

    .detalles-poliza-body {
        overflow: hidden;
        z-index: 0 !important;
        position: relative;
        margin-top: 165px !important;
    }

    .detalles-poliza-header p{
        margin: 1px !important;
    }
    
    .detalles-poliza-header .card-form-label{
        font-weight: 600 !important;
        font-size: 14px;
        text-transform: capitalize; 
    }
    
    .detalles-poliza-header .card-form-data{
            font-size: 14px;
            text-transform: capitalize;
    }

    .detalles-poliza-header .card-form-data:before{
        content: ' ';
    }
    
    
    .detalles-poliza-header .full-row-panel{
        padding: 11px 20px 2px;
    }
    
    .detalles-poliza-header .full-row-panel-actions{
        margin-top: 10px !important;
    }

}
@media (max-width:758px) {
    .detalles-poliza-header {
        position: fixed;
        top: 55px;
        width: 100%;
        z-index: 2;
    }
}

@media(max-width: 758px){
    .full-row-panel{
        padding: 15px 19px 0px !important; 
    }
    
    .panel-inicio-fecha{
        padding: 30px 19px 30px !important;

    }
}


#container_popup_sin_conexion{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  background-color: rgba(50, 50, 50, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#container_popup_sin_conexion .popup-sin-conexion-div{
  width: 400px;
  height: 400px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.5vh;
}

.popup-sin-conexion-div img{
  height: 170px;
}

.popup-sin-conexion-div .popup_sin_conexion-div-botones{
  display: flex;
  justify-content: space-around;
  width: 70%;
}

.popup-sin-conexion-div .popup_sin_conexion-div-botones button{
  width: 90px;
}

.sag_control_error{
    color: #C3360E;
    font-size: 12px;
    display: table-footer-group;
}

.sag_control_error_focus:focus{
    border-color: #C3360E;
}
.sag_control_error_focus{
    border-color: #C3360E;
}