.ui-dialog {
    max-width: 100%;
}
.label_box {
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
.container-full {
	width: 100%;
	padding: 0px;
}
.container_view>div:after, .container_view>div:before {
    box-sizing: content-box !important;
}
/*.bloco {
	margin-bottom: 20px;
}
*/
.bloco[tipo_container="full"] {
	width: 100%;
}

.card.card-edicao .card-header {
	padding: 3px 10px 3px 10px;
}



.comunicados {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.agenda li {
	display: flex;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	overflow: hidden;
}
.agenda-data {
	width: 120px;
	background-color: #C2C0B8;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}
.agenda-dia {
	font-size: 44px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.agenda-dados {
	padding: 20px;
	width: 100%
}

.agenda-aba-edicao {
	font-size: 12px;
	border: solid 1px #CCC;
	border-bottom: none;
	background-color: #EDEDED;
	padding: 2px 5px;
	margin-right: 5px;
	text-align: right;
	float: right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.largura-3 .agenda li {
	flex-direction: column;
}
.largura-3 .agenda-dia {
	font-size: inherit;
	display: inline;
}
.largura-3 .agenda-data {
	width: 100%;
	padding-bottom: 0px;
}
.largura-3 .agenda-dados, .largura-6 .agenda-dados {
	font-size: 11px;
}
.largura-3 .evento_nome, .largura-6 .evento_nome {
	font-size: 13px;
}
.bloco_nome {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	border: none;
	padding: 4px;
	width: 100%;
	background-color: transparent;
	font-weight: bold;
}
.bloco_nome:hover, .bloco_nome:focus-within {
	background-color: #FFF;
}
.bloco_quantidade_eventos {
	font-size: 13px;
	padding: 0px;
	width: 30px;
	height: 20px;
	text-align: center;
	display: inline-block;
}
#topico_nome {
	background-color: transparent;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	padding: 3px !important;
	    height: 37px;

}
#topico_nome:hover, #topico_nome:focus-within {
	background-color: #FFF;
	border: solid 1px #CCC;
	color: #898989;
}

.largura-3 .bloco_nome {
	margin-bottom: 5px;
}
::-webkit-input-placeholder { /* Edge */
  color: #E6E6E6;
  font-weight: normal;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E6E6E6;
  font-weight: normal;
}
::placeholder {
  color: #E6E6E6;
  font-weight: normal;
}
.evento_nome {
	font-weight: bold;
}
.evento_nome a {
	color: #A72C32;
}
.subtopicos {
	border: solid 1px #DCD7C2;
	padding: 10px;
}
.subtopicos li {
	justify-content: space-between;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 7px 0px;
}
.subtopicos li:not(:last-child) {
	border-bottom: solid 1px #DCD7C2;
}
.subtopicos-link {
	color: #A72C32;
}
.link_download {
	float: right;
	background-image: url(../../@view/imagens/icone_download.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	background-size: 100%;
}

.menu_item_lista {
	padding: 4px 0px;
	width: 85px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #E7F2DE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	margin-left: auto;
}
.largura-3 .link_download {
	display: none;
}
.linha_listagem {
	display: flex;
	flex-wrap: wrap;
}

.largura-3 .linha_listagem {
	font-size: 12px;
	overflow-x: hidden;
}
.arquivos {
	border: solid 1px #A72C32;
	padding: 10px;
}
.arquivos li {
	justify-content: space-between;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 7px 0px;
}
.arquivos li:not(:last-child) {
	border-bottom: solid 1px #DCD7C2;
}

.ordem_desabilitada, .ordem_desabilitada:hover {
	color: #CCC;
	cursor: not-allowed;
}


.spacer_titulo {
	height: 22px;
}


.botoes_largura {
	border: solid 1px #CBCBCB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	padding: 4px;
}
/*
.largura-3 .botoes_largura {
	border: none;
	padding: 0px;
}
*/
.icone_largura_3, .icone_largura_6, .icone_largura_9, .icone_largura_12 {
	background-repeat: no-repeat;
	width: 19px;
	height: 14px;
	display: block;
	float: left;
	margin-left: 4px;
}
.icone_largura_3 {
	background-image: url(../../@view/imagens/icone_largura_3.gif);
	margin-left: 0px;
}
.icone_largura_6 {
	background-image: url(../../@view/imagens/icone_largura_6.gif);
}
.icone_largura_9 {
	background-image: url(../../@view/imagens/icone_largura_9.gif);
}
.icone_largura_12 {
	background-image: url(../../@view/imagens/icone_largura_12.gif);
}
.largura-3 .icone_largura_3, .largura-6 .icone_largura_6, .largura-9 .icone_largura_9, .largura-12 .icone_largura_12 {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}
.placeholder_bloco {
	background-color: #FEFFC4;
	border: dashed 1px #CCC;
	float: left;
}



.link_comunicado {
	display: block;
	padding: 22px 0px;
	margin: 0px 18px;
	color: #3D3C38;
	border-bottom: solid 1px #DCD7C2;
}
.link_comunicado:hover {
	text-decoration: none;
}
.comunicado_data {
	font-size: 12px;
	background-image: url(../../@view/imagens/icone_comunicado.gif);
	background-repeat: no-repeat;
	padding: 0px 20px;
}
.comunicado_nome {
	font-size: 18px;
	font-weight: bold;
}
textarea.formulario-contato {
	height: 80px;
}

/**
 * Exibir slider só depois de carregado
 **/ 
.slider { 
	display: none; 
	max-width: 1110px;
}
.slider.slick-initialized { 
	display: block; 
}
#modal_largura {
	background-color: #DDDDDD;
	display: none;
	width: 600px;
}
#modal_css {
	background-color: #ddd;
}
#modal_css,  #modal_css .input-group-text {
	font-size: 12px;
}
#modal_css .form-check-input {
	position: relative;
	top: 2px;
}
#modal_css .sp-colorize {
	border: solid 1px #666;
	background-color: #CCC;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 100;
}
#modal_css .sp-colorize-container {
	border: none !important;
}
#modal_css input.spectrum.with-add-on {
	padding-left: 25px !important;
}
#campos_width {
	display: none;
}
.modal_css_titulo_topico {
	padding: 3px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	background-color: #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#modal_css_processamento {
	display: none;
	position: fixed; 
	top: 20px;
	left: 0px;
	width: 700px;
	height: 100%;
}
#background-image {
	position: absolute;
	top: -10000px;
}


