﻿@font-face {
    font-family: 'futuraMed';
    src: url('../fonts/futuraMed.ttf') format('woff'), url('../fonts/futuraMed.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothic-webfont.woff2') format('woff2'), url('../fonts/gothic-webfont.woff') format('woff');
}

@media (prefers-color-scheme: light) {
    .oe-warning {
        background-color: #ffc107 !important;
        color: black !important
    }

    .oe-danger {
        color: white !important;
        background-color: var(--oered) !important;
        border-color: var(--oered) !important;
    }
}

@media (prefers-color-scheme: dark) {
    .requirementsOverlay {
        background-color: #333333 !important;
    }

    a:not(.oe-btn, .nav-link, :hover, .alert-info > a) { /* eslint claims unexpected character sequence but can be ignored */
        color: lightgrey !important;
    }

    body, .sidebar, .navbar-toggler, .navbar-toggler-icon /*, a:not(.oe-btn, .nav-link.active, :hover)*/ {
        background-color: #333333 !important;
        color: lightgrey !important;
        border-color: rgb(100, 100, 100) !important;
    }

    .oe-text-grey {
        color: darkgrey !important;
    }

    .oe-btn {
        color: white;
        background-color: var(--oeorangedarkmode) !important;
        border: 1px solid var(--oeorangedark) !important;
    }

    .oe-btn-outline {
        color: white !important;
    }

    input:not([type='button'],[type='submit']), select, textarea {
        border: 1px solid #555555 !important;
        background-color: rgb(100, 100, 100) !important;
        color: #faf9f8 !important;
    }

    .oe-dropdown-menu.show {
        border-bottom: 1px solid lightgrey !important;
    }

    .oe-table thead, .oe-table thead th, .oe-table tfoot td, .oe-heading {
        font-weight: normal !important;
        background-image: none !important;
        background-color: rgb(100, 100, 100) !important;
        color: lightgrey !important;
    }

    .oe-table tbody tr:not(.oe-table-buttons):hover {
        background-color: rgba(255, 255, 255, 0.175) !important;
    }

    .oe-text-greyhalfwash {
        color: darkgrey !important;
    }

    .oe-dropdown-toggle:hover, .oe-dropdown-toggle.active {
        background-color: var(--oeorangedarkmode) !important;
    }

    .dropdown-item:hover, .dropdown-item.active {
        background-color: var(--oebluedarkmode) !important;
        color: lightgrey;
    }

    .oe-dropdown-menu.show {
        background-color: #444444 !important;
    }

    .oe-us-background, .oe-de-background {
        color: lightgray;
    }

    .oe-us-background {
        background-image: linear-gradient(to right, rgba(51,51,51,0.7), rgba(51,51,51,1) 30%, rgba(51,51,51,1) 100%), url("/img/DbFlags/united_states_of_america_640.webp") !important;
    }

    .oe-de-background {
        background-image: linear-gradient(to right, rgba(51,51,51,0.7), rgba(51,51,51,1) 30%, rgba(51,51,51,1) 100%), linear-gradient(black, black 33%, orange 34%, orange 65%, red 66%, red 100%) !important;
    }

    #oe-search-result {
        background-color: black !important;
    }

    .oe-search-option:hover {
        background-color: var(--oeorangedarkmode) !important;
        color: white;
    }

    .oe-sidebar-control {
        background-color: var(--oebluedark) !important;
        background-image: none !important;
    }

    .nav-link:not(.active,:hover) {
        color: lightgray !important;
    }

    .oe-footer, .navbar /*, .nav-link:not(.active,:hover)*/, #oenav .nav-link, #nav-logo, #oenav .navbar-brand, #dbselector {
        background-color: black !important;
        color: rgb(100, 100, 100) !important;
    }

    .border-bottom, .border-top {
        border-color: rgb(100, 100, 100) !important;
    }

    .nav-tabs .nav-link {
        border-bottom: 1px solid rgb(100, 100, 100) !important;
    }

    .nav-tabs {
        border-bottom-color: rgb(100, 100, 100) !important;
    }

        .nav-tabs .nav-link.active {
            border-bottom-color: transparent !important;
            background-color: #555555;
            color: white;
        }

    .oe-muted {
        background-color: rgb(100, 100, 100) !important;
    }

    .progressbar li.active::before, .progressbar li.active.disabled::before {
        border-color: var(--oeorangedarkmode) !important;
        background-color: var(--oebluedarkmode) !important;
    }

    .progressbar li.active + li::after, .progressbar li.active.disabled + li::after {
        background-color: var(--oeorangedarkmode) !important;
    }

    .progressbar li.active, .progressbar li.active.disabled {
        color: var(--oeorangedarkmode) !important;
    }

    .oe-warning {
        background-color: #dba607 !important;
        color: black !important
    }

    .oe-danger {
        background-color: #A80000 !important;
        color: white !important;
        border-color: var(--oered) !important;
    }

    .oe-text-danger {
        color: #A80000 !important;
    }

    .modal-header.oe-bg-bluewash, .modal-footer.oe-bg-bluewash {
        background-color: var(--oebluedarkmode) !important;
    }

    .modal-body {
        background-color: #333333 !important;
        color: lightgrey !important;
    }

    #SidePanelEdge {
        background-color: var(--oeorangedarkmode) !important;
    }

        #SidePanelEdge:hover {
            background-color: var(--oebluedarkmode) !important;
        }

    #SidePanel {
        backdrop-filter: blur(5px);
        background-color: black !important;
    }

        #SidePanel #SidePanelContainer {
            background-color: #333333 !important;
            box-shadow: 0 0 3rem 3rem #333333 !important;
        }

    .oe-styling {
        color: lightgrey !important;
    }
}

@media only screen and (min-width: 768px) {
    .mobileTableMsg {
        display: none;
    }

    /*video {
        width: 640px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
*/
    .dropdown-menu {
        width: calc(100% - 2rem);
        margin: 0rem 1rem;
    }
}

/*#oenav{
    position:sticky;
}*/
#OeMobileUserMenu {
    padding-top: 1rem;
}

.oe-dropdown-menu {
    display: none;
}

    .oe-dropdown-menu.show {
        display: block;
        border-bottom: 1px solid var(--oeblue);
        background-color: var(--oeindustrialgreywash);
        padding-left: 1rem;
    }

.dropdown-menu.show {
    position: static !important;
    transform: none !important;
}

.oe-dropdown-toggle.active {
    background-color: var(--oeorange);
    color: white;
}

.oe-dropdown-toggle:hover {
    background-color: var(--oeorangewash);
}

.dropdown-item:hover {
    background-color: var(--oebluewash);
}

.dropdown-item.active {
    background-color: var(--oeblue);
    color: white;
}

