.login {
    background: white;
    border: 1px solid #eeeeee;
    border-radius: 3px 3px 0 0;
    margin: 10px 0 30px 0;
    moz-border-radius: 3px 3px 0 0;
    padding: 20px 20px;
    position: relative;
    webkit-border-radius: 3px 3px 0 0;
}

.container-curp-min {
    min-width: 370px;
}

.field-icon {
  float: right;
  position: relative;
  z-index: 2;
  top: 0px;
  left: -8px;
  margin-top: -26px;
  cursor: pointer;
}

.container-header {
    margin: 10px 0 0 0;
    text-align: center;
    box-shadow: 0 0 25px rgba(17, 17, 17, 0.1);
}

.img-SEP {
    height: 77px;
}

.img-CNSPD {
    height: 77px;
}

.content {
    margin: 10px 0 0 0;
}

.header-title {
    margin: 1em auto;
    font-weight: 400;
}

.container-footer {
    position: relative;
    height: 50px;
    text-align: center;
    font-size: 14px;
}

.container-footer>hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* AUTOCOMPLETE */
.autocomplete {
    width: 100%;
    position: relative;
}

.autocomplete ul {
    position: absolute;
    left: 0;
    width: 100%;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    z-index: 1;
    padding: 0px;
    font-size: 15px;
    overflow-y: auto;
    max-height: 240px;
}

.autocomplete li {
    text-align: left;
    list-style: none;
    width: 100%;
    padding: 0.4em;
    background-color: #F6F6F6;
}

.autocomplete li.active {
    width: 100%;
    background-color: #4D92DF;
    color: #FFF;
}

login {
    width: 465px;
    border-radius: 3px 3px 0 0;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
    position: relative;
}

.titulo_registro {
    font-weight: 650;
    font-size: 30px;
}

.contenedor_formulario {
    display: grid;
    margin: 0;
    padding: 0;
    width: 100%;
}

.registro_formulario {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(5, auto);
    grid-gap: 3px 46px;
}

.registro_formulario_campos_curpYnombre {
    grid-column: 1/4;
    display: grid;
    justify-content: center;
}

.registro_formulario_campos_curpYnombre section strong {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 900;
}

.registro_formulario_boton_azul_contenedor {
    grid-column: 1/span 3;
}

.registro_formulario_boton_azul {
    font-size: 19px;
    font-weight: 600;
}

.span-3-column {
    grid-column: 1/span 3;
}

.texto_centrado {
    text-align: center;
}

.text-center-center {
    text-align: center;
    vertical-align: middle !important;
}

.width-50-porciento {
    width: 50%;
}

.width-100-porciento {
    width: 100%;
}

.periodo-programas-modalidad {
    width: 48%;
    display: inline-block;
}

.display-inline-block {
    display: inline-block;
}

.menu {
    display: grid;
    margin-bottom: 30px;
    max-width: 50%;
    justify-content: center;
    box-shadow: 0px 0px 41px 0px rgba(158, 158, 158, 1);
    padding: 10px;
    border-radius: 16px;
}

.menu_container {
    display: grid;
    justify-items: center;
    margin-bottom: 25px;
}

.menu_item a {
    text-decoration: none;
    color: #272829;
    cursor: pointer;
    font-weight: 500;
}

.menu_item_border {
    border-bottom: 1px solid #545454;
    margin: 5px;
}

.container_aviso_cursos_extracurriculares {
    margin: 60px 0;
}

.aviso_cursos_extracurriculares {
    text-align: center;
    display: grid;
    justify-content: center;
    margin-bottom: 20px;
}

.aviso_cursos_extracurriculares>p {
    max-width: 600px;
    font-weight: 700;
}

.aviso_cursos_extracurriculares_pregunta {
    margin: 20px 0;
}

.aviso_acreditacion_estudios {
    text-align: center;
    display: grid;
    justify-content: center;
    margin: 50px;
}

