.ui-dialog {
    z-index: 10000 !important;
}

.ui-front {
    z-index: 10000 !important;
}

.header {

    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1;
    height: 70px;
    border-color: #DCDFE4;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: solid;
}

.main-view-port {
    position: absolute;
    width: 100%;
    height: 100%
}

.left-full {
    width: 100%;
    height: 100%;
}

.left-50-h {
    width: 50%;
    height: 100%;
}

.left-50-v {
    width: 100%;
    height: 50%
}

/* DIVS */
.div_table {
    /* width: 100%;
    display: table; */
    /* border: 1px solid black; */
    border: 1px solid gray !important;
    border-radius: 2px;
    font-size: small;
    padding: 10px;
}

.div_linha_1 {
    /* margin: 3px;
    overflow: hidden; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.div_linha_2 {
    margin: 3px;
    overflow: hidden;
}

.div_coluna {
    float: left;
}

.div_coluna b {
    font-size: 14px;
    color: #172B4D;
    font-weight: 600;
}

div ul.abas_custom {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px;
    border-bottom: #808080 1px solid;
    border-radius: 0%;
}

div ul.abas_custom li.aba_custom {
    background-color: #F7F8F9;
    background-image: none;
}

div ul.abas_custom li.aba_custom a {
    color: #808080;
    font-weight: normal;
}



fieldset.impressao {
    border-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
}

fieldset.impressao_borda {
    margin: 0;
    padding: 0;
    width: 100%;
}

.link_to_new {
    background: url(icons/new_20.png) no-repeat;
    padding: 2px 0 2px 20px;
}

.botao_delete {
    background: url(icons/trash_can.svg) no-repeat;
     background-size: contain;
    border: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.botao_block {
    background: url(icons/checked_15.png) no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.botao_unblock {
    background: url(icons/unchecked_15.png) no-repeat;
    border: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

div.auto_complete_list {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 333px;
    top: 290px;
    width: auto;
    background: antiquewhite;
    border: 1px solid;
    cursor: pointer;
}

div.auto_complete_field:hover {
    background: #E2DF84;
}


input.remover {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-shadow: black 1px 1px 2px;
}

input.remover:hover {
    color: yellow;
}

.hidden {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*.tooltip {*/
/*background-color:#000;*/
/*border:1px solid #fff;*/
/*padding:10px 15px;*/
/*width:auto;*/
/*display:none;*/
/*color:#fff;*/
/*text-align:left;*/
/*font-size:12px;*/
/*!* outline radius for mozilla/firefox only *!*/
/*-moz-box-shadow:0 0 10px #000;*/
/*-webkit-box-shadow:0 0 10px #000;*/
/*}*/
/*PADRÃO DO CORPO DO HTML*/
body {
    /* background: #CCC url('../assets/body_bk.jpg'); */
    background-color: #FFF;
    margin: 0 0 0;
}

div.ie {
    margin: 30px 0 0 0;
}

div.list_custom_field {
    float: left;
    width: 285px;
}

div.list_custom_field_text {
    float: left;
    width: 570px;
    height: 55px;
    overflow: overlay;
}

/*PADRÃO GERAL PARA TABELAS, LINHAS E COLUNAS*/
table {
    width: 100%;
    border-spacing: 0 0;
    border-collapse: collapse;
}

table tr.line {
    border-bottom: solid 1px #DCDFE4;
    height: 1px;
}

table tr.item_0 {
    color: #172B4D;
    height: 40px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

table tr.item_0 td a {
    color: #172B4D;
    font-weight: bold;
}

table tr.item_0 td.item_0 {
    color: #172B4D;
    font-weight: bold;
}

table tr.item_0 td a:hover {
    color: #172B4D;
    font-weight: bold;
    text-decoration: underline;
}

table tr + tr {
    border-top: #DCDFE4 1px solid;
}

table tr.item_1 {
    /* background: url('../assets/tr_item_1_bk.png'); */
    background: #FFFFFF;
    height: 30px;
}

table tr.item_2 {
    /* background: url('../assets/tr_item_2_bk.png'); */
    background: #FFFFFF;
    height: 30px;
}

table tr.Cadastrado {
    background: #A7DEA5;
    height: 25px;
}

table tr.Revisita {
    background: #E2DF84;
    height: 25px;
}

table tr.Não.Permitido {
    background: #E69A9A;
    height: 25px;
}

table tr.Fechado {
    background: #F8C497;
    height: 25px;
}

table tr.Cadastrado:hover {
    background: #2BE400;
    height: 25px;
    cursor: pointer;
}

table tr.Revisita:hover {
    background: yellow;
    height: 25px;
    cursor: pointer;
}

table tr.Não.Permitido:hover {
    background: red;
    height: 25px;
    cursor: pointer;
}

table tr.Fechado:hover {
    background: #FC7600;
    height: 25px;
    cursor: pointer;
}

table tr.item_1:hover,
table tr.item_2:hover {
    /*background-color: #FAEBD7;*/
    background: #f1f2f4;
    cursor: pointer;
}

table tr.item_1 a,
tr.item_2 a,
tr.Cadastrado a,
tr.Fechado a,
tr.Não.Permitido a,
tr.Revisita a {
    color: #383838;
}

table a.alterar:hover {
    color: #e3aa24;
}

table a.cancelar:hover {
    color: #FF0000;
}

table td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    white-space: nowrap;
}

table td.toolbar {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    padding: 4px 0px 4px 10px;
    white-space: nowrap;
}

table td.conteudo {
    vertical-align: top;
    padding: 0 0 0 0;
}

table td.rotulo {
    /*font-weight: bold;*/
    color: #000000;
}

table td.rotulo:after {
    content: ':';
}

table td.rotulo span {
    display: inline-block;
    border: 1px solid #DCDFE4;
    background: #DCDFE4;
    width: 20px;
    text-align: center;
    color: #172B4D;
}

/* Page Breaks */
.pb_before {
    page-break-before: always !important;
}

.pb_after {
    page-break-after: always !important;
}

.pbi_avoid {
    page-break-inside: avoid !important;
}

.pdf_background {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.texto_impressao {
    font-size: large;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    white-space: nowrap;
}

.impressao_break {
    page-break-before: always !important;
}

div.impressao {
    margin: 0;
    padding: 0;
}

table.impressao {
    page-break-inside: avoid !important;
    padding: 1px;
    margin: 0 auto 2px;
    width: 99%;
}

div.foto_impressao {
    float: left;
    margin: 2px;
    width: 220px;
    height: auto;
}

table td.rotulo_imp {
    padding: 1px;
}

table td.rotulo_imp span {
    display: inline-block;
    border: 1px solid #666666;
    background: #999999;
    width: 20px;
    text-align: center;
    color: white;
}

table td.valor {
    font-weight: bold;
}

table td.valor_1 {
    font-weight: bold;
    width: 100%;
}

table td.valor_2 {
    font-weight: bold;
    width: 50%;
}

table td.valor_2 label {
    border: 1px solid #666666;
    background: #999999;
    width: 20%;
    text-align: center;
    color: white;
}

table td.valor_3 {
    font-weight: bold;
    width: 33%;
}

table td.valor_4 {
    font-weight: bold;
    width: 25%;
}

table td.controles {
    text-align: left;
    font-weight: bold;
    color: #000000;
    /*background-color: #CCCCCC;*/
    background-color: #FFFFFF;
    font-size: 12px;
}

table td.controles_submit {
    text-align: right;
    font-weight: bold;
    color: #000000;
    /*background-color: #CCCCCC;*/
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 0px;
}

div.error {
    white-space: normal;
    color: #000;
    text-indent: 70px;
    padding: 20px;
    font-size: 12pt;
    font-weight: bold;
    background-color: blue;
    border-color: red;
    text-align: left;
}

/** FLASH MSGS */
div.mensagem {
    width: 950px;
    margin: auto;
    color: #FFF;
    text-indent: 60px;
    padding: 20px;
    font-size: 12pt;
    font-weight: bold;
    background: url('mensagem.png') center no-repeat;
}

div.erro {
    width: 950px;
    margin: auto;
    color: #FFF;
    text-indent: 70px;
    padding: 20px;
    font-size: 12pt;
    font-weight: bold;
    background: url('erro.png') center no-repeat;
}


/*FOLHA*/
table.folha {
    /*border-spacing: 5px 0px;*/
    border-collapse: separate;
    /*width: 99%;*/
    padding-top: 10px;
    margin: auto;
}

/*FORMULÁRIO*/
table.formulario {
    text-align: left;
}

table.formulario tr.item_1 {
    /* background: url('../assets/tr_item_1_bk.png'); */
    background: #FFFFFF;
    height: 40px;
    cursor: auto;
    border: 0px;
}

table.formulario tr.item_2 {
    /* background: url('../assets/tr_item_2_bk.png'); */
    background: #FFFFFF;
    height: 40px;
    cursor: auto;
    border: 0px;
}

table.formulario td.botoes {
    text-align: center;
    background-color: #CCCCCC;
}

/*TABELA SEM MARGEM, SEM SPACING E SEM PADDING*/
table.conteudo {
    width: 100%;
    border-spacing: 0 0;
    border-collapse: collapse;
    margin: 0 0 0 0;
}

table.conteudo td {
    font-size: 14px;
    padding: 0 0 0 0;
}

/*TÍTULO DA PÁGINA * TOOLBAR */

div.titulo_0 {
    margin: 0;
    height: 60px;
    /*background: url('titulo_0_bk2.png');*/
}

div.titulo_0 div.titulo {
    margin: 0 0 0 8px;
    padding: 0 50px 0 0;
    text-align: left;
    font: 17pt -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #172B4D;
    /*text-transform: uppercase;*/
    float: left;
    line-height: 59px;
    font-weight: 600;
    /*background: url('titulo_bk.png') right no-repeat;*/
}

div.toolbar table td a {
    font-size: 14px;
    cursor: pointer;
    display: block;
    float: left;
    padding: 5px 0 0 0;
    color: #222277;
    text-decoration: none;
}


div.toolbar {
    padding: 0 0 0 40px;
    margin: 0 8px 0 0;
    float: right;
    color: #666666;
    height: 59px;
    text-align: left;
    /*background: url('toolbar_bk.png') left no-repeat;*/
}

div.toolbar table td a {
    font-size: 14px;
    cursor: pointer;
    display: block;
    float: left;
    padding: 5px 0 0 0;
    white-space: nowrap;
    color: #222277;
    text-decoration: none;
}

div.toolbar table td a span {
    display: block;
    float: none;
    /*height: 32px;*/
    margin: 0 auto;
    width: auto;
}

/*** TOOGLE HEADER ***/
div#toggle-header {
    z-index: 9999;
    margin: auto;
    width: 120px;
    height: 15px;
    background: transparent url('hide-header.png') top center no-repeat;
    cursor: pointer;
}

div#toggle-header.show {
    z-index: 9999;
    background: url('show-header.png') top center no-repeat;
}

