.hide {
    display: none
}

.show {
    display: ''
}

acronym {
    font-weight: bold;
    color: #FF0000;
}

.erro {
    color: #FF0000;
    font-size: 14px;
}

.sucesso {
    color: green;
    font-size: 14px;
}

.nowrap  {
    white-space: nowrap;
}

body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center top;

    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 12px;
    color: #000;
}

table, th, tr, td {
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 12px;
    color: #000;
}

a:link, a:visited {
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #004174;
    text-decoration: underline;
}

input {
    border: solid 1px #999999;
}

input, select, textarea {
    box-sizing: border-box;
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 12px;
}

table#centro {
    width: 100%;
    margin: auto;
}

.divCadastro {
    min-width: 1030px;
    max-width: 1580px;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.divCadastro table#centro {
    width: 100%;
}

#retorno, #retorno_gestoes, #retorno_gestoes_nomeados, #retorno_comissoes,#retorno_dam {
    min-width: 1030px;
    max-width: 1580px;
    width: 100%;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    margin: 0 auto;
}
#retorno_dam{
    width: 100% !important;
}

#placet_msg {
    min-width: 1030px;
    max-width: 1580px;
    width: 100%;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
    padding-top: 10px;
}

#fecharLOJAS {
    text-align: right;
    width: 975px;
    position: absolute;
    margin: auto;
    top: 415px;
}

.spanFechar {
    background-color: #990000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: #FFFFFF;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
}

.linksListagem a:link, .linksListagem a:visited {
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    color: #000;
    text-decoration: none;
}

/* PAGINACAO */
.paginacao td a:link, .paginacao td a:visited {
    border: 1px solid #FFF;
    background-color: #FFFFFF;
    font-size: 10px;
    color: #CCCCCC;
    height: 12px;
    width: 17px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.paginacao td a:hover {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 10px;
    color: #005F9C;
    height: 12px;
    width: 17px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.paginacao th {
    border: 1px solid #FFF;
    background-color: #CCCCCC;
    font-size: 10px;
    color: #FFFFFF;
    height: 12px;
    width: 17px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

table#dados_irmao {
    width: 100%;
    border: 0;
}

table#dados_irmao td {
    border: 1px solid #000000;
}

table#semborda {
    border: none;
}

table#semborda td {
    border: none;
}

.boletim, .boletim * {
    font-size: 15px;
}

.boletim {
    margin: 10px;
    line-height: 1;
}

.boletim p {
    margin: 0 0 10px 0;
}

.boletim .titulo {
    font-weight: bold;
    text-decoration: underline;
    background: #999;
    padding: 2px;
}

.boletim .titulo.claro {
    background: #ccc;
}

.boletim .borda {
    border: 1px solid #000;
    padding: 2px;
}

.boletim .tabela {
    border-collapse: collapse;
}

.boletim .tabela td {
    border: 1px solid #000;
}

/*
        AVISOS
*/
#avisos {
    overflow: auto;
    position: fixed;
    top: 10%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
    width: 680px;
    min-height: 280px;
    font-family: Verdana, sans-serif;
    background-color: #f2dede;
    padding: 15px;
    border: 1px solid #ebccd1;
    z-index: 10;
}
#avisos_fechar {
    transform: translate(-50%, 0);
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 15;
    width: 650px;
    text-align: right;
    padding: 15px;
}
#avisos, #avisos * {
    font-size: 14px;
    color: #a94442;
}
#avisos strong {
    font-size: 16px
}

.tabela_grupos, .tabela_itens {
    margin-bottom: 10px;
}

.table tr th {
    background: #EFEFEF;
    text-align: left;
    font-weight: bold;
}
.table tr:nth-child(odd) td{
    background: #F6F6F6
}



