/* ---------------------------------------------------
    GENERAL
----------------------------------------------------- */
@import url("checkbox.css");

html{
    font-size: 14px;
}

body{
    font-family: 'SourceSansPro' !important;
      background-color: #F6F6F6;
      color: #666666;
}

a{
    color:#688DBC;
}

textArea{
    -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#div_carga{ position: absolute;  top: 0px;  left: 0px;  width: 100%;  height: 100%;  background-color: rgba(147,147,147, 0.3);  z-index: 100;  display: none;}
#img_cargando{ color: #00679E;  position: fixed;  top: 45%;  left: 50%;  margin-top: -25px;  margin-left: -25px;}

.justify{
  text-align: justify !important;
}
.center{
  text-align: center !important;
}
.left{
  text-align: left !important;
}

.ibox-title{
  font-size: 24px !important;
  color: #000000 !important;
}

.has-error{
	border: solid 1px red !important;
}

.vistaModulo .card{
 min-height: 515px ;
}

.form-control{
    border: 1px solid #D2D6DE;
    /* color: #4B4B4B; */
    color: #666666 !important;
    border-radius: 0px;
}

.form-medio{
    width: 350px;
}

.form-corto{
    width: 130px;
}

.circuloActi {
     background: #00C0EF !important;
     color: #FFFFFF !important;
     border: none !important;
}

.circulo {
     width: 37px;
     height: 37px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     border: 2px solid #4B4B4B;
     background: #F4F4F4;
     display: table-cell !important;
     vertical-align: middle;
     color: #4B4B4B;
}

.form-check-input{
    position: initial;
    margin-left: 0px;
    margin-right: 30px;
}

.form-check-label{
    padding-left: 0px;
    padding-right: 5px;
}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

#contenido{
    padding: 60px 30px 15px 15px;
}

.badge-naranja{
    background-color: #F39C12;
}
.badge-azul{
    background-color: #00C0EF;
}
.badge-verde{
  background-color: #1baf6c;
}

.textoImportarte{
    /*color: #688DBC;*/
    color: #93aecf;
}

.textoResaltado{
    font-style: italic;
    vertical-align: top;
}

