html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial;
    font-size: 13px;
    background-color: #f2f2f2;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #0071BB;
    cursor: default;
}

a:hover {
    text-decoration: underline;
}

a[href], a.linque {
    cursor: pointer;
}

a.linque {
    display: inline-block;
    height: 22px;
    line-height: 22px;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
/ / color: #0071BB;
    text-align: left;
    height: 20px;
    line-height: 20px;
}

select {
    border: 1px solid #CCC;
    height: 22px;
    line-height: 22px;
    outline: none;
    vertical-align: top;
}

select:disabled {
    background-color: #EBEBE4;
}

input[type="text"], input[type="password"] {
    border: 1px solid #CCC;
    height: 18px;
    line-height: 18px;
    outline: none;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
    width: 150px;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="text"].matricula {
    width: 70px;
}

input[type="text"].cpf {
    width: 95px;
}

input[type="text"].nome {
    width: 300px;
}

input[type="text"].email {
    width: 300px;
}

input[type="text"].data {
    width: 70px;
    text-align: center;
}

input[type="text"].erro, input[type="password"].erro, select.erro {
    border: 1px solid lightcoral;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
}

textarea {
    outline: none;
    font-family: Arial;
    font-size: 13px;
    border: 1px solid #CCC;
}

.obrigatorio input[type="text"]:hover:not([disabled]),
.obrigatorio input[type="password"]:hover:not([disabled]),
.obrigatorio select:hover:not([disabled]),
.obrigatorio textarea:hover:not([disabled]),
.obrigatorio input[type="text"]:focus,
.obrigatorio input[type="password"]:focus,
.obrigatorio select:focus,
.obrigatorio textarea:focus,
.obrigatorio:hover:not(div),
.obrigatorio:focus:not(.erro) {
    border: 1px solid gold;
}

#cabecalho {
    width: calc(100% - 80px);
    height: 60px;
    margin-left: 45px;
    margin-right: 45px;
}

#logo {
    float: left;
    width: 201px;
    height: 49px;
    background-color: blue;
    background: url(https://suporte.correios.com.br/gst/interno/_img/logo.png) no-repeat center;
    margin-top: 7px;
}

#menu_superior {
    height: 100%;
    float: right;
}

#menu_superior .itens {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

#menu_superior .itens a {
    display: inline-block;
    margin-left: 10px;
}

#menu_superior .usuario {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

#geral {
    /*width: calc(100% - 80px);*/
    height: calc(100% - 110px);
    margin: 10px 0px 10px 0px;
    box-shadow: 0px 5px 5px #AAA;
    background-color: white;
}

#rodape {
    height: 24px;
    line-height: 24px;
    text-align: center;
}

#barra_principal {
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #369;
    font-weight: normal;
    background: linear-gradient(white, #f2f2f2);
}

#titulo_sistema {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 238px;
    overflow: hidden;
    text-align: center;
}

#msg {
    float: left;
    height: 35px;
    line-height: 35px;
    width: calc(100% - 238px);
    text-align: center;
    overflow: hidden;
    cursor: default;
}

.msg {
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
}

#msg .sucesso, #msg .erro, #msg .alerta, #msg .informacao, .msg .sucesso, .msg .erro, .msg .alerta, .msg .informacao {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    color: black;
    font-size: 13px;
    vertical-align: top;
}

#msg .sucesso, .msg .sucesso {
    background: url(https://suporte.correios.com.br/gst/interno/_img/msg_sucesso.png) no-repeat 3px 3px;
}

#msg .erro, .msg .erro {
    background: url(https://suporte.correios.com.br/gst/interno/_img/msg_erro.png) no-repeat 5px 3px;
}

#msg .alerta, .msg .alerta {
    background: url(https://suporte.correios.com.br/gst/interno/_img/msg_alerta.png) no-repeat 5px 3px;
}

#msg .informacao, .msg .informacao {
    background: url(https://suporte.correios.com.br/gst/interno/_img/msg_informacao.png) no-repeat 5px 3px;
}

div.buscador {
    margin-top: 5px;
    margin-left: 10px;
}

div.buscador > a.search {
    vertical-align: bottom;
}

div.buscador.oculto {
    display: none;
}

#menu_esquerdo, #area_direita {
    float: left;
    height: calc(100% - 35px);
}

