﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*test*/
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


#NavigationBar i {
    color: #5c328a !important;
}

tfoot {
    display: table-header-group;
}

/*.nav-tabs {
    border: 0;
    padding: 0 !important;
    border: 0.2px solid #A9A9A9 !important;
    border-radius: 10px 10px 0px 0px !important;
}*/

.nav-tabs {
    background-color: #fff;
    border: 1px solid rgba(92,1,153) !important;
    border-bottom: 0px !important;
}

.nav-link.active {
    /* color: #495057;*/
    color: #fff !important;
    background-color: #5C328C !important;
    border-radius: 10px !important;
    border-color: #A9A9A9 !important;
    /*border: 2px solid #ced4da !important;*/
}

/*input[type="checkbox"]:disabled {
    background: blue !important;
}*/
/*
#UserTable_length {
    padding-bottom: 10px;
}*/
#jstreemaster-card, #jstreeAgencymaster-card {
    /*border: 2px solid lightgray;*/
    margin: 20px 0 0px;
    border-radius: 15px;
    /*border-radius: 15px;*/
}

.searchClientAgency {
    width: 35% !important;
    /*border-radius: 15px !important;*/
    outline-width: 0;
    padding: 5px;
    border: 2px solid lightgray !important;
}

#af_LockedOut, #af_Approved {
    margin: 5px;
}

.validation-summary-errors ul {
    list-style: none !important;
    padding: 0 !important;
}



.search-cl {
    display: inline-block;
    text-align: left;
    float: right;
    padding-left: 10px;
}


.jstree-icon jstree-ocl {
    background-color: red !important;
}

.jstree-default > .jstree-wholerow-ul .jstree-clicked {
    background-color: #d3d3d3 !important;
    padding: 0 10px;
}

.Edit .jstree-default > .jstree-wholerow-ul .jstree-clicked {
    background-color: #fff !important;
    padding: 0 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}

#shiftTableVis4Wide thead th {
    padding: 10px 6px !important;
}

#shiftTableVis4Wide tbody td {
    padding: 10px 2px !important;
}

#availabilityTable4Wide thead th {
    padding: 10px 10px !important;
}

#availabilityTable4Wide tbody td {
    padding: 10px 6px !important;
}

table.dataTable tfoot th, table.dataTable thead th {
    border-top: 0 !important;
    /*border-bottom: 0 !important;*/
}


.jstree-default .jstree-clicked {
    background: #FFFFFF !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: #FFFFFF !important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%) !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%) !important;
}

.jstree-themeicon {
    display: none !important;
}

#UserTable {
    margin-bottom: 15px !important;
}

    #UserTable tr td a {
        margin: 0 3px;
    }

/*.logo-padding {
    padding: 20px 0px 0px 40px !important;
}*/

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    cursor: not-allowed;
}


#UserAdd-btn {
    margin: 0px 0 20px;
    text-align: right;
    padding: 12px 20px !important;
}


.documents-card {
    background-color: white;
    padding: 10px;
    width: 48% !important;
    box-shadow: 2px 3px 7px #888888;
    margin: 10px;
}

.dropzoneStyle {
    border: 2px dotted #666666 !important;
    min-height: auto !important;
    height: auto;
    padding: 1.5rem 1.75rem;
    text-align: center;
    cursor: pointer;
    border-radius: .475rem !important;
    /*height: auto;*/
    color: #666666;
    position: relative !important;
}

    .dropzoneStyle .dz-preview.dz-file-preview .dz-image {
        height: 40px !important;
        width: 300px !important;
    }

    .dropzoneStyle .dz-preview .dz-image {
        width: 100px !important;
        height: 50px !important;
    }

    .dropzoneStyle .dz-preview .dz-details {
        top: -18px !important;
    }

.dropzone .dz-preview {
    min-height: 50px !important;
    margin: 0 !important;
    margin-top: 30px !important;
}

.dropzoneStyle .dz-preview .dz-progress {
    display: none !important;
}

.dropzoneStyle .dz-preview.dz-file-preview .dz-details .dz-size {
    display: inline-block !important;
}

.dropzoneStyle .dz-preview.dz-file-preview .dz-details .dz-filename {
    display: inline-block !important;
    vertical-align: sub !important;
}

.dropzoneStyle .dz-preview .dz-remove {
    z-index: 998;
    position: absolute !important;
    /* bottom: -50%; */
    left: 44% !important;
}

.dropzoneStyleImage {
    border: 2px dotted rgba(92,1,153) !important;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    height: 250px;
    width: 250px;
    color: rgba(92,1,153);
    margin: 40px auto;
    position: relative;
}

    .dropzoneStyleImage .dz-preview.dz-image-preview {
        top: 42px !important;
    }

    .dropzoneStyleImage .dz-preview .dz-progress {
        display: none;
    }

.dropzoneStyleImageUser {
    border: 2px dotted rgba(92,1,153) !important;
    border-radius: 20%;
    text-align: center;
    cursor: pointer;
    height: 250px;
    width: 250px;
    color: rgba(92,1,153);
    margin: 40px auto;
    position: relative;
}

    .dropzoneStyleImageUser .dz-preview.dz-image-preview {
        top: 42px !important;
    }

    .dropzoneStyleImageUser .dz-preview .dz-progress {
        display: none;
    }

    .dropzoneStyleJobDescription .dz-preview.dz-image-preview .dz-error-mark,
    .dropzoneStyleImageUser .dz-preview.dz-image-preview .dz-error-mark {
        /*font-size: 10px !important;
    margin-left: 10px !important;*/
        display: none !important;
    }

.dropzoneStyleJobDescription .dz-preview .dz-progress {
    display: none !important;
}


.dropzoneStyleJobDescription .dz-preview.dz-image-preview .dz-success-mark,
.dropzoneStyleImageUser .dz-preview.dz-image-preview .dz-success-mark {
    font-size: 10px !important;
    margin-left: 10px !important;
    display: none !important;
}

.dropzoneStyleImageUser .dz-preview.dz-image-preview .dz-image img[data-dz-thumbnail] {
    border-radius: 20%;
}

.dropzoneStyleDoc .dz-preview.dz-file-preview .dz-error-mark {
    /*font-size: 10px !important;
    margin-left: 10px !important;*/
    display: none !important;
}

.dropzoneStyleDoc .dz-preview.dz-file-preview .dz-success-mark {
    font-size: 10px !important;
    margin-left: 10px !important;
    display: none !important;
}

.dropzoneStyleDoc .dz-preview.dz-image-preview .dz-error-mark {
    /*font-size: 10px !important;
    margin-left: 10px !important;*/
    display: none !important;
}

.dropzoneStyleDoc .dz-preview.dz-image-preview .dz-success-mark {
    font-size: 10px !important;
    margin-left: 10px !important;
    display: none !important;
}

/*.dropzoneStyleDoc .dz-preview.dz-file-preview .dz-image {
    height: 40px !important;
    width: 300px !important;
}

.dropzoneStyleDoc .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzoneStyleDoc .dz-preview .dz-image {
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 10;
}*/
.btn-outline-primary {
    Background-color: #EEEEEE !important;
    color: #4E2680 !important;
    border-color: #4E2680 !important;
    font-weight: 700 !important;
}

.btn-outline-register {
    Background-color: #EEEEEE !important;
    color: #4E2680 !important;
    border-color: #4E2680 !important;
    font-weight: 500 !important;
}

.btn-outline-primary:hover {
    Background-color: #FFFFFF !important;
    color: #4E2680 !important;
    border-color: #4E2680 !important;
    text-decoration: underline;
}

.btn-outline-primary-purple {
    color: #5C328A !important;
    border-color: #5C328A !important;
    font-weight: 700 !important;
}

    .btn-outline-primary-purple:hover {
        color: #fff !important;
        background-color: #5C328A !important;
    }




.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    background-color: #6C757D !important;
    color: #fff !important;
}

.userType-Text {
    color: #5c328a !important;
    font-weight: 700;
}

#UserTable_paginate {
    margin-bottom: 10px !important;
}
/*
#UserTable_length label, #UserTable_length select, #UserTable_filter label, #UserTable th, #UserTable_paginate a, #UserTable_info {
    color: #5c328a !important;
    font-weight: 700;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button a:hover {
    background: red !important;
}



.dataTables_wrapper .dataTables_filter input {
    border-radius: 6px !important;
    margin-left: 10px !important;
    border: 1px solid #6C757D !important;
}


.update-button {
    border-radius: 25px;
}

    .update-button span {
        font-size: 1rem;
    }

.far,
.fas {
    max-width: 20px !important;
    min-width: 20px !important;
}

#UserTable_filter input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.report-icon {
    margin: 10px !important;
    width:auto !important;
    max-width: 40px !important;
}

textarea {
    min-height: 90px !important;
}

#UserType_field option {
    color: #5c328a !important;
    font-weight: 600 !important;
}

div.dt-buttons {
    clear: both;
    padding-top: 20px;
    text-align: right !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 0 !important;
}

.percent-20 {
    width: 20% !important;
}

.percent-30 {
    width: 30% !important;
}

.percent-50 {
    width: 50% !important;
}

.percent-80 {
    width: 80% !important;
}

.percent-100 {
    width: 100% !important;
}




.footer-text-container-right {
    margin-left: 15%;
    margin-right: auto;
}





.body-style {
    background-color: #f8f8f8;
}

#main {
    padding-left: 30px;
    margin-right: 50px;
}

#nav-burger-menu {
    display: none;
}

.v-align-m {
    vertical-align: middle !important;
    padding-bottom: 0px !important;
}

.profilecolor {
    text-decoration: none !important;
    color: purple !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/*.openNavBar {
    margin-left: 280px !important;
}
.closeNavBar {
    margin-left: -260px;
}*/
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/*.navbar-custom {
    height: 45px;
}
.navbar-custom2 {
    height: 30px;
}*/
.navbar-nav {
    flex-direction: unset !important;
    margin-right: 24px;
    align-items: center !important;
}

    .navbar-nav .nav-item {
        color: #80B6CB !important;
    }

        .navbar-nav .nav-item .nav-link {
            display: inline;
        }

.flag-icon {
    margin-right: 10px;
}

.dropdown-head {
    /* display: block; */
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

/*.dropdown-divider {
    margin: 0 !important;
}*/

.dropdown-item {
    padding: 0 1rem !important;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menuProfile.show {
    display: block;
}

.dropdownLanguage:hover {
    cursor: pointer;
}

.dropdownLanguage::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdownProfileSettings:hover {
    cursor: pointer;
}

.dropdownProfileSettings::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .100em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.decorated option::selection {
    background-color: white;
}

.dropdown-item.active, .dropdown-item:active {
    color: black !important;
    text-decoration: none !important;
    background-color: #e9ecef !important;
}

.languageOption:hover {
    cursor: pointer;
}

select.decorated option:checked {
    box-shadow: 0 0 10px 100px #fff inset;
    /*background-color: white;*/
}

.roundimage {
    border-radius: 50% !important;
}

select.decorated option::selection {
    color: black !important;
}

.bookinglistbtn {
    cursor: pointer;
}

.bookingListRow {
    margin-bottom: 10px !important;
    padding: 0px !important;
}

.main-content li {
    --bs-gutter-x: -0.5rem !important;
}

.date-carousel-item-inner span {
    width: 100% !important;
}

.date-carousel-item--selected .date-carousel-item-inner * {
    color: #fff;
}

.date-carousel-item--selected {
    position: relative;
    background-color: #2649A5 !important;
    border-color: #252525 !important;
}

    .date-carousel-item--selected:after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        height: 0;
        width: 0;
        pointer-events: none;
        border: 6px solid transparent;
        border-top-color: #2649A5;
        margin-left: -6px;
    }

.gs-u-primer {
    font-weight: bold;
}

.gel-layout {
    list-style: none;
    direction: ltr;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: -8px;
    padding-right: 0;
    padding-left: 0;
}

.date-carousel-center {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
    /*margin-bottom: 40px;*/
}

.date-carousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 977px;
}

.date-carousel-slider {
    position: relative;
}

.date-carousel-slider-scroller {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    z-index: 0;
    margin-right: 48px;
    margin-left: 48px;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge hide scrollbar but keep functionallity*/
    scrollbar-width: none; /* Firefox  hide scrollbar but keep functionallity */
}

    .date-carousel-slider-scroller::-webkit-scrollbar {
        display: none;
    }

.date-carousel-timeline-lists {
    display: table;
}

.date-carousel-timeline-group {
    display: table-cell;
    position: relative;
}

.date-carousel-timeline-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.date-carousel-item {
    position: relative;
    display: table-cell;
    height: 52px;
    background-color: #fff;
    color: #252525;
    border: 1px solid #dbdbdb;
    border-right-width: 0;
    min-width: 80px;
    width: 80px;
}

    .date-carousel-item:hover {
        background-color: #e0e0e0;
        cursor: pointer;
        color: #252525;
    }

.date-carousel-item-inner {
    display: block;
    padding: 8px 0;
    white-space: nowrap;
    color: #252525;
}

.date-carousel-item a {
    text-decoration: none !important;
    background-color: transparent;
}

    .date-carousel-item a:hover {
        color: #252525 !important;
    }

.gs-u-display-block {
    display: block !important;
    visibility: visible !important;
}

.date-carousel-button {
    display: inline-block !important;
    min-height: 60px;
    position: absolute !important;
    z-index: 1;
    top: 0;
    padding: 8px 12px;
    background-color: #ededed;
    color: #252525;
}

.date-carousel__button-next {
    right: 0;
    cursor: pointer !important;
    fill: #0970AB;
}

.notification {
    text-decoration: none;
    position: relative;
}

    .notification .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 5px 10px;
        border-radius: 50%;
        background: red;
        color: white;
        display: none;
    }

.goToSelected:hover, .today-btn:hover {
    opacity: 0.8;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 20px;
    background-color: grey;
    border-radius: 30px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


td.details-control-documents,
td.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
}

