* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #EFEFEF;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.9em;
    color: #000;
    padding: 20px;
}

#all {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 20px 20px 10px 20px;
}

.header {
    text-align: center;
}

.header .imgLogo {
    float: left;
    width: 300px;
    height: 100px;
    display: block;
}

.header .dadosEmp {
    float: left;
    width: 370px;
    height: 100px;
    display: block;
}

#footer {
    text-align: center;
    width: 840px;
    margin: 0 auto;
}

#footer .desenvolvidoPor {
    float: right;
    font-size: 11px;
    color: #999999;
    line-height: 66px;
    margin-right: 5px;
}

#footer a.linkFooter {
    float: right;
    background: url('../i/logo-gex-rodape.png') no-repeat top left;
    display: block;
    width: 70px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999px;
}

#footer a.linkFooter:hover {
    background: url('../i/logo-gex-rodape.png') no-repeat bottom left;
}

.consulta-online {
    width: 250px;
    border: #CCCCCC 1px solid;
    padding: 20px;
    float: left;
    text-align: center;
    min-height: 220px;
}


/*.consulta-online-min{ width:250px; border:#CCCCCC 1px solid; padding:20px; float:left; text-align: center; min-height: 220px; margin-left: 50px; } */

.consulta-online-min {
    width: 100%;
    border: #CCCCCC 1px solid;
    padding: 20px;
    float: left;
    text-align: center;
    min-height: 220px;
}

#content {
    text-align: left;
}

.clear {
    clear: both;
}

#content h2 {
    font-size: 1.2em;
    color: #333;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #FF6600;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#content label {
    display: block;
}

#content input {
    padding: 2px;
    margin-top: .1em;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.5em;
    border: 1px solid #666;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#content .submit {
    text-align: center;
    padding-top: 15px;
}

#content input.button {
    width: auto;
    border: 4px double #ccc;
    background-color: #F4F4F4;
    font-size: 16px;
    padding: 3px;
}

#content input.buttonBoleto {
    width: auto;
    border: 4px double #ccc;
    font-size: 16px;
    padding: 3px;
    background: #F4F4F4 url('../i/icon_codbarras.png') no-repeat center left;
    padding-left: 20px;
}

#content p {
    margin-bottom: 10px;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color: #00e;
}

a:hover {
    text-decoration: none;
}

.err {
    margin: 10px 0;
    border: 1px solid #FFD5AF;
}

.err h3 {
    font-size: 1em;
    color: #000;
    padding: 3px;
    background-color: #FFD5AF;
    font-weight: bold;
}

.err ul {
    list-style: square;
    list-style-position: inside;
    margin: 5px 5px 0 10px;
}

.err li {
    font-size: 0.9em;
    margin-bottom: 5px;
    color: #333;
}

.errAlert {
    margin: 10px 0;
    border: 7px solid #FF0000;
    background: #E92828;
}

.errAlert h4 {
    font-size: 1.4em;
    color: #FFF;
    padding: 3px;
    background-color: #FF0000;
    font-weight: bold;
}

.errAlert ul {
    list-style: square;
    list-style-position: inside;
    margin: 5px 5px 0 10px;
}

.errAlert li {
    font-size: 1em;
    margin-bottom: 5px;
    color: #FFF;
}


/* Mensagens de aviso e erro */

.msg_err,
.msg_ok,
.msg {
    border-style: solid;
    border-width: 2px;
    padding: 20px 20px 20px 60px;
    margin: 20px 20px 0 20px;
    font-size: 14px;
}

.msg_err {
    background: #EFC2C2 url('../i/bg-msg-err.gif') no-repeat 10px center;
    border-color: #CF7474;
    padding-left: 40px;
}

.msg_ok {
    background: #D1EFD8 url('../i/bg-msg-ok.gif') no-repeat 10px center;
    border-color: #5F7F6C;
    padding-left: 40px;
}

.msg {
    background: #DFDFDF;
    border-color: #8F8F8F;
}

