/* Remove reponsiveness of the site ugh */
.navbar-nav,
.navbar-nav>li{
  float:left;
}
.navbar-header{
  display: none;
}
.shadowBox{
  width: 100%;
}
.topspacer{
  height: 100px;
}
.spacer-25 {
	margin-top:25px;
}

.clear {clear: both !important;}

/*Dynamic form style overrides*/


div.form-field-element-enumeration ol {
    list-style: none;
}



/* Login Page*/

.login-content {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto !important;
	
}

.login-wrapper {
	width:100% ;
	display: inline-block;
}

.login-form.group {
	position: relative;
	display: block;
	margin: 0 auto;
	
}

.login-page-buttons {
	display: inline;
}

.login-page-buttons .btn {
	margin-bottom: 20px !important;
}

.login-page p a {
	position: relative;
	margin:15px 0px 15px 15px;
}


/*Always show vertical scroll bar in IE*/
@-ms-viewport {
    width:auto!important
}
/*General Site-wide changes*/
div.topspacer {
    position: relative;
    z-index: 1;
}
#layout-content {
	padding-left: 10px!important;
	padding-right: 0!important;
	width: 77% !important;
}
#aside-second {
	width: 23%;
}
#aside-second div.fltrt:nth-child(2){
  margin-top: 0 !important;
}
body {
  background-color:#5C5C5C !important;
  color: #000;
  overflow-x: hidden;
}
img {
  border:0;
}
label {
    font-weight: normal;
}
label.required {
    font-weight: bold;
}
.topspacer .row {
	margin-bottom: 20px;
}
#content p {
    font-size: 12px;
}
.alert-info {
    background-color: #FFFFE3!important;
}
input[type="checkbox"].form-control {
    display: inline-block;
    height: auto;
}
input[type="file"] {
    padding: 0;
    width: auto;
    border: none;
    background: none;
    box-shadow: none;
}
input[type="radio"],input[type="checkbox"] {
    margin: 0;
}
select, input[type="text"], input[type="password"], input[type="email"] {
    height: 28px !important;
    line-height: 1 !important;
    font-size: 13px;
    padding-bottom: 5px;
}
select,
select.form-control {
    padding: 0 0 0 12px;
}
.form-group {
    margin-bottom: 10px;
}
/*Button*/
.btn-link {
  font-weight: normal;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  background-color: transparent;
}

/*Menu*/
.dropdown-menu {   
  min-width: 190px;
  margin-left:0;
  margin: -2px 0px 0px 0px;
  border: 1px solid
}
ul.dropdown-menu {
  background-color: #666;
    border-color: #666;
}
.dropdown.dropdown-white ul.dropdown-menu {
    background-color: #fff;
    border-color: #fff;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.dropdown.dropdown-white ul.dropdown-menu a:hover {
    background-image: none;
}
.menu-corporate-submenu > li > a { 
  margin-top:0px;  
  padding-bottom: 5px;
  line-height: 5px !important;
  max-height:40px; 
  overflow:hidden;
}
.navbar-default {
    background-color: transparent !important;
}

.input-group-addon {
    background-color: #C6C6C6;
    border-color: #ADADAD;
}
div.zone-tripel-first input[type="text"]{
    font-size: 11px;
}
html.orchard-users form {
    margin-left: 0;
    margin-right: 0; 
}
html.orchard-users form:before, html.orchard-users form:after {
    display: none;
}
#aside-second li p{
    margin: 0;
}
#aside-second li p a{
    padding-left: 11px!important;
}
/*Temporary override for submenu arrows*/
.fa-angle-down {
    display: none;
}
.zone-content ul {
    /*padding-left: 40px;
    list-style: disc;*/
}
ol {
    padding-left: 40px;
    list-style-type: decimal;
}
/* fixes bullet points for content pages */
.page ul li {
    list-style: disc !important;
    margin-left: 40px;
}

.noListStyle ul li {
    list-style: none !important;
}
ol.noListStyle li {
    list-style: none !important;
}