tr.shown td.details-control {
    text-align: center;
    color: red;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.additionalDays--selected {
    opacity: 0.5 !important;
}

    .additionalDays--selected:hover {
        background-color: #FFFFFF !important;
    }

.filter {
    position: fixed;
    top: 97px;
    right: 0;
    width: 35%;
    height: 100%;
    overflow: scroll;
    background: var(--mainWhite);
    z-index: 3;
    background: white;
    padding: 1.5rem;
    display: none;
    overflow-y: scroll;
    /*transition: var(--mainTransition);
    transform: translateX(100%);*/
}

.filterText {
    width: auto !important;
}

.itemFilter {
    background-color: #f6f6f6 !important;
    color: black !important;
    width: 100%;
    opacity: 0.5;
    vertical-align: middle;
    text-align: center !important;
    height: 100%;
    position: relative;
    width: 100%;
    opacity: 0.5;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.FiltersTitle {
    color: #5C328A;
    margin: 10px;
}


.itemFilterActive {
    /*    background-color: #177B4C !important;
*/ color: black !important;
    border: 1px solid #2649A5 !important;
    opacity: 1 !important;
}

.showFilter {
    /*transform: translateX(0);*/
}

/*.date-carousel__button-prev:disabled {
        opacity: 0.2;
        cursor: auto;
    }*/
.date-carousel__button-next:disabled {
    opacity: 0.2;
    cursor: auto;
}

.date-carousel__button-prev:disabled {
    opacity: 0.2;
    cursor: auto;
}

.date-carousel__button-prev {
    left: 2px;
    fill: #5B0299;
}

    .date-carousel__button-prev:hover,
    .dae-carousel__button-next:hover {
        cursor: pointer !important
    }

.gs-o-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 8px;
    text-align: center;
    border: 0;
}

.prev {
    transform: translateX(30%);
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/*.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}*/

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.header {
    line-height: 60px;
    background-image: linear-gradient( 90deg, #5c0099 1%, #007cad);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer {
    width: 100%;
    background-image: linear-gradient( 90deg, #5c0099 1%, #007cad);
    z-index: 999;
    margin: 0;
}

.footer-container {
    display: flex;
}


.footer-text-right {
    height: 1.5rem;
    margin-right: 5px;
}

.border-right {
    padding-right: 5px;
    border-right: 1px solid #f8f9fa;
}


.container-left {
    padding-left: 24px;
}


.padding-horizontal {
    padding: 0px 24px 0px 24px;
}

.padding-left {
    padding-left: 24px;
}

.padding-right {
    padding-right: 24px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 15px;
}

.border-simple {
    border: 1px solid black;
}

.z-index-dialog {
    z-index: 1600 !important;
}

.z-index-text {
    /*border: 1px solid black;*/
    z-index: 1200
}

.z-index-background {
    /*border: 1px solid red;*/
    z-index: 1000
}




/*************************/
/*                       */
/*    Navigation Menu    */
/*                       */
/*                       */
/*************************/

.navigationbar a {
    text-decoration: none;
    font-size: 14px;
    color: #2babe3;
    text-align: left;
    transition: 0.3s;
}

.navigationHeading {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-left: 15px;
    color: #5c328a;
    width: 100%;
    border: 0px none;
    background-color: #FAFBFC;
    padding: 5px 0px 5px 0px;
}

    .navigationHeading:hover {
        background-color: #EFEFEF;
    }
/*#EFEFEF*/

.navigationSubHeading {
    text-decoration: none;
    font-size: 14px;
    color: #5c328a;
    text-align: left;
    margin-left: 25px;
}

    .navigationSubHeading:hover {
        text-decoration: none;
        font-size: 14px;
        /*color: #2babe3;*/
        background-color: #EFEFEF;
    }

.navigationSurround {
    position: fixed;
    z-index: 1;
    /*    top: 91px;
    left: -22px;
*/
    top: 0px;
    left: -22px;
}

.navigationbar {
    background-color: lightgray;
    /*    height: 604px;
*/
    height: 100vh;
    width: 280px;
    float: left;
    z-index: 1;
    top: 400px;
    left: 1000px;
    background-color: #FAFBFC;
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: -260px
}

    .navigationbar .menu .item {
        position: relative !important;
    }

    .navigationbar:hover {
        margin-left: 0 !important;
    }

.navigationbarControl {
    height: 2004px;
    float: left;
    width: 24px;
    opacity: 1;
    top: 400px;
    left: 1000px;
    background-color: #FAFBFC;
    /*border: 2px solid darkgray;*/
    border-right: 2px solid darkgray;
}

.btnDisabledFltr {
    opacity: 0.5;
}

.navigationExpand {
    margin: 6px 6px 6px 10px;
    /*    width: 42px;
    height: 42px;
*/
    width: 26px;
    height: 26px;
    margin-top: 100px;
    background-size: 26px 26px;
    background-image: url('../img/right_arrow_transparent.png');
}

    .navigationExpand:hover {
        margin-top: 100px;
        background-size: 26px 26px;
        background-image: url("../img/right_arrow_blue_transparent.png");
    }

.navigationRetract {
    /*    margin-top: 76px;
*/ margin: 100px 6px 6px 10px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    background-image: url('../img/left_arrow_transparent.png');
}

    .navigationRetract:hover {
        margin-top: 100px;
        background-image: url("../img/left_arrow_blue_transparent.png");
    }












/*************************/
/*                       */
/*   User Contact Card   */
/*                       */
/*                       */
/*************************/
.userSurround {
    /*        T    R    B   L  */
    padding: 0px 10px 20px 0px;
}

.userContactCard {
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}


/*
.logo-padding img{
    padding: 21px !important;
}
*/

.user-details-surround {
    border: 1px solid lightgray;
    padding: 10px 10px 10px 10px;
    /* margin: 10px 10px 10px 10px;*/
    height: 90%;
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.user-details-surround-small {
    border: 1px solid lightgray;
    padding: 10px 10px 10px 10px;
    /* margin: 10px 10px 10px 10px;*/
    height: 90%;
    max-height: 400px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}






/********************************/
/*                              */
/*      Worker List Styles      */
/*                              */
/*                              */
/********************************/

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 115px;
    width: 230px;
    height: 230px;
    /*font-family: sans-serif;*/
    /*margin: 100px auto;*/
    /*padding: 20px;*/
}

.drop-area, .drop-area-cv, .drop-area-passport, .drop-area-rtw, .drop-area-poa, .drop-area-ni, .drop-area-siac, .drop-area-nurse, .drop-area-driver,
.drop-area-cpc, .drop-area-gdpr, .drop-area-other, .drop-area-covidpositive, .drop-area-covidnegative, .drop-area-covidother {
    border: 2px dashed #ccc;
    border-radius: 15px;
    width: 85% !important;
    height: 70px;
}

.drop-area-left {
    border-left: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 70px;
}

.drop-area-middle {
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    height: 70px;
}

.drop-area-right {
    border-right: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 70px;
}

.upload-area {
    /*    width: 70%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;*/
    border: 2px dashed #ccc;
    border-radius: 115px;
    width: 230px;
    height: 230px;
}

    .upload-area:hover {
        cursor: pointer;
    }

    .upload-area h1 {
        text-align: center;
        font-weight: normal;
        font-family: sans-serif;
        line-height: 50px;
        color: darkslategray;
    }

/*#file {
    display: none;
}*/

/* Thumbnail */
.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}




.btn-neuven-blue {
    background-color: #2babe3 !important;
}

.btn-worker-by-category {
    border-radius: 10px !important;
}

.btn-holiday-by-category {
    border-radius: 10px !important;
}

.worker-image-circle-surround {
    clip-path: circle(40%);
}

.worker-image-empty {
    float: left;
    width: 230px;
    height: 230px;
    margin: 20px;
    shape-outside: circle();
    clip-path: circle();
    background: #EFEFEF;
}

.col-md-05 {
    -ms-flex: 0 0 4.0%;
    flex: 0 0 4.0%;
    max-width: 4.0%;
}

.col-md-15 {
    -ms-flex: 0 0 12.0%;
    flex: 0 0 12.0%;
    max-width: 12.0%;
}

.agency-branch-node-button:hover {
    background-color: lightcyan !important;
}

.expand-row {
    animation: zoom-in 0.45s forwards row-expand;
    -webkit-animation: linear;
    -webkit-animation-name: row-expand;
    -webkit-animation-duration: 0.45s;
}

@keyframes row-expand {
    0% {
        transform: scaleY(0);
        height: 0px;
    }

    100% {
        transform: scaleY(1);
        height: 43px;
    }
}

.collapse-row {
    animation: zoom-in 0.25s forwards row-collapse;
    -webkit-animation: linear;
    -webkit-animation-name: row-collapse;
    -webkit-animation-duration: 0.25s;
}

@keyframes row-collapse {
    0% {
        transform: scaleY(1);
        height: 43px;
    }

    100% {
        transform: scaleY(0);
        height: 0px;
    }
}

.expand-image {
    animation: zoom-in 0.45s forwards image-expand;
    /*    -webkit-animation: linear;
*/ -webkit-animation-name: image-expand;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 0.45s;
}

@keyframes image-expand {
    0% {
        transform: scale(1);
        position: relative;
    }

    10% {
        top: 5px;
    }

    20% {
        top: 5px;
    }

    30% {
        top: 7px;
    }

    40% {
        top: 9px;
    }

    50% {
        top: 11px;
    }

    60% {
        top: 13px;
    }

    70% {
        top: 15px;
    }

    80% {
        top: 17px;
    }

    90% {
        top: 19px;
    }

    100% {
        transform: scale(1.9);
        position: relative;
        top: 20px;
    }
}

.collapse-image {
    animation: zoom-in 0.25s forwards image-collapse;
    /*-webkit-animation: linear;*/
    -webkit-animation-name: image-collapse;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 0.25s;
}

@keyframes image-collapse {
    0% {
        transform: scale(1.9);
        position: relative;
        top: 20px;
    }

    10% {
        top: 19px;
    }

    20% {
        top: 17px;
    }

    30% {
        top: 15px;
    }

    40% {
        top: 13px;
    }

    50% {
        top: 11px;
    }

    60% {
        top: 9px;
    }

    70% {
        top: 7px;
    }

    80% {
        top: 5px;
    }

    90% {
        top: 5px;
    }

    100% {
        transform: scale(1);
        position: relative;
    }
}

.worker-list-container {
    padding: 50px 65px 50px 65px;
}

.worker-heading-background {
    display: inline-block;
    background: rgb(203,189,218);
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
    font-size: 16pt;
    z-index: 990 !important;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgba(203,189,218,1) 0%, rgba(198,183,214,0.8774860285911239) 49%, rgba(255,255,255,1) 75%, rgba(250,249,251,1) 100%);
}

.wrapper {
    background: #DDD;
    padding: 1%;
    display: inline;
    height: 20px;
}

#BookingListTable_wrapper {
    width: 99%;
    margin: 0 auto;
}


.contents {
    background: #c3c;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 0%;
}

/*.bookingContainer.neuven-card.row {
    position: relative;
}

.bookingContainer .neuven-card .row::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50%;*/ /* or 100px */
/*border-bottom: 1px solid;
    margin: 0 auto;
}*/


.wrapper:hover .contents {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 90%;
}


.worker-list-item-surround {
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 15px 15px 15px;
    border: 1px solid lightgray;
    color: #5c328a;
    /*width: 100%;*/
    background-color: #f8f8f8;
    border-radius: 20px;
    transition: width 4s, height 4s;
}

    .worker-list-item-surround:hover {
        animation: worker-zoom-in 0.75s forwards worker-zoom-in;
        -webkit-animation: linear;
        -webkit-animation-name: worker-zoom-in;
        -webkit-animation-duration: 0.75s;
        -webkit-animation-fill-mode: forwards;
        /*   transition: width 4s, height 4s;
        width: 600px;*/
    }

.worker-zoom-in {
    animation: worker-zoom-in 0.75s forwards zoom-in;
    -webkit-animation: linear;
    -webkit-animation-name: worker-zoom-in;
    -webkit-animation-duration: 0.75s;
}

@keyframes worker-zoom-in {
    0% {
        /* transition: width 1s, height 1s;*/
        /*transform: scale(1);*/
        position: relative;
        /*top: 50px;*/
        width: 102%;
        height: 150px;
    }

    3% {
        left: -1px
    }

    7% {
        left: -2px
    }

    10% {
        left: -3px
    }

    13% {
        left: -4px
    }

    17% {
        left: -5px
    }

    20% {
        left: -6px
    }

    23% {
        left: -7px
    }

    27% {
        left: -8px
    }

    30% {
        left: -9px
    }

    33% {
        left: -10px
    }

    37% {
        left: -11px
    }

    40% {
        left: -12px
    }

    43% {
        left: -13px
    }

    47% {
        left: -14px
    }

    50% {
        left: -15px
    }

    53% {
        left: -16px
    }

    57% {
        left: -17px
    }

    60% {
        left: -18px
    }

    63% {
        left: -19px
    }

    67% {
        left: -20px
    }

    70% {
        left: -21px
    }

    73% {
        left: -22px
    }

    77% {
        left: -23px
    }

    80% {
        left: -24px
    }

    83% {
        left: -25px
    }

    87% {
        left: -26px
    }

    90% {
        left: -27px
    }

    93% {
        left: -28px
    }

    97% {
        left: -29px
    }

    100% {
        position: relative;
        /*      top: -50px;*/
        left: -30px;
        width: 109%;
        height: 300px;
        /* transition: width 1.1s, height 2s;*/
        /*        transform: scale(2);*/
        /*                transform: scaleX(1.1) scaleY(2);
*/ /**/
        /*      transform: scaleY(2);*/
    }
}

.children1,
.children2,
.childrenN {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

@keyframes worker-text-stay-same {
    0% {
        transform: scale(1);
    }

    100% {
        /*        transform: scale(2);*/
        transform: scaleX(1.1) scaleY(2);
        /*      transform: scaleY(2);*/
    }
}

.worker-zoom-out {
    animation: worker-zoom-out 0.25s forwards zoom-in;
    -webkit-animation: linear;
    -webkit-animation-name: worker-zoom-out;
    -webkit-animation-duration: 0.25s;
}

@keyframes worker-zoom-out {
    0% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}













/********************************/
/*                              */
/*     Agency Branch Styles     */
/*                              */
/*                              */
/********************************/

.agency-branch-node {
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid lightgray;
    color: #5c328a;
    /*width: 100%;*/
    background-color: #f8f8f8;
    border-radius: 5px;
    /*    
    box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
*/
}

.agency-branch-details-form {
    background-color: #F8F8F8 !important;
    border-top: 1px solid gray;
    margin-top: -4px;
    margin-left: -50px;
    padding-left: 50px;
}

.agency-branch-node:hover {
    background-color: lightcyan;
}

.agency-branch-select-surround {
    border: 2px solid lightgray;
    padding: 10px 10px 10px 10px;
    /*    max-height: 400px;
    min-height: 400px;*/
    min-height: 420px;
    border-radius: 15px;
    background-color: white;
}

.agency-branch-node-selected {
    background-color: lightcyan;
}

.agency-branch-summary-inner-container {
    min-height: 250px;
    max-height: 250px;
    padding: 15px 25px 15px 20px;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 15px;
}

.agency-branch-summary-inner-container-gray {
    width: 100%;
    background-color: #FCFCFC;
    padding: 15px 25px 15px 20px;
    border: 2px solid #ced4da;
    border-radius: 15px;
}

.agency-branch-details-inner-container {
    margin-top: -3px;
    padding: 15px 25px 15px 20px;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 15px;
}

.agency-branch-tab {
    min-width: 50%;
    max-width: 50%;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0.55rem 0.55rem 0 0;
    padding: 6px 15px 6px 15px;
    color: #5c328a !important;
    text-decoration: none !important;
}

.agency-branch-label {
    color: #666666;
}

/*************************/
/*                       */
/*     Client Styles     */
/*                       */
/*                       */
/*************************/

.client-node {
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid lightgray;
    color: #5c328a;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.ClientNode:hover {
    background-color: lightcyan;
}

.client-select-surround {
    border: 2px solid lightgray;
    padding: 10px 10px 10px 10px;
    /*    max-height: 400px;
    min-height: 400px;*/
    min-height: 420px;
    border-radius: 15px;
    background-color: white;
}

.client-user-surround {
    border: 2px solid lightgray;
    padding: 10px 10px 10px 10px;
    /*    max-height: 400px;
    min-height: 400px;*/
    min-height: 200px;
    border-radius: 15px;
    background-color: white;
}

/*.client-accordion::-webkit-scrollbar {
    line-height: normal !important;
    overflow-x: auto !important;
    display: normal;
}*/





/*.show-summary {
    margin-bottom: 30px;
}
.show-users {
    margin-bottom: 30px;
}*/
/*::-webkit-scrollbar {
    display: none;
}*/
.form-control-client {
    height: calc(3.5rem + 2px) !important;
    padding: 1rem .75rem !important;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.115rem 0.65rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control-client:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}

.client-details-container {
    overflow-x: hidden;
}

.client-details-form {
    background-color: #F8F8F8;
    border-top: 1px solid gray;
    margin-top: -4px;
    margin-left: -50px;
    padding-left: 50px;
    overflow-wrap: break-word;
}

.tab-content-inner {
    margin-top: -3px;
    min-height: 250px !important;
    padding: 15px;
}


.client-tab {
    min-width: 33%;
    max-width: 33%;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0.55rem 0.55rem 0 0;
    padding: 6px 15px 6px 15px;
    color: #5c328a;
    text-decoration: none !important;
}

.client-label {
    color: #666666;
}

.client-node-selected {
    background-color: lightcyan;
}


.client-summary-inner-container {
    min-height: 250px;
    max-height: 250px;
    padding: 15px 25px 15px 20px;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 15px;
}

.client-summary-inner-container-gray {
    width: 100%;
    background-color: #FCFCFC;
    padding: 15px 25px 15px 20px;
    border: 2px solid #ced4da;
    border-radius: 15px;
}

.client-summary-container {
    padding-top: 250px !important;
}












/*************************/
/*                       */
/*   Formatting Styles   */
/*                       */
/*                       */
/*************************/
#CreateNewBooking {
    margin-top: 18px;
}

#CreateNewClient {
    /*    width: 200px;*/
}


