:root {
  --primary: #1976d2;
  --body: #fff;
  --text-menu: #fff;
  --text-body: #4b4b4b;
}

:root .dark-theme {
  --primary: #0d47a1;
  --body: #4b4b4b;
  --text-menu: #fff;
  --text-body: #fff;
}


body{
	/* background-image:url(../images/b.jpg); /* pano de fundo  */ */
	/* background-color: var(--body); */




	margin:auto	;
	 color:#000; */ */
	/*width:1200px;*/
	width:100%;
	min-height:900px;*/
	font-family: 'Open Sans', sans-serif;
}

#modal_contatos{
	height: 350px;
	overflow: auto;
}

header{
	width:100%;
	/*height: 60px;  */
	float:left;
	/*background-color:#999;	*/
	border-bottom:1px solid #CCC;
}

header .navbar-brand{
	height: auto;
}

ul.navbar-nav{
	margin-top: 30px;
}


/* MODAL CONTATOS */

.contato.item{
	cursor: pointer;
	width: 33%;
	height: 100px;
	overflow: hidden;
	background: rgb(220,220,220);
	float: left;
	padding: 5px;
	border: 5px solid white;
	font-size: 10.5pt;
}

.contato.item.selecionado{
	/* background: rgb(200,220,255); */
	background: rgb(200,220,200);
}

.lista.item{
	width: 100%;
	font-size: 10.5pt;
	background: rgb(220,220,220);
	float: left;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	padding: 5px;
	border: 5px solid white;
}
.lista.item.selecionado{
	width: 100%;
	background: rgb(220,230,250);
	float: left;
}


#logo{
	width:188px;
	height:75px;
	/* background-color:#FFF; */
	float:left;
	vertical-align:auto;
	padding-left:7px;

	/*border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;	*/
}

#container{
	max-width:1200px; /*vai dar suporte a resoluções de até 970px*/
	width:100%;  /*100% da tela menor que 970px*/
	height:auto;
	margin:auto;
}

#container > main{
	min-height: 600px;
	float: left;
	width: 100%;
}
px{
	height: 30px;
}
footer {
	/*border-top:1px solid;
	position: fixed;
	height: 150px;
	bottom: 0;
	/*width: 100%;
	width:970px; */


	border-top:1px solid;
	width:100%; /*1050px;*/
	height:auto;
	/*text-align:center;*/
	/* color:#73B9FF; */
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	font-size:14px;
}

/*label {
display: block;
width: 150px;
float: left;
height: 11px;
color: #000000;
padding-top: 3px;
}     */
label{
	width: 150px;
	font-size: 14px;
	font-Height: normal;
	line-height: 20px;
	padding: 15px 0px 0px 0px;
}
button,select,textarea ,date,datepicker{
	width: 150px;
	font-size: 14px;
	font-Height: normal;
	line-height: 20px;
}

input,button,select,textarea ,date,datepicker
{
	font-family:"calibri" ;
	text-transform:uppercase;
}
/*
input[type=text],input[type=tel] ,input[type=password], select,textarea,datepicker,date{
padding: 5px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
box-shadow: 1px 1px 2px #333333;
-moz-box-shadow: 1px 1px 2px #333333;
-webkit-box-shadow: 1px 1px 2px #333333;
background: #cccccc;
border:1px solid #000000;
width:150px;
Height:35px;

} */

input[type=text]:hover, textarea:hover, select:hover,date:hover{
	background: #ffffff; border:1px solid #990000;
}

/*textarea{
border: 1px solid #000000;
background:#cccccc;
width:150px;
height:100px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
box-shadow: 1px 1px 2px #333333;
-moz-box-shadow: 1px 1px 2px #333333;
-webkit-box-shadow: 1px 1px 2px #333333;
}*/

input[type=submit]{
	background:#006699;
	color:#ffffff;
}