/*** TOOGLE MOSTRAR ***/
div.mostrar#toggle-mostrar1 {
    z-index: 9999;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('icons/icons8-arrow-down-32.png') top center no-repeat;
    cursor: pointer;
}

div.mostrar#toggle-mostrar1.show {
    z-index: 9999;
    background: transparent url('icons/icons8-arrow-up-32.png') top center no-repeat;
}

div.mostrar#toggle-mostrar2 {
    z-index: 9999;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('icons/icons8-arrow-down-32.png') top center no-repeat;
    cursor: pointer;
}

div.mostrar#toggle-mostrar2.show {
    z-index: 9999;
    background: transparent url('icons/icons8-arrow-up-32.png') top center no-repeat;
}

/* NAV BAR */
div.navbar div.links {
    width: auto;
    float: left;
    margin-left: 5px;
    padding: 0 5px 0 5px;
    height: 29px;
    background: url("navbar.jpg") right top no-repeat;
}

div.navbar div.links span.separador {
    background: url("seperator.png") right no-repeat;
}

div.navbar div.links a {
    line-height: 29px;
    padding: 0 5px 0 5px;
}

div.navbar {
    height: auto;
    margin: 0px 0 0px 0;
    border: 1px gray solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 15px 0 0;
}

div.navbar ul {
    padding: 0;
    margin: 5px 8px 5px 8px;
    list-style: none;
}