.row{
    margin-left:0px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.card{
    border: 0px;
    padding-bottom: 20px !important;
    overflow: hidden;
}

.card-header{
    padding: .5rem 1.25rem .2rem 1.25rem;
    background-color: white;
    border-bottom: 1px solid #F4F4F4;
    /*border-top: 3px solid #00679E;*/
    font-size: 1.7142rem;
    font-family: 'SourceSansPro';
    /*color: #000000;*/
}

.linea-verde{
    border-top: 3px solid #00A65A;
}

.linea-azul{
    border-top: 3px solid #00C0EF;
}

.seccion{
    border: solid 1px #F4F4F4;
    border-top: none;
    padding: 15px 15px 10px 50px;
    margin-bottom: 10px;
}
.seccion2{
    border: solid 1px #F4F4F4;
    border-top: none;
    padding: 15px 15px 0px 5px;
    margin-bottom: 10px;
}

.seccion-basica{
    padding: 0px 30px 20px 30px;
}

.card-terminos{
    width: 80%;
    margin: auto;
}

.seccion-filtros{
    border: solid 1px #F4F4F4;
    padding: 5px 15px 10px 30px;
    margin-bottom: 10px;
}

.titulo-seccion{
    font-weight: bold;
    font-size: 1.14rem;
    margin-left: -20px;
    padding-bottom: 5px;
}

.boton-examinar{
    background-color: #F4F4F4;
    color:#4B4B4B;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 0.9rem;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #DDDDDD;
    text-align: center;
    vertical-align: top;
}

.boton-examinar:hover{
    background-color: #DFDFDF;
}

.inputFile{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.preview{
    width: 200px;
    height: 80px;
    margin: 5px 10px 5px 30px;
}

.hidden{
  display: none !important;
}

.fondoImagenBlanca{
    width: 180px;
    height: 70px;
    background-color: #00679E;
    display: inline-block;
}

#imagen_archivoLogoByN{
    width: 128px;
    height: 50px;
    padding-top: 5px;
}

.btn-principal{
    background-color: #3C8DBC;
    color: white;
    border: solid 1px #367FA9;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
}

.btn-agregar{
    background-color: #3C8DBC;
    color: white;
    border: solid 1px #367FA9;
    padding: 2px 10px 2px 10px;
    margin-left: 5px;
    font-size: 1.2rem;
}

.btn-principal:hover, btn-agregar:hover{
    background-color: #296182;
}

.f14{
  font-size: 1rem !important;
}
.f16{
  font-size: 1.1428rem !important;
}
.f18{
  font-size: 1.2857rem !important;
}
.f22{
  font-size: 1.5714rem !important;
}

.negri{
  font-weight: bold !important;
}


.modal-body{
    font-size: 1rem;
}
.btn{
  cursor: pointer !important;
}
.cursor{
  cursor: pointer !important;
}
.btn-secundario{
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
    color: #4B4B4B;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-quitar{
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
    color: #4B4B4B;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: bold;
    font-size: 1.7142rem;
    line-height: 1.7142rem;
}

.btn-secundario:hover, .btn-quitar:hover{
    background-color: #DADADA;
    color: #4B4B4B;
}

.btn-secundario i{
    font-size: 0.8rem;
    margin-right: 2px;
}

.btn-filtrar{
    padding-left: 15px;
    padding-right: 15px;
}

input[type="number"]{
    text-align: right;
    -moz-appearance:textfield;
}

.nota{
    background: #F4F4F4;
    color: #666666;
    font-size: 1rem;
    padding: 8px 20px;
    border-left: 4px solid #00C0EF;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
}

.imagenPromo{
    margin: 10px 0px;
    width: 100%;
}

.texto-mediano{
    font-size: 1.14rem;
    text-align: justify;
}

/* ---------------------------------------------------
    CARD WIDGET
----------------------------------------------------- */
.card-widget .card-header{
    border-top: 3px solid #00C0EF;
    border-bottom: none;
    font-size: 1.121rem;
}

.card-widget .card-body{
    padding: 0px 20px 10px 20px;
}

.widget-notificaciones .card-body{
    padding: 0px 12px 12px 10px;
}

.card-widget .row{
    padding: 0px;
    margin: 6px 0px;
}

.card-widget .btn-principal{
    margin-left: 0px;
    border-radius: 0px;
}

.card-widget .info-resultado{
    padding-left: 8px;
    color: #656565;
}

.body-notificaciones{
    background-color: #ECF0F5;
    padding-bottom: 5px;
    padding-top: 3px;
    background-image: url("../img/lineav.png");
    background-repeat:  repeat-y;
    background-size: 3px;
    background-position: 20.48px 0px;

}
.body-notificaciones .col-3{
  padding-left:7px !important;
}
.body-notificaciones .col-12{
  padding-right:7px !important;
}
.body-notificaciones .notiti_texto{
  background-color: white;
  width: 90% !important;
  border-radius: .20rem !important;
  padding: 5px 10px;
  font-family: 'SourceSansPro' !important;
  font-size: 1rem;
  color: #666666;
  line-height:16px;
  /*border: solid 1px;*/
}

.notiti_texto .tiempo{
  color: #AEAEAE;
  font-size: 0.8571rem;
  height: 10px;
  margin: 0px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top:-1px;
}



/* ---------------------------------------------------
    MODALES
----------------------------------------------------- */
.modal-header{
    border-bottom: 1px solid #F4F4F4;
    padding: 5px 15px;
}

.modal-footer{
    border-top: 1px solid #F4F4F4;
    padding: 10px 15px;
}

/* .modal-body{
    font-size: 1.2rem;
} */

.modal-content{
  padding-right: 15px !important;
}

/* ---------------------------------------------------
    TABLA LISTA
----------------------------------------------------- */
.tabla-lista{
    border: 1px solid #F4F4F4;
}

.tabla-lista td, .tabla-lista th{
    padding: 8px 10px;
    border: 1px solid #F4F4F4;
    color: #666666 ;
    font-size: 1rem;
}


.tabla-lista tbody tr:hover{
    background-color: #F9F9F9;
}

.paginate_button{
    background: #fafafa;
    color: #666;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 0.85rem;
    position: relative;
    margin: -2px;
}

.current, .paginate_button:hover{
    background: #EDEDED;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  border-radius: unset !important;
  -moz-border-radius: unset !important;
  -webkit-border-radius: unset !important;
  border-left: none !important;
}

.dataTables_wrapper .dataTables_paginate .previous {
  border-radius: 3px 0px 0px 3px !important;
  -moz-border-radius: 3px 0px 0px 3px !important;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  border: 1px solid #dddddd !important;
}
.dataTables_wrapper .dataTables_paginate .next {
  border-radius: 0px 3px 3px 0px !important;
  -moz-border-radius: 0px 3px 3px 0px !important;
  -webkit-border-radius: 0px 3px 3px 0px !important;
  /* border: 1px solid #dddddd !important; */
}

.pie-tabla{
    margin-top: 12px;
}

/* ---------------------------------------------------
    PLACE HOLDER
----------------------------------------------------- */

.input-placeholder::-webkit-input-placeholder {
    color: #AEAEAE;
}
.input-placeholder::-moz-placeholder {
    color: #AEAEAE;
}

::placeholder { color: #bfbfbf !important; font-family: 'SourceSansPro' !important;}
:-ms-input-placeholder { color: #bfbfbf !important; font-family: 'SourceSansPro' !important; } /* IE 10+ */
::-webkit-input-placeholder { color: #bfbfbf !important; font-family: 'SourceSansPro' !important; } /* WebKit */
::-moz-placeholder { color: #bfbfbf !important; font-family: 'SourceSansPro' !important; } /* Firefox 19+ */

/* ---------------------------------------------------
    SELECT2
----------------------------------------------------- */
.select2-selection__placeholder{
  color: #bfbfbf !important;
  font-family: 'SourceSansPro' !important;
  font-size: 1rem !important;
  font-weight: normal !important  ;
}

.select2-container .select2-selection--single {
    border-radius: 0px;
    height: 33px;
    border: 1px solid #D2D6DE;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    background-color: #EEEEEE;
    border-left: 1px solid #D2D6DE;
    height: 31px;
    position: absolute;
    width: 25px;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #D2D6DE !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #666666 !important;
     font-size: 1rem !important;
     font-weight: normal;
}

.select2-container .select2-selection--single{
  border-radius: .30rem !important;
}
.select2-selection__arrow{
  background-color: white !important;
  border: none !important;
  border-radius: .30rem !important;

}

/* ---------------------------------------------------
    FUENTES
----------------------------------------------------- */

@font-face {
    font-family: SourceSansPro;
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf");
}
@font-face {
    font-family: SourceSansPro;
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf");
    font-weight: bold;
}

/* ---------------------------------------------------
    WIDGET
----------------------------------------------------- */

.widget{
    background-color: white;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    margin: 0px 30px 15px 0px;
}

.widget-verde{
    background-color: #00A65A;
}
.widget-naranja{
    background-color: #F39C12;
}
.widget-menta{
    background-color: #70C5C9;
}

.widget-resumen{
   width: 230px;
   height: 80px;
}
.widget-resumen-icono{
    color: rgba(255,255,255,0.8);
    font-size: 2.25rem;
    text-align: center;
    padding-top: 15px;
}

.widget-resumen-info{
    padding: 5px 8px 5px 12px;
}

.widget-resumen-titulo{
    font-size: 1.1428rem;
    color: #4B4B4B;
}

.widget-resumen-numero{
    font-weight: bold;
    font-size: 2.0714rem;
    line-height: 2rem;
}

.widget-resumen-detalle{
    text-align: right;
    font-size: 0.86rem;
    color: #999999;
}

/* ---------------------------------------------------
    PAQUETES
----------------------------------------------------- */
#seccionPaquetes .card{
    padding-left:0px;
    color: white;
}

.numCreditosPaquete{
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
    text-align: center;
}

.descCreditosPaquete{
    font-size: 1.2rem;
    text-align: center;
}

#seccionPaquetes .card-body{
    padding:30px 0px 0px 0px;
    border: 1px solid #DDDDDD;
}

#seccionPaquetes .card-footer{
    margin-top:15px;
    text-align: center;
    padding: 0px;
    height: 43px;
    border: 0px;

}

.btn-solicitar-paquete{
    color: rgb(255,255,255, 0.85);
    background-color: rgb(0,0,0,0);
    width: 100%;
    height: 100%;
    border: 0px;
    cursor: pointer;
}

.btn-solicitar-paquete:hover{
    background-color: rgb(0,0,0, 0.10);
}

/* ---------------------------------------------------
    MENU SUPERIOR
----------------------------------------------------- */
#barraSuperior {
    background: #00679E;
    color: white;
    min-height: 55px;
    max-height: 55px;
    padding-top: 5px;
    padding-left: 50px;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

#barraSuperior .navbar{
    padding: 0px;
}

.dropdown-menu{
  left:0px;
  top:53px;
  order-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;

}
.navbar .nav-link{
  /*text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px white;*/
}

.menuSuperior .show{
  background-color:#005684 !important;
}
.menuSuperior .dropdown-menu{
    background-color:white !important;
}
.menuSuperior .nav-item:hover{
  /*background-color: white !important;*/
  background-color:#005684 !important;
  /*color: white !important;*/
}

.menuSuperiorNoti .nav-item{
    height: 55px !important;
}
.menuSuperiorNoti .nav-link{
  padding: 0px 20px !important;
  height: 55px !important;
  display: table-cell !important;
  vertical-align: middle !important;
  cursor: pointer;
}
.menuSuperiorNoti .show{
  /* background-color:#005684 !important; */
}
.menuSuperiorNoti .dropdown-menu{
    background-color:white !important;
}
.menuSuperiorNoti .nav-item:hover{
  /* background-color:#005684 !important; */
}
.menuSuperiorNoti .nav-link{
  padding: 0px 0px !important;
  height: 55px !important;
  display: table-cell !important;
  vertical-align: middle !important;
  cursor: pointer;
}
.menuSuperiorNoti .dropdown-menu.show{
  left:-50px !important;
}
.menuSuperiorNoti .body-notificaciones{
  background-image: none;
}

#campaNotifi:after{
  content: none;
}