/*
        DESTAQUES
*/
.destaques {
    width: 976px;
    height: 465px;
    position: relative;
    background: #303D45;
    overflow: hidden;
}
.destaque {
    height: 465px;
    float: left;
    color: #FFF;
}
.destaque .texto {
    float: left;
    width: 300px;
    height: 400px;
    text-align: right;
}
.destaque .texto span {
    font-size: 12px;
}
.destaque .texto div {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    padding: 20px;
}
.destaque .img {
    width: 676px;
    height: inherit;
    float: right;
    background: #FFF;
    position: relative;
}
.destaque .texto h2 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
}
.destaque .texto p {
    font-size: 15px;
    margin-bottom: 0px;
}
.destaque .texto a {
    color: #FFF;
    text-decoration: none;
}
.destaque .texto a:hover {
    text-decoration: underline;
}
.destaques .seta {
    position: absolute;
    left: -5px;
    top: 110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #303D45 transparent;
    transform: rotate(90deg);
}
.destaques .controles {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 50px;
}
.destaques .anchor {
    text-align: center;
}
.destaques .anchor a {
    display: inline-block;
    border: 1px solid #CCC;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    overflow: hidden;
    text-indent: -500px
}
.destaques .anchor a.selected, .destaques .anchor a:hover {
    border: 2px solid #FFF;
    margin-bottom: -1px;
}
.destaques a.next, a.prev {
    position: absolute;
    top: 0;
    background: url(../imgs/layout/sprite.png);
    width: 16px;
    height: 30px;
    background-position: 0 0;
}
.destaques .next {
    right: 10px;
    transform: rotate(180deg);
}
.destaques .prev {
    left: 10px;
}
.destaques .controles .timer {
    position: absolute;
    background: #CCC;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
        MODULOS
        LISTAGEM EM SLIDES E GALERIA
*/
.galeriabg {
    background: #C0C4C7;
    padding: 20px;
}
#slides {
    height: 160px;
    padding: 10px 0 0 0;
    margin: 0 auto 0 auto;
    width: 80%;
    text-align: center;
    position: relative;
    background-color: #C0C4C7;
}
#slides ul {
    margin: 0 0 0 0 !important;
    padding: 0;
    list-style: none;
    display: block;
}
#slides .caroufredsel_wrapper {
    width: 100%;
    height: 180px;
}
#slides li {
    text-align: center;
    background-color: #C0C4C7;
    width: 180px;
    height: 140px;
    padding: 0;
    margin: 4px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
#slides.responsive {
    width: auto;
    margin-left: 0;
}
#slides .clearfix {
    float: none;
    clear: both;
}
#slides #anterior, #slides #proximo, #slides #anterior_fake, #slides #proximo_fake {
    display: block;
    overflow: hidden;
    text-indent: -5000px;
    width: 46px;
    height: 46px;
    position: absolute;
}

#slides #anterior, #slides #anterior_fake {
    background: url(../imgs/layout/sprite.png) -108px 0;
    top: 65px;
    left: -60px;
}

#slides #proximo, #slides #proximo_fake {
    background: url(../imgs/layout/sprite.png) -154px 0;
    top: 65px;
    right: -60px;
}

#slides #anterior_fake {
    background: #C0C4C7;
}
#slides #proximo_fake {
    background: #C0C4C7;
}
#slides .legenda {
    position: absolute;
    width: 200px;
    height: 40px;
    vertical-align: text-bottom;
    text-align: left;
    bottom: 0px;
    padding: 4px;
    margin: 1px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.loading {
    background: url(../imgs/loading.gif) no-repeat center center;
}
.imgbigcont, .legenda {
    text-align: center;
}
ul#galeria { overflow: hidden; height: 148px; }
ul#galeria a {
    text-decoration: none !important;
}
ul#galeria .img {
    height: 140px;
    overflow: hidden;
}
ul#galeria img {
    max-width: 100% !important;
    height: auto !important;
    min-height: 140px;
    max-width: 180px !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
ul#galeria .overlay {
    line-height: 200px;
}

.destaque .texto h2 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
}

.destaque .texto span {
    font-size: 12px;
}

.btn.branco:hover {
    color: #303D44;
    background: #FFF;
}

.btn.branco {
    border: 3px solid #FFF;
    color: #FFF;
}

.btn:hover {
    color: #FFF;
    background: #303D44;
}

.btn {
    border: 3px solid #303D44;
    background: none;
    width: 250px;
    font-weight: bold;
    cursor: pointer;
    padding: 12px 0;
    color: #303D44;
    text-transform: lowercase;
    font-size: 15px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.elip-container {
    white-space: nowrap;
}
.elip {
    width: inherit!important;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.acoes {
    white-space: nowrap;
}

.textarea-cargos {
    width: 100%;
    height: 22px;
    margin-top: 2px;
}
#dados-dam.blocked {
    pointer-events: none;
}
#dados-dam.blocked input, #dados-dam.blocked select, #dados-dam.blocked button {
    background: #C0C4C7;
}