.aviso_acreditacion_estudios>p {
    max-width: 800px;
    font-weight: 700;
}

.nivel_de_ingles {
    display: grid;
    margin: 20px 0 0 0;
}

.nivel_de_ingles_titulo {
    grid-column: 1/3;
}

.nivel_de_ingles_titulo>p {
    text-align: left;
    font-weight: 700;
}

.inicio_menu {
    display: grid;
    grid-template-columns: 200px 200px;
    justify-content: center;
    grid-gap: 10px;
}

.inicio_menu_item {
    width: 200px;
    height: 150px;
    border: #B38E5D 1px solid;
    display: grid;
    justify-content: center;
    align-content: center;
    /* grid-template-columns: 1fr; */
    justify-items: center;
    color: white !important;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background: #B38E5D;
}

.inicio_menu_item>i {
    font-size: 50px;
}

a.inicio_menu_item:hover {
    text-decoration: none;
    /*background: white !important;*/
    color: #DDDDDD !important;
    cursor: pointer;
}

.inicio_menu_item_cfg {
    border-radius: 10px;
}

.terminar_proceso {
    display: grid;
    justify-content: center;
    margin: 20px 0;
}

.boton_regresar {
    margin-bottom: 20px;
    margin-top: 40px;
}

.tiempo_experienia_docente_input {
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
}

.advertencia {
    display: grid;
    justify-content: center;
    justify-items: center;
    margin-bottom: 50px;
}

.advertencia_titulo {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.terminar_proceso_texto_aviso {
    display: grid;
    justify-content: center;
    margin: 15px 0;
}

.inicio_boton_cerrar {
    display: grid;
    justify-content: center;
}

.inicio_boton_cerrar_texto {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.modal2 {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3020;
    text-align: center;
}

.modal2>div {
    word-wrap: break-word;
    border-radius: 4px;
    padding: 10px;
    padding-top: 35px;
    width: 420px;
    min-height: 120px;
    max-height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -210px;
    background: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px
    rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);;
}

.modal2>div::before {
    border-radius: 4px 4px 0px 0px;
    content: 'Modal';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    /*background: #337ab7;
    color: #337ab7;
    background: #D0021B;
    color: #D0021B;*/
    background: #9D2449;
    color: #9D2449;
}

.modal2 button {
    margin-bottom: 0px;
}

.registro_formulario_cursos_Extracurriculares {
    align-content: center;
    align-items: center;
    grid-gap: 3px 24px;
}

.container_reglas_experiencia_docente {
    margin: 60px 0;
}

.reglas_experiencia_docente {
    text-align: center;
    display: grid;
    justify-content: center;
    margin-bottom: 30px;
}

.reglas_experiencia_docente>p {
    max-width: 850px;
    font-weight: 700;
}


/* responsive */
@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 768px) {
    .modalInfo.modalRechazo > .modalContent {
        left: 35%;
        width: 30%;
        height: auto;
    }

    .modalInfo.modalDatos > .modalContent {
        left: 10%;
        width: 80%;
        height: 80%;
    }

    .cursos_extracurriculares_form_label_nombreCursos {
        grid-column: 1/span 2;
    }
}

@media ( max-width : 1200px) {
    .container {
        width: 98% !important;
    }
}

