/*BS CALLOUT FROM BS4 to BS3 */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

/* END OF BS CALLOUT */

body {
  padding-top: 91px;
  background-color: #ffffff;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h1 {
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
}

#footer h4 {
  color: #fff;
}

p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 14px;
}

.centered {
  text-align: center;
}

a {
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}

a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-primary {
  padding-bottom: 20px;
  padding-top: 20px;
}

.navbar-default {
  background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.brand-logo {
  margin-top: -8px;
  font-size: 20px;
}

.navbar-default {
  /*border-color: #ccc;*/
}

/*
.navbar-default .navbar-nav > li > a {
	color: white;
	font-size: 18px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: rgba(70,70,70,0.7) 0px 1px 0px;
    border: 2px solid rgba(200,200,200,0);
    opacity: 0.9;
    /*
     border: 2px solid rgba(200,200,200,0.5);
	 margin-left: 20px;
	 */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #fff;

}

.navbar-default .navbar-nav > li > a:hover {
  color: #333;
}

.navbar-brand {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 0px;
  margin-left: 0px !important;

}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.mt {
  margin-top: 32px;
  margin-bottom: 32px;
}

.pt {
  padding-top: 40px;
  padding-bottom: 40px;
}

.notif {
  padding-top: 30px;
  padding-bottom: 30px;
}

.notif-line {
  border: 0;
  border-bottom: 1px solid #ccc;
}

#ww {
  padding-top: 28px;
  padding-bottom: 28px;
  /*background-color: #f2f2f2;*/
  background-color: rgb(250, 250, 250);

  border: 0;
  border-bottom: 1px solid #ccc;

}

#ww-double-tabs {
  padding-top: 1px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

#footer {
  background-color: black;
}

#footer p {
  color: white;
  margin-bottom: 0px;
}

#spinner {
  position: absolute;
  display: block;
  left: 50%;
}

table.table-details {
  margin-bottom: 24px;
}

table.table-details td {
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
  vertical-align: top;
}

.form-horizontal span.help-block,
.form-horizontal label {
  text-align: left;
  /*
  float: left;
  */
}

.reader {
  padding: 32px;
  font-weight: 400;
  font-size: 14px;
}

.container-small {
  padding: 8px;
}

.navbar-primary, .navbar-secondary > ul > li {
  text-transform: uppercase;
}

.navbar-secondary {
  border: 0;
  margin-bottom: -1px;

  border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0px;
}

.navbar-secondary .navbar-nav > .active > a {
  margin-bottom: -1px;
  border: 0;
  /*border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;*/
}

.navbar-secondary .navbar-nav > .active > a, .navbar-secondary .navbar-nav > .active > a:hover,
.navbar-secondary .navbar-nav > .active > a:focus {
  background-color: #B1D0FF;
}

.alert-float {
  padding: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 420px;
}

#footer {

  border: 0;
  border-top: 1px solid #ccc;
  background-color: #2f2f2f;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 420px;
}

.footer-column-2 {
  float: right;
}

@media screen and (max-width: 768px) {
  .footer-column-2 {
    float: left;
  }
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lower {
  padding: 20px;
  /*padding-bottom:54px;*/
}

table tr td.left, table tr th.left {
  text-align: left
}

table tr td.center, table tr th.center {
  text-align: center
}

table tr td.right, table tr th.right {
  text-align: right
}

img#captcha_img.img-thumbnail {
  float: left;
}

.vertical-line {
  border-left: 2px solid #ccc;
}

.select-group input.form-control {
  width: 65%
}

.select-group select.input-group-addon {
  width: 35%;
}

/* text in the middle divider */
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 1em;
  margin-bottom: 15px;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #ccc;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #325185;
  border-color: #325185;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #7f9ed2;
}

a.style-link:link {
  color: #325185;
}

a.style-link:visited {
  color: #325185;
}

a.style-link:hover {
  color: #325185;
}

#footer a:link {
  color: #fff;
}

