.navbar-top{
    min-height: 0 !important;
}

.fc .fc-popover {
    z-index: 800 !important;
}

.spinner-booking {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: -0.05em;
    border: 0.25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.hidden{
    visibility: hidden !important;
}

.fc-popover-body {
    max-height: 600px !important;
    overflow-y: scroll !important;
}

.color-select {
    border: 1px solid #DDD;
    padding: 8px 16px;
}
.color-select > span {
    text-transform: uppercase;
    padding: 4px 0;
    display: block;
    cursor: pointer;
}
.color-select > span span { margin-top: -8px }
.color-select ul {
    width: 100%;
    overflow: visible;
    padding: 0;
    border-top: 1px solid #3E3E3E;
    display: none;
}
.color-select ul:after {
    content: "";
    display: table;
    clear: both;
}
.color-select ul li, .color-select > span span {
    list-style: none;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #fff;
    float: left;
    margin: 4px 8px;
    cursor: pointer;
    position: relative;
    top: -7px;
}
.color-select ul li {
    margin-top: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.color-select ul li span { display: none; }
.color-select ul li:hover {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
}