#menu_esquerdo {
    width: 238px;
    overflow: auto;
}

#menu_esquerdo ul {
    list-style: none;
    padding: 0px 10px 0px 10px;
}

#menu_esquerdo ul ul {
    display: none;
}

#menu_esquerdo ul ul.expandido {
    display: block;
}

#menu_esquerdo ul li {
    display: block;
    padding: 5px 0px 5px 10px;
    border-top: 1px solid #99cccc;
}

#menu_esquerdo a {
    color: black;
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/expandir_menu.png) no-repeat 0px 4px;
}

#menu_esquerdo a.search {
    display: inline-block;
    margin: 1px;
    width: 20px;
    height: 20px;
    background: url(https://suporte.correios.com.br/gst/core/templates/gst/img/search.svg) no-repeat center;
}

#menu_esquerdo a.expandido {
    background: url(https://suporte.correios.com.br/gst/interno/_img/retrair_menu.png) no-repeat 0px 4px;
}

#menu_esquerdo a[href] {
    color: #0071BB;
    cursor: pointer;
    padding-left: 0px;
    background: white;
}

#menu_esquerdo a[href]:hover {
    text-decoration: underline;
}

#menu_esquerdo ul li:last-child {
    border-bottom: 1px solid #99cccc;
}

#menu_esquerdo ul li li, #menu_esquerdo ul li li:last-child {
    border: none;
    padding: 8px 0 0 0;
}

#area_direita {
    width: calc(100% - 248px);
    margin-left: 10px;
}

#trilha {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
}

#trilha a {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

#corpo {
    height: calc(100% - 30px);
    overflow: auto;
    text-align: center;
}

form, div.form {
    margin: 0 10px 0 0;
    padding: 20px 20px 10px 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    text-align: left;
}

form h2, div.form h2 {
    margin-bottom: 20px;
}

form.c, div.form.c {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

label {
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
    display: inline-block;
}

form label, div.form label {
    text-align: right;
    margin-bottom: 2px;
}

form .campo, div.form .campo {
    display: inline-block;
    margin-bottom: 2px;
}

.botoes {
    clear: both;
    text-align: center;
}

form .botoes, div.form .botoes {
    text-align: right;
    margin-top: 5px;
}

.botao {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #084f7c;
    padding: 0 10px 0 10px;
    cursor: default;
    text-align: center;
    color: white;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 2px;
    vertical-align: top;
}

.botao:hover {
    background-color: #0a6096;
    text-decoration: none;
    cursor: pointer;
}

.botao:active {
    background-color: #064063;
}

table {
    border-collapse: collapse;
    margin: auto;
    margin-bottom: 10px;
}

table tr.noshow {
    display: none;
}

table tr th {
    background-color: #006698;
    padding: 6px;
    color: white;
    font-size: 11px;
    border-top: 1px solid #222;
    text-align: left;
}

table tr th:first-child {
    border-left: 1px solid #222;
}

table tr th:last-child {
    border-right: 1px solid #222;
}

table tr th.head {
    background: #006698 url(https://suporte.correios.com.br/gst/interno/_img/sort.gif) 6px center no-repeat;
    cursor: pointer;
    padding-left: 18px
}

table tr th.desc {
    background: #084f7c url(https://suporte.correios.com.br/gst/interno/_img//desc.gif) 6px center no-repeat;
    cursor: pointer;
    padding-left: 18px
}

table tr th.asc {
    background: #084f7c url(https://suporte.correios.com.br/gst/interno/_img//asc.gif) 6px center no-repeat;
    cursor: pointer;
    padding-left: 18px
}


table tr td {
    height: 21px;
    line-height: 21px;
    border-bottom: 1px solid #ccc;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}

table tr td:first-child {
    border-left: 1px solid #ccc;
}

table tr td:last-child {
    border-right: 1px solid #ccc;
}

table tr:hover td {
    background-color: #FFD;
}

table tr.ultimo_sd {
    background-color: #ccc;
}

table tr.ultimo_hist {
    background-color: #FFD;
}

table tr td.numero {
    text-align: right;
}

table tr td.acao .adicionar_item {
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat 0px 0px;
}

table tr td.acao .adicionar_item:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat -23px 0px;
}

table tr td.acao .adicionar_item:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat -46px 0px;
}

