/**Modificado de navbar***/
.navbar-brand{
    padding: 0 15px 0 15px !important;
}

/*Modificado de wrap para container-fluid */
.wrap > .container-fluid {
    padding: 70px 15px 20px;
}

/**Boton default**/
.btn_def, .btn_def:focus{
    background-color: #262b69;
    border: 2px solid  #a3842d;
    color: #fff;
    font-weight: bold;
}
.btn_def:hover {
    background-color: transparent;
    border-color: #262b69;
    color: #262b69;
}
/*slate*/
.btn_slate, .btn_slate:focus {
    background-color: #272b30;
    border: 2px solid  #fff;
    color: #fff;
    font-weight: bold;
}
.btn_slate:hover {
    background-color: #fff;
    border-color: #272b30;
    color: #272b30;
}
/*cyborg*/
.btn_cyborg, .btn_cyborg:focus{
    background-color: #000;
    border: 2px solid  #fff;
    color: #fff;
    font-weight: bold;
}
.btn_cyborg:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/*lumen*/
.btn_lumen, .btn_lumen:focus{
    background-color: #fff;
    border: 2px solid  #272b30;
    color: #272b30;
    font-weight: bold;
}
.btn_lumen:hover {
    background-color: #272b30;
    border-color: #fff;
    color: #fff;
}

/*ceruelan */
.btn_cerulean, .btn_cerulean:focus{
    background-color: #2aa1e6;
    border: 2px solid  #fff;
    color: #fff;
    font-weight: bold;
}
.btn_cerulean:hover {
    background-color: #fff;
    border-color: #2aa1e6;
    color: #2aa1e6;
}

/**Boton golden***/
.btn-golden, .btn-golden:focus{
    background-color: #a3842d;
    border: 2px solid  #a3842d;
    color: #fff;
    font-weight: bold;
}
.btn-golden:hover {
    background-color: transparent;
    border-color: #a3842d;
    color: #a3842d;
}
.btn{
    margin: 3px;
}
/*Paddings*/
.p{
    padding: 0;
}
.pr{
    padding-right: 0;
}
.pl{
    padding-left: 0;
}
.pt{
    padding-top: 0;
}
.pb{
    padding-bottom: 0;
}

/*Img-responsive*/
.img-responsive:hover{
    /*transform: scale(1.005);*/ 
}

/**Nav**/
.navbar-default .navbar-toggle .icon-bar{
    background-color: #a3842d !important;
}
.navbar-default .navbar-toggle{
    border: 2px solid  #262b69;   
}

.navbar-default .navbar-nav > li > a:hover{
    font-weight: bold !important;
}

.navbar-default .navbar-nav > li > a{
    font-weight: bold !important;
}

/*Footer*/
.footer{
    background-color: transparent !important;   
    /*color: #262b69 !important;*/
    font-weight: bold;
}

/****Elementos html *****/
h1{
    margin-top: 0 !important;
}
select{
    color: black !important;
}

.personal-create h1{
  text-align: center;
  color: #CDA052;
}

.formulario{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
/*Estilo para glosario de estados contables en un cfdi*/
.uso:focus, .uso:hover{
   color: #f16e00;
   background-color: #eee;
}
.provisionado:focus, .provisionado:hover{
   color: #a3842d;/**/
   background-color: #eee;
}    
.parcial:focus, .parcial:hover{
   color: #18aab1;
   background-color: #eee;
}    
.pagado:focus, .pagado:hover{
    color: #4cae4c;
    background-color: #eee;
}    
.cancelado:focus, .cancelado:hover{
    color: #ac2925;
    background-color: #eee;
}
#glosario{
    text-align: center;
}

.breadcrumb {
    position: inherit;
}

/*Required*/    
div.required .p label:before {
    content: "* ";
}
/*Sweet alert  Start*/
.sweet-alert h2{
   text-shadow: none; 
   font-size: 22px;
   margin: 0;
}

.sweet-alert p{
   font-weight: bold; 
}