/* General */
:root {
    --oeblue: #0047AE;
    --oebluedark: #00317A;
    --oebluedarkmode: #00378A;
    --oebluewash: rgba(0, 71, 174, 0.2);
    --oebluewashhover: rgba(0, 71, 174, 0.5);
    --oeorange: rgb(233,80,14); /*#FF7A00; old version*/
    --oeorangedark: #CC6300;
    --oeorangedarkmode: #C4430C;
    --oeorangewash: rgba(255, 90, 0, 0.2);
    --oefooter: #447790;
    --oegrey: #808080;
    --oeindustrialgrey: rgb(61, 75, 75); /*#3d4b4b*/
    --oeindustrialgreyhalfwash: rgba(61, 75, 75, 0.5);
    --oeindustrialgreywash: rgba(61, 75, 75, 0.2);
    --placeholder: #FF7A00;
    --oeheightfooter: 60px;
    --oeheightnav: 73.75px;
    --oewidthsidebar: 16.666667vw;
    --oered: rgb(204,0,0);
    --oeredwash: rgba(204,0,0,0.2);
    --oeredhalfwash: rgba(204,0,0,0.5);
    --oegreen: rgb(0,153,102);
    --oegreenwash: rgba(0,153,102,0.2);
    --table-header-height: 140px;
}

.navbar-brand img {
    max-height: calc(var(--oeheightnav) - 0.75rem);
}

.dropdown-area {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-area:focus, .dropdown-area:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
        cursor: pointer;
    }

tcxspan {
    text-decoration: none !important;
}

svg {
    pointer-events: none;
}
/*{
    border: 1px solid red;
}/**/

h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic";
}


/*All media types*/
/* 
START - elements relating to the requirements overlay on the login screen
*/

.requirementsOverlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    text-align: center;
}

.requirements-inner {
    margin: auto auto;
    vertical-align: middle;
}

#req-js-v, #req-browser-v, #req-3cx-v, #req-3cxactive-v {
    display: none;
    color: green;
}

#req-js-x {
    color: red;
}

#req-browser-x, #req-3cx-x, #req-3cxactive-x {
    display: none;
    color: red;
}

#req-3cx-install-edge, #req-3cx-install-chrome {
    display: none;
}

#req-mobile {
    display: none;
}
/*
END - elements relating to the requirements overlay on the login screen
*/
.oe-body {
    min-height: 100vh;
    /*overflow-y: auto;*/
    padding: 0 1rem;
}

.oe-muted {
    color: darkgrey;
    background-color: lightgray;
}

.oe-muted-icon {
    color: darkgrey;
}


.oe-btn-125 {
    min-width: 125px;
    float: right;
}

.oe-btn-125-nofloat {
    min-width: 125px;
}

.oe-btn, .oe-btn-outline.active {
    color: white;
    background-color: var(--oeorange);
    border: 1px solid var(--oeorangedark);
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .oe-btn.disabled, .oe-btn:disabled {
        opacity: .65;
    }
    /*    .oe-btn:disabled {
        background-color: var(--oeorangewash);
        border: 1px solid var(--oebluewash);
        color: var(--oebluewash);
    }*/

    .oe-btn.active {
        /*background-color: var(--oeorangedark);*/
        box-shadow: 0px 0px 5px inset;
    }

.oe-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}



.btn-group > .btn-group:not(:last-child) > .oe-btn, .btn-group > .oe-btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .oe-btn, .btn-group > .oe-btn:not(:first-child), .input-group-append.oe-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .oe-btn:not(:first-child), .input-group-prepend.oe-btn {
    margin-left: -1px;
}

.form-btn-group {
    display: flex;
}

