.modalImg {
    width: 100%;
}
.alternate {
    cursor: pointer;
}
.homepage_tile {
    height: auto;
    width: auto;
    font-size: 18pt;
    text-align: left;
    margin-bottom: 10px;
}
.font-bold {
    font-weight: bold;
}
.right-label {
    margin-top: 7px;
    text-align: right;
}
.left-label {
    margin-top: 5px;
}
.banner {
    margin-top: 10px;
    margin-bottom: 15px;
}
.requiredBlock {
    background-color: #c00;
    position: absolute;
    left: 0px;
    width: 3px;
    top: 1px;
    bottom: 1px;
    margin: 0px;
}
div.button-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.logo {
    order: 1;
    flex-grow: 1;
    text-align: center;
}

.logo > a > img.header-large {
    width: 250px;
}

.header-middle {
    order: 2;
    flex-grow: 1;
}

.misc-function {
    order: 3;
    flex-grow: 1;
    text-align: center;
}

.header-free-freight {
    background-color: #2f2f7e;
    text-align: center;
    font-size: 16px;
    padding: 7px 0 7px 0;
    width: 100%;
    color: #fff;
}

.tracking {
    background-color: #00aeef;
    height: 50px;
    width: 200px;
    color: #fff;
    border: none;
    font-size: 22px;
    margin: 10px 0 5px 0;
}

.header-phone-number {
    font-size: 18pt;
    margin-top: 10px;
}

.header-table {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_page_title {
    width: 100%;
    background-color: #ffffff;
}

div.contentBody.cc_content_body {
    /*background: url(../images/bg.jpg) top center no-repeat #000;*/
    /*background: url(../images/bg.jpg) top left repeat-x #000\0/ !important;*/
    /*background-attachment: fixed;*/
    /*background-color: #efefef;*/
    /*min-height: 600px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#login_main_content {
    padding-top: 20px;
}

div.container.cc_main_container.cc_tmpl_TwoColRD {
    background-color: #ffffff;
}

div.container.cc_main_container.cc_tmpl_OneColRD {
    background-color: #ffffff;
}

div.row.cc_main_row {
    background-color: #ffffff;
}

.top_navigation {
    height: 29px;
    text-align: right;
    margin: 0;
    padding: 6px 10px 0 0;
    background-color: #000000;
}

    .top_navigation p {
        font-size: 11px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
    }

    .top_navigation a:link {
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 0 3px 0 3px;
        text-decoration: none;
    }

    .top_navigation a:visited {
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 0 3px 0 3px;
        text-decoration: none;
    }

input#searchText.form-control.search_input.cc_search_input.ui-autocomplete-input { /* Header search bar */
    width: 300px;
    /*padding: 20px;*/
    height: 46px;
    border-width: 3px;
    border-color: #2f2f7e;
}

button#doSearch.btn.btn-default.search_button {
    padding: 10px;
    border-color: #2f2f7e;
    border-width: 3px;
    color: #fff;
    font-size: 14pt;
    line-height: 20px;
    text-decoration: none;
    background: #2f2f7e;
}

.top_navigation a:hover {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 3px 0 3px;
    text-decoration: underline;
}


.HeaderSearch {
    z-index: 9999;
}

.navbar-default {
    border-color: #e7e7e7;
    /* background-color: transparent; */
}

.navbar {
    margin-bottom: 0px;
}

/*----- Menu Outline -----*/
.FlashMenu-wrap {
    width: 100%;
    background: #bcbec0;
    text-align: center;
}

    .FlashMenu-wrap > .FlashMenu {
        font-family: Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

        .FlashMenu-wrap > .FlashMenu li {
            margin: 0px;
            list-style: none;
        }

            .FlashMenu-wrap > .FlashMenu li:hover > a, .FlashMenu .current-item > a {
                text-decoration: none;
                color: var(--hover-color);
            }

        /*----- Top Level -----*/
        .FlashMenu-wrap > .FlashMenu > ul > li {
            float: left;
            display: inline-block;
            position: relative;
        }

        .FlashMenu-wrap > .FlashMenu > ul {
            margin: auto;
            display: inline-block;
        }

            .FlashMenu-wrap > .FlashMenu > ul > li > a {
                color: #ffffff;
                padding: 0px 23.8px;
                display: inline-block;
                text-decoration: none;
                font-family: "Arial Narrow", Arial, sans-serif;
                font-size: 14pt;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .FlashMenu-wrap > .FlashMenu > ul > li:hover > a, .FlashMenu > ul > .current-item > a {
                text-decoration: none;
            }

        /*----- Bottom Level -----*/
        .FlashMenu-wrap > .FlashMenu li:hover .FlashSub-Menu {
            z-index: 1;
            opacity: 1;
            text-decoration: none;
        }

.FlashSub-Menu {
    padding: 5px 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    opacity: 0;
    background: #e6e7e8;
    text-decoration: none;
    border: 1px solid #aaa;
    border-top: none;
}

    .FlashSub-Menu li {
        display: block;
        font-size: 16pt;
        text-decoration: none;
        text-wrap: none;
        color: #333;
    }

        .FlashSub-Menu li a {
            padding: 2px 15px;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
            font-weight: normal;
            color: #333;
            border-color: #e6e7e8;
            border-style: solid;
            border-bottom-width: 1px;
            border-right-width: 1px;
            border-top-width: 1px;
            border-left-width: 7px;
            white-space: nowrap;
            text-align: left;
        }

            .FlashSub-Menu li a:hover, .FlashSub-Menu.current-item a {
                /*background:#3e3436;*/
                border-color: var(--hover-color);
                border-style: solid;
                border-bottom-width: 1px;
                border-right-width: 1px;
                border-top-width: 1px;
                border-left-width: 7px;
                color: #333 !important;
            }

.input-group {
    z-index: 0;
}

.carousel {
    z-index: 0;
}

.carousel-splash .carousel-indicators .active {
    background-color: #FF5400;
}

.carousel-indicators .active {
    background-color: #FF5400;
}
/* ADDED by Shashi */
#overlay::after {
    content: "loading";
    display: block;
    color: #ffffff;
    font-size: 20px;
    margin: 200px auto;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    background-image: URL("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: invert(100%);
}

.header-large {
    display: inline-block;
}

.header-small {
    display: none;
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
/* END by Shashi */
@media (max-width: 600px) {
}

@media (max-width: 900px) {
    .header-table {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header-free-freight, .cc_login {
        display: none;
    }

    .logo {
        order: 1;
        flex-grow: 1;
        padding-left: 3%;
    }

    .header-middle {
        order: 3;
        flex-grow: 1;
        width: 100%;
    }
    input#searchText.form-control.search_input.cc_search_input.ui-autocomplete-input { /* Header search bar */
        width: 92%;
    }

    .misc-function {
        order: 2;
        flex-grow: 1;
    }

    div.input-group.cc_input-group {
        display: flex;
    }

    .header-large {
        display: none;
    }

    .header-small {
        display: inline-block;
    }

    .icon {
        color: #2f2f7e;
        padding: 20px;
    }

    #logoUrl.header-small {
        width: 114px;
    }
    a:hover {
        text-decoration: none;
        opacity: 0.5;
    }
    div.contentBody.cc_content_body {
        display: block;
        min-height: 1px;
    }

}

@media (max-width: 1200px) {
}
