﻿input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    font-family: 'Source Sans Pro', sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/


.input-group-prepend {
    height: 35px !important;
}

.dl-horizontal dt {
    /*white-space: normal;*/
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    border-radius: 4px !important;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 5px;
}*/

#timesheet-actions > input {
    width: unset !important;
}

#timesheet-actions {
    text-align: center;
}

Contractbox {
    margin-bottom: 0px;
}

.hide {
    display: none;
}

.custom-file-inputs {
    /*color: transparent;*/
    width: 200%;
    border: none !important;
}

    .custom-file-inputs::-webkit-file-upload-button {
        visibility: hidden;
        font-weight: 400 bold;
    }

    .custom-file-inputs::before {
        content: 'Select file';
        color: white;
        display: inline-block;
        background: #2f3749;
        border: 1px solid #999;
        border-radius: 0.25rem;
        padding: 5px 8px;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        cursor: pointer;
        font-weight: bold !important;
        font-size: 1rem;
        -webkit-transition: background-color 0.5s ease-out;
        -moz-transition: background-color 0.5s ease-out;
        -o-transition: background-color 0.5s ease-out;
        transition: background-color 0.5s ease-out;
    }

    .custom-file-inputs:hover::before {
        border-color: black;
        background-color: #acafb6 !important;
        color: #2f3749 !important;
    }

    .custom-file-inputs:active {
        outline: 0;
    }

        .custom-file-inputs:active::before {
            background: #2f3749;
        }

.body-padding {
    padding-top: 80px;
    padding-bottom: 80px !important;
}

.badge-primary {
    background-color: #eab246 !important;
}

    .badge-primary:hover {
        background-color: #fbeed8 !important;
    }

    .CommsBadge{
        font-size: 25px;
    }

.documents-buttons button, .documents-buttons .btn-primary {
    width: 100% !important;
    margin-bottom: 5px;
    color: #fff;
}

.timesheetButtons a.btn-primary {
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    color: #fff !important;
    margin: 2.5px 0;
}

.timesheetsContainer {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px 0 10px 0;
}


.tabs-container {
    width: 100% !important;
    margin: auto;
}

    .tabs-container li {
        list-style: none;
    }


        .tabs-container li a.btn {
            float: left;
            width: 20%;
            padding: 14px 0 14px 0;
            border-top-left-radius: 5px !important;
            border-top-right-radius: 5px !important;
        }


.title-block {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    color: #2E374A;
}

.notes-module .notes-content {
    border: 1px solid #d5d5d5;
}

.invoice-summary-module h3, .notes-module h3 {
    background-color: #cce5ff;
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 6px 20px;
    line-height: 40px;
}

.additionalNotes {
    padding-top: 20px;
}

.notes-module .notes-content p.timesheet-agency-note {
    font-size: 14px;
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

.notes-module .notes-content textarea {
    border: none;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0;
    height: 95px;
}

.invoice-summary-module .totals-wrapper {
    background: #f2f2f3;
}

.overall-total {
    padding: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

#head {
    border-bottom: 1px solid #d5d5d5;
}

.invoice-summary-module .totals-wrapper .overall-total table tr.invoice-total {
    background: #cce5ff;
    border-color: #cce5ff;
    border-top: 1px solid #fff;
    font-size: 16px;
    color: #454f58
}

.invoice-summary-module .totals-wrapper .overall-total table tr.expenses-total td:first-child, #edit_timesheet .timesheet-details .invoice-summary-module .totals-wrapper .overall-total table tr.chargeable-expenses td:first-child {
    color: #76807a;
}


.invoice-summary-module .totals-wrapper .overall-total table tr.expenses-total, #edit_timesheet .timesheet-details .invoice-summary-module .totals-wrapper .overall-total table tr.chargeable-expenses {
    border-top: 1px solid #d5d5d5;
}