.sa-icon{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
/**Sweet alert End*/

/*** Separator Start ***/

.text-divider{margin: 2em 0; line-height: 0; text-align: left;}
.text-divider span{background-color: transparent; padding: 1em;}
.text-divider:before{ content: " "; display: block; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #f7f7f7;}
#divider_line  {
    margin-top: 1px;
}
/*** Separator End ***/

/*-- Dropdown Multinivel Start --*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -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;
}

.pull-right{
  color: #5cb85c;
}

.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;
}

/*SECCION CSS DELCUESTIONARIO */
.questions{
  width: 95%; 
  margin: 0 auto; 
  text-align: left; 
  border: 2px solid #eeeeee;
  box-shadow: 5px 10px #eee;
}

.testTittle {
  font-size: 34px;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
}

.teacher-name{
  padding-left: 20px;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
}

.testSubtittle{
  font-size: 25px;
  font-weight:  600;
  color: #CDA052;
  text-align: justify;
  padding: 40px 20px 0;
}

.testYear{
  padding: 0 0 0 20px;
}

.testDescription{
  text-align: justify;
  padding: 0 20px 40px;
}

.testName{
  text-align: center;
  font-weight: bolder;
  color: #CDA052;
}

.testQuestion{
  padding: 60px 20px 0 20px;
  font-size: 2rem;
  font-weight: bold; 
}


.questions label{
  padding: 0 20px 0 20px;
  font-size: 1.3rem;
  font-weight: bolder;
}

.questions input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.questions input[type=text]:focus {
    border-color:#333;
}

.questions input[type=submit] {
    padding: 10px 30px;
    background: #CDA052;
    color: #fff;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    position: relative;
    left: 35%;
}

.menuLink-left {
  background-color: #cccccc;
}

.answered{
  color: #53c553;
  font-weight: 600;
}


.dynamicform_wrapper button {
    padding: 6px;
    border-radius: 7px;
    color: #ffffff;
    margin-bottom: 25px;
}

/*Cambia de tamaño el dropdown menú para que el texto quepa*/
ul .dropdown-menu{
    position: relative;
   left: 130px;
   width:  auto;
   height:   auto;
   background: #d0d0d0
;
}
.dropdown-menu{
    width: 210px;
}
/*-- Dropdown Multinivel End -- */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.site-login .back{
  position: absolute;
  top: 12%;
  left: 0;
}

.logoad{
  position: fixed;
  z-index: 99;
}

.cuestionario-create h1{
  text-align: center;
  color: #CDA052;
}

.navbar-default .navbar-nav > .active > a{
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover{
  width: 92%;
}

 .table-bordered {
    font-size: 1.1rem;
  }

/***** Dispositivos moviles => SIEMPRE ABAJO *****/
@media only screen and (max-width: 500px) {
    h1{
        font-size: 28px !important;
        text-align: center !important; 
        /*margin-top: 0 !important;*/
    }    
    #modal_btn_e, #modal_btn_d, #modal_btn_a, #modal_btn_b, #modal_btn_c{
        padding: 0;
        margin: 1px;
    }
    .btn :not(#modal_btn_agr){
        padding: 3px;
        margin: 3px;
    }
    input[type="text"] {
        width: 100%; 
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }

    .testSubtittle{
      font-size: 2rem;
     } 

}


.welcome-image{
  background-image: url("../../web/img/banner.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

header {
    display: none;
}

.loged-admin .navbar-header {
    display: flex;
    align-items: center;
    height: 90px;
}

.navbar-logo-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    float: left;
    height: 90px;
}

.navbar-logo-img {
    height: 70px;
    width: auto;
    border-right: #CDA052 2px solid;
    border-radius: 10px;
    padding-right: 6px;
    display: block;
}

/* Título centrado absolutamente en el navbar */
.navbar-title-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45%;
    z-index: 1;
    pointer-events: none;
    display: block;
}

/* Bloque derecho: logout arriba, filtros abajo */
.navbar-right-block {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 4px 0;
}

.navbar-logout-row {
    display: flex !important;
    float: none !important;
    margin: 0 !important;
}

/* dates_bine dentro del navbar */
.navbar-right-block .dates_bine {
    padding: 0 15px 6px;
    font-size: 11px;
    text-align: right;
    width: auto;
}

.nav-filters-form {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-filters-form .form-group {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 3px 0 0;
}

.nav-filters-form label {
    color: #ccc;
    font-size: 11px;
    margin: 0;
    white-space: nowrap;
    font-weight: normal;
}

.nav-filters-form .form-control {
    font-size: 11px;
    padding: 1px 4px;
    height: 24px;
}

.loged-admin .tittle-right{
  display: none;
}

.footer{
  grid-column: 1 / -1;
  text-align: center;
  bottom: 0;
  position: sticky;
  background-color: black !important;
  width: 100%;
  height: 60px;
  color: white;
}

.footer .pull-left{
  color: #CDA052;
}

.btn_def {
  background-color: #CDA052;
}

.btn_def:hover {
    background-color: #ffffff;
    border-color: #a3842d;
    color: #CDA052;
}

.tittle1 {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
}

.not-Ltittle1 {
    color: #CDA052;
    font-size: 1.4rem;
    font-weight: 700;
}

.tittle2 {
    color: #CDA052;
    font-size: 1.2rem;
    display: block;
}

.tittle-right {
    color: white;
    font-size: 1.1rem;
    display: block;
    width: 100%;
}

.loged-admin {
    background: linear-gradient(148deg, #304068, #191919);
    border-bottom: 3px solid #CDA052;
    min-height: 90px;
    position: sticky;
    top: 0;
    z-index: 3;
    margin: 0 !important;
}

.navbar-brand img{
    height: 80% !important;
    width:  auto !important;
    margin: 17% 0 12% 37%;
    border-right: #CDA052 2px solid;
}

.nav li > form > button.logout {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
  }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CDA052!important;
}

.breadcrumb{
  /*margin-top: -40px;*/
}

.cuestionario-create{
  position: relative;
    width: 80%;
    left: 10%;
    right: 10%;
}

.has-error .control-label, .has-error .help-block{
  color: #ff0500;
}

.dynamicform_wrapper a{
  color: #fff;
}


.dynamicform_wrapper button{
  background-color: #5cb85c;
}

.dynamicform_wrapper button:hover{
  background-color: #4cae4c;
}

.dynamicform_wrapper button:hover{
  color: #fff;
}

.form-group input{
  width: 100%;
}
.form-curso-criterios .form-group {
   width: 79%;
   display: inline-block;
}
.question-img .right{
    width: 33%;
    display: inline-block;
  }

.question-img .right img{
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question-img .center{
    width: 33%;
    display: inline-block;
  }

.question-img .center img{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.question-img .left{
    width: 31%;
    display: inline-block;
  }

.question-img .left img{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/* CSS PARA EL MENU LATERAL IZQUIERO */
#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    background: #f5f5f5;
    transition: all .4s ease 0s;
    font-size: 1.2rem;
    font-weight: 600;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 150px;
}
#wrapper.active #sidebar-wrapper {
    left: 150px;
}

#page-content-wrapper {
  width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 175px;
    background: #d0d0d0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
  line-height: 30px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #CDA052;
  font-weight: bolder;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon
{
  float:right;
   padding-right: 65px;
   padding-top:20px;
}
.sub_icon
{
  float:right;
   padding-right: 65px;
   padding-top:10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

.option-message {
  padding: 15px 5% 0;
}

.option-message span{
  font-size: 2rem;
  font-weight: 500;
}

.selection-poll{
  margin: 4% 9% 4% 0;
  border: 1px dashed #999999;
  height: auto;
}

.table-poll{
  padding: 0 4%;
}

 .btn-success1{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    position: relative;
    left: 407px;    
    padding: 6px 25px;
  }
 
 .btn-success1:hover{
    color: #ffffff;
    background: #4cae4c;
 }

 .table-poll table td{
  width: 72%;
 }


.nav-pills .glyphicon{
    margin-right: 10px;
  }

/*  SECCION FORMULARIO DE PERSONAL */  

.field-personal-student_image{
  width: 64%;
  padding: 30px 10px 0 10px;
  display: inline-block;
}


.field-personal-id_cat_personal{
  width: 32%;
  padding: 30px 10px 0 10px;
  display: inline-block;
}

.field-personal-nombre{
  width: 32%;
  display: inline-block;
  padding: 5px 10px 0 10px;
}

.field-personal-app_paterno{
  width: 32%;
  display: inline-block;
  padding: 5px 10px 0 10px;
}

.field-personal-app_materno{
  width: 32%;
  display: inline-block;
  padding: 5px 10px 0 10px;
}

.field-personal-direccion{
    width: 97%;
    padding: 0 12px 0 12px;
}

.field-personal-telefono{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-habilitacion{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-fecha_registro{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-estatus{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-id_licenciatura{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-sexo{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-rfc{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-curp{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-fecha_ingreso,.field-personal-fecha_ingreso_bine{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}
.field-personal-correo{
  width: 32%;
  display: inline-block;
  padding: 0 10px 0 10px;
}

.field-personal-nombramiento{
  width: 32%;
  display: inline-block;
  padding: 0 15px 0 10px;
}
.field-personal-cargo, .field-personal-fecha_nacimiento{
  width: 32%;
  display: inline-block;
  padding: 0 15px 0 10px;
}

.field-personal-jornada_laboral{
  width: 48%;
  display: inline-block;
  padding: 0 10px 0 15px;
}
div[class*='field-jornadalaboral-']{
  width: 12%;
  display: inline-block;
  padding: 0 10px 0 15px;
}
/* FIN SECCION FORMULARIO DE PERSONAL */  

.personal-create h1 {
    color: #457b70;
}

.asesoria-view h1{
    font-size: 28px;
    text-transform: uppercase;
  }

.tutoria-view h1{
  font-size: 28px;
  text-transform: uppercase;
}

.materia-update h1{
  font-size: 20px;
} 

.personal-update h1{
  font-size: 28px;
  text-transform: uppercase;
}

.personal-view h1{
   font-size: 28px;
  text-transform: uppercase;
}

.materia-view h1{
  font-size: 26px;
}

.alumno-update h1{
  font-size: 28px;
}

@media (max-width:767px) {
  #wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
  }
  #sidebar-wrapper {
    left: 70px;
  }
  #wrapper.active {
    padding-left: 150px;
  }
  #wrapper.active #sidebar-wrapper {
    left: 150px;
    width: 150px;
    transition: all .4s ease 0s;
  }
}

.sidebar-nav .glyphicon {
  right: 15px;
  display: unset;
}

/* FIN DE MENU LATERLA IZQUIERO */

.grid-view .summary{
  padding-bottom: 20px;
}

.curso-index select{
  width: 100%;
}

.curso-create{
  position: relative;
  height: 200vh;
}

.welcome{
  font-size: 40px;
  text-align: center;
  color: #CDA052;
  font-weight: bolder;
  margin-top: 70px;
}

.platform{
  font-size: 32px;
  text-align: center;
} 

.bine{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #d2a129;;
}


.nav-pills a{
  color: #304068;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #CDA052;
    background-color:  #fff ;
}

.nav-pills .nav > li > a {
  color: #CDA052;
}

.nav-pills .nav > li {
    background: #ffffff;
}

.kv-sidenav .nav .nav a {
    padding-left: 18%;
    text-transform: capitalize !important;
}

.navbar-header a:not(.navbar-logo-link) {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  margin: 35px;
}

.navbar-header a:not(.navbar-logo-link):hover {
  color: #fff;
  background-color: #4cae4c;
  border-color: #4cae4c;
}

.navbar-logo-link,
.navbar-logo-link:hover,
.navbar-logo-link:focus {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.dates_bine {
    width: 100%;
    font-size: 12px;
    text-align: right;
}

#navbar-close-btn {
    display: none;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 10001;
    font-size: 36px;
    font-weight: bold;
    color: #CDA052;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.dates_bine .form-control{
  font-size: 10px;
  padding: 1px;
}

.kv-sidenav .active > a > span > .indicator {
    color: #999999 !important;
}
.caja_criterio{
  width: 30%;
  display: inline-block;
  margin: 7px 3px;
}



#botoncrit{
  padding: 2px 8px 0 5px;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 0 1px #000;
  display: inline-block;
}



#botoncrit:hover{
  opacity: .8;

}

.form-curso-criterios .form-group {
    position: relative;
    top: -3px;
}





/*Ajustar Nav*/
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .navbar-default > .container{
        width: 100% !important;
    }
}

/***** Dispositivos con resolucion de  0 a 360px => como los iphone 5 *****/
@media only screen and (max-width: 360px){
    .tittle1 {
      font-size: 1rem !important;
    }

    .tittle2{
      font-size: .9rem !important;
    }

    .nav li > form > button.logout{
      font-size:  1rem !important;
    }

    .navbar-toggle {
        margin-top: 25px !important;
    }

    .breadcrumb {
      font-size: 1rem !important;
    }

    .dynamicform_wrapper th{
      font-size: .9rem;
    }
    
    footer p{
      font-size: 1rem;
    }

    .navbar-default .navbar-collapse{
      width: 100% !important;
      position: absolute;
      /*right: 8% !important;*/
    }  

    .navbar-nav {
      margin: 7.5px 0;
    }
}

/***** Dispositivos con resolucion de  0 a 767px => SIEMPRE ABAJO *****/

@media only screen and (max-width: 767px) {
  .welcome-image {
    background-image: url(../../web/img/banner-mobile.png);
  }

  .asesoria-index select{
    width: 70%;
  }
  
  .table-striped{
    font-size: .8rem;
  }

  .loged-admin{
    min-height: 60px !important;
    height: auto !important;
  }

  .loged-admin .navbar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .navbar-logo-link {
    float: none !important;
    height: auto !important;
    width: auto !important;
    display: inline-flex !important;
    margin: 12px auto;
    padding: 0 10px;
  }

  .navbar-logo-img {
    height: 35px !important;
    width: auto !important;
    max-width: 120px !important;
  }

  .navbar-title-centered {
    display: none;
  }

  .navbar-right-block {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-items: flex-start !important;
    padding: 0 !important;
  }

  .navbar-right-block .dates_bine {
    order: -1;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
  }

  .navbar-right-block .navbar-logout-row {
    order: 0;
  }

  .navbar-logout-row {
    flex-direction: column !important;
    width: 100% !important;
  }

  .navbar-logout-row > li {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }

  header img {
    height: 50px;
    width: auto;
    display: block;
    margin: auto;
  }

  .img-Logged {
    height: 50px;
    width: auto;
    background: white;
    border-radius: 10px;
  }

  .img-NotLogged img{
    height: auto;
    width: 10%;
  }

  .tittle1 {
    font-size: 1rem;
    font-weight: 600;
  }

  .not-Ltittle1 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }

  .tittle2 {
    font-size: 0.9rem;
  }

  .not-Ltittle2{
    font-size: 1.2rem;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .tittle-right{
    /*display: none;*/
  }

  .site-login .back{
    display: none;
  }
   
  .site-login .back-mobile{
    position: absolute;
    top: 15%;
    left: 0;
  } 

 .loged-admin  .navbar-brand img {
    height: 100% !important;
    width: auto !important;
    margin: 0;
    border-right: transparent 1px solid;
  }
  
  #form-div{
    left: 55% !important;
  }


  .navbar-default .navbar-collapse{
    position: fixed;
    left: 0;
    width: 100vw !important;
    height: 85vh !important;
    overflow-y: auto;
    z-index: 9999;
    background-color: white;
    border: none;
    border-radius: 0;
      margin-left: 0;
  }

  .navbar-default .navbar-collapse .navbar-nav > li > a {
    color: #304068 !important;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 20px;
  }

  .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
    background-color: #f5f5f5;
    color: #191919 !important;
  }

  .navbar-default .navbar-collapse .dropdown-menu > li > a {
    color: #304068 !important;
  }

  .navbar-default .navbar-collapse .open .dropdown-menu {
    position: static;
    background-color: #f9f9f9;
    border: none;
    width: 100%;
  }

  .navbar-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
  }


  .cuestionario-create {
    width: 95%;
    left: 3%;
    right: 3%;
  }

  .questions {
    width: 100%;
  }

  .testTittle {
    font-size: 26px;
  }
  
  .questions input[type=submit] {
      left: 18%;
  }

  #sidebar-wrapper{
    display: none;
  }
  #columna{
    display: none;
  }
  #seccion{
    width: 100% !important;
    grid-column: 1 / -1;
  }
  #agrupar{
    grid-template-columns: 1fr;
      height: calc(100vh - 94px);

  }
  .navbar-right a{
    font-size: 1.7rem;
    letter-spacing: .2em;
  }
 
  .navbar-right .glyphicon{
    margin-right: 10px;
    color: #CDA052;
  }

  .table-bordered td{
    font-size: 1.1rem;
  }
    
  .table-striped{
    font-size: .7rem;
  }

  .table-striped td{
    font-size: .7rem;
  }

  .curso-form h3{
    font-size: 1.5rem;
    color: #5cb85c;
  }

  .select2-container.form-control{
    font-size: 1.2rem;
    font-weight: 600;
  }

  .welcome{
  font-size: 30px;
  text-align: center;
  color: #CDA052;
  font-weight: bolder;
  margin-top: 55px;
}

