.logo-lg img{
  width: 100%;
  height: 50px;
  display: block;
  margin: auto;
}


.logo-mini img{
  width: 100%;
  height: 50px;
  display: block;
  margin-ri: auto;
}

#login-img{
  width:100%; 
  height:100%;
  margin-bottom: 15px;
}

.myLogin{
  text-align: center;
  color: #757575;
  margin-bottom: 20px;
}

.myInputLogin{
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: sans-serif;
}

.myLabelLogin{
  font-size: 23px;
  font-family: sans-serif;
  margin-top: 5px;
}

/*Usuarios, Personal*/
section{
  margin-top: 30px;
  padding: 0px;
}

.myLabel{
  margin-top: 12px;
}

.myLabel2{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}

.myLabel3{
  font-size: 14px;
}

.myLabel4{
  font-size: 12px;
}

/*Botones para todos los registros*/
i{
  margin-right: 5px;
  margin-left: 4px;
}


/*Para todos los registros*/
.myLetter{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;  
  font-weight: bold;
}

.myTable tbody{
  font-size: 17px;
}

.myInput{
  font-size: 17px;
  height: 46px;
  border-radius: 6px;
}

.myInput2{
  font-size: 17px;
  height: 40px;  
  text-align: center;  
  margin-top: 5px;
  border-radius: 6px;
}

.myInput3{
  font-size: 15px;
  height: 46px;
  border-radius: 6px;
}

.myInput4{
  font-size: 15px;
  text-align: center;  
  margin-top: 0px;
  border-radius: 6px;
  padding: 3px;
}

.myInput5{
  font-size: 15px;
  height: 33px;
  border-radius: 6px;
}

.myTextArea{
  font-size: 17px;
  border-radius: 6px;
}

.myButton{
  width: 90%;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.myButton2{
  width: 31%;
  margin-top: 5px;
  margin-left: 3px;
  margin-bottom: 5px;
  font-size: 18px;
}

.myButton3{
  width: 100%;
  margin-top: 15px;
}

.myButton3 i{
  margin:0px;
}

.myButton4{
  width: 100%;
  margin-top: 10px;
}

.myButton5{
  width: 97%;
  margin-top: 2px;
  margin-bottom: 4px;
  margin-left: 3px;
  margin-right: 2px;
  font-size: 12px;
  position: center;
}

.myButton6{
  width: 95%;
  margin-top: 5%;
  font-size: 12px;
}

.myButton_table{
  background: #fff;
  color: #6c757d;
  border-color: #6c757d;
  border-spacing: 2px;
}

.myButton_table span{
  margin-right:10px;
}

.myAlert{
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 7px 15px 7px 15px;
}


.myAlert2{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 7px 15px 7px 15px;
}

.myBox{
  width:90%; 
  margin-left:20px;
}
.myRadio{
  margin-top: 8px;
}

.myList{
  overflow: scroll; 
  height: 150px;
  width: 100%;

    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 1px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.myList li{
  margin:0px;
  font-size: 17px;
  font-weight: normal;
  color: #495057;
}

.myList li:hover{
  background-color: #868e96;
  border-color: #868e96;
  color: white;
}

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span{
  width: 30px; 
  height: 30px; 
  padding: 12px 0px 0px 6px;
}

.myIcon{
  width: 30px; 
  height: 30px; 
  padding: 12px 0px 0px 6px;
}

.modal-content{
  border-radius: 10px;
}

/***************** Usuarios ******************/

#bt_u_imagen{
	width: 100%;
	margin-top: 16px;
}

#u_imagen img {
    border-radius: 13px;
    border: 1px solid #ddd;
    padding: 4px;
    width: 100%;
    height: 280px;
    display: block;
    margin: auto;
}

#bt_u_imagen input.file-input{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); 
}

/***************** Personal ******************/

#img_personal{
  width: 160px; 
  height: 190px;
  margin-bottom: 10px;
  border-radius: 15px; 
}

#pbt_cargarImagen input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); 
}

#p_instruccion{
  font-size: 10px;
  text-align: center;
  margin-top: 15%;
  padding-left: 10px;
  padding-right: 10px;
}

/***************** Carnet ******************/

#img_logo_carnet{
  width: 50%; 
  height: 100%;
  border-radius: 15px; 
  background-color: #D30037;
  border-color: #D30037;
  display:block;
  margin:auto;
}

#img_foto_carnet{
  width: 100%; 
  height: 200px;
  background-color: #D30037;
  border-color: #D30037;
  display:block;
  margin:0px;
}

#cbt_cargarImagen input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); 
}


/**************** Modificando bootstrap *****/

.btn-group, .btn-group-vertical {
  display: block;
  margin-bottom: 7px;
}