.invoice-summary-module .totals-wrapper .overall-total table tr {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.invoice-summary-module .totals-wrapper .overall-total table td {
    border: none;
    padding: 10px 0;
    color: #76807a;
}

.invoice-summary-module .totals-wrapper .overall-total table tr.primary-rate td {
    padding: 7px 0;
}


.overall-total table {
    clear: both;
    margin: 0 auto 20px auto;
    width: 100%;
}

.invoice-summary-module .totals-wrapper .overall-total table tr.invoice-total td.overall-total {
    font-size: 18px;
    font-weight: 700;
}

.data .select2-selection__rendered {
    padding: 2px 10px !important;
    background-color: #eee !important;
    border: 1px solid #ddd;
}

.v-spacer10 {
    height: 10px;
}


.v-spacer20 {
    height: 20px;
}

.v-spacer30 {
    height: 30px;
}

.v-spacer40 {
    height: 40px;
}

.v-spacer50 {
    height: 50px;
}


.btn-secondary {
    color: #fff !important;
}


.regInput {
    width: 85% !important;
}


.white {
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.btnIsDOTS, .btnIsAccountancy {
    padding: 20px 40px;
    font-size: 30px;
}

.clientChoice {
    text-align: center;
    position: absolute;
    width: 100%;
    transition: top 1s;
    top: 0px;
    max-height: 100vh;
}

.SelectverticalCenter {
    top: 50% !important;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-height: 150px !important;
    height: 150px !important;
    overflow: hidden;
}

.leftCheck {
    float: left !important;
    width: 13px !important;
    height: 13px;
    position: relative;
    top: 6px;
}


.fileUploadCont {
    border: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #999;
    min-height: 110px;
}

a {
    color: #6c757d;
}

    a:hover {
        color: #2E374A;
        border-color: #6c757d;
    }

.ui-state-active {
    background-color: #2e374a !important;
}

/* /DOTS/EditExpenses */
.dayBg {
    background-color: #2E374A;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
}

.dayCont {
    min-height: 100px;
}

    .dayCont .day {
        font-size: 1.3em;
        color: #fff;
    }

    .dayCont .date {
        color: #fff;
    }


.expense-form-container {
    min-height: 30px !important;
    overflow: hidden;
}

.expenseEntryContainer {
    padding-left: 30px;
    border-left: 1px solid #ddd
}


.invoiceValue {
}

label.chargeable {
    width: 25%;
    float: left;
    display: inline !important;
}

.chargeableChk {
    float: left;
    display: inline !important;
    position: relative;
    top: -26px;
    left: -20px;
}


.summaryContainer {
    background-color: #F4F4F4;
    padding: 10px;
    font-size: 0.9em;
}

.smallTxt {
    font-size: 0.9em;
}


label.returnJourney {
    width: 75%;
    float: left;
    display: inline !important;
}

.check-box {
    float: left;
    display: inline !important;
    position: relative;
    top: -26px;
    left: 10px;
}

.readonly {
    cursor: not-allowed;
}



/* Mobile styles */
@media only screen and (max-width: 600px) {
    .expenseEntryContainer {
        padding-left: 0 !important;
        border-left: none !important;
    }

    .expButtons {
        width: 100% !important;
    }
}




/* iPad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .tabs-container li a.btn {
        font-size: 0.8em !important;
    }

    .dayCont .day {
        font-size: 0.9em !important;
        color: #fff;
    }

    .dayCont .date {
        font-size: 0.7em !important;
        color: #fff;
    }
}



.v-spacer10 {
    height: 10px;
}


.v-spacer20 {
    height: 20px;
}


.btn-secondary {
    color: #fff !important;
}


.regInput {
    width: 85% !important;
}


.white {
    background-color: #fff !important;
    border: 1px solid #ddd;
}


.leftCheck {
    float: left !important;
    width: 13px !important;
    height: 13px;
    position: relative;
    top: 6px;
}


.fileUploadCont {
    border: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #999;
    min-height: 110px;
}






/* /DOTS/EditExpenses */
.dayBg {
    background-color: #2E374A;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 20px;
}

.dayCont {
    min-height: 100px;
}

    .dayCont .day {
        font-size: 1.3em;
        color: #fff;
    }

    .dayCont .date {
        color: #fff;
    }


.expense-form-container {
    min-height: 30px !important;
    overflow: hidden;
}

.expenseEntryContainer {
    padding-left: 30px;
    border-left: 1px solid #ddd
}

label.chargeable {
    width: 25%;
    float: left;
    display: inline !important;
}

.chargeable {
    vertical-align: middle;
}

.summaryContainer {
    background-color: #F4F4F4;
    padding: 10px;
    font-size: 0.9em;
}

.smallTxt {
    font-size: 0.9em;
}

.ContractStatusTabs {
    font-size: 12px;
    border: 1px solid #bbc6bf;
    min-height: 30px;
    padding-top: 5px;
    border-top: none;
}

.ContractApproved {
    background-color: #cedd9d;
    color: #809539;
    border-right: none;
}

.rowMarginFix {
    margin-right: 0;
}

.ContractNotApproved {
    background-color: #fb6559;
    color: #FFF;
    border-right: none;
}

.ContractActive {
    background-color: #cedd9d;
    color: #809539;
}

.ContractNotActive {
    background-color: #fb6559;
    color: #FFF;
}

.ContractHeader {
    background-color: #2e374a;
}

label.returnJourney {
    width: 75%;
    float: left;
    display: inline !important;
}

.check-box {
    float: left;
    display: inline !important;
    position: relative;
    top: -26px;
    left: 10px;
}

.readonly {
    cursor: not-allowed;
}

.timesheetTab {
    color: #fff;
    cursor: default;
    background-color: #cce5ff;
    border: 1px solid #ffffff !important;
    border-bottom-color: transparent !important;
    width: 140px;
}

#periods.nav-tabs {
    text-align: center;
}

.timesheetTabContainer {
    display: flex;
    justify-content: center;
}


.twelveWeeks label {
    max-width: 280px !important;
}

.strong {
    font-weight: bold !important;
}

.resourceLink a {
    position: relative;
    top: 10px;
    font-size: 1.1em;
}




/* Mobile styles */
@media only screen and (max-width: 600px) {
    .expenseEntryContainer {
        padding-left: 0 !important;
        border-left: none !important;
    }

    .expButtons {
        width: 100% !important;
    }

    .overall-total {
        font-size: 0.8em;
    }

    .resourceLink a {
        position: relative;
        top: 10px;
        font-size: 0.9em;
    }
}




/* iPad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .tabs-container li a.btn {
        font-size: 0.8em !important;
    }

    .dayCont .day {
        font-size: 0.9em !important;
        color: #fff;
    }

    .dayCont .date {
        font-size: 0.7em !important;
        color: #fff;
    }

    .file-name {
        font-size: 0.7em !important;
    }

    .resourceLink a {
        position: relative;
        top: 5px;
        left: 10px;
        font-size: 0.8em;
    }
}


/* iPad Pro */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .resourceLink a {
        position: relative;
        top: 7px;
        font-size: 1em;
    }
}


