:root {
    --primary: #174f74;
    --light: #2274aa;
    --secondary: #ff4200;
}

a,
.opening-time .time-table .opening-time--title,
.theme-clr,
.navbar .nav > li a:hover,
.navbar .nav > li.active > a:hover,
.dropdown-menu > li > a:hover,
.opening-time .week-day.today dt,
.sidebar-item.widget_nav_menu .nav-pills > li > a:hover,
.lined .meta-data a,
.table tbody .active td,
.foot a.tweet_user,
.foot a.read-more,
.foot .nav a:hover,
.navbar-inverse .nav-collapse .nav > li > a:hover:hover,
.opening-time .time-table > .additional-info {
    color: #428ff4;
}

.main-content {
    padding-top: 0;
}

select.form-control {
    height: 40px;
}

.custombtn {
    min-width: 70px;
}

hr {
    margin-top: 0;
}

h2 {
    font-size: 26px;
}

.navbar .nav > li.dropdown:hover > .dropdown-toggle,
a:hover {
    color: #387acf;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active:after {
    border-bottom-color: #f6f6f6 !important;
}

.navbar .nav > li.dropdown.open > a:after,
.navbar .nav > li.dropdown.active > a:after,
.navbar .nav > li.dropdown.open.active > a:after,
.navbar .nav > li.dropdown:hover > a:after {
    border-top-color: #f6f6f6 !important;
}

.breadcrumbs-container .divider {
    border-left-color: #f6f6f6 !important;
}

.nav-collapse .dropdown-menu,
#wp-calendar caption,
.accordion-heading.open a .icon,
.tap-to-call {
    background-color: #f6f6f6 !important;
    width: fit-content;
    min-width: 100%;
    max-width: 270px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: var(--primary);
}

.ui-datepicker-calendar td a[data-custom] {
    position: center;
    padding-bottom: 10px;
}

    .ui-datepicker-calendar td a[data-custom]::after {
        content: attr(data-custom);
        display: block;
        font-size: small;
    }


.ui-datepicker {
    position: center;
}

.table tbody .active {
    border-left-color: var(--primary) !important;
    border-right-color: var(--primary) !important;
}

    .table tbody .active td {
        border-top-color: var(--primary) !important;
        border-bottom-color: var(--primary) !important;
    }

.clickable:hover {
    background-color: #F9F1F0;
}

.filter-table td {
    padding: 5px;
}

.btn-featured:hover {
    background-color: #387acf !important;
}

.foot {
    background-color: var(--primary) !important;
    border-top-color: var(--primary) !important;
}

    .arrows .fa-chevron-right:hover:hover,
    .arrows .fa-chevron-left:hover:hover,
    .foot #to-the-top,
    .jumbotron .bottom-widgets,
    .btn-featured {
        background-color: var(--primary) !important;
        background-image: -moz-linear-gradient(top, #428ff4, #387acf) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428ff4), to(#387acf)) !important;
        background-image: -webkit-linear-gradient(top, #428ff4, #387acf) !important;
        background-image: -o-linear-gradient(top, #428ff4, #387acf) !important;
        background-image: linear-gradient(to bottom, #428ff4, #387acf) !important;
    }

blockquote p,
body {
    color: #727272 !important;
}

.dropdown-menu {
    border-top-color: #f6f6f6 !important;
}

.datepicker.dropdown-menu {
    transform: unset !important;
}

.navbar .container {
    background: #f6f6f6 !important;
}

.btn-featured:before {
    border-top-color: #f6f6f6 !important;
}

.navbar .nav > li a,
.navbar .brand,
.navbar .brand h1,
.navbar .nav > li.dropdown.active > .dropdown-toggle {
    color: #777777 !important;
}

@media (max-width: 991px) {
    .navbar .nav > li a,
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #777777 !important;
    }
}


.foot,
.foot a,
.foot .lined h2 {
    color: #ffffff !important;
}

    .foot .lined h5,
    .foot a:hover {
        color: #ababab !important;
    }


.divide-line .icon {
    background-color: #ffffff !important;
}

.jumbotron .header-padding {
    background-color: rgba(124, 124, 124, 0.8) !important;
}

.divide-line .icon {
    background-color: #ffffff !important;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-top: 6px;
    margin-left: 0;
    margin-right: 6px;
}

.bottom-btn {
    width: 100%;
}

.backblock {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.daily-planning-error {
    color: red;
    width: 16px;
}

.has-tooltip {
    position: relative;
}

    .has-tooltip .title {
        position: absolute;
        bottom: 10px;
        left: 20px;
        background: #fafafa;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        white-space: nowrap;
    }

#fancybox-close {
    right: -15px;
    top: -15px !important;
}

div#fancybox-content {
    border-color: #FFFFFF !important;
}

div#fancybox-title {
    background-color: #FFFFFF !important;
}

div#fancybox-outer {
    background-color: #FFFFFF !important;
}

div#fancybox-title-inside {
    color: #333333 !important;
}

.ui-datepicker {
    z-index: 1035 !important;
}

.bootstrap-datetimepicker-widget {
    z-index: 1035;
}

.report-btn-group {
    display: flex;
    flex-wrap: wrap;
}

    .report-btn-group a {
        margin: 4px;
        min-width: 124px;
    }

.tox-tinymce {
    width: 100% !important;
    border-radius: 0.25rem !important;
}

#loading-gif {
    height: 70px;
    width: 70px;
}

.enumDropDownList-width {
    width: 50px;
}

    .enumDropDownList-width option:first-child {
        display: none;
    }

.hide-delete-btn {
    display: none;
}

.text-switch {
    padding: 5px;
}
/*----------switch----------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

.staff-numbers {
    background-color: #c7c7c754;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
    border: #00000085 1px solid;
    margin-bottom: 5px;
}

.mh-75 {
    max-height: 75vh;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.invalid {
    border: #FF0000 1px solid !important;
}

    .invalid:focus {
        border: #FF0000 1px solid !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6) !important;
        outline: 0 none;
        border-color: #FF0000 !important;
    }

.deleted td:not(:first-child):not(:last-child) {
    filter: blur(2px);
    pointer-events: none;
    user-select: none;
}

.data-val-required::after {
    content: "*";
    color: red;
}

.datepicker-hidden,
.datepicker-loading {
    position: relative;
}

    .datepicker-hidden:after,
    .datepicker-loading:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .datepicker-loading .datepicker-loader {
        display: unset;
    }

.datepicker-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    color: #005f86;
    animation: rotation 2s infinite linear;
    display: none;
}