table tr td.acao {
    height: 21px;
    width: 23px;
    padding-left: 0;
    padding-right: 0;
}

table tr td.acao a {
    float: left;
    height: 21px;
    width: 23px;
    margin: 0px;
}

table tr td.acao .alterar {
    background: url(https://suporte.correios.com.br/gst/interno/_img/alterar.png) no-repeat 0px 0px;
}

table tr td.acao .alterar:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/alterar.png) no-repeat -23px 0px;
}

table tr td.acao .alterar:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/alterar.png) no-repeat -46px 0px;
}

table tr td.acao .alterar_desabilitado {
    background: url(https://suporte.correios.com.br/gst/interno/_img/alterar_desabilitado.png) no-repeat 1px -1px;
}

table tr td.acao .detalhar {
    background: url(https://suporte.correios.com.br/gst/interno/_img/detalhar.png) no-repeat 0px 0px;
}

table tr td.acao .detalhar:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/detalhar.png) no-repeat -23px 0px;
}

table tr td.acao .detalhar:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/detalhar.png) no-repeat -46px 0px;
}

table tr td.acao .excluir {
    background: url(https://suporte.correios.com.br/gst/interno/_img/excluir.png) no-repeat 0px 0px;
}

table tr td.acao .excluir:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/excluir.png) no-repeat -23px 0px;
}

table tr td.acao .excluir:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/excluir.png) no-repeat -46px 0px;
}

table tr td.acao .imprimir {
    background: url(https://suporte.correios.com.br/gst/interno/_img/imprimir.png) no-repeat 0px 0px;
}

table tr td.acao .imprimir:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/imprimir.png) no-repeat -23px 0px;
}

table tr td.acao .imprimir:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/imprimir.png) no-repeat -46px 0px;
}

table tr td.acao .ativo {
    background: url(https://suporte.correios.com.br/gst/interno/_img/ativo_inativo.png) no-repeat 0px 0px;
}

table tr td.acao .ativo:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/ativo_inativo.png) no-repeat -23px 0px;
}

table tr td.acao .ativo:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/ativo_inativo.png) no-repeat -46px 0px;
}

table tr td.acao .inativo {
    background: url(https://suporte.correios.com.br/gst/interno/_img/ativo_inativo.png) no-repeat -69px 0px;
}

table tr td.acao .inativo:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/ativo_inativo.png) no-repeat -92px 0px;
}

table tr td.acao .inativo:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/ativo_inativo.png) no-repeat -115px 0px;
}

table tr td.acao .aceitar {
    background: url(https://suporte.correios.com.br/gst/interno/_img/aceitar_recusar.png) no-repeat 0px 0px;
}

table tr td.acao .aceitar:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/aceitar_recusar.png) no-repeat -23px 0px;
}

table tr td.acao .aceitar:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/aceitar_recusar.png) no-repeat -46px 0px;
}

table tr td.acao .recusar {
    background: url(https://suporte.correios.com.br/gst/interno/_img/aceitar_recusar.png) no-repeat -69px 0px;
}

table tr td.acao .recusar:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/aceitar_recusar.png) no-repeat -92px 0px;
}

table tr td.acao .recusar:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/aceitar_recusar.png) no-repeat -115px 0px;
}

table tr td.acao .email {
    background: url(https://suporte.correios.com.br/gst/interno/_img/email.png) no-repeat 0px 0px;
}

table tr td.acao .email:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/email.png) no-repeat -23px 0px;
}

table tr td.acao .email:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/email.png) no-repeat -46px 0px;
}

table tr td.acao .adicionar_item {
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat 0px 0px;
}

table tr td.acao .adicionar_item:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat -23px 0px;
}

table tr td.acao .adicionar_item:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat -46px 0px;
}

table tr td.acao .lupa {
    background: url(https://suporte.correios.com.br/gst/interno/_img/lupa_padrao.png) no-repeat center;
}

table tr td.acao .empresa {
    background: url(https://suporte.correios.com.br/gst/interno/_img/i.png) no-repeat center;
    width: 30px;
}

table tr td.acao .xls {
    background: url(https://suporte.correios.com.br/gst/interno/_img/excel_novo.png) no-repeat center;
}

table tr td.acao .pasta {
    background: url(https://suporte.correios.com.br/gst/interno/_img/os.png) no-repeat 0px 0px;
}

table tr td.acao .pasta:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/os.png) no-repeat -23px 0px;
}

table tr td.acao .pasta:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/os.png) no-repeat -46px 0px;
}

