@CHARSET "ISO-8859-1";


/* Agenda */
.gv-agenda {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	border-style: solid;
	border-color: #cfcfcf;
	border-width: 1px 0px 0px 1px;
}
.gv-agenda th{
	padding: 2px;	
	font-weight: lighter;
	font-family:"Segoe UI",Arial, Tahoma, Verdana;	
	background-color: #f2f2f2;
	border-style: solid;	
	border-color: #cfcfcf;
	border-width: 0px 1px 1px 0px;
	cursor: default;
	text-align:center;
	text-transform:uppercase;
	background-image:linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-webkit-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-ms-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-o-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
}

.gv-agenda td{
	position:relative;	
	border-style: solid;	
	border-color: #cfcfcf;
	border-width: 0px 1px 1px 0px;
	background-image:linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-webkit-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-ms-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	background-image:-o-linear-gradient(bottom , rgba(0,0,0,0.05),rgba(0,0,0,0));
	/*overflow:hidden;*/
	vertical-align:top;
}
.gv-agenda td div.horarios-container { 
	position:relative;
	padding: 2px 5px;
}

.gv-agenda td.horario {
	width: 50px;
	text-align: center;
	font-weight: lighter;
	font-family:"Segoe UI",Arial, Tahoma, Verdana;	
	background-color: #f2f2f2;
	cursor: default;
	color:#936316;	
}

.gv-agenda td.compromisso{
	/*background-color: #DCE7F4;*/
	cursor: pointer;
}

.gv-agenda td.livre{
	color: #AAAAAA;	
	cursor: pointer;
}
.gv-agenda td.livre:hover { 
	background-color:#fcff4b;	
	cursor: pointer;
	color:#333;
}
.gv-agenda td.noedit,
.gv-agenda td.noedit:hover{
	cursor: default !important;
	background:#fff !important;
	color:#aaa;
}
.gv-agenda td .compromisso { 
	right:0px;
	left:0px;
	position:absolute; 
	background:#30a5ff; 
	color:#fff;
	font-weight:lighter;
	font-family:Segoe UI;
	text-align:left;
	border-top:1px solid #1c79bf;
	z-index:1000;
	vertical-align:middle;
	font-size:10px;
	padding:2px 0px 3px 5px;
	background-image:linear-gradient(bottom , rgba(0,0,0,0.1),rgba(0,0,0,0));
	background-image:-webkit-linear-gradient(bottom , rgba(0,0,0,0.1),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(bottom , rgba(0,0,0,0.1),rgba(0,0,0,0));
	overflow:hidden;
}
.gv-agenda td .compromisso:hover { 
	background:#89cbff;
}
.x-date-picker { border: 1px solid #1b376c; border-top: 0 none; background: #fff; position: relative; width: 117px; }