.panel-header h2 {
    color: #3e4b5b;
}

#menu ul.navigation > li > a i:hover, #menu ul.navigation > li a:hover i {
    color: #ef4a30 !important;
}

input.form-control[name="color"] {
    width: 80px;
    border: 0;
    cursor: pointer;
    border: none;
    height: 60px;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

#menu .navigation a {
    padding: 10px 30px 10px 30px !important;
}

#menu li.active > ul {
    overflow: scroll;
    border-right: darkblue;
    border-right: 3px;
}

span.pending {
    background: orange;
    color: white;
    padding: 5px;
    border-radius: 5px;
}


span.confirmed {
    background: darkgreen;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.sidebar {
    background: none;
}

.select2-container--bootstrap .select2-results__group {
    background: darkgrey !important;
    color: white !important;
}

.navigation {
    overflow: scroll;
}

.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard.fc-liquid-hack {
    background: white;
}

.fc .fc-scroller-liquid-absolute {
    background: white;
}