.oe-btn-bluewash {
    color: var(--oeblue);
    background-color: var(--oebluewash);
    /*border: 1px solid var(--oeblue);*/
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .oe-btn-bluewash:hover {
        background-color: var(--oebluewashhover);
    }

.oe-btn-outline {
    color: var(--oeblue);
    border: 1px solid var(--oeblue);
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.oe-btn-disabled, .oe-btn-disabled:hover, oe-btn-disabled:focus {
    color: var(--oebluewash);
    background-color: var(--oeorangewash);
    outline: none !important;
}

.oe-btn-container {
    display: flex;
    justify-content: flex-end;
}

    .oe-btn-container > :not(:last-child) {
        margin-right: .25rem;
    }

.oe-btn-icon {
    padding: .375rem .375rem;
    line-height: 1;
}

.oe-btn-inline {
    margin-left: 0.5rem;
    padding: .375rem .375rem;
    line-height: 1;
    font-size: 0.5em;
}

.oe-twitter-button {
    background-color: rgb(29,161,242);
    color: white;
}

    .oe-twitter-button:hover {
        background-color: white;
        color: rgb(29,161,242);
        transition: 0.2s;
    }

.oe-linkedin-button {
    background-color: rgb(0,119,181);
    color: white;
}

    .oe-linkedin-button:hover {
        background-color: white;
        color: rgb(0,119,181);
        transition: 0.2s;
    }

.oe-btn-inverted {
    color: white;
    background-color: var(--oeblue);
    border: 1px solid var(--oebluedark);
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.oe-styling-rainbow {
    font-family: 'futuraMed';
    background-color: var(--oered);
    animation: pulse-rainbow 10s infinite;
}

@keyframes pulse-rainbow {
    100%,0% {
        background-color: var(--oered); /*rgb(255,0,0);*/
    }
    /*8% {
        background-color: rgb(255,127,0);
    }*/
    8% {
        background-color: var(--oeorange);
    }
    /*16% {
        background-color: rgb(255,255,0);
    }
    25% {
        background-color: rgb(127,255,0);
    }*/
    33% {
        background-color: var(--oegreen); /*rgb(0,255,0);*/
    }
    /*41% {
        background-color: rgb(0,255,127);
    }
    50% {
        background-color: rgb(0,255,255);
    }
    58% {
        background-color: rgb(0,127,255);
    }*/
    66% {
        background-color: var(--oeblue); /*rgb(0,0,255);*/
    }
    /*75% {
        background-color: rgb(127,0,255);
    }
    83% {
        background-color: rgb(255,0,255);
    }
    91% {
        background-color: rgb(255,0,127);
    }*/
}


.pulse {
    background: rgba(233,80,14, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

.pulse-orange {
    border-color: var(--oeorange) !important;
    background: rgba(233,80,14, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

.pulse-red {
    border-color: var(--oered) !important;
    background: rgba(204,0,0, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-red 1s infinite;
}

.pulse-green {
    border-color: var(--oegreen) !important;
    background: rgba(0,153,102, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-green 3s infinite;
}

@keyframes pulse-green {
    0% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(0,153,102, 0.7);
    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgba(0,153,102, 0);
    }

    100% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(0,153,102, 0);
    }
}


@keyframes pulse-orange {
    0% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(233,80,14, 0.7);
    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgba(233,80,14, 0);
    }

    100% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(233,80,14, 0);
    }
}

@keyframes pulse-red {
    0% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(204,0,0, 0.7);
    }

    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 10px rgba(204,0,0,0);
    }

    100% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(204,0,0, 0);
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 14px;
        font-family: "Century Gothic", Geneva, Verdana, sans-serif;
        position: relative;
        min-height: 100%;
    }

    body {
        min-height: 100vh;
        color: var(--oeblue);
    }

    a {
        color: var(--oeblue);
    }


    #oeOutboundEmail, #oeOutboundCall {
        display: none;
    }


    .callcheckbox :not(#TimeSensitive) {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

    /* override for feather icons*/
    .feather-16 {
        width: 16px;
        height: 16px;
    }
    /*override for bootstrap modal height*/
    .oe-modal-body {
        height: 75vh;
        overflow-y: auto;
    }

    .carousel-inner img {
        margin: auto;
    }

    .oe-carousel-caption {
        background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.4), rgba(0,0,0,0), rgba(0,0,0,0));
        width: 100%;
        position: absolute;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    #xml {
        height: 100%;
    }

    /*.popover {
        border: 1px solid red;
    }*/

    /*.arrow::before {
        border-bottom-color: red !important;
    }*/

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: var(--placeholder);
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: var(--placeholder);
        opacity: 1;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: var(--placeholder);
        opacity: 1;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--placeholder);
    }

    /*::-ms-input-placeholder { /* Microsoft Edge *
        color: var(--placeholder);
    }

    input::placeholder { /* Most modern browsers support this now. *
        color: var(--placeholder) !important;
        opacity: 0.5 !important;
    }*/

    .oe-warnings {
        position: absolute;
        bottom: 150px;
    }

    .oe-bg-bluewash {
        background-color: var(--oebluewash) !important;
    }

    .oe-bg-orangewash {
        background-color: var(--oeorangewash) !important;
    }

    .text-clear {
        color: transparent;
    }

    .oe-subcontainer {
        background-color: var(--oeorangewash);
        border-radius: .25rem;
        border: 1px solid var(--oeblue);
        padding: 0.5rem;
        margin: 0.5rem 0rem;
    }

    .oe-subcontainer-blue {
        background-color: var(--oebluewash);
        border-radius: .25rem;
        border: 1px solid var(--oeblue);
        padding: 0.5rem;
        margin: 0.5rem 0rem;
    }

    .oe-border-blue {
        border-radius: .25rem;
        border: 1px solid var(--oeblue);
    }

    .oe-bdr-bottom {
        border-bottom: 1px solid var(--oeblue);
        margin-bottom: 0.5rem;
    }

    .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);
    }
    /* Navigation */
    .navbar {
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
        color: var(--oeblue);
        background-color: white;
        border-bottom: 2px solid grey;
    }

    .nav-link {
        text-wrap: nowrap;
        overflow: hidden;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: var(--oeblue);
        background-color: var(--oeorange);
        border-color: #1861ac;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }
    /*
START - Sidebar and menu open/close options 
*/
    #oeOutboundContainer {
        background-color: white;
    }


    .oe-details-open {
        width: 58.333333%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        /*max-width: 58.333333%;*/
        transition: width 1s, flex 1s;
    }

    .oe-details-closed {
        width: 100%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        /*max-width: 100%;*/
        transition: width 1s, flex 1s;
    }

    .oe-outbound-container-open {
        width: 41.666667%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: hidden;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        /*max-width: 41.666667%;*/
        border-left: 1px solid var(--oeblue);
        transition: width 1s, padding 1s, flex 1s;
    }

    .oe-outbound-container-closed {
        width: 0%;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        /*max-width: 0%;*/
        border-left: none;
        transition: width 1s, padding 1s, flex 1s;
    }

    .oe-body-wsidebar-closed {
        width: calc(100% - 1.5rem);
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 40px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: width 1s, height 1s, padding 1s;
    }

    .oe-body-wsidebar-open {
        width: 100%;
        /*height: 100vh;*/
        /*overflow:auto;*/
        position: relative;
        padding-top: calc(15px + var(--oeheightnav));
        padding-left: calc(15px + var(--oewidthsidebar));
        padding-bottom: calc(15px + var(--oeheightfooter));
        padding-right: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: width 1s, height 1s, padding 1s;
    }

    .oe-footer-sidebar-open {
        height: var(--oeheightfooter);
    }

    .oe-nav-sidebar-open {
        height: var(--oeheightnav);
    }

    .oe-nav-sidebar-open, .oe-footer-sidebar-open {
        overflow: visible;
        transition: height 1s, display 1s;
    }

    .oe-nav-sidebar-closed, .oe-footer-sidebar-closed {
        overflow: hidden;
        height: 0;
        transition: height 1s, padding 1s;
        padding: 0;
    }

    .oe-sidebar-control-mobile {
        display: none;
    }

    .oe-sidebar-open {
        padding-top: var(--oeheightnav);
        padding-bottom: var(--oeheightfooter);
        /*height: calc(100vh - var(--oeheightfooter) - var(--oeheightnav)); /*137px); /*should be set to the height of nav + footer*/
        width: var(--oewidthsidebar);
        max-width: var(--oewidthsidebar);
        transition: width 1s, height 1s, padding 1s;
    }

    .oe-sidebar-closed {
        width: 1.5rem;
        /*height: 100%;*/
        padding: 0;
        overflow: hidden;
        transition: width 1s, height 1s, padding 1s;
    }

    .oe-sidebar-control {
        /*position:absolute;
        top: var(--oeheightnav);
        left: var(--oewidthsidebar);*/
        width: 1.5rem;
        font-size: 1.5rem;
        background-color: var(--oeblue);
        background-image: linear-gradient(to right, var(--oebluedark), 25%, var(--oeblue));
        color: var(--oeorange);
        border-right: 1px solid var(--oebluedark);
        box-shadow: 0.25rem 0 0.75rem 0 rgba(0, 0, 0, .05);
    }

    .sidebar > div {
        height: 100%;
    }

    .sidebar {
        z-index: 999;
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .sidebar-sticky {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }

    .oe-footer {
        position: sticky;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
        color: white;
        background-color: var(--oefooter);
        z-index: 1030;
    }

    /* Forms */
    .form-signin {
        width: 100%;
        max-width: 330px;
        padding: 15px;
        margin: auto auto;
    }

        .form-signin .checkbox {
            font-weight: 400;
        }

        .form-signin .form-control {
            position: relative;
            box-sizing: border-box;
            height: auto;
            padding: 10px;
            font-size: 16px;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

        .form-signin input[type="email"] {
            margin-bottom: -1px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    #contactdropdown {
        padding: .375rem .75rem;
        /*   border-color: var(--oeblue);*/
    }
    /* OE Specific CSS*/
    .oe-test {
        display: none;
    }

    .oe-content {
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .oe-debug {
        margin: 15px;
        padding: 15px;
        border: 1px solid var(--oeblue);
        border-radius: 5px;
        background-color: var(--oeorange);
        max-width: 100%;
    }

    .oe-debug-table {
        width: 100%;
        max-width: 100%;
        table-layout: fixed;
        font-size: smaller;
    }

        .oe-debug-table tbody tr {
            border-bottom: 1px solid var(--oeblue);
        }

            .oe-debug-table tbody tr td {
                max-width: 50%;
                overflow-wrap: break-word;
                word-wrap: break-word;
            }

    .oe-img-lg {
        max-height: 50vh;
        max-width: 100%;
    }

    .oe-orderhead {
        color: white;
        background-color: var(--oefooter);
        border: 1px solid red;
    }

    .oe-orderbody {
        border: 1px solid green;
    }

    .oe-vertical-center {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    #oeOutboundCall {
        width: 100%;
        overflow-y: auto;
    }

    .oe-progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: var(--oeorange);
        transition: width .6s ease;
    }

    .oe-form-group {
        /*border-bottom: 1px solid var(--oeblue);*/
        padding-bottom: 5px;
    }

    .oe-formError {
        color: #495057;
        background-color: rgba(255,0,0,.05) !important;
        border-color: red !important;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25) !important;
    }
    /*Loading spinner*/
    .oe-loader-container {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999;
        max-width: 100%;
    }

    .oe-ripple-danger {
        color: white;
        background-color: red;
    }

    .oe-ripple-tip {
        color: var(--oeblue);
        background-color: lightblue;
    }

    .oe-ripple-container {
        background-color: var(--oeorange);
        color: var(--oeblue);
    }

    .oe-ripple-success {
        background-color: lightgreen;
        color: darkgreen;
    }

    .oe-ripple-container, .oe-ripple-danger, .oe-ripple-success, .oe-ripple-tip {
        display: none;
        right: 0;
        margin: 15px;
        padding: 5px 15px;
        border-radius: 5px;
        min-width: 300px;
        height: 47px;
        line-height: 40px;
    }

    .btn-loader {
        height: 37px;
        width: 100px;
        float: right;
        line-height: 34px;
        margin: 0 5px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .loaderText, .dangerText, .successText {
        display: inline-block;
        float: left;
    }

    .oe-ripple {
        float: right;
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
    }

        .oe-ripple div {
            position: absolute;
            border: 2px solid var(--oeblue);
            opacity: 1;
            border-radius: 50%;
            animation: oe-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        }

            .oe-ripple div:nth-child(2) {
                animation-delay: -0.5s;
            }

    @keyframes oe-ripple {
        0% {
            top: 18px;
            left: 18px;
            width: 0;
            height: 0;
            opacity: 1;
        }

        100% {
            top: 0px;
            left: 0px;
            width: 36px;
            height: 36px;
            opacity: 0;
        }
    }

    @keyframes delay-overflow {
        from {
            overflow: hidden;
        }
    }

    .oe-btn-test {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
        border: 1px solid;
        /*background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;*/
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        width: 150px;
        height: 50px;
        margin: 0.75rem;
        box-shadow: -0.1rem -0.1rem 0.25rem 0.1rem rgba(0,0,0,0.5) inset, 0.1rem 0.1rem 0.25rem 0.1rem rgba(255,255,255,0.5) inset;
    }

        .oe-btn-test:hover {
            box-shadow: -0.1rem -0.1rem 0.25rem 0.1rem rgba(255,255,255,0.5) inset, 0.1rem 0.1rem 0.25rem 0.1rem rgba(0,0,0,0.5) inset;
        }

    .oe-btn-1 {
        color: var(--oeblue);
        background-color: var(--oeorange);
        border-color: var(--oeblue);
    }

        .oe-btn-1:hover {
            color: black;
        }

    .oe-btn-2 {
        color: var(--oeorange);
        background-color: var(--oeblue);
        border-color: var(--oeorange);
    }

        .oe-btn-2:hover {
            color: black;
        }


    .oe-btn-3 {
        color: var(--oeblue);
        background-color: var(--oeorange);
        border-color: var(--oeblue);
        background-image: linear-gradient(var(--oeorange),var(--oeorange),var(--oeorange),var(--oeorangedark));
        transition: background-image 5s ease-in-out;
    }

        .oe-btn-3:hover {
            background-image: linear-gradient(var(--oeorangedark),var(--oeorange),var(--oeorange),var(--oeorange));
            transition: background-image 5s ease-in-out;
        }

    .oe-btn-4 {
        color: var(--oeorange);
        background-color: var(--oeblue);
        border-color: var(--oeorange);
        background-image: linear-gradient(var(--oeblue),var(--oebluedark));
    }

        .oe-btn-4:hover {
            background-image: linear-gradient(var(--oebluedark),var(--oeblue));
        }

    .oe-btn-green {
        color: white;
        background-color: green;
        border-color: var(--oeblue);
        background-image: linear-gradient(darkgreen, green, green, green);
    }

        .oe-btn-green:hover {
            background-image: linear-gradient(green, green, green, darkgreen);
        }

    .oe-btn-red {
        color: white;
        background-color: red;
        border-color: var(--oeblue);
        background-image: linear-gradient(darkred, red, red, red);
    }

        .oe-btn-red:hover {
            background-image: linear-gradient(red, red, red, darkred);
        }
}

.oe-min {
    min-width: 450px;
}

.oe-pad-75 {
    padding: .25rem .75rem;
}
/* Tables */
.oe-table-container {
    /*height: calc(100vh - 260px);*/
    max-height: calc(100vh - var(--oeheightfooter) - var(--oeheightnav));
    /*max-height: 100vh;*/
    width: 100%;
    overflow-y: auto;
}

.oe-table-col {
    max-width: 100%;
    position: relative;
}

.oe-table-row {
    /*display: flex;
    flex-wrap: wrap;*/
    width: 100%;
}

.oe-opps-table-container {
    height: 100vh;
    width: 100%;
    overflow: auto;
}

.oe-table-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.oe-table-nowrap-50 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    text-align: center;
}

