/**
 * JTCalendar - Stylesheet
 * Version: 1.0
 * Author: Hendrik Pilz
 * Website: www.hepisec.de
 */

/*
    dark green #0f7026
    light green #6ece1a
    grey #bdbdbd
*/

.jtcal-wrapper {
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 1000;
}

.jtcal-navi-wrapper {
    position: absolute;
    height: 60px;
    width: 100%;
}

.jtcal-month {
    background-color: #6ece1a;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 15px 0px;
}

.jtcal-table-wrapper {
    float: left;
    border-left: 2px solid #0f7026;
    border-right: 3px solid #0f7026;
}

.jtcal-first-month {
    border-left: 0px;
}

.jtcal-last-month {
    border-right: 0px;
}

.jtcal-table-wrapper.jtcal-first-month.jtcal-last-month {
    border-left: 0px;
    border-right: 0px;
}

.jtcal-table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 20px;
}

.jtcal-table th {
    color: #bdbdbd;
}

.jtcal-table td {
    width: 42px;
    height: 42px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.jtcal-table td span {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 16px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0px 12px 0px;
}

td.jtcal-marked {
    background-color: #6ece1a;
}

.jtcal-table td.jtcal-past-day span, .jtcal-table td.jtcal-inactive span {
    color: #bdbdbd;
    cursor: default;
}

.jtcal-table td.jtcal-today span {
    color: #0f7026;
    font-weight: bold;
}

.jtcal-table td span.jtcal-marked {
    color: #fff;
}

span.jtcal-first {
    background-color: #0f7026 !important;
    border: 1px solid #0f7026;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

span.jtcal-last {
    background-color: #0f7026 !important;
    border: 1px solid #0f7026;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

td.jtcal-first.jtcal-last {
    background-color: #fff;
}

td.jtcal-bad-selection, span.jtcal-bad-selection {
    background-color: #E75757;/*#f90;*/
}

td.jtcal-bad-selection span.jtcal-first {
    background-color: #c00;
    border: 1px solid #c00;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

td.jtcal-bad-selection span.jtcal-last {
    background-color: #c00;
    border: 1px solid #c00;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

td.jtcal-bad-selection.jtcal-inactive span {
    color: #c00;
}

.jtcal-navi {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.jtcal-navi li {
    display: block;
    width: 40px;
    height: 40px;
}

.jtcal-prev-button {
    background-color: #6ece1a;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 40px;
}

.jtcal-prev-button span {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 20px;
    background-color: #0f7026;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-color: #0f7026;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
}

.jtcal-next-button {
    background-color: #6ece1a;
    position: absolute;
    top: 0px;
    right: 0px;
}

.jtcal-next-button span {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 20px;
    background-color: #0f7026;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-color: #0f7026;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: 10px 0px 10px -10px;
    padding: 10px 10px 10px 0px;
    text-align: right;
    text-decoration: none;
}

.jtcal-footer-wrapper {
    background-color: #bdbdbd;
    clear: both;
    padding: 20px 30px 20px 0px;
    height: 38px;
}

.jtcal-save-button {
    cursor: pointer;
    position: absolute;
    right: 30px;
    background-color: #0f7026;
    border: 1px solid #0f7026;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #fff;
    font-size: 14px;
    padding: 12px;
}

.jtcal-time-wrapper {
    clear: both;
    border-top: 5px solid #0f7026;
}

.jtcal-time-wrapper p {
    color: #bdbdbd;
    font-weight: bold;
    text-align: center;
}

.jtcal-time-end-widget {
    float: left;
    width: 50%;
}

.jtcal-time-table {
    margin-left: auto;
    margin-right: auto;
}

.jtcal-time-table td {
    text-align: center;
}

.jtcal-time-table span {
    color: #6ece1a;
}

.jtcal-label {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    z-index: 9999;
}