﻿/*Calendar*/        
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}
.ui-datepicker-group {
    float:left;
    margin:5px;
    width: 253px;
    height:230px;
}
.ui-datepicker {
    width: 800px !important;
    float:left;
    margin:5px;
    display: none;
    padding: 5px;
    cursor: default;
 
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 12px;
 
    background: #f8f8f8;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
    box-shadow: 0px 1px 1px #137a91, inset 0px 1px 1px #137a91;
}
.ui-datepicker-header {
    width:200px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #205c69;
}
 
.ui-datepicker-title { text-align: center; }
 
.ui-datepicker-month {
    position: relative;
    padding-right: 15px;
    color: #205c69;
    font-weight:bold;
}
 
.ui-datepicker-year {
    padding-left: 8px;
    color: #205c69;
    font-weight:bold;
}
.ui-datepicker-month:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';
 
    background: #137a91;
    background: -moz-linear-gradient(top, #205c69 0%, #137a91 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205c69), color-stop(100%,#137a91));
    background: -webkit-linear-gradient(top, #205c69 0%,#137a91 100%);
    background: -o-linear-gradient(top, #205c69 0%,#137a91 100%);
    background: -ms-linear-gradient(top, #205c69 0%,#137a91 100%);
    background: linear-gradient(top, #205c69 0%,#137a91 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: -2px;
    padding: 5px;
    cursor: pointer;
}
 
.ui-datepicker-prev {
    left: 0;
    padding-left: 0;
}
 
.ui-datepicker-next {
    right: 0;
    padding-right: 0;
}
 
.ui-datepicker-prev span,
.ui-datepicker-next span{
    display: block;
    width: 5px;
    height: 10px;
    text-indent: -9999px;
}
 
.ui-datepicker-prev span { background-position: 0px 0px; }
 
.ui-datepicker-next span { background-position: -5px 0px; }
 
.ui-datepicker-prev-hover span { background-position: 0px -10px; }
 
.ui-datepicker-next-hover span { background-position: -5px -10px; }
.ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
 
    text-align: center;
    font-weight:bold;
}
.ui-datepicker-calendar td {
    padding: 0 3px;
    text-align: center;
    line-height: 26px;
}
 
.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 18px;
    outline: none;
 
    text-decoration: none;
    color: #205c69;
 
    border: 1px solid transparent;
}
.ui-datepicker-calendar .ui-state-active {
    /*color: #6a9113;
    border: 1px solid #6a9113;*/
}
 
.ui-datepicker-other-month .ui-state-default { color: #565656; }

.ui-datepicker-today 
{
    color: #137a91 !important;
    border: 2px solid #429db1 !important;
}
.PublicHolidaysDates { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #d7e3e6;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.WeekendDates { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #f1f1de;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.SelectedDates { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #96acb1;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDates { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #84c8dc;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesSaved { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #84c8dc;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesSavedHalfDay {
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/
    color: #fff;
    background-color: #84c8dc;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #84c8dc 50%, #84c8dc 100%);
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesPending { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #d9d98e;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesPendingHalfDay { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #d9d98e;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #d9d98e 50%, #d9d98e 100%);
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesApproved {
    color: #fff;
	background-color: #b5ddb5;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesApprovedHalfDay {
    color: #fff;
	background-color: #b5ddb5;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #b5ddb5 50%, #b5ddb5 100%);
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesCancelRequest { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #d5b4b4;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesCancelRequestHalfDay { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #d5b4b4;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #d5b4b4 50%, #d5b4b4 100%);
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesHoliday { 
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/

    color: #fff;
	background-color: #c6c1d7;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesAbsence {
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/
    color: #fff;
    background-color: #dbd7e0;
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesAbsenceHalfDay {
    color: #fff;
    background-color: #dbd7e0;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #c6c1d7 50%, #c6c1d7 100%);
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesHolidays {
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/
    color: #fff;
    background-color: #dbd7e0;
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}

.ScheduledDatesHolidaysHalfDay {
    color: #fff;
    background-color: #dbd7e0;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #c6c1d7 50%, #c6c1d7 100%);
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesHomeOffice {
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/
    color: #fff;
    background-color: #b6c5de;
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesHomeOfficeHalfDay {
    color: #fff;
    background-color: #d7d4c1;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #c6c1d7 50%, #c6c1d7 100%);
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledHalfDay {
    color: #fff;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #137a91 50%, #999 100%);
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
.ScheduledDatesYearBefore {
    /*color: #ffffff !important;
    background-color: #205c69;
    border: 1px solid #385f64 !important;*/
    color: #fff;
    background-color: #c6c1d7;
    text-shadow: 0 1px 0 rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 0 0px 2px rgba(0,0,0,.24);
}
/*Calendar*/