.skin-smart .wrapper {}

.wcalendarall {font-family: 'Prompt'; font-size: 16px; }
.wcalendarall h2 {font-family: 'Prompt'; }
.wcalendarall .detail {position: relative; }
.wcalendarall .detail .btn-more {
	position: absolute;
	top: 50%;
	right: 0; 
	color: #fff;
	background: #0973D7;
	padding: 3px 10px 3px;
	line-height: 1.5;
	font-size: 22px;
	transform-style: preserve-3d;
	transition: background 350ms ease-in-out,color 350ms ease-in-out;
}
.wcalendarall .detail .btn-more:hover{background: #2D4B8B;}

.wcalendarall .detail .main {
	text-align: center;
	font-family: 'Prompt';
	font-size: 65px;
	font-weight: bold;
	color: #0E1E4D;
}
.wcalendarall .detail .sub {
	text-align: center;
	font-family: 'Prompt';
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 80px;
}

.wcalendarall .navbar-header {
	background: #00104C;
    margin-bottom: 13px;
}


.wcalendarall .inbar {
	display: none;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 20px;
}

.wcalendarall .navbar-toggle {
	position: relative;
	float: right;
	padding: 0px 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 50px;
	height: 30px;
}
.wcalendarall .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 26px;
	height: 3px;
}

@media only screen and (max-width: 767px) {
	.wcalendarall .inbar {top: auto !important;}
	.wcalendarall .inbar {display: block;}
}


.wcalendarall .schedule {
	text-align: center;
}

.wcalendarall .content-list {
	margin-bottom: 15px;
}
.wcalendarall .content-list .endregis {font-family: 'Prompt' ;background: #fb9d29b0;color: #fff;width: 40%;text-align: center;font-size: 22px;padding: 5px;position: absolute;z-index: 99;top: 5%;right: 10%;}
.wcalendarall .content-list .data-img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	border: solid 1px #eee;
	border-bottom: none;
	position: relative;
}

.wcalendarall .content-list .data-content {
	background: #fff;
	padding: 15px;
	border: solid 1px #eee;
}

.wcalendarall .content-list .data-content .data-title {
	color: #333;
	overflow: hidden;
	line-height: 1.2;
	height: 50px;
	margin: 0px 0px 10px;
	display: block;
}

.wcalendarall .content-list .data-content .data-title:hover {
	text-decoration: none;
	color: #000;
}

.wcalendarall .content-list .data-content .data-date {
	margin: 0;
	font-size: 18px;
	color: #00104C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wcalendarall .content-list .data-content .data-date em {
	margin-left: 1px;
	margin-right: 10px;
}

.wcalendarall .content-list .data-content .data-location {
	margin: 0;
	font-size: 18px;
	color: #00104C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wcalendarall .content-list .data-content .data-location em {
	margin-left: 3px;
	margin-right: 15px;
}
.wcalendarall .content-list .data-content .data-department img { width: 24px; display: inline; margin-right: 10px;}

.wcalendarall .content-list .data-hashtag {
	font-family: tahoma;
	background: #eee;
	padding: 3px 10px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 26px;
}

.wcalendarall .content-list .data-hashtag div {
	background: #000;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	border-radius: 5px;
	font-size: 18px;
	margin-right: 10px;
}

.wcalendarall .content-list .data-moments {
	margin-top: 10px;
}

