@charset "UTF-8";


.cabecera {
	background-color: #13322B;
	color: white;
	width: 100%;
}

.loginOjito {
	position: relative;
}

.loginOjito input {
	width: 100%;
	padding: 12px 40px 12px 12px;
}

.loginOjito i {
	position: absolute;
	margin-left: 163px;
	top: 36px;
	font-size: 30px;
}

.loginBoton {
	background-color: #4d92df;
	color: white;
	border: 2px solid #4d92df;
}

.loginBoton:hover {
	background-color: white;
	color: #4d92df;
	border: 2px solid #4d92df;	
}

.logoSEP > img, .logoCNSPD > img{
	width: 100px;
}

.logoslineal {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0px 5px 90px;
}

.container-logos {
	margin-left: -30px; 
	margin-right: 80px; 
	width: 100%; 
}

.banner-img-figure {
    width: 100%;
}

.banner-img-figure > img{
    width: inherit;
}
.container2 {
	margin-right: 0px; 
	width: 100%; 
}

.container2 > h2 {
      font-size: 28px;
      margin: 10px 0 0 30px;
}

a {
    text-decoration:  none;
}

.banner {	
	background-color: #285c4d;
	color: white;
	width: 100%;
	font-family: Montserrat Bold;
	padding: 5px 20px 0px 20px;
	font-size: 22px;
	margin: 0px;
}

.banner-img {
    
}

.nav-sep {
    display: flex;
    color: white;
    font-size: 14px;
    text-align:  right;
    justify-content: flex-end;
    font-family: Montserrat;
    margin-bottom: 5px;
}

.recaptcha-center{
    width: 304px;
    margin: 0 auto 15px;
}

.modalNot {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    text-align: center;
}

.modalNot>div {
    word-wrap: break-word;
    border-radius: 4px;
    padding: 10px;
    padding-top: 0px;
    width: 86%;
    min-height: 120px;
    position: absolute;
    top: 15%;
    left: 7%;
    
    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);;
}

.modalNot>div::before {
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #337ab7;
    color: #337ab7;
}

/* .navInt {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    background: white;
    top: 0;
    right: 0;
    left: 0;
    min-height: 46px;
    white-space: nowrap;
    z-index: 998;
    box-shadow: 0 0px 25px rgba(17, 17, 17, 0.1);
} */

.headS {
     font-family: 'Roboto Slab', serif;
    display: inline-block;
    vertical-align: top;
    padding: 5px 30px;
    color: #868688;
    font-size: 18px;
}

.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: 25px 25px;
    position: relative;
    webkit-border-radius: 3px 3px 0 0;
}



.navegadores {
    margin-top: 150px;
}

.logOut div {
    font-size: 14px !important;
    padding: 0px 10px !important;
}



.modal2 {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    text-align: center;
}

.modal2>div {
    word-wrap: break-word;
    border-radius: 4px;
    padding: 10px;
    padding-top: 35px;
    width: 420px;
    min-height: 120px;
    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;
}



.modal2 button {
    margin-bottom: 0px;
}

.contenedorPDF {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    height: 740px;
}

.contenedorPDF iframe {
    border: 1px #393c3e solid;
}

#pie 						{
    box-sizing: border-box ;
    display:          flex ;
    flex-wrap:        wrap ;
    margin:   0em auto 0em ;
    position:       static ;
    width:            100% ;
}

#pie .sepPie				{
    border-bottom: 0.25em double #dedcdc ;
    border-top:    0.25em double #dedcdc ;
    box-sizing:               border-box ;
    display:                        flex ;
    flex-wrap:                      wrap ;
    margin:                 0em auto 0em ;
    position:                     static ;
    width:                          100% ;

}

#pie .sepPie p	 {
    margin-top: 0.25em ;
    font-size:  0.75em ;
    text-align: center ;
    width:        100% ;

}

#pie .logoSEP	 {

    width:        100% ;

}