#barraSuperior img{
    width: 128px;
    height: 41px;
}

.navbar-collapse {
  height: 55px !important;
}
.menuSuperior .nav-item{
    height: 55px !important;
}
.menuSuperior .nav-link{
  padding: 0px 20px !important;
  height: 55px !important;
  display: table-cell !important;
  vertical-align: middle !important;
  cursor: pointer;
}

#iconNotificaciones{
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
}

#numNotificaciones{
    font-size: 0.7rem;
    padding-left:5px;
    padding-right:5px;
    position: relative;
    bottom: 13px;
    left: 8px;
}

/* ---------------------------------------------------
   SUB MENU
----------------------------------------------------- */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-toggle{
  display: block;
  width: 100%;
  padding: .25rem 1.7142rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-transform: lowercase;
}
.dropdown-submenu .dropdown-toggle:hover{
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-submenu:hover > a::after{
  border-left-color: #000 !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
   /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* ---------------------------------------------------
   PANEL CONTENIDO
----------------------------------------------------- */

#panelContenido{
    padding: 10px 5px 0px 15px;
}

/* ---------------------------------------------------
   TABS LATERAL
----------------------------------------------------- */

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  /*border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  border: none;
  /*border:1px solid #ddd;*/
  margin-top: 20px;
  margin-left: 30px;
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  /*-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  display: inline-flex;
}
div.bhoechie-tab-menu .list-group-item{
  margin: 4px 0px;
  border-color: #DDDDDD;
  border-right: none;
  width: 100px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 56px;
  display: table-cell !important;
  vertical-align: middle !important;
  font-size: 1rem;
  font-family: 'SourceSansPro';
  color: #666666;
  background-color: #F4F4F4;

  padding:  10px 5px !important;
}

div.bhoechie-tab-container div.bhoechie-tab{
  border: solid 1px;
  border-top: solid 2px #00679E !important;
  /*border-left: none;*/
  border-color: #F4F4F4;
  margin-top: 4px;
  margin-left: 0px;
}

