﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Open Sans";
    line-height: 1.4em;
    background-color: #d3d3d3;
}

.homeBG {
    background-color: transparent;
    background-image: url(../Content/images/BGtunnel.jpg);
    background-position: 0% 0%;
    background-size: cover;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

H1 H2 H3 {
    font-weight: 300;
    margin-top: 0;
}

H3 {
    font-size: 22px;
}

.all {
    margin-top: 50px;
}

.container {
    width: 1030px;
    padding-top: 15px;
    background-color: white;
    border-radius: 6px;
    /*-webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.33);
box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.33);*/
}

.main-noframe {
    background-color: transparent;
}

.container-fluid {
    margin-bottom: 15px;
    padding: 0;
    background-color: white;
    /*-webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.33);
box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.33);*/
}

label {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}

.labelpadding {
    padding: 10px 0 0 5px;
}

/* HOME */
.box {
    color: #ffffff;
    width: 320px;
    height: 320px;
    opacity: .85;
    position: absolute;
}

.red {
    background-color: #be1e2d;
}

.blue {
    background-color: #104e97;
}

.orange {
    background-color: #a84e16;
}

.account-alert-bg {
    background-color: rgb(244, 67, 54);
}

.shipment-delay-alert-bg {
    background-color: rgb(148, 117, 61);
}

.scheduling-alert-bg {
    background-color: rgb(82, 179, 90);
}

.weather-alert-bg {
    background-color: rgb(54, 121, 245);
}

.general-alert-bg {
    background-color: black;
}

.yellow {
    background-color: #d2b323;
}

.green {
    background-color: #006838;
}

.purple {
    background-color: #58336b;
}

.maroon {
    background-color: #8a0700;
}

.brown {
    background-color: #b05e00;
}

.black {
    background-color: #000000;
}

.bluecover {
    background-color: #104e97;
    opacity: .6;
    width: 316px;
    height: 316px;
    position: absolute;
}

.caption {
    color: #ffffff;
    /*background-color:#104e97;*/
    opacity: 1.0;
    border: thin solid #FBFAFA;
    margin: 4px;
    width: 152px;
    height: 152px;
}

.captionFull {
    color: #ffffff;
    /*background-color:#104e97;*/
    opacity: 1.0;
    border: thin solid #FBFAFA;
    margin: 4px;
    width: 312px;
    height: 150px;
}

.footer {
    background-color: #000000;
    opacity: .8;
    color: #9A9A9A;
    min-height: 60px;
    font-size: .9em;
    padding: 15px;
    clear: right;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 130%;
}

#menuToggleGlyph {
    top: 4px;
}

.center {
    text-align: center;
}


/* FONT AWESOME */

@font-face {
    font-family: 'FontAwesome';
    src: url('../Bundles/fontawesome-webfont.eot?v=4.0.1');
    src: url('../Bundles/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../Bundles/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../Bundles/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../Bundles/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}



/* INNER PAGES */
/* NAVBAR */
.navbar {
    height: 380px;
    transform: translateY(-320px);
}

    .navbar hover {
        transform: translateY(60px);
    }

.navbar-inverse {
    background-color: #FFFFFF;
}

.navbar-header {
    width: 330px;
    margin: 0 auto;
}

.login {
    color: #039;
    background-color: white;
    float: right;
    padding: 4px 25px 4px 4px;
}

.logogroup {
    width: 260px;
    padding-top: 320px;
}

#logo1 {
    background-image: url('../i/L-T.png');
    width: 50px;
    height: 50px;
    margin: 4px 0 4px 4px;
    float: left;
}

    #logo1:hover {
        background-image: url('../i/L-truck.png');
    }

#logo2 {
    width: 50px;
    height: 50px;
    background-image: url('../i/L-D.png');
    margin: 4px 0 4px 0;
    float: left;
}

    #logo2:hover {
        background-image: url('../i/L-direct.png');
    }

