﻿@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}
@media (max-width: 767px) {
    #panelEstatusSolicitud {
        overflow:scroll;
    }
}
@media (min-width: 768px) {
    #panelEstatusSolicitud {
        overflow: visible;
    }
}
.perfil-derecho{
    background-color: rgba(255,255,255,0.2)
}
.navbar-collapse{
    max-height:inherit;
}
.btn-detalle{
    min-width:100%;
}
.texto-link:hover{
    cursor:pointer;
}
#encabezado > tr > th > a{
    color:white!important;
    font-weight:bold;
    text-decoration:underline;
}
#encabezado > tr > th > a:hover{
    color:#357ebd!important;
    font-size:16px;
}
input:disabled,select:disabled,textarea:disabled{
    color:white;
    background:linear-gradient(90deg, rgba(4,19,52,1) 3%, rgba(10,31,67,0.9051821412158614) 29%, rgba(19,48,87,1) 74%, rgba(24,58,99,1) 100%);
}
input,select,textarea{
    width:100%;
}
.img-perfil{
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
.cuadro-ayuda{
    display:;
}
.folder-detalle{
    border: 1px solid white;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
}
.folder-detalle-titulo {
    font-weight:bold;
    border-radius: 10px 10px 0 0;
    border: 1px solid white;
    padding: 5px;
    margin-bottom: 0px;
    width: max-content;
}
.form-control{
    min-width:100%;
}

body {
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.el-menu{
    border-radius:  100px 20% 3px 100px ;
    background-color: white;
    border:0px solid rgba(4,19,52,1);
    box-shadow: 15px 20px 15px gray;
}
.el-menuf{
    border-radius:  100px;
    background-color: white;
    border:0px solid rgba(4,19,52,1);
    box-shadow: 15px 20px 15px gray;
    text-align: center;
}
.el-titulo{
    border: 0;
    background-color: rgba(4,19,52,1);
    color:white;
}
#tituloBecas{
  animation-duration: 2s;
  animation-name: slidein;
}


@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

#logoBecas{
  animation-delay:2s;
  animation-duration: 2s;
  animation-name: escala;
}
#logoBecasCentral{
  animation-duration: 2s;
  animation-name: escala;
  z-index:99999;
}
@keyframes escala {
  from {
    /*width: 500%;*/
    display:none;
    transform:scale(2);
  }

  to {
      display:block;
    transform:scale(1);
  }
}

@keyframes aparece {
  from {
    display:none;
  }

  to {
      display:block;
  }
}
.el-img{
    background-color: rgba(4,19,52,0);
    color:black;
    border-radius: 20% 0px 0px 0px ;
    text-align:center;
    vertical-align:central;
    padding-top:20px;
}
.el-logo{
    width:155px;
    /*height:155px;*/
    vertical-align:central;
}
.el-menu:hover, el-circulo:hover{
    transform:scale(1.01)
}
.el-texto{
    padding-top:20px;
    font-size:20px;
}
.el-texto-tooltip{
    max-width:50%;
}
.el-texto-tooltip>.cuadro-ayuda{
    color:white;
    font-size:14px;
}

#modalRegEtinia{
    border-radius:50%;
    position: fixed;
    top: 300px;
    left: 90%;
    width: 80px;
    text-align:center;
    height: 80px;
    z-index: 9999;
}

/*Editar alumno*/
#mPersonal, #mContacto, #mAlumno, #mDireccion, #mSeguro {
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: -19px 13px 11px -3px rgba(0,0,0,0.48);
    -moz-box-shadow: -19px 13px 11px -3px rgba(0,0,0,0.48);
    box-shadow: -19px 13px 11px -3px rgba(0,0,0,0.48);
    background: rgba(21,114,182,0.1);
}
#mPersonal>h3,#mContacto>h3,#mAlumno>h3,#mDireccion>h3,#mSeguro>h3{
    font-weight:bold;
    font-family: sans-serif;
    text-transform:uppercase;
    border-bottom: solid white;
}

#observaciones{
    display:inline-block;
    padding: 20px;
    border-radius:30px;
}

#cuadroBusqueda {
    background:linear-gradient(90deg, rgba(4,19,52,1) 3%, rgba(10,31,67,0.9051821412158614) 29%, rgba(19,48,87,1) 74%, rgba(24,58,99,1) 100%);
    margin-bottom:200px;
    box-shadow: 15px 13px 11px 1px rgba(0,0,0,0.48);
    padding-top:10px;
    margin:auto;
    padding-bottom:10px;
    color:white;
    width:100%;
}
.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  background: #fff;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  color: #000;
  margin:auto;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  right: 32px;
  bottom: -24px;
}
.bubble-bottom-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}
.bubble-bottom-top:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 50%;
  bottom: -24px;
}
#sDatosProyecto{
    border:solid white 1px;
    border-radius: 20px;
    padding:10px;
    margin-bottom:10px;
}
.desplega-en-linea{
    display:flex;
}
#panelEstatusSolicitud{
    display:inline-flex;
    width:100%;
    margin:auto;
}
#panelEstatusSolicitud>div{
    margin:auto;
    cursor: pointer;
    z-index:99999;
}
#panelEstatusSolicitud>div:hover{
    transform:scale(1.2);
}
#panelEstatusSolicitud>div>figure>img{
    height: 120px;
    width:auto;
    margin:auto;
}
.globo-info-num {
    border-radius: 50%;
    background-color:red;
    width:auto;
    /*height:20px;*/
    padding:5px 10px;
    font-size: 20px;
}
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }


input[type="text"]:not(#txtPassword):not(#txtRPassword):not(#contrasena){
    text-transform: uppercase;
}
textarea{
    text-transform: uppercase;
}
.texto-link{
    cursor:pointer;
}
.texto-link:hover{
    transform: scale(1.1);
}
#barraPie a{
    text-decoration:none;
    font-weight: bold;
    color:white;
}
#barraPie a:hover{
    font-size:18px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
@media (max-width: 767px) {
  #panelEstatusSolicitud>div>figure>img{
    height: 100px;
    width:auto;
    margin:auto;
}
}

/*Cuadro de búsqueda*/
#BusquedaAvanzada{
    padding:20px;
}
#BusquedaAvanzada>div>div>input,#BusquedaAvanzada>div>div>select{
    border-radius:50px;
    min-width:60%;
}
#BusquedaAvanzada>div>div>label{
    float:left;
    margin-right:20px;
    width:20%;
}
#BusquedaAvanzada>div>div>div>input,#BusquedaAvanzada>div>div>div>select{
    border-radius:50px;
    min-width:60%;
}
#BusquedaAvanzada>div>div>div>label{
    float:left;
    margin-right:20px;
    width:20%;
}

#anuncioDoctos{
    font-size:18px;
    text-align:justify;
}

/*Titulos secciones mi perfil*/
.anuncio-actualizacion{
    background-color: deepskyblue;
    padding:5px;
    font-size: 18px;
    border-radius:10px;
    text-align:right;
}