div.navbar ul li {
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
}

div.navbar ul li span {
    border: 1px solid gray;
    font-size: 8px;
}

div.navbar ul li label {
    color: red;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

/*TÍTULO PRINCIPAL*/
table.titulo_1 {
    margin: 0 0 10px 0;
}

table.titulo_1 td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px/5px;
    font-weight: bold;
    /*background: url('table_titulo_bk.png');*/
    background-color: #F7F8F9;
    height: 18px;
    color: #172B4D;
    text-transform: uppercase;
    /*text-shadow: #000 1px 1px 2px;*/
    /*text-transform: uppercase;*/
    padding: 6px 10px 6px 10px;
}

table.titulo_1 td.link {
    text-align: right;
}

table.titulo_1 td.link a {
    font-size: 14px;
    color: #FFFFFF;
}

table.titulo_1 td.link a:hover {
    color: #FAEBD7;
}

/*TÍTULO PRINCIPAL SEM MARGEM*/
table.titulo_10 {
    margin: 0 0 0 0;
}

table.titulo_10 td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px/5px;
    font-weight: bold;
    background: url('table_titulo_bk.png');
    height: 30px;
    color: #FFFFFF;
    text-shadow: #000 1px 1px 2px;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
}

table.titulo_10 td.link {
    text-align: right;
}

table.titulo_10 td.link a {
    font-size: 14px;
    color: #FFFFFF;
}

table.titulo_10 td.link a:hover {
    color: #FAEBD7;
}

/*TÍTULO PRINCIPAL MAIS FINO E SEM MARGEM*/
table.titulo_11 {
    margin: 0 0 0 0;
}

table.titulo_11 td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #F7F8F9;
    height: 30px;
    color: #172B4D;
    text-transform: uppercase;
    padding: 3px 10px 3px 10px;
}