#logo3 {
    background-image: url('../i/L-M.png');
    width: 50px;
    height: 50px;
    margin: 4px 4px 4px 0;
    float: left;
}

    #logo3:hover {
        background-image: url('../i/L-mail.png');
    }

/* END NAVBAR */

/*.content {
	min-height: 600px;
	background-color: white;
	margin: 16px 0 0 16px;
	padding: 24px;
}
*/
.dropdown {
    width: 90px !important;
    height: 79px;
    text-transform: uppercase;
    margin-right: 3px;
    color: #FFFFFF;
    font-size: 12px !important;
}

.navbar-inverse, .navbar-nav > li > a {
    color: #C33437 !important;
    line-height: 1.3em;
    text-align: center !important;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: inherit;
    }

.dropdown-menu > li > a {
    text-transform: none;
    color: #104e97;
}

.nav > li > a {
    padding: 15px 5px;
}

.navbuttons {
    position: relative;
    pointer-events: initial;
    top: -35px;
}

    .navbuttons.left {
        padding-left: 15px;
        float: left;
    }

    .navbuttons.right {
        padding-right: 15px;
        float: right;
        top: -30px;
    }

.rightarrowpointer {
    margin-top: 5px;
    width: 8px !important;
    height: 7px !important;
}


.ddsubmenustyle, .ddsubmenustyle div {
    border: 1px solid #ddd !important;
    width: 90px !important;
    height: 79px;
    text-align: center !important;
    text-transform: uppercase;
    margin-right: 3px;
}

    .ddsubmenustyle li a {
        color: #444 !important;
        font-size: 10px !important;
        text-align: center !important;
        background: #fafafa !important;
        border-bottom: 1px solid #eee !important;
    }

        .ddsubmenustyle li a:hover {
            background: #f6f6f6 !important;
        }


.navis select {
    display: none;
}

/* BACKGROUND COLORS */

.bblack {
    background: #222 !important;
    color: #fff !important;
    border: 0px !important;
}

.byellow {
    background: #d2b323 !important;
    color: #fff !important;
    border: 0px !important;
}

.bblue {
    background: #104e97 !important;
    color: #fff !important;
    border: 0px !important;
}

.bgreen {
    background: #006838 !important;
    color: #fff !important;
    border: 0px !important;
}

.borange {
    background: #e05804 !important;
    color: #fff !important;
    border: 0px !important;
}

.bred {
    background: #be1e2d !important;
    color: #fff !important;
    border: 0px !important;
}

.bviolet {
    background: #702c93 !important;
    color: #fff !important;
    border: 0px !important;
}

    .blightblue h2, .blightblue h3, .blightblue h4, .blightblue h5, .blightblue h6,
    .bblue h2, .bblue h3, .bblue h4, .bblue h5, .bblue h6,
    .bgreen h2, .bgreen h3, .bgreen h4, .bgreen h5, .bgreen h6,
    .bred h2, .bred h3, .bred h4, .bred h5, .bred h6,
    .bviolet h2, .bviolet h3, .bviolet h4, .bviolet h5, .bviolet h6,
    .borange h2, .borange h3, .borange h4, .borange h5, .borange h6 {
        color: #fff !important;
    }

/* FORM ELEMENTS */
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #104e97;
}

.btn {
    padding: 4px 10px;
}


/* TILE ELEMENTS */
.borderRed {
    border: thin solid #BE1E2C;
    background-color: #ffffff;
}

.dropInvalid {
    background-color: red;
    color: white;
}

.selectedDropInvalid {
    background-color: #A00E2C;
    color: white;
}

.borderBlue {
    border: thin solid #104e97;
    background-color: #ffffff;
}