#View2 thead tr th {
    white-space: normal;
}

.oe-table {
    /*table-layout: fixed;*/
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 1rem;
}

    .oe-table thead {
        line-height: 1.9em;
        background-color: var(--oeindustrialgreywash);
    }

.oe-table-sortable thead th, .oe-table-filtered thead th {
    padding-left: 1.75em;
}

.oe-table-nofilter {
}

.oe-heading {
    font-weight: bold;
    border-top: 1px solid var(--oeorange);
    border-bottom: 1px solid var(--oeorange);
    background-image: linear-gradient(#ccc,#ccc,#ccc,#ccc,#ccc,var(--oeindustrialgreyhalfwash));
    color: black;
}

.oe-table th {
    position: sticky;
    top: 0;
    font-weight: bold;
    border-top: 1px solid var(--oeorange);
    border-bottom: 1px solid var(--oeorange);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    /*background-color: #ccc*/ /*var(--oeindustrialgreywash)*/ /*;*/
    background-image: linear-gradient(#ccc,#ccc,#ccc,#ccc,#ccc,var(--oeindustrialgreyhalfwash));
    color: black;
    white-space: nowrap;
    z-index: 99;
}

.oe-table td {
    padding: .25rem .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.oe-table tr {
    display: table-row;
}

.oe-table-subheading {
    background-color: var(--oebluewash) !important;
    font-size: 1.5rem;
}

.oe-table-buttons {
    text-align: center;
    vertical-align: middle;
}

    .oe-table-buttons td {
        border-top: 1px solid var(--oeorange);
        border-bottom: 1px solid var(--oeorange) !important;
        background-color: var(--oeindustrialgreywash) !important;
    }

.oe-table-narrow td {
    line-height: normal;
    padding: .1rem .1rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.oe-table-narrow.align-top td {
    vertical-align: top !important;
}

.oe-table tbody tr:nth-of-type(odd):not(.alert-warning, .oe-muted) {
    opacity: 0.8;
    /*background-color: rgba(0, 0, 0, 0.05);*/
}

.oe-table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6
}

.oe-table tbody tr:not(.oe-table-buttons):hover {
    /*color: #212529;*/
    background-color: rgba(0, 0, 0, 0.175);
}

.oe-table tfoot td {
    font-weight: bold;
    border-top: 1px solid var(--oeorange);
    border-bottom: 1px solid var(--oeorange);
    background-color: var(--oeindustrialgreywash);
    padding: .25rem .75rem;
    color: black;
}

.oe-table-verticalHeader {
    --table-border-width: 1px;
    height: var(--table-header-height);
    white-space: nowrap;
    padding: 0;
    background-color: transparent !important;
    width: 2.5rem;
}

    .oe-table-verticalHeader:last-of-type {
        padding-left: 10rem;
    }

    .oe-table-verticalHeader > div {
        position: absolute;
        bottom: 0;
        left: -2.5rem;
        text-align: left;
        transform: translate(calc(100% - var(--table-border-width) / 2), var(--table-border-width)) rotate(315deg);
        transform-origin: 0% calc(50% - var(--table-border-width));
        width: 100%;
    }

        .oe-table-verticalHeader > div > span {
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid var(--oeorange);
            width: calc(var(--table-header-height) * 1.4);
        }

    .oe-table-verticalHeader > .oe-filter, .oe-filter-active {
        bottom: 0;
        top: unset;
    }

.oe-table-verticalHeader-end {
    min-width: calc(var(--table-header-height) * 0.4);
    background-color: transparent !important;
}

.oe-table-verticalCell {
    min-width: 5rem;
}
/*.oe-table-verticalHeader > label {
        margin-left: 2.1rem;
    }*/

#bpTable, #CntTable, #contactDatatable {
    width: 100%;
}

/*#bpTable td, #CntTable td, #contactDatatable td {
        line-height: 34px;
    }*/

.table-container {
    height: calc(100vh - 260px); /*should be set to the height of nav + footer + title(x2)*/
    overflow: auto;
}


#sales {
    overflow-x: auto;
}

#quotes, #invoices, #complaints {
    overflow-x: auto;
}