.wcalendarall .content-list .data-moments span {
	font-family: tahoma;
	font-size: 13px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wcalendarall .nav-sche {
	display: flex;
	gap: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.wcalendarall .nav-sche::before,
.wcalendarall .nav-sche::after {
	display: unset;
	content: none;
}

.wcalendarall .nav-sche > li {
	flex: 1;
	font-size: 20px;
}

.wcalendarall .nav-sche .nav-item {
	background-color: #868686;
}

.wcalendarall .nav-sche>li>a {
	font-size: 30px;
	color: #fff;
}

.wcalendarall .nav-sche>li.active>a,
.wcalendarall .nav-sche>li.active>a:focus,
.wcalendarall .nav-sche>li.active>a:hover {
	background-color: #0973D7;
}

@media only screen and (max-width: 767px) {
	.wcalendarall .nav-sche {
		flex-direction: column;
		gap: 0px;
	}
}


.wcalendarall .nav-subsche1,
.wcalendarall .nav-subsche2 {
	margin-bottom: 30px;
}

.wcalendarall .nav-subsche1>li,
.wcalendarall .nav-subsche2>li {
	float: none;
	display: inline-block;
	zoom: 1;
	font-size: 20px;
}

.wcalendarall .nav-subsche1,
.wcalendarall .nav-subsche2 {
	text-align: center;
}

.wcalendarall .nav-subsche1>li>a,
.wcalendarall .nav-subsche2>li>a {
	line-height: 30px;
	font-size: 30px;
	color: #000;
	text-align: left;
}

.wcalendarall .nav-subsche1>li.active>a,
.wcalendarall .nav-subsche1>li.active>a:focus,
.wcalendarall .nav-subsche1>li.active>a:hover,
.wcalendarall .nav-subsche2>li.active>a,
.wcalendarall .nav-subsche2>li.active>a:focus,
.wcalendarall .nav-subsche2>li.active>a:hover {
	color: #00104c;
	font-size: 30px;
	line-height: 30px;
	border-bottom: 2px solid;
}

.wcalendarall .btn-loadmore {
	background: #00104C;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 20px;
}

.wcalendarall .no-data {
	padding: 100px;
	text-align: center;
	background: #fbfbfb;
	color: #999;
	border: solid 1px #00104C;
}

.wcalendarall .no-data em {
	font-size: 60px;
}

.wcalendarall .no-data div {
	font-size: 27px !important;
	margin-top: 10px !important;
}




/* Calendar Week */
.wcalendarall .div-week-event {
	position: relative; 
	padding-left: 40px; 
	padding-right: 40px;
	margin-bottom: 10px;
	background-color: #fff;
	padding-top: 5px;
    padding-bottom: 5px;
}
.wcalendarall .div-week-event .weekPrevIcon {position: absolute; top: 50%; left : 10px; transform: translate(0, -50%);}
.wcalendarall .div-week-event .weekNextIcon {position: absolute; top: 50%; right : 10px; transform: translate(0, -50%)}

.wcalendarall .divWeek .week-tab {
	color:#333333 !important; 
	line-height: 1.5; 
	padding: 10px 15px; 
	cursor: pointer; 
	border-bottom: 2px solid #fff; 
	background-color: #fff; 
	text-align: left;
	transition: .5s;
}
.wcalendarall .divWeek .week-tab:hover{background-color: #003d7b !important;color: #ffffff !important;}
.wcalendarall .divWeek .week-tab.actived {color: #ffffff !important;background: #003d7b;}
@media (min-width: 1024px) and (max-width: 1200px) {
	.wcalendarall .divWeek #subsche1-tabContent #subscheevent1 .event-detail-img {    width: 152px;}
	.wcalendarall .divWeek .week-tab,
	.wcalendarall .divWeek .week-tab .week-info-day{font-size: 22px !important;}
}

.wcalendarall .subscheevent1-week {
	color: #000;
}
.wcalendarall .subscheevent1-week .item-list {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: rgb(255 255 255 / 60%);
	cursor: pointer;
}
.wcalendarall .subscheevent1-week .item-list .data-box {
	padding: 15px 15px 10px 15px;
	border: 0px solid #ccc;
	display: flex;
}
.wcalendarall .subscheevent1-week .item-list .data-dot {
	width: 25px;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
}
.wcalendarall .subscheevent1-week .item-list .data-title {
	flex: 1;
	line-height: 30px;
}


/* Calendar Month .wcalendarall .wcalendarallmonth */
.wcalendarall .wcalendarallmonth .div-main .div-filter {}
.wcalendarall .wcalendarallmonth .div-main .div-filter .div-filter-box {border: 1px solid #DDD; padding: 5px; margin-bottom: 15px;}
.wcalendarall .wcalendarallmonth .div-main .div-filter .div-filter-box .div-filter-title {font-weight: bold; border-bottom: 1px solid #ddd; padding: 5px; margin-bottom: 5px;}
.wcalendarall .wcalendarallmonth .div-main .div-filter .div-filter-box .div-filter-select {max-height: 250px; overflow-y: auto; overflow-x:hidden;}
.wcalendarall .wcalendarallmonth .div-main .div-filter .div-filter-box .div-filter-select label {font-weight: normal; white-space: nowrap; padding: 2px;}

.wcalendarall .wcalendarallmonth .header-title {text-align: center; margin-bottom: 10px;}
.wcalendarall .wcalendarallmonth .header-title h3 {color: #2D529A; font-weight: bold;}
.wcalendarall .wcalendarallmonth .project, 
.wcalendarall .wcalendarallmonth .resource {display: block;}
.wcalendarall .wcalendarallmonth img.project-logo {width: 20px; height: 20px; object-fit: scale-down; margin-right: 5px;}

.wcalendarall .wcalendarallmonth .fc-view-harness {background-color: #fff;}
.wcalendarall .wcalendarallmonth th.fc-day-header.fc-widget-header {padding: 5px;}
.wcalendarall .wcalendarallmonth span.fc-day-number {font-size: 14px;}
.wcalendarall .wcalendarallmonth .fc-center h2 {font-size: 40px !important;}
.wcalendarall .wcalendarallmonth .fc-day-grid-event .fc-time {display: none}

@media screen and (max-width: 767px) {
	.wcalendarall .wcalendarallmonth .div-main .div-calendar {width: 100%;}
	.wcalendarall .wcalendarallmonth .fc-center {margin-top: 20px;}
	.wcalendarall .wcalendarallmonth .fc-center h2 {font-size: 26px;}
	.wcalendarall .wcalendarallmonth .fc-day-grid-container.fc-scroller {height: 100% !important;}
	.wcalendarall .wcalendarallmonth .fc-time-grid-container.fc-scroller {height: 200px !important;}
	.wcalendarall .wcalendarallmonth .btn-more {right: 0px;top: -135px;color: #fff; }

}

.wcalendarall .wcalendarallmonth .divRadio::-webkit-scrollbar,
.wcalendarall .wcalendarallmonth .fc-scroller::-webkit-scrollbar {
	width: 5px;
	border-radius: 20px;
}
.wcalendarall .wcalendarallmonth .divRadio::-webkit-scrollbar-track,
.wcalendarall .wcalendarallmonth .fc-scroller::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
.wcalendarall .wcalendarallmonth .divRadio::-webkit-scrollbar-thumb,
.wcalendarall .wcalendarallmonth .fc-scroller::-webkit-scrollbar-thumb {
	background: #cccccc; 
}
.wcalendarall .wcalendarallmonth .divRadio::-webkit-scrollbar-thumb:hover,
.wcalendarall .wcalendarallmonth .fc-scroller::-webkit-scrollbar-thumb:hover {
	background: #a3a3a3; 
}
.wcalendarall .wcalendarallmonth .fc-icon, 
.wcalendarall .wcalendarallmonth .fc-toolbar .fc-center { margin-left: 17%;}
.wcalendarall .wcalendarallmonth .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.wcalendarall .wcalendarallmonth .calendar-event-list .list-project-logo img { width: 80px; height: 80px; object-fit: contain; }
.wcalendarall .wcalendarallmonth .calendar-event-list .list-info { font-size: 12px; margin-left: 90px; line-height: 2; border-bottom: solid 1px #ddd;  margin-bottom: 10px; padding-bottom: 10px; }
.wcalendarall .wcalendarallmonth .calendar-event-list .info-issue-date { width: 49%; display: inline-block; }
.wcalendarall .wcalendarallmonth .calendar-event-list .info-issue-responsible { width: 49%; display: inline-block; }
.wcalendarall .wcalendarallmonth .calendar-event-list .list-box:last-child { border: none; }
.wcalendarall .wcalendarallmonth .calendar-event-list .list-box .list-info:last-child { border: none; }
@media screen and (max-width: 1024px) {
	.wcalendarall .wcalendarallmonth .calendar-event-list .info-issue-date { width: 100%; display: block; }
	.wcalendarall .wcalendarallmonth .calendar-event-list .info-issue-responsible { width: 100%; display: block; }
}
.wcalendarall .wcalendarallmonth .fc button{padding: 0px 5px;}
.wcalendarall .wcalendarallmonth .fc-center h2{	background-color: #d6d6d6;
	padding: 5px 30px;
	color: #00104c;
	font-weight: bold;
}
.wcalendarall .wcalendarallmonth #lstCategory {
	font-size: 35px;
	height: 48px;
	font-weight: bold;
	background-color: #d6d6d6;
	color: #00104c;
}
.wcalendarall .wcalendarallmonth .btn { border-radius: 0; padding-top: 4px; }
.wcalendarall .wcalendarallmonth .fc-state-default{	background-image: linear-gradient(to bottom,#00104c,#00104c);	color: #fff;}
.wcalendarall .wcalendarallmonth .fc-state-active,.fc-state-disabled,.fc-state-down, .fc-state-hover{	background-color: #00104c;	color: #fff;}

.wcalendarall .wcalendarallmonth .divCalendar.fc button, .divCalendar.fc table, body .divCalendar.fc {font-size: 16px;}
.wcalendarall .wcalendarallmonth .subsche2-category1 .lstMonthYear {background-color: #d6d6d6;	color: #00104c;	font-weight: bold;	font-size: 40px;	height: auto;	padding: 0px 20px 0px 55px;	line-height: 0.7;}
@media (max-width: 991px){
	.wcalendarall .wcalendarallmonth .section-event #schetime { margin: 10px auto; }
}

.wcalendarall .wcalendarallmonth .divCalendar .fc-basic-view .fc-day-grid-event {width: 16px; height: 16px; display: inline-block;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-basic-view .fc-day-grid-event .fc-title {display: none;}

.wcalendarall .wcalendarallmonth .divCalendar.fc {display: block;}
.wcalendarall .wcalendarallmonth .divCalendar.fc .fc-col-header-cell {padding: 10px;}
.wcalendarall .wcalendarallmonth .divCalendar.fc .fc-col-header-cell-cushion {color: #000;}
.wcalendarall .wcalendarallmonth .divCalendar.fc .fc-daygrid-day-number {color: #000;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-daygrid-day-events {padding-bottom: 5px;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-today-button {display: none;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-daygrid-event-harness {width: 16px; height: 16px; display: inline-block; margin-left: 5px;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-daygrid-event-harness .fc-daygrid-event {margin-right : 0px; margin-left: 0px;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-daygrid-event-harness .fc-h-event .fc-event-main {height: 16px;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-daygrid-event-harness .fc-h-event .fc-event-title {display: none;}

.wcalendarall .wcalendarallmonth .divCalendar .fc-toolbar { text-align: center; padding: 0px; margin-bottom: 10px; }
.wcalendarall .wcalendarallmonth .divCalendar .fc-toolbar-title { 
	width: 270px; 
	display: inline-block; 
	border-radius: 15px; 
	margin-left: 20px;  
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 24px;
	font-weight: bold;
	background-color: #d6d6d6;
	padding: 5px 30px;
	color: #00104c;
}
.wcalendarall .wcalendarallmonth .divCalendar .fc-toolbar .fc-toolbar-chunk h2.fc-toolbar-title span {
	font-weight: normal;
	padding-right: 10px;
	font-size: 24px;
}
.wcalendarall .wcalendarallmonth .divCalendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {display: none;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-toolbar .fc-next-button, .divCalendar .fc-toolbar .fc-prev-button {width: 40px; height: 37px; margin-top: -10px;text-align: center; padding-left: 0; padding-right: 0; vertical-align: middle;}
.wcalendarall .wcalendarallmonth .divCalendar .fc-toolbar .fc-next-button .fc-icon, .divCalendar .fc-toolbar .fc-prev-button .fc-icon {margin-left: 0; font-size: 22.5px; line-height: 14.5px;}


/* in code */
.wcalendarall .wcalendarallmonth .divCalendar .fc-header-toolbar .fc-center h2 {
	border-radius: 15px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 34px !important;
	font-weight: bold;
}

.wcalendarall .wcalendarallmonth .divCalendar .fc-header-toolbar .fc-center h2 span {
	font-weight: normal;
	padding-right: 10px;
	font-size: 31px;
}

.wcalendarall .wcalendarallmonth .lstMonthYear {
	height: 37px;
	border: none;
	border-radius: 15px;
	box-shadow: none;
	background: #d6d6d6;
	padding: 0px 20px 0px 55px;
}
.wcalendarall .wcalendarallmonth .lstMonthYear {
	font-size: 24px;
	font-weight: bold !important;
	padding-top: 2px;
	padding-bottom: 2px;
}

.wcalendarall .wcalendarallmonth .fc .fc-toolbar>*>* {
	margin-left: 20px;
}



.wcalendarall .wcalendarallmonth .fc-state-default.fc-corner-left,
.wcalendarall .wcalendarallmonth .fc-state-default.fc-corner-right {
	border-radius: 0;
}

.wcalendarall .wcalendarallmonth button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
.wcalendarall .wcalendarallmonth button.fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
	width: 40px;
	height: 47px;
}

.wcalendarall .wcalendarallmonth .fc-event {
	border-radius: 14px;
}

.wcalendarall .wcalendarallmonth .divCalendar .fc-header-toolbar .fc-center h2 {
	width: 270px;
}

.wcalendarall .wcalendarallmonth .monthcalen {
	margin-right: 21%;
}
.wcalendarall .wcalendarallmonth .monthcalen i {
	position: absolute;
	font-size: 24px;
	font-style: initial;
	top: 3px !important;
	left: 40px;
}

.wcalendarall .wcalendarallmonth .fc-event-container:hover {
	opacity: 1 !important
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.wcalendarall .wcalendarallmonth .monthcalen {
		width: 20%;
		margin-right: 17%;
	}

	.wcalendarall .wcalendarallmonth .fc-icon,
	.wcalendarall .wcalendarallmonth .fc-toolbar .fc-center {
		margin-left: 17%;
	}
}

@media (min-width: 991px) and (max-width: 1024px) {
	.wcalendarall .wcalendarallmonth .monthcalen {
		margin-right: 15%;
		width: 20%;
	}

	.wcalendarall .wcalendarallmonth .section_schedule .subsche2-category1 i {
		font-size: 35px;
	}

	.wcalendarall .wcalendarallmonth .divCalendar .fc-header-toolbar .fc-center h2 span {
		font-size: 35px;
	}

	.wcalendarall .wcalendarallmonth .divCalendar .fc-header-toolbar .fc-center h2 {
		font-size: 35px !important;
	}

	.wcalendarall .wcalendarallmonth .section_schedule .subsche2-category1 .lstMonthYear {
		padding: 0px 5px 0px 45px !important;
		font-size: 35px !important;
	}
}

@media (max-width:991px) {

	.wcalendarall .wcalendarallmonth .fc-icon,
	.wcalendarall .wcalendarallmonth .fc-toolbar .fc-center {
		margin-left: 0%;
	}

	.wcalendarall .wcalendarallmonth .monthcalen {
		margin-right: 6%;
	}

}

@media (max-width:768px) {
	.wcalendarall .wcalendarallmonth .monthcalen {
		float: none !important;
		margin: auto;
		width: 30%;
		margin-bottom: 10px;
	}

	.wcalendarall .wcalendarallmonth .calendar .calendar-header {
		width: 100%;
	}

	.wcalendarall .wcalendarallmonth .subsche2-category1 i {
		top: 3px !important;
	}

	.wcalendarall .wcalendarallmonth button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
	.wcalendarall .wcalendarallmonth button.fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
		height: 39px;
	}

	.wcalendarall .wcalendarallmonth .fc-basic-view th.fc-day-header.fc-widget-header {
		font-weight: normal !important;
		font-size: 16px;
	}
}

@media (max-width:575px) {
	.wcalendarall .wcalendarallmonth .monthcalen {
		width: 40%;
	}
}

@media (max-width: 425px) {
	.wcalendarall .wcalendarallmonth .section_schedule .nav-sche>li>a {
		width: 100%;
	}

	.wcalendarall .wcalendarallmonth .monthcalen {
		width: 45%;
	}

	.wcalendarall .wcalendarallmonth .divCalendar .fc-header-toolbar .fc-center h2 {
		width: 210px;
	}

	.wcalendarall .wcalendarallmonth button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
	.wcalendarall .wcalendarallmonth button.fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
		width: 30px;
		height: 37px;
	}
}

/* calendar year */
.wcalendarall .calendar-year.calendar {-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.wcalendarall .calendar-year.calendar:after{clear:both;content:"";display:block}
.wcalendarall .calendar-year.calendar .calendar-rtl{direction:rtl}
.wcalendarall .calendar-year.calendar .calendar-rtl .calendar-rtl table tr td span{float:right}
.wcalendarall .calendar-year.calendar table{margin:auto;border-spacing:0}
.wcalendarall .calendar-year.calendar table td,
.wcalendarall .calendar-year.calendar table th{text-align:center;width:20px;height:20px;border:none;padding:4px 5px;font-size:12px}
.wcalendarall .calendar-year.calendar .calendar-header{width:50%;margin-bottom:20px;  padding-bottom: 20px ; margin: auto;}
.wcalendarall .calendar-year.calendar .calendar-header table{width:100%}
.wcalendarall .calendar-year.calendar .calendar-header table th{font-size:22px;padding:5px 10px;cursor:pointer}
.wcalendarall .calendar-year.calendar .calendar-header table th.disabled,
.wcalendarall .calendar-year.calendar .calendar-header table th.disabled:hover{background:0 0;cursor:default;color:#fff}
.wcalendarall .calendar-year.calendar .calendar-header table th.next,
.wcalendarall .calendar-year.calendar .calendar-header table th.prev{width:20px}
.wcalendarall .calendar-year.calendar .calendar-header .year-title {font-weight:700;text-align:center;height:20px;width:110px; background-color: #bdbdbd;	color: #00104c;font-size: 24px;vertical-align: middle;}
.wcalendarall .calendar-year.calendar .calendar-header .year-neighbor{opacity:.0;display:none}
.wcalendarall .calendar-year.calendar .calendar-header table th.next, 
.wcalendarall .calendar-year.calendar .calendar-header table th.prev{  color: #fff; }
.wcalendarall .calendar-year.calendar .calendar-header table th.next span, 
.wcalendarall .calendar-year.calendar .calendar-header table th.prev span{  color: #fff;  background-color: #00104c;	padding: 5px 17px 5px;font-weight: normal;vertical-align: middle;}
.wcalendarall .calendar-year.calendar .calendar-header .year-neighbor2{opacity:.0;display:none}

@media (max-width:991px){
	.wcalendarall .calendar-year.calendar .calendar-header .year-neighbor{display:none}
	.wcalendarall .calendar-year .fc-icon, .fc-toolbar .fc-center{	margin-left: 0%;}
}
@media (max-width:767px){
	.wcalendarall .calendar-year.calendar .calendar-header .year-neighbor2{display:none}
}
.wcalendarall .calendar-year.calendar .months-container{width:100%;display:none}
.wcalendarall .calendar-year.calendar .months-container .month-container{ float:left;text-align:center;height:230px;padding:0; background-color: #fff; padding: 15px;}
.wcalendarall .calendar-year.calendar .months-container .month-container.month-2{width:16.66666667%}
.wcalendarall .calendar-year.calendar .months-container .month-container.month-3{width:25%}
.wcalendarall .calendar-year.calendar .months-container .month-container.month-4{width:33.33333333%}
.wcalendarall .calendar-year.calendar .months-container .month-container.month-6{width:50%}
.wcalendarall .calendar-year.calendar .months-container .month-container.month-12{width:100%}
.wcalendarall .calendar-year.calendar table.month th.month-title{font-size:16px;padding-bottom:5px}
.wcalendarall .calendar-year.calendar table.month th.day-header{font-size:14px}
.wcalendarall .calendar-year.calendar table.month tr td,
.wcalendarall .calendar-year.calendar table.month tr th{padding:0}
.wcalendarall .calendar-year.calendar table.month tr td.hidden,
.wcalendarall .calendar-year.calendar table.month tr th.hidden{display:none}
.wcalendarall .calendar-year.calendar table.month td.week-number{cursor:default;font-weight:700;border-right:1px solid #eee;padding:5px}
.wcalendarall .calendar-year.calendar table.month td.day.round-left{-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px}
.wcalendarall .calendar-year.calendar table.month td.day.round-right{-webkit-border-radius:0 8px 8px 0;-moz-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0}
.wcalendarall .calendar-year.calendar table.month td.day .day-content{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px 6px}
.wcalendarall .calendar-year.calendar table.month td.new,
.wcalendarall .calendar-year.calendar table.month td.new:hover,
.wcalendarall .calendar-year.calendar table.month td.old,
.wcalendarall .calendar-year.calendar table.month td.old:hover{background:0 0;cursor:default}
.wcalendarall .calendar-year.calendar table.month td.disabled,
.wcalendarall .calendar-year.calendar table.month td.disabled:hover{color:#ddd}
.wcalendarall .calendar-year.calendar table.month td.disabled .day-content:hover,
.wcalendarall .calendar-year.calendar table.month td.disabled:hover .day-content:hover{background:0 0;cursor:default}
.wcalendarall .calendar-year.calendar table.month td.range .day-content{background:rgba(0,0,0,.2);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.wcalendarall .calendar-year.calendar table.month td.range.range-start .day-content{border-top-left-radius:4px;border-bottom-left-radius:4px}
.wcalendarall .calendar-year.calendar table.month td.range.range-end .day-content{border-top-right-radius:4px;border-bottom-right-radius:4px}
.wcalendarall .calendar-year.calendar .calendar-loading-container{position:relative;text-align:center;min-height:200px}
.wcalendarall .calendar-year.calendar .calendar-loading-container .calendar-loading{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}
.wcalendarall .calendar-year.calendar .calendar-spinner{margin:20px auto;width:80px;text-align:center}
.wcalendarall .calendar-year.calendar .calendar-spinner>div{width:16px;height:16px;margin:5px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1s infinite ease-in-out both;animation:sk-bouncedelay 1s infinite ease-in-out both}
.wcalendarall .calendar-year.calendar .calendar-spinner>div.bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}
.wcalendarall .calendar-year.calendar .calendar-spinner>div.bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}
.wcalendarall .calendar-year .calendar-context-menu,
.wcalendarall .calendar-year .calendar-context-menu .submenu{border:1px solid #ddd;background-color:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.2);-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);position:absolute;display:none}
.wcalendarall .calendar-year .calendar-context-menu .item{position:relative}
.wcalendarall .calendar-year .calendar-context-menu .item .content{padding:5px 10px;cursor:pointer;display:table;width:100%;white-space:nowrap}
.wcalendarall .calendar-year .calendar-context-menu .item .content:hover{background:#eee}
.wcalendarall .calendar-year .calendar-context-menu .item .content .text{display:table-cell}
.wcalendarall .calendar-year .calendar-context-menu .item .content .arrow{display:table-cell;padding-left:10px;text-align:right}
.wcalendarall .calendar-year .calendar-context-menu .item .submenu{top:-1px}
.wcalendarall .calendar-year .calendar-context-menu .item .submenu:not(.open-left){left:100%}
.wcalendarall .calendar-year .calendar-context-menu .item .submenu.open-left{right:100%}
.wcalendarall .calendar-year .calendar-context-menu .item:hover>.submenu{display:block}
.wcalendarall .calendar-year .table-striped .calendar table.month tr td,
.wcalendarall .calendar-year .table-striped .calendar table.month tr th{background-color:transparent}
table.month td.day .day-content:hover{background:rgba(0,0,0,.2);cursor:pointer}
@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}
40%{-webkit-transform:scale(1)}
}
@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}
40%{-webkit-transform:scale(1);transform:scale(1)}
}


.wcalendarall-popover {}
.wcalendarall-popover .row-img {
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
.wcalendarall-popover .row-img img {
	width: 100%; 
	height: 100%; 
	padding: 2px;
}
.wcalendarall-popover .row-info {
	padding-bottom: 5px; 
	margin-bottom: 5px;
}





