﻿@import url("reset.css");
@import url("Botoes.css");
@import url("TextBoxes.css");
@import url("Labels.css");
@import url("TabContainer.css");

/*-- TAGS --*/
body
{
    font-family: Arial;
    font-size: 12px;
    color: #666;
}
h1
{
    font-size: 1.6em;
    color: #444;
    margin-bottom: 20px;
}
h2
{
    font-size: 1.2em;
    line-height: 1.2em;
    color: #555;
    margin-bottom: 10px;
}
hr
{
    margin: 10px 0px;
    background-color: #AAA;
    border: 0px;
    height: 1px;
}
p
{
    float: left;
    line-height: 1.3em;
    margin: 2px 0px;
}
fieldset
{
    border: 1px solid #DDD;
    padding: 10px;
    margin: 10px 0px;
}
fieldset legend
{
    font-weight: bold;
    color: #000;
    padding: 0px 5px;
}
fieldset p
{
    margin: 0px;
}
fieldset div
{
    padding: 2px;
}
tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td
{
    padding: 2px;
}
label, span
{
    line-height: 22px;
}
/*-- Fim TAGS --*/
/*-- Cabeçalho da página --*/
header
{
    background: #999;
    height: 110px;
}
header section
{
    width: 800px;
    height: 110px;
    margin: 0px auto;
}
header footer
{
    height: 10px;
    background: #b52723;
    margin-top: 1px;
}

.Novo_Sistema_Box
{
    float: left;
    margin-top: 3px;
}
.Novo_Sistema_Logo
{
    float: left;
    margin: 13px 0px 0px 20px;
}

section#UsuarioLogado
{
    float: right;
    width: 490px;
    height: 75px;
    text-align: right;
    line-height: 15px;
    color: #FFF;
    line-height: 20px;
}
#UsuarioLogado #lblUsuario, #UsuarioLogado #lblEmpresa
{
    float: right;
    width: 440px;
}
#UsuarioLogado #lblEmpresa, #UsuarioLogado #ddlModulo
{
    clear: right;
}
#lnkSair
{
    float: right;
    margin-left: 10px;
    color: #FFF;
    font-weight: bold;
}
#lnkSair:hover
{
    color: #900;
}
#lblUsuario:hover
{
    color: #fff !important;
}
#lblEmpresa:hover
{
    color: #fff !important;
}
/*-- Fim Cabeçalho da página --*/
/*-- Menus --*/
ul#menu
{
    float: right;
    clear: right;
    text-align: right;
    margin-top: 6px;
}
ul#menu li
{
    display: inline;
    list-style: none;
}
ul#menu li a
{
    float: left;
    height: 20px;
    padding: 5px 10px;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: none;
    background-color: #e8eef4;
    color: Black;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
ul#menu li a:hover
{
    background-color: #b52723;
    color: #FFF;
    border: 1px solid White;
    border-bottom: 2px solid #b52723;
    text-decoration: none;
}
ul#menu li a:active
{
    background-color: #990000;
    text-decoration: none;
}
ul#menu li.selected a
{
    background-color: #FFF;
    color: #000;
}

nav#menuSecundario
{
    z-index: 2;
    position: absolute;
    float: left;
    margin: 94px 0px 0px 105px;
}
ul#menuSecundario
{
    padding: 2px;
    position: relative;
    margin: 0;
    margin-top: 0px;
}
ul#menuSecundario li
{
    display: inline;
    list-style: none;
    width: 92px;
    margin: 0px 2px;
    float: left;
}
ul#menuSecundario li ul
{
    list-style: none;
    margin-left: -2px;
}
ul#menuSecundario li:hover ul.submenu, ul.submenu li:hover ul.subsubmenu, ul.subsubmenu li:hover ul.subsubsubmenu
{
    display: block;
}
ul#menuSecundario li:hover a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    height: 15px;
    color: #FFF;
    display: inline-block;
    clear: none;
    width: 70px;
    text-align: left;
    background: #666 !important;
}
ul#menuSecundario li:hover a:hover
{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #b52723 !important;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    height: 15px;
    color: White;
    display: inline-block;
    clear: none;
    width: 70px;
    text-align: left;
}
ul#menuSecundario li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
    color: #FFF;
}
ul#menuSecundario > li > a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    height: 15px;
    color: White;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    display: inline-block;
    clear: none;
    background-color: #b52723;
    width: 70px;
    text-align: left;
}
ul#menuSecundario li a:hover
{
    text-decoration: none;
}
ul#menuSecundario > li > ul > li > a:hover
{
    background-color: #b52723;
}
ul#menuSecundario li a:active
{
    background-color: #1E90FF;
    text-decoration: none;
}
ul#menuSecundario li.selected a
{
    background-color: #fff;
    color: #000;
}
.submenu, .subsubmenu, .subsubsubmenu
{
    display: none;
}
.subsubmenu, .subsubsubmenu
{
    float: left;
    height: 15px;
    left: 265px;
    margin-bottom: -25px;
    position: relative;
    top: -25px;
}
.submenu li a
{
    white-space: nowrap;
    width: 253px !important;
}
.submenu li a.menuRelatorio
{
    width: 245px !important;
}
/*-- Fim Menus --*/
/*-- Conteúdo da página --*/
#conteudo
{
    width: 800px;
    margin: 0px auto;
    padding-top: 40px;
    min-height: 460px;
}