#footer a:visited {
  color: #ccc;
}

#footer a:hover {
  color: #eff5f4;
}

#ww-double-tabs {
  padding-top: 0px;
}

#navbarLargeMenu {
  padding-left: 30px;
  padding-right: 15px;
}

#navbarLargeMenu.container-extra {
  padding: 0;
}

#footer {
  padding-left: 10%;
  padding-right: 10%;
}

.navbar-lower input {
  margin-bottom: -2px;
}

/* override if small screen */
@media (max-width: 978px) {
  /*
  body > div {
    padding-left: 2%;
    padding-right: 2%;
  }
  */
  body > div {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  #g-recaptcha {
    width: 304px;
    margin: 0 auto;
  }

  /*
  #logo {
    margin-left: 4% !important;
  }
  */
  #ups-pick-up-retail-id {
    position: fixed;
    top: 68px;
    text-align: right !important;
  }
}

p.no-margin {
  margin-bottom: 5px;
}

h1.main {
  font-size: 3.2em;
  color: #333;
}

/*
// messing with container fluid style makes responsiveness tacky and elements too wide
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
*/

.close {
  position: relative;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #b1d0ff;
  border-color: #b1d0ff;
}

button > span:not(.caret), button > i:not(.caret), a[type="button"] > span:not(.caret) {
  padding-left: 5px;
}

li#tab0 {
  border-left: #ccc solid 1px;
}

.navbar-lower .nav > li > a, .navbar-lower .brand {
  float: none;
  color: #777;
  text-decoration: none;
}

.navbar-lower .nav > li > a {
  padding: 8px 12px 8px 12px !important;
}

.navbar-lower .container-small {
  padding: 1px 0 0 0;
}

.navbar-lower {
  font-size: 0.9em;
  min-height: 28px !important;
}

#list {
  margin-top: 10px;
  min-height: 300px;
}

#list table thead {
  background-color: #999 !important;
  color: #fff;
}

.navbar-lower {
  background-image: linear-gradient(#f6f6f6, #fff 30%);
}

.label-pill {
  margin-left: 0.1em;
  padding-right: .5em;
  padding-left: .5em;
  padding-top: .1em;
  padding-bottom: .1em;
  border-radius: 2rem;
  font-size: 0.95em;
}

#ups-pick-up-retail-id {
  position: fixed;
  top: 69px;
  z-index: 2000;

}

.ul-fixed-top {
  float: right;
  padding-left: 20px;
}

div.top-notice {
  padding: 0;
  position: fixed;
  top: 0;
  /*top: 68px;
  right: 165px;  */
  right: 0;
  z-index: 2000;
}

#company-label-id {
  height: 40px;
  overflow: hidden;
}

label {
  font-weight: 600;
}

.dpt-required:after {
  content: ' *';
  color: red;
}

.navbar-secondary .navbar-nav {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Desktop logo */
.brand-logo-bg {
  background-size: contain !important;
  height: 55px;
  width: 300px;
  background: var(--logo-url) no-repeat;
  background-position: left;
}

.bold {
  font-weight: 600;
}

button.navbar-toggle {
  position: relative;
  margin-left: 150px;
  margin-right: 30px;
  margin-top: -2px;
  margin-bottom: 19px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #search-ul-id {
    margin-top: 15px;
    width: 100%;
  }

  #search-form .input-group {
    width: 100%;
  }

  #create-shipment {
    margin-top: 15px;
  }

  #navbarLargeMenu {
    padding-bottom: 0;
  }

  /* Mobile logo */
  .brand-logo-bg {
    background: var(--logo-mobile-url) no-repeat;
  }

  .domain-text {
    display: none;
  }

  #user_display_name {
    display: none;
  }

  #navbarLargeMenu, #footer {
    padding-left: 0;
    padding-right: 0;
  }

  .collapse.in ul, .collapsing {
    float: left !important;
  }

  body {
    padding-top: 72px;
  }

  .nav.navbar-nav {
    width: 100%;
    margin: 0;
  }

  .nav.navbar-nav > li {
    width: 100%;
    display: inline-block;
  }

  .navbar-lower .nav > li > a {
    text-align: left !important;
  }

  /* margin-left or padding-left didnt work on a-element. Left-padding hack */
  .navbar-lower .nav > li > a:before {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0";
  }
}