#pie .logoSEP .logSEP		{
    display:        flex ;
    margin: 0em auto 0em ;
    width:           10% ;
}

#pie .sepPieDir				{
    box-sizing:    border-box ;
    display:             flex ;
    flex-wrap:           wrap ;
    margin:      0em auto 0em ;
    position:          static ;
    width:               100% ;
}

#pie .sepPieDir p			{font-size:    0.6em ;
                     margin-top:  0.25em ;
                     padding-bottom: 2em ;
                     text-align:  center ;
                     width:         100% ;
}

.avanceDocente	{
    border-top: solid 0.35em #cbc5c5 ;
    color:                   #000000 ;
    display:                    flex ;
    flex-wrap:                  wrap ;
    margin:             1em auto 0em ;
    padding-top:                 2em ;
    width:                      100% ;
    font-size:                 16px !important ;
}
.quest{
    margin:0 auto 0 auto;
}
.linkquest{
    font-size:                 14px !important ;
}

.avaRea {
    display:        flex ;
    margin: 0em auto 0em ;
    width:           80px ;
    margin-top: -20px;
}

.avaRea2 {
    display:        flex ;
    margin: 0em auto 0em ;
    width:           50px ;
    margin-bottom: -10px;
    margin-top: -10px;
}
.mytabla td{
        padding: 2.5px !important;
}


.statusAvance {
    margin: 0em auto 0em ;
    padding:   0 3%;
    text-align:   center ;
    font-size: 12px !important ;
}

.tituloTabla {
	background: #4D92DF;
	color: white;
	font-size: 16px;
}
.tablaMin{
    padding: 0;
    text-align: center;
}

.tablaTd{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


 .cont-radio{
        list-style: none;
        margin: 0;
        padding: 0;
	/*overflow: auto;*/
  color: #AAAAAA;
  display: block;
  position: relative;

  min-width: 40px;
  max-height: 40px;

}

.cont-radio input[type=radio]{
  position: absolute;
  visibility: hidden;
}

 .cont-radio label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  box-sizing: unset !important;
  /*padding: 25px 25px 25px 80px;*/
  margin: 0 auto;
  height: 40px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.cont-radio:hover label{
	color: #545454;
}

.cont-radio .check{
  display: block;
  position: relative;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
    top: -32px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
            box-sizing: content-box;
            -ms-box-sizing: content-box; 
            -moz-box-sizing: content-box; 
            -webkit-box-sizing: content-box;
            margin: 0 auto;
}

.grup-radio .cont-radio:hover .check {
  border: 2px solid #393C3E;
            box-sizing: content-box;
            -ms-box-sizing: content-box; 
            -moz-box-sizing: content-box; 
            -webkit-box-sizing: content-box;
}

.cont-radio .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 3px;
  left: 3px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 2px solid #4D92DF;
}

input[type=radio]:checked ~ .check::before{
  background: #4D92DF;
/*  margin-left: -2px;
  margin-top: -2px;*/
}

input[type=radio]:checked ~ label{
  color: #4D92DF;
}


input[type=radio]:disabled:checked ~ .check {
     border: 2px solid #A9BCF5;
    
}
input[type=radio]:disabled:checked ~ .check::before{
  background: #A9BCF5;
}

input[type=radio]:disabled ~ label{
    cursor: not-allowed;
   
}
.aviso-validacion{
    font-size: 12px;
    text-align: left;
    color: #8a6d3b;
}

.circulo {
     width: 50px;
     height: 50px;
     text-align: center;
     font-size: 40px;
     margin: 0 auto;
}
.circuloM {
    
     text-align: center;
     font-size: 24px;
     margin: 0 auto;
}
.listo{
    color: #ABF1A9;
}
.pendiente{
    color: #F8E72A;
}
.nomQuest{
        padding-top: 15px;
}
.visorGuia{
    position: relative;
}

.imagenLogo{
    min-height: 200px;
    min-width: 300px;
    background: #DDDDDD;
    padding: 10px;
}

