﻿/*#1f2d48  blue*/
/*#E8BB4C  oragne*/
/*#B7CAF1 light blue*/
/*#9CB897 light green*/

/* Ensure initial page background matches brand before app/styles hydrate */
html, body {
    background-color: #ffffff !important;
}

.w3-background {
    background-image: url('../../images/bluebackground.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1f2d48;
}

.w3-backgroundwrapper {
    background-image: url('../../images/bluebackground.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1f2d48;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.searchTerm {
    border: 3px solid #1f2d48;
}

.searchButton {
    border: 1px solid #1f2d48;
    background: #1f2d48;
}


.w3-table-f {
    /*border-bottom: 1px solid #1f2d48 !important*/
}

    .w3-table-f thead tr {
        font-weight: bolder;
        border-bottom: 1px solid #ccc !important;
        border-top: 1px solid #ccc !important;
    }

.checkmark {
    border: 1px solid #1f2d48;
}

.container input:checked ~ .checkmark {
    background-color: #1f2d48;
}

.radiomark {
    border: 1px solid #1f2d48;
}

.containerradio input:checked ~ .radiomark {
    box-shadow: 0 0 3pt 1pt #1f2d48;
}

    .containerradio input:checked ~ .radiomark:after {
        background-color: #1f2d48;
    }

img {
    display: block;
}

    img:has(+ .error) {
        display: none;
    }

.w3-input {
    border: 1px solid #1f2d48;
    color: #1f2d48;
    padding: 5px 3px;
    background-color: transparent;
    border-radius: 5px;
}

    .w3-input:focus {
        border: 1px solid #1f2d48;
    }

.w3-input-tiny {
    border: 1px solid #1f2d48;
    color: #1f2d48;
}

    .w3-input-tiny:focus {
        border: 1px solid #1f2d48;
    }

label {
    color: #1f2d48 !important;
}

.gauge-center {
    background: #1f2d48;
}

.needle {
    background: #1f2d48;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1f2d48 !important;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 22px;
    width: 22px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding: 8px 5px 8px 5px !important;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1f2d48;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1f2d48;
    }


.w3-theme-menu {
    color: #fff !important;
    /* background-color: #010f18 !important;*/
    background-color: #182338 !important;
}

.w3-theme-menushild {
    color: #fff !important;
    background-color: #0a293f !important
}

.w3-text-theme-menu {
    color: #010f18 !important;
}

.w3-text-theme-menushild {
    color: #0a293f !important;
}
/*table#table {
    border-spacing: 0 !important; #1f2d48
}*/
.w3-theme-light {
    color: #FFF !important;
    background-color: #23314B !important
}


.w3-theme {
    color: #fff !important;
    background-color: #1f2d48 !important
}

.w3-text-theme {
    color: #1f2d48 !important
}

.w3-border-theme {
    border-color: #1f2d48 !important
}

.w3-hover-text-theme:hover {
    color: #1f2d48 !important
}

.w3-hover-border-theme:hover {
    border-color: #1f2d48 !important
}

.w3-text-icon {
    color: #9CB897 !important
}


.w3-theme-dark {
    color: #fff !important;
    background-color: #9CB897 !important
}

.w3-text-theme-dark {
    color: #9CB897 !important
}

.w3-border-theme-dark {
    border-color: #9CB897 !important
}

.w3-hover-text-theme-dark:hover {
    color: #1f2d48 !important
}

.w3-hover-border-theme-dark:hover {
    border-color: #9CB897 !important
}



.w3-theme-action {
    color: #fff !important;
    background-color: #1f2d48 !important
}





.w3-text-theme-light {
    color: #2a3b5c !important
}

.onboarding-list-label {
    margin-bottom: 3px;
}
.pdf-viewer + canvas {
    max-height: 350px;
    width: auto;
}

.accordion-item {
    border: none !important;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}