body, html {
    height: 100%;
}

body {
    margin: 0;
    background: url("../images/bg_body.gif") repeat-x;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form, img, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    border: 0;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

textarea {
    resize: none;
}

p {
    margin: 0;
    padding: 0 0 10px;
}

#tudo {
    min-height: 100%;
    position: relative;
}

#topo {
    padding-top: 30px;
    height: 76px;
    width: 980px;
    margin: 0 auto;
}

#logo {
    background: url("../images/logo_post.gif") no-repeat;
    width: 229px;
    height: 48px;
    float: left;
}

#menu_usuario {
    float: right;
    text-align: right;
    color: #ccc;
    _width: 1px;
    _white-space: nowrap;
}

#menu_usuario h2 {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 2px;
}

#menu_usuario ul {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}

#menu_usuario li {
    display: inline;
    color: #ccc;
    position: relative;
    _bottom: 0;
}

#menu_usuario a {
    color: #ccc;
    font-weight: bold;
}

#alterar_senha, #esqueci_senha {
    text-align: left;
    display: none;
    width: 334px;
    height: 220px;
}

#alterar_senha {
    height: 270px
}

#nyroModalContent form {
    padding-top: 20px;
}

#esqueci_senha {
    height: 170px;
}

#menu {
    padding: 0;
    list-style: none;
    width: 980px; /*1110px*/
    height: 35px;
    margin: 0 auto;
}

#menu li, #menu li a {
    border-radius-bottom-left: 5px;
    border-radius-bottom-right: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottom-left: 5px;
    -webkit-border-radius-bottom-right: 5px;
}

#menu li {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 2px;
    font-size: 13px;
    font-weight: bold;
    background: #e8e8e8;
    position: relative;
    _bottom: 0;
}

#menu li a {
    display: block;
    padding: 0 25px 0 20px;
    height: 35px;
    _width: 1px;
    white-space: nowrap;
    background: url("../images/bg_menu_a.gif") right center no-repeat;
    border: solid #cfcfcf;
    border-width: 0 1px 1px;
    box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
}

#menu li a:hover, #menu li a.selected {
    background: url("../images/bg_menu_a_hover.gif") repeat-x;
    text-decoration: none;
    color: #fff;
    border-color: #00ccff;
}

/*---------------SUBMENU----------------*/
#menu ul {
    position: absolute;
    left: 0;
    top: 36px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    background: #eee;
    border: 1px solid #cfcfcf;
    width: 200px;
    _white-space: nowrap;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    display: none;
}

#menu li li {
    float: none;
    background: none;
    margin: 0;
    height: 30px;
    line-height: 20px;
}

#menu li li a {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 20px;
    width: auto;
    padding: 5px 10px;
}

#menu li li a:hover {
    background: #ddd;
    color: #666;
}

#tabledashdiv {
    width: 980px;
    height: 700px;
    border: 1px solid #cfcfcf;
}

#tableuseruser {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableuseruser1 {
    background-color: silver;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableuseruser1qtd {
    text-align: center;
    background-color: silver;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableuseruserqtd {
    text-align: center;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableuserontd {
    background-color: black;
    color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableuserontdqtd {
    background-color: black;
    text-align: center;
    color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableonline {
    margin: 20px auto;
    width: 950px;
}

#tabledashdiv h2 {
    margin: 10px 20px;
}

#tabledashdiv hr {
    border: 1px solid #cfcfcf;
}

#miolo hr {
    border: 1px solid #cfcfcf;
}

#titulos {
    height: 60px;
    padding-top: 35px;
    padding-left: 75px;
    border-bottom: 1px solid #ccc;
    background: url("../images/bg_titulos.gif") 12px 38px no-repeat;
    width: 905px;
    margin: 0 auto;
}

#titulos h1 {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    padding-bottom: 5px;
}

#autenticacao {
    background: none;
}

#autenticacao .modulo {
    width: 480px;
    height: 370px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -185px;
    background: repeat-x bottom;
}

#autenticacao .topo {
    height: 90px;
    background: #000 url("../images/logo_post_autenticacao.gif") no-repeat 35px 20px;
}