.oe-icon-offset {
    position: relative;
    left: -1.3em;
}

.oe-icon-container {
    min-width: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

    .oe-icon-container .btn {
        margin-bottom: 0;
    }

#oe-search-advanced {
    width: 100%;
}

#oe-search-adv-result {
    display: none;
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: auto;
}

#oe-search-container {
    width: 100%;
}

#oe-search-quick {
    height: 2em;
    width: 50vw;
    max-width: 80vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--oeblue);
}

#oe-search {
    width: 100%;
    border: 1px solid var(--oeblue);
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

#oe-search-result {
    border-left: 1px solid var(--oeblue);
    border-right: 1px solid var(--oeblue);
    border-bottom: 1px solid var(--oeblue);
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    padding: 0.5em 0;
    text-decoration: none;
    display: none;
    position: relative;
    top: -5px;
    background-color: white;
    width: 100%;
    z-index: 999;
}

    #oe-search-result ul {
        padding: 0;
        margin: 0;
    }

        #oe-search-result ul li {
            padding: 0 1em;
            text-decoration: none;
            list-style: none;
        }

.oe-search-option:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.oe-search-selected {
    background-color: var(--oebluewash);
}

.oe-sort, .oe-filter, .oe-filter-active {
    border-radius: 2px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.25em;
    vertical-align: middle;
    text-align: center;
    position: absolute;
}

.oe-sort, .oe-filter {
    border: 1px solid var(--oeindustrialgreyhalfwash);
    background-color: var(--oeindustrialgreywash);
    color: white;
}

    .oe-filter:hover {
        border: 1px solid var(--oeindustrialgrey);
    }

.oe-filter-active {
    border: 1px solid var(--oebluedark);
    background-color: var(--oeblue);
    color: white;
}

.oe-sort {
    top: 0;
    left: 0;
}

.oe-filter, .oe-filter-active {
    top: calc(50% - 0.75em);
    left: 0;
}

#filterOptions {
    background-color: white;
    border: 1px solid var(--oeblue);
    border-radius: 3px;
    color: var(--oeblue);
    padding: .325rem;
    z-index: 9999;
}

#filterMenu {
    border-bottom: 1px solid lightgray;
    margin-bottom: 5px;
}

    #filterMenu ul {
        padding: 0px 1px;
        margin-bottom: 5px;
    }

    #filterMenu li {
        padding: 1px 5px;
        display: block;
        text-decoration: none;
    }

        #filterMenu li:hover {
            background-color: lightgray;
        }

.oe-disabled-container {
    position: relative;
}

.oe-disabled-tr {
    background-color: darkgrey;
    color: black;
    transition: opacity .5s ease-in-out;
    opacity: 0.5;
}

.oe-disabled {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background-color: grey;
    color: white;
    transition: opacity .5s ease-in-out;
}

    .oe-disabled-tr:hover, .oe-disabled:hover {
        opacity: 0.7;
        transition: opacity .5s ease-in-out;
    }

.oe-transactions table tbody tr td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#charts {
    /*height: 15rem;*/
}

.dashboard-container {
    position: relative;
    max-width: 70vw;
}

    .dashboard-container canvas {
        /*width: 400px;*/
        height: 400px;
    }