table.titulo_11 td.link {
    text-align: right;
}

table.titulo_11 td.link a {
    font-size: 14px;
    color: #FFFFFF;
}

table.titulo_11 td.link a:hover {
    color: #FAEBD7;
}

div.titulo_11 {
    margin: 0 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #F7F8F9;
    height: 26px;
    color: #172B4D;
    padding: 6px 10px 6px 10px;
}

table.titulo_1 td.link {
    text-align: right;
}

table.titulo_1 td.link a {
    font-size: 14px;
    color: #FFFFFF;
}

table.titulo_1 td.link a:hover {
    color: #FAEBD7;
}

table.titulo_low {
    margin: 0 0 0 0;
    border: 0 0 0 0;
    width: 100%;
    height: 12px;
}

table.titulo_low td {
    font-size: 14px;
    font-weight: bold;
    height: 8px;
    /*background: url('tr_item_0_bk.png');*/
    color: #000;
    padding: 0 0 0 0;
}

table.titulo_sub {
    margin: 0 0 0 0;
    border: 1px solid white;
    border-bottom: none;

}

table.titulo_sub td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px/5px;
    font-weight: bold;
    background: #C3C3C3;
    height: 30px;
    color: #000;
    text-transform: uppercase;
    padding: 3px 10px 3px 10px;
}

table.titulo_sub td.link {
    text-align: right;
}

table.titulo_sub td.link a {
    font-size: 14px;
    color: gray;
}

table.titulo_sub td.link a:hover {
    color: #FAEBD7;
}

/*TÍTULO SECUNDÁRIO*/
table.titulo_2 {
    margin: 0 0 0 0;
}

table.titulo_2 td {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px/5px;
    font-weight: bold;
    background: #F7F8F9;
    height: 30px;
    color: #172B4D;
    text-transform: uppercase;
    padding: 3px 10px 3px 10px;
}

table.titulo_2 td.link {
    text-align: right;
}

table.titulo_2 td.link a {
    font-size: 14px;
    color: #FFFFFF;
}

table.titulo_2 td.link a:hover {
    color: #FAEBD7;
}

/*LINK PADRÃO*/
a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-decoration: none;
    font-size: 14px;
    /*color: #880000;*/
    /*color: #2F30EE;*/
    color: #0C66E4;
    font-weight: normal;
}

a:hover {
    /*color: #333333;*/
    /*color: #880000;*/
    color: #A00100;
    text-decoration: underline;
}

span {
    font-size: 12px;
    color: #FFFFFF;
}

/*PAGINAÇÃO DO WILL_PAGINATE*/
span.disabled {
    font-size: 10px;
}

span.current {
    font-size: 10px;
}

/** PAGINACAO **/
div {
    margin: 0 0 0 0;
}

span.user {
    font-size: 12px;
    color: #44546F;
}

/*DIV PRINCIPAL DO CORPO DO SISTEMA*/
div.conteudo {
    margin: 95px auto 30px auto;
    padding-bottom: 5px;
    width: 90%;
    /*background: url('conteudo_bk.gif') bottom;*/
    /*padding: 0px 10px 10px 0px;*/
}

div.rodape {
    margin: 10px auto;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-decoration: none;
    font-size: 14px;
    /*color: #880000;*/
    /*color: #2F30EE;*/
    color: #333333;
    font-weight: bold;
}

div.border {
    width: 738px;
    border: 6px #F7F8F9 solid;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.border_full {
    width: 100%;
    border: 6px #F7F8F9 solid;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.border_ful {
    width: calc(100% - 10px);
    border: 6px #F7F8F9 solid;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.border_800 {
    width: 800px;
    border: 6px #F7F8F9 solid;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.border_500 {
    width: 500px;
    border: 6px #F7F8F9 solid;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.border_mapa {
    width: auto;
    height: 456px;
    background-color: #FFFFFF;
    overflow: hidden;
    border: 1px #DCDFE4 solid;
    /*A BORDA DO MAPA DEVE SER FINA, QUADRADA E SEM TÍTULO*/
}

div.border_foto {
    width: 100%;
    min-width: 580px;
    height: 100%;
    min-height: 456px;
    border: 1px #DCDFE4 solid;
    background-color: #FFFFFF;
    overflow: hidden;
}

div.border_in {
    margin: 10px;
    
    border: 2px #F7F8F9 solid;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.mapa_horizontal {
    height: 400px;
    width: 760px;
    margin: 20px 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid silver;
}

div.mapa_controles {
    float: left;
    width: 200px;
    height: 400px;
    margin: 10px 10px 10px -25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid silver;
    border-left: none;
    background: #FFF;
}