#autenticacao form {
    width: 334px;
    margin: 0 auto;
    padding-top: 20px;
}

#autenticacao .rodape {
    padding-top: 20px;
    margin: -5px;
}

#conteudo {
    padding: 20px 0 60px;
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.modulo {
    background: #fbfbfb;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px #ddd;
    -moz-box-shadow: 1px 1px 1px #ddd;
}

#esquerda {
    float: left;
    width: 220px;
}

#esquerda h2 {
    background: url("../images/bg_esquerda_titulo.gif") repeat-x;
    height: 30px;
    border-radius-top-left: 4px;
    border-radius-top-right: 4px;
    -webkit-border-radius-top-left: 4px;
    -webkit-border-radius-top-right: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 15px;
}

#navegue {
    margin-bottom: 30px;
}

#navegue ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navegue li {
    height: 30px;
    border-bottom: 1px solid #cfcfcf;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
}

#navegue a {
    display: block;
    _height: 30px;
}

#navegue li.last, #navegue li:last-child {
    border: none;
}

#buscar form {
    padding: 30px 20px 61px;
}

#direita {
    float: right;
    width: 730px;
}

#dashboardcont {
    float: left;
    width: 980px;
    margin-bottom: 20px;
}

#dashboardcont2 {
    float: left;
    width: 980px;
    margin-bottom: 60px;
}

#subtitulo {
    padding: 15px 25px;
    border-bottom: 1px solid #cfcfcf;
}

#subtitulo h2 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
}

#miolo {
    /*min-height: 290px;
    _height: 290px;*/
    padding-bottom: 12px;
}

#miolo h3 {
    /*
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    float: left;
    width: 100%;
    */
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    float: left;
    width: 100%;
}

#mioloext {
}

#mioloext h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

#listimgs {
    margin: 0 auto;
    list-style: none;
}

#listimgs li a img {
    width: 126px;
    height: 104px;
    border: 1px solid #666;
}

#listimgs li {
    float: left;
    margin-top: 10px;
    margin-left: 18px;
    margin-bottom: 20px;
    list-style: nome;
    text-decoration: none;
    display: inline;
}

.espaco {
    width: 40px;
    height: 20px;
    float: right;
    margin-top: 20px;
}

#mioloprdmais {
}

#mioloprdmais h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

#miolodash {

}

#miolodash h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

#legenda-listagem {
    float: right;
    width: 730px;
    margin-bottom: 10px;
}

#legenda-listagem p {
    padding: 0;
    margin: 5px;
    color: #CA0000;
}

#listagem {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

#listagem th {
    height: 30px;
    background: #e2e2e2;
    color: #000;
    font-size: 16px;
}

#listagem td {
    border-top: 1px solid #fff;
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#listagemdarh {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

#listagemdarh th {
    height: 30px;
    background: #e2e2e2;
    color: #000;
    font-size: 16px;
}

#listagemdarh td {
    border-top: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#listagemdarh td.texto {
    padding-left: 20px;
}

#listagemdarh td.texto, #listagemdarh td.texto a {
    text-align: left;
}

#listagemdarh th.texto, #listagemdarh th.texto a {
    padding-left: 20px;
    text-align: left;
}

#listagemdarh tr.odd td {
    background: #eee;
}

#listagemdarh a {
    display: block;
    text-align: center;
}

#listagemdarhprd {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

#listagemdarhprd th {
    height: 30px;
    background: #e2e2e2;
    color: #000;
    font-size: 16px;
}

#listagemdarhprd td {
    border-top: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#listagemdarhprd td.texto {
    padding-left: 20px;
}

#listagemdarhprd td.texto, #listagemdarh td.texto a {
    text-align: left;
}

#listagemdarhprd th.texto, #listagemdarh th.texto a {
    padding-left: 20px;
    text-align: left;
}

#listagemdarhprd tr.odd td {
    background: #eee;
}

#listagemdarhprd a {
    display: block;
    text-align: center;
}

.incompleto {
    color: #CA0000;
}

#listagem td.texto {
    padding-left: 20px;
}

#listagem td.texto, #listagem td.texto a {
    text-align: left;
}

#listagem th.texto, #listagem th.texto a {
    padding-left: 20px;
    text-align: left;
}

