.departmentAll{
    background-color: #bfebfb !important;
}
.departmentSales{
    background-color: #cdf2be !important;
}
.departmentEvent{
    background-color: #fce4c2 !important;
}
.departmentStaffing{
    background-color: #f6f9c1 !important;
}
.departmentCommercial{
    background-color: #f9c3c3 !important;
}
.departmentAccounts{
    background-color: #dbcafc !important;
}
.departmentDevelopment {
    background-color: #aad6ff !important;
}
.viewTitle {
    font-weight: bold;
}

.select2-container--default .select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
.select2.select2-container.select2-container--bootstrap {
    width: 100% !important;
}
.viewOrderDetails {
    color: #15c !important;
    text-decoration: underline;
}
.priorityTaskBackground {
    background-color: #ff6a6a !important;
}
.departmentServices {
    background-color: #d2d2d2 !important;
}
.actions {
    padding-top: 20px;
    text-align: center;
}
.input-icon.right {
    top: -2px;
}