div.galeria_fotos {
    width: 360px;
    height: auto;
    border: 1px gray solid;
    background-color: #FFFFFF;
}

div.galeria_fotos_float {
    border: 1px solid gray;
    height: auto;
    position: absolute;
    width: auto;
}

div.galeria_fotos_popup {
    border: 1px solid gray;
    height: auto;
    position: fixed;
    width: 352px;
}

div#coluna_direita_float {
    float: right;
    width: 35%;
    padding-right: 1px;
}

div.div_foto {
    display: block;
    float: left;
    position: fixed;
    top: 10px;
    width: 358px;
    margin: 0 0 0 10px;
}

.uppercase {
    text-transform: uppercase;
}

/*CAMPOS DE FORMULÁRIO*/
.campo_texto {
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_auto {
    width: auto;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_auto {
    width: auto;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_padrao {
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_grande {
    width: 400px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_medio {
    width: 200px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_pequeno {
    width: 75px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_digito {
    width: 25px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_login {
    width: 150px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 4px 4px 4px 4px;
}

.campo_texto_digito_disabled {
    width: 25px;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: none;
    font-size: 10px;
    color: #000088;
}

.campo_texto_pequeno_disabled {
    width: 75px;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: none;
    font-size: 14px;
    color: black;
}

.campo_texto_disabled {
    width: 100%;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: none;
    font-size: 14px;
    color: #000000;
}

.campo_texto_medio_disabled {
    width: 200px;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: none;
    font-size: 14px;
    color: #000000;
}

.campo_texto_date {
    width: 163px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo {
    width: 100%;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo_auto {
    width: auto;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo_medio {
    width: 100px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo_grande {
    width: 426px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo_padrao {
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo_pequeno {
    width: 50px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.campo_combo_data {
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.botao_submit_like {
    background: #CCCCCC;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}

.botao_submit {
    cursor: pointer;
    background: #0C66E4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #0C66E4 1px solid;
    font-size: 15px;
    line-height: 15px;
    color: #FFFF;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}

.botao_submit_simples {
    cursor: pointer;
    background: #E9F2FF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #E9F2FF 1px solid;
    font-size: 15px;
    line-height: 15px;
    color: #0C66E6;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}

.botao_submit_disabled {
    background: #CCCCCC;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #969696 1px solid;
    font-size: 10px;
    color: #969696;
}

.botao_login {
    background: #0C66E4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #0C66E4 1px solid;
    font-size: 15px;
    line-height: 15px;
    color: #FFFF;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}

.arquivos::file-selector-button {
    cursor: pointer;
    background: #E9F2FF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #E9F2FF 1px solid;
    font-size: 15px;
    line-height: 15px;
    color: #0C66E4;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}

.area_texto {
    width: auto;
    height: 80px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

.area_texto_grande {
    width: 415px;
    height: 80px;
    background: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #8590A2 1px solid;
    font-size: 14px;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
}

a img {
    border: none
}

div.foto {
    float: left;
    margin: 1px auto 4px;
    width: 358px;
    height: auto;
}

div.foto img.thumb {
    border: 2px solid black
}

div.foto span {
    display: block;
    text-align: center;
}

div.mini_foto {
    float: left;
    margin: 10px 0 35px 6px;
    /*width: 80px;*/
    /*height: 75px;*/
}

div.mini_foto img.thumb {
    border: 2px solid black
}

div.mini_foto span {
    display: block;
    text-align: center;
}

div.observacao_corpo {
    width: 579px;
    overflow: auto;
}

div.observacao_corpo_rodape {
    /* background: url('../assets/tr_item_1_bk.png'); */
    background: #EAE6E3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: #333333 1px solid;
    font-size: 10px;
    color: black;
    text-shadow: RGBA(90, 90, 90, 0.5) 1px 1px 1px;
    padding: 3px 10px;
    text-align: center;
    white-space: nowrap;
    float: left;
    width: auto;
    overflow: hidden;
}

div.observacao_corpo_texto {
    /* background: url('../assets/tr_item_1_bk.png'); */
    background: #EAE6E3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    padding: 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    color: black;
}

div.item_1 {
    /* background: url('../assets/tr_item_1_bk.png'); */
    background: #EAE6E3;
    height: 10px;
}

div.item_2 {
    /* background: url('../assets/tr_item_2_bk.png'); */
    background: #D8D3CF;
    height: 10px;
}

table#coletores tr:hover {
    background-color: #9ab8d3;
    cursor: pointer;
}

table#coletores tr.odd {
    background-color: silver
}

table#coletores tr.odd:hover {
    background-color: #9ab8d3;
    cursor: pointer;
}

table#coletores tr.selected:hover,
table#coletores tr.selected {
    background-color: #4d96e6;
    color: white;
}

table#totais tr:hover {
    background-color: #9ab8d3;
    cursor: pointer;
}

table#totais tr.odd {
    background-color: silver
}

table#totais tr.odd:hover {
    background-color: #9ab8d3;
    cursor: pointer;
}

table#totais tr.selected:hover,
table#coletores tr.selected {
    background-color: #4d96e6;
    color: white;
}

table.tab_ajax tr:hover {
    background-color: #9ab8d3;
    cursor: pointer;
}

table.tab_ajax tr.odd {
    background-color: silver
}

table.tab_ajax tr.odd:hover {
    background-color: #9ab8d3;
    cursor: pointer;
}

table.tab_ajax tr.selected:hover,
table.tab_ajax tr.selected {
    background-color: #4d96e6;
    color: white;
}

table.tab_ajax td.selected:hover,
table.tab_ajax td.selected {
    background-color: #4d96e6;
    color: white;
}

/*
 * NOVA FORMATACAO DE VIEWS USANDO DIV
 * 10/03/2011
 *
 * Iniciado por Nestor
 */

div#conteudo {
    /*padding: 5px;*/
    /*border: 1px solid silver;*/
    padding-top: 10px;
}

div#coluna_esquerda {
    float: left;
    width: 750px;
    margin-right: 10px;
}

div#coluna_esquerda.sem_direita {
    width: 100%;
}

div#coluna_esquerda_meio {
    float: left;
    width: 33%;
}

div#coluna_direita {
    float: right;
    width: calc(100% - 760px);
}

div#coluna_direita_meio {
    float: right;
    width: 33%;
}

/*
div#conteudo div.modulo {
    border: 1px solid silver;
    margin-bottom: 10px;
}
*/

div#coluna_direita div.modulo {
    width: 100%;
    height: 100%;
}

div#coluna_esquerda div.modulo {
    width: auto;
}

div.modulo div.cabecalho {
    margin: 0 0 0 0;
    padding: 6px 4px 6px 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #F7F8F9;
    height: 26px;
    color: #172B4D;
    /*border-radius: 7px; ESTA CONFIGURAÇÃO CAUSOU UM PROBLEMA NA VISUALIZAÇÃO DOS CABEÇALHOS*/
}

span.titulo {
    margin: 0 0 0 0;
    padding: 6px 6px 6px 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F7F8F9;
    height: 26px;
    color: #172B4D;
}

.titulo_igual_titulo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px/5px;
    font-weight: bold;
    color: black;
    text-shadow: dimgray 1px 1px 2px;
    padding: 3px 10px;
}

.titulo_igual_titulo_click_0 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-shadow: RGBA(90, 90, 250, 0.7) 5px 5px 5px;
    padding: 3px 10px;
}

.informacao_rodape {
    /* background: url('../assets/tr_item_1_bk.png'); */
    border: solid 1px RGBA(10, 10, 10, 0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    color: black;
    padding: 3px;
    margin: 0 8px;
    text-align: justify;
    white-space: nowrap;
    width: 960px;
    overflow: visible;
}

div.cabecalho ul.links {
    float: right;
    padding: 0 0 0 0;
    margin: 0;
}

div.cabecalho ul.links li span {
    border: 1px solid gray;
    font-size: 8px;
}

div.cabecalho ul.links li a {
    line-height: 29px;
    padding: 0 10px 0 10px;
}


div.escolha_div_titulo {
    font-weight: bold;
    text-align: right;
    border-bottom: solid;
    padding-right: 5px;
}

div.escolha_div_externa {
    border: solid;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-shadow: dimgray 2px 2px 2px;
    position: absolute;
    left: 35px;
    top: 400px;
    z-index: 9999;
    text-align: center;
    background-color: white;
}

ul.links li {
    list-style: none;
    float: left;
    line-height: 30px;
    padding: 0 0 0 0;
}

ul.links li a {
    text-decoration: none;
    color: #0C66E4;
}

ul.links li a:hover {
    text-decoration: underline;
    color: #0C66E4;
}

#fake_bg {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=75);
    z-index: 9999;
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=75);
    z-index: 999999;
}

/* You can customize to your needs  */
.screen-popup {
    display: none;
    background: whitesmoke;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000000;
    box-shadow: 0 0 20px #999;
    /* CSS3 */
    -moz-box-shadow: 0 0 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0 0 20px #999;
    /* Safari, Chrome */
    border-radius: 3px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */
    ;
}

img.btn_close {
    /* Position the close button */
    float: right;
    margin: -28px -28px 0 0;
}

form.pdf {
    padding-bottom: 0;
}

form.pdf .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.pdf .textbox span {
    display: block;
}

form.pdf p,
form.signin span {
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

form.pdf .textbox input {
    background: #666666;
    border: 1px solid #000000;
    border-right-color: #333333;
    border-bottom-color: #333333;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.pdf input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.pdf input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}


.contorno_input_click:hover {
    cursor: pointer;
}

div.menu_contexto_mapa {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-shadow: dimgray 2px 2px 2px;
    position: fixed;
    left: 1px;
    top: 1px;
    z-index: 9999;
    text-align: center;
    background-color: whitesmoke;
    height: auto;
    width: 200px;
    overflow: hidden;
}

.menu_contexto_mapa_tabela {
    text-align: center;
    border: solid black;
}

.menu_contexto_mapa_cabecalho {
    text-align: center;
    border-bottom: solid;
    border-color: black;
}

.menu_contexto_mapa_fechar {
    border-left: solid;
    border-color: black;
}

.menu_contexto_mapa_item:hover {
    cursor: pointer;
    background: RGBA(0, 0, 254, 0.2);
}

.menu_contexto_mapa_item {
    text-align: left;
    border: none;
}

.button {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#f3f3f3));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #f3f3f3, #dddddd);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #f3f3f3, #dddddd);
    /* Firefox 3.6+ */
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f3, #dddddd);
    /* IE 10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dddddd');
    /* IE < 9 */
    border: 1px #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: 214px;
}

.button:hover {
    background: #ddd;
}

.bloqueio {
    text-align: center;
    border: 2px outset red;
    width: 100%;
    display: table;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 90%;
}

.bloqueio .align_motivo {
    text-align: justify;
    margin: 5px;
}

.bloqueio .motivo_bloqueio {
    border: 1px solid black;
    padding: 2px;
}


/*  Style Mapa  */
#medida {
    border: solid RGBA(100, 100, 100, 0.7);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

#medida_div {
    background-color: RGBA(255, 255, 255, 0.7);
    overflow: hidden;
    border: 1px solid RGBA(0, 0, 0, 0.8);
    border-radius: 10px 10px 10px 10px;
    position: fixed;
    bottom: 10px;
    left: 5px;
    z-index: 9999;
    height: auto;
    width: 100px;
}

#output {
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2em;
}

.label_id {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.8);
}

#Troca_camadas {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    position: fixed;
    top: 180px;
    right: 1px;
    z-index: 9999;
    height: auto;
    width: 200px;
    float: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.85);
}

