﻿/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.label-login{
    font-size:18px;
}
.btn-login{
    font-size:18px;
}
.logo-user{
    margin-right:5pxpx;
    padding:5px;
    background-color: lightslategray;
    border-radius:3px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html {
  background: #ffffff;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  font-family: 'Raleway', sans-serif;
}

.navbar.navbar-clean {
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #bfbfbf;
  color: white;
  
}

.navbar.navbar-clean .navbar-brand {
  font-weight: 200;
  padding-left:10%;
}

.navbar.navbar-clean a {
  color: white;
}

.dropdown-menu,
.navbar.navbar-clean ul > li > a:hover,
.navbar.navbar-clean li.open a {
  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%);
  border-radius:10px;
  font-weight:bold;
}
.dropdown-menu{
    padding:0;
    margin:0;
}
.adif{
    height:100%;
}
.navbar.navbar-clean a i {
  position: relative;
  top: 1px;
  margin-left: 6px;
}

/* Required for Dropdowns */
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: none;
  font-weight:bold;
}
.dropdown-menu:before {
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  border: 1px solid #8f8f8f;
  border-right: 0;
  border-bottom: 0;
  background-color: #fafafa;
  left: 10px;
  -webkit-transform: rotate(48deg) skew(5deg);
  transform: rotate(48deg) skew(5deg);
}

li .dropdown-menu:before {
  height: 0;
  width: 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #bfbfbf;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  text-decoration: none;
  line-height: 2;
  white-space: nowrap;
  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%);
    color: white;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  font-weight:bold;
  background-color: #f3f3f3;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.button-group,
.button-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group > .button,
.button-group-vertical > .button {
  position: relative;
  float: left;
}

.navbar-fixed-top{
    background: rgb(4,19,52);
    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%);
}
.formulario{
    padding:5%;
    /*box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.12),0px 6px 12px rgba(0,0,0,0.08);*/
    box-shadow: 15px 13px 11px 1px rgba(0,0,0,0.48);
    height: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
    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%);
    color:white;
    border-radius:10px;
}
.formulario h1{
    padding:15px 15px;
}
.cuadro-login{
    
}
.formularioR{
    padding:3%;
    /*box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.12),0px 6px 12px rgba(0,0,0,0.08);*/
    box-shadow: 15px 13px 11px 1px rgba(0,0,0,0.48);
    height: 95%;
    margin-top: 2%;
    margin-bottom: 2%;
    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%);
    color:white;
}
.formularioB{
    /*box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.12),0px 6px 12px rgba(0,0,0,0.08);*/
    box-shadow: 15px 13px 11px 1px rgba(0,0,0,0.48);
    height: 95%;
    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%);
    color:white;
}
.formularioB input{
    width:100%;
}
.navbar-nav li:not(.adif){
    height:80px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:15px;
}
.navbar-fixed-bottom{
    background: rgb(4,19,52);
    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%);
    padding-top:1%;
    padding-bottom:1%;
    text-align:center;
    color:white;
}
body { 
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(220,221,224,1) 17%, rgba(178,179,181,0.4093838218881303) 46%, rgba(156,158,161,0.6614846622242647) 78%, rgba(129,129,130,1) 100%);
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}
#container {
   top: 230px;
   bottom:0; 
   width: 100%; 
   position: fixed; 
   overflow: scroll;
}
#tituloBecas{
    padding-top:15px;
    font-size:30px;
    color:white;
    padding:0;
    margin:0;
}
@media only screen and (max-width: 300px) {
  #tituloBecas{
    padding-top:15px;
    font-size:25px;
}
}
#tituloBecas:hover{
    text-decoration:none;
}
#MenuBarra{
    text-align:center;
}

.btn-primary{
    background: rgb(4,19,52);
    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%);
    color: white;
    box-shadow: 0px 0px 40px 0px rgba(255,255,255,0.12),0px 6px 12px rgba(255,255,255,0.08);
}
.aviso{
    position: absolute;
    top: 100px;
    left: 30.5%;
    width: 40%;
    text-align:center;
    z-index: 999;
    color:white;
    /*background: linear-gradient(90deg, rgba(7,47,136,1) 3%, rgba(11,52,143,1) 10%, rgba(28,87,215,1) 29%, rgba(98,162,240,1) 84%);*/
    background-color:#52b2bf;
    border: 2px skyblue;
}
#usimg,#imgMiPerfil{
    background-color:white;
    border-radius:50%;
}
#imgflecha{
    margin-top: auto;
margin-bottom: auto;
}
#tDatosPersonales,#tDatosAcceso,#tDatosContacto,#tDatosAlumno,#tDatosDireccion,#tDatosSeguro{
    
}
.field-validation-error{
    color: indianred;
    margin:10px;
    font-weight: bold;
    padding: 10px;
    font-size: large;
    margin-top: 15px;
}
.reque{
    color:red;
    font-weight:bold;
}
#btnRegresa{
    border-radius:50%;
    position: fixed;
    top: 300px;
    left: 90%;
    width: 80px;
    text-align:center;
    height: 80px;
    z-index: 9999;
    font-size: xx-large;
}
#barraPie{
    color:white;
    background: rgb(4,19,52);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%);
    text-align:center;
    padding-top: 35px;
    padding-bottom: 35px;
    width:100%;

}

thead{
    color:white;
    background: rgb(4,19,52);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%);
    
}
th{
    text-align:center;
}
table{
    
    text-align:center;
}
.table-bordered,.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border: 1.5px solid white;
    border-radius: 10px;
}
td figure img{
    width:100px;
    height: 100px;
}

h1,h2{
    text-shadow: 1px 1px white, -1px -1px black;
    color:white;
    font-weight:bold;
    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%);
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    /*box-shadow: 15px 13px 11px 1px rgba(0,0,0,0.48);*/
    box-shadow: rgba(50, 50, 93, 0.5) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.8) 0px 18px 36px -18px inset;
}

/*Submenu*/
/*.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;
}

.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;
}*/

.inFecha{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}






