/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/03/2020, 11:28:32 AM
    Author     : Carlos Oberto
*/
@font-face
{
    font-family: 'Roboto';
    src: url('css_2/roboto/Roboto-Light.ttf') format('truetype');
    /*src: url('roboto/Roboto-Light.ttf') format('truetype');*/
    font-family: 'Century Ghotic';
    src: url('century/Century Gothic.ttf') format('truetype');
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

html
{
    min-height: 100%;
    position: relative;
    font-weight:normal !important;
    font-family:'Roboto',sans-serif,Helvetica Neue,Arial;
    /* height: 100%; */
}

body
{
    margin: 0;
    margin-bottom: 60px;
    font-family:'Roboto',sans-serif,Helvetica Neue,Arial;
    overflow-x: hidden;
    background-color:#e5e5e5;
    /*
    position: relative;
    height: 100%;
    */
}

.wizard_activo
{
    height:36px;
    background-color:#005ba3;
    color:#FFF;
    text-transform:uppercase;
    text-align:center;
    padding-top:6px;
}



.wizard_inactivo
{
    height:36px;
    background-color:#9A9A9A;
    color:#FFF;
    text-transform:uppercase;
    text-align:center;
    padding-top:6px;
}

.wizard_inicial { padding-right:0px !important; }
.wizard_medio { padding:0px !important; }
.wizard_final { padding-left:0px !important;}
.wizardFinal { margin-right: -15px !important }

.ficha
{
    margin:6px auto;
    font-size:13px;
}

::-webkit-input-placeholder { text-transform: none; }
:-moz-placeholder { text-transform: none; }
::-moz-placeholder { text-transform: none; }
:-ms-input-placeholder { text-transform: none; }
::placeholder { text-transform: none; }

footer
{
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin-bottom:10px;
    border:none !important;
}

.DIVEncabezado > *
{
    margin: 5px -15px 5px 15px;
    display:inline-table;
}

.DIVBotonFiltro
{
    margin: 0px 0px 5px 0px !important;
    padding: 5px 15px;
}

.DIVCantReg
{
    display: inline-block;
    border:1px solid #CCC;
    border-radius:4px;
    padding: 4px 10px 4px 10px;
    margin-top:0px;
    background-color:#FFF;
    font-size:12px;
}

.DIVFiltro
{
    margin-top:10px;
    margin-bottom:0px;
    display:none;
}

.DIVTabla
{
    margin: 12px;
    overflow-x:auto;
    background:#FFF;
    border-radius:6px;
    border:1px solid #DDD;
}

.MiTabla
{
    font-size:12px;
    margin-bottom:0px;
}

.MiTablaCabecera
{
    background:#FFF;
    text-transform:uppercase;
    font-size:12px;
}

.MiTablaCabecera th
{
    text-align:center;
}

.MiTablaPie
{
    background:#FFF;
    text-transform:uppercase;
    font-size:12px;
}

.ImgControl
{
    margin-left:5px;
}

.ImgControl:hover
{
    filter: sepia(100%);
    cursor:pointer;
}

.DIVTablaCantReg
{
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
    height:34px;
    text-align:left;
    padding:8px 4px;
    text-align:left;
    margin-top:6px;
}

.DIVTablaPaginacion
{
    height:34px;
    padding:2px 4px;
    text-align:right;
    margin:6px 0px;
}

@media (max-width: 768px) {

    .DIVTablaCantReg { text-align:center; }
    .DIVTablaPaginacion { text-align:center; }
    /*.wizard_inicial, .wizard_medio, .wizard_final  { padding-left:15px !important; padding-right:15px !important; }*/
    .wizard_inicial, .wizard_medio, .wizard_final  { padding-left:0px !important; padding-right:0px !important; margin-right: 0px !important }
    .wizardFinal { margin-right: 0px !important }

}



.BotonPaginacion
{
    text-align:center;
    padding:0px;
    margin:0px 1px;
    text-decoration: none;
    height:28px;
    width:28px;
    border-radius:14px;
    font-size:12px;
    font-weight:bold;
    color: #333;
    border: 1px solid #CCC;
    background:#FFF;
}

.BotonPaginacion:hover
{
    cursor:pointer;
    border: 1px solid #DDD;
    background-color: #DDD;
}

.BotonPaginacion:disabled
{
    cursor:not-allowed;
    border: 1px solid #CCC;
    background-color: #DDD;
}

.BotonPaginacionActivo
{
    color: #FFF;
    border: 1px solid #005ba3;
    background-color: #005ba3;
}

.BotonPaginacionActivo:hover
{
    cursor:auto;
    color: #FFF;
    border: 1px solid #005ba3;
    background-color: #005ba3;
}

.MensajeError
{
    color:#FB404B;
    font-size:11px;
    margin-top:-10px;
    padding-top:0px;
    text-align:right;
    font-weight:normal !important;
}

.fondo_login
{
    background-image:url(../images/fondo_login.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

.FiloError
{
    border:solid #FB404B 1px;
    color: #FB404B;
}

#FLogin #DIVRestaurarPassword
{
    margin-top:8px;
    padding-top:8px;
    margin-bottom:8px ;
    padding-bottom:8px;
    text-align:center;
    display:none;
    font-size:11px;
    font-weight: normal !important;
}

#FLogin #LabelRestaurarPassword
{
    margin-left:8px;
    color:#007FEB;
    cursor:pointer;
    text-decoration:underline;
    font-weight:normal !important;
}

#FLogin #LabelRestaurarPassword:hover
{
    color:#40C1FF;
    text-decoration:none;
}

.BotonMiDialog
{
    color:#373B3D !important;
    border: 1px solid #373B3D !important;
    font-size:12px !important;
    font-family:'Roboto',sans-serif,Helvetica Neue,Arial;
}

.BotonMiDialog:hover
{
    color:#066 !important;
    border: 1px solid #066 !important;
    font-size:12px !important;
}

label
{
    font-weight:normal !important;
}

.control-label
{
    font-size:12px;
    text-transform:uppercase;
}

.BSiguiente { background-color:#005ba3; border:none; padding:6px 15px; color:#FFF; margin:4px 1px; }
.BSiguiente:hover { background-color:#11BFD9; color:#FFF; }

.BAnterior { background-color:#444; border:none; padding:6px 15px; color:#FFF; margin:4px 1px; }
.BAnterior:hover { background-color:#353535; color:#FFF; }

.BCancelar { background-color:#FFF; border:1px solid #EEE; padding:6px 15px; color:#000; margin:4px 1px; }
.BCancelar:hover { background-color:#FF9510; color:#FFF; }

.BFinalizar { background-color:#447DF7; border:none; padding:6px 15px; color:#FFF; margin:4px 1px; }
.BFinalizar:hover { background-color:#2C6CF6; color:#FFF; }

.mi_footer
{
    font-size: 12px;
    position: absolute;
    width: 100%;
    height: 36px;
    bottom: 0;
    text-align:right;
    padding:10px;
    background-color: #CCC;
}

.Panel_Salir
{
    float:right;
    position:inherit;
    margin-top:-50px;
    margin-right:20px;
    font-size:16px;
    line-height:1.5;
    color:#9a9a9a;
}

.Panel_Salir:hover
{
    color:#005ba3;
    cursor:pointer;
}

.Panel_Bienvenido
{
    float:right;
    position:inherit;
    margin-top:-50px;
    margin-right:120px;
    font-size:16px;
    line-height:1.5;
    color:#9a9a9a;
}

.TRSeleccionado {
    background-color:#E7F5D0 !important;
    color:#000;
}

/* MATERIAL CHECKBOX */

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.hidden{
    visibility: hidden;
}
.show{
    visibility: visible;
    transition: all 1s ease-in-out;
}
.border{
    display: inline-block;
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 4px 10px 4px 10px;
    margin-top: 0px;
    background-color: #FFF;
    font-size: 11px;
}
.borderTable{
    border: 1px solid #CCC;
    border-radius: 6px;
    background-color: #FFF;
    font-size: 11px;
}
.floatRight{
    float:right !important;
    margin-bottom: 5px;
    margin-top:-55px;
    margin-right:15px;
}
.tableUsersMargin{
    margin-right: -30px;
}
.paginationsUsersMargin{
    margin-right:20px !important;
}
.loaderGif{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:9999;
    /*background: url('../images/espere.gif') 50% 50% no-repeat rgb(249,249,249);*/
    background: url('../images/espere.gif') 50% 50% no-repeat #000;
    background-size: 50px 50px;
    opacity: 0.5;
}
.loaderBody{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999;
    /*background: url('../images/espere.gif') 50% 50% no-repeat rgb(249,249,249);*/
    background-color: white;
    background-size: 100% 100%;

}
#loader{
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
}
label {
    color: black;
    font-weight: bold !important;
    padding: 0px;
    font-size: 11px;
}
.tableSearch{
    height: 35px;
    line-height: 10px;
    padding-right: 16px;
}

.selectSearch{
    height: 25px !important;
    padding: 0 !important;
}
.rowSelected{
    /*background-color: rgba(176,190,217,.4)!important;*/
    background-color: #9A9A9A !important;
    /*background-color: #e5e5e5 !important;*/

}

.form-control{
    font-size:11px !important;
}
.btn{
    font-size:11px !important;
}
.registerForm{
    font-size:14px !important;
}
.paginationFont{
    font-weight: bolder !important;
}
.tableShowRecords{
    margin-left:5px;
    margin-right:5px;
}

.table thead,
.table th {text-align: center;}

.btnTable:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#vehiclesTable td
{
    text-align: center;
    vertical-align: middle;
}
#beneficiaryTable td
{
    text-align: center;
    vertical-align: middle;
}
.no-drop {
    cursor: no-drop;
}
#tableUsers_length{
    margin-right:5px;
}
.newPaginationStyle {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    color:
        #333 !important;
    border: 1px solid
        transparent;
    border-radius: 3px;
    margin-right:10px;
}
.newPaginationStyle:hover{
    border-radius: 6px;
    color:
        white!important;
    border: 1px solid
        #979797;
    background: #222020 !important;
}
.newPaginationStyleNotSelected * {
    border: hidden  !important;
}
.titleLink{
    color:white;
    float:left;padding-left: 10px;
    font-weight: bold
}
.titleDiv{
    padding-left:0px !important;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 5px;
    border-radius: 6px !important;
    border:0px;
    margin-right: -10px
}
.titleDivBorderTop{
    padding-left:0px !important;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 5px;
    border-top-left-radius: 6px !important;
    border-top-right-radius:  6px !important;
    border:0px;
    margin-right: -10px
}

.inputRedFocus{
    border-color: red;
}

.btn.registerForm {
    width:105px !important;
    padding:5px !important;
    margin-top:15px !important;
    margin-bottom:15px !important;
    text-align: center !important;
}

.tableCustomHeader{
    background-color: #005ba3 !important; color:white !important
}

.btn-back{
    background-color: #444;
    border-color: #444;
    color:white;
}
.btn-back:hover{
    background-color: #222121;
    border-color: #444;
    color:white;
}

input, select, option, textarea
{
	text-transform:uppercase !important;
}

.btn-info {
    color: #fff;
    background-color: #005ba3;
    border-color: #005ba3;
  }

  .btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #a71f38;
  border-color: #a71f38;
}

.btn-info:hover {
    color: #fff;
    background-color: #ee3129;
    border-color: #ee3129;
  }

  .btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #a71f38;
  border-color: #a71f38;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #ee3129;
  border-color: #ee3129;
}

.dropdown-submenu > li::marker {
    color: white !important;
  }

  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-offset: 0;
}
a:focus {
    outline-offset: 0;
}

@media (max-width: 768px) {
    .wizard_externo_activo
    {
        height:36px;
        background-color:#ffffff;
        color:#999999;
        text-transform:uppercase;
        text-align:center;
        padding-top:6px;
        font-family: 'Century Ghotic';
        margin-top: -25px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .titleLink_Front {
        padding-left: 10px;
        font-size: 3.5vw !important;
    }

    .border_front {
        display: inline-block;
        border: 1px solid #CCC;
        border-radius: 18px;
        padding: 4px 10px 35px 10px;
        margin-top: 20px;
        background-color: #FFF;
        font-size: 11px;
    }
}

.wizard_externo_activo
{
    height:36px;
    background-color:#ffffff;
    color:#999999;
    text-transform:uppercase;
    text-align:center;
    padding-top:6px;
    font-family: 'Century Ghotic';
    margin-top: -25px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.titleLink_Front {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.7vw;
}

.titleLink_Front2 {
    padding-left: 10px;
    font-size: 1.2vw;
}

.border_front {
    display: inline-block;
    border: 1px solid #CCC;
    border-radius: 18px;
    padding: 4px 10px 35px 10px;
    margin-top: 20px;
    background-color: #FFF;
    font-size: 11px;
}

@media (max-width: 768px) {
    .pricing-table-front {

        margin-left: 5%;
        margin-top: 3%;
        margin-right: 5%;
        margin-bottom: 3%;
        text-align: center;
        width: 125%;
        border-radius: 20px;
        float: left;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
        box-shadow: 0 0 15px rgba(0,0,0,0.4);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        padding-top: 15px;
    }

    .pricing-table-front:hover {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-box-shadow: 0 0 15px rgba(241,137,64,0.4);
        box-shadow: 0 0 15px rgba(241,137,64,0.4);
    }

    .pricing-title-front {
        color: #999999;
        padding: 20px 5px;
        font-size: 3vw !important;
        text-transform: uppercase;
        height:80px;
        border-radius: 20px 20px 0 0;
        font-family: 'Century Ghotic';
        max-width:14em;
        margin-left: auto;
        margin-right: auto;
    }
    .pricing-icon img{
        width: 40px !important;
    }

    .texto1 {
        color: #999999 !important;
        font-size: 20px!important;
        text-transform: uppercase;
        height: 30px;
        border-radius: 20px 20px 0 0;
        font-family: 'Century Ghotic';
        max-width: 15em;
        float: right;
        text-align: right;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .texto2 {
        color: #999999 !important;
        font-size: 15px!important;
        text-transform: uppercase;
        height: 30px;
        border-radius: 20px 20px 0 0;
        font-family: 'Century Ghotic';
        max-width: 20em;
        float: right;
        text-align: right;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .files-table{
        width: 80% !important;
        border-radius: 10px;
        float: left;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
        box-shadow: 0 0 15px rgba(0,0,0,0.4);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        padding-bottom: 15px;
    }

    .files-title {
        color: #999999 !important;
        font-size: 15px!important;
        text-transform: uppercase;
        height:10px !important;
        border-radius: 20px 20px 0 0;
        font-family: 'Century Ghotic';
        max-width:10em !important;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-table-front2 {

        margin-left: 12% !important;
        margin-top: 3%;
        margin-right: 7% !important;
        margin-bottom: 3%;
        text-align: center;
        width: 80% !important;
        border-radius: 20px;
        float: left;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
        box-shadow: 0 0 15px rgba(0,0,0,0.4);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        padding-top: -5px;
    }

    .btn-front{
        font-size: 3vw !important;
        font-family: 'Century Ghotic';
    }

    .btn-select{
        font-size: 3.0vw !important;
        font-family: 'Century Ghotic';
        color:#ffffff;
    }

    .border_limit{ width: 400px !important;}

    .titleLink_Front2 {
        padding-left: 10px;
        font-size: 4vw !important;
    }

    .border {
       /*display: flow-root !important;*/
    }

    .wizard_externo_activo {
        width: 80% !important;
    }

}

.pricing-table-front {

    margin-left: 5%;
    margin-top: 3%;
    margin-right: 5%;
    margin-bottom: 3%;
    text-align: center;
    width: 125%;
    border-radius: 20px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding-top: 15px;
}

.pricing-table-front2 {

    margin-left: 3%;
    margin-top: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
    text-align: center;
    width: 25%;
    border-radius: 20px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding-top: -5px;
}

.pricing-table-front2:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-box-shadow: 0 0 15px rgba(241,137,64,0.4);
    box-shadow: 0 0 15px rgba(241,137,64,0.4);
}

.pricing-title-front {
    color: #999999;
    padding: 20px 5px;
    font-size: 1.2vw;
    text-transform: uppercase;
    height:80px;
    border-radius: 20px 20px 0 0;
    font-family: 'Century Ghotic';
    max-width:14em;
    margin-left: auto;
    margin-right: auto;
}
.pricing-icon img{
    width: 80px;
}

.pricing-icon2 img{
    width: 80px;
}

.pricing-icon2-1 img{
    width: 70px;
}

.btn-front{
    font-size: 0.8vw;
    font-family: 'Century Ghotic';
}

.btn-select{
    font-size: 1.0vw;
    font-family: 'Century Ghotic';
    color:#ffffff;
}

.btn-front:hover{
    font-size: 0.9vw;
    font-family: 'Century Ghotic';
    text-decoration: none;
    font-weight: bolder;
    color:#005ba3;
}

.btn-select:hover{
    font-size: 1.0vw;
    font-family: 'Century Ghotic';
    text-decoration: none;
    font-weight: bolder;
    color:#ffffff;
}

.btn-select:onclick{
    font-size: 1.0vw;
    font-family: 'Century Ghotic';
    text-decoration: none;
    font-weight: bolder;
    color:#ffffff;
    background: rgb(234,73,86);
    background: linear-gradient(90deg, rgba(234,73,86,1) 58%, rgba(243,169,67,1) 100%);
}
.btn-select:focus{
    font-size: 1.0vw;
    font-family: 'Century Ghotic';
    text-decoration: none;
    font-weight: bolder;
    color:#ffffff;
    background: rgb(234,73,86);
    background: linear-gradient(90deg, rgba(234,73,86,1) 58%, rgba(243,169,67,1) 100%);
}

.files-table{
    width: 50%;
    border-radius: 10px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.files-title {
    color: #999999 !important;
    font-size: 20px;
    text-transform: uppercase;
    height:30px;
    border-radius: 20px 20px 0 0;
    font-family: 'Century Ghotic';
    max-width:20em;
    margin-left: auto;
    margin-right: auto;
}
.number-front{ color:#ffffff;
    background: rgb(243,169,67);
    background: radial-gradient(circle, rgba(243,169,67,1) 0%, rgba(234,73,86,1) 96%);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    text-align: center;
    padding: -3px;
    font-size: 40px;
    text-shadow: 0px 1px 1px #2B130B;
    margin-left: -34px;
    margin-right: 20px;
    float: left;
    font-family: 'Century Ghotic';

}

.img-pdf-icon{
    display: inline-block;
    max-width: 60%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: right;
    /*margin-top: -32px;*/
}

.texto1 {
    color: #999999 !important;
    font-size: 25px;
    text-transform: uppercase;
    height: 30px;
    border-radius: 20px 20px 0 0;
    font-family: 'Century Ghotic';
    max-width: 15em;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.texto2 {
    color: #999999 !important;
    font-size: 20px;
    text-transform: uppercase;
    height: 30px;
    border-radius: 20px 20px 0 0;
    font-family: 'Century Ghotic';
    max-width: 20em;
    float: right;
    text-align: right;
}

.table-buy-front {
    display: inline-block;
    color: #FFF;
    background: rgb(243,169,67);
    background: linear-gradient(90deg, rgba(243,169,67,1) 0%, rgba(234,73,86,1) 96%);
    padding: 5px 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.table-buy-front:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.glyphicon.glyphicon-info-sign{
    color:  #1fc2de   !important;
}

.redText{
    color: red;
}

.bntFilter {
    width: 24px;
    height: 24px
}

.icon-font-size-table {
    font-size: 15px;
}

.icon-accion-table-false {
    color: black !important;
    cursor: no-drop;
    pointer-events: pointer;
    margin-right: 5px;
}

.icon-accion-table-true {
    color: green !important;
    pointer-events: pointer;
    margin-right: 5px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body-collections{
    flex: 1 1 auto;
    min-height: 1px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.error {
    color: red;
    font-family: bold;
}

#contenedorTabs .nav-tabs {
    border-bottom: none !important;
}

#contenedorTabs .nav-tabs .nav-link {
    padding: 0.5rem 3rem;
}

#contenedorTabs .nav-tabs .nav-item a {
    color: #013e76 !important;
    font-weight: bold !important;
    font-size: 10pt;
}

#contenedorTabs .nav-tabs .nav-link:hover {
    border-bottom: none !important;
}

#contenedorTabs .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #f8fafc !important;
    border-bottom-color: #fff !important;
    color: #495057 !important;
}

#myTab {
    margin-bottom: -1px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f8fafc;
    border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-auth {
    background-color: #F4F4F4 !important;
}

.card-auth-remote {
    background-color: white !important;
}

.pb-3 { padding-bottom:1rem!important; }

.fa-10x {
    font-size: 10em; }

.pt-3 { padding-top:1rem!important; }
.pt-5 { padding-top:3rem!important; }
.text-black { color: black; }

.background_blue_with_color
{
    height:36px;
    background-color:#005ba3;
    color:#FFF;
    text-align:center;
    padding-top:6px;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.btn-siguiente {
    width: 140px;
    background-color: #005ba3 !important;
}

.display-flex-center-content{
    display: flex;
    justify-content: center;
}

.btn-return {
    font-size: 50px;
    position: absolute;
    left: 8rem;
    cursor: pointer;
    color: gray;
}

.text-primary-color {
    color: #005ba3;
}

/* boton de pago */

.card-ui-component-heading {
    display: none !important;
}

.card-ui-component-outer {
    margin-bottom: 0px !important;
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important;
    width: 75% !important;
    margin: 0 auto;
}

.card-ui-component-inner-body {
    padding-top: 15px !important;
    background-color: #fff !important;
}

.card-ui-component-ddl-expiry {
    display: block;
    width: 15% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
    margin-right: 10px;
}

#card-ui-component-btn-cancel {
    display: none;
}

.card-ui-component-btn-action {
    display: inline-block;
    padding: 6px 25px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.border-line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid rgb(0 0 0 / 5%) !important;
}


/* boton de pago */

.btn-siguiente {
    width: 140px;
    background-color: #163F76 !important;
}

.btn-vi-siguiente {
    width: 140px;
    background-color: #0190D4;
}

.icon-pdf {
    color: red;
    border: 1px solid #d0d0d0;
    cursor: not-allowed;
    pointer-events: none;
}

.icon-accion-vi-table-true {
    color: #0190D4 !important;
    cursor: pointer;
    margin-right: 5px;
}

.hcb-vi-continuar {
    width: 120px;
    background-color: #163F76 !important;
}

.hcb-vi-cancelar {
    width: 120px;
}

.btn-search {
    background-color: #163F76 !important;
}

.card-ui-component-save-btn {
    background-color: #163F76 !important;
}

.multiasistencias-title-front{
    background-clip: text;
    background-image: linear-gradient(90deg, rgba(243,169,67,1) 0%, rgba(234,73,86,1) 96%);
    font-size: 50px;
    margin-top: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
}

.btn-anterior {
    width: 140px;
    background-color: rgb(66, 65, 65) !important;
    color: white;
}

.modal-fullmax {
    width: 80%;
  }

@media only screen and (max-width: 600px) {
    .card-ui-component-input-style {
        width: 100% !important;
    }
    .card-ui-component-label-style {
        width: 100% !important;
    }
    .card-ui-component-ddl-expiry {
        display: block;
        width: 45% !important;
    }
    .card-ui-component-card-bg {
        height: 0px !important;
    }
    .btn-return {
        left: 2rem !important;
    }
}
.d-none {
    display: none !important;
}
.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.btn-cancel {
    width: 140px;
    background-color: #F2F2F2 !important;
    color: #555;
}

.notification-message {
    max-height: 50px;
    overflow-y: auto;
    font-size: 0.9em;
    color: #555;
}

.unread-notification {
    position: relative;
}

.unread-notification::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    background-color: #CC3366;
    border-radius: 50%;
}

.d-block {
    display: block !important;
}

.d-block:focus {
    background-color: #999 !important;
}

.text-muted { color: #999; margin-top: -10px; }

.body-text-limit-expand {
    max-width: 100%;
    resize: vertical;
}

.keep-text-format{
    text-transform: none !important;
}

.text-indented{
    word-break: break-word;
    /* overflow-wrap: break-word !important; */
}