@CHARSET "UTF-8";
.bcal-container{
  background-color: #009899;
  padding: 5px;
  top: 50%;
  margin-top: -145px;
  left: 0;
  right: 0;
  height: 330px;
  z-index: 155;
  opacity: 0;
}
.ezi-bcal-container{
	position:absolute;
	left: 0;
	margin-top: auto;
	top:0;
	height:100%;
	padding:0;
}

.inner-bcal-container{
    display: block;
    left: 12%;
    position: absolute;
    top: 70px;
    width: 76%;
}

.ezi-inner-bcal-container{
	width:100%;
	left: 0;
	top:auto;
}
.background-bcal-container{
	background-color: #57B9BA;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 190px;
	top: 85px;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

.bcal-table{
	border-collapse: separate;
	border-spacing: 0;
	font-family: FNBSansRegular;
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 1px;
	padding: 0;
	width: 32%;
	margin-right: 5px;
}
.ezi-bcal-table{
	width: 98%;
	margin: 0 5px 5px 5px;
}

.bcal-table,
.bcal-table th,
.bcal-table td {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.bcal-table thead tr{
	
}
.bcal-table thead tr:first-child{
	line-height: 23px;
}
.bcal-table thead th{
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-align: center;
}
.bcal-table tbody td{
	color: #000;
	cursor: pointer;
	font-weight: normal;
	padding: 8px 0 5px 1px;
	text-align: center;
}
.bcal-table tbody tr:first-child td{

}
.bcal-table tbody td:first-child{
	
}
.bcal-table .bcal-wday,
.bcal-table .bcal-wnum{
	padding: 1px 1px 2px 2px;
}
.bcal-table .bcal-wnum{
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	color: #CC6600;
	background-image: linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -o-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(255,225,159)),
		color-stop(0.62, rgb(255,250,234))
	);
}
.bcal-table .bcal-wday:last-child{
	border-right: none;
}
.bcal-table .bcal-empty{
	color: #D5D5D5;
	cursor: default;
}
.bcal-table .bcal-date{
	color: #FFF;
}
.bcal-table .bcal-date-weekend{
	color: #FFF;
	background: rgba(255, 255, 255, .3);
}
.bcal-table .bcal-past{
	background-color: #f1f1f1;
	color: #999;
	cursor: default;
}
.bcal-table .bcal-today{
	background-color: #70D4D4;
	color: white;
	font-weight: bold;
	border: 1px solid white;
}
.bcal-table .bcal-week{
	background: rgba(255, 255, 255, .3);
	color: #FFF;
	cursor: default;
}
.bcal-table .bcal-selected{
	background-color: #FF9900;
	color: #fff;
}

.bcal-table .bcal-past.bcal-selected{
	background-color: #f1f1f1;
	color: #999;
}

.bcal-table .bcal-past.bcal-today{
	background-color: #f1f1f1;
	color: #999;
	border: 1px solid rgb(139, 139, 139);
}

.bcal-table .bcal-over,
.bcal-table .bcal-date:hover{
	color: #57B9BA;
	background: rgba(255, 255, 255, .8);

}
.bcal-table .bcal-past:hover{
	background-color: #e0e0e0;
	color: #666;
}
.bcal-table .bcal-month,
.bcal-table .bcal-navi,
.bcal-table .bcal-wnum,
.bcal-table .bcal-wday,
.bcal-table .bcal-week{

}
.bcal-nav-right{
	cursor: text;
	position: absolute;
	right: -100px;
	top: -21px;
}
.ezi-bcal-nav-right{
	position: static;
}