.zone-content .plain-list {
    padding-left: 0;
    list-style: none;
}
ul.breadcrumb {
    background-color: transparent;
    padding: 0 0 2px 0;
    margin-bottom: 0;
}
.breadcrumb > li + li:before  {
    font-family: FontAwesome;
    content: "\f101";  
    padding: 0 5px;  
    color: #85827F;
    font-weight: bold;
    font-size:8px;
    vertical-align:0px;
}

/* Modal */

.modal-wrapper {
	position: relative;
	padding:2px 15px;
	z-index: 99999;
}


.modal {
    top: 10%;
    display: block;
    margin: 0 auto;
    bottom:auto;
	padding-right: 0px !important;
}

.modal-dialog, .modal-dialog-auto {
    margin: auto !important;    
}

.modal-dialog-auto {
    width: auto !important;
}

.panel-menus{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5C5C5C;
  z-index: 99;  
}
.panel-menus > li{
  line-height: 3;
}
.panel-menus > li > a{
  padding: 0.7em 1em 0.7em 1.8em;
  font-size: 1.2em;
  /*border-top: 1px solid;*/
  /*border-bottom: 1px solid;*/
}
.panel-menus a{
  color: #fff;
  text-decoration: none;
}
.mobile-navbars
{
  display: block;
  width: 45px;
  height: 18px;
  padding: 15px 0 0 15px;
}
.mobile-navbars:before,
.mobile-navbars:after
{
  content: '';
  display: block;
  background: #000;
  height: 4px;
}
.mobile-navbars span
{
  background: #000;
  display: block;
  height: 4px;
  margin: 4px 0;
}
.mobile-header{
  background: #fff;
  padding-bottom: 20px;
}

.mobile-homepage-buttons {
        display:none;
    }

@media (min-width: 767px){
  .mobile-header{
    display: none;
  }

 
}

.hidden {
    display: none;
}


/*@media (max-width: 991px) {
  #layout-content{
    width: 100% !important;
  }
 
 
  
}*/

@media(max-width: 767px) {
     
    /* main PO logo*/
    .mainLogo {
        background-image: url(../images/logo_small.png);
        background-repeat: no-repeat;
        height: 32px;
        width: 144px;
    }

    .homeSlider {
      width:100% !important;
    }

    /* show CTAs under homeslider*/
    .mobile-homepage-buttons {
        display:inline;
    }

    /* main nav tabs */
    .bgmenu {
        display: none;
    }
    
    

    /* Sub menu under tabs*/
    .subMenuBackground {
        display: none;
      }

    /* side bar navigation */
    #aside-second {
    display: none !important;
  }

    /*homepage small images*/
    #smallImages {
        display: none !important;
    }

    .banner {
    position: relative;
    overflow: auto;
    margin-top: 10px;
    /*height: 219px !important;
    width: 589px !important;*/
    height: auto;
    width: 100%;
    }

    /* main content area*/
    #layout-content{
    width: 100% !important;
  }

    .modal-dialog {
        width: 600px;
    }
    
    .login-form.group {
	width: 100%;
    }

    .modal {
        width:90%;
    }
    
    /* fix used in the bill of lading page where the modal covers part of the top menu items */
    /*#ConfirmModal .modal.fade {
        top: -250px !important;
    }*/
    .mobile-modal{    
        top: -1000px !important;
    }

    /*give some extra padding to the bottom of the icons because they "chop off" on some devices*/
    .socialMediaContainer {
        height: 40px !important;        
        padding-bottom: 10px !important;
    }
    
}
@media(max-width: 631px) {
    .modal-dialog {
        width: 400px;
    }
}

@media (min-width: 400px) { /*min-width was changed to 400px from 1200px*/
  .container {
    width: 100%;
  }

    /* terminal info popover */
  .popover {
        display: none;
    }
}



@media (min-width: 400px) { /*min-width was 1200px*/
 
}

/* This prevents the grids from changing to one col per row when at a low screen size aka no more responsive ness */
  .container {
    max-width: 750px;
  }

.elementContainer {
        position: absolute;bottom: 20px;
    }