.msg_err p,
.msg_ok p,
.msg p,
.msg_err li,
.msg_ok li,
.msg li {
    margin: 5px 0;
}

.msg_err ul,
.msg_ok ul,
.msg ul,
.msg_err ol,
.msg_ok ol,
.msg ol {
    list-style-position: inside;
    padding-left: 10px;
}

.msg_alert {
    background: #FFFF8C url('../i/atencao-icon.png') no-repeat 10px center;
    border-color: #F30;
    border-style: solid;
    border-width: 1px;
    padding: 20px 20px 20px 60px;
    margin: 20px 20px 0 20px;
    font-size: 14px;
}


/*****************************/


/* Tabelas padroes */

table.default {
    width: 100%;
    border: 1px solid #ccc;
}

table.default th {
    background-color: #BF9F83;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

table.default td {
    background-color: #eee;
    color: #000;
    padding: 3px 5px;
    font-size: 11px;
}

table.default tr.z td {
    background-color: #dadada;
}

table.default th a {
    text-decoration: underline;
    color: #333;
}

table.default th a:hover {
    text-decoration: none;
}

table.default .c {
    text-align: center;
}

table.default .r {
    text-align: right;
}

table.default .level_1 a {
    background: transparent url('../i/icon-level_1.gif') no-repeat bottom left;
    padding-left: 20px;
}

table.default input {
    float: none;
}

table.default td.icon a {
    margin: 0 auto;
    text-indent: -9999em;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

table.default td.icon a.enable,
table.default td.icon span.enable {
    background: url('../i/icon-enable.gif') no-repeat top left;
}

table.default td.icon a.disable,
table.default td.icon span.disable {
    background: url('../i/icon-disable.gif') no-repeat top left;
}

table.default td.icon a.edit {
    background: url('../i/icon-edit.gif') no-repeat top left;
}

table.default td.icon a.gerenciar {
    background: url('../i/icon-gerenciar.gif') no-repeat top left;
}

table.default td.icon a.delete,
table.default td.icon a#deleteJQueryCSS {
    background: url('../i/icon-delete.gif') no-repeat top left;
}

table.default td.icon a.pag {
    background: url('../i/pag.png') no-repeat top left;
    width: 32px;
    height: 32px;
}

table.default td.icon a.cancelPag {
    background: url('../i/pag-cancel.png') no-repeat top left;
    width: 32px;
    height: 32px;
}

table.default td.icon span.enable,
table.default td.icon span.disable {
    margin: 0 auto;
    text-indent: -9999em;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

table.default th a.ord_asc,
#content th a.ord_desc {
    padding-right: 20px;
}

table.default th a.ord_asc {
    background: url('../i/icon-order-asc.gif') no-repeat center right;
}

table.default th a.ord_desc {
    background: url('../i/icon-order-desc.gif') no-repeat center right;
}

table.default td.icon a.pergunta {
    background: url('../i/icon-question.gif') no-repeat top left;
}

table.default td.icon a.perguntaResp {
    background: url('../i/icon-question-resp.gif') no-repeat top left;
}

table.default td.icon a.pagseguro {
    background: url('../i/icon-pagseguro.gif') no-repeat top left;
}

table.default td.icon a.pagnormal {
    background: url('../i/icon-pagnormal.gif') no-repeat top left;
}


/*******************/


/* Formulario: FILTRO */

.filterform {
    border: 1px solid #E67819;
    padding: 10px;
    margin-bottom: 20px;
}

.filterform .row {
    float: left;
    margin-right: 2em;
}

.filterform .end {
    clear: both;
    padding-top: 15px;
}

.filterform .end input,
.filterform .end a {
    border: 1px solid #ccc;
    background-color: #eee;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 1em;
    cursor: pointer;
    padding: .4em;
}

.filterform .end input:hover,
.filterform .end a:hover {
    background-color: #ddd;
}

.filterform .end .imprimir {
    background: #eee url('../i/imp.gif') no-repeat 5px center;
    padding-left: 25px;
    width: 6em;
}

.filterform label,
.filterform .row p {
    display: block;
    margin: .5em 1em .5em 0;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.2em;
}

.filterform div div label {
    display: inline;
}

.filterform .row div {
    white-space: nowrap;
    overflow: hidden;
    clear: none;
}

.filterform .row div label {
    font-weight: normal;
    font-size: 1.2em;
}

.filterform .row div * {
    float: none;
    clear: none;
}


/**********************/


/* Formulario: PADRAO */

.expandedform .row em {
    display: block;
    color: #999;
    font-style: italic;
    font-weight: normal;
}

.expandedform .row div {
    padding-top: .5em;
}

.expandedform {
    overflow: hidden;
}

.expandedform .row {
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    clear: both;
    height: 100%;
}

.expandedform label,
.expandedform .row p,
.expandedform .row div,
.expandedform input,
.expandedform select,
.expandedform textarea {
    float: left;
}

.expandedform textarea {
    width: 250px;
    height: 100px;
}

.expandedform label,
.expandedform .row p {
    width: 15%;
    margin: .5em 1em .5em 0;
    text-align: right;
    white-space: normal;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.2em;
}

.expandedform .row div {
    white-space: nowrap;
    overflow: hidden;
    clear: none;
}

.expandedform .row div label {
    font-weight: normal;
    font-size: 1.2em;
}

.expandedform .row div * {
    float: none;
    clear: none;
}

span.required {
    color: #E92828;
}


/**********************/


/* Formulario: USANDO TABLETS */

.expandedformTables .row em {
    display: block;
    color: #999;
    font-style: italic;
    font-weight: normal;
}

.expandedformTables .row div {
    padding-top: .5em;
}

.expandedformTables {
    overflow: hidden;
}

.expandedformTables .row {
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    clear: both;
    height: 100%;
}

.expandedformTables label,
.expandedformTables .row p,
.expandedformTables .row div,
.expandedformTables input,
.expandedformTables select,
.expandedformTables textarea {
    float: left;
}

.expandedformTables textarea {
    width: 250px;
    height: 100px;
}

.expandedformTables label,
.expandedform .row p {
    margin: .5em 1em .5em 0;
    text-align: right;
    white-space: normal;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.2em;
}

.expandedformTables table {
    width: 100%;
}


/*
.expandedformTables table.3col label, .expandedformTables table.3col .row p{width: 30%; }
.expandedformTables table.2col label, .expandedformTables table.3col .row p{width: 50%; }
*/

.expandedformTables .row div {
    white-space: nowrap;
    overflow: hidden;
    clear: none;
}

.expandedformTables .row div label {
    font-weight: normal;
    font-size: 1.2em;
}

.expandedformTables .row div * {
    float: none;
    clear: none;
}


/*FOTOS*/

#listArquivosVist {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}

#listArquivosVist .arqI {
    float: left;
    width: 140px;
    height: 120px;
}