@media screen and (max-width: 768px) {
    .registro_formulario {
        grid-template-columns: 1fr 1fr;
    }
    .registro_formulario_campos_curpYnombre {
        grid-column: 1/3;
    }
    .registro_formulario_boton_azul_contenedor {
        grid-column: 1/3;
        grid-row: initial;
    }
    .span-3-column {
        grid-column: 1/span 2;
    }
    .texto_verificacion {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 425px) {
    .registro_formulario {
        grid-template-columns: 1fr;
    }
    .registro_formulario_campos_curpYnombre {
        grid-column: initial;
    }
    .registro_formulario_boton_azul_contenedor {
        grid-column: initial;
    }
    .span-3-column {
        grid-column: initial;
    }
    .texto_verificacion {
        grid-template-columns: 1fr;
    }
    .verificacion_botonera {
        grid-template-columns: auto auto;
        grid-gap: 15px 20px;
        margin-top: 20px;
    }
    .verificacion_botonera_select {
        grid-column: 1/span 2;
    }
}

@media screen and (max-width: 376px) {
    .inicio_menu {
        grid-template-columns: 150px 150px;
    }
    .inicio_menu_item {
        width: 150px;
        height: 150px;
        font-size: 16px
    }
    .inicio_menu_item>i {
        font-size: 50px;
    }
}

@media screen and (max-width: 320px) {
    .registro_formulario {
        padding: 0 5px;
    }
    .texto_verificacion>div {
        padding: 10px;
    }
}

.modalInfo {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    position: fixed;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}

.modalInfo.modalRechazo > .modalContent {
    height: auto;
}

.modalInfo.modalRechazo > .modalSelectWidth {
    width: 86%;
}

.modalInfo.modalDatos > .modalContent {
    height: 80%;
}

.modalInfo.modalDatos > .modalSelectWidth {
    width: 86%;
}

.modal-header h4 {
    font-size: 16px;
    overflow: hidden;
    margin-left: 45px;
    margin-right: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px !important;
}

.modal-header {
    height: 45px;
    padding: 5px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #393c3e;
    /*background-color: #D0021B;
      background-color: #4D92DF;*/
}

.modalInfo > div {
    /*top: 15%;*/
    top: 13%;
    left: 7%;
    width: 35%;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
    min-height: 120px;
    border-radius: 4px;
    position: absolute;
    word-wrap: break-word;
    background: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.modalInfo.modalRechazo > div {
    top: 15%;
}

.modalInfo.modalDatos > div {
    top: 15%;
}

.modalInfo > div::before {
    top: 0px;
    left: 0px;
    width: 100%;
    color: #337ab7;
    background: #337ab7;
    position: absolute;
    border-radius: 4px 4px 0px 0px;
}

.modalInfo .modalInfoContainer {
    font-size: 14px;
    /*margin-top: 10px;*/
}

#pie {
    height:50px;
    line-height:50px;
    background:black;
    color:white;
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}

.flex-container {
    display: flex;
    justify-content: space-around;
}

.flex-container > div {
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.zone-print {
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),  url(../img/sinvalidez.png);
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;
    background-size: 400px;
}

@media screen and (min-width: 768px) {
    .span2-column {
        grid-column: 1/ 3 span;
    }
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    color: black !important;
    font-weight: bold;
}

.cfg-section-evaluacion {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.listaExperiencia > div{
    padding: 5px;
    font-size: 16px;
}
.has-error-input{
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.version{
    font-size: 14px;
}

.cabecera {
    background-image: url('../img/Fondo_Alas_Aguila.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    width: 100%;
}
.cabecera2 {
    border-color: #282a2b;
    background-color: #0C231E;
    color: white;
    width: 100%;
    position: fixed;
    z-index: 3000;
}



.banner-img-figure > img{
    width: inherit;
}

.banner-img-figure {
    width: 65%;
    margin: 0 auto;
    padding-top: 18px;
}

.banner-img-figure > img{
    width: inherit;
}

.banner {
    color: #BC955B;
    width: 100%;
    font-weight: bold;
    padding: 5px 20px 0px 20px;
    font-size: 22px;
    margin: 0px;
    font-family: Montserrat;
}

.container2 {
    margin-right: 0px;
    width: 100%;
}

.container2 > h2 {
    font-size: 28px;
    margin: 10px 0 0 0px;
}

.container2 > a {
  color: #8C2945;
}
.container2 > a:hover {
   opacity: 0.7;
}

.nav-sep {
    display: flex;
    color: white;
    font-size: 14px;
    text-align:  right;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.color-sep{
    background-color: #13322B;
}

.menu-nav{
    padding-top: 10px;
    padding-bottom: 10px;
}

/*@media (max-width: 1200px){*/
/*    .container {*/
/*        width: 98% !important;*/

/*    }*/
/*}*/
.subir{
    padding: 5px 10px;
    background: #f55d3e;
    color:#fff;
    border:0px solid #fff;
}
 
.subir:hover{
    color:#fff;
    background: #f7cb15;
}

.datos-capturados div{
    margin: 5px 0px;
    font-size: 13px;
}

hr.separador {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    text-align: center;
    height: 10px;
    color: #DDC9A3;
    background-color: #9F2241;
}
hr.separador:after {
    content: "...";
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 1.5em;
    background: #d6e9c6;
    height: 0px;
}

.fieldset-sep{
    background-color: #f1ecde;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    padding: 20px; 
    margin: 10px 0;
}

.fieldset-sep label{
    margin: 0 30px;
}
.span-2-column{
    margin-top: 15px;
}
.menu_container_st{
 
  margin-top: 10px;
  grid-template-columns: 0.2fr 0.2fr;
  display: grid;
  gap: 10px;
  justify-content: center;
}
.menu_item_st{
    display: grid;
    align-items: stretch;
    justify-items: center;
    margin: 10px;
}

/* switch  */
.panel-info .panel-contenedor-swich .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

input.iptSwitchPrendido, input.iptSwitchApagado {
    display: none;
}

.interruptor-cuerpo {
    cursor: pointer;
    vertical-align: middle;
    width: 40px;
    display: inline-flex;
    height: 22px;
    box-shadow: 0px 0px 5px #8A8A8A inset;
    border-radius: 10px;
    background-color: white;
    transition: background-color .25s;
}

.interruptor-tecla {
    cursor: pointer;
    position: relative;
    left: 0;
    text-align: center;
    width: 22px;
    height: 22px;
    box-shadow: 0 0 2px #8A8A8A;
    background-color: white;
    border-radius: 50%;
    transition: left .25s;
}

label.lblSwichApagado, label.lblSwichPrendido {
    cursor: pointer;
    color: transparent;
    width: 100%;
    height: 100%;
}

.iptSwitchPrendido:checked ~ .interruptor-cuerpo {
    background-color: #9F2241;
}

.iptSwitchApagado:checked ~ .interruptor-cuerpo .interruptor-tecla {
    left: 0px;
}

.iptSwitchPrendido:checked ~ .interruptor-cuerpo .interruptor-tecla {
    left: 20px;
}

.iptSwitchApagado:checked ~ .interruptor-cuerpo .interruptor-tecla label.lblSwichApagado {
    display: none
}

.iptSwitchPrendido:checked ~ .interruptor-cuerpo .interruptor-tecla label.lblSwichPrendido {
    display: none
}

ul.paginationPdf {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.paginationPdf li {
    display: inline;
    font-size: 13px;
    color: #545454;
}
ul.paginationPdf li a {
    padding: 4px 8px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 10px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-sep {
     border: 2px solid #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.is-required:before {
  content: '*';
  color: #9F2241;
  font-weight: bold;
  padding: 5px;
  top: 4px;
  position: relative;
}
.nota{
    margin: 8px 0;
    font-size: 13px;
    color: #6F7271;
}

.mycheck {
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0;
    appearance: none;
    border: 1px solid #888;
    border-radius: 2px;
}
.mycheck:disabled{
    background-color: #FAFAFA;
    cursor: auto;
}

.mycheck:disabled:checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    background-color: #98989A;
    cursor: auto;
} 

.table-bordered  > thead {
    background: #9F2241;
    color: white;
}




div.container-carrusel {
	margin: 5px 0px 5px 0px ;
        position: relative;
}

div.carrusel-contenido {
	border: 1px solid #CCCCCC ;
	border-radius: 4px 4px 4px 4px ;
	background-color: #FAFAFA;
	left: 0px ;
	top: 0px ;
        font-size: 13px;
        display: inline-block;
        position: relative;
}


.controls {
	text-align: center ;
	width: 350px ;
}

/* Moving to the NEXT item. */

div.next div.carrusel-contenido.ng-enter {
	left: 100px ;
	opacity: 0 ;
	transition: all 250ms ease ;
	z-index: 2 ;
}

div.next div.carrusel-contenido.ng-enter-active {
	left: 0px ;
	opacity: 1.0 ;
}

div.next div.carrusel-contenido.ng-leave {
	left: 0px ;
	opacity: 1.0 ;
	transition: all 250ms ease ;
}

div.next div.carrusel-contenido.ng-leave-active {
	left: -100px ;
	opacity: 0 ;
}

/* Moving to the PREVIOUS item. */

div.previous div.carrusel-contenido.ng-enter {
	left: -100px ;
	opacity: 0 ;
	transition: all 250ms ease ;
	z-index: 2 ;
}

div.previous div.carrusel-contenido.ng-enter-active {
	left: 0px ;
	opacity: 1.0 ;
}

div.previous div.carrusel-contenido.ng-leave {
	left: 0px ;
	opacity: 1.0 ;
	transition: all 250ms ease ;
}

div.previous div.carrusel-contenido.ng-leave-active {
	left: 100px ;
	opacity: 0 ;
}
.text-muted{
}

/*#image-preview_ine:hover{*/
/*    transform: scale(1.5);*/
/*}*/
.botonguardar{
    width: 100%;
    height: 60px;
    background: #4f88d8;
    color: #fff;
}
.botonguardar:disabled{
    background: #7db3df;

}
.botonguardar:focus{
    background: #7db3df;
    color: #fff;
    opacity: 0.2;
}
.botonguardar:hover{
    background: #7db3df;
    color: #fff;
    opacity: 0.9;
}
.datepicker-group .has-select .glyphicon,
.has-select .checkbox,
.has-select .checkbox-inline,
.has-select .control-label,
.has-select .datepicker-group .glyphicon,
.has-select .form-control-feedback,
.has-select .help-block,
.has-select .radio,
.has-select .radio-inline,
.has-select.checkbox label,
.has-select.checkbox-inline label,
.has-select.radio label,
.has-select label,
.has-select.radio-inline label {
    color: #4D92DF
}

.has-select .form-control {
    border-color: #4D92DF;
    border-width: 2px;
    background: aliceblue;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-select .form-control:focus {
    border-color: #4D92DF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7db3df
}

.has-select .input-group-addon {
    color: #4D92DF;
    border-color: #4D92DF;
    background-color: #4D92DF
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
   padding: 6px !important;
}

.menu_item_st01{
    display: grid;
    align-items: stretch;
    justify-items: center;
    height: 215px;
    cursor: pointer;
}


#tkt_registrados{
	background-image: url('../img/menu/tkt_registrados.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#tkt_registrados:hover{
	background-image: url('../img/menu/tkt_registrados_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#plantillas_m{
	background-image: url('../img/menu/plantillas.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#plantillas_m:hover{
	background-image: url('../img/menu/plantillas_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#tema_ayuda_m{
	background-image: url('../img/menu/tema_ayuda.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#tema_ayuda_m:hover{
	background-image: url('../img/menu/tema_ayuda_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#solicitudes_m{
	background-image: url('../img/menu/solicitudes_plantillas.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#solicitudes_m:hover{
	background-image: url('../img/menu/solicitudes_plantillas_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#crear_ticket_m{
	background-image: url('../img/menu/crear_tkt.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#crear_ticket_m:hover{
	background-image: url('../img/menu/crear_tkt_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#consulta_ticket_m{
	background-image: url('../img/menu/consulta_tkt.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#consulta_ticket_m:hover{
	background-image: url('../img/menu/consulta_tkt_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#solicitudes_soporte{
	background-image: url('../img/menu/solicitudes_soporte.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#solicitudes_soporte:hover{
	background-image: url('../img/menu/solicitudes_soporte_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#inventarios{
	background-image: url('../img/menu/inventarios.png');
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center 0;
}
#inventarios:hover{
	background-image: url('../img/menu/inventarios_1.png');
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

.modalDoc {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3010;
    text-align: center;
}

.modalDoc>div {
    word-wrap: break-word;
    width: 80%;
    height: 75%;
    margin: 0 auto;
    margin-top:10%;
    background: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px
    rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);;
}

.modalDocHeader{
	background-color: #393C3E;
    color: #fff;
    padding: 5px;
    border-bottom: 1px solid transparent;
    min-height: 16.43px;
}



@media (max-width: 900px) {
      .menu_container_st{
		  margin-top: 40px;
                    grid-template-columns: 1fr ;
		}
	  .subtitulo_st{
	       margin-top: 40px; 
	    }
	

}

@media  (max-width: 930px) {
	.loginCabecera h2{
		    margin-top: 0px;
    		padding-top: 10px;
	  }
	   #divImagenUsicamm{
		  display: none;
	  }
	  #divImagenUsicamm2{
		  display: block !important;
	  }
	  .loginCabecera{
		      width: 100% !important;
	  }
	  #salto-navegador{
		  display: block !important;
	  }
}

@media  (max-width: 600px) {
      .formulario-horizontal{
		      flex-direction: column;
    		  align-items: baseline !important;
	  }
	  .formulario-horizontal label{
		      width: 100% !important;
	  }
	  .formulario-horizontal input{
		      width: 100% !important;
		      margin-right: 0px !important;
	  }
	  .formulario-horizontal select{
		      width: 100% !important;
	  }
	  .glyphicon-eye-close{
		  left: 90% !important;
	  }
	  .glyphicon-eye-open{
		  left: 90% !important;
	  }
	  #msjPass{
		  margin-top: -3px !important;
	  }
	 
}

#recapchaFrm > div{
	margin: auto;
}

.btn{
	margin-top: 5px;
}

.loginCabecera {
	background-color: #13322B;
}

.loginCabecera h2 {
	color: white;
    font-size: 28px;
}

.loginBoton {
	background-color: white;
	color: #4d92df;
	border: 2px solid #4d92df;	
}

.loginBoton:hover {
	background-color: #4d92df;
	color: white;
	border: 2px solid #4d92df;
}

.loginBoton[disabled] {
	background-color: #4d92df;
	color: white;
	border: 2px solid #4d92df;
}

.loginBoton[disabled]:hover {
	background-color: #4d92df;
	color: white;
	border: 2px solid #4d92df;
}

.loginBoton:focus {
	background-color: #4d92df;
	color: white;
	border: 2px solid #4d92df;
}
.formulario-horizontal{
	display: flex; 
	
}



/*.j1-clipboard {*/
/*  position: relative;*/
/*  display: block;*/
/*  float: right;*/
/*}*/

/*.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {*/
/*  margin-top: -8px;*/
/*}*/

/*.btn-clipboard {*/
/*  position: absolute;*/
/*  top: .5rem;*/
/*  right: .5rem;*/
/*  z-index: 3000;*/
/*  display: block;*/
/*  padding: .25rem .5rem;*/
/*  font-size: 95%;*/
/*  color: #818a91;*/
/*  cursor: pointer;*/
/*  text-transform: uppercase;*/
/*  background-color: transparent;*/
/*  border-radius: .25rem;*/
/*}*/

/*.btn-clipboard:hover {*/
/*  color: #fff;*/
/*  background-color: #027de7;*/
/*}*/

/*.j1-tooltip + .tooltip > .tooltip-inner {background-color: hsl( 139.41deg 58.62% 54.51% );}*/

/*.j1-tooltip + .tooltip .tooltip-arrow {border-top: 5px solid hsl( 139.41deg 58.62% 54.51% ) !important;}*/
