
/** Календарь */
.zg-calendar {
    z-index: 1001;
    border     :  1px solid #d6a974;
    background-color : #FFF5C7;
    position: absolute;
    padding: 15px;
    text-align: center;

    -moz-box-shadow	: 2px 2px 4px #bbb;
    -webkit-box-shadow	: 2px 2px 4px #bbb;
    box-shadow	        : 2px 2px 4px #bbb;

    -moz-border-radius	: 7px;
    border-radius	: 7px;
    /*Заглушка для IE*/
    behavior: url(/templates/PIE.htc);

}
.zg-calendar table { font-size: 1em;}
.zg-calendar table tbody td { text-align: right; padding: 5px 6px; }
.zg-calendar table tbody td.active { cursor: hand; cursor: pointer; color:#448da8;}
.zg-calendar table tbody td.disabled { color: #999 !important; }
.zg-calendar table tbody td.current  { background-color: #e0bd8b;  -moz-border-radius	: 3px; border-radius		: 3px; /*Заглушка для IE*//*behavior: url(/css/PIE.htc);*/}
.zg-calendar table tbody td.today    { font-weight: bold; font-style: italic; color:#3c3225}
.zg-calendar table tbody td.holiday  { color: #660000; }
.zg-calendar table tbody td.active:hover { background-color: #BCD4F9; }
.zg-calendar table thead th { font-weight: 500; color: #666666; padding: 3px; text-align: right;}
.zg-calendar table thead th.holiday  { color: #660000; }
.zg-calendar table thead tr { /*background-color: #7A96DF; */}
.zg-calendar select.zg-calendar-month { font: 13px Arial, sans-serif; margin: 0px 0px 0px 0px; border:1px solid #999999;}
.zg-calendar select.zg-calendar-year  { font: 13px Arial, sans-serif; margin: 0px 0px 0px 0px; border:1px solid #999999;}


.zg-calendar table{
    width:180px;
    padding:0px;
    margin:0px;
}
.zg-calendar table.selects {
    padding-left: 6px;
    padding-bottom: 10px;
}

.zg-calendar table.selects td {
	padding: 2px 0px;
}
.zg-calendar .moveButton {
    padding	: 0px;
    margin	: 0px 4px;
    height	: 23px;
    width	: 18px;

    -moz-border-radius: 0px;
    border-radius : 0px;

}
.zg-calendar .prev { background: url('https://www.bronevik.com/static/img/calendar_prev.png') no-repeat; }
.zg-calendar .next { background: url('https://www.bronevik.com/static/img/calendar_next.png') no-repeat; }

.zg-calendar .rightSpace {
    margin-right: 5px;
}

/* Calendar */
i.datepicker {-moz-background-inline-policy:continuous; background:url("https://www.bronevik.com/static/img/calendar.png") no-repeat scroll right center transparent; padding:0px 20px 0px 0px !important; float: none !important; width: 110px; font-size:18px;}
input.datepicker { border:1px solid #7F9DB9; padding:2px 2px 0 7px; text-align:left; width:100px !important;cursor:pointer;}

