﻿@import url("/Content/AutoComplete/jquery.autocomplete.css");
@import url("/Content/Divs.css");
@import url("/Content/Labels.css");
@import url("/Content/Botoes.css");
@import url("/Content/TextBoxes.css");
body
{
    /*background: url(/Content/Images/bg-home.jpg) repeat-x;*/
    font-size: 12px;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

#header img, .cursorDefault
{
    cursor: default !important;
}

img:hover
{
    cursor: pointer;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    cursor: pointer;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

a img
{
    border: 0px;
}

a.OcultarFiltros, a.MostrarFiltros { float: left; height: 16px; padding-left: 22px; margin-bottom: 5px; background: transparent url('/Content/Icones/OcultarPainel.png') no-repeat 2px 0px; }
a.MostrarFiltros { background-image: url('/Content/Icones/MostrarPainel.png'); }

p, ul
{
    margin-bottom: 10px;
    line-height: 16px;
}

header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 15px;
    color: #333;
}

h1
{
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 0 0;
}

h3
{
    margin: 20px 0px 5px 0px;
    font-size: 12px;
}

h4
{
    font-size: 11px;
}

h5, h6
{
    font-size: 10px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: white;
    padding: 0; /*height:110px;*/
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: Black;
    border: none;
    line-height: 20px;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    background-color: #fff; /*border-radius: 4px 0 0 0;     -webkit-border-radius: 4px 0 0 0;     -moz-border-radius: 4px 0 0 0;*/ /*float:left;*/
    width: 100%;
    max-width: 1024px;
    padding: 0 10px 0 10px;
    margin-left: auto;
    margin-right: auto;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    text-align: center;
    line-height: normal;
    margin: 0 0 0 0;
    font-size: 10px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.TabLabel
{
    width: 100px;
    text-align: right;
    margin-left: 5px;
    line-height: 26px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    display: inline-block;
}

.TabLabelP
{
    width: 85px;
    text-align: right;
    margin-left: 5px;
    line-height: 26px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    display: inline-block;
}

.TabLabelG
{
    width: 120px;
    text-align: right;
    margin-left: 5px;
    line-height: 26px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    display: inline-block;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu, #menuDefault
{
    text-align: right;
    margin-top: 6px;
}

ul#menu li, ul#menuDefault li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting, ul#menuDefault #greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a, ul#menuDefault 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, ul#menuDefault li a:hover
{
    background-color: #b52723;
    color: White;
    border: 1px solid White;
    border-bottom: 2px solid #b52723;
    text-decoration: none;
}

ul#menu li a:active, ul#menuDefault li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a, ul#menuDefault li.selected a
{
    background-color: #fff;
    color: #000;
}

/*  Menu Rodape
----------------------------------------------------------*/
ul#menuRodape
{
    padding: 2px;
    position: relative;
    margin: 0;
    margin-top: 0px;
}

ul#menuRodape li
{
    display: inline;
    list-style: none;
    width: 92px;
    margin: 0px 2px;
    float: left;
}

ul#menuRodape li ul
{
    list-style: none;
    margin-left: -42px;
}

ul#menuRodape li:hover ul
{
    display: block;
}

ul#menuRodape li:hover ul li ul li a
{
    padding-left: 40px!important;
    background-color: #555 !important;
}

ul#menuRodape li:hover a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    height: 15px;
    color: White;
    display: inline-block;
    clear: none;
    width: 70px;
    text-align: left;
    background: #666 !important;
}

ul#menuRodape 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#menuRodape li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
    color: #fff;
}

ul#menuRodape > 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#menuRodape li a:hover
{
    text-decoration: none;
}
ul#menuRodape > li > ul > li > a:hover
{
    background-color: #b52723;
}

ul#menuRodape li a:active
{
    /*background-color:#a6e2a6;*/
    background-color: #1E90FF;
    text-decoration: none;
}

ul#menuRodape li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.fieldSetPadrao
{
    border: 1px solid #ddd !important;
    padding: 3px 1px 5px 10px;
    margin-bottom: 5px;
}

.fieldSetPadrao > p
{
    color: #696969;
}
.fieldSetPadrao > p > label, .fieldSetPadrao label
{
    color: #696969;
}

.botoes
{
    padding: 5px 5px 0px 5px;
}

fieldset
{
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

legend
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
}

span
{
    color: #696969;
}

/* TABLE
----------------------------------------------------------*/

table #grid
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td #grid
{
    padding: 3px;
    border: solid 1px #e8eef4;
}

table th #grid
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

table#tblProdutosPedido, table#tblProgramacao
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table#tblProdutosPedido tr td, table#tblProgramacao tr td
{
    height: 15px;
    padding: 3px;
    border: solid 1px #e8eef4;
    color: #666;
}

table#tblProdutosPedido tr th, table#tblProgramacao tr th
{
    padding: 3px 2px; /*text-align: left;*/
    height: 15px;
    background-color: #f0f0f0; /*#e8eef4;*/
    border: solid 1px #e8eef4;
    color: #666;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav, #menucontainer, #menucontainerDefault
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#logindisplay
{
    font-size: 11px;
    display: block;
    text-align: right; /*margin: 10px;*/
    margin-top: 10px;
    color: White;
}

#logindisplay a:link
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
    color: Red;
}

.field-validation-valid span
{
    display: none;
    color: Red;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers and class
----------------------------------------------------------*/
.display-label, .editor-label
{
    display: inline-block;
    margin: 5px 5px 0px 0px;
    float: left;
    width: 80px;
    text-align: right;
    height: 23px;
    color: #696969;
}

.display-labelG, .editor-labelG
{
    display: inline-block;
    margin: 5px 5px 0px 0px;
    float: left;
    width: 100px;
    text-align: right;
    height: 23px;
    color: #696969;
}

.display-labelGG, .editor-labelGG
{
    display: inline-block;
    margin: 5px 5px 0px 0px;
    float: left;
    width: 130px;
    text-align: right;
    height: 23px;
    color: #696969;
}

.display-labelSuperG, .editor-labelSuperG
{
    display: inline-block;
    margin: 5px 5px 0px 0px;
    float: left;
    width: 220px;
    text-align: right;
    height: 23px;
    color: #696969;
}

.editor-img
{
    margin: 0;
    float: left;
    padding: 2px 0px;
}

.display-labelSMargin, .editor-labelSMargin
{
    display: inline-block;
    margin: 5px 5px 0px 0px;
    float: left;
    text-align: right;
    height: 23px;
    width: 60px;
}

.editor-labelSMarginP
{
    display: inline-block;
    margin: 5px 5px 0px 5px;
    float: left;
    text-align: right;
    height: 23px;
    width: 60px;
}

.display-field, .editor-field
{
    margin: 0;
    float: left;
    padding: 2px 0px;
}

.editor-fieldFrist
{
    margin: 0;
    float: left;
    width: 160px;
}

.display-fieldUF, .editor-fieldUF
{
    margin: 0;
    float: left;
    width: 241px;
}

.tri-state
{
    width: 60px;
}

.clear
{
    clear: both;
}

.radio
{
    width: 80px;
    display: inline-block;
}
.radioInline
{
    width: 90%;
    display: inline-block;
}

.fieldsetP
{
    width: 210px;
    float: left;
    padding-bottom: 3px;
}

.fieldsetM
{
    width: 740px;
    float: left;
    margin-left: 15px;
    padding-bottom: 17px;
}

.fieldset2
{
    width: 482px;
    float: left;
    padding-bottom: 17px;
}

.spanMargin
{
    width: 140px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

#PesqRazaoSocial
{
    width: 160px;
    margin-top: 10px;
    float: left;
}

.radioMargin
{
    margin: 7px;
}

.inline
{
    margin-left: 7%;
    margin-top: 10px;
}

.destacar, table#grid tbody tr:hover
{
    cursor: pointer;
    background: #b72822;
    color: #FFFFFF;
}

.voltar
{
    text-align: right;
    margin-bottom: 5px;
}

.tdPadding5
{
    padding: 5px;
}

.tdGridlarge
{
    width: 300px;
}
.tdGridMedium
{
    width: 200px;
}
.tdGridRightMedium
{
    width: 200px;
    text-align: right;
}

.tdGridPP
{
    width: 70px;
}
.tdGridPPRight
{
    width: 70px;
    text-align: right;
}
.tdGridPPP, .tdGridPPPCenter
{
    width: 10px;
}
.tdGridPPPCenter
{
    text-align: center;
}
.tdGridDate
{
    width: 100px;
    text-align: center;
}
.tdGridSmall
{
    width: 130px;
}
.tdGridRightSmall
{
    width: 130px;
    text-align: right;
}
.tdGridRight
{
    text-align: right;
}
.tdGridTextoSmall
{
    width: 130px;
    text-align: center;
}
.tdGridTextoLarge
{
    width: 500px;
}
.GridButtom
{
    padding: 4px 5px 0px 5px;
    width: 20px;
}
.tdID
{
    width: 70px;
    text-align: right;
    padding-right: 5px;
}
.tdCenter
{
    text-align: center;
    padding: 5px;
}
.tdIDLeft
{
    width: 70px;
    text-align: left;
    padding-left: 5px;
}
.td%
{
    width: 50px;
    padding-right: 5px;
    text-align: right;
}

.fstBotoes
{
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

.buttonM
{
    text-align: center;
    padding: 1px;
    width: 85px;
    font-size: 10px;
    margin-right: 3px;
}

.buttonG
{
    text-align: center;
    padding: 1px;
    width: 150px;
    font-size: 10px;
    margin-right: 3px;
}

.login
{
    width: 235px;
}

.fst
{
    padding: 5px;
}

/*.fstPesquisaEmpresa
{
    float: left;
    margin-right: 5px;
}*/

/*#fstFields
{
    margin-right: 5px;
}*/

.img
{
    margin-left: 5px;
}
.imgModal
{
    margin-left: 6px;
}
/*---------------------------------------------- Grid --------------------------------------------------------------*/

table#grid, table.grid
{
    background: url('/Content/Images/CabecalhoGridBG.png') repeat-x top center;
    padding-top: 8px;
}
table#grid th, table.grid th
{
    padding: 0px 5px;
    text-align: left;
    line-height: 20px;
}
.head th, table.grid th
{
    color: White;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10pt;
    white-space: nowrap;
}
.head th a, table.grid th a
{
    color: #ffffff;
    font-weight: bolder;
    font-size: 10pt;
    text-decoration: none;
    white-space: nowrap;
}
.head th a:hover, table.grid th a:hover
{
    color: #cccccc;
}
tr td a:link, table.grid th a:link
{
    color: #ffffff;
}
tr td a:visited, table.grid th avisited
{
    color: #ffffff;
}
.altrows
{
    background-color: #f5f5f5;
}
.altrowsImpar
{
    background-color: White;
}
.footer
{
    background-color: Gray;
    color: White;
    text-align: center;
}
.footer td a:link
{
    color: White;
}
.selectedRow
{
    background-color: #b72822;
}


/* ----------------------------------------------------- id --------------------------------------------------------*/

#ddlModulo
{
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 2px;
    margin-left: 5px;
}

#grid
{
    margin-left: auto;
    margin-right: auto;
}

.fstPessoaJF
{
    width: 70%;
    float: left;
}
#fstPessoaJF
{
    width: 70%;
    float: left;
}

#tipoCliente
{
    width: 21.3%;
    float: left;
    margin-right: 3%;
    height: 73px;
}

#Retencao
{
    width: 41.3%;
    float: left;
    margin-left: 3%;
}

#contaContabil
{
    width: 50%;
    float: left;
}

#ddlCidadeId
{
    width: 241px;
}
#ddlCidade
{
    width: 241px;
}

#ddlPaisId
{
    width: 241px;
}
#ddlPais
{
    width: 241px;
}

#divGrid
{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
}

/* -------------------------- Menu ----------------------------------------------*/
#nav
{
    display: inline-block;
}

#nav ul, #nav ul li
{
    margin: 0;
    padding: 0;
}

#nav ul li
{
    float: left; /*display: block;*/
}

#nav ul li ul li
{
    float: none; /*display: block;*/
}

#nav ul li ul li ul
{
    left: 92px;
    position: absolute;
    top: 54px;
    z-index: 10000;
}

#nav ul li ul li ul li
{
    float: right; /*display: block;*/ /*width:230px;*/ /*height: 200px;*/
}

.submenu, .subsubmenu
{
    display: none;
}

/*======= BASIC ===================*/
/* Gerado pelas ferramentas para desenvolvedores F12. Pode não ser uma representação fiel do arquivo de origem original */
#modalColecoes, #modalEstacoes, #modalComposicoes, #modalCores, #modalLocais, #modalGrupos, #modalSubGrupos, #modalTransportadora, #modalGruposCli, #modalTabelaPrecos, #modalCidades, #modalRegioes, #modalSegmentos, #modalClientes, #modalClientesInicial, #modalClientesFinal, #modalSetor, #modalProdutos, #modalFornecedores, #modalCompradores, #modalRedespacho, #modalRepresentante, #modalCliente, #modalTipoPed, #modalPlanoPagto, #modalPesquisaEmpresa, #modalProdutosPedido, #modalPesquisaCliente, #modalFichaTecnica, #modalFornecedor, #modalFabrica, #modalGrupo, #modalSubGrupo, #modalColecao, #modalEstacao, #modalLocal, #modalCor, #modalComposicao, #modalObservacao, #modalEspecieCompra, .modalPopUp
{
    display: none;
}
#simplemodal-overlay
{
    cursor: wait;
    background-color: rgb(0, 0, 0);
}
#simplemodal-container
{
    padding: 12px;
    border: 4px solid rgb(68, 68, 68);
    width: 720px;
    height: 500px;
    background-color: White;
    margin-top: 60px;
    position: absolute;
}
#simplemodal-container code
{
    background: rgb(20, 20, 20);
    padding: 4px 6px 6px;
    color: rgb(187, 187, 187);
    font-size: 12px;
    margin-bottom: 12px;
    border-left-color: rgb(101, 180, 61);
    border-left-width: 3px;
    border-left-style: solid;
    display: block;
}
#simplemodal-container a
{
    color: rgb(221, 221, 221);
}
#simplemodal-container a.modalCloseImg
{
    background: url("/Content/Images/x.png") no-repeat;
    top: -15px;
    width: 25px;
    height: 29px;
    right: -16px;
    display: inline;
    position: absolute;
    z-index: 3200;
    cursor: pointer;
}
#simplemodal-container h3
{
    color: rgb(132, 184, 217);
}
/***/
.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('/Content/Icones/circle_blue.png');
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/Content/Icones/circle_green.png');
}
.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Content/Icones/circle_orange.png');
}
.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Content/Icones/circle_red.png');
}
.validation
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/Content/Icones/circle_orange.png');
}
/**/
/*=================================*/

.alinharDireita, .floatField
{
    text-align: right;
    white-space: nowrap;
}
.w85px
{
    width: 85px;
}

input[readonly], input[disabled]
{
    color: #999 !important;
}
.campoIncorreto
{
    border: solid 1px #D00 !important;
    background: #FFDEDE !important;
    color: #C00 !important;
}

.SeparadorConteudoInterno
{
    margin: 10px 0px;
    float: left;
    width: 100%;
}

#tabs
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
