.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;
}

/*.sonata-ba-list-field {*/
/*    white-space: nowrap; !important;*/
/*}*/

.sonata-ba-list-field time {
    white-space: nowrap; !important;
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fontawesome-webfont.eot);
    src: url(fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2) format("woff2"),url(fonts/fontawesome-webfont.woff) format("woff"),url(fonts/fontawesome-webfont.ttf) format("truetype"),url(images/fontawesome-webfont.svg#fontawesome) format("svg")
}

/*.fa,.fas {*/
/*    font-weight: 400*/
/*}*/

.roomingList-splitted {
    border: 1px solid #e64e4e;
}

.roomingList-splitted-text {
    color: #e64e4e;
}

.text-danger-bold {
    font-weight: bolder;
    white-space: nowrap;
}

span[id^="field_widget_"][id$="_services"] {
    display: block;
    overflow-x: auto;
}

span[id^="field_widget_"][id$="_services"] > table {
    min-width: 1200px;
}

#map-container {
    height: 400px;
}

#map {
    height: 100%;
    width: 500px;
    margin: auto;
    /*display: block;*/
    /*position: relative;*/
}
