html {
    overflow: auto !important;
    --searchBoxWidth: 300px;
    --toma-top-margin: 100px;
}

/** Resets */
input {
    border: none;
}

/** End Resets */


#selfContainedBody {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

#primaryNavbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.app-admin #primaryNavbar .navbar-header {
    width: unset;
}
.app-admin #primaryNavbar .navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#primaryNavbar .navbar-brand {
    padding-top: 10px;
    position: relative;
}


.menu-scheme-sinistrom #primaryNavbar .navbar-brand {
    padding: 0;
}
.app-DMP #primaryNavbar {
    border-radius: 0;
    border-bottom: 0;
    color: #fff;
}

.app-admin #primaryNavbar {
    background-color: var(--color-gray-night-rider);
    border-radius: 0;
    border-bottom: 0;
    color: #fff;
}

#nav_logo,
.fallback-logo {
    content: ' ';
    display: block;
    max-height: 65px;
    max-width: 65px;
    width: auto;
    height: auto;
}

#nav_logo[data$="Lotame_Molecule.svg"],
.fallback-logo[src$="Lotame_Molecule.svg"] {
    /* Turn the Lotame logo white */
    filter: brightness(0) invert(1);
}

.app-admin #nav_logo,
.app-admin .fallback-logo {
    max-height: 25px;
    max-width: 25px;
}

#selfContainedBody .backgrid > thead > tr > th {
    background-color: #0085c1;
    height: 35px;
}

#selfContainedBody .backgrid > thead > tr > th > b {
    color: #fff;
}

div.primaryLeftNav > ul.nav-stacked > li > a {
    border-radius: 0;
    color: #fff;
    font-size: 0.9em;
}

div.primaryLeftNav > ul.nav-stacked > li.active > a {
    background-color: #94b859;
    font-weight: normal;
    color: #fff;
}

/*START BATMAN NAV STYLING*/
div#primaryLeftNav {
    padding-left: 0;
}

.primaryLeftNav .popover h3 {
    background: none;
    border-bottom: none;
}

div.primaryLeftNav.shrunk {
    width: 80px;
}

div.popover-content h5 {
    text-align: left;
}

.primaryLeftNav .popover-content img {
    height: 212px;
    max-width: 250px;
}

.nav-stacked > li {
    background-color: #444444;
}

div.primaryLeftNav > ul.nav-stacked > li.audiences {
    border-left: #1c758a 5px solid;
}

div.primaryLeftNav > li > a:hover {
    background-color: var(--color-white-smoke);
    color: #fff;
}

div.primaryLeftNav > ul.nav-stacked > li.behaviors {
    border-left: #94424f 5px solid;
}

div.primaryLeftNav > ul.nav-stacked > li.insights {
    border-left: #428bca 5px solid;
}

div.primaryLeftNav > ul.nav-stacked > li.optimizer {
    border-left: #cf5044 5px solid;
}

div.primaryLeftNav > ul.nav-stacked > li.reports {
    border-left: #644172 5px solid;
}

div.primaryLeftNav > ul.nav-stacked > li.navToggle {
    background: transparent;
    display: none;
}

div.primaryLeftNav > ul.nav-stacked > li.navToggle div.arrow {
    padding: 0;
    height: 40px;
    width: 40px;
}

div.primaryLeftNav > ul.nav-stacked > li.navToggle div.arrow {
    background-position: center;
}

div.primaryLeftNav > ul.nav-stacked > li.navToggle div.arrow.expanded {
    background: no-repeat url('/web/images/icons/Arrowhead-Left-green-24.png');
}

div.primaryLeftNav > ul.nav-stacked > li.navToggle div.arrow.shrunk {
    background: no-repeat url('/web/images/icons/Arrowhead-Right-green-24.png');
}

div.primaryLeftNav > ul.nav-stacked > li.navToggle img {
    margin: auto;
    display: block;
}

.primaryLeftNav > li > a:hover {
    background-image: none;
    color: white;
    background-color: rgb(0, 129, 194);
    background-color: rgba(0, 129, 194, 0.5);
}

.primaryLeftNav .dropdown-menu > li > a.maintainHover {
    color: white;
    background-color: #0081c2;
}

.primaryLeftNavList li {
    height: 100%;
}

.primaryLeftNavList li a {
    height: 100%;
    padding-top: 17px;
}

ul.leftSubMenu li {
    text-align: left;
    background-color: transparent;
}

ul.leftSubMenu li a {
    color: #424a5d;
    padding: 4px;
    font-weight: 200;
    display: block;
    height: 45px;
}

ul.leftSubMenu li a:hover {
    color: #000;
    padding: 4px;
}

div.subMenuTitle {
    text-align: left;
    padding-bottom: 5px;
    color: #fff;
    font-size: 20px !important;
    height: 40px;
}