.col-lg-1.col-md-1.col-sm-1.col-xs-1.bhoechie-tab-menu{
  max-width: 100px !important;
  width: 100px !important;
}

div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #00C0EF;
  /*background-image: #5A55A3;*/
  color: #ffffff;
  border-right: none;
}
/*div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}*/

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 5px !important;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/* ---------------------------------------------------
   PANEL LATERAL
----------------------------------------------------- */
#panelLateral{
   padding-top:10px;
}

#cardCreditosDisp{
  border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

#cardCreditosDisp .card-body{
    background-color: #00C0EF !important;
    height: 130px;
    color: white;
    text-align: center;
    padding: 20px 0px 0px 0px;
    line-height: 5.7rem;
}

#cardCreditosDisp .card-footer{
    background-color: #00ADD8;
    height: 30px;
    color: #C7EDF2;
    font-size: 1.14rem;
    text-align: center;
    padding: 4px 18px;
    border: 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.credito{
  border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.credito .card-body{
    background-color: #00C0EF;
    height: 130px;
    color: white;
    text-align: center;
    padding: 20px 0px 0px 0px;
    line-height: 5.7rem;
}

.credito .card-footer{
    background-color: #00ADD8;
    height: 30px;
    color: #C7EDF2;
    font-size: 1.14rem;
    text-align: center;
    padding: 4px 18px;
    border: 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.credi500 .card-body{
    background-color: #DD4B39 !important;
}
.credi500 .card-footer{
    background-color: #C64333 !important;
}
.credi1000 .card-body{
    background-color: #00A65A !important;
}
.credi1000 .card-footer{
    background-color: #009551 !important;
}
.credi3000 .card-body{
    background-color: #F39C12 !important;
}
.credi3000 .card-footer{
    background-color: #DA8C10 !important;
}

#descCreditos{
    line-height: 1.1428rem;
}

#numCreditos{
    font-size: 5.7rem;
    font-weight: bold;
}

