
body {
    font-size: 14px;
}

.info-alert-div{
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1051;
}
.info-alert-div button{
    outline: none;
}


.fc-listWeek-view{
    max-width: 580px;
    margin: 0 auto;
}
@media(min-width:1200px)
{
    .fc-listWeek-view{
        margin-left: 265px;
    }
}

#calendar.month-view .fc-listWeek-view{
    margin-left: auto;
}

.calendar-loader{
    z-index: 1050;
    top: 0;
    left: 0;
    cursor: wait;
    background: rgba(0,0,0,.3);
}

.fc-day-grid-container .text-availability{
    font-size: 14px;
    bottom: 5px;
    right: 5px;
    line-height: 1;
}
.fc-listWeek-view .text-availability{
    bottom: 8px;
    right: 14px;
}


div.termin-div{
    display: inline-block;
    height: 30px;
    border-radius: 0;
}


#modal-termin div.termin-div{
    margin-left: 54px;
    margin-top: 20px;
}

#modal-termin .modal-body{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}


#wrap {
    margin: 0 auto;
}

#bend-list{
    z-index: 3;
    top: 100%;
    max-height: 500px;
}

#bend-list li:hover{
    cursor: pointer;
    background: #F6F8FA;
}

.input-group-bend .input-img{
    top: 5px;
    right: 10px;
    width: 29px;
    z-index: 4;
}
.fc-header-toolbar{

    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
@media(min-width:1200px)
{
    .fc-header-toolbar{
        margin-left: 265px;
    }
}
#calendar.month-view .fc-header-toolbar{
    margin-left: auto;
    max-width: 80%;
}


.fc-button-group {

    /*margin-right: 30px;*/
    float: left;
}

#calendar .fc-head th.fc-day-header {
    color: #fff;
    padding: 8px 10px;
    font-size: 18px;
}
#calendar td.fc-day {
    background-color: #fff;
    padding: 10px;
}
#calendar td.fc-day-top span.fc-day-number  {
    float: left;
    padding: 10px 15px;
    font-size: 16px;
}

#calendar .fc-event-container {
    padding: 3px 6px;
}

#calendar .fc-event-container .fc-content {
    min-height: 50px;
}

#calendar .fc-event-container .fc-day-grid-event {
    min-height: 50px;
    cursor: pointer;
}
#calendar .fc-list-item {
    background: #fff;
}
#calendar .fc-list-item:hover {
    cursor: pointer;
    background: #F6F8FA;
}

#calendar .fc-event-container .fc-day-grid-event.delete-active{
    opacity: 0.7;
}

#calendar .fc-event-container .fc-day-grid-event.for-delete {
    background-color: rgba(209, 26, 42, 0.2);
    border: 1px solid rgba(209, 26, 42, 0.3);
    opacity: 1;
}
#calendar .fc-event-container .fc-day-grid-event.for-delete .div-left{
    background-color: #e63b4a !important;
    background: #e63b4a !important;
}
#calendar .fc-event-container .fc-day-grid-event.for-delete .div-right{
    background-color: rgba(209, 26, 42, 0.2);
}
#calendar .fc-event-container .fc-day-grid-event.for-delete .div-left:after{
    border-left-color: #e63b4a !important;
    border-right-color: #e63b4a !important;
}
#calendar .fc-view-container .fc-list-item .div-left{
    display: none !important;
}
#calendar .fc-view-container .fc-list-item .div-right{
    margin-left: 0;
    padding: 8px 14px;
    border-top: 1px solid #eee;
}



#calendar .fc-event-container p {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 16px;
}
#calendar .fc-event-container .div-right {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    margin-left: 0;
    padding-left: 55px;
}


#calendar .fc-event-container div.has-band.div-right{
    background-color: #8EE28E;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    height: 50px;

}
#calendar .fc-event-container div.has-band.div-left{
    width: 44px;
    background-color: #4BAD4B;

}
#calendar .fc-event-container div.has-band.div-left:after {
    content: "";
    left: 40px;
    border-left-color: #4BAD4B;
}


.custom-green-bg{
    background-color: #4BAD4B;
}
.custom-green-bg:after {
    border-left-color: #4BAD4B;
}
#calendar .fc-view-container .fc-list-item .custom-green-bg{
    background-color: #8EE28E;
}

#calendar .fc-event-container div.custom-green-bg.div-right{
    background-color: #8EE28E;

}
#calendar .fc-event-container div.has-band.div-right span  {

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#calendar .fc-title{
    white-space: normal;
}
a.fc-day-grid-event {
    margin: 0;
    margin-top: 0;
    padding: 0;
    border: none;
}


#add-new-termin{
    padding: 15px;
    border: 1px solid #ccc;
    position: fixed;
    top:0;
    bottom: 0;
    background-color: rgb(246, 248, 250);
    z-index: 1000;
    display: none;
    min-width: 198px;
    max-height: fit-content;
}
#add-new-termin h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.close-add-new-termin{

    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#loading-overlay{
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: wait;
}

.modal-body{
    background-color: #F6F8FA;
}

.zero-padding{
    padding: 0;
}

@media (min-width: 1169px) and (max-width: 1199px)
{
    .p1169{
        padding-top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1365px)
{
    .left-sidebar-pro {
        display: none;
    }
    .all-content-wrapper {
        margin-left: 0;
    }
    .header-top-area{
        left: 0;
    }
}



@media (min-width: 992px) and (max-width: 1599px)
{
    #calendar .fc-event-container .div-right{
        padding-left: 47px;
    }
    .fc-day-grid-container .text-availability{
        bottom: 2px;
        right: 2px;
    }
}