.platform{
  font-size: 22px;
  text-align: center;
} 

.bine{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #d2a129;;
}

 .nav li > form > button.logout {
    width: 100%;
    text-align: left;
  }

  #form-div {
    margin-top: 60px !important;
  }

  .questions textarea{
    width: 99%;
  }

  .dates_bine {
    width: 100%;
    text-align: right;
    font-size: 9px;
  }

  .dates_bine .form-control {
     width: 80%;
    }

    .navbar-nav {
      margin: 7.5px 0;
    }
   
   .dropdown-submenu ul, .dropdown-submenu ul li{
      margin-left: 15px;
      list-style: none;
    }
  
    .dropdown-submenu ul li a{
      color: #187d69;
    }

    .dropdown-submenu ul a:hover{
      font-weight: 600;
    }

     .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #000000;
    }

    .selection-poll{
      margin: 4% 9% 20% 0;
    }


    .btn-success1 {
      left: 43%;
    }
    

    .field-personal-nombre{
      width: 31%;
      display: inline-block;
    }

    .field-personal-app_paterno{
      width: 31%;
      display: inline-block;
    }

    .field-personal-app_materno{
      width: 31%;
      display: inline-block;
    }

    .breadcrumb{
      font-size: .9rem;
    }

  h1 {
    font-size: 1.7rem !important;
  }

  h2{
    font-size: 20px;
  }
  
  .table > thead > tr > th{
    padding: 8px 1px 8px 1px;
  }

  .table > tbody > tr > td{
    padding: 8px 0 8px 2px;
  }

  .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
  }
  
  .alumnos-form h3{
    margin-top: 50px;
  }

  .form-inline .form-control {
    width: 90%;
  }

  .field-personal-nombramiento{
    width: 65%;
  }  

  .field-personal-jornada_laboral {
    width: 97%;  
  }
  
  .dynamicform_wrapper .table-striped td{
    font-size: 1.2rem;
  }


  .asesoria-view{
    margin-top: 50px;
  }

  .tutoria-view{
    margin-top: 50px;
  }

  .dynamicform_wrapper button{
    font-size: 11px;
    font-weight: bolder;
  }

  .container-materias .select2-container .select2-choice > .select2-chosen{
      font-size: 10px;
  }
  .form-curso-criterios .form-group {
    width: 40%;
    display: inline-block;
  }

  .form-curso-criterios .btn-danger {
    font-size: 11px;
  }



}

   
/***** Dispositivos con resolucion de 768px a 991px  *****/



