@charset "utf-8";
/* VectorDefector Events / v-calendar CSS Document */

/* v-calendar */
.v-calendar-header { 
	width: 100%; 
	margin: 25px 0 25px 0; 
	text-align: center; 
}

.prevMonth { 
	float: left; 
	padding: 5px; 
	border: 1px solid #ccc; 
}

.nextMonth { 
	float: right; 
}

.mainBtn { 
	/*padding: 5px 8px 5px 8px;*/
	/*border: 1px solid #ccc;*/
    padding: -1px 8px 5px 8px;
	border-radius: 4px; 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
	cursor: pointer;
}

.dateTitle { 
	font-size: 28px; 
	font-weight: bold; 
}

table.v-calendar {  
	width: 100%; 
}

tr.v-calendar-row	{  
}

td.v-calendar-day	{ 
	position: relative; 
	display: table-cell;
}

td.v-calendar-day:hover	{ 
	background:#eceff5; 
}

td.v-calendar-day-np	{ 
	background:#eee; 
}

td.v-calendar-day-head { 
	font-weight:bold; 
	text-align:center; 
	border-bottom:1px solid #eee; 
	padding: 0 0 5px 0;
}

div.day-number { 
	background-color:#EAF4FF; 
	color:#333; 
	font-size: 90%; 
	width:97%; 
	padding: 1% 3% 0 0; 
	text-align:right; 
}

.v-calendar-day-event {
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 80%;	
}

.v-cal-event-hover {
	position: absolute;
	width: 100%;
	min-width: 200px;
	margin: -1px 0 0 8px;
	max-width: 200px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 100% !important;
	box-shadow: 0 0 3px #666;
	border-radius:6px;
	padding: 10px;	
	z-index: 1000;
	display: none;
}

.v-calendar-day-data .v-calendar-link{
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;	
}

.v-calendar-day-data:hover .v-cal-event-hover {
	display: block;
}

.v-calendar-day-data h3 {
	margin: 0 0 15px 0;	
}

/* shared */

td.v-calendar-day, td.v-calendar-day-np {  
	border:1px solid #ddd; 
	max-width: 80px;
	height: 80px; 
	vertical-align: top; 
	border-radius: 4px;
	/*overflow: hidden;*/
}

.calendarHeader {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;	
}

.calendarHeader td {
	text-align: left;
	vertical-align: top;
}

.clear {
	clear: both;	
}

  
/* for widget events */
.v-cal-widget {
	
}

.v-cal-widget tr:first-child {
	background: rgb(244, 244, 191) !important;
	background: -moz-linear-gradient(90deg, rgb(244, 244, 191) 0%, rgb(255, 255, 255) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgb(244, 244, 191) 0%, rgb(255, 255, 255) 100%) !important;
	background: -o-linear-gradient(90deg, rgb(244, 244, 191) 0%, rgb(255, 255, 255) 100% !important);
	background: -ms-linear-gradient(90deg, rgb(244, 244, 191) 0%, rgb(255, 255, 255) 100%) !important;
	background: linear-gradient(180deg, rgb(244, 244, 191) 0%, rgb(255, 255, 255) 100%) !important;
	border-top: 1px solid #f0f0a9 !important;
}


.v-cal-widget tr {
	background: rgb(242, 242, 242);
	background: -moz-linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	border-top: 1px solid #e5e5e5;
}

.v-dateWrapper {
	display: inline-block;
	width: 90%;
	min-width: 40px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	background-color: #7bccc8;
	
}

.v-entry {
	background: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 5px;
	font-size: 80%;
}


.v-day {
	font-size: 60% !important;
	font-weight: normal !important;
}

/* archive / agenda styles */

.eventsNav li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 8px 12px 8px 12px;
}

.eventsNav li:first-child {
	border-right: 1px solid #cbc8c7;
	padding: 8px 22px 8px 12px;
}

.eventsNav li a {
	color: #666;
	font-size: 18px;
} 

.eventsNav li:hover {
	background-color: #ffefe0;
	border-radius: 4px;
}

.eventsNav li:hover a {
	color: #2B2B2B;
}

.vdcal-archive {
	margin: 15px 0 15px 0;	
	font-size:18px;
}

.vdcal-archive a {
	color: #2B2B2B;	
}

.vdcal-archive .linkDetails {
	font-size: 14px;
	color: #E75204;	
	margin: -5px 0 0 0;
}

.vdcal-archive .eventsHeader {
	background-color: #eee;
	font-size: 120%;	
}

.vdcal-archive .eventsHeader td {
	padding: 5px 0 5px 15px;	
}

.vdcal-archive .entryRow td {
	padding: 15px;
}

.vdcal-archive .entryRow {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.vdcal-archive .entryRow:hover {
	background-color: #f5f5f5;	
}

.vdcal-archive .v-month {
	border-bottom: 5px solid #e75204;
	text-transform: uppercase;
	color:#382e2b;
	font-size: 32px;
	margin: 0;
	max-width: 50px;
}

.vdcal-archive .v-date {
	display: inline-block;
	text-transform: uppercase;
	color:#382e2b;
	font-size: 50px;
	margin: 0;
    margin-top: 13px;
	max-width: 50px;
}