p{
	font-family:"arial";  /*"Tribuchet"; */
	font-size: 16px;
	/*letter-spacing: 4px; // espaçamento entre letras*/
	line-height:16px; // espaçamento entre linhas
	/*padding: 20px 40px 80px 5px;*/
}


.example {
	width: 650px;
	height: 20px;
	float:right;
	border: 5px #000 solid;
	margin: 5px auto;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom=5px;
}


/* main menu styles */
#nav {
	display:inline-block;
	width:100%;
	margin:0px auto;
	padding:0;
	background:#335599 url(../images/bg.png) repeat-x 0 -110px;

	border-radius:10px; /*some css3*/
	-moz-border-radius:2px;
	-webkit-border-radius:5px;
	/*box-shadow:0 2px 2px rgba(0,0,0, .5);
	-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5); */
}
#nav li {
	margin:2px; /* espaço entre os botões */
	float:left;
	position:relative;
	list-style:none;
}
#nav a {
	font-weight:bold;
	color:#e7e5e5;
	text-decoration:none;
	display:block;
	padding:8px 20px;

	border-radius:10px; /*some css3*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-shadow:0 2px 2px rgba(0,0,0, .7);
}

/* selected menu element */

#nav .current a, #nav li:hover > a {
	background:#7788aa url(../images/bg.png) repeat-x 0 -20px;
	color:#000;
	border-top:1px solid #f8f8f8;

	box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3 */
	-moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
	text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
	background:none;
	border:none;
	color:#000;
}
#nav ul li a:hover {
	background:#335599 url(../images/bg.png) repeat-x 0 -100px;
	color:#fff;

	border-radius:10px; /*some css3*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child > a {
	-moz-border-radius-topleft:10px; /*some css3*/
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
	-moz-border-radius-bottomleft:10px; /*some css3*/
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/* drop down */
#nav li:hover > ul {
	opacity:1;
	visibility:visible;
}
#nav ul {
	opacity:0;
	visibility:hidden;
	padding:0;
	width:175px;
	position:absolute;
	background:#aabbcc url(../images/bg.png) repeat-x 0 0;
	border:1px solid #7788aa;

	border-radius:10px; /*some css3*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 2px 2px rgba(0,0,0, .5);
	-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);

	-moz-transition:opacity .25s linear, visibility .1s linear .1s;
	-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
	-o-transition:opacity .25s linear, visibility .1s linear .1s;
	transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
	float:none;
	margin:0;
}
#nav ul a {
	font-weight:normal;
	text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
	left:160px;
	top:0px;
}


fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;

}

main, footer, #navbar{
	background: white;
}

.container-fluid.header{
	padding: 0px;
}




/*
/*
/*MEDIA QUERY*/
/*
@media screen and (max-width:768px){ /*TABLET NA VERTICAL
#anunciotablet{
display:block;
}
}

@media screen and (max-width:640px){ /*TABLET NA VERTICAL
#anunciotablet{
display:none;
}

nav a{
margin-left:15px;
margin-right:15px;
}

#logo{
width:170px;
}

article,aside{
width:100%;
}
}

@media screen and (max-width:320px){ /*TABLET NA VERTICAL
header{
display:none

}
nav a{
display:block;
background-color:#EEE;
margin:0 0 2px 0;
padding:5px 0;
}
} */




/*Calendário */
#calendario{
	background: #523a45;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: auto;
}
#calendario tr{
}

.dias td{
	width: 150px;
	height: 150px;
	background: #111;

	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.dias td:hover{
	background: #fff;  /* muda a cor do dia */
	color: #111;
}

.dias td .dias{
	text-align: left;
}

.dias .hoy{
	background: #eee;
	color: #fff;
	border: 1px solid #fff;
}

#links{
	color: #fff;

	font-size: 14px;
}

.highlight{
	color: blue;
	font-weight: bold;
}


/*tooltip*/
/*.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
margin-left: -60px;
}

.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}*/
/*Fim do ToolTip*/

#navbar.collapse{
	display: inline-block;
}
