/*
body {
    color: #595959;
    font-family: "ProximaNova",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    overflow-y:scroll;
}

.container {
  margin: auto;
  padding: 0 10px;
  position: relative;
  width: 980px;
}
*/

/* Responsive CSS */

.container {
  padding: 0 0 1em 0;
  margin: auto;
  position: relative;
}

#navigation > ul,
#navigation > ul > li ul {
  z-index: 25000 !important;
}

@media (min-width: 768px) {
  .container {
    width: 55em;
    padding: 0;
  }

  #navigation > ul,
  #navigation > ul > li ul {
    display: block !important;
  }

  #menu-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 64em;
  }
}

/* Colours */

.green{
  color:#719c0f !important;
}

.red{
  color: #d3133e !important;
}

.light-red{
  color: #DB4E58 !important;
}

.grey{
  color: #afb4a4 !important;
}

.blue{
  color: #005e98 !important;
}

.validate-div{
  display:inline-block;
  position:relative;
  left:-30px;
  top:1px;
}

.top-separated{
  margin-top: 1em;
}

.error{
  color: #BF0000;
}

.warning-color{
  color: #EFAA33 !important;
}

/* Standard Forms */

.standard-form .form-group{
  margin-bottom: 0.5em;
}

/* Main login form */



/* Line */

/*
.middle-line-row {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}

.middle-line-row:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: solid 1px #e8e8e8;
  z-index: 0;
}

.middle-line-row .btn {
  position: relative;
  z-index: 5
}

.middle-line-row .btn:before,
.middle-line-row .btn:after {
  display: block;
  content: "";
  font-size: 0;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  background: #fff;
  position: absolute;
}

.middle-line-row .btn:before {
  left: -9px;
}

.middle-line-row .btn:after {
  right: -9px;
}
*/

/* Forms */

.form-group .form-label label .req {
  color: #d3133e;
}

/* Top banner */

#top-banner{
  /*background: url("../images/banner-dots.png") repeat left top;*/
  background: white;
  /*height: 364px;*/
  height: 291px;
  border-bottom: solid 1px #e8e8e8;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#top-banner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/banner_new.png") no-repeat center;
  display: block;
  content: "";
}

#top-banner h1 {
  width: 49%;
  /*padding: 160px 10px 10px 0;*/
  padding: 2.45em 0 0 0;
  float: left;
  color: #3d3d3d;
  font-size: 32px;
  position: relative;
  /*left: -10px;*/
  left: -1em;
  z-index: 1;
}

#top-banner h1 img {
  margin-bottom: 5px;
}

/* Top banner for the portal (smaller) */

/*
#top-banner-portal{
  background: url("../images/banner-dots.png") repeat left top;
  padding: 1.4em 0;
  height: 14em;
  border-bottom: solid 1px #e8e8e8;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#top-banner-portal:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/banner.png") top center no-repeat;
  display: block;
  content: "";
}

#top-banner-portal h1 {
  width: 49%;
  float: left;
  color: #3d3d3d;
  font-size: 32px;
  position: relative;
  left: 0.5em;
  z-index: 1;
}

#top-banner-portal h1 img {
  margin-bottom: 5px;
}
*/

/* Login button */
.btn-seller-login{
  margin-top: 0.9em;
  float: left;
  margin-right: 1em;
}

/* Font awesome extension */

.fa-125x {
  font-size: 1.25em !important;
}

.fa-15x {
  font-size: 1.5em !important;
}

/* Badge for pending invoices */

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.my-invoices-badge .badge {
  position: relative;
  margin-left: -0.5em;
  margin-bottom: -1em;
  margin-right: 0;
  background: #db4e58;
  font-size: 80%;
  border: white solid 0.2em;
}

@media only screen and (max-width: 767px) {

  #top-banner, #top-banner-portal {
    height: auto;
    padding: 0.5em;
  }

  #top-banner:before, #top-banner-portal:before {
    display: none;
  }

  #top-banner h1, #top-banner-portal h1 {
    padding: 0;
    left: -10px;
  }

  #top-banner h1 img, #top-banner-portal h1 img {
    width: 7em;
  }

  #top-banner h1, #top-banner-portal h1 {
    float: none !important;
    width: auto !important;
  }

  .btn-seller-login{
    margin-right: 1em;
    margin-top: 0.55em;
  }

}

/* Bulk actions for data-tables */
.bulk-actions-area{
  margin-top: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.bulk-actions-area label{
  display: block;
  margin-bottom: 0.5em;
}

.bulk-actions-area select{
  display: inline-block;
  /*margin-top: 0.25em;*/
  margin-right: 0.5em;
}

.bulk-actions-area button{
  display: inline-block;
}

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

#parcel-details-box{
  width: 500px;
  padding: 1.5em;
  text-align: center;
}

#parcel-details-box h2, #parcel-details-box h3{
  text-align: left;
}

#parcel-details-box h2{
  margin-top: 0;
  margin-bottom: 0;
}

#parcel-details-box h3{
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}

#parcel-details-box input{
  margin-top: 1em;
}

#weight-table tr td:first-child{
  padding-top: 0.85em;
}

#weight-table tr.error input{
  border-color: #BF0000;
}

#parcel-details-box table{
  margin: auto;
  max-width: 100%;
  margin-top: 1em;
}

#parcel-details-box table th{
  height: 2em;
  background: darkgrey;
  text-align: center;
}

#parcel-details-box table tr{
  background: #EAEAEA;
}

#parcel-details-box table tr.pair{
  background: lightgrey;
}

#parcel-details-box table tr td{
  width: 8em;
  height: 3em;
}

#parcel-details-box table td {
  padding: 0.5em;
}

#parcel-details-box table tr td input{
  margin: 0;
  margin-left: 0.4em;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  padding: 0.3em;
}

#parcel_details_confirm_button{
  display: block;
  margin: auto;
  margin-bottom: 1.2em;
}

#footer {
  background: #062557;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding-top: 0.5em;
  min-height: 2.5em;
}

#footer a {
  color: #fff;
  /*text-decoration: underline;*/
}

#footer .footer-container{
  margin: auto;
  width: 60%;
}

#footer .footer-container .left{
  /*float: left;*/
  display: inline-block;
}

#footer .footer-container .right{
  /*float: right;*/
  display: inline-block;
}

.shyp-top-environment-box{
  position: fixed;
  /*top: -80px;*/
  top: 80px;
  left: 0;
  text-align: center;
  padding: 0.5em;
  margin: 0 auto;
  width: 100%;
  height: 42px;
  z-index: 900/*24000/*25093*/;
  background: #FFCD44;
  font-size: 1.2em;
  font-weight: bold;
}

.top-body-extra-for-environment-box{
  padding: 122px 0 0 !important;
}

.display-inline-div{
  display: inline;
}

.load-medium-button-spinner-div{
  display: inline-block;
  margin-top: 1.25em;
}

.centered-content-div{
  text-align: center;
}

.login-header .img-responsive{
  display: inline-block !important;
}

.button-spinner{
  display: inline-block;
  margin-top: 0.80em;
}