/* New side nav */
#NewSideNav {
    padding: 20px;
}

    #NewSideNav a {
        color: #4a5665;
        background-color: #fff;
        text-decoration: none;
        display: block;
        padding: 4px 10px;
        margin-bottom: 10px;
    }

        #NewSideNav a:hover {
            color: #000;
            background-color: #ccc;
            text-decoration: none;
        }

        #NewSideNav a.home {
            color: #fff;
            background-color: #4a5665;
            text-decoration: none;
            display: block;
            padding: 4px 10px;
            margin-bottom: 10px;
        }

        #NewSideNav a.close {
            background-color: #fff;
            color: #4a5665;
            text-decoration: none;
        }

            #NewSideNav a.close:hover {
                color: #ccc;
            }


.burger, .qm, .an {
    width: 100% !important;
    height: 100% !important;
    display: block
}

    .qm .fa-question {
        position: relative;
        top: 4px;
    }

a.name {
    width: 100% !important;
}

    a.name:hover {
        text-decoration: none;
    }


.divTiles {
    position: relative !important;
    top: -100px !important;
}

#AccountName {
    padding: 0;
    /*width: 500px !important;*/
}


.btn-primary {
    background-color: #003C5A !important;
    color: #fff !important;
    border: 0px !important;
    padding: 10px 25px;
    font-weight: bold !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .btn-primary:hover {
        background-color: #1C6183 !important;
        color: #eab246 !important;
    }


.btn-secondary {
    background-color: #2f3749 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 10px 25px;
    font-weight: bold !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .btn-secondary:hover {
        background-color: #acafb6 !important;
        color: #2f3749 !important;
    }


.btn-tertiary {
    background-color: #55a2a7 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 10px 25px;
    font-weight: bold !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .btn-tertiary:hover {
        background-color: #bbdadc !important;
        color: #55a2a7 !important;
    }

.btn-outline-secondary {
    padding: 10px 25px;
}

label {
    color: #000 !important;
}

.homepageContainer label {
    font-weight: bolder !important;
    color: #eab246 !important;
}


input, select {
    /*background-color: #eeeeee !important;*/
}


.orange {
    color: #eab246 !important;
}

.bold {
    font-weight: bold;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cdd5de;
}

.text-danger {
    color: #d52424 !important;
    position: relative;
    top: 5px !important;
    font-weight: bold;
}

.input-validation-error {
    border: 2px solid #d52424 !important;
}


input[type=text], input[type=password], select, textarea {
    /*width: 100% !important;*/
    border: 1px solid #ddd;
    padding: 10px;
}

input:focus {
    outline: none !important;
    border: 1px solid #55a2a7;
    box-shadow: 0 0 0;
}

.newfooter {
    font-size: 0.9em !important;
    background-color: #eeeeee;
    height: 12%;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 26px 0 !important;
    z-index: 99999999 !important;
    min-height: 2% !important;
    max-height: 12% !important;
    text-align: left !important;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}


    .newfooter .new-footer-links {
        text-align: right !important;
    }

        .newfooter .new-footer-links a {
            border-left: 1px solid #ddd !important;
            padding-left: 20px !important;
            color: #eab246 !important;
            margin-right: 5px;
            text-decoration: underline;
        }

            .newfooter .new-footer-links a:hover {
                text-decoration: none;
            }


.browsers {
    color: #2f3749 !important;
}

    .browsers .fa {
        font-size: 3em !important;
    }

.NoMenuLogo img {
    width: 250px;
    height: auto !important;
    margin: 40px 0 0 0;
}

.centered {
    text-align: center;
}

#umbrellaPlusSelect {
    position: relative;
}

    #umbrellaPlusSelect::before {
        content: "Best Value Option";
        position: absolute;
        top: -35px;
        left: 10px;
        background: linear-gradient(to right, #008EFF, #05FF9B);
        color: white;
        font-weight: bold;
        font-size: 12px;
        font-family: Arial, sans-serif;
        padding: 4px 10px;
        border-radius: 4px 4px 0 0;
        text-transform: uppercase;
    }
    #umbrellaPlusSelect.Trafalgar-Gold::before {
        content: "Best Value Option";
        position: absolute;
        top: -35px;
        left: 10px;
        background: linear-gradient(to top, #FFB81C, #FCC917);
        color: white;
        font-weight: bold;
        font-size: 12px;
        font-family: Arial, sans-serif;
        padding: 4px 10px;
        border-radius: 4px 4px 0 0;
        text-transform: uppercase;
    }

.reg-option {
    width: auto;
    height: 150px;
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: 100%;
}
.reg-options .umbrella {
    background-image: url(/Content/Images/Icons/Interface/Umbrella_Account_Select_Icon.png), linear-gradient(white, white), linear-gradient(to right, #008EFF, #05FF9B);
}

.reg-options .umbrella-plus {
    background-image: url(/Content/Images/Icons/Interface/Umbrella_Plus_Account_Select_Icon.png), linear-gradient(white, white), linear-gradient(to right, #008EFF, #05FF9B);
}

.reg-options .cis {
    background-image: url(/Content/Images/Icons/Interface/CIS_Account_Select_Icon.png), linear-gradient(white, white), linear-gradient(to right, #008EFF, #05FF9B);
}

.reg-options .trafalgar-umbrella {
    background-image: url(/Content/Images/Icons/Interface/Trafalgar.png);
}
.reg-options .Trafalgar-Gold {
    background-image: url(/Content/Images/Icons/Interface/Trafalgar_Gold.png);
}

.reg-options .umbrella-education {
    width: 100%;
    height: 100%;
    height: 150px;
    border: 2px solid #ddd;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 20px;
    background-image: url(/Content/Images/Icons/Interface/Danbro_Education_Select_Icon.png);
    background-size: 100px;
}

.reg-options .account-umbrella-select {
    width: 98%;
    height: 100%;
    height: 150px;
    border: 2px solid #ddd;
    padding: 10px;
    background-image: url(/Content/Images/Icons/Interface/Umbrella_Account_Select_Icon_Dual.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 20px;
}

.reg-options .accountancy {
    width: 98%;
    height: 100%;
    height: 150px;
    border: 2px solid #ddd;
    padding: 10px;
    background-image: url(/Content/Images/Icons/Interface/Accountancy_Account_Select_Icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 20px;
}


    .reg-options .umbrella:hover, .reg-options .umbrella-plus:hover, .reg-options .accountancy:hover, .reg-options .cis:hover {
        border: 2px solid #55a2a7;
    }

.card-wrapper {
    position: relative;
    padding: 2px;
}

    .card-wrapper.selectedOption {
        background: linear-gradient(to right, #008EFF, #05FF9B);
    }
    .card-wrapper.selectedOption.trafalgar {
        background: linear-gradient(to top, #FFB81C, #FCC917);
    }

.reg-titles {
    text-align: center;
    font-weight: bolder;
    font-size: 1.2em;
    /*margin-bottom: 50px;*/
}

.reg-confirm {
    text-align: center;
    margin: auto;
}

a.underline {
    text-decoration: underline;
}

    a.underline:hover {
        text-decoration: none;
    }


.eb-blue {
    color: #55a2a7;
    font-weight: bold;
}

.acc-blue {
    color: #2f3749;
}

.form-control {
    padding: 5px 10px !important;
    height: 35px !important;
    border-radius: 0 !important;
}

/*select.form-control{
    background-color: #eee;
}*/

select.form-control:active {
    background-color: #eee;
}

    select.form-control:focus {
        background-color: #eee;
    }

select:focus {
    outline-color: red !important;
    outline-style: solid !important;
    box-shadow: none !important;
    border: 1px solid #55a2a7 !important;
}

select option:hover {
    background-color: #55a2a7 !important;
    color: #fff !important;
}

.text-danger {
    color: red !important;
    font-weight: normal !important;
}

.chkButton {
    width: 20% !important;
    background-color: #eee !important;
    color: #000 !important;
    border: 1px solid #ddd;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

    .chkButton:hover {
        border: 1px solid #55a2a7 !important;
    }

.active.chkButton {
    background-color: #55a2a7 !important;
    color: #fff !important;
    border: 0 !important;
}

.dobInputGroup {
    width: calc(100% - 80px) !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.expStartDate, .expEndDate {
    width: calc(100% - 80px) !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btnSearchPostcodeRegister {
    position: relative;
    top: 32px;
    height: 54px;
}


.topBar {
    background-color: #fff !important;
    height: 158px !important;
}

.main-logo {
    text-align: center !important;
}

    .main-logo img {
        width: 280px !important;
        height: auto !important;
        margin-top: 50px !important;
    }

.accountBar {
    background-color: #eee !important;
}


.dbfooter {
    background-color: #eee !important;
    color: #55a2a7 !important;
    font-size: 1em !important;
    position: relative;
    z-index: 99999 !important;
}

    .dbfooter .links {
        text-align: right;
    }

        .dbfooter .links a {
            color: #55a2a7 !important;
            text-decoration: none;
        }

            .dbfooter .links a:hover {
                text-decoration: underline;
            }


.innerContainer {
    padding: 0 10% 0 10% !important;
}

    .innerContainer h3 {
        font-weight: bold !important;
    }


.ebWelcomeTile {
    background-color: #55a2a7 !important;
    color: #fff !important;
}

.custom-control-input {
    left: 0 !important;
    margin-right: 10px;
}


.custom-control-label::after {
    margin-left: 16px !important;
}

.WorkPostcode {
    width: calc(100% - 100px) !important;
}


.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #55A2A7;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #2F3749;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    height: 18px;
    margin: 8px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    border: 2px solid #000;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.btn-secondary {
    background-color: #2f3749 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
}


.align-right {
    text-align: right !important;
}


#uploadsCont .fa-file-o {
    font-size: 1.5em !important;
    margin-top: 4px !important;
    margin-left: 22px !important;
}


#uploadsCont .fileTitle {
    margin-top: 4px !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
}

.docContainer {
    margin-bottom: 60px !important;
}

    .docContainer span {
        font-size: 1.4em;
        font-weight: bold;
    }


    .docContainer a {
        color: #eab246 !important;
        text-decoration: underline;
    }

        .docContainer a:hover {
            text-decoration: none !important;
        }


.breadbar {
    position: relative;
    top: -14px;
    margin-bottom: -8px;
    height: 1px;
    background-color: #000;
    border: none;
}

.breadcrumbs {
    font-size: 1.3em;
}

    .breadcrumbs a {
        color: #eab246;
        text-decoration: none;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

.backlink a {
    color: #eab246;
    text-decoration: none;
    font-size: 1.2em;
    float: right;
    position: relative;
    top: 10px;
    padding: 5px !important;
}

    .backlink a:hover {
        text-decoration: underline;
    }



.tabsContainer {
    margin-left: 0px;
}


.contractsTab {
    background-color: #eeeeee;
    height: 68px;
    width: 96px;
    margin-right: 8px !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 1 !important;
}



    .contractsTab.active {
        background-color: #fff;
        z-index: 2 !important;
        position: relative;
        border-left: 1px solid #55a2a7;
        border-top: 1px solid #55a2a7;
        border-right: 1px solid #55a2a7;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 2 !important;
    }


.expensesTab {
    background-color: #eeeeee;
    height: 68px;
    width: 122px;
    margin-right: 8px !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 1 !important;
}



    .expensesTab.active {
        background-color: #fff;
        z-index: 2 !important;
        position: relative;
        border-left: 1px solid #55a2a7;
        border-top: 1px solid #55a2a7;
        border-right: 1px solid #55a2a7;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 2 !important;
    }

.contractsContainer {
    border: 1px solid #55a2a7;
    min-height: 100px;
    overflow: hidden;
    z-index: 1 !important;
    position: relative;
    top: -1px;
    left: -1px;
    padding: 30px 20px;
}

.tab {
    width: 100% !important;
    height: 100% !important;
    display: block;
    padding-top: 20px;
    padding-left: 20px;
}

.tabactive {
    padding-left: 26px;
}


.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.contractCells {
    background-color: #eee;
    height: 52px;
    border: 1px solid #ddd;
}

    .contractCells td {
        height: 52px;
    }

.contractClearCells td {
    background-color: #fff !important;
    padding: 20px;
}

.contractClearCells .btn {
    background-color: #eab246 !important;
    color: #fff !important;
    border: 0px !important;
    padding: 6px 10px;
    font-weight: bold !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    border-radius: 5px !important;
    float: right;
    font-size: 0.8em;
}


.contractClearCells hr {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}


.contractClearCells .btn-primary:hover {
    background-color: #fbeed8 !important;
    color: #eab246 !important;
}




.contractDetails {
    padding-left: 20px;
}

.timesheetEntry {
    border-bottom: 1px solid #ddd;
}


.statusBubbleRed {
    background-color: red;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    padding: 5px 10px
}

.statusBubbleGreen {
    background-color: green;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    padding: 5px 10px
}

.timesheet-status {
    border: 1px solid black;
    text-align: center;
    padding: 5px;
}

.tsNotes {
    width: 100%;
    max-width: 280px;
    background-color: red;
}

.hoursCont {
    border: 1px solid #ddd;
    padding: 30px;
    min-height: 100%;
    width: calc(100% - 2px);
    margin: auto;
}

.noBorder {
    border: 0 !important;
}

.btnfill {
    width: 100% !important;
    height: 100% !important;
    min-height: 80px !important;
    display: block;
    border: 0 !important;
}



.breadIcon {
    border-radius: 50%;
    background-color: #fff;
    color: #55a2a7;
    height: 88px;
    width: 88px;
    margin: auto;
    position: relative;
    top: -64px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 2.1em;
}

    .breadIcon span {
        position: relative;
        top: 18px;
    }

    .breadIcon.completed {
        color: #55a2a7;
        border: 3px solid #55a2a7;
    }

    .breadIcon.active {
        height: 112px;
        width: 112px;
        position: relative;
        top: -77px;
        background-color: #55a2a7 !important;
        color: #fff !important;
        font-size: 4em;
    }

        .breadIcon.active span {
            position: relative;
            top: 8px;
        }

.breadTitle {
    position: relative;
    top: -45px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

    .breadTitle.active {
        position: relative;
        top: -69px;
    }


.profileTab {
    padding: 12px 25px !important;
    background-color: #eceded;
    color: #4a5665;
}



@media only screen and (max-width: 767px) {
    .tsButtons a {
        /*float:left !important;
        padding-left:0 !important;
        text-align:left !important;
        position:relative;
        left:0 !important;*/
        float: left !important;
        margin-left: 14px !important;
    }

    #inactiveContractsTab {
        position: relative;
        left: 40px;
    }


    .contractsContainer {
        padding: 10px 5px;
    }

    #inactiveExpenseStatusTab {
        position: relative;
        left: 40px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .inactiveContractsTab {
        position: relative !important;
        left: -20px !important;
    }

    .inactiveExpenseStatusTab {
        position: relative !important;
        left: -20px !important;
    }
}


.select2-selection__rendered {
    padding: 12px 30px !important;
    background-color: #eee !important;
    border: 1px solid #ddd;
}

    .select2-selection__rendered:focus {
        border: 0 !important;
    }


.select2-dropdown--below {
    /*margin-top: 20px !important;*/
}

.select2-selection {
    position: relative;
    top: -13px;
}


.form-control:focus {
    border: 1px solid #55a2a7 !important;
    box-shadow: none !important;
    outline: none !important;
}


#Profession-error, #JobTitleId-error, #PayFrequency-error, #LeadSource-error, #UsedUmbrellaCompanyBefore-error, #InternetSource-error {
    position: relative;
    top: 30px !important;
}


.customChkCont {
    position: relative;
}

    .customChkCont label {
        font-weight: normal !important;
    }

    .customChkCont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.customChk {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.customChkCont:hover input ~ .customChk {
    background-color: #ccc;
}

.customChkCont input:checked ~ .customChk {
    background-color: #55a2a7;
}

.customChk:after {
    content: "";
    position: absolute;
    display: none;
}

.customChkCont input:checked ~ .customChk:after {
    display: block;
}

.customChkCont .customChk:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customLabel {
    margin-left: 35px !important;
}



.customRadioCont {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal !important;
}

    .customRadioCont label {
        font-weight: normal !important;
    }
    /* Hide the browser's default radio button */
    .customRadioCont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.customRadio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.customRadioCont:hover input ~ .customRadio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customRadioCont input:checked ~ .customRadio {
    background-color: #55a2a7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.customRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customRadioCont input:checked ~ .customRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customRadioCont .customRadio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.commOptions {
    position: relative;
    z-index: 1 !important;
}

.width100 {
    width: 100% !important;
}

#ConfirmModal {
    z-index: 100000 !important;
}

.infolink {
    padding: 1em;
}

#expense-top .subtitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.btn-close {
    border: none;
    background-color: transparent;
    font-size: 18px;
    cursor: pointer;
}

    .btn-close:hover {
        background-color: #F5F5F5;
    }

.favorite-expenses {
    margin-top: 20px;
    width: 100%;
}

.favorite-expenses > .favourites,
.contract-details > .details {
    border: 1px soild #D9D9D9;
    background-color: #F5F5F5;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

    .contract-details > .details > .detail {
        justify-content: space-evenly;
    }

    .contract-details > .details > .detail > .deet {
        font-weight: 600;
    }
    .contract-details > .details > .detail > span {
        width: 100%;
    }

    .favorite-expenses > .favourites > .favourite:last-child,
    .contract-details > .details > .detail:last-child {
        border-bottom: none;
    }

    .favorite-expenses > .favourites > .favourite {
        justify-content: space-between;
    }

    .favorite-expenses > .favourites > .favourite,
    .contract-details > .details > .detail {
        border-bottom: 1px solid #D9D9D9;
        padding: 10px 0px;
        display: flex;
    }

    .favorite-expenses > .favourites > .favourite > .loadfav-expense-btn {
        color: #eab246;
        font-size: 20px !important;
        cursor: pointer;
    }

        .favorite-expenses > .favourites > .favourite > .loadfav-expense-btn:hover {
            color: #c1933a !important;
        }


#main-expense-content {
  /*  padding-left: 30px;*/
}

/* Centered Add Expense Button */
.big-add-expense-btn {
    background-color: #3da2b1;
    color: #fff;
    border: none;
    display: flex;
    padding: 50px;
    flex-grow: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .big-add-expense-btn:hover {
        background-color: #328895; /* hover color */
    }

    .big-add-expense-btn > .icon {
        font-size: 20px;
        background-color: #003c5a;
        color: #ffffff;
        border-radius: 500px;
        height: 32px;
        width: 32px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .big-add-expense-btn > .text {
        font-size: 24px;
        font-weight: 800;
    }

/* Center the tables similarly */
/* Bootstrap’s table is full-width by default, so we wrap them in a container
       or directly add a max-width and auto margins. */
.centered-table {
    max-width: 800px; /* same as the button’s max-width */
    margin: 0 auto; /* center horizontally */
}

/* Hide tables on load (if desired) */
#processing-table,
#paid-table {
    display: none;
}

.favorite-expenses .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fdfdfe;
    border: 1px solid #ddd;
    font-size: 0.95rem;
}

    .favorite-expenses .list-group-item .badge {
        background-color: #ffc107;
        color: #333;
    }

.slide-form {
    position: fixed;
    top: 0;
    right: -500px; /* Hidden initially */
    width: 500px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

    .slide-form.open {
        right: 0;
    }

    .slide-form .btn {
        padding: 10px 25px;
        border: none;
    }

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .form-header h4 {
        margin: 0;
    }

#contestedMileage, #contestedMileage-edit {
    display: none; /* Hide by default */
}

div.dt-container select.dt-input {
    margin-right:8px;
}

.add-favourite-header-card {
    background-color: #3da2b1;
}