#listagem tr.odd td {
    background: #eee;
}

#listagem a {
    display: block;
    text-align: center;
}

#listagem tr:hover td {
    background: #ddd;
}

#crop {
    overflow: auto;
}

#listagem_fotos {
    width: 690px;
    overflow: hidden;
}

#listagem_fotos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 760px;
}

#listagem_fotos li {
    float: left;
    margin: 0 20px 20px 0;
    padding: 10px;
    border: 1px solid #cfcfcf;
    box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    _height: 1px;
    _width: 1px;
}

#listagem_fotos .nyroModal {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

#listagem_fotos .bt {
    display: block;
    background: url("../images/bt_x.png") center center no-repeat;
    margin-top: 10px;
    height: 16px;
    width: 100px;
}

#errorUpload.erro {
    border: 1px dashed #933;
    background: #F8DCDC;
    color: #933;
    padding: 10px;
    font-weight: bold;
}

#listagem_fotos_legenda {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}

#listagem_fotos_legenda li {
    border-top: 1px dashed #ccc;
    padding: 20px 0 10px;
    height: 137px;
}

#listagem_fotos_legenda .img {
    float: left;
    width: 96px;
    height: 96px;
    text-align: center
}

#listagem_fotos_legenda .direita {
    float: left;
    padding-left: 20px;
}

#listagem_fotos_legenda .direita a img {
    margin-top: 5px;
}

#listagem_fotos_legenda input[type=text] {
    color: #ddd;
    *color: #666;
    width: 470px;
}

#listagem_fotos_legenda input:focus {
    color: #666;
}

/******** ORDENACAO	 *********/

#ordena_lista {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 2px 0 0;
    border: solid #ccc;
    border-width: 1px 0;
}

#ordena_lista li {
    background: #eee;
    margin-bottom: 2px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    cursor: move;
}

#ordena_lista li:hover {
    background: #fff;
}

#ordena_lista .ui-sortable-helper {
    background: #fff;
}

#ordena_lista .ui-state-highlight {
    border: 1px dashed #fff;
    height: 28px;
    background: #ccc;
}

/******** ORDENACAO FOTOS *********/

#ordena_lista.fotos {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: solid #ccc;
    border-width: 1px 0;
}

#ordena_lista.fotos li {
    background: #eee;
    margin: 0 1px 10px 0;
    width: 114px;
    height: 85px;
    padding: 10px 10px;
    cursor: move;
    display: inline-block;
    text-align: center;
}

#ordena_lista.fotos li:hover {
    background: #fff;
}

#ordena_lista.fotos .ui-sortable-helper {
    background: #fff;
}

#ordena_lista.fotos .ui-state-highlight {
    border: 1px dashed #fff;
    background: #ccc;
    width: 78px;
    height: 78px;
}

/******** DRAGGABLE	 *********/

.draggable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.draggable li {
    background: #eee;
    margin-bottom: 2px;
    line-height: 30px;
    padding-left: 20px;
    cursor: move;
    width: 312px;
    position: relative;
}

.draggable li:hover {
    background: #fff;
}

.draggable li .close {
    position: absolute;
    right: 20px;
    cursor: pointer;
    background: url("../images/bt_x_alert.gif") center center no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
}

.draggable .ui-sortable-helper {
    background: #fff;
}

.draggable .ui-state-highlight {
    border: 1px dashed #fff;
    height: 28px;
    background: #ccc;
}

#paginacao {
    padding: 10px 10px 0;
    border-top: 1px solid #cfcfcf;
    line-height: 16px;
    height: 25px;
    display: none;
}

#paginacao a {
    float: right;
    cursor: pointer;
}

#paginacao a span {
    font-weight: bold;
}

#rodape {
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 100%;
    bottom: 0;
    background: #eee;
    border-top: 1px solid #cfcfcf;
}

#rodape p {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    height: 30px;
}

#abas {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    height: 32px;
    background: url("../images/bg_abas.gif") repeat-x bottom;
    border-bottom: #333333;
}

#abas li {
    float: left;
    margin-right: 10px;
    _width: 1px;
    _white-space: nowrap;
}

#abas a {
    display: block;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    background: #eee;
    border: 1px solid #cfcfcf;
}