.bcal-nav-left{
	cursor: text;
	position: absolute;
	left: -100px;
	top: -21px;
}
.ezi-bcal-nav-left{
	position: static;
}
.bcal-month{
	position: absolute;
	top: -15px;
}
.ezi-bcal-month{
	position: static;
}
.bcal-monthName{
	font-size: 30px;
	font-family: FNBSansThin;
	float: right;
	position: relative;
	right: 0;
}
.ezi-bcal-monthName{
	position: relative;
	float:left;
	left:20%;
}
.bcal-yearName{
	float: left;
	margin-top: -14px;
	font-family: FNBSansThin;
}
.bcal-cenName{
	font-family: FNBSansThin;
}
.ezi-bcal-yearDiv{
	position: relative;
	float:left;
	left:22%;
}
.ezi-backgound-bcal-container{
	top:25px;
	height:190px;
}
.bcal-yearDiv{
	position: absolute;
	right: -15px;
	width: 10px;
	top: -4px;
}
.calendar{
	background-color: #719ABC;
	width:111px;
	height:65px;
}
.bcal-yearNameIncrease{
	font-size: 14px;
	text-align: right;
	font-family: FNBSansThin;
}
.bcal-yearNameDecrease{
	font-size: 14px;
	text-align: left;
	font-family: FNBSansThin;
}
.bcal-monthNameIncrease{
	font-size: 14px;
	text-align: right;
	top: -10px;
	position: relative;
	font-family: FNBSansThin;
}
.bcal-monthNameDecrease{
	font-size: 14px;
	text-align: left;
	top: -10px;
	position: relative;
	font-family: FNBSansThin;
}
.calendarButtonIcon {
	background:url("../../03images/base/frame/dot-button-off.png") no-repeat;
	width: 47px;
	height: 47px;
	float:left;
	margin: 0 5px 0 0;
}
.calendarDoneButton{
	margin: 0 5px 0 0;
	height:47px;
	cursor:pointer;
	bottom: 1px;
	position: absolute;
	right:20px;
}
.calendarHolidayCancelButton{
	padding-left: 10px;
	padding-bottom: 5px;
	height:47px;
	cursor:pointer;
	bottom: 4px;
	position: absolute;
	right: 105px;
}
.calendarCancelButton{
	height: 47px;
	cursor: pointer;
	bottom: 4px;
	position: absolute;
	right: 10px;
}
.calendarDoneButton:hover .calendarButtonIcon{
	background:url("../../03images/base/frame/dot-button-over.png") no-repeat;
	margin: 0 5px 0 0;
}
.calendarCancelButton:hover .calendarButtonIcon{
	background:url("../../03images/base/frame/dot-button-over.png") no-repeat;
	margin: 0 5px 0 0;
}
.calendarHolidayCancelButton:hover .calendarButtonIcon{
	background:url("../../03images/base/frame/dot-button-over.png") no-repeat;
	margin: 0 5px 0 0;
}
.calendarDoneButton p {
	font-family: FNBSansRegular;
	color: white;
	font-size: 16px;
	float: left;
	margin-top: 15px;
}
.calendarCancelButton p {
	font-family: FNBSansRegular;
	color: white;
	font-size: 16px;
	float: left;
	margin-top: 15px;
}
.calendarHolidayCancelButton p {
	font-family: FNBSansRegular;
	color: white;
	font-size: 16px;
	float: left;
	margin-top: 15px;
	padding: 0;
}
.confirmHolidayText{
	padding: 10px 0 0 10px;
	color: #fff;
	font-size: 18px;
}
.calendarOKButton {
	padding-left: 0px;
	padding-bottom: 5px;
	height: 47px;
	cursor: pointer;
	bottom: 4px;
	position: absolute;
	right: 10px;
	padding: 0;
}
.calendarOKButton:hover .calendarButtonIcon {
	background: url("../../03images/base/frame/dot-button-over.png") no-repeat;
}
.calendarOKButton p {
	font-family: FNBSansRegular;
	color: white;
	font-size: 16px;
	float: left;
	margin-top: 15px;
	padding: 0;
}
/* YEAR PICKER */
.bcal-container .dropdownElementWrapper{
	width: 105px;
}
.bcal-container .dropdown-content-wrapper{
	top: 55px;
}
.bcal-container .dropdown-item {
	background: #c8eceb;
}
.bcal-container .dropdown-item:hover{
	background-image: none;
}
.bcal-container .dropdown-item.selected-item {
	background: #d7efef;
}
.bcal-container .dropdown-item-row-wrapper {
	margin: 0 0 0 5px!important;
}
.bcal-container .dropdown-trigger {
	top: 5px;
}
.bcal-container .dropdown-item-row-h1 {
	margin: 8px 0 0 5px;
}
.bcal-container .dropdown-initiator {
	margin: 5px 0 10px 8px!important;
}
.bcal-container .dropdown-content-wrapper {
	margin: -15px 0 0 22px;
	width: 80px!Important;
}
.bcal-container .dropdown-selection-white{
	width: 80px;
}
#eziWrapper .bcal-container .dropdown-content-wrapper{
	margin: -20px 0 0 22px;
}



