.enquiry_declined {
    background-color: lightgrey;
    color: darkgrey;
}

.enquiry_declined a {
    background-color: lightgrey;
    color: darkgrey;
}

.option_expire {
    background-color: red;
    color: white;
}

.create_button {
    color: orange !important;
    font-weight: bolder;
}
.breadcrumb > .active {
    color: #fff !important;
    font-weight: bolder;
}

.box.box-primary {
    border-top-color: #605ca8;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #605ca8;
}

a {
    color: #605ca8;
}

.btn-link {
    color: #605ca8;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #555299;
}

a:hover, a:active, a:focus {
    color: #555299;
}

.btn-primary {
    background-color: #605ca8;
    border-color: #555299;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #605ca8;
    border-color: #605ca8;
}

.select2-results .select2-highlighted {
    color: #fff;
    background-color: #605ca8;
}

.select2-results .select2-highlighted {
    background: #605ca8;
    color: #fff;
}

.custom-search-form input {
    background-color: #ffffff !important;
}

.task-overdue {
    border-left: 5px solid #ff0000;
}

.datepicker {
    z-index: 10000000 !important;
}

.sonata-ba-list-field-header-actions {
    max-width: 200px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px 4px;
}

.system-container {
}

.table-zebra > tbody > tr:nth-child(4n-1), table tr:nth-child(4n)  {
    background-color: #f9f9f9;
}

.field-min-width-50 {
    min-width: 50px;
}
.field-min-width-80 {
    min-width: 80px;
}
.field-min-width-100 {
    min-width: 100px;
}
.field-min-width-120 {
    min-width: 120px;
}
.field-min-width-150 {
    min-width: 150px;
}

.sonata-ba-form-actions {
    z-index: 1060 !important;
}

.disabledInput {
    background-color: lightgrey;
    pointer-events: none;
}