#chart-container {
    flex-wrap: wrap;
}

.chart-container {
    position: relative;
    max-height: 15rem;
    max-width: 30rem;
}

.underline:not(:last-child) {
    display: block;
    border-bottom: 1px solid grey;
}

.tooltip-inner {
    max-width: 50vw;
    text-align: left;
}

#competitorsTable tbody td:nth-child(4),
#competitorsTable thead th:nth-child(4),
#competitorsTable tbody td:nth-child(5),
#competitorsTable thead th:nth-child(5),
#competitorsTable tbody tr:last-child,
#partnersTable tbody td:nth-child(4),
#partnersTable thead th:nth-child(4),
#partnersTable tbody tr:last-child,
#oppInterestsTable tbody tr:last-child,
#oppInterestsTable thead th:nth-child(3),
#oppInterestsTable tbody td:nth-child(3),
#closeTable thead th:nth-child(3),
#closeTable tbody td:nth-child(3),
#closeTable tbody tr:last-child {
    text-align: center;
    vertical-align: middle;
}

.progress-container {
    width: 600px;
    margin: 0 auto;
}

.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 20%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li::before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 26px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li::after {
            width: calc(100% - 30px);
            height: 4px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 13px;
            left: calc(15px - 50%);
        }

        .progressbar li:first-child::after {
            content: none;
        }

        .progressbar li.active {
            color: var(--oeblue);
        }


            .progressbar li.active::before {
                border-color: var(--oeblue);
                background-color: var(--oeorange);
                box-shadow: .25rem .25rem .5rem 0 rgba(0, 0, 0, .5);
            }

            .progressbar li.active + li::after {
                background-color: var(--oeblue);
                box-shadow: .25rem .25rem .5rem 0 rgba(0, 0, 0, .5);
            }

            .progressbar li.active.disabled {
                color: var(--oeblue);
                opacity: .65;
            }

                .progressbar li.active.disabled::before {
                    border-color: var(--oeblue);
                    background-color: var(--oeorange);
                    box-shadow: .25rem .25rem .5rem 0 rgba(0, 0, 0, .5);
                    opacity: .65;
                }

                .progressbar li.active.disabled + li::after {
                    background-color: var(--oeblue);
                    box-shadow: .25rem .25rem .5rem 0 rgba(0, 0, 0, .5);
                    opacity: .65;
                }

#oeOutboundEmail, #oeOutboundCall {
    display: none;
}

#dashboardTabs a.active {
    background-color: var(--oeorange);
    color: var(--oeblue);
}

#dashboardTabs a:not(.active) {
    color: #495057;
    background-color: var(--oeorangewash);
    border-color: #dee2e6 #dee2e6 #fff;
}

.range-labels {
    list-style: none;
    position: relative;
    left: -0.25rem;
    width: calc(100% + 0.5rem);
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

    .range-labels li {
        position: relative;
        float: left;
        width: 1.5rem;
        text-align: center;
    }

.projectgroup {
    border: 1px solid var(--oebluewash);
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: var(--oebluewash);
    position: relative;
}

#quickConfirm {
    display: none;
}

.quickOppEdit, .qOppEdit {
    width: 150px;
}

.oe-uline {
    text-decoration: underline;
}

.stripes {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.nostripes {
    background-color: none !important;
}

#userFlag {
    position: absolute;
    top: calc(var(--oeheightnav) / 4);
    left: calc(var(--oeheightnav) / 4);
    height: calc(var(--oeheightnav) / 2);
}

.mob-show {
    display: none;
}

.mob-hide {
    display: block;
}

#colleagueButton {
    position: absolute;
    bottom: 1rem;
}

.transGrid {
    display: flex;
}

.transGridCell {
    margin: 1rem;
    padding: 1rem;
    font-size: large;
    font-weight: bold;
    border: 1px solid var(--oebluedark);
    background-color: var(--oebluewash);
    color: var(--oeorange);
    text-align: center;
}

#search-newbp-inner {
    text-align: center;
    /*position: absolute;*/
}

#raForm {
    background-color: var(--oeorangewash);
    border: 1px solid var(--oeblue);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.ra-hide {
    display: none !important;
}

.ra-show {
    display: block !important;
}

#deleteActivity, .modalWideBtn {
    margin-top: 1rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#phaseSelection {
    overflow: auto;
}

.form-check-override {
    padding: .375rem .75rem;
    position: absolute;
    bottom: 0;
}

.gordon-btn {
    width: 33%;
    display: block;
    margin: 0.5rem auto;
}

#context-menu {
    position: absolute;
    border: 1px solid var(--oeblue);
    border-radius: 0.5rem;
    z-index: 9999;
    width: 15rem;
}

.context-menu-hide {
    position: static!important;
    opacity: 0;
}

.context-menu-show {
    opacity: 1;
}

#context-title {
    background-color: var(--oeblue);
    color: var(--oeorange);
    padding: 0.5rem;
    text-align: center;
}

#context-body {
    background-color: white;
}
    /*#context-identifier {
    background-color: lightgrey;
    padding: 0.5rem;
    border-bottom: 1px solid var(--oeblue);
}*/
    #context-body ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #context-body li {
        padding: 0.5rem;
    }

    #context-body ul li:hover {
        background-color: var(--oebluewash);
    }
/*.gordon-green, .oe-subcontainer input, .oe-subcontainer textarea, .oe-subcontainer select {
    border: 1px solid black;
    background-color: rgb(146,208,80);
    border-radius: 0px;
    margin: 0px;
    color: black;
    width: 100%;
}

    .gordon-blue, .oe-subcontainer input:read-only, .oe-subcontainer textarea:read-only {
        border: 1px solid black;
        background-color: rgb(180,198,231);
        border-radius: 0px;
        margin: 0px;
        color: black;
        width: 100%;
    }

.gordon-grey, .oe-subcontainer label {
    border: 1px solid black;
    background-color: rgb(217,217,217);
    border-radius: 0px;
    margin: 0px;
    color: black;
    width: 100%;
}

.oe-subcontainer .col-6, .oe-subcontainer .form-group {
    margin: 0!important;
    padding: 0!important;
}*/
.oe-button-group {
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
    margin: 0 0 0.5rem 0 !important;
    width: 100%;
}

    .oe-button-group button {
        flex-basis: auto;
        margin: 0.25rem;
    }

.oe-button-group-stacked {
    display: flex;
    flex-direction: column;
}

    .oe-button-group-stacked button:not(:last-child) {
        flex-basis: auto;
        margin-bottom: 0.25rem;
    }

#BPdropdownMenu::after {
    content: none !important;
}

#oe-player {
    display: none;
}

.showPwd {
    transition: background-color 0.5s;
}

    .showPwd:hover {
        background-color: white;
    }