.no-display {
    display: none;
}

.btn-text {
    color: white;
}

.padding-10 {
    padding: 10px 10px 10px 10px;
}

.padding-20-top-left-right {
    padding: 20px 20px 10px 20px;
}

.no-x-overflow {
    overflow-x: hidden;
}

.hidden {
    visibility: hidden;
}

.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}

.no-display {
    display: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-green {
    color: green;
}

.font-red {
    color: #d50057;
}

.text-center {
    text-align: center;
}

a {
    /*    color: black !important;
*/ text-decoration: none !important;
}

.text-right {
    text-align: right;
}

.padding-top {
    padding-top: .5rem;
}

.padding-bottom {
    padding-bottom: 10px;
}

.neuven-purple {
    color: rgba(92,1,153);
}

.background-neuven-purple {
    background-color: rgba(92,1,153);
    color: #ffffff;
}


.input-error {
    /*    background-color: rgba(255, 0, 0, 0.2) !important;
*/
    border: 3px solid rgba(255, 0, 0, 0.2) !important;
}

.neuven-blue {
    color: #2babe3;
}

.timesheet-blue {
    color: #ffffff !important;
    background-color: #0871AB !important;
}

.neuven-dark-grey {
    color: #27272c
}

.neuven-light-grey {
    color: #666666 !important;
}

.neuven-purple {
    color: rgb(92,50,138);
}

.font-large {
    font-size: 18px;
    font-weight: 500;
}

.font-medium {
    font-size: 16px;
    font-weight: 500;
}

.font-mid {
    font-size: 14px;
}

.font-small {
    font-size: 12px;
}





.ptr {
    bottom: 15%;
    position: absolute;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 0.5s;
}

@-webkit-keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}

.scroll-off-right {
    bottom: 15%;
    position: relative;
    animation-name: scroll-right, zoom-in;
    animation-duration: 0.25s, 0.25s;
    animation-delay: 0ms, 0.25s; /* add this */
    animation-iteration-count: 1, 1;
    -webkit-animation-duration: 0.25s;
}

@keyframes scroll-right { /* NO LONGER SCROLL RIGHT - CHANGED TEMPORARILY TO SEE IF ZOOM IN AND OUT WORKS BETTER */
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

#timesheetLocation-selector {
    width: auto;
}

.expensesTitle, .bonusTitle {
    text-align: center;
}

.hourlyInputContent {
    display: inline-block;
    text-align: center;
    margin: 3px;
}

.flattenDivHelp {
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
    transition: height 0.1s ease-in-out;
    max-height: 300px;
}

.flattenDiv {
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
    transition: height 0.1s ease-in-out;
    max-height: 200px;
}

.AdditionalInfoContainer {
    margin-top: 50px;
    display: none;
}

.expandedDropDownInitial {
    width: 100%;
    text-align: center;
    padding: 10px;
}
/*.down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom center;
}
    .down.arrow-flipped {
        transform: translateX(-50%) rotateX(180deg) !important;
    }*/
.neuven-card {
    box-shadow: 2px 3px 7px #8888884a;
    padding: 10px;
    border: 1px solid rgba(92,1,153) !important;
    background-color: white;
    margin-top: 10px;
    border-radius: 10px;
}

    .neuven-card .display-inline-block p {
        margin: 0;
    }

.hourlyInputContent input,
.expensesInput input,
.bonusInput input {
    width: 60px;
    text-align: center;
}

.e-input::-webkit-outer-spin-button,
.e-input::-webkit-inner-spin-button,
.timesheetInitial input::-webkit-outer-spin-button,
.timesheetInitial input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.zoom-right-in {
    animation: zoom-in 0.25s forwards zoom-in;
    -webkit-animation: linear;
    -webkit-animation-name: zoom-in;
    -webkit-animation-duration: 0.25s;
}

@keyframes zoom-in {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.move-from-below {
    animation: from-below 0.25s forwards from-below;
    -webkit-animation: linear;
    -webkit-animation-name: from-below;
    -webkit-animation-duration: 0.25s;
}

@keyframes from-below {
    0% {
        top: 1200px;
    }

    100% {
        top: 120px;
    }
}


.button-zoom-in {
    bottom: 15%;
    animation: button-in 0.25s forwards button-in;
    -webkit-animation: linear;
    -webkit-animation-name: button-in;
    -webkit-animation-duration: 0.25s;
}

@keyframes button-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

.button-zoom-out {
    bottom: 15%;
    /*position: absolute;*/
    /*top: 250px;*/
    animation: button-out 0.25s forwards button-out;
    -webkit-animation: linear;
    -webkit-animation-name: button-out;
    -webkit-animation-duration: 0.25s;
}

@keyframes button-out {
    0% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.fly-up-out {
    /*    width: 100px;*/
    /*    bottom: 15%;*/
    /*    position: absolute;
*/ position: relative;
    /*top: 250px;*/
    animation: fly-out 0.75s forwards fly-out;
    -webkit-animation: linear;
    -webkit-animation-name: fly-out;
    -webkit-animation-duration: 0.75s;
    /*    animation: zoom-in 0.25s forwards zoom-in;
    -webkit-animation: linear;
    -webkit-animation-name: zoom-in;
    -webkit-animation-duration: 0.25s;
*/
}

@keyframes fly-out {
    0% {
        top: -1100px;
    }

    100% {
        top: 0px;
    }
}


.fly-down-out {
    /*width: 100%;*/
    /*    bottom: 15%;*/
    position: absolute;
    /*
  position: relative;
*/
    /*top: 250px;*/
    animation: flydownout 0.35s forwards flydownout;
    -webkit-animation: linear;
    -webkit-animation-name: flydownout;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: forwards;
    /*    animation: zoom-in 0.25s forwards zoom-in;
    -webkit-animation: linear;
    -webkit-animation-name: zoom-in;
    -webkit-animation-duration: 0.25s;
*/
}

@keyframes flydownout {
    0% {
        /*        
            top: 95px;
*/
        top: 95px;
    }

    100% {
        top: 1100px;
    }
}


.fly-up-in {
    position: absolute;
    width: -webkit-calc(100% - 355px);
    width: -moz-calc(100% - 355px);
    width: calc(100% - 355px);
    animation: flyupin 0.35s forwards flyupin;
    -webkit-animation: linear;
    -webkit-animation-name: flyupin;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes flyupin {
    0% {
        top: 1100px;
    }

    100% {
        top: 0px;
    }
}

.button-zoom-out:hover {
    bottom: 15%;
    /*position: absolute;*/
    /*top: 250px;*/
    animation: button-in 0.25s forwards button-in;
    -webkit-animation: linear;
    -webkit-animation-name: button-in;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-fill-mode: forwards;
}






/*
    ******************************************************************************************


*/
.zoom-out-all {
    position: relative;
    animation: zoomoutall 0.25s forwards zoomoutall;
    -webkit-animation: linear;
    -webkit-animation-name: zoomoutall;
    -webkit-animation-duration: 0.25s;
}

@keyframes zoomoutall {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.zoom-in-all {
    position: relative;
    animation: zoominall 0.25s forwards zoominall;
    -webkit-animation: linear;
    -webkit-animation-name: zoominall;
    -webkit-animation-duration: 0.25s;
    animation-delay: 0.25s;
}

@keyframes zoominall {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}















/* Hierarchy Styling */
.level-zero {
    padding: 0px 0px 0px 30px;
}

.level-one {
    padding: 0px 0px 0px 30px;
}

.level-two {
    padding: 0px 0px 0px 30px;
}

.level-three {
    padding: 0px 0px 0px 30px;
}

.level-four {
    padding: 0px 0px 0px 30px;
}

.level-five {
    padding: 0px 0px 0px 30px;
}

.level-six {
    padding: 0px 0px 0px 30px;
}

.level-seven {
    padding: 0px 0px 0px 30px;
}

.level-eight {
    padding: 0px 0px 0px 30px;
}

.level-nine {
    padding: 0px 0px 0px 30px;
}

.level-ten {
    padding: 0px 0px 0px 30px;
}

/* Tooltips */
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.btn-test {
    width: 100%;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #007cba, #007cba, #007cba);
    background-size: 200%;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;
}

.left-border {
    border-left: 2px solid black;
}

.login-margin {
    margin-top: 16rem;
}

.login-panel {
    width: 50%;
    display: inline-block;
}

.primary-button-margin {
    margin: 15px 0px 15px 0px;
}

.button-margin {
    margin: 8px 5px; /* Top-Bottom 8px, Left-Right 5px */
    display: inline-block;
    min-width: 185px !important;
    max-width: 185px !important;
    max-height: 50px !important;
    white-space: nowrap !important; /* Prevent text from wrapping */
    overflow: hidden !important; /* Hide the overflow text */
    text-overflow: ellipsis !important; /* Add ellipsis (...) for overflowed text */
    box-sizing: border-box; /* Helps ensure proper layout in different browsers */
}

.page-title {
    color: #5c328a;
    /*margin-top: 1.5rem;*/
    /*margin-left: 15px;*/
}

h1 {
    color: #5c328a;
    margin: 1rem 0;
    /*  margin-left: 15px;*/
    padding-bottom: 15px;
}

h2 {
    color: #5c328a;
}

.card-margin-bottom {
    margin-bottom: 2rem;
}

.card-margin-top {
    margin-top: 1rem;
}

.card-general {
    height: 100%
}

.card-shadow {
    padding: 10px;
    box-shadow: 5px 10px 8px #888888;
}

.card-subtitle-color {
    color: #36A2EB;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 200px;
    width: 100%;
}

.padding-left-none {
    padding-left: 0 !important;
}

.dashboard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    /*margin-right: 50px;*/
}

/*Test Navigation CSS
    -on toggle open resizes the main container to the right
    -on toggle close resizes the main container back
    -hover over does not resize the main container

    basically jira behaviour
*/

main {
    /*display: flex !important;
    flex-direction: row;*/
    flex: 1;
    width: 100%;
    /*overflow: hidden;*/
}

.main-content {
    flex: 1;
    transition: .5s;
    text-align: left;
    margin: 20px 30px 50px;
    font-size: 14px;
}

.btn {
    font-size: 1rem !important;
}

/*.form-floating {
    padding-bottom: 10px;
}
.form-switch {
    margin-bottom: 26px !important;
}
}*/

.area-schedule-email {
    display: flex;
    align-items: center;
}

.area-schedule-date {
    min-width: 200px;
}

.area-schedule-email-right {
    margin-left: 20%;
}

div.dataTables_scrollBody thead {
    display: none;
}

#timesheetTable {
    table-layout: fixed;
}

.noTransition {
    transition: none !important;
}
/*might not need the aside bit*/
/*nav, aside {*/
/*12em is the width of the sidebars*/
/*flex: 0 0 12em;
    transition: margin 0.3s ease
}*/


/* Checkbox hack to toggle nav visibility */
/*input ~ nav {
    margin-left: -12em;
}

input:checked ~ nav {
    margin-left: 0;
}*/



/*.dropdown-menu {
    background-color: red !important;
}*/

side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.navigationbar .menu .item a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 30px;
}

    .navigationbar .menu .item a:hover {
        background: #d3d3d3;
        transition: 0.3s ease;
        /* margin-left:15px;*/
    }

.navigationbar .menu .item i {
    margin-right: 12px;
}


.navigationbar .menu::-webkit-scrollbar {
    display: none;
    // Safari and Chrome
}


.navigationbar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 10px;
    transition: 0.3s ease;
}