/* hides the search bar as soon as it would start to wrap */
@media (max-width: 933px) {
    .qsearchBoxContainer {
        display:none;
    }

    /* Schedule pickup */
    .pickup-steps {
        display: none;
    }

    .pickup-steps-counter {
        display: none;
    }
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
    /*padding: 5px 15px 5px 25px;*/
  }
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 15px;
	}
	
    .elementContainer {
        position: relative !important;
        bottom: 0px !important;
    }

    #userWelcome {
        font-weight:bold;
    }

    #userWelcome, #userlogin {
        font-size: 10px !important;
    }

    .user-register-btn, .user-login-btn, .user-logout-btn, .user-info-btn {
        font-size: 10px;
    }

	.logonStatusContainer {
       position: relative !important;
       /*margin-top:18px !important;*/
        width: 150px;
        height: auto;
        font-size: 10px !important;
    }

    #login-user-group {
        position: relative;
        right: 30px;
    }

    .topspacer {
        height:70px !important;
    }

    /* this is prevent the auto zoom that happens in safari on iOS devices */
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
      font-size: 16px !important;
    }

    /*.credits {
        margin-top: -15px !important;
    }

    .footercopyright {
        display: none;
    }*/

    div.step-text,
    .step-text {
        position: relative;
        width: 100%;
        max-width: 800px;
        bottom: 35px;
        left: 31px;
    }

	/* Rate Quote overrides */
    .OriginCityAndState {
        margin-bottom: 10px;
    }

    .DestinationCityAndState {
        margin-bottom: 10px;
    }

    

    /* BOL Editor*/
    .saveAsTemplate {
        margin-top: 10px;
    }

    #resetBtn {
        margin-top: 10px;
    }


    .pickup-steps-counter {
        display: none;
    }

}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }

    .radioLabel {
        padding-left: 10px;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
        margin-top: 5px;
	    padding-bottom: 5px;
	    line-height: 5px;
  }
}
@media (min-width: 400px) { /*this is 1200px in PJS*/
 
                        
                            
                            
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  
  .logonStatusContainer {
   /*position: relative !important;
   margin-top:37px !important;*/
    
}
  
}
@media (min-width: 400px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 400px) {
  .hidden-lg {
    display: none !important;
  }
}
/*768*/
@media (min-width: 400px) {
  html.boxed-layout #layout-main-container,
  html.boxed-layout #layout-tripel-container,
  html.boxed-layout #layout-footer {
    width: 100%;
  }
}
/*992*/
@media (min-width: 400px) {
  html.boxed-layout #layout-main-container,
  html.boxed-layout #layout-tripel-container,
  html.boxed-layout #layout-footer {
    width: 100%;
  }
}
/*1200*/
@media (min-width: 400px) {
  html.boxed-layout #layout-main-container,
  html.boxed-layout #layout-tripel-container,
  html.boxed-layout #layout-footer {
    width: 100%;
  }
}
/*768*/
@media (min-width: 400px) {
  html.boxed-layout #layout-main-container > .navbar-header,
  html.boxed-layout #layout-tripel-container > .navbar-header,
  html.boxed-layout #layout-footer > .navbar-header,
  html.boxed-layout #layout-main-container > .navbar-collapse,
  html.boxed-layout #layout-tripel-container > .navbar-collapse,
  html.boxed-layout #layout-footer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/*768*/
@media (min-width: 400px) {
  html.fixed-nav.boxed-layout #layout-navigation {
    width: 100%;
  }
}
/*992*/
@media (min-width: 400px) {
  html.fixed-nav.boxed-layout #layout-navigation {
    width: 100%;
  }
}
/*1200*/
@media (min-width: 400px) {
  html.fixed-nav.boxed-layout #layout-navigation {
    width: 100%;
  }
}
/*768*/
@media (min-width: 400px) {
  html.fixed-nav.boxed-layout #layout-navigation > .navbar-header,
  html.fixed-nav.boxed-layout #layout-navigation > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/*992*/
@media (min-width: 400px) {
  html.floating-nav #layout-navigation {
    float: left;
    width: 100%;
  }
}
/*768*/
@media (min-width: 400px) {
  html.floating-nav.boxed-layout .navbar-wrapper {
    width: 750px;
  }
}
/*992*/
@media (min-width: 400px) {
  html.floating-nav.boxed-layout .navbar-wrapper {
    width: 970px;
  }
}
/*1200*/
@media (min-width: 400px) {
  html.floating-nav.boxed-layout .navbar-wrapper {
    width: 1170px;
  }
}
/*768*/
@media (min-width: 400px) {
  html.floating-nav.boxed-layout .navbar-wrapper > .navbar-header,
  html.floating-nav.boxed-layout .navbar-wrapper > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/*992*/
@media (min-width: 400px) {
  #layout-content {
    float: left;
    width: 100%;
  }
}
/*992*/
@media (min-width: 400px) {
  .aside-1 #layout-content,
  .aside-2 #layout-content {
    float: left;
    width: 75%;
  }
}
/*992*/
@media (min-width: 400px) {
  .aside-12 #layout-content {
    float: left;
    width: 50%;
  }
}