.carregando {
    height: 20px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/loading-int.gif) no-repeat center;
}

.metade {
    float: left;
    height: 100%;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
}

.metade_horizontal {
    float: left;
    width: 100%;
    height: 50%;
    margin: 0;
    box-sizing: border-box;
    overflow: auto;
}

.janela {
    display: none;
    background-color: white;
    border: 1px solid #333;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.janela h1 {
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
}

.janela h1 .excluir {
    float: right;
    width: 23px;
    height: 21px;
    margin: 2px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/janela_excluir.png) 0px 0px;
}

.janela h1 .excluir:hover {
    background: url(https://suporte.correios.com.br/gst/interno/_img/janela_excluir.png) -23px 0px;
}

.janela h1 .excluir:active {
    background: url(https://suporte.correios.com.br/gst/interno/_img/janela_excluir.png) -46px 0px;
}

.janela .corpo {
    height: calc(100% - 30px);
    padding: 0px 5px 0px 5px;
}

#vidro {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0.50;
    display: none;
    z-index: 0;
}

.botao_ajuda {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    background-color: #084f7c;
    padding: 0 10px 0 10px;
    cursor: default;
    text-align: center;
    color: white;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    background: url(https://suporte.correios.com.br/gst/interno/_img/i_.png) no-repeat center;
    margin-top: 0;
    width: 1px;
}

.botao_ajuda:hover {
    text-decoration: none;
    background-color: white;
}

.botao_ajuda:active {
    background-color: white;
}

a.search {
    display: inline-block;
    margin: 1px;
    width: 20px;
    height: 20px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/search.png) no-repeat center;
}

a.adicionar_item {
    display: inline-block;
    margin: 1px;
    width: 23px;
    height: 21px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/adicionar_item.png) no-repeat center;
}

a.excluir {
    display: inline-block;
    margin: 1px;
    width: 23px;
    height: 21px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/excluir.png) no-repeat center;
}

a.print {
    display: inline-block;
    margin: 1px;
    width: 22px;
    height: 21px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/print.png) no-repeat center;
}

a.excel {
    display: inline-block;
    margin: 0px;
    width: 20px;
    height: 22px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/excel_novo.png) no-repeat center;
}

a.pdf {
    display: inline-block;
    margin: 0px;
    width: 20px;
    height: 22px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/stock_save_pdf.png) no-repeat center;
}

a.pdf:hover,
a.detalhar:hover,
a.search:hover,
a.alterar:hover,
a.imprimir:hover,
a.print:hover,
a.excel:hover,
a.download:hover,
a.delete:hover,
a.opcoes:hover,
a.limpar:hover,
a.pasta:hover,
a.inativo:hover,
a.ativo:hover,
a.alterar_desabilitado:hover, a.excluir:hover, a.adicionar_item:hover {
    cursor: pointer;
}

label.file, label.foto {
    display: inline-block;
    height: 20px;
    width: 28px;
    line-height: 27px;
    background-color: lightgoldenrodyellow;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    margin: 0px;
    vertical-align: top;
}

label.file:hover, label.foto:hover {
    border: 1px solid #a7a7a7;
}