#listArquivosVist .arqI a {
    margin: 5px 10px;
}


/* ========== ATENDIMENTO DO ACIONAMENTO ========== */

p.buttons {
    margin: 20px 0;
}

p.buttons a,
p.buttons input {
    border: 1px solid #ccc;
    background-color: #eee;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 1em;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}


/* Acionamento. */

#atendPrincipal {
    margin-top: 40px;
}

#atendPrincipal {
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.9em;
    color: #000;
}

#atendPrincipal h2 {
    font-size: 4.4em;
    font-weight: bold;
    color: #000;
}

#atendPrincipal h3 {
    font-size: 4em;
    font-weight: normal;
}

#atendPrincipal label.lblPergunta {
    font-size: 4.2em;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 50px;
}

#atendPrincipal label.lblResposta {
    font-size: 4.2em;
}

a.atendMapa {
    background: url('../i/atendimento-mapa-001.png') no-repeat center center;
    display: block;
    width: 100%;
    height: 256px;
    margin-top: 30px;
}

a.atendFone {
    background: url('../i/atendimento-fone-001.png') no-repeat center center;
    display: block;
    width: 100%;
    height: 256px;
    margin-top: 30px;
}

label.atendLink {
    text-align: center;
    width: 100%;
    font-size: 4.2em;
    font-weight: bold;
}