#divisao {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: rgba(0, 0, 255, 0.50);
    font-size: 0.7em;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#CCC));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #CCC, #000);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #CCC, #000);
    /* Firefox 3.6+ */
    background: -o-linear-gradient(top, #CCC, #000);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCC, #000);
    /* IE 10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#000');
    /* IE < 9 */
}

#imprimir {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: rgba(90, 90, 90, 0.50);
    font-size: 0.7em;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#CCC));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #CCC, #000);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #CCC, #000);
    /* Firefox 3.6+ */
    background: -o-linear-gradient(top, #CCC, #000);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCC, #000);
    /* IE 10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#000');
    /* IE < 9 */
}

/*  Camadas Mapa  */
.legenda_layers_tabela {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

#legenda_layers_tabela:hover {
    cursor: move;
}

.legenda_layers_titulo {
    font-weight: bolder;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: rgba(0, 0, 255, 0.50);
    font-size: 0.7em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#CCC));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #CCC, #000);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #CCC, #000);
    /* Firefox 3.6+ */
    background: -o-linear-gradient(top, #CCC, #000);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCC, #000);
    /* IE 10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#000');
    /* IE < 9 */
}

.legenda_layers_fundo {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
    user-select: none;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    background-color: black;
    opacity: 0.9;
}

tr.divisao {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: #757575;
    font-size: 0.7em;
    font-weight: bold;
    -moz-user-select: none;
    user-select: none;
}

.check_legenda_ {
    width: 1%;
    padding: 0;
    margin: 0;
}

.check_legenda_2 {
    padding: 1px;
    margin: 0;
}



/***** Tabs *****/
#conteudo .tabs {
    height: 2.6em;
    margin-bottom: 1.2em;
    position: relative;
    overflow: hidden;
}

