﻿body
{
    min-width: 800px;
}

a
{
    cursor: pointer;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header h2
{
    font-size: 22px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

div.input-group
{
    margin-bottom: 10px;
    margin-right: 10px;
}

select[data-label]
{
    border-radius: 0 5px 5px 0;
}

input.center-block
{
    margin-top: -10px;
}

input[type=checkbox]
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.input-group label
{
    vertical-align: bottom;
    font-weight: normal;
    margin-bottom: 0;
}

input[type=text], textarea, select
{
    border: 1px solid #c4c4c4;
    padding: 4px;
    padding-left: 10px;
}

input[type=submit], input[type=button]
{
    background-color: #003d7d;
    color: White !important;
}

input[type=submit]:hover, input[type=button]:hover
{
    background-color: #86c2e6;
    border: 1px solid #003d7d;
    color: White;
}

.modal-body
{
    text-align: center;
}

.btn
{
    min-width: 127px;
    border-radius: 5px !important;
}

.fullWidth, .fullWidth-resize
{
    width: 99.5% !important;
}

.usuario-logado
{
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 10px;
    border-right: 4px double #003D7D;
}

.subTituloCentralizado
{
    text-align: center;
}

.centralizado
{
    margin: auto;
}

.agregado
{
    border-left: none;
}

.caixaFormulario
{
    width: 350px;
    border-radius: 5px;
    border: 1px solid #003d7d;
    padding: 0px 0px 0px 0px;
}

.caixaFormulario > .subTituloCentralizado
{
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #003d7d;
    color: White;
    font-size: 16px;
}

.flutuante-direita
{
    float: right;
}

.flutuante-esquerda
{
    float: left;
}

.inline-block
{
    display: inline-block;
}

.inline-table
{
    display: inline-table;
}

.dxnbGroupHeader, .dxnbGroupHeaderCollapsed
{
    border-top: 1px solid #d1d1d1;
    padding: 8px 4px !important;
    background-color: #fafafa !important;
    color: #7e7e7e !important;
    white-space: nowrap;
}

.dxmMenu, #navMenuPrincipal, #navMenuSecundario
{
    background-color: rgb(18, 121, 192) !important;
    border: none !important;
    margin: auto;
    padding: 0 !important;
}

#navMenuSecundario, #navMenuSecundario .dxmMenu
{
    background-color: #003D7D !important;
}

.dxmMenuItem
{
    height: 30px;
    min-width: 140px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-align: center;
    cursor: pointer !important;
    color: White !important;
}

#navMenuSecundario .dxmMenuItem
{
    min-width: 100px;
    border: none !important;
}

#navMenuSecundario .dxmMenuItem a
{
    color: White;
}

.dxmMenuItem span
{
    cursor: pointer !important;
}

.dxmSubMenu
{
    background: white !important;
}

.dxmSubMenu tr
{
    height: 30px;
    min-width: 110px;
}

.dxmSubMenuItemWithImageWithPopOutImage, .dxmSubMenuItemWithImage
{
    background: white !important;
    border: none;
}

.dxmMenuItemHover
{
    border: none !important;
    background-color: #fff !important; /*rgb(18, 121, 192) !important;*/
    color: rgb(18, 121, 192) !important;
}

.dxmMenuItemHover a
{
    color: rgb(18, 121, 192) !important;
}

.dxmSubMenuItemWithImageWithPopOutImage, .dxmSubMenuItemWithImageWithPopOutImage span, .dxmSubMenuItemWithImage, .dxmSubMenuItemWithImage span
{
    cursor: pointer !important;
}

#loading
{
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 61, 125, 0.3);
}

#loading article
{
    border-radius: 10px;
    border: 1px solid #003F7D;
    width: 300px;
    font-size: 16px;
    padding: 15px;
    display: block;
    margin: auto;
    margin-top: 30%;
    background-color: White;
    text-align: center;
    color: #003d7d;
}

#loading article img
{
    padding-bottom: 15px;
    display: block;
    margin: auto;
}

.tamanho-muito-pequeno
{
    width: 10%;
}

.tamanho-pequeno
{
    width: 20%;
}

.tamanho-medio
{
    width: 32.2%;
}

.tamanho-grande
{
    width: 48.99%;
}

.input-group-addon
{
    min-width: 80px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    vertical-align: middle;
}

table.dxgvControl
{
    width: 97.5%;
    margin: 10px;
}

.cursor-pointer
{
    cursor: pointer;
}

.modal-header
{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #003D7F;
    color: White;
}

.modal-backdrop
{
    background-color: rgba(0, 61, 125, 0.3);
}

.label-informativa
{
    margin-bottom: 10px;
}

fieldset > fieldset, .area-informativa
{
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
}

fieldset > fieldset legend
{
    font-size: 13px;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    width: auto;
}

.dxgvControl a
{
    color: Black !important;
}

.dxgvControl .dxgvHeader
{
    background-color: White;
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.dxgvControl .dxgvHeader td
{
    font-weight: bold;
}

.dxgvFilterRow, .dxgvFilterRow .dxgv
{
    background-color: White;
}

.dxgvControl .dxgvDataRow
{
    padding: 5px;
    height: 60px;
}

.dxgvControl
{
    border: none !important;
}

.dxgvControl .dxgv
{
    border: none;
    border-bottom: 1px solid #CFCFCF !important;
    border-right: none !important;
}

tr.dxgvDataRow:nth-child(odd)
{
    background-color: #f9f9f9;
}

.dxic input
{
    height: 30px !important;
}

.azul
{
    color: #1279C0;
}

.amarelo
{
    color: #FF9B00;
}

.vermelho
{
    color: #D53C3C;
}

.dxmMenuItemSelected
{
    color: rgb(18, 121, 192) !important;
}

.modal-lg
{
    max-height: 800px;
    margin-top: 20%;
}

.modal-lg .input-group
{
    width: 49.8%;
    margin-right: 0px;
}

.modal-lg .input-group.fullWidth, .modal-lg input.fullWidth, .modal-lg select.fullWidth, .modal-lg textarea.fullWidth
{
    width: 100% !important;
}

.modal-lg .input-group textarea
{
    height: auto;
}

.modal-lg .modal-footer .input-group
{
    margin: 0;
}

.sem-margem
{
    margin: 0;
}

table a[data-icon]
{
    display: inline-block;
}

.modal-relatorio
{
    margin-top: 5%;
    width: 90%;
    margin-bottom: 10px;
}

.modal-relatorio .modal-content
{
    height: 100%;
}

legend
{
    color: #286FF1;
    border-bottom: 0;
    border-left: 5px solid #286FF1;
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
