﻿body {
    background-color: #005282;
    font-family: Verdana;
    font-size: 10pt;
    margin: 0px;
}

html {
    overflow-y: scroll !important;
}

div {
    font-family: Verdana;
    font-size: 10pt;
}

#MostraEscondeMenuIcon:hover {
    color: #74b2ff !important;
}

.iconeMenuSize {
    width: 30px;
    text-align: center;
}

.divMenuGeralEsquerda {
    background-color: #15465f;
    width: 250px;
    min-width: 250px;
    overflow: hidden;
    display: table-cell;
    position: relative;
    padding-bottom: 10px;
}

.efeitoOverMenu {
    color: #d7e9ff !important;
}

.efeitoOverMenu:hover {
        color: #d7df21 !important;
}

.faixa-colorida {
    width: 100%;
    height: 5px;
    background-image: url("../Imgs/pattern.png");
}

.quadrosGerais {
    margin: auto;
    padding: 20px;
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

    .quadrosGerais h3, .quadrosGerais h3 a {
        padding: 10px;
        background-color: #3578a8;
        color: #fff;
        margin-top: 0px !important;
    }

        .quadrosGerais h3 a:hover {
            color: #74b2ff;
        }

.quadrosGeraisMenu {
    margin: auto;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

    .quadrosGeraisMenu h3, .quadrosGeraisMenu h3 a {
        padding: 10px;
        background-color: #3578a8;
        color: #fff;
        margin-top: 0px !important;
    }

        .quadrosGeraisMenu h3 a:hover {
            color: #74b2ff;
        }

.divOpcoesInicial {
    margin: 6px;
    padding: 13px;
    float: left;
    font-size: 7pt;
    text-align: center;
    background-color: #fff;
    border: 5px solid #efefef;
    cursor: pointer;
    width: 95px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .divOpcoesInicial:hover {
        background-color: #f1f1f1;
        border: 5px solid #74b2ff;
        color: #4c8ddd;
    }

    .divOpcoesInicial img {
        margin-bottom: 7px;
    }

a, a:visited {
    color: #005b9f;
}

a:hover {
    color: #E8602A;
}

.menu-geral-subitem { 
    text-align:left;    
    margin-left:55px;
    margin-top:10px;
}

.menu-geral-subitem a {
    color: #d7e9ff !important;
    text-decoration: none;    
}

.menu-geral-subitem-text {
    font-size:11px;
}

.menu-geral-subitem a:hover {
      color: #d7df21 !important;
}

/*.icon-controls {
    cursor: pointer;
    float: left
}

#dxLabelForStatusPlanificacao {
    display: block;
    margin-bottom: 10px
}

.dxpc-mainDiv label {
    display: block;
    margin-bottom: 10px
}
*/

.dxeTrackBar_MetropolisBlue, .dxeIRadioButton_MetropolisBlue, .dxeButtonEdit_MetropolisBlue, .dxeTextBox_MetropolisBlue, .dxeRadioButtonList_MetropolisBlue, .dxeCheckBoxList_MetropolisBlue, .dxeMemo_MetropolisBlue, .dxeListBox_MetropolisBlue, .dxeCalendar_MetropolisBlue, .dxeColorTable_MetropolisBlue {
    margin: 0px 5px 5px 0px !important;
}