#abas a.selected {
    background: #fbfbfb;
    border-bottom-color: #fbfbfb;
}

.abas {
    display: none;
}

.abas.selected {
    display: block;
}

.bt_on, .bt_off, .bt_a, .bt_x {
    display: block;
    height: 16px;
    width: auto;
    background: center center no-repeat;
}

.bt_on {
    background-image: url("../images/bt_on.png");
}

.bt_off {
    background-image: url("../images/bt_off.png");
}

.bt_a {
    background-image: url("../images/bt_a.png");
}

.bt_x {
    background-image: url("../images/bt_x.png");
}

#permissoes {
    margin: 0 0 0;
    padding: 0 0 20px;
    list-style: none;
}

#permissoes li {
    width: 130px;
    display: inline;
    float: left;
}

form {
    font-weight: bold;
}

.input {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.input, .textarea, .select {
    border: 1px solid #cfcfcf;
    background: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    float: left;
}

.input:focus, .textarea:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--focus {
    box-shadow: 0 0 5px #0dadd5;
    -webkit-box-shadow: 0 0 5px #0dadd5;
    -moz-box-shadow: 0 0 5px #0dadd5;
    border-color: #0dadd5 !important;
}

input.erro, select.erro, textarea.erro, input.erro:focus, select.erro:focus, textarea.erro:focus, div.erro {
    border: dashed #ff0000 !important;
    background: #fff3f3 !important;
}

.erro_template {
    background: #fff3f3 !important;
}

div#erro {
    border: dashed #ff0000 !important;
    background: #fff3f3 !important;
}

.select {
    height: 32px;
    line-height: 32px;
}

