/* ---------------------- RESET --------------------- */
a,hr{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,hr,
menu,nav,section{display:block}abbr,address,article,aside,audio,b,blockquote,
body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,
figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,
ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,
strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,
video{background:0 0;border:0;font-size:100%;margin:0;outline:0;padding:0;
      vertical-align:top}ins,mark{background-color:#ff9;color:#000}
body{line-height:1;font-family: Arial,Helvetica,sans-serif;}nav ul{list-style:none}blockquote,q{quotes:none}
blockquote::after,blockquote::before,q::after,q::before{content:none}
a{background:0 0;font-size:100%;margin:0;outline:0;vertical-align:baseline}
ins{text-decoration:none}mark{font-style:italic;font-weight:700}
del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;
    cursor:help}table{border-collapse:collapse;border-spacing:0}
hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;
   -moz-border-right-colors:none;-moz-border-top-colors:none;
   border-color:#ccc -moz-use-text-color -moz-use-text-color;border-image:none;
   border-style:solid none none;border-width:1px 0 0;height:1px;margin:1em 0}
input,select{vertical-align:middle}
/* ---------------------- FIM DO RESET --------------------- */
/* ---------------------- USO COMUM --------------------- */

.pOverflowHidden {
    overflow: hidden;
}
.pFloatLeft {
    float: left;
}
.pFloatRight {
    float: right;
}
body{
    color: #333;
    font-size: 11px;
    background-color: #FFF;
}

/* ---------------------- HEADER --------------------- */
#blocoHeader {        
    overflow: hidden;
    background-color: #d5d5d7;
    height: 84px;
}

#blocoLogotipoHeader {
    width: 270px;
    text-align: center;
    padding-top: 20px;
}

#imgAcsTopo {
    display: inline-block;
    height: 100%;
    width: calc(100% - 270px);
}

#imgTopo {    
    height: 61px;
    margin-top: 15px;
    width: 100%;
    background: url("../resources/images/repeat-topo.png") repeat-x;
}

#imgTopoTit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    height: 61px;
    line-height: 61px;
    padding-left: 30px;
    background: url("../resources/images/tittopo.png") no-repeat;
}

/* ---------------------- FOOTER --------------------- */

#footer {
    width: 100%;
    border-top: 2px solid #E32118;    
}

#blocoFooter {
    padding: 5px;
    font-size: 10px;
}

/* ---------------------- CONTEUDO --------------------- */

#content {
    margin: 20px 0;
}

#blocoMenuHolder {       
    width: 11%;
    margin-left: 5px;
}
#blocoConteudoHolder {    
    width: 88%;
}

.tituloPaginasInternas {
    color: #fff;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: #747476;
}

#blocoConteudo #grid {
    border: none;
}

#blocoConteudo .ui-panel .ui-panel-content {
    padding: 0;
}

/* ---------------------- MENSAGEM BOAS VINDAS ------------------------ */
.bemvindo{
    font-size: 1vw;
}

/* ---------------------- MENU --------------------- */

#blocoMenu .ui-menu {
    padding: 0;
    border: none;
    width: 100%;
}

#blocoMenu .ui-widget-header {
    color: #747476;
    font-size: 11px;
    border: none;
    text-transform: uppercase;
    background-image: none;
    background-color: #d5d5d7;
}

#blocoMenu ul li {
    display: block;
}
#blocoMenu ul li a {
    display: block;
    color: #333;
    padding: 5px;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.3s;
}
#blocoMenu ul li a:hover {
    background: #f6f6f6;    
}

.ui-menu-list li h3{
    font-size: 1vw !important;
}

.ui-menuitem-text{
    font-size: 1vw;
}
    
/* ---------------------- FORMULARIOS --------------------- */

.blocoLinhaForm {
    width: 100%;
    margin-bottom: 10px;
}
.blocoColunaForm {
    display: inline-block;
    width: 49%;
}
.blocoColunaForm > div, .blocoColunaFormGrande > div{
    display: inline-block;
}
.blocoLabelForm {
    width: 29.7%;
}
    .blocoLabelForm label {
        font-size: 11px !important;
        background-color: #fff !important;
        background-image: none !important;
    }

.blocoCampoForm {
    width: 69%;
}
    .blocoCampoForm .ui-inputfield,
    .blocoCampoForm .ui-selectonemenu{
        font-size: 11px;
        border-radius: 0;
    }
    .blocoCampoForm label {
        font-size: 11px;
    }
    .blocoCampoForm .ui-chkbox .ui-chkbox-box {
        margin-right: 5px;
    }
    
.btnPadrao.ui-button,
.btnPadraoCinza.ui-button {
    border-radius: 0;
    font-size: 11px;
    margin-right: 10px;
    font-weight: bold;
}

.infoTrocaSenha {
    background-color: #fcc;
    border: 2px solid #f99;
    color: #555;
    display: inline-block;
    padding: 9px 5px;
    text-align: center;
    width: 100%;
}

/* ---------------------- TABELAS --------------------- */
.scrollTabelas {
    display: block;
    overflow-x: scroll;
    width: 100%;
}

.tabelaPadrao .ui-corner-top {
    border-radius: 0;
}

.tabelaPadrao .ui-paginator-current {
    font-size: 11px;
}

.tabelaPadrao .ui-widget-header {
    background-color: #747476;
    background-image: none;
    border: none;
}

.tabelaPadrao .ui-state-default {
    font-size: 10px;
}

.tabelaPadrao .ui-datatable tbody td {
    font-size: 11px;
}

.titTabelas {
    font-weight: bold;
    margin-bottom: 10px;
}

/* ---------------------- PAGINAS DE ERRO --------------------- */
#blocoErroPrincipal {
    padding: 15px 0 0;
    text-align: center;
    width: 320px;
}
#blocoErroPrincipal h3 {
    color: #b21212;
    display: block;
    font-size: 50px;
    font-weight: normal;
}
#blocoErroPrincipal p {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

/* ---------------------- PAGINA PESQUISA PEDIDOS --------------------- */
#tablePedidos .ui-widget-header {
    width: 2119px;
}

/* ---------------------- PAGINA DETALHE PEDIDOS --------------------- */
#titTabelaHistTransacao {
    margin-top: 20px;
}

#tableTransacao .ui-widget-header{
    width: 3400px;
}

/* ---------------------- POPUP --------------------- */
.popUpPadrao .ui-corner-top {
    border-radius: 0;
}

#popupCielo .subtituloInternoPopUp {
    display: block;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
}

#popupCielo .pOverflowHidden {
    margin-bottom: 5px;
}

#popupCielo .leftPopObj {
    width: 135px;
}

#popupCielo .leftPopVal {
    width: 335px;
    text-align: left;
}

#popupCielo .inputPopUpFooter {
    width: 465px;
}

#popupCielo #contador {
    display: block;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

/* ---------------------- UI THEME --------------------- */
.ui-messages-error,
.ui-message-error {
    margin-bottom: 10px !important;
}

.ui-corner-all {
    border-radius: 0;
}
.txtHora{
    width: 50px;
}