﻿body {
    background-image: url('../css/images/customize/Tela Login - Fundo.png');
}

.blue {
    color: #1c75b9 !important;
}

.login-layout > .row {
    margin-right: 0px;
}

.login-layout {
    background-color: #438eb9;
}

.navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "sansation";
}

.navbar .navbar-brand span {
    top: 2px;
    position: relative;    
    font-family: 'sansation', Verdana;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-no-records, .ui-widget-content .ui-no-records {
    border: 1px solid #c5dbec;
    background: #EFF3F8;
    font-weight: bold;
    color: #2e6e9e;
}

.central {
    text-align: center;
}

.direita {
    text-align: right;
}

.ddl {
    width: 100%;
}

.col3 {
    width: 30%;
}

.col4 {
    width: 40%;
}

.col100 {
    width: 100%;
}

.volver {
    font-size: 2em;
}

.loading {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 2;
    overflow: auto;
}

.stat-0 {
    color: #ff0000;
    padding: 0 4px 2px;
    margin-left: -18px;
    font-size: 75%;  
    vertical-align: middle;
}

.stat-1 {
    color: #3fbb0b;
    padding: 0 4px 2px;
    font-size: 75%;
    margin-left: -18px;
    vertical-align: middle;
}