.textarea {
    height: 150px;
    overflow: auto;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

input.tam_busca {
    width: 156px;
}

select.tam_busca {
    width: 179px;
}

select.tam_busca75 {
    width: 75px;
}

select.tam_lista {
    width: 150px;
}

input.tam1 {
    width: 668px;
}

input.tam2 {
    width: 310px;
    padding: 0 10px;
}

input.tam3 {
    width: 65px;
    padding: 0 10px;
}

input.tam4 {
    width: 241px;
    padding: 0 10px;
}

input.tam5 {
    width: 598px;
    padding: 0 10px;
}

input.tam6 {
    width: 95px;
}

.tam6 {
    width: 95px !important;

}

input.tam7 {
    width: 140px;
}

input.tam8 {
    width: 210px;
}

select.tam8 {
    width: 232px;
}

input.tam9 {
    width: 266px;
}

select.tam1 {
    width: 690px;
}

select.tam2 {
    width: 330px;
}

select.tam3 {
    width: 178px;
}

select.tam7 {
    width: 140px;
}

textarea.tam1 {
    width: 668px;
}

input.tam_file2 {
    width: 332px;
}

.tam_file2 input {
    _width: 332px;
}

.tam_file1 {
    width: 668px;
}

.calendario input, .calendario-mes input {
    background: url(../images/ico_calendario.png) right no-repeat;
}

.inputleft {
    float: left;
    /*white-space: nowrap;*/
}

.inputright {
    float: right;
    white-space: nowrap;
}

.inputleft, .inputright {
    padding: 5px 0;
    width: 332px;
}

.inputlarge {
    width: 690px;
}

.inputlarge > div {
    width: 688px !important;
}

input:disabled {
    background: #eee;
    color: #ccc;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.pd20 {
    padding: 20px;
}

.pd10 {
    padding: 10px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb50 {
    padding-bottom: 50px;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
    /*margin-right: 20px;	*/
}

.w100 {
    width: 100%;
}

.w8 {
    width: 8%;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.wsocial {
    width: 52px;
}

.tooltip:hover {
    cursor: help;
    color: #111111;
}

.lista_infos {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.lista_infos img {
    float: left;
    margin-right: 10px;
}

.lista_infos > li {
    min-height: 80px;
    _height: 80px;
}

.lista_infos ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#loader {
    color: #F90;
    font-size: 15px;
    font-weight: bold;
}

.esconder {
    display: none;
}

#acompanhante {
    display: none;
    margin-left: 20px;
}

.ml20 {
    margin-left: 20px;
}

.invisible {
    display: none;
}

.invisible2 {
    display: none;
}

.fileLarge > div.uploader {
    width: 690px;
}

.listaParceiros {
    display: none;
}

.btn-selecionar-tudo {
    background: url(../images/bt_selecionar_tudo.png) 0 0 no-repeat transparent;
    width: 119px;
    height: 39px;
    border: none;
    text-indent: -99999px;
    cursor: pointer;
}

.btn-visualizar {
    background: url(../images/bt_visualizar.png) 0 0 no-repeat transparent;
    width: 80px;
    height: 39px;
    border: none;
    text-indent: -99999px;
    cursor: pointer;
}

.popup_overlay {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: 0.5;
}

/*.popup_overlay {position: fixed;z-index: 99998;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgb(255, 255, 255);opacity: 0.5;-webkit-filter:blur(50px);}*/
.popup_container {
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    min-width: 332px;
    max-width: 332px;
    top: 50%;
    left: 50%;
}

.popup_container {
    min-width: 330px;
    max-width: 600px;
    width: 330px;
    background: #fbfbfb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    -moz-box-shadow: 1px 1px 10px #ccc;
    margin-top: -116px;
    margin-left: -165px;
}

.popup_title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    color: #000;
    cursor: default;
    background: url("../images/bg_alert.gif") no-repeat 70px 15px;
    padding: 20px 0 20px 20px;
}

.popup_content {
    padding: 20px 20px;
}

.popup_message {
    padding: 30px;
    background: #fff5d7;
}

.popup_ok {
    width: 16px;
    height: 16px;
    background: url(../images/bt_x_alert.gif) no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup_ok_images {
    width: 16px;
    height: 16px;
    background: url(../images/fechar.gif) no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup_panel {
    text-align: center;
    padding: 20px 0;
}

.black {
    background-color: rgb(0, 0, 0);
}

.popup_content input {
    text-align: center;
}

.td_input {
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #666666;
}

.td_input:focus {
    outline: none;
}

.popup_overlay_black {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: rgb(0, 0, 0) initial initial initial initial;
}

.popup_img_container {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-shadow: 1px 1px 18px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 1px 1px 18px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 1px 1px 18px 0 rgba(255, 255, 255, 0.75);
    background: #ffffff;
}

.popup_img_container img {
    max-width: 960px;
    max-height: 500px;
}

.popup_img_fechar {
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
}

.status_ajax_verde {
    color: #2ada91;
    height: 16px;
    width: 16px;
    background: url(../images/bt_foto_ok.png) no-repeat;
    margin: 9px;
    float: left;
}

.status_ajax_load {
    color: #2ada91;
    height: 16px;
    width: 16px;
    background: url(../images/loader_fotos.gif) no-repeat;
    margin: 9px;
    float: left;
}

div.wrapperImg img {
    max-width: 600px;
}

input.plus_button, button.plus_button {
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #a0a0a0;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

input.plus_button:hover, button.plus_button:hover {
    box-shadow: 0 0 5px #0dadd5;
    -webkit-box-shadow: 0 0 5px #0dadd5;
    -moz-box-shadow: 0 0 5px #0dadd5;
    border-color: #0dadd5;
    float: left;
}

.social_buttons {
    float: left;
}

.social_buttons a {
    float: left;
}

.margin-left-20 {
    margin-left: 20px;
}

.tamnhoFullUpload {
    width: 686px !important;
}

.empty-listagem {
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
    font-size: 18px;
}

.field {
    margin-bottom: 5px;
}

#miolo label {
    width: 100%;
    float: left;
}

.delete_button {
    cursor: pointer;
}

.count-restantes {
    clear: both;
    float: left;
    margin-top: 5px;
    margin-left: 3px;
}

.label_short {
    width: auto !important;
    margin-right: 10px;
}

.tipo_destaque_view .view {
    display: none;
}

.mce-panel {
    clear: both !important;
}

.modal_window {
    max-width: 80%;
    max-height: 80%;
    padding: 25px;
    position: fixed;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.modal_window img {
    position: relative;
    width: 100%;
}

.mt20 {
    margin-top: 20px;
}

.clear-list li {
    list-style: none;
}

.clear-list ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.border {
    border: 1px solid #ccc;
    float: left;
    width: 668px;
    padding: 20px 0;
    border-radius: 5px;
}

.permissoes {
    padding: 20px 0;
}

.nao-aprovado td {
    background: #F8DCDC !important;
}

#miolo p span {
    font-weight: bold;
}

.input-col3 {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}

.collapse {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}

.collapse-button:hover {
    cursor: pointer;
    color: #aaaaaa;
}

#miolo img {
    max-width: 100%;
}

.select-multi {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 300px;
    overflow: auto;
}

.bottom-no-radio {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.top-no-radio {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select-multi-big {
    height: 330px;
}

.conteudos-list {
    overflow-x: hidden;
}

.conteudos-list-big-big {
    height: 342px;
}

.conteudos-list .nivel-1 {
    padding: 10px 0 10px 5px;
}

.conteudos-list .nivel-2 {
    padding: 2px 0 2px 20px;
}

.conteudos-list .nivel-3 {
    padding: 2px 0 2px 20px;
    background: #eee;
    margin-bottom: 2px;
    line-height: 30px;
    cursor: move;
    position: relative;
    width: 285px;
}

.conteudos-list span {
    font-weight: bold;
    font-size: 16px;
}

.nivel-2-button, .nivel-1-button {
    cursor: pointer;
}

.layout_template {
    width: 100%;
}

.layout_template .bloco {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    background: #eee;
    float: left;
    position: relative;
}

.layout_template .titulo {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 12px;
    border-bottom: 1px solid #555;
    color: #555;
    padding: 3px 2px;
    text-align: center;
    margin-top: 6px;
}

.layout_template .conteudo {
    background: #FFFFFF;
    text-align: center;
    padding: 20px 0;
    margin: 10px auto 0;
    white-space: normal;
    height: 50px;
}

.layout_template .bloco span {
    text-align: right;
    background: #444444;
    color: #ffffff;
    cursor: pointer;
    padding: 3px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.layout_template .tamanho-1 {
    width: 326px;
    padding: 0 2px 10px 2px;
}

.layout_template .tamanho-1 .titulo {
    width: 324px;
}

.layout_template .tamanho-2 {
    width: 159px;
    padding: 0 2px 10px 2px;
}

.layout_template .tamanho-2 .titulo {
    width: 157px;
}

.layout_template .tamanho-2:nth-child(2n+1) {
    margin-left: 4px;
}

.layout_template .tamanho-3 {
    width: 102px;
    padding: 0 2px 10px 2px;
}

.layout_template .tamanho-3 .titulo {
    width: 100px;
}

.layout_template .tamanho-3:nth-child(3n+2) {
    margin-left: 6px;
    margin-right: 6px;
}

.layout_template input[type=button] {
    float: left;
    height: 32px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #a0a0a0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 2px 0;
    margin-right: 2px;
}

.layout_template input[type=button]:hover {
    box-shadow: 0 0 5px #0dadd5;
    -webkit-box-shadow: 0 0 5px #0dadd5;
    -moz-box-shadow: 0 0 5px #0dadd5;
    border-color: #0dadd5;
    float: left;
}

.bottom-container {
    width: 322px;
    border: 1px solid #ccc;
    border-top: 0;
    float: left;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 4px;
}

.bottom-container .input {
    margin-right: 6px;
    width: 107px;
}

.bottom-container p {
    margin-left: 10px;
    font-size: 18px;
}

.nivel-3 {
    cursor: auto;
}

.draggable .close {
    position: absolute;
    right: 20px;
    cursor: pointer;
    background: url("../images/bt_x_alert.gif") center center no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 0;
    top: 19px !important;
}

.select-multi-right .sublist {
    list-style: none;
    background: transparent;
}

.select-multi-right .sublist:hover {
    background: transparent;
}

#abas-tabelas {
    width: 938px;
    height: 50px;
    float: left;
    margin-bottom: 0;
    padding: 0;
}

#abas-tabelas li {
    width: 467px;
    height: 28px;
    padding-top: 22px;
    float: left;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    border-top: 2px solid #ffffff;
}

#abas-tabelas li:hover {
    text-decoration: underline;
}

#abas-tabelas .selected {
    border-top: 4px solid #e2e2e2;
    background: none repeat scroll 0 0 #e2e2e2;
}

.jcrop-holder div div img {
    display: none !important;
}

.collapse-button {
    text-decoration: underline !important;
}

#enviar_senha {
    margin-top: 10px;
}