@media only screen and (max-width: 481px) {
  .btn-width-100-480 {
    width: 100%;
  }

  .btn-width-100-480 a {
    width: 100%;
  }
}

.sub-header {
  z-index: 100;
  background-color: white;
  border-bottom: solid 1px #e7e7e7;
  margin-top: -1px;
  padding: 12px;
  /*position: fixed;*/
  /*position: relative;*/
  /*top: 91px;*/
  width: 100%;
  display: flex;
}

.sub-header > div:last-of-type {
  margin-left: 12px;
  flex: 1;
}

.sub-header > div:last-of-type > div {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0%;
}

.sub-header > div:last-of-type > div > h1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
}

@media only screen and (max-width: 767px) {
  /*
  .sub-header {
    top: 72px;
  }*/
}

/*
.sub-header-spacing {
  height: 84px;
  width: 100%;
}*/

.dpt-panel > .panel-heading {
  position: relative;
  display: flex;
}

.dpt-panel > .panel-heading > .print-icon-wrapper {
  position: relative;
  height: auto;
  width: auto;
}

.dpt-panel > .panel-heading > .print-icon-wrapper > i {
  font-size: 250%;
  position: relative;
  margin-right: 10px;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
}

.dpt-panel > .panel-heading > .print-title-wrapper {
  position: relative;
  flex: 1;
}

.dpt-panel > .panel-heading > span > h4 {
  display: inline-block;
  margin: 0;
  font-size: 17px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.dpt-panel > .panel-heading > a {
  margin-left: 15px;
  display: inline-block;
  font-size: 150%;
}

.dpt-panel > .panel-heading > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* this will disable the iOS safari zooming on input fields with the trade-off of having to increase input font-sizes deom 14px to 16px */
@media only screen and (max-width: 1028px) {
  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:focus,
  textarea {
    font-size: 16px !important;
  }
}

.hr-fix {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .hr-fix {
    margin-bottom: 0 !important;
  }

  div.top-notice {
    top: 18px;
    right: 69px;
  }
}

.f32 {
  transform: scale(.8);
}

@media screen and (min-width: 767px) {
  .f32 {
    transform: scale(.75);
  }
}

.loader-container {
  z-index: 10000;
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1000ms linear infinite;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* login styles */
.card-container.card {
  max-width: 400px;
  padding: 40px 40px;
}

.card {
  /*background-color: #F7F7F7;
  background-color: rgb(250,250,250);*/
  background-color: white;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.btn {
  transition: all 0.218s;
}

.text-secondary {
 color: orange;
}

.btn-secondary {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-secondary:hover, btn-secondary:focus, btn-secondary.active, .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

#list table thead {
  //background-color: red !important;
  border-radius: 6px;
}

#list {
  padding: 12px !important;
}

#list tr {
  border-left-top-radius: 6px;
}

#list tr th:first-of-type {
  border-top-left-radius: 6px;
}

#list tr th:last-of-type {
  border-top-right-radius: 6px;
}

#list table {
  border: solid 1px #eee;
  border-radius: 6px !important;
  border-collapse: inherit;
}

/*
.btn.btn-signin {
  background-color: rgb(104, 145, 162);
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: rgb(12, 97, 33);
}
*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.428571429 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.select2-container {
    width: 100% !important;
}

.typeahead {
    z-index: 1051;
}

#cookie-banner {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  z-index: 99999;
  background-color: white;
}

#cookie-banner .content-container {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  text-align: center;
  margin: 30px auto;
  flex-direction: row;
}

.modal {
    z-index: 1052;
}