#mensagemTela
{
    display: none;
    margin-bottom: 10px;
}
/*-- Fim Conteúdo da página --*/
/*-- Rodapé da página --*/
#rodape
{
    margin-top: 20px;
    color: #999;
    font-size: 0.8em;
    border-top: 5px solid #b52723;
}
#rodape section
{
    width: 800px;
    margin: 0px auto;
}
#rodape p.esqueda
{
    float: left;
}
#rodape p.direita
{
    float: right;
}
/*-- Fim Rodapé da página --*/
/*-- Classes --*/
/*-- Tipo Mensagen Tela --*/
.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 0px auto;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    max-width: 900px;
}
.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Imagens/circle_blue.png');
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/Imagens/circle_green.png');
}
.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Imagens/circle_orange.png');
}
.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Imagens/circle_red.png');
}
.validation
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/Imagens/circle_orange.png');
}
/*-- Fim Tipo Mensagen Tela --*/
/*-- UpdateProgress --*/
section#mask
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0%, 0%, 0%);
    background-color: rgba(0%, 0%, 0%, 0.8);
    z-index: 100101;
}

section#progress
{
    position: fixed;
    width: 200px;
    padding: 10px;
    color: #9F6000;
    border: 1px solid #9F6000;
    background-color: #FEEFB3;
    margin: 20px;
    z-index: 100110;
}
/*-- Fim UpdateProgress --*/
/*-- Modal --*/
.modal
{
    background-color: #FFF;
    border: 1px solid #666;
    padding: 10px;
    -moz-box-shadow: 0px 0px 100px -30px #FFF;
    box-shadow: 0px 0px 100px -30px #FFF;
    height: 600px;
    width: 800px;
}
.modal header
{
    margin: -10px -10px 10px -10px;
    padding: 10px;
    color: #FFF;
    height: auto;
    border-bottom: 2px solid #b52723;
    background: -moz-linear-gradient(top, #999999, #696969) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#696969)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#696969)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#696969);
    -moz-box-shadow: 0px 8px 15px -10px #000;
    box-shadow: 0px 8px 15px -10px #000;
}
.modalBackground
{
    background-color: rgb(0%, 0%, 0%);
    background-color: rgba(0%, 0%, 0%, 0.8);
}
/*-- Fim Modal --*/
/*-- Grid --*/
.grid
{
    color: #000;
    width: 100%;
}
.grid tr:hover
{
    background: #AA0000;
    background: -moz-linear-gradient(top,  #AA0000,  #770000) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from( #AA0000), to( #770000)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA0000, endColorstr=#770000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA0000, endColorstr=#770000);
    color: #FFF;
}
.grid td
{
    padding: 5px;
    line-height: 20px;
}
.gridHeader, .gridHeader td
{
    background: #999999;
    background: -moz-linear-gradient(top,  #999999,  #696969) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from( #999999), to( #696969)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#696969)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#696969);
    line-height: 30px !important;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #b52723;
}
.gridHeader a
{
    text-decoration: none;
    color: #FFF !important;
}
.gridLinha2
{
    background: #EEE;
}
.gridRodape
{
    border: none !important;
    text-align: center;
    cursor: pointer;
}
.gridRodape:hover
{
    background: transparent !important;
    color: inherit !important;
}
.gridRodape a:hover, span:hover
{
    color: #AA0000;
}
/*-- Fim Grid --*/
/*-- UL --*/
ul.marcadorQuadrado li
{
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 5px;
}
/*-- Fim UL --*/
.alinharMeio
{
    vertical-align: middle;
}
.alinharDireita
{
    text-align: right;
}
.clear
{
    width: 100%;
    clear: both;
}
.escuro *
{
    border-color: #696969 !important;
}
#BannerHome
{
    position: relative;
    width: 400px;
    float: left;
}
#ConteudoHome
{
    width: 400px;
    float: left;
}
section#Formulario > div, .formulario > div
{
    float: left;
    margin-bottom: 4px;
}

section#Formulario .clear, .formulario .clear
{
    width: auto;
}

.Formulario > div, .formulario > div
{
    float: left;
    margin-bottom: 4px;
}

.Formulario .clear, .formulario .clear
{
    width: auto;
}

.botoes, section#Botoes
{
    text-align: right;
    margin-top: 10px;
    width: 100% !important;
}
.botoesCentralizados
{
    text-align: center;
    margin-top: 10px;
    width: 100% !important;
}
.ddlEDFG
{
    width: 506px;
}
.ddlEDFP
{
    width: 200px;
}
.ddl50
{
    width: 50px;
}
.ddlEDFM
{
    width: 250px;
}
.ddl106
{
    width: 106px;
}
.ddl255
{
    width: 255px;
}
.ddl150
{
    width: 150px;
}
.ddl600
{
    width: 600px;
}

/* GRID */

.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc;
}
.mGrid .pgr
{
    background: #424242;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.gridHide
{
    display: none;
}

.gridVisible
{
    display: inline;
}

/*-- Fim Classes --*/