.oe-dashboard-tile-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.oe-dashboard-tile {
    color: var(--oebluedark);
    background-color: var(--oeorangewash);
    border: 1px solid var(--oebluedark);
    border-radius: 1rem;
    /*width: 20rem;
    height: 10rem;*/
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    /*min-width: 20%;*/
}

.oe-us-background {
    background-image: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%), url("/img/DbFlags/united_states_of_america_640.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, left;
    background-position-x: -15%;
    background-position-y: 34%;
    border-radius: 0.5rem;
    height: 4.15rem;
    padding: 1.2rem;
}

.oe-de-background {
    background-image: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%), linear-gradient(black, black 33%, orange 34%, orange 65%, red 66%, red 100%);
    background-repeat: no-repeat, no-repeat;
    border-radius: 0.5rem;
    height: 4.15rem;
    padding: 1.2rem;
}

.w-15 {
    width: 15%;
}

.w-1-1 {
    width: calc(100% / 1) !important;
}

.w-1-2 {
    width: calc(100% / 2) !important;
}

.w-1-3 {
    width: calc(100% / 3) !important;
}

.w-1-4 {
    width: calc(100% / 4) !important;
}

.w-1-5 {
    width: calc(100% / 5) !important;
}

.w-1-6 {
    width: calc(100% / 6) !important;
}

.w-1-7 {
    width: calc(100% / 7) !important;
}

.w-1-8 {
    width: calc(100% / 8) !important;
}

.w-1-9 {
    width: calc(100% / 9) !important;
}

.w-1-10 {
    width: calc(100% / 10) !important;
}

oe-h-50vh {
    height: 50vh;
}

.oe-dashboard-chart {
    display: block;
    width: 390px;
    height: 195px;
}

#dbselector {
    border: 1px solid var(--oebluedark);
    border-radius: 1rem;
    background-color: white;
    float: left;
    position: absolute;
    top: calc(var(--oeheightnav) / 4);
    left: calc(var(--oeheightnav));
    transition: ease-in-out;
}

    #dbselector img {
        height: calc(var(--oeheightnav) / 2);
    }

.oe-h1 {
    font-weight: bold;
    font-family: 'futuraMed';
    font-size: 5rem;
    color: var(--oeorange);
    text-transform: lowercase;
}

.oe-h1-white {
    font-weight: bold;
    font-family: 'futuraMed';
    font-size: 5rem;
    color: white;
    text-transform: lowercase;
}

.oe-h2 {
    font-weight: bold;
    font-family: 'futuraMed';
    color: var(--oeorange);
    text-transform: uppercase;
}

.oe-styling {
    font-family: 'futuraMed';
    color: var(--oeindustrialgrey);
}

    .oe-styling li {
        list-style-type: none;
    }

.oe-styling-orange {
    font-family: 'futuraMed';
    background-color: var(--oeorange);
}

.oe-styling-red {
    font-family: 'futuraMed';
    background-color: var(--oered);
}

.oe-styling-blue {
    font-family: 'futuraMed';
    background-color: var(--oeblue);
}

.oe-logo {
    max-width: 100vw;
}

.search-create-newbp {
    display: block;
}


#ICPAmend tbody tr td {
    vertical-align: middle;
}

.oe-primary {
    color: white !important;
    background-color: var(--oeblue) !important;
    border-color: var(--oeblue) !important;
}

.oe-secondary {
    color: white !important;
    background-color: var(--oeorange) !important;
    border-color: var(--oeorange) !important;
}

.oe-danger-light {
    color: var(--oered) !important;
    background-color: var(--oeredwash) !important;
    border-color: var(--oered) !important;
}



.oe-success {
    color: var(--oegreen) !important;
    background-color: var(--oegreenwash) !important;
    border-color: var(--oegreen) !important;
}

.oe-text-success {
    color: var(--oegreen) !important;
}

.oe-text-warning {
    color: var(--oeorange) !important;
}

.oe-menu-controller {
    position: static;
    top: 0px;
    left: 0px;
    width: calc(100% - 0.4rem);
    margin: 0rem 0.2rem;
}

.loader {
    border: 0.5rem solid var(--oebluedark);
    border-top: 0.5rem solid var(--oeorange);
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.oe-text-grey {
    color: var(--oeindustrialgrey);
}

.oe-text-greywash {
    color: var(--oeindustrialgreywash);
}

.oe-text-greyhalfwash {
    color: var(--oeindustrialgreyhalfwash);
}

#WaitLoaderContainer {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background-color: var(--oebluewash);
    justify-content: center;
    z-index: 9999;
}

    #WaitLoaderContainer.wait-loader-opaque {
        background-color: white;
    }

.wait-loader {
    border: solid var(--oeblue); /* Light grey */
    border-top: 16px solid var(--oeorange); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-self: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.oe-wiring {
    max-width: 100%;
}

#CameraInputOverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    max-height: 50vh;
    width: 100vw;
    background-color: var(--oeindustrialgrey);
    justify-content: center;
    z-index: 9999;
    border: 1px solid var(--oeorange);
}

#CameraInnerContainer {
    width: 100vw;
    align-self: center;
}

#CameraControls {
    display: flex;
    flex-direction: row-reverse;
    width: 100vw;
    height: 5vh;
    background-color: white;
}

    #CameraControls button {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1.5rem;
        margin-right: 1.5rem;
    }
/*#CameraInput {
        position: absolute;
    }*/

#CameraInput > video, #CameraInput > canvas {
    max-width: 100vw;
    width: 100vw;
    max-height: 40vh;
}

    #CameraInput > canvas.drawing, #CameraInput > canvas.drawingBuffer {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.oe-imgcontainer {
    width: 100%;
    max-width: 100%;
}

.oe-imgcontrols {
    position: relative;
    left: 0;
    top: 0;
}

.oe-doc-nav-text {
    align-self: center;
    padding: 0 1rem;
}

.oe-doc-search {
    padding-right: 30px;
}

.oe-doc-search-close {
    position: relative;
    align-self: center;
    left: -15px;
    color: var(--oeindustrialgrey);
}

.btn-toolbar {
    margin-bottom: 1rem;
}

a.oe-btn {
    text-decoration: none;
}

    a.oe-btn:hover {
        color: black;
    }

#SidePanelEdge {
    height: 100%;
    width: 0.25rem;
    margin-right: 0.25rem;
    background-color: var(--oeblue);
    z-index: 9999;
}

    #SidePanelEdge:hover {
        height: 100%;
        width: 0.5rem;
        margin-right: 0rem;
        background-color: var(--oeorange);
        z-index: 9999;
        transition: all linear 0.1s;
        cursor: col-resize;
    }



