/* 
    Created on : 19.03.2015, 16:21:15
    Author     : agile-websites.de - Wolfgang Bund
*/

/* FE */

.abcalendar-wrapper .abc_month {
    font-size: 16px;
    line-height: 16px;
    width: 238px;
}

.abcalendar-wrapper {
    max-width: 737px;
}

/*
#abcalendar-form {
    display: none;
}
*/

.booking_message,
.formsend_message {
    display: none;
}

ul.abc_month {
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 20px;
    padding: 0;
    width: 32%;
}

li.abc_day {
    background: #eeeeee;
    border: 1px solid white;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin-bottom: -1px;
    margin-right: -1px;
    position: relative;
    text-align: center;
    padding: 4px;
    width: 14.2857%;
}

li.abc_day.reserved {
    background: #FFDF9A;
}

li.abc_day.booked {
    background: #47D564;
}

li.abc_day.fixbooked {
    background: #5AB8EF;
}

li.abc_day.reserved.reserved-first,
li.abc_day.reserved.reserved-last,
li.abc_day.booked.booked-first,
li.abc_day.booked.booked-last,
li.abc_day.fixbooked.fixbooked-first,
li.abc_day.fixbooked.fixbooked-last {
    background: none;
    z-index: 1001;
}

li.abc_day.booked.booked-first:after,
li.abc_day.fixbooked.fixbooked-first:after,
li.abc_day.reserved.reserved-first:after {
    background: #eeeeee;
    border-bottom: 21px solid #5AB8EF;
    border-left: 31px solid transparent;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}

li.abc_day.booked.booked-first:after {
    border-bottom-color: #47D564;
}


li.abc_day.reserved.reserved-first:after {
    border-bottom-color: #FFDF9A;
}

li.abc_day.booked.booked-last:before,
li.abc_day.fixbooked.fixbooked-last:before,
li.abc_day.reserved.reserved-last:before {
    background: #eeeeee;
    border-top: 21px solid #5AB8EF;
    border-right: 31px solid transparent;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: -1000;
}

li.abc_day.booked.booked-last:before {
    border-top-color: #47D564;
}


li.abc_day.reserved.reserved-last:before {
    border-top-color: #FFDF9A;
}

li.abc_day.fixbooked-last.fixbooked-first:after,
li.abc_day.fixbooked-last.booked-first:after,
li.abc_day.fixbooked-first.booked-last:after,
li.abc_day.fixbooked-last.reserved-first:after,
li.abc_day.reserved-last.fixbooked-first:after {
    background: none;
}

li.abc_day.abc_weekday {
    background: #555555;
    color: #ffffff;
    cursor: auto;
    font-weight: bold;
    font-size: 90%;
}

li.abc_day.abc_dummy {
    cursor: auto;
}

li.abc_month_title {
    background: #eeeeee;
    box-sizing: border-box;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 97%;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.abc_pager_nav {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

#abcalendar-form #xform-formular-name {
    display: none;
}

#rex-redaxo-link {
   display: none;
}