.popup_content input {
    margin-bottom: 5px;
}

/*
===========================================================================
                    ESTILO PARA OS TEMPLATES DOS INFORMES
===========================================================================
*/

.template_1 {
    float: left;
    width: 100%;
}

.bloco_template {
    float: left;
    background: #F2F2F2;
    padding: 10px;
    margin-bottom: 10px;
}

.bloco_template input[type="text"] {
    background: #fff;
    width: 97%;
    margin-top: 10px;
}

.bloco_template h4 {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
    border-bottom: 1px solid #222;
    color: #222;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.bloco_template .wrapper_bt {
    float: left;
    width: 96%;
    background: #fff;
    padding: 2%;
}

.wrapper_bt span {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #606060;
    float: left;
    width: 100%;
    text-align: center;
}

.wrapper_bt h2 {
    margin: 5px 0;
}

.wrapper_bt img {
    width: 100%;
}

.wt-1 {
    width: 670px;
}

.row_conteudo {
    float: left;
    width: 100%;
}

.wt-2 input[type='text'] {
    width: 93%;
}

.wt-2 {
    width: 322.5px;
    margin-left: 5px;
}

.row_conteudo .wt-2:nth-of-type(2n+1) {
    margin-left: 0;
}

.wt-3 {
    width: 203px;
    margin-left: 10px;
}

