/*Configurações gerais da página--------*/
html,
body {
    padding: 0;
    height: 100%;
    margin: 0;
}

body {
    background: #f2f2f2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

img {
    border: 0;
}

/*Estrutura da página---------------------*/
#tudo {
    min-height: 100%;
    position: relative;
}

* html #tudo {
    height: 100%;
    /* hack para IE6 que trata height como min-height */
}

#topo {
    margin: left;
    height: 50px;
    background-image: linear-gradient(to bottom, #000, #000);
    background-repeat: repeat;
    background-position: top left;
}

#topo .centro {
    width: 100%;
    margin: 0 auto;
}

#topo .centro .user {
    color: #FFF;
    font-weight: bold;
    float: right;
    margin: 7px 15px 0 0;
    text-align: right;
}

#topo .centro .user a {
    color: #FFF4CC;
    text-decoration: none;
}

#topo .centro .user a:hover {
    color: #FF9900;
}

#menu {
    background: #000;
    border-bottom: 1px solid #D1D1D1;
}

#menu .centro {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#conteudo {
    padding-bottom: 30px;
}

#conteudo_centro {
    margin: 0 auto;
    width: 940px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    margin-top: 10px;
    padding: 15px;
}

@media (max-width: 950px) {
    #conteudo_centro {
        width: 100%;
        box-sizing: border-box;
    }
}

#rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to bottom, #000, #000);
}

#topo_iframe {
    margin: left;
    height: 30px;
    width: calc(100% + 20px);
    background: #000;
    margin: 0 0 0 -15px;
    color: #FFF;
    padding: 10px 0 0 10px;
    font-size: 16px;
}

#rodape_iframe {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    background: #000;
    padding-top: 5px;
    margin: 0 0 0 -15px;
}

/*----------------*/

.titulo1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000;
}

.titulo2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #AAA;
    border-bottom: 1px solid #D1D1D1;
    padding: 0 0 5px 5px;
}

/*----------------*/
.tb_dados {
    border: 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #BBB;
    -moz-box-shadow: 0px 0px 10px #BBB;
    -webkit-box-shadow: 0px 0px 5px #BBB;
}

.tb_dados th {
    background-image: linear-gradient(to bottom, #000, #000);
    color: #FFF;
    padding: 10px 7px 10px 7px;
    border-left: 1px solid #000;
    text-align: left;
}

.tb_dados th.orden {
    background-image: url(../_imgs/ico_white/ico_orden.png), linear-gradient(to bottom, #000, #000);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.tb_dados th.orden_asc {
    background-image: url(../_imgs/ico_white/ico_orden_asc.png), linear-gradient(to bottom, #000, #000);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.tb_dados th.orden_desc {
    background-image: url(../_imgs/ico_white/ico_orden_desc.png), linear-gradient(to bottom, #000, #000);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.tb_dados th:first-child {
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}

.tb_dados th:last-child {
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-right: 1px solid #000;
}

.tb_dados tr:nth-child(odd),
table.zebra tr:nth-child(odd) {
    background: #FFF;
}

.tb_dados tr:nth-child(even),
.over,
table.zebra tr:nth-child(even) {
    background: #ECECEC;
}

.tb_dados td {
    padding: 10px 7px 10px 7px;
    border: 1px solid #D1D1D1;
    border-right: 0;
    border-top: 0;
}

.tb_dados td:last-child {
    border-right: 1px solid #D1D1D1;
}

.tb_dados tr.rodape td {
    padding: 0 7px 2px 7px;
    border: 1px solid #D1D1D1;
    border-top: 0;
    text-align: left;
    background-image: linear-gradient(to bottom, #EEE, #FFF);
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    text-align: center;
}

.tb_dados .load td {
    background: #EEE;
    color: #CCC;
}

.tb_dados #dados .over {
    background: #DDD;
}

/*----------------*/
.tb_dados_campo {
    width: 100%;
    padding: 0;
    font-size: 10px;
    font-family: verdana;
}

.tb_dados_campo tr:nth-child(odd) {
    background: #FFF;
}

.tb_dados_campo tr:nth-child(even) {
    background: #FAFAFA;
}

.tb_dados_campo td {
    padding: 10px 7px 10px 7px;
}


.tb_dados2 tr:nth-child(odd) {
    background: #FFF;
}

.tb_dados2 tr:nth-child(even) {
    background: #ECECEC;
}

.etiqueta {
    color: #FFF;
    background-color: ',convert(`E`.`COR` using utf8),';
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 3px;
    text-wrap-mode: nowrap;
}