.bloco_copiado {
	display: none;
	position: absolute;
	right: 5px;
	background-color: #F1EB55;
	border: solid 1px #BDB725;
	color: #85811B;
	padding: 2px 7px;
	font-size: 11px;
	font-weight: bold;
	width: 140px;
	text-align: center;
	border-radius: 5px;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.coluna-evento {
	flex-grow: 1;
}

.slider {
     max-width: 100%; 
}
.ui-dialog {
	z-index: 1031;
}
.slick-prev {
	margin-left: 50px;
	z-index: 1031;
}
.slick-next {
	margin-right: 50px;
	z-index: 1031;
}
.slick-track img {
	width: 100vw;
}


#menu_edicao {
	width: 100%;
	z-index:100;
}
#menu_edicao_conteudo {
	background-color: #000;
	background: rgba(0,0,0 , 0.6); 
	padding: 5px 0px;
}
.item-menu-edicao {
	margin-right: 5px;
}
#configuracoes_avancadas {
	background-color: #F1F1F1;
	color: #666;
	display: none;
	padding: 5px 0px;
	border-bottom: solid 1px #CCC;
}
#configuracoes_avancadas .input-group-text {
	font-weight: bold;
}
#configuracoes_avancadas .input-group-text, #configuracoes_avancadas .form-control {
	font-size: 11px;
}
#salvando_configuracoes_avancadas {
	display: none;
}