.wt-3 input[type="text"] {
    width: 89%;
}

.wt-3:nth-of-type(3n+1) {
    margin-left: 0;
}

.btn_add {
    display: block;
    padding: 10px;
    background: #BCBCBC;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
    margin-left: 10px;
}

.btn_add:hover {
    text-decoration: none;
    background: #0CF;
}

.container_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 900;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    display: none;
}

.box_modal {
    width: 690px;
    height: 440px;
    background: #fff;
    padding: 20px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(179, 179, 179, 0.7);
    box-shadow: 1px 1px 2px 1px rgba(179, 179, 179, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.container_list {
    width: 100%;
    float: left;
}

.container_list ul {
    list-style: none;
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.container_list ul li {
    float: left;
    display: block;
}

.container_list input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.container_list label.tabgroup:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #0CF;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.container_list label.tabgroup {
    display: block;
    float: left;
    padding: 10px;
    background: #eee;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.wrapper_tab {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 97%;
    height: 382px;
    margin-top: 34px;
    overflow: auto;
    padding: 10px;
    border-top: 2px solid #bbb;
    display: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.wrapper_tab .tam1 {
    width: 668px;
}

.container_list [id^="tab"]:checked + label {
    background: #bbb;
    color: #fff;
}

.container_list [id^="tab"]:checked + label:before {
    width: 100%;
    height: 3px;
}

.container_list [id^="tab"]:checked ~ [id^="wrapper_tab"] {
    display: block;
    opacity: 1;
}

.block_img {
    float: left;
    height: 161px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.block_img:nth-of-type(3n+1) {
    margin-left: 0;
}

.block_img label {
    float: left;
    cursor: pointer;
}

.block_img img {
    float: left;
    width: 209px;
    height: 157px;
    background: #ccc;
}

.container_list [id^="img"]:checked + label {
    border: 2px solid #0CF;
}

.container_list [id^="img"]:checked + label img {
    width: 205px;
    height: 153px;
}

.container_list [id^="img"]:checked ~ [id^="img_label"] {
    display: block;
    opacity: 1;
}

.container_buttons {
    position: absolute;
    right: 33px;
    top: 335px;
}

.hidden-template {
    display: none;
}

.left_col_cont {
    float: left;
    width: 322.5px;
}

.right_col_cont {
    width: 322.5px;
    float: right;
    margin-right: 19px;
}

.right_col_cont .wt-2 {
    margin-left: 0 !important;
}

.bg-bloc .wrapper_bt {
    height: 190px;
}

.subgrupos {
    display: none;
}

.block_half {
    display: block;
    float: left;
    width: 49%;
}

.calendario-custom {
    display: none;
}

#add_posicao {
    display: none;
}

.conteudo_preview img {
    max-width: 200px;
}

.wt-2 img {
    max-width: 300px;

}

.wt-1-img, .wt-1-txt {
    width: 48% !important;
    float: left;
    display: block;
}

.wt-1-txt {
    margin-left: 4% !important;
}

.select2-container--below, .select2-container__rendered {
    margin-top: 20px !important;
}

label[for=id_conteudo] {
    position: absolute;
}

label[for=proportion] {
    display: block;
    float: left;
    position: relative;
    z-index: 9999 !important;
    margin: 0 0 20px 10px;
}

#proportion {
    width: 100px;
}

.imagens_informe .uploadify {
    overflow: hidden;
    display: block;
    float: left;
}

.input-users, .dest-row .select2-container {
    width: 580px;
    display: block;
    float: left;
    margin-top: 0 !important;
}

.new-user {
    width: 90px;
    margin-left: 10px;
    display: block;
    float: left;
    height: 15px;
    background: #DBDBDB;
    text-align: center;
    padding: 8px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
}

.dest-row {
    display: block;
    float: left;
    width: 690px;
}

#modal-cadastro-title {
    font-size: 20px;
}

#novoCadastro .modal-body {
    min-height: 170px;
}

