.container {
    max-width: unset;
    width: 95%;
}

#logotop {
    padding-right: 10px;
}

div.dataTables_length {
    padding-right: 20px;
}

.nav-item.user {
    padding-right: 20px;
    line-height: 0.9;
    font-size: 12px;
}
.nav-item.user a.dropdown-toggle {
    color: rgba(0, 0, 0, 0.7) !important;
}
.nav-item.user a.dropdown-toggle.drilled-down {
    color: #ec0b43 !important;
}
a.navbar-brand {
    margin-right: 0px;
}
a.no-style {
    color: unset;
}
a.no-style:hover {
    text-decoration: none;
}
.nav-item .nav-link.feature {
    color: #ec0b43;
}
a.logout {
    position: absolute;
    top: 17px;
    left: 25px;
    color: white;
}
a.logout:hover {
    color: rgba(0, 0, 0, 0.5);
}

/* 2nd level dropdown on navbar --> */
.dropdown-menu {
    z-index: 2222; /* above the spinloader */
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
/* <-- */

#navbarSupportedContent {
    margin-bottom: 0px;
    padding-left: 0px;
}

div.graph-show-zeros {
    text-align: right;
    display: none;
}
div.graph-show-zeros div {
    font-style: italic;
}

div.graph-last-updated {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
}

#report-table {
    display: none; /* shown via js once datatable loaded */
}
#report-table:not(.debt-detail-ad, .adHistory, .abHistory, .priceOverlap, .ad-po) {
    width: unset !important;
}

table.fixedHeader-floating thead {
    background-color: white;
}

.btn-switch {
    margin: 0px 10px 0px 0px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 2px;
}

.btn-back {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 2px;
}
.btn-back.in-panel {
    margin-top: 0px;
    float: left;
}
.btn-back.validation-back {
    float: right;
    position: relative;
    top: -20px;
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
}
.btn-delete {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 2px;
}
.btn-pay {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 2px;
}

input[type=submit] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 2px;
    padding: 6px 12px;
}

div.filter-panel {
    padding: 10px;
    margin: 10px 0px 30px 0px;
    border: lightgray 1px solid;
    text-align: center;
    font-weight: 600;
}
div.filter-panel.hide {
    display: none;
}
div.filter-panel .hide {
    display: none;
}
div.filter-panel .filter-menu-items {
    float: right;
}
div.filter-panel .filter-menu-items.left {
    float: left;
}
div.filter-panel .home-pay {
    font-weight: 100;
}

.card-header .action {
    float: right;
    text-align: right;
}
.card-header .action.home {
    line-height: 0.95;
}

#dashboard {
    width: 80%;
    margin: auto;
}

#challengeChart {
    background-image: url("../img/Most-Wanted-Watermark.png");
}

.form-container h2 {
    /*font-size: 20px;*/
    font-weight: 600;
}
.form-container h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.form-container input[type] {
    margin: 0px 3px;
}

.lastUpdated {
    font-style: italic;
}

#launchModal {
    display: none;
}

.ho-table  {
    overflow: auto;
    width: 100%;
}
.ho-table table {
    border: 1px solid #DEDEDF;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}
.ho-table th {
    border: 1px solid #DEDEDF;
    background-color: #ECEFF1;
    color: #000000;
    padding: 5px;
}
.ho-table td {
    border: 1px solid #DEDEDF;
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px;
}

.red {
    color: red;
    font-weight: 200;
}
.redb {
    color: red;
    font-weight: 800;
}

.help {
    font-weight: 200;
    font-style: italic;
}

/* --> LOADING SPINNER */
*, *:after, *:before {
    box-sizing: border-box;
}

section.spinloader {
    min-width: 200px;
    width: 50%;
    height: 50%;
    padding: 10px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s linear;
    background: RGBA(0, 0, 0, 0.1);
    box-shadow: 0px 0px 95px 95px rgba(0,0,0,0.1);
    border-radius: 50%;
    margin: 140px;
    z-index: 2000;
}

div.dataTables_processing div {
    display: none;
}

.loader {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #000 #000 transparent transparent;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
.loader:after, .loader:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 9px solid;
    border-color: transparent transparent #ec0b43 #ec0b43;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: rotationBack 0.5s linear infinite;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loader:before {
    width: 60px;
    height: 60px;
    border: 3px solid;
    border-color: #000 #000 transparent transparent;
    -webkit-animation: rotation 1.5s linear infinite;
    animation: rotation 1.5s linear infinite;
}

.scroll-table {
    overflow-x: auto;
    width: 100%;
}

.wide-table {
    width: max-content;
}

.modal-footer-push-left {
    margin-right: auto !important;
}

.validation-errors ul {
    margin-bottom: 0px;
}
ul.validation-errors {
    margin-bottom: 0px;
}
ul.validation-errors li {
    text-align: left;
}

span.mandatory {
    color: red;
    /*font-weight: bold;*/
}

span.green-tick {
    color: green;
    font-weight: bolder;
    font-size: 20px;
}

a.disabled-link {
    pointer-events: none;
    cursor: default; /* Changes the cursor to indicate non-interactivity */
    opacity: 0.5; /* Makes the link appear visually disabled */
}

span.red-circle {
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background-color: red; /* You can also use the hex code: #ff0000 */
    border-radius: 50%; /* This makes the square div into a circle */
    display: inline-block; /* Aligns with text or other elements */
}

#menu-qr {
    position: relative;
    top: -11px;
    margin-bottom: -20px;
    height: 25px;
}

.lnk-copy {
    font-weight: bold;
}
.lnk-copy.green {
    color: #00b300;
}

/* keyFrames */
@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotationBreak {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBreak {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* <-- LOADING SPINNER */

@media only screen and (max-width: 1500px) {
    #dashboard {
        width: 90%;
    }
    img.banner {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    #dashboard {
        width: 100%;
    }
    .modal-lg {
        max-width: 1000px;
    }

}
@media only screen and (max-width: 750px) {
    img.banner {
        width: 100%;
    }
}