/* Acionamento-mapa. */

#atendPrincipal div#mapGeral {
    width: 100%;
    height: 800px;
}

#atendPrincipal p.buttons input#atualizaPontos {
    display: block;
    font-size: 4em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#atendPrincipal .carregandoAtualizaPontosMapa {
    font-size: 3.6em;
    font-weight: bold;
    color: #006600;
    width: 100%;
    text-align: center;
}

#atendPrincipal .rodape {
    display: block;
    margin-top: 80px;
}

#atendPrincipal #lnkVoltar {
    font-size: 4em;
}

#atendPrincipal #ultimaAtualizacao {
    float: right;
    font-style: italic;
    font-size: 2em;
    margin-top: 30px;
}


/* Acionamento-fone. */

#atendPrincipal p.buttons input.btnContato {
    display: block;
    font-size: 4em;
    width: 100%;
    padding: 0.6em 0.6em 0.6em 0.6em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}


/* ================================================ */


/* ---------- Início conformidades ---------- */

tr.linhaZ td {
    font-size: 12px;
    padding: 5px;
    background: #D2D3D5;
}

tr.linhaX td {
    font-size: 12px;
    padding: 5px;
    background: #FFF;
}

div.linhaZ {
    font-size: 12px;
    background: #D2D3D5;
}

div.linhaX {
    font-size: 12px;
    background: #FFF;
}

span.linhaZ {
    background: #D2D3D5;
    float: left;
    width: 100%;
}

span.linhaX {
    background: #FFF;
}

.legendaListOpConf {
    width: 88%;
    float: left;
    padding: 10px 5%;
}

.notaProficiencia {
    display: block;
    float: right;
    font-size: 18px;
    width: 12%;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 6px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
}

.titLegenda {
    text-indent: 10px;
    width: 100%;
    line-height: 35px;
    color: #FFF;
    font-size: 16px;
    text-align: left;
    background: #2A487D;
}

