/* CUSTOM ADMIN PANEL CSS */

input[type=submit].gform_button {
    font-size: 12px;
    padding: 6px 12px;
    background-color: #fff;
    color: #777;
    border-top-color: #f0f0f0;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #bcbcbc;
    text-shadow: 0 1px 0 white;
}

#container,
#sidebar {
    background: #ffffff;
    padding: 30px;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
    display: none !important;
}

.course-availability {
    background: #FFFFFF;
    color: #001f43;
}
.course-availability a {
    color: inherit;
    text-decoration: underline !important;
}
.course-dates {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .95em;
    background: #58B969;
    padding: 3px 10px 2px;
    border-radius: 3px;
}
.cmonth {
    font-weight: 700;
    margin: 6px 0 0px;
}
span.cdate-day {
    float: left;
    width: 40%;
}
span.cdate-time {
    float: left;
    width: 60%;
}
span.cdate-day:nth-child(2n) {
    clear: left;
}
.cdate {
    float: left;
    width: 100%;
}
.cdate:hover {
    background: #DBE4E8;
}
.woocommerce ul.products li.product h3 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
