@font-face {
    font-family: myriad-pro;
    src: url(../fonts/MYRIADPROREGULAR-f3c49a87c3a1651f6731b7893c738fe6.eot), url(../fonts/MYRIADPROREGULAR-a6d2e4f84ea98a69dcb932e1d9b2ce6a.ttf), url(../fonts/MYRIADPROREGULAR-f123bfd51c9e76860c43265ed0f4b29e.woff);
}

body {
    font-family: myriad-pro !important;
    position: relative;
    overflow-x: visible;
}

.remove-sales-xref:hover {
    color: red;
}


.loading-overlay {
    display: none;
    background: rgba(26, 26, 26, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
}

.loading-overlay-image-container {
    display: none;
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-overlay-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.invoiceDisclaimer {
    font-style: italic;
    font-size: smaller;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select /*,
    textarea */
{
    max-width: 280px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.customerLocationSelect {
    max-width: 645px;
}

.partnerSearchSelect {
    max-width: 540px;
}

input:focus,
select:focus {
    border-color: #006f66;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-0 {
    padding: 0px;
}

.padding-sm {
    padding: 2px;
}

.padding-md {
    padding: 5px;
}

.menuItem {
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

@media only screen and (max-width: 1239px) {
    .mobilePhoneMargin {
        margin-left: 26px
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1740px) {
    .mobilePhoneMargin {
        margin-left: 0px
    }
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.inventory-search {
    padding: 3px 6px;
    margin-left: 5px;
}

.accountLabelNotVisible {
    display: none;
    height: 0px;
    padding: 0px 0px;
    border: none;
}

label.form-control.accountLabelVisible.labelExtras {
    padding: 6px 0;
    margin: 0px 10px;
}

.accountLabelVisible {
    font-weight: normal;
    border: none;
    box-shadow: none;
    float: left;
    width: auto;
    display: inline-block;
}

.accountAreaCodeLabel {
}

.accountAreaCodeLabel:before {
    content: '('
}

.accountAreaCodeLabel:after {
    content: ')'
}

.accountInputNotVisible {
    display: none;
    height: 0px;
    padding: 0px 0px;
    border: none;
}

.accountInputVisible {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #cccccc;
}

.shippmentStatus {
    border: 0px;
    width: 24px;
    height: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    /*-webkit-margin-start: 40px;*/
    -webkit-margin-end: 40px;
}

.no-extras {
    background-color: white !important;
    cursor: default !important;
}

.modalLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../../images/ajax-loader-7f112a15777ac25934fe2229aeb408ae.gif') 50% 50% no-repeat;
}

.freightLoader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../../images/ajax-loader-7f112a15777ac25934fe2229aeb408ae.gif') 50% 50% no-repeat;
}

.linkRight {
    padding-right: 10px
}

.linkRight > a {
    text-decoration: none;
    font-weight: normal;
}

.userMenu {
    padding-top: 5px;
}

.linkRight {
    padding-top: 5px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.social {
    float: left;
}

.social i {
    color: white;
}

.footerLinks {
    float: right;
    color: #ffffff;
}

.overlay:hover {
    cursor: pointer;
    transform: scale(1.075);
}

.overlay:active {
    transform: translateY(2px);
}

.userContainer:active {
    transform: translateY(1px);
}

.img-wrapper {
    z-index: 0;
    position: relative;
}

.track-ship {
    position: absolute;
    bottom: 5%;
    left: 15%;
    z-index: 1;
}

.freight-request {
    position: absolute;
    bottom: 5%;
    left: 45%;
    z-index: 1;
}

.search-orders {
    position: absolute;
    bottom: 5%;
    left: 75%;
    z-index: 1;
}

.overlay {
    transition: all .2s ease-in-out;
}

.icon-btn {
    max-height: 15%;
    max-width: 15%;
    border: 2px solid #fff;
    -moz-box-shadow: 5px 105px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}


.footerLinks a {
    color: #ffffff
}

.copyright {
    background: #5d5d5f;
    max-width: 1170px;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

td.col-md-6 {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 15px;
}

tr.col-md-12 {
    margin-bottom: 15px
}

table#p_lt_ctl01_pageplaceholder_p_lt_ctl00_CustomTableDatagrid_gridItems {
    margin-top: 25px
}

td {
    padding: 10px
}

.csrImage {
    float: right;
    width: 75px;
    margin-top: 20px;
}

a:hover {
    text-decoration: none
}

.rcrumbs > ul > li.show {
    display: inline-block !important
}

.mainBlock {
    width: 100%;
    padding-bottom: 120px;
    padding-top: 15px;
}

.body-content {
    width: 100%;
}

.footerContainer {
    max-width: 1170px;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding-top: 10px;
}

.footerBlock {
    margin-top: -120px;
    background: #5d5d5f;
    width: 100%;
    height: 150px;
    position: relative;
    clear: both;
}

.surveyBlock {
    color: #006f66;
    position: relative;
    height: 20px;
    width: 100%;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin: 10px auto;
}

.wrapper {
    min-height: 100%;
}

/* mega menu */
.toggleMenu {
    display: none;
    background: #666;
    padding: 10px 15px;
    color: #000000;
}

.nav {
    list-style: none;
    *zoom: 1;
    padding-top: 145px;
    padding-left: 20px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both
}

.nav ul {
    list-style: none;
    width: 9em;
    background: #eee;
}

.nav a {
    padding: 10px 15px;
    color: #000000;
}

.nav li {
    position: relative
}

.nav > li {
    float: left
}

.nav > li > .parent {
    background-image: url("../../images/downArrow-88740b523d69d83bfad29c33c20150f2.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 13px;
    /*pointer-events: none;*/
    cursor: default;
}

.nav > li > a {
    display: inline;
    padding: 10px;
    color: #171617;
    font-size: 14px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4rem 1.125rem 0.4rem 10px;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    margin-top: 0px;
    margin-left: 17px;
}

.nav > li.hover > ul {
    left: 0
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}

.nav li li li a {
    z-index: 200
}

.nav > li > ul > li.hover {
    text-decoration: none;
    margin: 0px;
}

.headerRight {
    font-size: 13px;
}

.linkRight a {
    color: #848689
}

@media screen and (max-width: 768px) {
    .nav {
        padding-top: 0px !important;
        font-size: 16px !important;
        color: #fff !important;
    }

    .active {
        display: block
    }

    .nav > li {
        background-color: #eee;
        width: 100% !important;
        padding: 10px;
        text-align: left !important;
    }

    .nav > li > .parent {
        background-position: 95% 50%
    }

    .nav li li .parent {
        background-image: url("../../images/downArrow-88740b523d69d83bfad29c33c20150f2.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static
    }

    .toggleMenu {
        width: 100%;
        color: #fff;
        margin-top: 15px;
    }

    .nav li {
        border-bottom: 1px solid #ddd
    }

    .nav li a {
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    a:hover,
    a:focus {
        color: #014a59
    }

    .nav ul.subMenu {
        margin-left: 10px
    }
}

/* mega menu end */
.currentUser {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

.footerBlock {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.nav li ul {
    z-index: 9999999;
}

.leftContainer {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.materialModalfields label {
    display: inline-block
}

.materialModalName {
    width: 150px
}

.itemConfigModalName {
    width: 225px !important
}

.buyingHistoryModalName {
    width: 200px;
}

.topBlock {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
    -webkit-box-shadow: 0px 0px 3px 5px #E6E6E6;
    -moz-box-shadow: 0px 0px 3px 5px #E6E6E6;
    box-shadow: 0px 0px 3px 5px #E6E6E6;
}

@media only screen and (min-width: 768px) {
    .header-flyout.header-flyout.active .flyout-content,
    .header-flyout.header-flyout:hover .flyout-content,
    .header-flyout.header-flyout:focus .flyout-content {
        height: auto;
        overflow: visible;
        top: 100%;
        opacity: 1;
        transition-delay: 1ms;
    }

    .level-2.nav-list {
        margin: 0 10px;
        padding-left: 0;
        padding-bottom: 0;
        text-align: justify;
        font-size: .1px;
    }

    .level-2.nav-item {
        float: none;
        display: inline-block;
        font-size: 15px;
    }

    .header-account .menu-utility a {
        display: block;
        text-decoration: none;
        padding: 10px 8px;
    }

    .header-account .menu-utility a i {
        font-size: 1.37em;
        vertical-align: text-top;
        padding-right: 8px;
    }

    .header-utilities-list {
        padding-right: 5px
    }

    .header-utilities-list {
        float: right;
        margin-bottom: 0;
        padding-right: 15px;
        list-style: none;
        color: #666;
        margin-top: -17px;
        text-align: right;
    }

    .csrContainer {
        margin-top: 10px;
        text-align: right;
        margin-right: 10px;
        width: 29%;
        float: right;
    }

    .csrDetails p {
        margin: 0;
        font-size: 10px;
        text-align: left;
    }

    .csrDetails {
        padding: 5px;
        font-size: 10px;
        float: right;
    }

    .csrContainer {
        text-align: right;
        margin-right: 10px;
        width: 29%;
        float: right;
    }

    .customerService {
        width: auto;
        height: 48px;
        float: right;
    }
}

@media (min-width: 992px) {
    div#csrDetailsContainer0 {
        /* float: right;*/
        display: inline-block;
    }

    div#csrDetailsContainer1 {
        float: right;
        /* margin-right: 20px;*/
        display: inline-block;
    }

    .nav li ul li {
        margin-left: -45px;
    }

    .impersonationContainer {
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
        text-align: right;
    }

    .impersonation {
        width: 18%;
        clear: both;
        margin-left: 75px;
        padding: 0 0 75px 20px;
        float: right;
    }

    .impersonation .control-label {
        font-size: 12px;
        font-weight: normal;
    }

    .impersonation p {
        padding-right: 15px;
        text-align: right;
    }

    .impersonation hr {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .impersonateBtn .col-md-6 {
        padding-right: 3px
    }

    .impersonateBtn2 .col-md-6 {
        padding-left: 0
    }

    .impersonateBtn .btn {
        font-size: 12px;
        padding: 5px;
        margin: 0;
    }

    .impersonateBtn2 .btn {
        font-size: 12px;
        padding: 5px;
        margin: 0;
        margin-left: 0;
        margin-right: 15px;
    }
}

/*dropdowns*/
.glyphicon-download-alt {
    position: relative;
    top: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.nav > li.hover > ul {
    left: 0;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .nav li ul li {
        margin-left: 0px;
    }
}

.subMenu a {
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
}

.nav ul.subMenu {
    list-style: none;
    width: 19em;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #eee;
}

span.glyphicon:hover {
    color: #006f66;
}

.nav li li a:hover {
    color: #48939e;
}

.dropdown {
    margin-top: -26px;
    text-align: right;
    margin-right: -10px;
}

#panel-table-body {
    overflow: auto;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 105px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block
}

.glyph-form-control {
    padding-left: 30px
}

.glyph-form-control + .glyphicon {
    position: absolute;
    left: 22px;
    top: 14px;
}


.labelVisibleGlyph {
    margin: -5px
}

.accountLabelVisible {
    font-weight: normal;
    border: none;
    box-shadow: none;
    /*padding-left: 29px;*/
    display: block;
}

label.form-control.labelExtras {
    padding: 6px 0px
}

.paragraphGlyph {
    position: absolute !important;
    top: 10px !important;
    left: 20px !important;
}

.remove-badge {
    background: white;
}

.remove-copied-sales {
    color: red;
}

.control-label {
    margin-top: 5px
}

/*.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {*/
.datepicker-orient-top {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;

}

.datepicker-orient-bottom {
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: myriad-pro
}

label {
    font-weight: normal
}

.betaBanner {
    color: #fff;
}

.betaBanner a {
    color: #fff
}

/* Delete this when the beta banner goes away */
body {
    padding-top: 30px
}

/* end */
body {
    background-color: #fff;
    max-width: 1170px;
    margin-left: auto;
    -webkit-box-shadow: 0 0 5px 5px #ccc;
    -moz-box-shadow: 0 0 5px 5px #ccc;
    box-shadow: 0 0 5px 5px #ccc;
    margin-right: auto;
}

html {
    background-color: #eaebe6;
    padding: 0 0 1.5rem;
}

.phoneType {
    margin-left: 10px
}

.footerLinks {
    color: #d6d6d7;
    font-size: 12px;
    text-transform: uppercase;
}

.videoContainer {
    margin-right: 25px;
    float: left;
    margin-bottom: 100px;
}

.video-embed {
    height: 263px !important;
}

.bynder-widget .video-js {
    width: 100%;
    height: 100%;
}

.commentContainer {
    float: right;
    width: 50%;
}

.input-align-center input {
    text-align: center;
}

.FormButton {
    margin-left: 10px !important
}


@media (max-width: 767px) {
    .body-content {
        padding-top: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .footerBlock {
        padding-left: 15px
    }

    .footerLinks {
        float: none
    }

    .currentUser {
        text-align: left;
        padding-left: 14px;
        padding-top: 10px;
    }

    iframe {
        width: 100%
    }

    figure {
        -webkit-margin-end: 0px;
        margin-right: 0px;
    }

    .headerRight {
        display: none
    }

    .csrContainer {
        display: none
    }

    /*.nav>li>.parent { pointer-events: auto }*/
    .nav ul.subMenu {
        list-style: none;
        width: 19em;
        background: transparent;
        border: 0px;
        box-shadow: none;
    }

    .nav li li a {
        padding-left: 24px
    }

    .glyphicon-download-alt {
        top: 18px;
        color: #000;
    }

    .nav > li > .parent {
        padding-top: 9px;
        padding-right: 17px;
    }

    .commentContainer {
        float: none;
        width: 100%;
        clear: both;
    }

    .nav {
        padding-left: 0px !important
    }

    .dropbtn {
        margin-top: 0px !important
    }

    .noPaddingLeftMobile {
        padding-left: 0px
    }

    /*
      #dropbtnID::before {
        content: attr(drop-attr);
      }
      */
}