
/* 

DayPilot Calendar Theme 
http://themes.daypilot.org/calendar/theme/kdhs3m

Compatibility:

DayPilot Pro for JavaScript 7.8
http://javascript.daypilot.org/

DayPilot Pro for ASP.NET WebForms 7.8
http://www.daypilot.org/

DayPilot Pro for ASP.NET MVC 7.8
http://mvc.daypilot.org/

DayPilot Pro for Java 7.6
http://java.daypilot.org/

DayPilot Lite for ASP.NET WebForms 4.1
http://www.daypilot.org/daypilot-lite.html


*/

.calendar_azprojet_main 
{
	border: 1px solid #6e5e8b;
     /*height:571px !important;*/
}

.calendar_azprojet_main, .calendar_azprojet_main td 
{
	font-family: Tahoma;
	font-size: 12px;
}

.calendar_azprojet_event { 
	
}

.calendar_azprojet_event_inner { 
	position: absolute;
	overflow: hidden;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	margin: 0px;

	color: #404040;
	background-color: #ffffff;
	
	
	
	padding: 2px;
	
	
	padding-left: 7px;
	
	
	border: 1px solid #6e5e8b;
	
	cursor:pointer;
	
	
	
}

.calendar_azprojet_alldayevent { 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.calendar_azprojet_alldayevent_inner { 
	position: absolute;
	overflow: hidden;
	
	left: 1px;
	right: 0px;
	top: 1px;
	bottom: 0px;
	
	margin: 0px;

	color: #404040;
	background-color: #ffffff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));  
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc);
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc);
	background: linear-gradient(top, #ffffff 0%, #cccccc);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#cccccc");
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	
	padding: 2px;
	
	
	text-align: left;
	
	
	
}

.calendar_azprojet_alldayheader_inner
{
	text-align: center; 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #6e5e8b;
	border-bottom: 1px solid  #6e5e8b;

	color: #404040;
	background: #fbfbfb;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: linear-gradient(top, #ffffff 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#e9e9e9");
	

}
.calendar_azprojet_header_inner
{
	padding-top: 7px;
	text-align: center; 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #6e5e8b;
	border-bottom: 1px solid #6e5e8b;
	
	color: #404040;
	background: #fbfbfb;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: linear-gradient(top, #ffffff 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#e9e9e9");
	
}
.calendar_azprojet_colheader_inner
{
	padding-top: 7px;
	text-align: center; 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #6e5e8b;
	border-bottom: 1px solid #6e5e8b;
	
	color: #404040;
	background: #fbfbfb;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: linear-gradient(top, #ffffff 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#e9e9e9");
	
}

.calendar_azprojet_rowheader_inner
{
	/*font-size: 14px;*/
	
	text-align: right; 
	position: absolute;
	top: -2px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #6e5e8b;
	border-bottom: 1px solid  #6e5e8b;
	
	color: #404040;
	background: #fbfbfb;
	
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: -moz-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: -ms-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: -o-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: linear-gradient(left, #ffffff 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#e9e9e9", GradientType=1);
	
}

.calendar_azprojet_rowheader_minutes 
{
	font-size:10px; 
	vertical-align: super; 
	padding-left: 2px;
	padding-right: 2px;
}

.calendar_azprojet_corner_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #6e5e8b;
	border-bottom: 1px solid  #6e5e8b;

	color: #404040;
	background: #fbfbfb;
	
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: -moz-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: -ms-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: -o-linear-gradient(left, #ffffff 0%, #e9e9e9);
	background: linear-gradient(left, #ffffff 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#e9e9e9", GradientType=1);
	
}

.calendar_azprojet_cornerright_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #6e5e8b;
	border-bottom: 1px solid  #6e5e8b;

	color: #404040;
	background: #fbfbfb;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9);
	background: linear-gradient(top, #ffffff 0%, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#e9e9e9");
	

}

.calendar_azprojet_rowheader_inner {
	padding: 2px;
}

.calendar_azprojet_cell_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #f3e4b1;
	border-bottom: 1px solid #f3e4b1;
	background: #ffffd5;
}

.calendar_azprojet_cell_business .calendar_azprojet_cell_inner {
	background: #ffffd5;
}

.calendar_azprojet_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	color: #ffffff;
	background: #f10000;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fd0000), to(#e50000));
	background: -webkit-linear-gradient(top, #fd0000 0%, #e50000);
	background: -moz-linear-gradient(top, #fd0000 0%, #e50000);
	background: -ms-linear-gradient(top, #fd0000 0%, #e50000);
	background: -o-linear-gradient(top, #fd0000 0%, #e50000);
	background: linear-gradient(top, #fd0000 0%, #e50000);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#fd0000", endColorStr="#e50000");
	
}

.calendar_azprojet_shadow_inner 
{
	background-color: #666666;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.calendar_azprojet_event_bar
{
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 5px;
	background-color: #6e5e8b;
}

.calendar_azprojet_event_bar_inner  
{
	position: absolute;
	width: 5px;
	background-color: #6e5e8b;
}



.calendar_azprojet_event_delete {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAI5JREFUKFNtkLERgCAMRbmzdK8s4gAUlhYOYEHJEJYOYOEwDmGBPxC4kOPfvePy84MGR0RJ2N1A8H3N6DATwSQ57m2ql8NBG+AEM7D+UW+wjdfUPgerYNgB5gOLRHqhcasg84C2QxPMtrUhSqQIhg7ypy9VM2EUZPI/4rQ7rGxqo9sadTegw+UdjeDLAKUfhbaQUVPIfJYAAAAASUVORK5CYII=) center center no-repeat; 
	opacity: 0.6; 
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'; 
	cursor: pointer;
}

.calendar_azprojet_event_delete:hover {
	opacity: 1;
	-ms-filter: none;
}

.calendar_azprojet_scroll_up {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAB3RJTUUH2wESDiYcrhwCiQAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAARnQU1BAACxjwv8YQUAAACcSURBVHjaY2AgF9wWsTW6yGMlhi7OhC7AyMDQzMnBXIpFHAFuCtuaMTP+P8nA8P/b1x//FfW/HHuF1UQmxv+NUP1c3OxMVVhNvCVi683E8H8LXOY/w9+fTH81tF8fv4NiIpBRj+YoZtZ/LDUoJmKYhsVUpv0MDiyMDP96sIYV0FS2/8z9ICaLlOhvS4b/jC//MzC8xBG0vJeF7GQBlK0xdiUzCtsAAAAASUVORK5CYII=);
}

.calendar_azprojet_scroll_down {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAALiMAAC4jAXilP3YAAACqSURBVChTY7wpam3L9J+xmQEP+PGPKZZxP4MDi4zI78uMDIwa2NT+Z2DYovrmiC+TI8OBP/8ZmEqwGvif4e8vxr+FIDkmEKH25vBWBgbG0+iK/zEwLtF+ffwOXCGI8Y+BoRFFIdC030x/WmBiYBNhpgLdswNJ8RSYaSgmgk39z1gPUfj/29ef/9rwhQTDHRHbrbdEbLvRFcGthkkAra/9/uMvhkK8piNLAgCRpTnNn4AEmAAAAABJRU5ErkJggg==);
}

.bubble_default_main_inner 
{
	border-radius: 5px;

	font-size: 12px;
	padding: 4px;
	color: #666;
	 
	border: 1px solid #9366B4 !important ;
    max-width: 400px !important;
}