.navigationbar .menu .item .sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

    .navigationbar .menu .item .sub-menu a {
        padding-left: 41px;
    }

    .navigationbar .menu .item .sub-menu a {
        padding-left: 41px;
        font-size: 13px;
    }

.rotate {
    transform: rotate(90deg);
}

.row bottom {
}

/*//Login page styles*/

/*body {
    background: #c9ccd1;
}*/

.form-style input {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}

    .form-style input:focus {
        border-bottom: 1px solid #007bff;
        box-shadow: none;
        outline: 0;
        background-color: #ebebeb;
    }

.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ccc;
}

button {
    padding: 12px 20px !important;
}

.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}

.main-container {
    background-image: url('../img/login-background-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.login-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*flex: 1 0 auto;*/
    --bs-gutter-x: 0 !important; /* Only if needed */
}

.login-form-container {
    display: flex;
    width: 110vw;
    justify-content: center;
    flex-shrink: 0;
}
.login-form-container-venloc {
    display: flex;
    width: 400px !important;
    height:400px !important;
    justify-content: center;
    flex-shrink: 1;
}


.container-row {
    display: flex;
    flex: 1;
    align-items: center;
}



.login-container img {
    margin: 0 !important;
    padding: 0 !important;
}

.login-controls {
    position: relative;
    text-align: center;
/*    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
    order: 2;
}

.login-info {
    position: relative;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    order: 1;
}

/*Booking page styles*/
#BookingListTable {
    width: 100% !important;
}

.booking-buttons {
    margin-right: 5px;
}

.booking-modal-body {
    /*min-height: 400px;*/
    padding: 1rem 2rem 1rem 2rem !important;
}

#location-selector {
    min-width: 15rem;
    max-width: 20.5rem;
    margin-right: 5px;
    vertical-align: bottom;
    height: 45px;
    display: inline-flex;
}

#bookingLocation-selector {
    min-width: 10rem;
    max-width: 20rem;
    width: auto;
    vertical-align: top;
    display: inline-block;
    height: 47px;
}

.left-align {
    display: inline-flex;
}

.right-align {
    display: inline-flex;
    float: right;
}

#calendar-container {
    padding-top: 20px;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block !important;
}

.margin-centre {
    margin: 0 auto;
}
/*Test styles*/

#external-events {
    /*position: fixed;*/
    /*z-index: 2;*/
    /*top: 20px;*/
    /*left: 20px;*/
    float: left;
    margin-top: 20px;
    margin-bottom: 3rem;
    width: 175px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    /*border: 1px solid rgba(92,1,153) !important;*/
}

    #external-events .fc-event {
        cursor: move;
        margin: 8px 0;
    }


#shift-data-input {
    /*position: fixed;*/
    /*z-index: 2;*/
    /*top: 20px;*/
    /*left: 20px;*/
    float: left;
    margin-top: 20px;
    margin-bottom: 3rem;
    /*width: 300px;*/
    /*    padding: 0 10px;
    border: 1px solid #ccc;*/
    /*    border-radius: 14px;
    background: #eee;
    box-shadow: 2px 3px 7px #888888;*/
    /*border: 1px solid rgba(92,1,153) !important;*/
}

.locumApplicationsContainer:hover,
.ExpirationsApplicationsContainer:hover,
.manageWorkerDetailsContainer:hover,
.manageWorkerGapsContainer:hover,
.salesPaymentToClaimContainer:hover,
.performanceDataContainer:hover,
.enterTimesheetsContainer:hover,
.timesheetsApprovalContainer:hover,
.bookingsContainer:hover,
.invoicesContainer:hover {
    box-shadow: 2px 3px 7px #888888 !important;
}

.performanceIcon {
    background-image: url("../Images/performanceIcon.png");
    background-repeat: no-repeat;
    height: 53px;
    width: 60px;
    background-size: contain;
}

.contactUsIcon {
    background-image: url("../Images/contactIcon.png");
    background-repeat: no-repeat;
    height: 53px;
    width: 60px;
    background-size: contain;
}

.helpIcon {
    background-image: url("../Images/helpIcon.png");
    background-repeat: no-repeat;
    height: 53px;
    width: 60px;
    background-size: contain;
}

.zenDeskIcon {
    background-image: url("../Images/zenDeskIcon.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
}

.settingsIcon {
    background-image: url("../Images/settingsIcon.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
}

.timesheetsIcon {
    background-image: url("../Images/timesheetsIcon.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
}

.bookingsIcon {
    background-image: url("../Images/bookingsIcon.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
}


.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.icon {
    color: #5c328a;
}

.neuven-banner {
    height: 30px;
    width: 100.1%;
    background: linear-gradient(to right, #5c328a, #017BAD);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.iconHoverAnimation {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.contactUsProfilePics {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
}

.shift-summary {
    /*float: left;*/
    margin-top: 20px;
    margin-bottom: 3rem;
    /*padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 14px;
    background: #eee;
    box-shadow: 2px 3px 7px #888888;*/
    /*border: 1px solid rgba(92,1,153) !important;*/
    /*display: flex;*/
}

/*#shift-approval-summary {
    margin-top: 20px;
       
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 14px;
    background: #eee;
    box-shadow: 2px 3px 7px #888888;
}*/

#department-data-input {
    /*position: fixed;*/
    /*z-index: 2;*/
    /*top: 20px;*/
    /*left: 20px;*/
    float: left;
    margin-top: 20px;
    margin-bottom: 3rem;
    /*width: 250px;*/
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 14px;
    background: #eee;
    box-shadow: 2px 3px 7px #888888;
    /*border: 1px solid rgba(92,1,153) !important;*/
}

#ClientShiftTableContainer {
    margin-top: 10px;
}

.fc-event-time {
    padding-left: 5px;
    font-weight: 500;
}

.fc-event-title {
    padding-left: 5px;
    font-weight: 500;
}

#calendar-container {
    position: relative;
    /*z-index: 1;*/
    margin-left: 20px;
    width: 100%
}

#calendar {
    /*max-width: 1100px;*/
    /*margin: 20px auto;*/
    /*margin-left: 160px;*/
}



/*New styles with step process*/

button,
input {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

a {
    color: #f96332;
}

    a:hover,
    a:focus {
        color: #f96332;
    }

p {
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
}

.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

body {
    color: #2c2c2c;
    font-size: 40px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.nav-tabs {
    border: 0;
    padding: 5px 0.7rem;
    border: 2px solid #ced4da !important;
    border-radius: 15px 15px 0px 0px;
}

/*.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
    }
*/

.fade_rule {
    height: 1px;
    background-color: #6f42c1;
    margin: 10px 0;
    background-image: linear-gradient(left, #f8f8f8 2%, grey 50%, #f8f8f8 98%);
    background-image: -o-linear-gradient(left, #f8f8f8 2%, grey 50%, #f8f8f8 98%);
    background-image: -moz-linear-gradient(left, #f8f8f8 2%, grey 50%, #f8f8f8 98%);
    background-image: -webkit-linear-gradient(left, #f8f8f8 2%, grey 50%, #f8f8f8 98%);
    /*background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );*/
}


.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
    color: #888888;
    margin: 0;
    margin-right: 15px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
    margin-left: 5px;
}

    .nav-tabs > .nav-item > .nav-link:hover {
        background-color: transparent;
    }

    .nav-tabs > .nav-item > .nav-link.active {
        background-color: #6f42c1;
        border-radius: 30px;
        color: white;
    }

    .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        font-size: 14px;
        position: relative;
        top: 1px;
        margin-right: 3px;
    }

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #FFFFFF;
}

    .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }

.card {
    margin-bottom: 30px;
    box-shadow: 2px 3px 7px #8888884a;
    padding: 10px;
    border: 1px solid rgba(92,1,153) !important;
}

.secondary-card {
    margin-bottom: 30px;
    box-shadow: 2px 3px 7px #8888884a;
    padding: 10px;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

    [data-background-color]:not([data-background-color="gray"]) p {
        color: #FFFFFF;
    }

    [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
        color: #FFFFFF;
    }

    [data-background-color]:not([data-background-color="gray"]) .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        color: #FFFFFF;
    }


@font-face {
    font-family: 'Nucleo Outline';
    src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
    src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
    src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
    font-weight: normal;
    font-style: normal;
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


footer {
    margin-top: 50px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    background: #f7f7f7;
}

.footer p {
    margin-bottom: 0;
}

footer p a {
    color: #555;
    font-weight: 400;
}

    footer p a:hover {
        color: #e86c42;
    }

#myTab {
    padding: 15px;
}

#myTabContent {
    padding-bottom: 4px;
}

.disable-templates {
    background-color: lightgrey;
    pointer-events: none;
}

.template-container {
    background: none !important;
    border: 2px solid !important;
    border-color: #3788d8 !important;
}

.template-Data {
    text-align: center;
}

.templateTitle {
    font-size: 1rem;
    font-weight: 500;
    /*padding-left: 5px;*/
    color: deeppink;
}

.template-Data-container {
    /*margin: 5px;*/
    /*background-color: white;*/
    border-radius: 3px;
    padding: 0 5px 0 5px;
}

    .template-Data-container span {
        color: black;
        width: 100%;
        font-weight: 500;
    }

#addNewTemplateButton {
    display: flex;
    flex: 1;
    justify-content: end;
    padding: 0;
    height: 100%;
}

#agencyHeader {
    margin-top: 5px;
    padding-bottom: 20px;
}

#addNewAgencyButton {
    display: inline-flex;
    float: right;
    padding: 0;
    height: auto;
}
/*************************/
/*                       */
/*     Client Select     */
/*       Component       */
/*                       */
/*************************/
.client-select {
    width: 350px !important;
}


/*************************/
/*                       */
/*         Paging        */
/*                       */
/*                       */
/*************************/
.paging-search-lg {
    float: right !important;
    width: 350px !important;
}

.paging-search-sm {
    float: left !important;
    width: 250px !important;
}

.pagination-details {
    float: right;
}

.first-page {
    display: flex;
    float: left;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    /*background-color: green;*/
    font-weight: 700;
    color: #5c328a;
}

.last-page {
    display: flex;
    float: left;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    /*background-color: green;*/
    font-weight: 700;
    color: #5c328a;
}

.numbered-page {
    display: flex;
    float: left;
    width: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
    /*background-color: green;*/
    font-weight: 700;
    color: #5c328a;
}

.page-summary {
    font-weight: 700;
    color: #5c328a;
}


.linking-selectors {
    display: inline-block;
}

.linking-labels {
    display: block;
}

.linking-select-choices {
    min-width: 8rem;
    margin-right: 10px;
}

.linking-buttons {
    vertical-align: bottom !important;
    text-align: center;
}

#LinkingTableContainer {
    padding-top: 30px;
}
/*************************/
/*                       */
/*        General        */
/*                       */
/*                       */
/*************************/
.fade-background, .new-record-fade-background {
    background-color: rgb(255 255 255 / 0.60);
    display: inline-block;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

.new-record {
    z-index: 110 !important;
    position: relative;
}

.edit-record {
    z-index: 110 !important;
    position: relative;
}

.close-button, .close-new-button {
    color: red;
    font-size: 24px;
}

.delete-button {
    color: black;
    font-size: 24px;
}

.save-button {
    color: #00FF00;
    font-size: 24px;
}

.simple-border {
    border: 1px solid gray;
}


/*Invoice styles*/

div.title {
    text-align: center;
    font-size: 24pt;
    font-weight: bold
}

hr {
    border-top: 1px solid #000
}

div.summary {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 20px
}

table.lineItems {
    width: 100%;
    margin-top: 20px
}

    table.lineItems th {
        border: 1px solid #000;
        padding: 5px 10px;
    }

    table.lineItems td {
        padding: 20px;
    }

    table.lineItems td {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 5px 10px
    }

        table.lineItems td.total-label {
            text-align: right;
            border-left: none;
        }

        table.lineItems td.total-amount {
            border: 1px solid #000;
            text-align: right
        }

        table.lineItems td.total-important {
            font-weight: bold;
        }

    table.lineItems tr.lastLineItem td {
        border-bottom: 1px solid #000
    }


.close-icon {
    cursor: pointer;
    padding-right: 10px !important;
    color: lightgrey;
}

.card-title {
    padding-left: 5px !important;
}

#toast-container {
    padding-top: 100px !important;
}
/*Rates*/
#RateCalcTable {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, .08);
    font-size: 12px;
    /* border-radius: 15px;*/
    margin-bottom: 0px;
    font-size: 12px;
}

    #RateCalcTable tr td {
        height: 2px !important;
    }


    #RateCalcTable th, #RateCalcTable td {
        /* padding: 5px;*/
        /*height:10px !important;*/
        padding: 2px 5px 2px;
    }

        #RateCalcTable th:nth-child(even), #RateCalcTable td:nth-child(even) {
            background: rgba(0, 0, 0, .08);
        }

    #RateCalcTable tbody tr:nth-child(odd) {
        background: #f8f8f8;
    }

#divratecalculation {
    margin-bottom: 10px;
}

#openClientTree {
    height: 58px !important;
    width: 79px;
    padding: 0 !important;
}

#btnAddCalculate {
    background-color: #5C328A !important;
}

#ClientDD, #LocationDD, #JobTypeDD, #RateTypeDD, #EffectiveFrom, #EffectiveTo, #LogsFrom, #LogsTo, .startDateFilter, #clientDropdown, #fullfillmentOptions, #WeekEndDate {
    height: 58px !important;
}

.jobTypeName {
    z-index: 999;
}

.close {
    text-align: right;
}

.rate-row-padding-bottom {
    padding-bottom: 15px;
}


.js-example-basic-single {
    width: 200px;
}

.disabledFilter {
    opacity: 0.2;
    pointer-events: none;
    color: grey;
}

.filterSelected {
    opacity: 0.3;
}

.highlightTimesheet {
    z-index: 999;
    background-color: #0871AB !important;
    color: white !important;
}

.align-right {
    text-align: right;
}

.wrap-text {
    overflow-wrap: break-word
}

.popup-error {
    padding: 10px;
    padding-left: 35px;
}