.borderAccountAlert {
    border: thin solid rgb(244, 67, 54);
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.borderShipmentDelayAlert {
    border: thin solid rgb(148, 117, 61);
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.borderSchedulingAlert {
    border: thin solid rgb(82, 179, 90);
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.borderWeatherAlert {
    border: thin solid rgb(54, 121, 245);
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.borderGeneralAlert {
    border: thin solid black;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.borderOrange {
    border: thin solid #a84e16;
    background-color: #ffffff;
}

.borderYellow {
    border: thin solid #d2b323;
    background-color: #ffffff;
}

.borderGreen {
    border: thin solid #006838;
    background-color: #ffffff;
}

.borderPurple {
    border: thin solid #58336b;
    background-color: #ffffff;
}

.borderMaroon {
    border: thin solid #8a0700;
    background-color: #ffffff;
}

.borderBlack {
    border: thin solid #000000;
    background-color: #ffffff;
}

.borderBrown {
    border: thin solid #b05e00;
}

.dropCap {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    float: left;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
    vertical-align: middle;
    padding: 2px 0 0 0;
}

.dropCapModal {
    width: 48px;
    height: 48px;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    vertical-align: middle;
    padding: 12px 0 0 0;
}

.tileHeadRed {
    color: #be1e2d;
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
}

.tileHeadBlue {
    color: #104e97;
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
}

.tileHeadOrange {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #a84e16;
}

.tileHeadYellow {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #d2b323;
}

.tileHeadGreen {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #006838;
}

.tileHeadPurple {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #58336b;
}

.tileHeadMaroon {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #8a0700;
}

.tileHeadBrown {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #b05e00;
}

.mo {
    margin: 0 0 0 45px;
    padding: 0;
    text-align: left;
    line-height: .9em;
}

.tileHeadBlack {
    text-transform: uppercase;
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 23px;
    color: #000000;
}

.modal-title {
    font-size: 24px;
    padding: 20px;
}

.modalDialog h3 {
    text-align: left;
}
/*.tagline {
	width: 1000px;
	color:#000000;
	padding: 20px;
}*/
.vdivider {
    border-right: 1px solid #AAAAAA;
}

.verticalGutter {
    height: 15px;
    width: 100%;
    clear: both;
}

/*input, select, a {
    margin: 3px 5px 3px 5px;
}*/

input[type="radio"], input[type="checkbox"] {
    margin: 4px 8px 6px;
}

.form-inline, label {
    text-align: right;
}

p .ng-binding {
    margin: 0 0 0 5px;
}

#signupCompanyInfo {
    padding-left: 5%;
    padding-right: 5%;
}

#signupUserInfo, #signupLocationInfo, #signupPreferences, #signupConfirmation {
    padding-left: 10%;
    padding-right: 10%;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 0px;
}

.progress-spacer {
    color: #cccccc;
    height: 4px;
}

.progress-bulb {
    color: #ffffff;
    border-radius: 12px;
    height: 16px;
    width: 16px;
}

.progress-grey {
    color: #cccccc;
    border-radius: 12px;
    height: 16px;
    width: 16px;
}

.progress-blue {
    color: #104e97;
    border-radius: 12px;
    height: 16px;
    width: 16px;
}

.progress-green {
    color: #006838;
    border-radius: 12px;
    height: 16px;
    width: 16px;
}

/*.ui-grid-header-cell .ui-grid-cell-contents {
     height: 48px;
     white-space: normal;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible;
}*/

.noborder {
    border: none;
}

#noti_Container {
    position: relative; /* This is crucial for the absolutely positioned element */
    /*border:1px solid blue;*/ /* This is just to show you where the containerBuilder ends */
    /*width:16px;
        height:16px;*/
}

.noti_bubble {
    position: absolute; /*This breaks the div from the normal HTML document.*/
    top: -6px;
    right: -6px;
    /*padding: 1px 2px 1px 2px;*/
    background-color: #CD4B5B; /* you could use a background image if you'd like as well */
    color: white;
    font-weight: bold;
    font-size: 12px;
    /* The following is CSS3, but isn't crucial for this technique to work. */
    /* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
    /* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
    border-radius: 30px;
    box-shadow: 1px 1px 1px gray;
    width: 16px;
    height: 16px;
    background: #CD4B5B;
    text-align: center;
    line-height: 16px;
}

    .noti_bubble.HW_visible {
        opacity: 1;
        transform: scale(1.0);
    }

.popover {
    /*position: fixed !important;*/
    /*left: 55px !important;*/
    width: 416px;
    max-width: 416px;
}

.invalidDropsWindow {
    border: thin solid black;
    padding: 2.5%;
    border-radius: 5px;
}

.invalidDropsWindowOdd {
    background-color: lightgray;
    border-radius: 5px;
}

.invalidDropsWindowEven {
    background-color: white;
    border-radius: 5px;
}

.status {
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
}

.form-inline, label {
    text-align: left !important;
}
/*NEW MAIL JOB*/

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

.footerSpacer {
    height: 100px;
}

@media(max-device-height: 885px) {
    .footerSpacer {
        height: 75px;
    }
}

.blank_row {
    height: 12px !important; /* Overwrite any previous rules */
    background-color: #FFFFFF;
}

.procedural-notification {
    font-weight: 600;
    font-size: 14px;
    color: #DE3835;
    margin: 20px 30px;
    background-color: lemonchiffon;
    padding: 5px 10px;
    box-shadow: 0 0 15px rgba(255, 106, 0, 0.5);
    border: 1px solid orange;
}

.procedural-notification-red {
    font-weight: 600;
    font-size: 14px;
    color: white;
    margin: 20px 30px;
    background-color: red;
    padding: 5px 10px;
    box-shadow: 0 0 15px rgba(255, 106, 0, 0.5);
    border: 1px solid orange;
}

.procedural-notification-green {
    font-weight: 600;
    font-size: 14px;
    color: green;
    margin: 20px 30px;
    background-color: #C7EAC7;
    padding: 5px 10px;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.5);
    border: 1px solid green;
}


.ui-grid-header-cell .ui-grid-cell-contents {
    height: 30px;
    /*      white-space: normal;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible; */
}

/*    .ui-grid-header-cell .ui-grid-cell-contents { height: 30px;}  */
.ui-grid-header-cell-label {
    font-size: 11px;
    color: #B1B1B1;
}

.ui-grid-pager-control .first-bar, .ui-grid-pager-control .last-bar {
    border-left: 2px solid #BBBBBB;
}
/*.ui-grid-pager-control .first-triangle, .ui-grid-pager-control .prev-triangle, .ui-grid-pager-control .next-triangle, .ui-grid-pager-control .last-triangle { border-color: transparent #bbbbbb transparent transparent;}*/


.dropdown-menu > li > a {
    color: #7CA0CC;
    font-size: 12px;
    font-weight: bold;
}

    .dropdown-menu > li > a:visited {
        color: #7CA0CC;
        font-size: 12px;
        font-weight: bold;
    }

.dropup {
    float: right;
}

.dropdown-menu {
    right: -5px;
    float: right;
}

table.jobReviewTable tr td:nth-child(even) {
    font-weight: bold;
    color: rgba(0,0,0,1);
}

table.listJobsTable {
    white-space: nowrap;
    table-layout: fixed;
    width: 100%;
}

    table.listJobsTable tr td:nth-child(odd) {
        color: black;
        text-align: left;
        font-size: 13px;
    }

    table.listJobsTable tr td:nth-child(even) {
        padding-left: 2%;
        padding-right: 2%;
        font-size: 11px;
    }

/*table.listJobsTable tr td:nth-child(even) { padding-left: 5px;}*/

.jobReviewPricingBlock {
    background-color: lightgrey;
}

    .jobReviewPricingBlock h1 {
        margin-top: 0;
        margin-bottom: 0;
        color: #Ba0700;
        font: inherit;
        font-weight: bold;
    }

    .jobReviewPricingBlock p {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font: inherit;
        font-weight: bold;
    }

    .jobReviewPricingBlock label {
        font: inherit;
        font-weight: normal;
    }

    .jobReviewPricingBlock .reviewBlockGroup {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.portfolio-item {
    margin-bottom: 25px;
    border-radius: 5px;
}

    .portfolio-item:hover {
        background-color: lightpink;
    }

/* alert message  */
.alert {
    margin: 1px;
}

    .alert::before {
        float: right;
    }

.popover-content {
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.notificationPopup {
    height: 600px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.modalShorterThanScreenHeight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.modalTallerThanScreenHeight {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}


.list-job-action-link-disabled {
    color: lightgrey;
    cursor: not-allowed;
}


/*flexbox height cuff*/
@media (min-width: 992px) {
    .height-cuff-section-md {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .height-cuff-col-md-4 {
        width: 33.3333%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .height-cuff-col-md-6 {
        width: 50%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .height-cuff-col-md-8 {
        width: 67.6777%;
        height: auto;
        padding: 0;
        margin: 0;
    }

        .height-cuff-col-md-4:not(:first-child):not(:last-child) {
            margin-left: .5%;
            margin-right: .5%;
        }

        .height-cuff-col-md-4:first-child {
            margin-right: .5%;
        }

        .height-cuff-col-md-4:last-child {
            margin-left: .5%;
        }

    .height-cuff-col-md-8:not(:first-child):not(:last-child) {
        margin-left: .5%;
        margin-right: .5%;
    }

    .height-cuff-col-md-8:first-child {
        margin-right: .5%;
    }

    .height-cuff-col-md-8:last-child {
        margin-left: .5%;
    }

        .height-cuff-col-md-6:not(:first-child):not(:last-child) {
        margin-left: .5%;
        margin-right: .5%;
    }

    .height-cuff-col-md-6:first-child {
        margin-right: .5%;
    }

    .height-cuff-col-md-6:last-child {
        margin-left: .5%;
    }

    .height-cuff-col-piece-md {
        height: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .height-cuff-col-halfpiece-top-md {
        height: auto;
        margin-bottom: 2.6%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .height-cuff-col-halfpiece-bot-md {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*Replacement form col-lg-4 using flex boxes*/
@media (min-width: 1200px) {
    .height-cuff-section-lg {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .height-cuff-col-lg-4 {
        width: 33.3333%;
        height: auto;
        padding: 0;
        margin: 0;
    }

        .height-cuff-col-lg-4:not(:first-child):not(:last-child) {
            margin-left: .5%;
            margin-right: .5%;
        }

        .height-cuff-col-lg-4:first-child {
            margin-right: .5%;
        }

        .height-cuff-col-lg-4:last-child {
            margin-left: .5%;
        }

    .height-cuff-col-lg-8:not(:first-child):not(:last-child) {
        margin-left: .5%;
        margin-right: .5%;
    }

    .height-cuff-col-lg-8:first-child {
        margin-right: .5%;
    }

    .height-cuff-col-lg-8:last-child {
        margin-left: .5%;
    }

    .height-cuff-col-lg-8 {
        width: 67.6777%;
        height: auto;
        padding: 0;
        margin: 0;
    }



    .height-cuff-col-piece-lg {
        height: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .height-cuff-col-halfpiece-top-lg {
        height: 50%;
        margin-bottom: 2.6%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .height-cuff-col-halfpiece-bot-lg {
        height: 49%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0 !important;
    }

    .merge-jobs-text {
        padding: 15px 15px 0 15px;
        text-align: center;
    }

    .merge-jobs-input {
        text-align: center;
    }

    .merge-button {
        text-align: right;
        padding: 0 10px 10px 0;
    }

    .merge-button .ok-button {
        text-align: center;
        padding: 10px;
    }
}

.clear {
    clear: both;
}

.redbar {
    height: 32px;
    background-color: #c01729;
    width: 100%;
    display: block;
    padding: 6px;
    border-bottom: 1px solid yellow;
}

.redbar > span {
    color: yellow;
    font-weight: bold;
    text-align: center;
    height: 100%;
    display: block;
    margin: auto;
}

.redbar-container {
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    pointer-events: initial;
    z-index: 100 !important;
}

.redbar-addtl-title {
    margin-top: 12px;
    font-size: large;
}

.redbar-addtl-body {
    margin-bottom: 12px;
}