/*992*/
@media (min-width: 400px) {
  .tripel-1 #tripel-first,
  .tripel-2 #tripel-first,
  .tripel-3 #tripel-first,
  .tripel-1 #tripel-second,
  .tripel-2 #tripel-second,
  .tripel-3 #tripel-second,
  .tripel-1 #tripel-third,
  .tripel-2 #tripel-third,
  .tripel-3 #tripel-third {
    float: left;
    width: 100%;
  }
}
/*992*/
@media (min-width: 400px) {
  .tripel-12 #tripel-first,
  .tripel-13 #tripel-first,
  .tripel-23 #tripel-first,
  .tripel-12 #tripel-second,
  .tripel-13 #tripel-second,
  .tripel-23 #tripel-second,
  .tripel-12 #tripel-third,
  .tripel-13 #tripel-third,
  .tripel-23 #tripel-third {
    float: left;
    width: 50%;
  }
}
/*992*/
@media (min-width: 400px) {
  .tripel-123 #tripel-first,
  .tripel-123 #tripel-second,
  .tripel-123 #tripel-third {
    float: left;
    width: 33.33333333%;
  }
}
/*992*/
@media (min-width: 400px) {
  .split-1 + #layout-footer #footer-quad-first,
  .split-2 + #layout-footer #footer-quad-first,
  .split-3 + #layout-footer #footer-quad-first,
  .split-4 + #layout-footer #footer-quad-first,
  .split-1 + #layout-footer #footer-quad-second,
  .split-2 + #layout-footer #footer-quad-second,
  .split-3 + #layout-footer #footer-quad-second,
  .split-4 + #layout-footer #footer-quad-second,
  .split-1 + #layout-footer #footer-quad-third,
  .split-2 + #layout-footer #footer-quad-third,
  .split-3 + #layout-footer #footer-quad-third,
  .split-4 + #layout-footer #footer-quad-third,
  .split-1 + #layout-footer #footer-quad-fourth,
  .split-2 + #layout-footer #footer-quad-fourth,
  .split-3 + #layout-footer #footer-quad-fourth,
  .split-4 + #layout-footer #footer-quad-fourth {
    float: left;
    width: 100%;
  }
}
/*992*/
@media (min-width: 400px) {
  .split-12 + #layout-footer #footer-quad-first,
  .split-13 + #layout-footer #footer-quad-first,
  .split-14 + #layout-footer #footer-quad-first,
  .split-23 + #layout-footer #footer-quad-first,
  .split-24 + #layout-footer #footer-quad-first,
  .split-34 + #layout-footer #footer-quad-first,
  .split-12 + #layout-footer #footer-quad-second,
  .split-13 + #layout-footer #footer-quad-second,
  .split-14 + #layout-footer #footer-quad-second,
  .split-23 + #layout-footer #footer-quad-second,
  .split-24 + #layout-footer #footer-quad-second,
  .split-34 + #layout-footer #footer-quad-second,
  .split-12 + #layout-footer #footer-quad-third,
  .split-13 + #layout-footer #footer-quad-third,
  .split-14 + #layout-footer #footer-quad-third,
  .split-23 + #layout-footer #footer-quad-third,
  .split-24 + #layout-footer #footer-quad-third,
  .split-34 + #layout-footer #footer-quad-third,
  .split-12 + #layout-footer #footer-quad-fourth,
  .split-13 + #layout-footer #footer-quad-fourth,
  .split-14 + #layout-footer #footer-quad-fourth,
  .split-23 + #layout-footer #footer-quad-fourth,
  .split-24 + #layout-footer #footer-quad-fourth,
  .split-34 + #layout-footer #footer-quad-fourth {
    float: left;
    width: 50%;
  }
}
/*992*/
@media (min-width: 400px) {
  .split-123 + #layout-footer #footer-quad-first,
  .split-124 + #layout-footer #footer-quad-first,
  .split-134 + #layout-footer #footer-quad-first,
  .split-234 + #layout-footer #footer-quad-first,
  .split-123 + #layout-footer #footer-quad-second,
  .split-124 + #layout-footer #footer-quad-second,
  .split-134 + #layout-footer #footer-quad-second,
  .split-234 + #layout-footer #footer-quad-second,
  .split-123 + #layout-footer #footer-quad-third,
  .split-124 + #layout-footer #footer-quad-third,
  .split-134 + #layout-footer #footer-quad-third,
  .split-234 + #layout-footer #footer-quad-third,
  .split-123 + #layout-footer #footer-quad-fourth,
  .split-124 + #layout-footer #footer-quad-fourth,
  .split-134 + #layout-footer #footer-quad-fourth,
  .split-234 + #layout-footer #footer-quad-fourth {
    float: left;
    width: 33.33333333%;
  }
}
/*992*/
@media (min-width: 400px) {
  .split-1234 + #layout-footer #footer-quad-first,
  .split-1234 + #layout-footer #footer-quad-second,
  .split-1234 + #layout-footer #footer-quad-third,
  .split-1234 + #layout-footer #footer-quad-fourth {
    float: left;
    width: 25%;
  }
}
/*992*/
@media (min-width: 400px) {
  html.sticky-footer.boxed-layout #footer {
    width: 970px;
  }
}
/*1200*/
@media (min-width: 400px) {
  html.sticky-footer.boxed-layout #footer {
    width: 1170px;
  }
}
/*768*/
@media (min-width: 400px) {
  html.sticky-footer.boxed-layout #footer > .navbar-header,
  html.sticky-footer.boxed-layout #footer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/*768*/
@media (min-width: 400px) {
  .navbar > #layout-navigation .navbar-brand {
    margin-left: -15px;
  }
}
/*992*/
@media (min-width: 400px) {
  html.orchard-users form fieldset {
    float: left;
    width: 50%;
  }
}