.popup-error-text {
    margin-bottom: 0px !important;
    color: #f44336;
    font-size: 15px;
    font-weight: bold;
}

.table-container {
    box-shadow: 0px 4px 4px grey;
}

.screenFragment {
    padding: 20px 20px 20px 20px;
    box-shadow: 4px 4px 2px lightgrey;
    background-color: #fff;
    padding-right: 20px !important;
    border-radius: 15px;
    border: 1px solid lightgray;
    /*margin-top: 15px !important;*/
}

.screenRow {
    padding: 20px 20px 20px 20px;
    box-shadow: 4px 4px 2px lightgrey;
    background-color: #fff;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 15px;
    margin-top: 15px !important;
    border: 1px solid lightgray;
}

.btn-purple {
    color: #fff;
    background-color: #5C328A !important;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}

    .btn-purple:hover, btn-purple:active {
        background-color: #53208b !important;
        color: #fff !important;
    }

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #6C757D !important;
    padding: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #6C757D !important;
    background-color: white !important;
    background-image: none !important;
}

.infoText {
    color: #212529;
    font-weight: 400;
}

#dataTables_info {
    color: #212529 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #212529 !important
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #212529 !important
}

.advancedFilter {
    margin-right: 15px;
    height: 35px;
    width: 35px;
}

.exportButton {
    margin: 0 5px;
}

#ad_filter input, #ad_filter select, #rates_filter input, #rates_filter select {
    border: 1px solid #6C757D !important;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
}

.btn-success {
    background-color: #4E2680 !important;
    align-items: center;
    padding: 12px 20px !important;
    width: -webkit-fit-content;
    border-color: #4E2680 !important;
    color: #FFFFFF !important;
}

    .btn-success:hover {
        background-color: #300762 !important;
        align-items: center;
        width: -webkit-fit-content;
        border-color: #300762 !important;
        color: #FFFFFF !important;
        text-decoration: underline;
    }

.btn-outline-primary {
    padding: 12px 20px !important;
}

.btn-danger {
    background-color: grey !important;
    align-items: center;
    padding: 12px 20px !important;
    width: -webkit-fit-content;
    border-color: #5C328C !important;
}

.profile-btn {
    background-color: #5C328A !important;
}

.profile-btn-warning {
    background-color: grey !important;
}




.btn-check:focus + .btn-success, .btn-success:focus {
    box-shadow: 0 0 0 0.25rem rgb(92 50 138 / 50%) !important;
}

.btn-success-blue {
    background-color: #007CAD !important;
    align-items: center;
    padding: 12px 20px !important;
    color: #fff !important;
    width: -webkit-fit-content;
}

    .btn-check:focus + .btn-success-blue, .btn-success-blue :focus {
        box-shadow: 0 0 0 0.25rem rgb(0 124 173 / 50%) !important;
    }

.btn-danger-red {
    background-color: rgb(190, 51, 51) !important;
    align-items: center;
    padding: 12px 20px !important;
    color: #fff !important;
    width: -webkit-fit-content;
}

.btn-check:focus + .btn-success-red, .btn-success-red :focus {
    box-shadow: 0 0 0 0.25rem rgb(0 124 173 / 50%) !important;
}

.btn-close-grey {
    background-color: #565E64 !important;
    align-items: center;
    padding: 12px 20px !important;
    color: #fff !important;
    width: -webkit-fit-content;
}

    .btn-check:focus + .btn-close-grey, .btn-close-grey :focus {
        box-shadow: 0 0 0 0.25rem rgb(86 94 100 / 50%) !important;
    }

.informationBox {
    width: 100%;
}

.form-select {
    border: 1px solid lightgray;
    font-size: 13px !important;
}


.infoBorderLeft {
    border-left: 1px solid #DEE2E6;
}

.infoBorderRight {
    border-right: 1px solid #DEE2E6;
}

.infoBorderTop {
    border-top: 1px solid #DEE2E6;
}

.infoBorderBottom {
    border-bottom: 1px solid #DEE2E6;
}

.infoBorderLeftTop {
    border-radius: 10px 0px;
}

.infoBorderRightTop {
    border-radius: 0px 10px;
}

.infoBorderLeftBottom {
    border-radius: 0px 0px 0px 10px;
}

.infoBorderRightBottom {
    border-radius: 0px 0px 10px 0px;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007CAD !important;
    border-color: #007CAD !important;
}
/*for linking toggle*/
#client-agency-selector.toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

    #client-agency-selector.toggle + label {
        width: 7rem;
        height: 40px;
        line-height: 40px;
        background-color: #5c328a;
        padding: 0px 8px;
        border-radius: 30px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    }

        #client-agency-selector.toggle + label:before, #client-agency-selector.toggle + label:hover:before {
            content: ' ';
            position: absolute;
            top: 2px;
            left: 2px;
            width: 37px;
            height: 36px;
            background: #fff;
            z-index: 2;
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            border-radius: 40px;
        }

        #client-agency-selector.toggle + label .off, #client-agency-selector.toggle + label .on {
            color: #fff;
        }

        #client-agency-selector.toggle + label .off {
            display: inline-block;
        }

        #client-agency-selector.toggle + label .on {
            display: none;
        }

    #client-agency-selector.toggle:checked + label .off {
        display: none;
    }

    #client-agency-selector.toggle:checked + label .on {
        margin-right: 46px;
        display: inline-block;
    }

    #client-agency-selector.toggle:checked + label, #client-agency-selector.toggle:focus:checked + label {
        background-color: #2babe3;
    }
    #client-agency-selector.toggle:checked + label, #client-agency-selector.toggle:focus:checked + label:disabled {
        background-color: dimgray;
    }

        #client-agency-selector.toggle:checked + label:before, #client-agency-selector.toggle:checked + label:hover:before, #client-agency-selector.toggle:focus:checked + label:before, #client-agency-selector.toggle:focus:checked + label:hover:before {
            background-position: 0 0;
            top: 2px;
            left: 100%;
            margin-left: -39px;
        }
/*Select2 styles*/

#select2-ClientDD-container span {
    width: 100% !important;
}

.select2-selection {
    padding-top: 4px;
    height: 40px !important;
    width: 100% !important;
    min-width: 150px;
}

.select2-results, .select2-search, .select2-selection__placeholder {
    width: 100% !important;
}

#ClientDD {
    padding-top: 25px !important;
}



.select2-container .select2-selection--single .select2-selection__rendered {
    /*padding-top: 16px;*/
    padding-left: 11px !important;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    /*padding-top: 11px !important;*/
}


.shiftPatternHours {
    height: 36px;
}

.shiftHourTable {
    border-collapse: separate;
    border-spacing: 5px 5px;
    table-layout: fixed;
    width: 100%;
    display: inline-table;
}

.reliefManager-menu.show,
.DailyHours-menu.show,
.agencyName-menu.show,
.TimesheetReason-menu.show,
.PaidTime-menu.show,
.incident-menu.show,
.shiftHour-menu.show,
.daily-menu,
.job-type-menu.show {
    display: block;
}

.editted {
    background-color: white;
    border: 1px solid rgba(92,1,153);
}

.e-input {
    width: 40px;
    text-align: center;
    border: 3px solid rgba(92,1,153);
}

    .e-input select {
        border: 3px solid rgba(92,1,153);
    }

.reliefManager-menu,
.ClaimedBy-menu,
.DailyHours-menu,
.TimesheetReason-menu,
.PaidTime-menu,
.agencyName-menu,
.incident-menu,
.shiftHour-menu,
.daily-menu,
.job-type-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 10px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 2px 2px 2px lightgrey;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-radius: .25rem;
}



/*Select2 styles*/
#select2-ClientDD-container span {
    width: 100% !important;
}

textarea {
    min-height: 300px !important;
}
/*Duplicated styles - leave in just in case*/
/*.select2-selection {
    padding-top: 4px;
    height: 58px !important;
    width: 100% !important;
}

.select2-results, .select2-search, .select2-selection__placeholder {
    width: 100% !important;
}

#ClientDD {
    padding-top: 25px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 16px;
    padding-left: 11px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-top: 11px !important;
}*/
.select2-default-height .select2-selection {
    height: 28px !important;
    padding-top: 0;
}

.select2-default-height .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    width: 500px !important; /*added for message board*/
}

.select2-default-height .select2-container--default .select2-selection--single .select2-selection__clear {
    padding-top: 0 !important;
}

.select2-default-height .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 0 !important;
}
/*.radio-inline:checked ~ label {
    background-color: #5c328a !important;
}*/
/*.radio-inline-label {
    background-color: #5c328a !important;
}*/
.radio-buttons input[type="radio"] {
    display: none !important;
    display: inline-block
}

    .radio-buttons input[type="radio"]:checked + label {
        background-color: #5c328a;
    }

.radio-buttons {
    max-width: fit-content;
    display: inline;
    margin-right: 2rem;
}

#RateHistoryTable_paginate {
    display: none !important;
}

.fa-times, .fa-history {
    cursor: pointer !important;
}

#rates_filter th input {
    margin: 5px !important;
    width: 95% !important;
}

.rate-card {
    font-size: 12px;
}

#cardTitle {
    font-size: 14px !important
}

#RateTypeTimingTitle {
    font-size: 14px !important
}

.fa-check, .fa-copy {
    cursor: pointer;
}

.historyTablemodal {
    height: auto !important;
    margin-top: 30px;
}


.reasonCodeRow {
    padding-left: 10px;
}

.swal2-checkbox, .swal2-radio {
    height: 2.625em;
    padding: 0 .75em;
    font-size: 1.125em;
}

.swal2-large {
    max-width: 20rem !important;
}

.provideNoWorkers.disabled,
.provideNoWorkers[disabled],
.disabled > .far,
[disabled] > .far {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}


.card-small-margin {
    margin-top: 10px;
    margin-bottom: 5px !important;
}

h3, h4 {
    color: #5c328a;
}


.rateBox {
    padding-left: 15px;
    padding-right: 20px;
    width: 100%;
}

#timesheetFullDetails {
    padding-left: 10px;
    padding-right: 10px;
}

.multiselect {
    padding: 0px !important;
    /*height:10px !important;*/
    border: 0px none;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff
}

.filter-option {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.counter {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 5px;
    color: rgb(33, 37, 41);
}

.cardIcon {
    border-radius: 4px;
    background: #f8f8f8;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 15px 20px 7px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    width: 210px;
    display: block;
}

    .cardIcon:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

    .cardIcon p {
        padding: 0px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
        color: rgb(92,50,138);
    }

    .cardIcon i {
        font-size: 32px;
        padding-bottom: 10px;
        color: #666;
    }

    .cardIcon:active i {
        color: rgb(92,50,138);
    }

.cardIconChecked {
    color: rgb(92,50,138) !important;
}

.cardChecked {
    background-color: #fff;
}

.cardTextChecked {
    color: rgb(92,50,138);
    text-decoration: underline;
}
/*.neuven-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}*/

body {
    margin-top: 20px;
    background-color: #eee;
}
/*================================
Filter Box Style
====================================*/
.job-box-filter label {
    width: 100%;
}

.job-box-filter select.input-sm {
    display: inline-block;
    max-width: 120px;
    margin: 0 5px;
    border: 1px solid #e8eef1;
    border-radius: 2px;
    height: 34px;
    font-size: 15px;
}

.job-box-filter label input.form-control {
    max-width: 200px;
    display: inline-block;
    border: 1px solid #e8eef1;
    border-radius: 2px;
    height: 34px;
    margin-left: 5px;
    font-size: 15px;
}

.text-right {
    text-align: right;
}

.job-box-filter {
    padding: 12px 15px;
    background: #ffffff;
    border-bottom: 1px solid #e8eef1;
    margin-bottom: 20px;
}

.job-box {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0 0px 40px 0px;
    border: 1px solid #e8eef1;
}

.job-box-filter a.filtsec {
    margin-top: 8px;
    display: inline-block;
    margin-right: 15px;
    padding: 4px 10px;
    font-family: 'Quicksand', sans-serif;
    transition: all ease 0.4s;
    background: #edf0f3;
    border-radius: 50px;
    font-size: 13px;
    color: #81a0b1;
    border: 1px solid #e2e8ef;
}

    .job-box-filter a.filtsec.active {
        color: #ffffff;
        background: #16262c;
        border-color: #16262c;
    }

    .job-box-filter a.filtsec i {
        color: #03A9F4;
        margin-right: 5px;
    }

    .job-box-filter a.filtsec:hover, .job-box-filter a.filtsec:focus {
        color: #ffffff;
        background: #07b107;
        border-color: #07b107;
    }

        .job-box-filter a.filtsec:hover i, .job-box-filter a.filtsec:focus i {
            color: #ffffff;
        }

.job-box-filter h4 i {
    margin-right: 10px;
}


/*=====================================
Inbox Message Style
=======================================*/
.inbox-message ul {
    padding: 0;
    margin: 0;
}


    .inbox-message ul li {
        list-style: none;
        position: relative;
        padding: 15px 20px;
        border-bottom: 1px solid #e8eef1;
    }

        .inbox-message ul li:hover, .inbox-message ul li:focus {
            background: #eff6f9;
        }

.inbox-message .message-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.inbox-message .message-body {
    margin-left: 85px;
    font-size: 15px;
    color: #62748F;
}

.message-body-heading h5 {
    font-weight: 600;
    display: inline-block;
    color: #62748F;
    margin: 0 0 7px 0;
    padding: 0;
}

.message-body h5 span {
    border-radius: 50px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 4px 10px;
    margin-left: 5px;
    margin-top: -5px;
}

    .message-body h5 span.unread {
        background: #07b107;
    }

    .message-body h5 span.important {
        background: #dd2027;
    }

    .message-body h5 span.pending {
        background: #2196f3;
    }

.message-body-heading span {
    float: right;
    color: #62748F;
    font-size: 14px;
}

.messages-inbox .message-body p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

.reportTitle {
    color: #111;
    width: fit-content;
    padding: 2rem 20px 2rem 20px;
    text-align: -webkit-center;
    width: 100%;
}

    .report-icon {
        margin: 10px !important;
    }

    .reportDescription {
        color: #111;
        width: fit-content;
        padding: 0rem 20px 1rem 20px;
        text-align: -webkit-center;
        width: 100%;
    }

.reportCard {
    cursor: pointer;
}


/*panel*/
.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.panel-body {
    background-color: #fff !important;
    min-height: 160px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px dashed #d9d9d9;
}


/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

    .prod-cat li ul li a {
        border-bottom: none;
    }

        .prod-cat li ul li a:hover, .prod-cat li ul li a:focus, .prod-cat li ul li.active a, .prod-cat li a:hover, .prod-cat li a:focus, .prod-cat li a.active {
            background: none;
            color: #ff7261;
        }

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: #fff;
    color: green;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: green !important;
    display: inline-block;
    text-align: center;
    border: 3px solid green;
    left: 45%;
    bottom: -25px;
    position: absolute;
}


    .adtocart i {
        color: #fff;
        font-size: 25px;
        line-height: 42px;
    }

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    padding-left: 30px !important;
    padding-bottom: 20px !important;
    height: 60px !important;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

    .pro-img-details img {
        width: 100%;
    }

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

    .product_meta span {
        display: block;
        margin-bottom: 10px;
    }

    .product_meta a, .pro-price {
        color: #fc5959;
    }

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

    .pro-img-list a {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

    .todo-list > li {
        border-radius: 2px;
        padding: 10px;
        background: #f4f4f4;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .todo-list > li .tools {
            display: none;
            float: right;
            color: #dd4b39;
        }

        .todo-list > li:hover .tools {
            display: block;
        }

/*.fa-save {
    color: green;
}*/
.greenClass {
    color: green;
}

.fa-times-circle {
    color: red;
}

.displayCancel {
    display: none !important;
}

.displayShow {
    display: block !important;
}

#ExportInvoices.dropdown-toggle::after, #ExportReports.dropdown-toggle::after {
    display: none !important;
}