#tituCredito{
  margin-top: -8px;
  margin-left: 5px;
  line-height: 0.8428rem;
  text-align: left;
}


.card-footer a{
    color: #C7EDF2;
}

.card-footer{
  padding: 0px !important;
}

.badge1{
  margin-top: 5px;
  margin-right: 4px;
  font-size: 0.9rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 4px 10px !important;
  height: 18px;
}

.btn-principal{
 background-color: #3C8DBC !important;
 font-weight: normal;
}

.azul{
  color: #3C8DBC !important;
}
.rojo{
 /*background-color: #DD4B39 !important;*/
 /*background-color: #e36e60 !important;*/
 background-color: #e16151 !important;
}
.rojoL{
 /*background-color: #DD4B39 !important;*/
 /*background-color: #e36e60 !important;*/
 color: #e16151 !important;
}
.verde{
  /*background-color: #00A65A !important;*/
  background-color: #1baf6c !important;
}
.verdeL{
  /*background-color: #00A65A !important;*/
  color: #1baf6c !important;
}
.amarillo{
  /*background-color: #F39C12 !important;*/
  background-color: #f39c13 !important;
}
.violetRed{
  /*background-color: #D81B60 !important;*/
  background-color: #ee0055 !important;
}

.noti_espe1{
  min-width: 130px !important;
  text-align: center !important;
  border-radius: .95rem !important;
  border: none !important;
  /* padding: 6px 12px; */
  padding: 3% 8%;
  color: #FFFFFF;
}

.btn_espe1{
  height: 27px !important;
  width: 107px !important;
  text-align: center !important;
  border-radius: .95rem !important;
  border: none !important;
  font-size: 0.9285rem !important;
  cursor: pointer;
}