@media only screen and (min-width: 768px) and (max-width: 991px) {
   #form-div{
    width: 360px !important;
    margin-top: -55px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top: 30%;
  }

 #form-div img{
    max-width: 19%
  }

  header img {
    height: 55px;
    width: auto;
    display: block;
    margin: auto;
  }
  
   .img-Logged {
    height: 55px;
    width: auto;
  }

  .container > .navbar-header{
    margin-top: 19px;
  }

  .tittle1 {
    font-size: 1.2rem;
  }

  .not-Ltittle1 {
    font-size: 1.2rem;
  }
  
  .tittle2 {
    font-size: 1rem;
    font-weight: 500;
  }

  .not-Ltittle2{
    position: absolute;
    font-size: 1.2rem;
    font-weight: 500;
    left: 31%;
    right: 17%;
    top: 90%;
    color: #CDA052;
  }

  .tittle-right {
    font-size: 1rem;
    font-weight: 500;
  }

  .site-login .back-mobile{
    display: none;
    top: 15%;
  }

  .navbar-default .navbar-collapse{
    width: 100%;
    position: absolute;
    right: 0;
    top: 98px;
    border: 2px solid #cbcbcb;
    border-radius: 3px;
    background-color: #fff;
  }
  
  ul .dropdown-menu {
    width: 100%;
  }

  #sidebar-wrapper{
      display: none;
  }
  #columna{
      display: none;
  }
  #seccion{
    width: 100% !important;
    grid-column: 1 / -1;
  }
  #agrupar{
    grid-template-columns: 1fr;
  }

  .navbar-right .glyphicon{
    margin-right: 10px;
  }

  .navbar-nav {
      margin: 7.5px 0;
    }
   
   .dropdown-submenu ul, .dropdown-submenu ul li{
      margin-left: 10px;
      list-style: none;
    }

    ul .dropdown-menu{
      background: #ffffff
    }
  
    .dropdown-submenu ul li a{
      color: #187d69;
    }

   .nav li > form > button.logout {
    width: 100%;
    text-align: left;
       color: white !important;
  }

  .dates_bine {
    width: 100%;
    text-align: right;
  }

   .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
    width: 100%;
  }

  .navbar-nav {
      margin: 7.5px 0;
    }

    nav ul, nav li {
      margin-left: 10px;
    }

    .dropdown-submenu ul a:hover{
      font-weight: 600;
    }

  
    .field-personal-nombre{
      width: 32%;
      display: inline-block;
    }

    .field-personal-app_paterno{
      width: 32%;
      display: inline-block;
    }

    .field-personal-app_materno{
      width: 32%;
      display: inline-block;
    }

  .navbar-right a{
    font-size: 1.7rem;
    letter-spacing: .1em;
  }

   .breadcrumb{
      margin-top: 15px;
    }

  h2{
    font-size: 25px;
  }

  .navbar-toggle{
    margin-top: -6px;
  }
  
  .table-bordered {
    font-size: .9rem;
  }

  .field-personal-nombramiento{
    width: 65%;
  }

  .field-personal-jornada_laboral {
    width: 97%;  
  }

  .dynamicform_wrapper button{
    font-size: 11px;
    font-weight: bolder;
  }

  .container-materias .select2-container .select2-choice > .select2-chosen{
      font-size: 10px;
      width: 70%;

  }
  .form-curso-criterios .form-group {
      width: 74%;
      display: inline-block;
    }



}