.removeArrows::-webkit-outer-spin-button,
.removeArrows::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.button-box {
    margin: 10px 0 10px;
}

.dataTables_wrapper {
    font-size: 13px;
    direction: ltr;
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    border-collapse: collapse;
    width: 100%;
}

table.dataTable {
    border-collapse: collapse;
    width: 100%;
}

.rateadjustment-cancelbtn {
    background-color: grey !important;
    align-items: center;
    padding: 12px 20px !important;
    width: -webkit-fit-content;
    border-color: #5C328C !important;
    color: white !important;
}

.bookingDetailsHeight {
    height: 33px !important;
}



/*Loader css*/
.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 20% auto;
        border-radius: 50%;
        border: 6px solid #5c0099;
        border-color: #5c0099 transparent #5c0099 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: rgba(0,0,0,.8);*/
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/* Gray */
#SSO-Login-button {
    border-color: #e7e7e7;
    color: black;
    border-radius: 0.25rem;
}

    #SSO-Login-button:hover {
        background: #e7e7e7;
    }

.margin30 {
    margin: 30px;
}

.marginLeftRight {
    margin-left: 5px;
    margin-right: 5px;
}

.ta-select {
    min-width: 16rem;
}

.ta-select-wide {
    width: 100%;
}

.ta-min-width {
    min-width: 20rem;
}

.ta-message {
    font-size: x-large;
    color: #2babe3;
    margin: 15px;
    font-weight: 500;
}

.ta-label {
    text-align: left;
    margin-left: 10px;
}

.ta-para {
    font-size: small;
    font-weight: 400;
}



.ta-button-confirm {
    background-image: linear-gradient( to right, #2babe3 1%, #5c0099) !important;
    background-image: -o-linear-gradient( to right, #2babe3 1%, #5c0099) !important;
    background-image: -moz-linear-gradient( to right, #2babe3 1%, #5c0099) !important;
    background-image: -webkit-linear-gradient( to right, #2babe3 1%, #5c0099) !important;
    min-width: 16rem !important;
    text-align: center !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: white !important;
    font-size: medium !important;
}

.ta-button-cancel {
    background-color: white;
    min-width: 16rem !important;
    text-align: center !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #270B4A !important;
    font-size: medium !important;
    border-color: #270B4A !important;
}

.ta-action-green {
    background-color: white !important;
    color: #20A25C !important;
    width: 48%;
    font-weight: 500 !important;
    font-size: medium !important;
    border-color: #20A25C !important;
}

.ta-action-green-selected {
    background-color: #20A25C !important;
    color: white !important;
    width: 48%;
    font-weight: 500 !important;
    font-size: medium !important;
    border-color: #20A25C !important;
}

.ta-action-red {
    background-color: white !important;
    color: #E33223 !important;
    width: 48%;
    font-weight: 500 !important;
    font-size: medium !important;
    border-color: #E33223 !important;
}

.ta-action-red-selected {
    background-color: red !important;
    color: white !important;
    width: 48%;
    font-weight: 500 !important;
    font-size: medium !important;
    border-color: #E33223 !important;
}

.ta-header {
    margin: 30px auto;
}

.ta-button {
    min-width: 8rem;
}

.ta-margin-top-bottom {
    margin: 10px;
}

.ta-cellpadding {
    padding-bottom: 20px !important;
}

.ta-btn-success-blue {
    background-color: #2babe3 !important;
    align-items: center;
    padding: 12px 20px !important;
    width: -webkit-fit-content;
    border-color: #2babe4 !important;
    color: white !important;
}

.ta-btn-success-purple {
    background-color: #5C328A !important;
    align-items: center;
    padding: 12px 20px !important;
    width: -webkit-fit-content;
    border-color: #5C328C !important;
    color: white !important;
}

.ta-container {
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
    max-width: 600px;
}

.ta-grey-container {
    background-color: #EEEEEE;
    padding: 15px;
}

.ta-round-home-button {
    background-color: #2babe3 !important;
    position: fixed;
    border-radius: 50%;
    margin: 5px;
}

.ta-round-logout-button {
    background-color: #2babe3 !important;
    position: fixed;
    border-radius: 50%;
    margin: 5px;
    right: 0px;
}

tr.shown td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png') no-repeat center center;
}

.fullfillmentChart {
    display: inline;
}

.fullfillmentChartSpace {
    float: right;
    margin-right: 3px;
}

.fullfillmentChartHeight {
    width: 100% !important;
    height: 60px !important;
}

.fullfillmentChartHeightSmall {
    width: 100% !important;
    height: 53px !important;
}
/* The Modal (background) */
#myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*z-index: 1;*/ /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
    /* Modal Content/Box */
    #myModal .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80% !important; /* Could be more or less, depending on screen size */
    }

        /* The Close Button */
        #myModal .modal-content.close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

            #myModal .modal-content .close:hover,
            #myModal .modal-content .close:focus {
                color: black;
                text-decoration: none;
                cursor: pointer;
            }

.red {
    color: red !important;
}

.dayCheckBox {
    margin-right: 30px;
}

.dayCheckBoxLabel {
    margin-right: 10px;
}

.checkboxSchedule {
    width: 40px;
    height: 20px;
    float: none !important;
    margin-top: 15px;
}

.fc-timegrid-slot {
    height: @(Model.settings.rowHeight)px !important;
}

.duplicateTitle {
    font-weight: 600;
}

.addNoteText {
    line-height: 50px;
    font-size: 20px;
}

.duplicateText {
    line-height: 50px;
}

.duplicateCheck {
    margin-top: 15px;
    margin-left: 5px;
}

.swal2-actions {
    width: 100%;
    display: block;
}

.swal2-confirm {
    margin-left: 105px;
}

.duplicateButton {
    background-color: dimgrey;
    margin-left: 60px;
    border-radius: 5px;
    border: 0px;
    color: #fff;
}

.swal-footer {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #ccc;
}

.cancelButton {
    background-color: #7c7c7c;
    margin-left: 10px;
    border-radius: 5px;
    border: 0px;
    color: #fff;
}

.requestsButton {
    background-color: #7c7c7c;
    margin-left: 10px;
    border-radius: 5px;
    border: 0px;
    color: #fff;
}

.runServiceCheckButton {
    background-color: green;
    margin-top: 5px;
    padding:2px;
    border: 5px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    height: auto;
    width: 30%;
    margin-left: 2px;
    max-width: 100px;
}

.allocationKeyIcon {
    float: right;
    cursor: help;
    color: #5d019a;
    margin-top: 5px;
}

.allocationDropdown {
    width: 90%;
    float: left;
}

.popover {
    z-index: 9000 !important;
    min-width: 450px !important;
}

#allocationKeyTitle {
    color: #5c328a !important;
}

.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.serviceChecksContent {
    border: 2px solid #5d5662;
    box-shadow: 0px 0px 10px 0px #2e0d44;
    margin-top: 20px;
}

#serviceChecks {
    z-index: 9001 !important;
}

.serviceChecksTitle {
    font-size: 24px;
}

.serviceChecksText {
    font-size: 16px !important;
    border: 1px solid #ddd;
    text-align: center;
}

.serviceCheckText-m {
    padding: 1px 0px 0px 0px;
    font-size: 14px !important;
    width: 26px;
    height: 26px;
    border: 1px red solid;
    background: red;
    color: #fff;
    margin-left: 25px;
    border-radius: 50%;
}

.serviceCheckText-p {
    padding: 1px 0px 0px 1px;
    font-size: 14px !important;
    width: 26px;
    height: 26px;
    border: 1px orange solid;
    background: orange;
    margin-left: 25px;
    color: #fff;
    border-radius: 50%;
}

.serviceCheckKey-m {
    padding: 1px 0px 0px 0px;
    font-size: 14px !important;
    width: 26px;
    height: 26px;
    border: 1px red solid;
    background: red;
    margin-left: 29px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    float: left;
}

.serviceCheckKey-p {
    font-size: 14px !important;
    padding: 1px 0px 0px 1px;
    width: 26px;
    height: 26px;
    border: 1px orange solid;
    background: orange;
    margin-left: 29px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.serviceCheckKey {
    font-size: 14px !important;
    font-weight: 500;
    margin-left: 60px;
}

.keyText {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    height: 36px;
}

.keyContainer {
    width: 13%;
    margin-right: 8px;
    float: left;
    text-align: center;
}

.keyBox {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
}

.keySticky {
    position: sticky !important;
    top: 83px !important;
    background-color: #fff;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 2px 5px #fff;
    border-radius: 0px 0px 10px 10px;
    width: 101%;
}

#startDate {
    z-index: 11;
}

#allocation + .select2-container {
    width: 60% !important;
}

.select2-container {
    width: 100% !important;
    /*z-index: 2000;*/
    /**/
}

.select2-container--open {
    width: 100% !important;
    z-index: 2000;
}

.ShiftManagementRow {
    text-align: left;
}

.swal2-actions {
    border-top: solid 1px rgba(0,0,0,.1);
    width: 100%;
    margin: 1.25em 0 !important;
    padding-top: 30px !important;
}

table {
    width: 100% !important;
}

.dataTables_wrapper {
    overflow-x: auto;
}

.rowStickyRegion {
    left: 0px;
    position: sticky;
    background-color: #fff !important;
}

.rowStickyStore {
    left: 62px;
    position: sticky;
    background-color: #fff !important;
    border-right: 1px solid #c2c2c2;
}

.row {
    display: flex;
    align-items: center;
}

.collapse-row {
    display: flex;
    align-items: center;
}

.main-container .row {
    display: flex;
    align-items: center;
    height: 92vh;
}

.row.BottomLandingPageContainer,
.row.landingPageTabsContainer {
    display: flex;
    align-items: flex-start;
}

.rowStickyUser {
    left: 0px;
    position: sticky;
    background-color: #fff !important;
    border-right: 1px solid #c2c2c2;
}

.columnStickyRegion {
    left: 0px;
    position: sticky;
    background-color: #fff !important;
}

.columnStickyStore {
    left: 62px;
    position: sticky;
    background-color: #fff !important;
    border-right: 1px solid #c2c2c2;
}

.no-left {
    left: 0;
}

.columnStickyUser {
    left: 0px;
    position: sticky;
    background-color: #fff !important;
    border-right: 1px solid #c2c2c2;
    min-width: 120px;
}

#shiftsTable4_wrapper {
    padding-left: 0px;
}

.shiftTableVis4 {
    margin-right: 1px !important;
}

#shiftsTable4_length {
    left: 0px;
    position: sticky;
}

#shiftsTable4_info {
    left: 0px;
    position: sticky;
}

#shiftsTable4_filter {
    position: sticky;
    left: 85%;
}

#shiftsTable4_paginate {
    position: sticky;
    left: 88%;
}

#availabilityTable4_wrapper {
    padding-left: 0px;
}

.availabilityTableVis4 {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

#availabilityTable4_length {
    left: 0px;
    position: sticky;
}

#availabilityTable4_info {
    left: 0px;
    position: sticky;
}

#availabilityTable4_filter {
    position: sticky;
    left: 85%;
}

#availabilityTable4_paginate {
    position: sticky;
    left: 88%;
}

.shiftLocumButton {
    width: fit-content;
    padding: 6px;
    border: 1px solid black;
    border-radius: 8px;
    cursor: pointer;
}

#shiftDetailsReliefText {
    font-size: 16px;
    font-weight: 600;
}

#shiftDetailsRelief {
    line-height: 24px;
}

.reliefAvailable {
    width: fit-content;
    background-color: yellow;
}

#ServiceChecks {
    max-height: 40px;
}

.serviceChecksContent {
    border: 2px solid #5d5662;
    box-shadow: 0px 0px 10px 0px #2e0d44;
    margin-top: 20px;
}

#serviceChecks {
    z-index: 9001 !important;
}

.serviceChecksTitle {
    font-size: 24px;
}

.serviceChecksText {
    font-size: 16px !important;
    border: 1px solid #ddd;
    text-align: center;
}

.serviceCheckText-m {
    padding: 1px 0px 0px 0px;
    font-size: 14px !important;
    width: 26px;
    height: 26px;
    border: 1px red solid;
    background: red;
    color: #fff;
    margin-left: 25px;
    border-radius: 50%;
}

.serviceCheckText-p {
    padding: 1px 0px 0px 1px;
    font-size: 14px !important;
    width: 26px;
    height: 26px;
    border: 1px orange solid;
    background: orange;
    margin-left: 25px;
    color: #fff;
    border-radius: 50%;
}

.serviceCheckKey-m {
    padding: 1px 0px 0px 0px;
    font-size: 14px !important;
    width: 26px;
    height: 26px;
    border: 1px red solid;
    background: red;
    margin-left: 29px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    float: left;
}