#conteudo .tabs ul {
    margin: 0;
    position: absolute;
    bottom: 0;
    padding-left: 0.5em;
    width: 2000px;
    border-bottom: 1px solid #808080;
}

#conteudo .tabs ul li {
    float: left;
    list-style-type: none;
    white-space: nowrap;
    margin-right: 4px;
    background: #fff;
    position: relative;
    margin-bottom: -1px;
}

#conteudo .tabs ul li a {
    display: block;
    font-size: 0.9em;
    text-decoration: none;
    line-height: 1.3em;
    padding: 4px 6px 4px 6px;
    border: 1px solid #ccc;
    border-bottom: #bbbbbb;
    background-color: #f6f6f6;
    color: #999;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#conteudo .tabs ul li a:hover {
    background-color: #ffffdd;
    text-decoration: none;
}

#conteudo .tabs ul li a.selected {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-bottom: #fff;
    color: #444;
}

#conteudo .tabs ul li a.selected:hover {
    background-color: #fff;
}

div.tabs-buttons {
    position: absolute;
    right: 0;
    width: 48px;
    height: 24px;
    background: white;
    bottom: 0;
    border-bottom: 1px solid #bbbbbb;
}

button.tab-left,
button.tab-right {
    font-size: 0.9em;
    cursor: pointer;
    height: 24px;
    border: 1px solid #ccc;
    border-bottom: #bbbbbb;
    position: absolute;
    padding: 4px;
    width: 20px;
    bottom: -1px;
}