/***** Dispositivos con resolucion de 992px a 1199px  *****/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .wrap > .container-fluid {
    padding: 120px 15px 20px;
  }

   #form-div {
      width: 390px !important;
      margin-top: -80px !important;
      padding-top: 10px !important;
      padding-bottom: 40px !important;
      top: 40%;
    }
    

    header img {
      height: 60px;
      width: auto;
      display: block;
      margin: auto;
    }
    
    .img-Logged {
      height: 60px;
      width: auto;
    }

    .site-login .back-mobile{
      display: none;
    } 

    .navbar-nav > li > a {
      padding-top: 23px;
     }
     
    .nav li > form > button.logout {
      padding: 20px; 
    }

    .tittle-right {
      font-size: 1.1rem;
    }
    
    .tittle1 {
      font-size: 2.3rem;
    }
    
    .not-Ltittle1 {
      font-size: 1.3rem;
    }

    .tittle2 {
      font-size: 1.1rem;
    }

    .not-Ltittle2{
      position: absolute;
      top: 105%;
      left: 28%;
      right: 24%;
      color: #CDA052;
    }

    header {
      height: auto;
      min-height: 80px;
    }

    .questions input[type=submit] {
      left: 33%;
    }

    .navbar-default .navbar-nav > li > a{
      display: none;
    }

    .page-content{
      position: relative;
      left: 15%;
    }

    .navbar-right .glyphicon{
      display: none;
    }

    .breadcrumb{
      margin-top: -100px;
    }

    .personal-create h1{
      position: relative;
      top: 35px;
      height: 55px;
      text-align: center;
      font-weight: 500;
      color: #457b70;
    }

     .breadcrumb{
        margin-top: 15px;
    }

    .table > thead > tr > th {
      padding: 8px 6px;
    }

    
    .container-materias .select2-container .select2-choice > .select2-chosen{
      font-size: 10px;
    }
    .form-curso-criterios .form-group {
      width: 76%;
      display: inline-block;
    }


}