.serviceCheckKey-p {
    font-size: 14px !important;
    padding: 1px 0px 0px 1px;
    width: 26px;
    height: 26px;
    border: 1px orange solid;
    background: orange;
    margin-left: 29px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.serviceCheckKey {
    font-size: 14px !important;
    font-weight: 500;
    margin-left: 60px;
}

.userAvailable {
    background-color: yellow !important;
}

.dispenserEvent {
    background-image: repeating-linear-gradient(58deg, transparent, transparent 20px, #fff 20px, #fff 22px) !important;
}

.dispenserEventBotBreak {
    background-image: repeating-linear-gradient(58deg, transparent 0.8px, transparent 20px, #fff 20px, #fff 22px) !important;
}

.dispenserEventKey {
    background-image: repeating-linear-gradient(58deg, transparent, transparent 4px, #fff 6px, #fff 2px) !important;
}

.addKeyTitle {
    float: left;
    text-align: left;
}

.addKeyText {
    float: left;
    text-align: left;
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.addKeyRow {
    width: 100%;
}

.missingServiceAlertBox {
    background-color: yellow;
    border: 1px solid black;
}

#missingServiceAlertText {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600
}

.shiftLocumButton {
    max-width: 80px;
    padding: 6px;
    border: 1px solid black;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap
}

.bulkActions {
    height: 28px !important;
    line-height: normal;
    padding: 4px !important;
    font-size: 12px !important;
}

table tbody tr.highlighted {
    background-color: lightblue;
}

.dateText {
    margin-right: 15px;
    line-height: 35px;
    font-size: 14px;
}

.editBooking {
    cursor: pointer;
    font-size: 16px;
}

#bookingList {
    width: 100% !important;
}

td.details-control {
    background: url("https://datatables.net/examples/resources/details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("https://datatables.net/examples/resources/details_close.png") no-repeat center center;
}

td.child-table {
    background-color: white;
}

.editButton {
    cursor: pointer;
    font-weight: 700;
}

.bulkActions {
    height: 28px !important;
    line-height: normal;
    padding: 4px !important;
    font-size: 12px !important;
}

.checkBoxAllocate {
    text-align: center;
}

.shiftActions {
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}

.totalText {
    text-align: center;
}

.totalTitle {
    color: #5C328C !important;
    font-size: 18px;
    font-weight: 500;
}

.totalByUser {
    color: #5C328C !important;
    font-size: 16px;
    font-weight: 400;
}

.bs-tooltip-top {
    white-space: pre-wrap;
    border-bottom: 0px;
}

.tooltip-inner {
    max-width: 220px !important;
}

#myModal .modal-content .close:hover,
#myModal .modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.red {
    color: red !important;
}

.dashboard-header-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.fc-scrollgrid {
    min-width: 1000px;
    width: 100%;
}

div.fc-view {
    overflow-x: scroll;
}

.fc-resource-cell, .fc-content-col {
    min-width: 200px;
}

.cancelButton {
    float: none;
    margin: 10px;
}

.swal2-confirm {
    margin: 10px;
}

.swal2-actions {
    display: flex;
    margin: 10px;
}

.duplicateButton {
    margin: 10px;
}

.chart-key {
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 0px !important;
    text-align: right;
    float: right;
    margin-right: 16px;
    color: #5c328a !important;
    font-weight: 500;
}

.chart-key-list {
    font-size: 1em;
}

.invoice-bottom-btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    vertical-align: central;
}

.invoice-bottom-margin {
    margin-right: 10px;
}

.invoice-bacs-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.toggle-user-type {
    margin-bottom: 5px !important;
}

.link-store-buttons {
    display: flex;
    flex-wrap: wrap;
}

.store-button {
    margin-bottom: 10px;
}

.unlink-user-all {
    margin-left: 10px;
}


.link-user {
    margin-left: 10px;
}


.unlink-user {
    margin-left: 10px;
}

.document-upload-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.document-upload-content {
    padding-left: 2rem !important;
    width: 50% !important;
}

.personal-details-content {
    padding-left: 20% !important;
}


.personal-details-data {
    width: 30% !important;
}

.personal-details-checkbox {
    width: 8% !important;
}

.personal-details-date {
    width: 30% !important;
}

.personal-details-title {
    padding-left: 10% !important;
}

.add-holiday-request-label {
    padding-left: 20% !important;
}

.add-holiday-request-value {
    width: 40% !important;
}

.contact-us-content {
    display: flex;
    flex-direction: column;
}

.back-icon {
    font-size: 1.25rem;
}

.dataTables_wrapper .dataTables_length .select2 {
    width: unset !important;
}

.dataTables_wrapper .dataTables_length .select2-selection {
    min-width: 50px;
}

.btn-success,
.btn-primary,
.btn-success-blue,
.ta-btn-success-blue,
.ta-btn-success-purple,
.btn-danger-red,
.btn-close-grey,
.btn-outline-primary,
.btn-outline-register,
.btn-outline-primary-purple,
.bookinglistbtn,
.btn-worker-by-category,
.btn-holiday-by-category,
.btn-test,
.btn-holiday-by-category,
.btn-neuven-blue,
.btn-test,
.btn,
#btnAddCalculate,
.btn-purple,
.rateadjustment-cancelbtn,
.fc-button-primary {
    padding: 12px 20px !important;
}

.nav-margin {
    margin-top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding: 5px !important;
}

.margin-top-header-small {
    margin-top: 30px;
}

.content-column {
    width: 50%;
    display: flex;
    vertical-align: top;
    border: 1px solid #DEE2E6;
    border-bottom-width: 0;
}


.content-column-right {
    border-left-width: 0;
}

.agency-info-content {
    width: 50%;
    overflow-wrap: break-word;
    padding: 10px;
}

.display-flex {
    display: flex;
}

.content-column-small-visible {
    display: none;
}

.content-column-last-right {
    border-bottom-width: 1px;
    border-bottom-right-radius: 10px;
}

.content-column-last-left {
    border-bottom-left-radius: 10px;
    border-bottom-width: 1px;
}


.content-column-last-venloc {
    border-bottom-left-radius: 10px;
    border-bottom-width: 1px;
}

table .select2-container .select2-selection--single {
    height: 34px !important;
}

table .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    height: 34px !important;
}

.margin-left-large {
    margin-left: 25px;
}

.tier-label {
    width: 50px;
    margin-bottom: 10px;
}

.tier-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

table .select2-container {
    max-width: 300px !important;
}

.holiday-button-tab {
    padding: 5px;
    border-radius: 10px !important;
    text-align: center;
    margin-right: 10px;
    width: 170px;
}

.holiday-button-tab-count {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.input-form {
    width: 100%;
    height: 40px;
}

.label-checkbox {
    vertical-align: middle;
    margin-right: 5px;
}

.content-column-second-right {
    border-top-right-radius: 10px;
}

.wtr-bottom-card {
    border: 2px solid #ced4da;
    border-top-width: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wtr-top-card {
    border: 2px solid #ced4da;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-content .select2-selection,
.select2-input-form .select2-selection {
    height: 58px !important;
}

.tab-content .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-input-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px !important;
}

.tab-content .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-input-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}

.tab-content .select2-container--default .select2-selection--single .select2-selection__clear,
.select2-input-form .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 46px;
}

.tab-content .dataTables_wrapper .select2-selection {
    height: 40px !important;
}

.tab-content .dataTables_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.tab-content .dataTables_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px !important;
}

.booking-details-dropdown .select2-default-height .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    height: 45px;
    added for message board
}

.booking-details-dropdown .select2-default-height .select2-selection {
    height: 28px !important;
    padding-top: 0;
}

.booking-details-dropdown .select2-selection {
    padding-top: 0px !important;
    height: 45px !important;
    width: 100% !important;
}

.booking-details-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.booking-details-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 23px !important;
}

.booking-details-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px !important;
}

.booking-content-container-border {
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.locum-registration-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.tab-content-edit-report {
    border: 2px solid #ced4da;
    border-radius: 15px;
    padding: 10px;
}

.content-column-second-right {
    border-top-right-radius: 10px;
}

.tna-field {
    width: 100% !important;
    max-width: 350px !important;
    font-size: medium;
    height: 40px !important;
}

.full-screen-height {
    min-height: 80vh !important;
}

.ta-content {
    margin: 0px;
    margin-left: 12%;
    text-align: left;
    width: 100%;
}

.profileSelect {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
    background-color: rgba(92,1,153);
}

    .profileSelect li {
        float: left;
        margin: 0 20px 0 50px;
        width: 150px;
        height: 70px;
        position: relative;
    }

    .profileSelect label,
    .profileSelect input {
        display: inline-grid;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #ffffff;
        background: linear-gradient(to left, #6A0DAD, #4A148C);
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
    }

        .profileSelect input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
        }

            .profileSelect input[type="radio"]:checked + label,
            .Checked + label {
                background: linear-gradient(to left, #7B1FA2, #6A0DAD) !important;
            }

    .profileSelect label {
        padding: 5px;
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
        width: auto;
        border-radius: 16px;
    }

        .profileSelect label:hover {
            background: linear-gradient(to left, #7B1FA2, #6A0DAD) !important;
        }

.d-flex-direction {
    flex-direction: row;
}

.add-button-container {
    max-height: 60px;
    display: flex;
    align-items: center;
}



.pika-single {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    padding: 5px 15px !important;
    background: #fff;
}

.pika-title {
    overflow: hidden; 
    text-overflow: ellipsis;
    margin-bottom: 10px; 
}

.pika-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    
}

    .pika-table th, .pika-table td {
        padding: 12px;
        text-align: center;
        font-size: 14px !important;
       
    }

.pika-button {
    border: 1px solid #ddd; 
    padding: 8px 12px !important;
    font-size: 14px !important;
}

.email-verification-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}
/*************************/
/*                       */
/*    Media Queries      */
/*                       */
/*                       */
/*************************/
@media (max-width: 300px) {
    .logo-size {
        width: 85%;
        height: 36px !important;
    }
}
@media (max-width: 450px) {
    .margin-top-xs {
        margin-top: 10px;
    }

    .login-controls  {
        max-width: 95% !important;
    }

    .login-info {
        max-width: 95% !important;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-text-container-right {
        margin-top: 10px !important;
    }

    .logo-margin {
        margin: 0 !important;
    }

    .login-text {
        padding: 0 !important;
    }

    .footer {
        padding: 10px;
    }
}

@media (max-width: 478px) {
    .link-user {
        margin-left: 0;
    }

    .unlink-user {
        margin-left: 0
    }

    .unlink-user-all {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 400px) and (max-width:600px) {
    .createBacsFile {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .unbooked-button {
        margin-top: 10px;
    }
}

@media (min-width:576px) and (max-width: 1000px) {
    .user-details-medium {
        width: 50% !important;
    }
}



@media screen and (max-width: 600px) {

    .main-content {
        height: 100%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .offset-4 {
        width: 100% !important;
    }

    .ta-center-div {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        margin: 0 10px;
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .nav-icon {
        display: none;
    }

    .ta-margin-top-8 {
        margin-top: 4rem;
    }

    .offset-4 {
        margin-left: 0px !important;
    }

    .container-left {
        padding-left: 10px !important;
    }

    .padding-horizontal {
        padding: 0px 12px 0px 0px !important;
    }    

    .menu-right {
        height: 4rem !important;
        margin-top: 15px !important;
    }

    #nav-burger-menu {
        font-size: xx-large;
        display: block !important;
        width: 26px;
        height: 26px;
        position: absolute;
        width: 100%;
        padding: 10px;
    }

    #calendar-container {
        margin-left: 0;
    }

    .fc .fc-toolbar-title {
        font-size: 1.25em;
    }

    #expandArrow {
        display: none;
    }

    .navigationbarControl {
        display: none;
        border-right: none !important;
    }


    .navigationbar {
        display: none;
    }

    .navigationExpand {
        display: none;
    }

    #main {
        padding-left: 0px !important;
        margin-right: 50px;
        height: 100%;
    }

    .body-style {
        background-color: #f8f8f8;
        overflow-x: hidden;
    }

    #UserTable_paginate a, #UserTable_info {
        color: #5c328a !important;
        font-weight: 400 !important;
    }

    .swal2-html-container {
        font-size: 1em;
    }

    swal2-actions {
        display: flex;
        margin: 10px;
        justify-content: space-around;
        padding: 5%;
    }

    .chart-key {
        font-size: 1em;
    }

    .chart-key-list {
        font-size: 1em;
    }

    .invoice-bottom-margin {
        margin-bottom: 10px;
    }

    .userlist-card-small {
        margin-top: 60px;
    }

    .locum-applications-card {
        margin-top: 60px;
    }

    .document-upload-content {
        width: 80% !important;
    }

    .add-holiday-request-label {
        display: flex;
        align-items: center;
        padding-left: 0 !important;
    }

    .add-holiday-request-value {
        width: 80% !important;
    }

    .margin-top-small {
        margin-top: 10px !important;
    }

    .margin-top-header-small {
        margin-top: 50px;
    }

    .dataTables_length {
        text-align: left !important;
    }

    .dataTables_filter {
        text-align: left !important;
    }

    table.dataTable tfoot th {
        padding: 10px 5px !important;
    }

    .dataTables_wrapper .dataTables_length {
        float: left;
        text-align: left;
    }

        .dataTables_wrapper .dataTables_length .select2-selection {
            min-width: 0px;
        }

    .fc .fc-button-group > .fc-button {
        margin-top: 10px;
    }

    .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
        border-radius: 0.25em !important;
    }

    .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
        border-radius: 0.25em !important;
    }

    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-left: 0 !important;
    }

    .fc-toolbar-chunk {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-success,
    .btn-primary,
    .btn-success-blue,
    .ta-btn-success-blue,
    .ta-btn-success-purple,
    .btn-danger-red,
    .btn-close-grey,
    .btn-outline-primary,
    .btn-outline-register,
    .btn-outline-primary-purple,
    .bookinglistbtn,
    .btn-worker-by-category,
    .btn-holiday-by-category,
    .btn-test,
    .btn-holiday-by-category,
    .btn-neuven-blue,
    .btn-test,
    .btn,
    #btnAddCalculate,
    .btn-purple,
    .rateadjustment-cancelbtn,
    .fc-button-primary,
    button {
        padding: 9px 15px !important;
    }

    .nav-user {
        display: none;
    }

    .nav-margin {
        margin-top: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        padding: 5px !important;
    }

    .content-column {
        width: 100%;
    }

    .agency-details-small {
        flex-direction: column;
    }

    .content-column-right {
        border-left-width: 1px;
    }

    .content-column-small {
        display: none;
    }

    .content-column-small-visible {
        display: block;
    }

    .content-column-first-right {
        border-top-right-radius: 10px;
    }

    .content-column-second-right {
        border-top-right-radius: 0px;
    }

    .content-column-last-right {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .content-column-last-left {
        border-radius: 0;
        border-bottom-width: 0;
    }

    .content-column-last-venloc {
        border-bottom-right-radius: 10px;
    }

    .margin-small {
        margin: 10px;
    }

    #jstreeAgencymaster-card {
        margin: 10px;
        width: 96%;
    }

    #jstreemaster-card {
        margin: 10px;
        width: 96%;
    }

    #summaryDetails {
        margin: 10px;
        width: 96%;
    }

    .client-users {
        margin: 10px;
        width: 96% !important;
    }

    .margin-bottom-small {
        margin-bottom: 10px;
    }

    .documents-card-small {
        width: 70% !important;
    }

    .agency-view-user-small {
        margin-top: 10px;
        float: left;
    }

    .border-bottom-none {
        border-bottom-width: 0;
    }

    .border-bottom-rounded {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-width: 1px;
    }

    .display-none-small {
        display: none;
    }

    .documents-card {
        width: 80% !important;
    }

    .locum-registration-container {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media (max-width: 640px) {
    .dataTables_length {
        text-align: left !important;
    }

    .dataTables_filter {
        text-align: left !important;
    }

    table.dataTable tfoot th {
        padding: 10px 5px !important;
    }

    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-top: 10px;
    }
}