#SidePanel {
    backdrop-filter: blur(5px);
    margin-left: 5px;
    width: 50%; /*remove after testing*/
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: var(--oeindustrialgreywash);
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: var(--oeheightnav);
    padding-bottom: var(--oeheightfooter);
    transition: 0.5s;
    display: flex;
}

    #SidePanel.shown {
        width: 50%;
    }

    #SidePanel.hidden {
        width: 0;
    }

    #SidePanel .closebtn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 36px;
    }

        #SidePanel .closebtn:hover {
            cursor: pointer;
        }

    #SidePanel #SidePanelContainer {
        overflow-y: auto;
        background-color: white;
        box-shadow: 0 0 3rem 3rem white;
        margin: 2rem 1rem 2rem 4rem;
        max-width: 100%;
        height: calc(100% - 4rem);
        max-height: 100%;
        position: relative;
        padding-top: 2.5rem;
        flex-grow: 1;
    }

.sidePanelTableContainer {
    max-height: 50vh;
    overflow: auto;
    margin-bottom: 1rem;
}

.oe-pdf-tile {
    cursor: pointer;
}

.oe-pdf-tile, .oe-consolidation-tile {
    margin: 0 2rem 1rem 2rem;
    border: 1px solid var(--oeindustrialgrey);
    border-radius: 0.25rem;
    padding: 0.5rem;
}

    .oe-pdf-tile:hover, .oe-consolidation-tile:hover {
        background-color: var(--oeindustrialgreywash);
    }

.consolidation-split {
    margin-top: 28px;
}
.consolidation-input::-webkit-inner-spin-button {
    display: none;
}

.oe-page-tile {
    margin: 0 0 1rem 0;
    border: 1px solid var(--oeindustrialgrey);
    border-radius: 0.25rem;
    cursor: pointer;
}

    .oe-page-tile:hover {
        background-color: var(--oeindustrialgreywash);
    }

.oe-page-tile-section:not(:first-of-type) {
    border-left: 1px solid var(--oeindustrialgrey);
}

.oe-page-tile-section {
    padding: 0.5rem;
}

.validation-summary-errors {
    color: var(--oered);
    background-color: var(--oeredwash);
    border: 1px solid var(--oered);
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    position: relative;
}

    .validation-summary-errors ul {
        margin-bottom: unset;
        padding: unset;
    }
    .validation-summary-errors ul li{
        list-style-type: none;
    }

    .input-validation-error {
        border-color: var(--oered);
        background-color: var(--oeredwash);
        box-shadow: 0 0 10px var(--oered);
    }

.input-validation-warning {
    border-color: var(--oeorange);
    background-color: var(--oeorangewash);
    box-shadow: 0 0 10px var(--oeorange);
}

.input-validation-warning:focus {
    box-shadow: 0 0 20px var(--oeorange);
}

.checkbox-validation-error {
    border-color: var(--oered);
    background-color: var(--oered);
    box-shadow: 0 0 10px var(--oered);
}

.field-validation-error {
    color: var(--oered);
}

.field-validation-warning {
    color: var(--oeorange);
}

#embed-container {
    height: 100vh;
    overflow: hidden;
}

    #embed-container iframe {
        font-family: 'Century Gothic';
        border: none;
    }

#newcontactModal {
    z-index: 1051;
}

.icpsplitrow {
    background-color: var(--oebluewash);
}

.oe-dashboard-back {
    position: absolute;
    padding: 0.5rem;
    background-color: var(--oeorange);
    color: white;
    bottom: 0;
    right: 0;
}

.oe-calendar-container {
    padding: 1rem;
}


.oe-calendar-header {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--oeblue);
    color: white;
    height: auto;
    border: 1px solid var(--oegrey);
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    vertical-align: middle;
}

.oe-calendar-th {
    padding: 0.5rem;
}

    .oe-calendar-th:not(:last-of-type) {
        border-right: 1px solid var(--oegrey);
    }

.oe-calendar-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--oegrey);
}

    .oe-calendar-row:last-of-type {
        border-radius: 0 0 1rem 1rem;
    }

        .oe-calendar-row:last-of-type .oe-calendar-cell:first-of-type {
            border-radius: 0 0 0 1rem;
        }

        .oe-calendar-row:last-of-type .oe-calendar-cell:last-of-type {
            border-radius: 0 0 1rem 0;
        }


.oe-calendar-row {
    min-height: 10vh;
}

.oe-calendar-cell {
    border-left: 1px solid var(--oegrey);
    padding: 0.5rem;
}

    .oe-calendar-cell:last-of-type {
        border-right: 1px solid var(--oegrey);
    }

    .oe-calendar-cell:not(.oe-muted):hover {
        background-color: var(--oeorangewash);
    }

        .oe-calendar-cell:not(.oe-muted):hover .oe-calendar-day-add {
            display: flex;
            z-index: 2;
            align-content: center;
            justify-content: center;
            flex-wrap: wrap;
        }

.oe-calendar-day-add {
    display: none;
    background-color: var(--oegreen);
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    margin: 0.6rem;
    align-content: center;
}

    .oe-calendar-day-add .feather {
    }

.oe-calendar-item {
    border: 1px solid var(--oegrey);
    background-color: var(--oeorange); /*#f0ab00;*/
    color: white;
    padding: 0.1rem 0.5rem;
    margin: 0.1rem;
    border-radius: 0.5rem;
    min-height: 1.75rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

    .oe-calendar-item:hover {
        background-color: var(--oeorange);
    }

.oe-calendar-item-outlook {
    border: 1px solid var(--oebluedark);
    background-color: #0F6CBD;
    color: white;
    padding: 0.1rem 0.5rem;
    margin: 0.1rem;
    border-radius: 0.5rem;
    min-height: 1.75rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.oe-calendar-item-closed {
    border: 1px solid black;
    background-color: #444444;
    padding: 0.1rem 0.5rem;
    margin: 0.1rem;
    border-radius: 0.5rem;
    min-height: 1.75rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    color: lightgray;
}

.oe-calendar-item-private {
    border: 1px solid grey;
    background-color: #222222;
    padding: 0.1rem 0.5rem;
    margin: 0.1rem;
    border-radius: 0.5rem;
    min-height: 1.75rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    color: darkgray;
}

.oe-calendar-item-icon {
    height: 1.5rem;
    width: 1.5rem;
    background-color: rgb(0,0,0,0.2);
    border-radius: 1.5rem;
    padding: 0.25rem;
    display: flex;
}

.oe-calendar-current {
    background-color: var(--oegreenwash);
}

#ActivityRepeatAltOption {
    height: calc(1.5em + .75rem + 2px);
}

#DropZone {
    border-radius: 1rem;
    width: 100%;
    min-height: 5rem;
    border: 5px dashed var(--oeblue);
}

#DropZoneFileList {
    list-style: none;
    margin: 1rem;
}

/*#PackConsolidationForm{
    max-height: 70vh;
    overflow-y: scroll;
}*/