/***** Dispositivos con resolucion de minima de 1200 a infinito  *****/

@media only screen and (min-width: 1200px)  {
  
  .site-login .back-mobile{
    display: none;
  }

  #form-div {
      top: 30%;
    }

  .navbar-nav > li > a {
    padding-top: 23px;
  }

  .nav li > form > button.logout {
      padding: 21px;
      color: white;
    }
  
  header img {
    height: 65px;
    width: auto;
    display: block;
    margin: auto;
  }

  .img-Logged {
    height: 65px;
    width: auto;
    max-width: 130px;
  }

  .tittle1 {
    font-size: 1.5rem;
  }

  .not-Ltittle1 {
    font-size: 1.5rem;
  }

  .tittle2 {
    font-size: 1.2rem;
  }

  .not-Ltittle2{
    position: absolute;
    left: 40%;
    right: 20%;
    top: 115%;
    color: #CDA052;
  }

  .tittle-right {
    font-size: 1.2rem;
  }

   .site-login .back-mobile{
      top: 12%;
    } 

  header {
    height: auto;
    min-height: 80px;
  }

  .navbar-default .navbar-nav > li > a{
    display: none;
  }

  .page-content{
    position: relative;
    left: 15%;
  }

  .navbar-right .glyphicon{
      display: none;
  }

  .questions textarea{
    width: 80%;
    position: relative;
    left: 5%;
  }

   .breadcrumb{
      margin-top: 15px;
    }


}