@media screen and (min-width: 600px) {
    .ta-center-div {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        margin: 0 auto;
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .main-content {
        margin-left: 7%;
    }

    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-top: 10px;
    }
}

@media screen and (max-width: 840px) {
    .main-content {
        height: 100%;
    }

    #main {
        padding-left: 0px !important;
        margin-right: 50px;
        height: 100%;
    }
}

@media (max-width: 750px) {
    .login-info {
        order: 2 !important;
        margin: auto !important;
        max-width: 80% !important;
        border-top-left-radius: 0pc !important;
        border-bottom-right-radius: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }

    .login-controls {
        order: 1 !important;
        max-width: 80% !important;
/*        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 20px !important;*/
        margin: auto;
        width: 60%;
        margin-bottom: 0px !important;
    }

    .login-container {
        /*flex-direction: column !important;*/
        height: auto;
        /*overflow: scroll;*/
    }

    .login-form-container {
        flex-direction: column;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .area-schedule-email {
        flex-direction: column;
        align-items: start;
    }

    .area-schedule-email-right {
        margin: 0;
    }

    .VenneuVenlocImage {
        margin: 10px 9px 16px !important;
    }

    .select-system {
        margin-top: 10px;
    }

    .select-client {
        margin-top: 10px;
    }
}

@media (max-width: 450px) {
    .login-controls {
        width: 95% !important;
        max-width: 95% !important;
    }

    .login-info {
        width: 95% !important;
        max-width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .neuvenLogoHeader {
        display: none !important;
    }
    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

        .nav-tabs .nav-item > .nav-link {
            margin-bottom: 5px;
        }

    table.lineItems th {
        padding: 5px;
        font-size: 1em;
    }

    table.lineItems td {
        padding: 5px;
        font-size: 1em;
    }

    .line-items-container {
        display: flex;
        min-width: 300px;
        overflow-x: scroll;
    }

    .personal-details-content {
        padding-left: 0 !important;
    }

    .personal-details-data {
        width: auto !important;
    }

    .personal-details-checkbox {
        width: auto !important;
    }

    .personal-details-date {
        width: 60% !important;
    }

    .personal-details-title {
        padding-left: 0;
    }


    .flattenDiv {
        max-height: 300px;
    }

    .flattenDivHelp {
        max-height: 300px;
    }

    .margin-top-medium {
        margin-top: 10px !important;
    }

    .margin-bottom-medium {
        margin-bottom: 10px !important;
    }

    .expiry-doc-medium {
        width: 70% !important;
    }

    .margin-left-large {
        margin-left: 0;
    }

    .d-flex-direction {
        flex-direction: column;
    }
}

@media(max-height: 899px) {
    .navigationbar .menu {
        height: 90% !important;
        overflow-y: scroll;
    }
}

@media (max-width: 900px) {
    .client-accordion {
        line-height: normal !important;
        overflow-x: auto !important;
        display: normal;
    }

    .show-summary {
        display: none;
    }

    .show-summary-edit {
        display: normal;
    }
}

@media(min-height: 900px) {
    .navigationbar .menu {
        height: 90% !important;
        overflow-y: scroll;
    }
}

@media (min-width: 900px) {
    .client-accordion {
        line-height: normal !important;
        overflow-x: hidden !important;
        display: normal;
    }
    .show-summary {
        display: normal;
    }

    .show-summary-edit {
        display: none;
    }
}

@media (max-width: 992px) {
    .margin-top-large {
        margin-top: 10px !important;
    }
}

@media (min-width: 750px) and (max-width: 1050px) {
    .login-info {
        order: 2 !important;
        margin: auto !important;
        max-width: 80% !important;
        border-top-left-radius: 0px !important;
        border-bottom-right-radius: 20px !important;
        width: 60% !important;
    }

    .login-controls {
        order: 1 !important;
/*        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 20px !important;*/
        margin: auto;
        margin-bottom: 0px !important;
        width: 80% !important;
    }

    .login-container {
        /*flex-direction: column !important;*/
        height: auto;
        /*overflow: scroll;*/
    }

    .login-form-container {
        flex-direction: column;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
}

@media (min-width: 750px) and (max-width: 1200px) {

        .VenneuVenlocText {
            font-size: 17px !important;
        }

        .VenneuVenlocImage {
            margin: 10px 30px 16px 30px !important;
        }

        .logo-size {
            width: 120px !important;
        }

        .login-logo-width {
            width: 165px !important;
        }

        .login-logo-height {
            height: 40px !important;
        }

        @media (max-width: 1050px) {

            .footer-container {
                display: flex;
                justify-content: space-between;
            }

            .footer-text-container-right {
                margin: 0;
            }

            .footer {
                position: relative;
            }

            .footer-text {
                display: flex;
                flex-wrap: wrap;
                max-width: 30vw;
            }

            .margin-top-xl {
                margin-top: 10px !important;
            }
        }

        @media (max-width: 1200px) {

            .margin-top-xxl {
                margin-top: 10px !important;
            }
        }

        @media (min-width: 1200px) and (max-width: 1400px) {

            .VenneuVenlocImage {
                margin: 10px 9px 16px !important;
            }
        }

        @media (min-width: 1450px) {

            .add-button-container {
                max-height: 40px;
            }
        }


        .selectpicker {
            width: 200px !important;
            font-size: 14px;
            border-radius: 5px;
            height: 20px !important;
        }

        .bootstrap-select > .dropdown-toggle {
            border: 1px solid #ced4da !important;
        }

        .bootstrap-select .dropdown-menu {
            position: absolute;
            left: 0;
            margin-top: 5px;
            max-height: 200px;
            overflow-x: hidden !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            z-index: 1000;
            padding: 0;
            border: 1px solid #ced4da !important;
        }

        .bootstrap-select {
            white-space: normal;
        }

        .dropdown-menu li a {
            white-space: nowrap;
        }

        .filter-option {
            border: 0 !important;
        }

        .bootstrap-select .dropdown-menu li {
            padding: 5px 2px;
        }

            .bootstrap-select .dropdown-menu li:hover {
                background-color: #6f42c1 !important;
            }

        .bootstrap-select li:hover a,
        .bootstrap-select li:hover a .text {
            color: #ffffff !important;
            background-color: #6f42c1 !important;
            white-space: normal;
        }

        .dropdown-menu li:hover a,
        .dropdown-menu li:hover a .text {
            color: #ffffff !important;
            background-color: #6f42c1 !important;
            white-space: nowrap;
        }

        .bootstrap-select .dropdown-menu .bs-searchbox {
            padding: 10px;
        }

            .bootstrap-select .dropdown-menu .bs-searchbox input {
                height: 30px;
                border: 1px solid #ced4da;
                border-radius: 5px;
            }

                .bootstrap-select .dropdown-menu .bs-searchbox input::placeholder {
                    color: #999;
                }

        .bootstrap-select .dropdown-menu li.selected {
            background-color: #6f42c1;
        }

        #locumNotesPopup {
            padding: 10px;
            background-color: whitesmoke;
            border-radius: 8px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
            color: #333;
            text-align: left; /* Aligns text to the left for better readability */
            font-size: 14px;
            max-width: 250px;
            word-wrap: break-word; /* Wraps long text */
        }

            #locumNotesPopup h4 {
                font-size: 16px;
                margin-bottom: 10px;
                color: #5c328a;
                border-bottom: 1px solid lightgrey;
                padding-bottom: 10px;
            }

            #locumNotesPopup div {
                margin-top: 5px;
            }

        #allocationShiftRequestedPopup {
            padding: 10px;
            background-color: whitesmoke;
            border-radius: 8px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
            color: #333;
            text-align: left; /* Aligns text to the left for better readability */
            font-size: 15px;
            max-width: 250px;
            word-wrap: break-word; /* Wraps long text */
        }

            #allocationShiftRequestedPopup h4 {
                font-size: 17px;
                margin-bottom: 10px;
                color: #5c328a;
                border-bottom: 1px solid lightgrey;
                padding-bottom: 10px;
            }

            #allocationShiftRequestedPopup div {
                margin-top: 5px;
            }

        .open-schedule-email-btn {
            transition: transform 0.4s ease-in-out; /* Faster, smoother transition */
        }

            .open-schedule-email-btn:hover {
                transform: scale(1.3); /* Increases scale for a more dramatic zoom */
            }

        .ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
            padding: 3px 5px !important;
        }

        .dataTables_scrollHeadInner {
            width: unset !important;
        }
}

/*VENTA Redesign changes*/
@media (max-width: 450px) {
    .margin_left_right {
        margin: 0px 5px 0px 5px !important;
    }
    .neuvenLogoHeader {
        display: none !important;
    }
    .VenneuVenlocLogoColumn {
        float: left !important;
        width: 33.33% !important;
        padding: 5px !important;
    }
    .login-form-container {
        display: flex;
        width: 100vw !important;
        justify-content: center;
        flex-shrink: 0;
    }
    .logo-size {
        padding: 0 !important;
        width: 150px;
    }

    .login-logo-width {
        width: 80px;
    }

    .login-logo-height {
        height: 38px;
    }

    .VenneuVenlocImage {
        margin: 10px 9px 16px !important;
    }
    .login-input {
        line-height: 26px !important;
    }
    .info-text {
        color: black;
        font-weight: 700;
        font-size: 18px !important;
    }
}

@media (max-width: 1050px) {
    .neuvenLogoHeader {
        display: none !important;
    }
    .login-container-padding {
        padding: 3rem !important;
    }
    .padding-btm {
        padding-bottom: 2.5rem;
    }

    .login-form-container {
        display: flex;
        width: 100vw !important;
        justify-content: center;
        flex-shrink: 0;
    }
    .field-spacing-pb-textbox-1 {
        padding-bottom: 2.5rem;
    }

    .field-spacing-pb-textbox-2 {
        padding-bottom: 1.5rem;
    }

    .field-spacing-pb-link {
        padding-bottom: 1rem;
    }

    .field-spacing-pb-text {
        padding-bottom: 1rem;
    }

    .field-spacing-pb-button {
        padding-bottom: 2rem !important;
    }

    .login-div {
        border-radius: 8px;
    }

    .margin_left_right {
        margin: 0px 60px 0px 60px !important;
    }

    .login-logo-width {
        width: 150px;
    }
    .login-logo-height {
        height: 38px;
    }

    .logo-group {
        /*text-align:center;*/
        margin-bottom: 3rem;
        height: 10vh !important;
    }

    .login-page-button {
        border-radius: 8px !important;
        height: 60px !important;
        text-align: center
    }

    .login-input {
        line-height: 26px !important;
    }

    .row.logo-group {
        height: 10vh !important;
    }

    .VenneuVenlocLogoColumn {
        float: left !important;
        width: 33.33% !important;
        padding: 5px !important;
    }
    .row.logo-group::after {
        content: "";
        clear: both;
        display: table;
    }

    .input-validation-error {
        border: 2px solid #FF0000 !important;
    }

    .info-text {
        color: black;
        font-weight: 700;
        font-size: 18px !important;
    }
}



@font-face {
    font-family: 'Montserrat';
    src: url("Fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
}

body {
    font-family: 'Montserrat' !important;
}

/*Venneu Redesign*/
h1.login-font {
    color: black !important;
    text-align: center !important;
    font-family: "Montserrat";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.field-spacing-pb-textbox-1 {
    padding-bottom: 1rem !important;
}
.field-spacing-pb-textbox-2 {
    padding-bottom: 1rem !important;
}
.field-spacing-pb-link {
    padding-bottom: 0.5rem !important;
}
.field-spacing-pb-button {
    padding-bottom: 1rem;
    padding-top: 0px !important;
}
.field-spacing-pb-text {
    /*padding-bottom: 0.5rem !important;*/
}
.field-spacing-pb-title {
    padding-bottom: 0.5rem !important;
}
.login-div {
    border-radius: 8px;

}
.margin_left_right {
    margin: 0px 150px 0px 150px;
}
.login-logo-width {
    width: 150px;
}

.login-logo-height {
    height: 38px;
}

.logo-group {
    /*text-align:center;*/
    margin-bottom: 2rem;
    height: 10vh !important;
}

.login-page-button {
    border-radius: 8px !important;
    height: 60px !important;
    text-align: center
}

.login-input {
    line-height: 20px;
}

.row.logo-group {
    justify-content:  center;
    height: 10vh !important;
}

.VenneuVenlocLogoColumn {
    width: 27% !important;
    padding: 5px !important;
}

.row.logo-group::after {
    content: "";
    clear: both;
    display: table;
}

.input-validation-error {
    border: 2px solid #FF0000 !important;
}

.info-text {
    color: black;
    font-weight: 700;
    font-size:18px !important;
}
.neuvenLogoHeader {
    display: block;
}
.login-container-padding {
    padding: 40px 0px 20px 0px;
}

.register-button-venloc {
    border-radius: 8px !important;
    height: 50px !important;
    text-align: center;
    border-color: #5c328a !important;
    color: #5c328a !important;
    border-width: 2px;
    font-size: 18px !important;
    font-weight: 600 !important;
}