button.tab-left {
    right: 20px;
    background: #eeeeee url(bullet_arrow_left.png) no-repeat 50% 50%;
    border-top-left-radius: 3px;
}

button.tab-right {
    right: 0;
    background: #eeeeee url(bullet_arrow_right.png) no-repeat 50% 50%;
    border-top-right-radius: 3px;
}

a.link_imagem_mostrar {
    background: url("icons/icons8-document-32.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_mostrar:hover {
    border-bottom: 1px solid gray;
}

a.link_imagem_alterar {
    background: url("icons/icons8-pen-32.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_alterar:hover {
    border-bottom: 1px solid gray;
}

a.link_imagem_executar {
    background: url("icons/play.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_executar:hover {
    border-bottom: 1px solid gray;
}

a.link_imagem_excluir {
    background: url("icons/icons8-delete-32.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_excluir:hover {
    border-bottom: 1px solid gray;
}

a.link_imagem_clonar {
    background: url("icons/clone.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_clonar:hover {
    border-bottom: 1px solid gray;
}

a.link_imagem_cancelar {
    background: url("icons/icons8-cancel-32.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_cancelar:hover {
    border-bottom: 1px solid gray;
}

a.link_imagem_descancelar {
    background: url("icons/return.png") no-repeat;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    border-bottom: 1px solid RGBA(0, 0, 0, 0);
}

a.link_imagem_descancelar:hover {
    border-bottom: 1px solid gray;
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left
}

.ui-multiselect span.ui-icon {
    float: right
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px
}

.ui-multiselect-header ul {
    font-size: 0.9em
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0
}

.ui-multiselect-header a {
    text-decoration: none
}

.ui-multiselect-header a:hover {
    text-decoration: underline
}

.ui-multiselect-header span.ui-icon {
    float: left
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0
}

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left
}

.ui-multiselect-checkboxes {
    position: relative
        /* fixes bug in IE6/7 */
    ;
    overflow-y: auto
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding-right: 3px
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
    border: none
}

.fieldset {
    border: 2px solid grey;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    background-color: #f9f9f9;
}

.fieldset legend {
    font-weight: bold;
    padding: 0 10px;
    color: #172B4D;
}

#modulo-CustomTable {
    background-color: white;
}

#modulo-CustomTableGrupo {
    background-color: #F7F8F9;
}

#modulo-Teste1CustomField {
    background-color: #F7F8F9;
}

#modulo-CustomTableGrupo {
    background-color: #F7F8F9;
}

#as_tabs {
    background: #F7F8F9;
}

.tabela-borda-parcial-topo {
    border-left: 1px solid #DCDFE4;
    border-top: 1px solid #DCDFE4;
    border-right: 1px solid #DCDFE4;
    border-bottom: none;
}

.tabela-borda-parcial-baixo {
    border-left: 1px solid #DCDFE4;
    border-top: none;
    border-right: 1px solid #DCDFE4;
    border-bottom: 1px solid #DCDFE4;
}

.botao_submit_ficheiro {
    cursor: pointer;
    background: #f7f8f9;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border: 1px solid #DCDFE4;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: bold;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}

.borda_interna {
    padding: 2px;
    border: 1px solid #DCDFE4;
}

.tabela_pesquisa {
    border: #000 solid 0px;
    padding: 0px;
    vertical-align: middle;
}
.tabela_pesquisa td {
  padding: 0;
}

.tabela_pesquisa td + td {
  padding-left: 7px;
}

.botao_pesquisa {
  background-color: #0C66E4;
  border: 1px solid #0C66E4;
  color: white;
  height: 24px;
  width: 30px;
  padding: 0;
  border-radius: 7px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.botao_pesquisa i {
  font-family: FontAwesome;
}

.tabela_registros_personalizados {
    border: #000 solid 1px;
    margin: 20px 5px 5px 5px;
    width: 100%;
}

.tabela_registros_personalizados tr.item_0 {
    color: #172B4D;
    height: 40px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