label.file {
    background: url(https://suporte.correios.com.br/gst/interno/_img/clip.png) no-repeat center #ededed;
}

label.foto {
    background: url(https://suporte.correios.com.br/gst/interno/_img/foto.png?2) no-repeat center #ededed;
}

label.file:hover {
    border: 1px solid #a7a7a7;
}

input[type="file"] {
    display: none;
}

a.download, a.delete {
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1px 0px 1px 0px;
    vertical-align: top;
    border: 1px solid #dfdfdf;
    background-color: #ededed;
    margin: 0px;
    border-radius: 2px;
}

a.download {
    width: 20px;
    background-image: url(https://suporte.correios.com.br/gst/interno/_img/download.png);
}

a.delete {
    width: 20px;
    background-image: url(https://suporte.correios.com.br/gst/interno/_img/tiny_delete.png);
}

a.pasta {
    display: inline-block;
    margin: 1px;
    width: 20px;
    height: 20px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/pasta.png) no-repeat center;
}

a.limpar {
    display: inline-block;
    margin: 1px;
    width: 20px;
    height: 20px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/limpar.png) no-repeat center;
}

a.download:hover, a.delete:hover {
    border: 1px solid #a7a7a7;
}

.rolagem_ajustada {
    margin-left: 16px;
}

div.rolagem {
    margin-left: 16px;
    overflow: scroll;
    overflow-x: hidden;
}

pre.printr {
    text-align: left;
    font-size: 13px;
}


.calendario {
    font-size: 12px;
    font-family: Arial;
    width: 154px;
    border: 1px solid #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 2;
}

.calendario .controles {
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.calendario .controles .mes {
    float: left;
    height: 100%;
    width: 122px;
    box-sizing: border-box;
    padding-left: 5px;
}

.calendario .controles .mes_anterior, .calendario .controles .mes_seguinte {
    float: left;
    height: 100%;
    width: 16px;
}

.calendario .controles .mes_anterior {
    background: url(https://suporte.correios.com.br/gst/interno/_img/mes_anterior.png) center no-repeat;
}

.calendario .controles .mes_seguinte {
    background: url(https://suporte.correios.com.br/gst/interno/_img/mes_seguinte.png) center no-repeat;
}

.calendario .controles .mes_anterior:hover, .calendario .controles .mes_seguinte:hover {
    background-color: #eee;
}

.calendario .dias_semena {
    height: 22px;
}

.calendario .dias_semana .dia_semana {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    text-align: center;
    float: left;
    text-decoration: none;
    color: black;
}

.calendario .dias {
    height: 154px;
}

.calendario .dias .dia {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    text-align: center;
    float: left;
    text-decoration: none;
    color: black;
}

.calendario .dias .dia:hover {
    background-color: #eee;
}

.calendario .dia.outro_mes {
    color: #999;
}

.calendario .dia.outro_mes:hover {
    color: black;
}

@media (max-width: 1366px) {
    select {
        font-size: 10px;
    }
}

#cabecalho, #geral {
/ / width: 1366 px;
    margin-left: auto;
    margin-right: auto;
}

a.opcoes {
    text-decoration: none;
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(https://suporte.correios.com.br/gst/interno/_img/opcoes.png) center no-repeat;
    vertical-align: top;
}

div.clear {
    clear: both;
}

.frente {
    display: inline-block;
}

#gst_dica {
    position: absolute;
    max-width: 450px;
    padding: 5px;
    border: 1px solid #999;
    text-align: left;
    background-color: white;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
/ / white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #888;
    -webkit-box-shadow: 0px 0px 4px #888;
    box-shadow: 0px 0px 4px #888;
    background-image: -moz-linear-gradient(top, #F8F8F8, #D0D0D0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #D0D0D0));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #D0D0D0);
    background-image: -moz-linear-gradient(top, #F8F8F8, #D0D0D0);
    background-image: -ms-linear-gradient(top, #F8F8F8, #D0D0D0);
    background-image: -o-linear-gradient(top, #F8F8F8, #D0D0D0);
}

.abas {
    display: none;
}

div.abas {
    height: 100%;
}

div.abas > menu {
    margin: 0;
    padding: 0;
    height: 20px;
}

div.abas > menu a {
    float: left;
    border: 1px solid #CCC;
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    background: linear-gradient(white, #f2f2f2);
}

div.abas > menu a:last-child {
    border-right: 1px solid #CCC;
    border-top-right-radius: 2px;
}

div.abas > menu a:first-child {
    border-top-left-radius: 2px;
}

div.abas > menu a.selecionada {
    background-color: #e1f1f9;
    background: linear-gradient(#f2f2f2, #DDD);
}

div.abas > section {
    border: 1px solid #CCC;
    height: calc(100% - 22px);
}

div.abas > section > div {
    display: none;
    padding: 10px;
}

.grid {
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
    padding: 10px;
}

#ctnSearchResult {
    overflow: scroll;
    max-height: 640px;
    overflow-x: hidden;
}

#ctnSearchResult > table > thead > tr > th {
    position: sticky;
    top: 0;
}

@media (min-width: 1024px) {
    .texto-longo-uma-linha {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

