/* Flora styling for jQuery Calendars Picker v1.1.4. */
.calendars {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    background-color: #e0f4d7;
    border: 1px solid #f90;
    border-radius: 0.25em;
    color: #000;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 90%;
}

.calendars-rtl { direction: rtl; }

.calendars-popup { z-index: 1000; }

.calendars-disable {
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: 100;
}

.calendars a {
    color: #000;
    text-decoration: none;
}

.calendars a.calendars-disabled {
    color: #888;
    cursor: auto;
}

.calendars button {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    background-color: #fc8;
    border: none;
    border-radius: 0.25em;
    font-weight: bold;
    margin: 0.25em;
    padding: 0.125em 0em;
}

.calendars-nav, .calendars-ctrl {
    background-color: #e0f4d7;
    color: #fff;
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
}

.datepick-ctrl { background-color: #f90; }

.calendars-cmd { width: 30%; }

.calendars-cmd:hover { background-color: #b1db87; }

.calendars-ctrl .calendars-cmd:hover { background-color: #fa4; }

.calendars-cmd-prevJump, .calendars-cmd-nextJump { width: 8%; }

a.calendars-cmd { height: 1.5em; }

button.calendars-cmd { text-align: center; }

.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
    float: left;
    padding-left: 2%;
}

.calendars-cmd-current, .calendars-cmd-today {
    float: left;
    text-align: center;
    width: 35%;
}

.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
    float: right;
    padding-right: 2%;
    text-align: right;
}

.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today { float: right; }

.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}

.calendars-month-nav {
    background-color: #b1db87;
    float: left;
    text-align: center;
}

.calendars-month-nav div {
    float: left;
    margin: 1%;
    padding: 1%;
    width: 12.5%;
}

.calendars-month-nav span { color: #888; }

.calendars-month-row { clear: left; }

.calendars-month {
    border: 1px solid #83c948;
    float: left;
    text-align: center;
    width: 160px;
}

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    background-color: #83c948;
    color: #fff;
    font-weight: bold;
    height: 1.95em;
}

.calendars-month-header select, .calendars-month-header input {
    border: none;
    height: 1.4em;
}

.calendars-month-header input {
    display: none;
    position: absolute;
}

.calendars-month table {
    border-collapse: collapse;
    width: 100%;
}

.calendars-month thead { border-bottom: 1px solid #aaa; }

.calendars-month th, .calendars-month td {
    font-weight: normal;
    margin: 0em;
    padding: 0em;
    text-align: center;
}

.calendars-month th { border: 1px solid #b1db87; }

.calendars-month th, .calendars-month th a {
    background-color: #b1db87;
    border: 1px solid #b1db87;
    color: #000;
}

.calendars-month td {
    background-color: #fff;
    border: 1px solid #b1db87;
    color: #666;
}

.calendars-month td.calendars-week * {
    background-color: #b1db87;
    border: none;
    color: #666;
}

.calendars-month a {
    display: block;
    padding: 0.125em 0em;
    text-decoration: none;
    width: 100%;
}

.calendars-month span {
    display: block;
    padding: 0.125em 0em;
    width: 100%;
}

.calendars-month td span { color: #888; }

.calendars-month td .calendars-other-month { background-color: #e0f4d7; }

.calendars-month td .calendars-weekend { background-color: #e0f4d7; }

.calendars-month td .calendars-today { background-color: #b1db87; }

.calendars-month td .calendars-highlight { background-color: #fc8; }

.calendars-month td .calendars-selected {
    background-color: #f90;
    color: #fff;
}

.calendars-status {
    background-color: #b1db87;
    clear: both;
    text-align: center;
}

.calendars-clear-fix { clear: both; }

.calendars-cover {
    display: none;
    display/**/: block;
    filter: mask();
    height: 100px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100px;
    z-index: -1;
}