.contVentana{
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.inputCarga{
    width: 75%;
    float: right;
    padding: 0px;
    height: 100%;
    margin: 5px 0;
}
.inputCarga{
    width: 75%;
    float: right;
    padding: 0px;
    height: 100%;
    margin: 5px 0;
}

.inputCarga2{
    width: 60%;
    float: right;
    height: 100%;
    padding: 2px;
    margin: 5px 0;
    font-size: 15px;
}

.labelCarga2{
    width: 40%;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
    font-size: 15px;
}
.labelCarga{
    width: 25%;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
}

.labelFirma{
    text-align: right;
    width: 20%;
    display: block;
    float: left;
    padding-right: 5px;
    font-weight: 300;
}

.divForm{
    
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    min-height: 200px;
    margin-right: -10px;
}

#the-canvas {
  border:1px solid black;
}
.cont-pdf{
    height: 320px;
    overflow-y: scroll;
    max-width: 800px;
    margin: 0 auto;
    background-color: #545454;
    border: 1px solid #545454;
}
.cont-pdf-h{
    background-color: #545454;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
}
.seccionR li:nth-child(2n+1) {
    background: #DDDDDD;
} 

.seccionR li {
    margin: 12px 0;
}
.slideLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slideLeft.ng-enter,
.slideLeft.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.slideLeft.ng-enter {
    left: 100%;
}
.slideLeft.ng-enter-active {
    left: 0;
}
.slideLeft.ng-leave {
    left: 0;
}
.slideLeft.ng-leave-active {
    left: -100%;
}
.slideRigth {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slideRigth.ng-enter,
.slideRigth.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.slideRigth.ng-enter {
    right: 100%;
}
.slideRigth.ng-enter-active {
    right: 0;
}
.slideRigth.ng-leave {
    right: 0;
}
.slideRigth.ng-leave-active {
    right: -100%;
}

.alert.alert-warning.warning-nav{
        margin-bottom: 0px;
}

.selectize-control .selectize-input.disabled { 
  background-color: #e0e0e0;
  opacity: 0.5;
  font-weight: bold;
}
.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-user-select: auto !important;
}

@media only screen and (max-width: 995px) {
  .circulo {
      margin-top: 5px;
  }
  #vCampos{
    padding-top: 10px !important;
    }
    .label35{
        text-align: left !important;
    }
    .p35{
        display: none !important;
    }
}
/* Para 960px */ 
@media (max-width: 1200px){
.container {
    width: 98% !important;
    
}
#mitabala{
    font-size: 12px !important;
}
}
@media (max-width: 1150px){
#mitabala{
    font-size: 11px !important;
}
}
@media (max-width: 760px){
.desabilita{
    display: none !important;
}

}

@media screen {
  #printSection {
      display: none;
  }
}

@media screen {
    #printSection {
        display: none;
    }
}


/* AUTOCOMPLETE */

.autocomplete{
  width: 100%;
  position: relative;
}

.autocomplete input{
  width: 100%;
  padding:0.4em;
}

.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: 13px;
  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;
}

.cambiar:hover
{
  background:#DDDDDD;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.modal3 {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    text-align: center;
}

.modal3>div {
    word-wrap: break-word;
    border-radius: 4px;
    padding: 10px;
    padding-top: 35px;
    width: 650px;
    min-height: 120px;
    position: absolute;
    max-height: 500px;
    overflow: auto;
    top: 10%;
    left: 25%;
    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);;
}

.modal3>div::before {
    border-radius: 4px 4px 0px 0px;
    content: 'Modal';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    background: #337ab7;
    color: #337ab7;
}

.buscarFiltros {
	display: flex;
    align-items: baseline;
    margin-top: 30px;
    justify-content: center;
}

.mytabla td{
        padding: 2.5px !important;
}

.mytabla thead{
    background: #545454;
    color: #F6F6F6;
}
.mytabla thead .filter{
    background: #ddd;
}