#novoCadastro .inputleft, #novoCadastro .inputright {
    width: inherit;
}

#novoCadastro .modal-footer {
    display: block;
    float: left;
    width: 97%;
    border-top: none
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
}

.form_arquivos #enviar {
    float: right;
    margin-bottom: 15px
}

.form_arquivos #arquivo {
    margin-top: -38px;
    float: right;
    cursor: pointer
}

label[for=arquivo] {
    margin-top: -55px;
}

.form_arquivos #enviar.disabled img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(/assets/css/grayscale.svg);
    filter: gray;
    cursor: default;
}

#arquivo-show {
    width: 500px;
    height: 36px;
    margin-top: 30px;
}

.form_arquivos .uploader {
    width: 100% !important;
}

.form_arquivos .swfupload {
    left: 1px;
}

.form_arquivos #queue {
    display: block;
    float: left;
}

.form_arquivos .uploadify-queue {
    display: block;
    float: left;
    width: 600px;
}

.btn-post {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ccff+0,00cbff+38,00cbff+38,009dff+100 */
    background: #00ccff; /* Old browsers */
    background: -moz-linear-gradient(top, #00ccff 0%, #00cbff 38%, #00cbff 38%, #009dff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00ccff 0%, #00cbff 38%, #00cbff 38%, #009dff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00ccff 0%, #00cbff 38%, #00cbff 38%, #009dff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#009dff', GradientType=0); /* IE6-9 */
    color: #fff;
    padding: 14px 20px;
    font-family: Arial;
    font-weight: bold;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #c3c3c3;
    -webkit-box-shadow: 1px 1px 1px #c3c3c3;
    box-shadow: 1px 1px 1px #c3c3c3;
    display: inline-block;
    width: auto;
    min-width: 50px;
    text-align: center;
}

.btn-post:hover {
    background: #00ccff !important;
    text-decoration: none !important;
}

.btn-post:active{
    background: #009dff !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-post.disabled{
    background: #44d9ff !important;
    cursor: default;
    -moz-box-shadow: 1px 1px 1px #c3c3c3 !important;
    -webkit-box-shadow: 1px 1px 1px #c3c3c3 !important;
    box-shadow: 1px 1px 1px #c3c3c3 !important;
}

span.select2-selection.select2-selection--multiple{
    position: relative;
        z-index: 10000;
}

#senha-arquivo .modal-title{font-size: 24px;}
#senha-arquivo input[type=password]{width: 100%; height: 30px; line-height: 30px; padding: 10px; box-sizing: border-box;}
#senha-arquivo .btn-primary{margin: 10px 0; height: 40px; line-height: 40px;padding: 0 1.5em;}

.campo_publico_restrito{display: none;}
.campo_publico_restrito.show{display: block;}