.btn_espe2{
  height: 30px !important;
  width: auto !important;
  padding: 6px 30px !important;
  text-align: center !important;
  border-radius: .37rem !important;
  border: none !important;
  font-size: 0.9285rem !important;
  cursor: pointer;
  /*font-family: 'Liberation Sans';*/
}
.btn_espe2 .closet{
  position: relative;
  left: 20px !important;
  top:-5px;
  cursor: pointer;
  font-size: 1rem;
}

.btn_espe3{
  height: 27px !important;
  width: 88px  !important;
  padding: 0px 3px !important;
  text-align: center !important;
  border-radius: .37rem !important;
  border: none !important;
  font-size: 0.9285rem !important;
  /*font-family: 'Liberation Sans';*/
  background-color: #00A65A;
  cursor: pointer;
  font-size: 0.9285rem;
  cursor: pointer;
}

.btn1{
  padding: 6px 17px !important;
  background-color: #F4F4F4;
  border-color: #DDDDDD;
  font-size: 0.9285rem;
  cursor: pointer;
  /*font-family: 'Liberation Sans';*/
}

.btn2{
  padding: 6px 17px !important;
  background-color: #3C8DBC;
  border-color: #367FA9;
  font-size: 0.9285rem;
  cursor: pointer;
  /*font-family: 'Liberation Sans';*/
}

.btn3{
  height: 30px !important;
  padding: 3px 17px !important;
  background-color: #F4F4F4;
  border-color: #DDDDDD;
  font-size: 1rem;
  font-family: 'SourceSansPro';
  color: #444444;
  cursor: pointer;
}
.btn3 span{
  vertical-align: top !important;
  position: relative;
  top:-2px;
  font-size: 1.2857rem; font-weight:bold
  cursor: pointer;
}

.botonesPaso{
  margin-right: 0px;
}
.botonesPaso .btnPaso{
  background-color: #F4F4F4 ;
  height: 106px !important;
  width: 100%;
  cursor: pointer;
  border: none;
  display: inline-block;
  justify-content: center !important;
  line-height:16px;

}
.botonesPaso #paso1{
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
}
.botonesPaso #paso2{
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
}

.botonesPaso .activo{
  background-color: #00679E !important;


}
.botonesPaso .tex1{
    font-size: 1rem;
    color: #4B4B4B;
}
.botonesPaso .tex2{
    font-size: 0.8571rem;
    color: #4B4B4B;
    line-height:10px !important;
    opacity: 0.7;

}
.botonesPaso .activo .tex1{
    font-size: 1rem;
    color: #FFFFFF;
}
.botonesPaso .activo .tex2{
    font-size: 0.8571rem;
    color: #FFFFFF;
    line-height:10px !important;
    opacity: 0.7;
}
 .botonesPaso #paso1:after{
   z-index: 1000;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -23px;
  /*border-left: 22px #00679E;*/
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  border-left: 24px solid #00679E;
}

.taman1{
  width: 33px !important;
  height: 30px !important;
  font-size: 1.0625rem !important;
  text-align: center !important;
  vertical-align: top !important;
  padding: 0px !important;
}

/*.borerLeft{
  border-color: transparent;
  border-left: solid 4px #00C0EF !important;
  background-color: #F4F4F4 !important;
  color: #666666 !important;
}*/

.borerTop1{
  border-top: solid 3px #00679E !important;
  color:black;
  font-size: 1.7142rem;

}
.borerTop2{
  border-top: solid 3px #00A65A !important;
  font-size: 1.25rem;
}
.borerTop3{
  border-top: solid 3px #00C0EF !important;
  font-size: 1.25rem;
}

.grupoF{
  margin-bottom: 10px;
}
.grupoF .titu{
  font-size: 1rem;
  font-weight: bold;
  margin-left: 35px;
  margin-top: 5px;
  color: #666666 !important;
  font-family: SourceSansPro !important;


}

.tituPrin{
  color: #000000;
  font-size: 1.7142rem;
  padding-left: 4px !important;
}
.tituSub{
  color: #666666;
  font-size: 1.25rem;
}

