

registro{
    box-sizing: border-box;
    margin: 0;
    font-family: sans-serif;
    margin-top: 40px;
}

.form-registro{
    width: 100%;
    max-width: 500px;
    min-width: 500px;
    margin: auto;
    background: white;
    border-radius: 7px;
}

.form-registroEmp{
    width: 100%;
    max-width: 50%;
    margin: auto;
    background: white;
    border-radius: 7px;
}

.form-titulo{
    background: #08aaff;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 5px solid darkblue;
}

.form-inputs{
    padding: 5px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

input{
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px darkgray;
}

.input90{
    width: 88%;
}

.input50{
    width: 42%;
}

.labelEmp{
    text-align: left;
    padding-top: 10px;
    width: 35%;
}

.input60Emp{
    width: 60%;
}

.select65Emp{
    width: 65%;
}

.btnRegistrar{
    background: crimson;
    color: #fff;
    margin: auto;
    width: 40%;
    padding: 10px 40px;
}

.btnRegistrar:hover{
    cursor: pointer;
    background: rgb(77, 6, 20);
    transform: scale(1.05);
}

.btnRegistrar:active{
    cursor: pointer;
    background: rgb(77, 6, 20);
    transform: scale(1.05);
}

.btnRegistrarDisabled{
    background: rgb(58, 21, 28);
    color: #fff;
    margin: auto;
    width: 40%;
    padding: 10px 40px;
    pointer-events: none;
}

.form-link{
    width: 100%;
    margin: 10px;
    font-size: 14px;
    text-align: center; 
}

#lblError{
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
    /*margin-bottom: 5px;*/
    font-size: 15px;
}

.errorJs{
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

#lblExito{
    text-align: center;
    font-weight: bold;
    color: darkblue;
    width: 100%;
    /*margin-bottom: 10px;*/
    font-size: 15px;
}

label{
    padding-bottom: 4px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    registro {
        column-count: 1;
    }
    .frmSolicitud{

    }
}

@media only screen and (min-width: 768px) and (max-width: 1440px){
    registro {
        column-count: 2;
    }
}

@media only screen and (min-width: 1441px){
    registro {
        column-count: 3;
    }
}

/*Opciones Registro cita*/
select{
    margin-bottom: 15px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px darkgray;
}

.regEditar{
    margin-top: 0;
}

.imgUsuario{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.imgUsuarioDesactivado{
    width: 25px;
    height: 25px;
}

.pContrasena{
    width: 100%;
    font-size: 12px;
    color: #062130;
    margin-top: 0;
}

/* input file */

.file{
    position: relative;
    overflow: hidden;
    padding: 0;
    display: block;
    max-width: 100%;
    cursor: pointer;
}

.inputfile {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: auto;
}

.inputfile + label {
    /* max-width: 70%; */
    font-size: 1rem;
    font-weight: 700;
    color: #003785;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
	font-size:14px;
	font-weight:bold;
	font-family: 'Lato';
}

.inputfile + label {
    color: #003785;
}

.inputfile + label {
    border: 1px solid #1465bb;
    font-size: 1rem;
    background-color: #fff;
    padding: 0;
}

/*.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    border-color: #1465bb;
}*/

.inputfile + label span,
.inputfile + label strong {
    padding: 0.3rem 1rem;
}

.inputfile + label span {
    width: 200px;
    min-height: 1em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile + label strong {
    height: 100%;
    color: #fff;
    background-color: #1465bb;
    display: inline-block;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
    background-color: #003785;
}

/* @media screen and (max-width: 50em) {
	.inputfile + label strong {
		display: block;
	}
} */

.imag-foto{
  max-width: 30%;
  border: #fff solid 20px;
}


/************* Mi cuenta ver info empleado ***************/

/* foto */

.tdFoto{
    text-align: center;
}
.tabInfo_foto{
	width: 280px;
	height: 280px;
	border: darkgray solid 10px;
    border-radius: 5px;
}

.infoEmpleado table{
    text-align: right;
}
.infoEmpleado label{
    color: black;
    width: 50%;
}
.infoEmpleado input{
    width: 50%;
}