/* overrides supplied by Landon to fix pickup scheduling buttons */
.col-xs-offset-3.col-xs-10 {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}



button.btn.btn-primary.previousButton {
    flex-basis: 20%;
    margin: 0 4px;
}

button#btnAddItem {
    flex-basis: 20%;
    margin: 0 4px;
}

button#NextBtn {
    flex-basis: 30%;
    margin-top: 0;
    margin: 0 4px;
}

/* intermediate fix for homepage sub-button images */
@media screen and (min-width: 768px ) {
    .row.mobile-homepage-buttons div a img {
        float: none;
    }
}

@media screen and (max-width: 375px) {
    button.btn.btn-primary.previousButton {
        flex-basis: 45%;
        margin-left: 0;
        margin: 0 4px;
    }
    button#btnAddItem {
        flex-basis: 45%;
        margin: 0 4px;
        margin-top: 10px;
    }
    button#NextBtn {
        flex-basis: 94%;
        margin-top: 8px;
    }

    button#editOptionsButton {
        flex-basis: 45%;
        margin: 0 4px;
    }
    
    button#editPickupButton {
        flex-basis: 45%;
        margin: 0 4px;
    }

    button#submitButton {
        flex-basis: 45%;
        margin: 0 4px;
    }

    .btnTemplateCancel {
        
        margin-top: 8px;
    }

    .btnTemplateReset {
        margin-top: 8px;
    }

    .desc_featured {
        display:none;
    }

    .modal.fade {
        top: -200px !important;
    }

    .modal.fade.in {
        top: 20px !important;
    }
}