.titu{
  color: #666666;
  font-size: 1rem;
  font-family: SourceSansPro !important;
}
.titu1{
  color: #666666;
  font-size: 1.1428rem;
}

.letra1{
  color: #666666;
  font-size: 1rem;
}

.btnImg{
  position: relative;
  border: solid 0px !important;
  left:-27px;
  cursor: pointer;
}

.centrarh1{
  display: inline-flex;
  justify-content: space-evenly;
}

.right1{
  display: inline-flex;
  flex-direction: row-reverse;
  padding-right: 33px;
}
.right1 > *{
   margin-left: 6px;
}
/*.right1 > button{
   margin-left: 6px;
}*/

.left1{
  display: inline-flex;
  justify-content: space-between;
}
.left2{
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  left: 60px;
}
.left3{
  display: inline-flex;
  justify-content: start;
}
.left3 > *{
  margin-right: 6px;
  margin-bottom: 6px;
}

.BtnEventoDate{
  display: inline; border-radius: 0px 0px 0px 0px;
  background-color: white;
  border: 1px solid #D2D6DE;
  color: #666666;
  border-right: 0px;
}


.no-padding{
  padding:0px !important;
}
.no-margin{
  margin:0px !important;
}

.small{
  color: #C0C0C0 !important;
}

.sinBorde{
  border: none !important;
}
.sinBorde td{
  border: none !important;
}

.resaltar{
  color:#3C8DBC !important;
}

.text-right .fa{
  color: #98A1B2;
}

/* ---------------------------------------------------
   TABS
----------------------------------------------------- */

.nav-tabs a{
    font-size: 1.2857rem !important;
    display:inline-flex;
    color: #666666 !important;
    font-family: 'SourceSansPro';

}

.nav-tabs .nav-item .active{
  border-top: solid 4px #00C0EF !important
}

.nav-tabs .nav-item a:hover{
  background-color: #FAFAFA;
  padding-bottom: 9.5px !important;
  /*border-color: #FAFAFA !important; */
}


.checkAzul:checked {
    color: white;
    border: solid 1px  black !important;
    outline: 2px solid #00C0EF;
    background-color: #00C0EF !important;
    border-color: #00C0EF !important;
    border-radius: .37rem !important;
}

.texto_aviso{
  height: 5px !important;
  color:#F39C12 !important ;
  text-align: right !important;
  /*display: flex;*/
  float: right;
  position: relative;
  top:-23px;
  left: -10px;
  font-size: 0.7857rem !important;
}

.table  td:nth-child(1) {
    text-align: center;
}

#resolber_pruebaFisico input[type="number"]{
  width: 80px;
  height: 32px;
  text-align: center;
}

#table_pruebaFisico td:nth-child(1) {
    text-align: center;
}
#table_pruebaFisico td:nth-child(3) {
    text-align: center;
}

#tabla_procesosList td:nth-child(4) {
    text-align: center;
}

#tabla_confiPonderado td, #tabla_confiDeseado td, #tabla_confiCargo td, #tabla_confiAjuste td {
    padding: 4px 5px !important;
}
#tabla_confiPonderado td:nth-child(1) {
    text-align: center;
}
#tabla_confiCargo td:nth-child(1) {
    text-align: center;
}
#tabla_visualiDeseado input{
  text-align: right;
}

#tabla_confiDeseado td:nth-child(3) {
    text-align: center;
}
#tabla_confiDeseado td:nth-child(4) {
    text-align: center;
}
#tabla_visualiPonderado td:nth-child(2) {
    text-align: center;
}

#tabla_verEvaluados a{
    font-size: 1.0714rem;
}
#tabla_verEvaluados td:nth-child(2), #tabla_verEvaluados .small {
    font-size: 0.8571rem !important;
}
#tabla_verEvaluados td:nth-child(5) td  {
    font-size: 0.7857rem !important;
}

.tabla_titu td{
  font-size: 1rem !important;
  color: #688DBC !important;
  font-weight: bold;
  text-align: center;
  /*border:none;*/
}

#tabla_ajusteGeneral{
  padding: 0px 40px;
  border:none;
}