.hello p{
  font-size: 90px;
}
.th{
  text-align: center;
  font-size: 15px;
}
.text-center .th{
  font-size: 15px;
  padding-bottom: 18px;
}
.input-center {
  text-align: center;
}
.input-required-box{
  pointer-events: none;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/Loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.input-time{
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}
.centrado tr td,.centrado tr th{
    text-align: center;
}

.pl0{
    padding-left: 0;
}
.ml10{
    margin-left: 10px;
}
.mb10{
    margin-bottom: 10px;
}
#excel label{
    font-weight: 500;
}

.alertAlu {
    left: 11px;
    padding: 20px;
    background-color: #f4433696;
    color: white;
    position: fixed;
    right: 0;
    top: 11px;
    z-index: 9999;
    width: 250px;
    font-size: 13px;
}

.alertAlu .closebtn {
    margin-top: 6px;
    margin-right: 15px;
    color: white;
    font-weight: bold;
    float: left;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 100px;
    padding: 2px 6px;
    transition: 0.3s;
    border: 1px solid #fff;
}
.center-left{
  text-align: right;
}

/*Estilos de upload*/
.upload p{
    width: 100%;
    height: 100%;
    border: 2px dashed #484848;
    text-align: center;
    line-height: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #484848;
    font-family: Arial;
}
.upload .file{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 175px;
    outline: none;
    opacity: 0;
}
.upload button{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
}
.upload button:hover{
    background: #149174;
    color: #0C5645;
}
.upload button:active{
    border:0;
}
.green{
    color: #5cb85c;
    border-color: #4cae4c;
}
.tomato{
    color: tomato;
    border-color: tomato;
}
.pd2 {
    padding: 2px;
}
.pl4 {
    padding-left: 4px;
}
.float-r{
    float: right;
}
.float-l{
    float: left;
}
[v-cloak] {display: none}
/*switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.negritas900{
  font-weight: 900 !important;
}