h2#welcome-msg{
    margin-bottom: 0;
    font-weight: 600;
    color: #337ab7;
    text-transform: capitalize;
}

p.Warning {
    margin: 5px 0;
}

.btn.btn-primary {
    border-bottom: 2px solid #004e75 !important;
}

.fa-building{
    margin-left: 4px;
}

div.listing_cont {
    border: none;
}

.theme-whbl h1, .theme-whbl a, .theme-whbl .fc-state-default, .theme-whbl .jvectormap-zoomin, .theme-whbl .jvectormap-zoomout, .theme-whbl #user-profile .profile-details ul > li > span {
    color: #337ab7;
}

a:not(.btn):hover, a:not(.btn):focus, ul.pagination .fa-chevron-left, ul.pagination .fa-chevron-right {
    color: #337ab7 !important;
}

a.btn:focus {
    color: white;
}

.pagination > li {
    background-color: #337ab7;
    border: 2px solid #337ab7;
    width: auto;
}

ul.pagination li a {
    background: #337ab7;
    color: #337ab7 !important;
}

.theme-whbl #header-navbar, .theme-whbl .btn-primary, .autocomplete ul li:hover, .generic_report th {
    background-color: #337ab7 !important;
}

.btn-group ul.dropdown-menu {
    left: -118px !important;
}

.theme-whbl #header-navbar .nav > li > a:hover, .theme-whbl #header-navbar .nav > li > a:focus {
    background-color: white !important;
    color: #337ab7 !important;
}

#EpochCalendar_StartDate_calendar table.calcells tr td.cell_selected, #EpochCalendar_EndDate_calendar table.calcells tr td.cell_selected {
    background-color: #337ab7 !important;
}

/* booking screen */

.individual-cabin {
    border: 1px solid #dee4e8;
    padding: 10px;
    margin-bottom: 20px;
}

.individual-cabin h3.cabin-number {
    font-weight: bold;
    margin-bottom: 5px;
}

.individual-cabin input.form-control, .individual-cabin textarea.form-control {
    width: 100% !important;
    max-width: 100% !important;
}

.individual-cabin .show-additional-fields {
    background-color: #337ab7 !important;
    border-radius: 0;
    color: white;
    font-size: 1.125em;
    text-align: left;
    padding: 15px;
}

.individual-cabin .show-additional-fields:hover {
    color: white;
}

.individual-cabin .show-additional-fields:focus {
    outline: none;
}

.individual-cabin .show-additional-fields .fa-plus, .individual-cabin .show-additional-fields .fa-minus {
    float: right;
    padding-top: 5px;
}

.individual-cabin .card-body {
    margin-top: 20px;
    padding: 0 10px;
}

.individual-cabin .collapse.in {
    padding: 0;
}

.individual-cabin select {
    max-width: 100% !important;
}

.selected-passenger.alert {
    margin-bottom: 0;
}

.selected-passenger p {
    display: inline-block;
    margin: 0;
}

.selected-passenger a {
    font-weight: bold;
}

.selected-passenger a:hover {
    cursor: pointer;
}

.list-group a:hover {
    cursor: pointer;
}

.modal-header h4.modal-title {
    display: inline-block;
}

.modal-header button.close {
    margin-top: 5px;
}

p.selection-error {
    color: red;
}

.ui-tooltip {
    padding: 10px !important;
    border-radius: 3px !important;
    background-color: #337ab7 !important;
    color: white !important;
    position: absolute !important;
    z-index: 9999 !important;
    max-width: 300px !important;
}
body .ui-tooltip {
    border-width: 2px !important;
}