/** MM **/
@media screen and (max-width: 1280px) {
    #formFooterButtons,
    #main {
        display: block;
        width: 90%;
        left: 5%;
    }
	.td.grid50 {
		width: 100%;
	}
}


.bcal-container {
	position: fixed!important;
	top: 5%;
	height: 90%;
    background: white;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
	padding: 64px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 200px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 200px rgba(0,0,0,.8);
    box-shadow: 0px 0px 200px rgba(0,0,0,.8);
    overflow: hidden;
}
.bcal-container:BEFORE {
	content: " ";
	height: 48px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	border-bottom: 1px solid rgb(130,130,130);
}

.background-bcal-container {
	background: none;
	border: none;
}

#yearPicker_calendar {
	position: absolute;
	top: 64px;
}

.bcal-container .inner-bcal-container *,
.bcal-container * {
	color: black;
}
.inner-bcal-container {
	text-align: center;
	position: relative;
    left: 0;
    top: 23%;
    width: 100%;
    padding: 0 30px;
}
	
.bcal-table {
	float: none;
	display:inline-table;
}
.bcal-table:BEFORE {
    display: block;
    content: " ";
    height: 1px;
    width: inherit;
    border-bottom: 1px solid rgb(130,130,130);
    position: absolute;
    top: 45px;
}

.bcal-mnth1 .bcal-table {
	width: 100%;
}
.bcal-mnth2 .bcal-table {
	width: 45%;
	margin: 0 2%;
}
.bcal-mnth3 .bcal-table {
	width: 29%;
	margin: 0 2%;
}
.bcal-table .bcal-yearDiv {
	width: 40px;
	right: -40px;
}
.bcal-table .bcal-yearDiv * {
	display: inline-block;
	float: none;
}

.bcal-table .bcal-navi {
	position:absolute;
}

.bcal-table th.bcal-nav-left > div,
.bcal-table th.bcal-nav-right > div {
	display: none;
}
.bcal-table th.bcal-nav-left:AFTER,
.bcal-table th.bcal-nav-right:AFTER {
	position: absolute;
    top: 108px;
    height: 30px;
    width: 10px;
	background-color: #ff9900;
	padding: 24px 4px 16px 4px;
	color: white;
	content: "<";
}

.bcal-table th.bcal-nav-left:AFTER {
    left: 0px;
}

.bcal-nav-left {
		left: 0px;
}
.bcal-nav-right {
		right: 0px;
}
.bcal-table th.bcal-nav-right:AFTER {
	right: 0px;
	content: ">";
}
.bcal-table .bcal-wday {
	border-top: 16px solid white;
	border-bottom: 16px solid white;
}
.bcal-table .bcal-date-weekend {
		background: rgba(200,200,200,0.3);
	color: rgb(130,130,130);
}
.bcal-table .bcal-empty {
	color: rgb(130,130,130);
}



.boxButtonOrange:hover {
    border: 1px solid #ff9900;
    background: white;
    color: #ff9900;
}

.bcal-table .bcal-today,
.bcal-table .bcal-selected {
	background-color: #009999;
	border-color: #009999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	color: white;
}

#calendarCancelButton:hover {
    background: white;
	color: #ff9900;
}
#calendarCancelButton:hover p {
	color: #ff9900;
}
#calendarCancelButton {
	height: auto;
    padding: 3px 10px;
    color: white;
    background: #ff9900;
    border: 1px solid #ff9900;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin: 0px 16px 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#calendarCancelButton p {
	margin: 0;
	padding: 0;
}
#calendarCancelButton .calendarButtonIcon {
	display:none;
}