﻿* {  font-family: "Open Sans", sans-serif;}

.calendario_principal{
     font-family: "Open Sans", sans-serif;
}
.tabela_calendario{
    border-collapse:collapse;
    width:350px;


}

.fa { color:#000;}

#spnTituloMesAno{
    width:96%;
    padding:2%;
    text-align:center;
    color:#818181;
    background-color:#FAFAFA;
    background-image:url(../Content/imagens/seta_baixo.png);
	background-position:293px 11px;
	background-repeat:no-repeat;
    margin:0 auto;
    display:table;
   cursor:pointer;

}
#divSelectMesAno{
    display:none;
    /*background:#C1272D;*/
    background: #0f3d60;
    color:#fff;
    width:283px;
    position:absolute;
    padding:29px 20px;
    box-shadow: 0 4px 5px #969696;
    -moz-box-shadow: 0 4px 5px #969696;
    -webkit-box-shadow: 0 4px 5px #969696;
    -o-box-shadow: 0 4px 5px #969696;
}
#cbxMes{
    padding:5px;
    font-size:14px;
    margin-right:10px;
    width:110px;
}
#cbxAno{
    padding:5px;
    font-size:14px;
    margin-right:10px;
    width:70px;
}
.dias_semana{
    font-size:16px;
    background-color:#B3B3B3;
    text-align:center;
    color:#fff;
    padding:5px !important;
}
.dias_semana th {
    padding:10px 11px;
    
}
.calendario_principal td{
    text-align:center;
    /*padding:8px 0px;*/
    border:1px solid #DFDFDF;
    border-collapse:collapse;
    background-color:#fff;
    font-size:14px;
}
.titulo2_calendario{
    font-size: 21px;
    margin-bottom: 15px !important;

}
 .calendario_principal td:hover {
    background-color:#e5e5e5;
    transition: all 0.3s;
}
.calendario_principal td a{
    color:#fff;
}
.diario_oficial{
   background-color:#6687ff !important;
    /*width:22px;
    height:22px;*/
    padding-top:1px;
    text-align:center;
    font-size:14px;
    color: #fff;
}

.diario_oficial a {color: #fff; text-decoration:none; font-weight:bold;}

.diario_unico{
    cursor:pointer;
}
.data_vazia{
    /*width:22px;
    height:22px;
    padding-top:1px;
    padding-right:1px;*/
    font-size:14px;
    text-align:center;
}
/*.edicao_ext{
    background-image:url(../Content/imagens/marcacao_extra.png);
	background-position:left bottom;
	background-repeat:no-repeat;
    cursor:pointer;


}*/
/*.btn_proximo{
    width:20px;
    height:20px;
    position:absolute;
    margin: 13px 0 0 -34px;
    border:0;
    background-image:url(../Content/imagens/btn_anterior_azul.png);
	background-position:left bottom;
	background-repeat:no-repeat;
    background-color:transparent !important;
    cursor:pointer;
}

.btn_proximo:hover{
    background-image:url(../Content/imagens/btn_anterior_hover.png);
}
.btn_anterior{
    width:20px;
    height:20px;
    position:absolute;
    margin: 13px  0  0 338px;
    background-image:url(../Content/imagens/btn_proximo_azul.png);
	background-position:left bottom;
	background-repeat:no-repeat;
    border:0;
    background-color:transparent !important;
    cursor:pointer;
}
.btn_anterior:hover{
    background-image:url(../Content/imagens/btn_proximo_hover.png);
}*/
.texto_busca{
    margin-bottom:8px;
    width:100%;
    display:table;
}
.texto_busca2{
   float:left;
    width:47%;
    display:table;
}
.texto_busca3{
   float:right;
    width:47%;
    display:table;
}

.texto_busca h1{
    color:#808080;
    font-size:16px;
    font-weight:400;
    margin-right:10px;
    margin-bottom:6px;
    width:100%;
    

}
.texto_busca2 h1{
    color:#808080;
    font-size:16px;
    font-weight:400;
    margin-right:10px;
    margin-bottom:6px;
    width:100%;
    

}
.texto_busca3 h1{
    color:#808080;
    font-size:16px;
    font-weight:400;
    margin-right:10px;
    margin-bottom:6px;
    width:100%;
    

}

.form_palavra{
    padding:5px;
    width:100%;
    font-size:16px;
    border:1px solid #ccc !important;
}

#txtDataInicial{
    width:100%;
    padding:5px;
    font-size:16px;
   
    
}
#txtDataFinal{
    width:100%;
    padding:5px;
    font-size:16px;

}
.btn_buscar{
    /*background-color: #C1272D;*/
    background-color: #0f3d60;
    text-transform:uppercase;
    color: #FFFFFF;
    /*display: table;*/
    font-size:15px;
    font-weight: 400;
    padding: 4px 8px;
    text-align: center;
    position:absolute !important;
    border:0;
    cursor:pointer;
}
.btn_buscar:hover {
    /*background-color: #ae2228;*/
    background-color: #0b2c45;

}
.btn_aplicar{
    font-size: 14px;
    margin-right: 10px;
    font-weight:700;
    padding: 5px;
    width: 64px;
    background:#8e1b20;
    color:#fff;
    border:0;
    cursor:pointer;
    transition:all 0.3s;
    

}
.btn_aplicar:hover{
    background:#711418;
    transition:all 0.3s;

}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background:#C1272D !important;
    color:#fff !important;
    border: 0 !important;
}
.legenda_calendario{
    margin-top:10px;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:28px;
    width: 100%;
    display:table;
    margin-top: 13px;

}
.margem
{
    padding: 9px 14px;
}

.avisos {
    display: table;
    width: 90%;
}
.avisos h2 {
	font-style:italic;
	font-weight:400;
	color:#c1272d;
	font-size:28px;
	border-bottom: 1px solid #428bca;
	padding-bottom:10px;
}
.avisos ul{
   display:table;
   margin-bottom:40px;	
}
.avisos li {
    border-bottom: 1px solid #428bca;
	list-style:none;
	padding:20px 0 10px 0;
	display:table;
	width:100%;
}
.data_aviso {
	float:left;
	width:10%;
	/*color:#c1272d;*/
    color: #0f3d60;
	font-size:16px;
	font-weight:700;
	padding-top:1px;
}
.info_aviso {
	float:right;
	width:85%;
}
.info_aviso h3 {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
        margin-top: 0px;
}
.info_aviso p {
	font-size:13px;
	text-align:justify;
	color: #82766c;
	font-weight:400;
	padding-bottom:20px;
	
}
.btn_avisos {
    /*color:#c1272d;*/
    color:#0f3d60;
	font-size:14px;
	padding:1px 6px;
	font-weight:700;	
	float:right;
}
.btn_avisos:hover {
	color:#fff;
	/*background-color:#c1272d;*/
    background-color:#0f3d60;
	padding:1px 6px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;
	
	
    
}