
main {
    bottom: 44px;
    top: 56px;
    overflow: auto;
    position: fixed;
    width: 100%;
}

.main-login {
    top: 0px;
    bottom: 44px;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

footer {
    bottom: 0px;
    height: 34px;
}

.login {
    width: 400px;
}

.loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('/img/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
        opacity: .8;
}
.invalid-tooltip{
    font-size: 0.65rem;
    padding: .1rem;
    margin-top: 0em;
}

/* adicional a bootstrap.css */
.table-hover tbody {
	cursor: pointer;
}

.table-sm {
	font-size:0.7em;
}
.loading-text{
    font-size: 0.3em;
}

/* Modal en dos niveles usando className nivel-1 */
.modal.nivel-1{
    z-index: 2050;
}
.modal-backdrop.nivel-1{
    z-index: 2040;
}

.modal.nivel-2{
    z-index: 3050;
}
.modal-backdrop.nivel-2{
    z-index: 3040;
}

.modal.nivel-3{
    z-index: 4050;
}
.modal-backdrop.nivel-3{
    z-index: 4040;
}