div.subMenuTitle.audiences {
    background: url('/web/images/icons/User-Group-elm-24.png') no-repeat;
    color: #1c758a;
    border-bottom: 2px solid #1c758a;
    padding-bottom: 5px;
    background-position-x: 98%;
    background-position-y: 8px;
}

div.subMenuTitle.behaviors {
    background: url('/web/images/icons/Button-rust-24.png') no-repeat;
    color: #94424f;
    border-bottom: 2px solid #94424f;
    background-position-x: 98%;
    background-position-y: 8px;
}

div.subMenuTitle.insights {
    background: url('/web/images/icons/Light-Bulb-blue-24.png') no-repeat;
    color: #428bca;
    border-bottom: 2px solid #428bca;
    background-position-x: 98%;
    background-position-y: 8px;
}

div.subMenuTitle.optimizer {
    background: url('/web/images/icons/optimizer_yellow_transparent2.png') no-repeat;
    color: #ffbc00;

    border-bottom: 2px solid #ffbc00;
    background-position-x: 98%;
    background-position-y: 2px;
    background-size: 30px 30px;
}

div.subMenuTitle.reports {
    background: url('/web/images/icons/View-Details-purple-24.png') no-repeat;
    color: #644172;
    border-bottom: 2px solid #644172;
    background-position-x: 98%;
    background-position-y: 8px;
}

div.subMenuTitle.admin {
    background: url('/web/images/icons/View-Details-purple-24.png') no-repeat;
    color: #644172;
    border-bottom: 2px solid #644172;
    background-position-x: 98%;
    background-position-y: 8px;
}

div.menuText {
    text-align: left;
    width: 95%;
}

div.menuChev img {
    width: 18px;
}

div.menuTitle {
    padding-top: 1px;
}

div.menuTitle.shrunk {
    display: none;
}
/*END BATMAN NAV STYLING*/

#globalSearchBox {
    box-shadow: none;
    padding-top: 5px;
}

.menu-scheme-sinistrom #globalSearchBox {
    padding-top: 0;
}


#globalSearchGroup > .input-group-addon {
    background: #fff;
    z-index: 999;
    border: none;
}
.selfContainedToma .breadcrumb {
    background-color: #fff;
    display: block;
    margin-top: -10px;
    margin-bottom: 0px !important;
}

#breadcrumb h3 {
    margin-top: 0px;
}

#selfContainedLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    transform: scale(1.1);
    vertical-align: middle;
    width: 0;
}

#breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

#breadcrumb ul.dropdown-menu {
    background-color: #424a5d;
    left: 90%;
}

#breadcrumb ul.dropdown-menu a {
    color: #fff !important;
}

#breadcrumb ul.dropdown-menu a:hover {
    color: #424a5d !important;
}

.app-admin #envelop-holder {
    padding-top: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: var(--navbar-color);
    color: #fff;
}

.dropdown-menu > li > a:hover {
    background-color: var(--navbar-color);
    color: #fff;
}

#adminNavbarCollapse {
    background-color: var(--color-gray-night-rider);
    margin: -2px -15px;
}

#primaryNavbarCollapse {
    overflow: visible;
    text-align: left;
    background-color: var(--navbar-color);
    color: #fff;
    border-radius: 0;
    border-bottom: 0;
    margin: 0 -15px;
}

#primaryNavbarCollapse > ul > li > a.dropdown-toggle {
    background-color: var(--navbar-color);
}

#impersonationForm > form > div > div > span.twitter-typeahead {
    width: 99%;
}

.isImpersonatingUsername {
    color: orange;
    border-bottom: 3px solid orange;
}

div#primaryContentArea {
    min-height: calc(100vh - 150px);
    margin-top: 70px;
}

.menu-scheme-sinistrom #primaryContentArea {
    margin-top: var(--toma-top-margin);
}

#leaveBetaSelection {
    cursor: pointer;
}

#fireImpersonation {
    cursor: pointer;
}

#endImpersonation {
    cursor: pointer;
}

.sm-loader {
    height: 25px;
    width: 25px;
}

#loggedInUser_alt_menu {
    display: none;
    padding-top: 2px;
}
#lotame_assist_holder {
    padding: 12px 4px 0 0;
}

#currentClientName {
    display: block;
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.menuName {
    font-size: 13px;
    white-space: nowrap;
}

.current-client-id {
    display: inline-block;
}

#loggedInUserAnchor {
    color: var(--neutrals-n12);
    font-size: 16px;
    max-width: 400px;
    padding: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#loggedInUser {
    color: var(--neutrals-n8);
    font-size: 12px;
}

#currentClientName {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
}

.massive-text {
    font-size: 15vh;
}

.big-text {
    font-size: 5vh;
}

.subtext {
    font-size: 2vh;
}

.notFound .big-text {
    margin-top: -40px;
}

.notFound #erorExplanation {
    margin-top: 2vh;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}
.bouncing-loader {
    display: flex;
    justify-content: center;
}
.bouncing-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background: var(--color-gray-chateau);
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
}

#apihealthcheck {
    display: none;
}
