#ImgUsuarioMenuApp{
	width: 60px;
	height: 60px;
}

/*====================================================	TABLAS ======================================================================================*/



.label-tag{
    font-size: 12px;
    margin-right: 2px;
    display: inline-block;
    margin-top: 2px;
}

.label-tag-eliminar{
    font-size: 16px;
    margin-left: 6px;
}

.label-tag-eliminar:hover{
    color:#ed5565;
    cursor: pointer;
}

.label-tag-contenedor{
    margin-bottom: 12px;
    margin-top: -12px;

}



/*============================================================================= FORMULARIO =========================================================*/

#ContenedorSubmitFixed {
    position: fixed;
    background-color: #f3f3f4;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 5px solid #e7eaec;
    padding: 16px;
}

#ContenedorSubmitFixed .botones-submit{
    margin-top: 0px;
    margin-bottom: 0px;
}

.i-checks label{
    font-weight: 600;
}


/* ================================================================ CARGANDO =========================================================== */
.cargando-div {
    opacity: 0.9;
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 100000; /* Evita que otros elementos esten por encima */
    font-size: 20px;
    background-color: #31BA9E;
    padding: 12px 14px 12px 14px;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 200;
    box-shadow: 2px 2px 8px #999;
}
/* Estilo para generar un efecto al posicionar el puntero encima del botón */
.cargando-div:hover {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

/* ============================================== INPUTS =========================================== */

.select-tabla-btn-modal-registro{

    margin-left: -22px;
}

.select-tabla-deseleccionar-registro{
    cursor: pointer;
    margin-top: -300px !important;
    font-size: 12px;
    color: #a6a8a9;
    font-weight: 300;
}
.select-tabla-deseleccionar-registro:hover{
    color: #ed5565;
}

.navbar-header .navbar-toggle{
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
    width: 48px;
    height: 40px;
    text-align: center;
    margin-left: 20px;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: white;

}

.navbar-header .navbar-toggle:hover{
    background-color: #18a689;
}