.itemLegenda {
    line-height: 25px;
    float: left;
    margin-top: 10px;
    width: 45%;
    margin-left: 2%;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.itemLegenda img {
    margin-top: 0px;
    margin-right: 5px;
    float: left;
}

.areaConf {
    text-align: left;
    float: left;
    display: block;
    line-height: 16px;
    width: 98%;
    border-left: 1px solid #fff;
    padding: 3px 5px;
    margin: 0 3px;
}

.areaConf .areaReg {
    width: 49%;
    line-height: 16px;
    float: left;
    display: block;
    border-right: 1px solid #fff;
    padding-right: 2px;
}

.areaConf .nomeAreaReg {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.areaConf .obsAreaReg {
    font-size: 12px;
    color: #555555;
}

.areaConf .areaOp {
    width: 49%;
    float: left;
    display: block;
    margin-left: 2px;
}

.areaConf .nomeOp {
    font-size: 13px;
    color: #404040;
    font-weight: bold;
}

.areaConf .iconeOp {
    float: left;
    width: 25px;
    height: 100%;
}

.areaConf .color {
    float: left;
    margin: auto 4px auto 0;
    width: 15px;
    height: 15px;
    border-radius: 25px;
}

.areaSepara td {
    border-top: 1px solid #D0D0D0;
    line-height: 1px;
}


/* ========== CONFORMIDADES - Início ========== */

.listFotosConformes {
    text-align: left;
    float: left;
    display: block;
    width: 98%;
    border-left: 1px solid #fff;
    padding: 3px 5px;
    margin: 0 3px;
}

.fotoConforme {
    width: 33%;
    float: left;
    display: block;
    margin-bottom: 2px;
    height: 270px;
}

.fotoConforme .areaReg {
    width: 100%;
    /*width: 59%;*/
    float: left;
    display: block;
    border-right: 1px solid #fff;
    padding-right: 2px;
    max-height: 36px;
    overflow: hidden;
}

.fotoConforme .nomeAreaReg {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

.fotoConforme .obsAreaReg {
    font-size: 11px;
    color: #555555;
    font-style: italic;
    float: left;
    display: block;
    max-height: 54px;
    overflow: hidden;
}

.fotoConforme .areaOp {
    width: 100%;
    /*width: 39% ;*/
    float: left;
    display: block;
    margin-left: 2px;
    max-height: 18px;
    overflow: hidden;
}

.fotoConforme .nomeOp {
    font-size: 11px;
    color: #505050;
    font-weight: bold;
    max-height: 18px;
    overflow: hidden;
}

.fotoConforme .iconeOp {
    float: left;
    width: 18px;
    height: 100%;
}

.fotoConforme .color {
    float: left;
    margin: auto 4px auto 0;
    width: 15px;
    height: 15px;
    border-radius: 25px;
}

.fotoConforme .imgConforme {
    text-align: center;
    width: 100%;
    height: 180px;
    margin-left: 5px;
    float: left;
    display: block;
    border: 1px solid #D2D3D5;
    margin-top: 10px;
}

.fotoConforme .imgConforme a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.fotoConforme .imgConformeEstendida {
    text-align: center;
}


/* ========== CONFORMIDADES - Final ========== */

.conformesPainelSetor {
    float: left;
    width: 99%;
    display: block;
    border: 1px solid #6D81A6;
    margin: 0 2px 2px 2px;
}

.conformesPainelSetor legend {
    font-size: 14px;
    font-weight: bold;
}

.conformesPainelSetor .setorConf {
    width: 98%;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    table-layout: fixed;
    border: 1px solid #6D81A6;
}

.conformesPainelSetor .titNomeSetorArea {
    /*
text-align:left; width:100%; font-size: 15px; color:#1C7ED5; 
border-bottom: 1px solid #1C7ED5;
*/
    float: left;
    text-align: left;
    background-color: #2A487D;
    padding: 5px 0;
    width: 100%;
    text-indent: 10px;
    color: #FFFFFF;
    font-size: 15px;
}

.conformidades {
    border: 1px solid #6D81A6;
    float: center;
    width: 700px;
    margin-top: 10px;
}

.conformidades fieldset {
    width: 98%;
}

.conformidades .titGeral {
    line-height: 48px;
    background-color: #2A487D;
    text-align: left;
    font-size: 20px;
    float: left;
    width: 100%;
}

.conformidades .nomeTitGeral {
    float: left;
    margin-left: 70px;
    color: #FFFFFF;
}

.conformidades .imgTitGeral {
    float: left;
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: -7px;
    margin-left: 2px;
}

.conformidades legend {
    color: #1C7ED5
}

.conformidades .titGeralSetor {
    line-height: 36px;
    background-color: #2A487D;
    text-align: left;
    font-size: 18px;
    float: left;
    width: 100%;
}

.conformidades .nomeSetor {
    float: left;
    margin-left: 50px;
    color: #FFFFFF;
}

.conformidades .imgTitSetor {
    float: left;
    width: 45px;
    height: 45px;
    position: absolute;
    margin-top: -5px;
    margin-left: 2px;
}

.fotosVeiculo {
    border: 1px solid #6D81A6;
    float: center;
    display: block;
    width: 700px;
    margin-top: 10px;
}

.fotosVeiculo fieldset {
    width: 98%;
}

.fotosVeiculo .titGeral {
    line-height: 40px;
    background-color: #2A487D;
    text-align: left;
    font-size: 18px;
    float: left;
    width: 100%;
}

.fotosVeiculo .nomeTitGeral {
    float: left;
    margin-left: 50px;
    color: #FFFFFF;
}

.fotosVeiculo .imgTitGeral {
    float: left;
    position: absolute;
    margin-top: -5px;
    margin-left: 2px;
}


/* ---------- Fim conformidades ---------- */