#tabla_confiAjuste input, #tabla_confiDeseado input{
  width:66px;
  height: 27px;
  text-align: right;
}

#groupButton{
  padding-top:0px !important;
  position: relative;
  top:-10px;
}

.dropdown-item, .dropdown-toggle {
text-transform: capitalize !important;
}
.dropdown-item::first-letter, .dropdown-toggle::first-letter {
    text-transform: capitalize
}

.nombUsuario::first-letter{
  text-transform:none !important;
}
.nombUsuario{
  text-transform:none !important;
}

.align-items-center{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* ---------------------------------------------------
   DATATABLES
----------------------------------------------------- */

table.dataTable.no-footer {
    border-bottom-color: #e9ecef !important;
}
table.dataTable th{
   border-bottom-color: #e9ecef !important;
}
table.dataTable .dataTables_empty{
   display: none ;
}

.dataTables_length{
  display: none !important;
}

/* ---------------------------------------------------
   PIE DE PAGINA
----------------------------------------------------- */
#pieDePagina{
    font-size: 0.93rem;
    color: #656565;
    text-align: center;
}

.debugApp{
    border: 1px solid red;
}

/* ---------------------------------------------------
 / FIN   PIE DE PAGINA
----------------------------------------------------- */

.dataTable{
  border-collapse: collapse !important;
}

.dataTables_info {
  display: none !important;
}

.dataTables_filter {
  display: none !important;
}

.dataTables_paginate {
  margin-top: 7px;
}

.dataTables_paginate .disabled{
  cursor: not-allowed !important;
  color: #333 !important;
  border: 1px solid #dddddd !important;
  background-color: white !important;

}

.dataTables_paginate .first {

}

.dataTables_paginate a{
  vertical-align: top !important;
  margin: 0px !important;
   padding: 3px 0px 0px 0px !important;
   font-size: 0.85rem !important;
   height: 26px;
   width: 27.95px;
   border: 1px solid #dddddd !important;
   background-color: white !important;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #fafafa)) !important;
   /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%) !important;
   /* Chrome10+,Safari5.1+ */
   background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 100%) !important;
   /* FF3.6+ */
   background: -ms-linear-gradient(top, #fafafa 0%, #fafafa 100%) !important;
   /* IE10+ */
   background: -o-linear-gradient(top, #fafafa 0%, #fafafa 100%) !important;
   /* Opera 11.10+ */
   background: linear-gradient(top, #fafafa 0%, #fafafa 100%) !important;
   /* W3C */
}

.table-bordered{
  border: 1px solid #F4F4F4 !important;
}

.hide{
  display: none !important;
}

label{
    margin-bottom: 0px;
}
.titulo-seccion{
    font-weight: normal;
    font-size: 1.28rem;
}

.textoNegrillaTabla{
    font-weight: bold;
    font-size: 1.07rem;
}

.lineaSeparacion{
    border-bottom: 2px solid #00A65A;
    padding-top: 5px;
}

.numTotal{
    text-align: right;
    padding-right: 25px;
}

.lineaVerde{
    color: #00A65A;
    font-size: 1.07rem;
}

.formErrorContent{
    width: 100%;
    background: #fff;
    position: relative;
    color: #810303;
    min-width: 220px;
    font-size: 10px;
    /* border: 1px solid #F04124; */
    font-weight: bold;
}

#modalFiltroNoti .modal-body{
  font-size: 1rem !important;
}

.lead.text-muted {
  /* text-align: justify !important;
  font-size:1.1rem !important; */
  overflow: auto !important;
  max-height: 300px !important;
}

.progress-bar{
  background-color: #3C8DBC !important;
  color:
}

#modal_cargaExcel .label-text{
  /* color: black !important; */
  font-weight: bold;
}

.sinCursor{
  cursor: auto !important;
}

.export-main{
  display: none !important;
}

.select2-search__field{
  width: 100% !important;
}

.sweet-overlay{
  z-index: 1999 !important;
}

.wid_valid_identidad{
  width: 280px !important;
}

.sinValidacion{
  color: #E16151 !important;
  font-weight: bold !important;
}
