.alert.alert-info {
    /* background-color: #eeeeee !important; */
    background-image: none;
    border: none;
    color: white;
    text-align: right !important;
    /* background-color: #eeeeee; */
    background-color: #bfbfbf;
}

p.text-left.small {
    text-align: right;
    background-color: transparent !important;
}

.cambioarea{
	font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
}

.nivel_actual {
    position: absolute;
    top: 41px;
    right: 10px;
    /* border: 1px solid #878787; */
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 700;
    opacity: .5;
    color: white;
    background-color: #878787;
}

a.ingresar{
  float: left;
  width: 100%;
}

.login h5 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding: 6px 0px;
    line-height: 18px;
    opacity: .7;
}

.login .contrasena {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.login .box {
    background-color: white;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    margin-top: 100px;
}

.ingresar {
    background-color: #10B0E6;
    padding: 12px 40px;
    color: white !important;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
}

button.btn.btn-alert {
    /* position: absolute; */
    float: right;
    border: 1px dotted #878787;
    font-weight: 600;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

button.btn.btn-alert:hover {
    border: 1px dotted orange;
    color: orange;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.modal-content.modulo {
    border-radius: 0px;
    padding: 20px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.42857143;
    font-weight: 400;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 25px;
    top: 25px;
}

.modal-footer button{
  margin-top: 0px;
}

/* UPLOAD MULTIPLE FILES */


/* div#tiempo_session, div#tiempo_session_expirado {
    z-index: 999999 !important;
    position: fixed;
    width: calc(100vw - 40px);
    margin-left: 20px;
    opacity: 1;
    bottom: 0px;
    padding: 20px;
    border: none;
    background: #ffff99;
    border-radius: 0.125rem;
    color: black;
}

#tiempo_session button#x_fin_sesion, #tiempo_session_expirado button#x_fin_sesion {
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
    font-size: 15px;
    color: #feff9a;
    opacity: 1;
    background: black;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    padding: 0px 0px 3px;
    font-weight: 300;
}
p#mensaje_tiempo_session {
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 20px 80px 20px 30px;
}
p#mensaje_tiempo_session span.glyphicon.glyphicon-exclamation-sign {
    font-size: 19px;
    position: absolute;
    top: calc(50% - 10px);
		left: 0px;
} */