html,
body {
  height: 100%;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.container,
.container-fluid .full-height,
.container-fluid {
  height: 100%;
}

.container-fluid .dropdown {
  margin-left: 3px;
}

.full-height {
  min-height: 100%;
  height: 100%;
}

.alert {
  border-radius: 3px;
}

body {
  font-size: 13px;
  color: #263746;
  min-height: 100%;
}

.spacer-20 {
  height: 20px;
}

.spacer-10 {
  height: 10px;
}

.green {
  color: #00AE3C !important;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.yellow {
  color: #FF9100 !important;
}

.red {
  color: #ff6a70 !important;
}

.orange {
  color: #ff6600;
}

.grey-light {
  color: #8b959e;
}

.grey-lighter {
  color: #BEC2C5;
}

.required {
  color: red;
  border-color: #ff0000;
}

.sidebar {
  background-color: #f4faff;
  border-right: 1px solid #eee;
}

body {
  padding-top: 50px;
}

.navbar.navbar-default.navbar-static-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.navbar.navbar-default.navbar-static-top>.container-fluid {
  overflow: inherit;
}

body,
.navbar,
.app-menu {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background: none;
  color: white !important;
  height: 50px;
}

.navbar-default {
  border: 0px;
}

.navbar-nav>li.search-input-container {
  position: inherit;
}

.navbar-nav>li.search-input-container .search-input-group {
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.navbar-nav>li.search-input-container .search-input-group .typeahead-container input {
  width: 110px !important;
}

.navbar-nav>li>a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-container {
  height: 75px;
}

.navbar-brand {
  margin: 0 !important;
  padding: 10px 30px;
}

@media(max-width:991px) {
  .navbar-brand {
    padding: 10px;
  }
}

.navbar-brand img {
  /*margin-left: -22px;*/
  margin-top: 10px;
  position: relative;
  z-index: 500;
  /*width: 36px;*/
}

.navbar-collapse {
  padding-right: 30px;
  padding-left: 30px;
}

.navbar-header {
  height: 50px;
}

.navbar {
  background: #0071ce;
  /* Old browsers */
  margin-bottom: 0px;
  border-radius: 0px;
  /*padding-left: 20px;*/
}

.navbar-nav>li:first-child {
  /*padding-left: 60px;*/
}

.navbar .glyphicon {
  margin-left: 2px;
}

.navbar .badge {
  font-size: 10px;
  padding: 3px 5px;
  margin-top: -5px;
  position: absolute;
  border: 1px solid #FFBDBF;
  margin-left: -5px;
}

.approval-indicator {
  margin-left: 1px;
  margin-top: -5px;
  position: absolute;
  color: #ff6a70;
}

.tasks-indicator {
  position: absolute;
  color: #ff6a70;
  margin-top: -38px;
}

.nav-tabs {
  background-color: #f2f5f7;
}

.navbar-nav {
  /*margin-right: -15px;*/
  border: 0 !important;
}

.navbar-nav>li>a {
  color: white !important;
  font-size: 12px;
  padding: 15px 18px;
  height: 50px;
}

@media(max-width:1135px) {
  .navbar-nav>li>a {
    padding: 15px 10px;
  }
}

.navbar-nav>li>a:hover {
  color: rgb(206, 218, 229)!important;
}

.navbar-nav .back>a {
  color: #fff !important;
  border: 1px solid #00AE3C;
  background-color: #00AE3C;
}

.navbar-nav .back>a:hover {
  color: #fff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background: #263746;
  color: white !important;
  /*margin-top: -1px;*/
}

.navbar-nav .glyphicon-bell {
  font-size: 20px;
}

.badge {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 6px;
  margin: 0 0 -1px 5px;
  border-radius: 100px;
  background-color: #ff6a70;
  color: #fff;
}

.badge-grey {
  font-size: 12px;
  background-color: #DDE2E7;
  color: #9EA7AE;
}

.badge-grey-small {
  font-size: 10px;
  background-color: #fff;
  border: solid 1px #DDE2E7;
  color: #9EA7AE;
  line-height: 8px;
}

.content-confirmation {
  height: 50px;
  background-color: #E5EBF1;
  padding: 15px;
  border-bottom: 1px solid #CED7DF;
}

.content-confirmation .button {
  height: 20px;
  background-color: #A5B1BB;
  border-radius: 3px;
  padding: 3px 6px;
  font-weight: bold;
  margin-left: 8px;
  color: #303E4A;
  text-decoration: none;
  font-size: 12px;
}

.content-confirmation .button:hover {
  color: #000;
  background-color: #98A7B3;
}

.content-confirmation .button-green {
  background-color: #00AE3C;
  color: #003800;
}

.content-confirmation .button-green:hover {
  background-color: #01A73A;
  color: #000;
}

.content-menu-container {
  height: 85px;
  background-color: #eff3f6;
}

.content-menu-container.staff-ui-container {
  background: transparent;
  height: 50px;
}

.staff-side-menu {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 45px;
  border-right: 1px solid #0071ce;
  z-index: 100;
  background: white;
  transition: width .3s ease;
  max-height: 100%;
  overflow: auto;
}

.toggle-menu-button {
  position: absolute;
  width: 30px;
  top: 15px;
  right: 7px;
  bottom: 0;
  cursor: pointer;
}

.toggle-menu-button:before,
.toggle-menu-button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
}

.toggle-menu-button:before {
  width: 30px;
  height: 14px;
  border: 2px solid black;
  border-right: 0;
  border-left: 0;
  top: 0;
}

.toggle-menu-button:after {
  width: 100%;
  height: 2px;
  background: #000;
  top: 6px;
}

.staff-side-inner {
  /*display: none;*/
}

.staff-side-inner .btn.btn-finish {
  background: #BABBBB;
  border-color: #BABBBB;
  text-transform: capitalize;
}

.staff-side-inner .staff-top {
  padding: 30px 15px 10px 35px;
  border-bottom: 1px solid #ccc;
}

.staff-side-inner .staff-top p.name {
  color: #0071ce;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 18px;
}

.staff-side-inner .staff-top p.role {
  color: #0071ce;
  /*margin-bottom: 0;*/
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.staff-side-inner .staff-side-collapse {}

.staff-side-inner .staff-side-collapse .panel {
  margin-bottom: 0;
  box-shadow: 0 0 0 transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.staff-side-inner .staff-side-collapse .panel .panel-heading {
  padding: 0;
}

.staff-side-inner .staff-side-collapse .panel .panel-heading .panel-title {}

.staff-side-inner .staff-side-collapse .panel .panel-heading .panel-title a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 20px 15px 35px;
  font-size: 12px;
}

.staff-side-inner .staff-side-collapse .panel .panel-heading .panel-title a span.fa {
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.staff-side-inner .staff-side-collapse .panel .panel-heading .panel-title a.collapsed {}

.staff-side-inner .staff-side-collapse .panel .panel-heading .panel-title a.collapsed span.fa {
  transform: translateY(-50%) rotate(-90deg);
}

.staff-side-inner .staff-side-collapse .panel .panel-body {
  border-top: 1px solid #ccc;
  padding: 15px 15px 15px 50px;
}

.staff-side-inner .staff-side-collapse .panel .panel-body ul.staff-ui-side-list {
  padding: 0;
  margin: 0;
}

.staff-side-inner .staff-side-collapse .panel .panel-body ul.staff-ui-side-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.staff-side-inner .staff-side-collapse .panel .panel-body ul.staff-ui-side-list li:last-child {
  margin-bottom: 0;
}

.staff-side-inner .staff-side-collapse .panel .panel-body ul.staff-ui-side-list li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.staff-side-inner .staff-side-collapse .panel .panel-body ul.staff-ui-side-list li a.active {
  font-weight: bold;
}

.staff-tab-container {
  padding: 0 20px;
}

ul.staff-ui-list {
  padding: 0;
}

ul.staff-ui-list li {
  display: inline-block;
  padding: 10px;
}

ul.staff-ui-list li a {}


/*.sidebar-layout-content .shipment-submenu{
  padding-left: 100px;
  transition:all .3s ease;
}*/

.sidebar-layout-content {
  padding-left: 55px;
  transition: all .3s ease;
}

.sidebar-layout-content .shipment-submenu {
  transition: all .3s ease;
}

.open-side .staff-side-menu {
  width: 280px;
}

.open-side .staff-side-menu .toggle-menu-button {
  bottom: auto;
}

.open-side .staff-side-menu .toggle-menu-button:before {
  border-color: #ccc;
}

.open-side .staff-side-menu .toggle-menu-button:after {
  background: #ccc;
}

.open-side .staff-side-menu .staff-side-inner {
  /*display: block;*/
}

.open-side .sidebar-layout-content {
  padding-left: 300px;
}

.open-side .sidebar-layout-content.content-menu-container {
  padding-left: 255px;
}

.open-side .sidebar-layout-content.content-menu-container .shipment-submenu {
  padding-left: 90px;
}

.sidebar-layout {
  /*padding-top: 50px;
  margin-top: -50px;*/
  overflow: auto;
}

.sidebar-layout .table-container .table:last-child {
  margin-bottom: 0;
}

.create-page .form-horizontal {
  margin-top: 40px;
}

.content-menu-container .nav-tabs>li>a {
  line-height: 2.5;
  border-radius: 0;
  font-size: 16px;
  color: #8b959e;
  padding-left: 60px;
  padding-right: 60px;
}

.content-menu-container .nav-tabs>li>a:hover {
  color: #323b43;
  background-color: #eff3f6;
}

.content-menu-container .nav-tabs>li:hover {
  color: #323b43 !important;
}

.content-menu-container .nav-tabs>li.active>a {
  color: #323b43;
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.content-menu-container .nav-tabs>li:first-child.active>a {
  border-left: 0px;
}

.required {
  color: red;
}

.provider-adress {
  margin-left: 20px;
  margin-right: 20px;
}

.certif {
  font-weight: bold;
}

.form-control {
  background-color: #FCFCFC;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*select.form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap{
  position: relative;
  background-color: #FCFCFC;
}
.select-wrap select.form-control{
  background: transparent;
  position: relative;
  z-index: 2;
}
.select-wrap i{
  position: absolute;
  right: 7px;
  z-index: 1;
}
.select-wrap i.fa-caret-up{
  top: 5px;
}
.select-wrap i.fa-caret-down{
  bottom: 5px;
}*/

.typeahead-container .typeahead-query input.form-control {
  border-radius: 2px 0 0 2px;
  background-color: #FCFCFC;
  border: 1px solid #ccc;
  border-right-width: 0;
  height: 34px;
  box-shadow: inset 0 0 0 transparent;
}

.typeahead-container .typeahead-field input,
.typeahead-container .typeahead-select {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.typeahead-container .typeahead-button button {
  height: 34px;
  background: #fcfcfc;
  box-shadow: inset 0 0 0 transparent;
}

.typeahead-container .typeahead-button:focus button,
.typeahead-container .typeahead-button:hover button {
  border-left-width: 0;
}

.typeahead-container .typeahead-button button:hover,
.typeahead-container .typeahead-button button.disabled,
.typeahead-container .typeahead-button button:disabled {
  border-color: #ccc;
  border-left-width: 0;
  opacity: 1;
}

.typeahead-container .typeahead-button button .fa-search {
  min-width: 20px;
  font-size: 14px;
  color: #555;
}

.typeahead-container .typeahead-list {
  padding: 0;
  margin-top: -1px;
  border-radius: 2px;
  border-color: #ccc;
  max-height: 450px;
  overflow-y: auto;
  min-width: 160px;
}

.typeahead-container.currency-mode .typeahead-result {}

.typeahead-container.result.currency-mode .typeahead-result .typeahead-list {
  overflow-y: visible;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-flow: column wrap;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.typeahead-container.currency-mode .typeahead-result .typeahead-list li {
  /*border-radius:0;*/
  display: inline-block;
  /*border-bottom:1px solid #ccc;*/
}

.typeahead-container.currency-mode .typeahead-result .typeahead-list li:first-child {}

.typeahead-container.currency-mode .typeahead-result .typeahead-list li:last-child a {
  border-radius: 0 0 2px 2px;
  border-bottom: 0 solid transparent;
}

.typeahead-container.currency-mode .typeahead-result .typeahead-list li a {
  /*display: inline-block;*/
}

.typeahead-container.currency-mode .typeahead-result .typeahead-list li a span {
  /*display: inline-block;*/
}

.typeahead-container .typeahead-result span.currency-wrap {
  white-space: nowrap;
}

.typeahead-container .typeahead-result span.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.typeahead-container .typeahead-result span.wrap .division {
  white-space: pre-line;
}

.typeahead-container .typeahead-result span.wrap .name {
  margin-right: 5px;
}

.typeahead-container .typeahead-list li.typeahead-group {
  background-color: #EEECF7;
}

.typeahead-container .typeahead-list li.typeahead-group a {
  color: #7A96AD;
}

.typeahead-container .typeahead-list li a {
  color: #555555;
  padding: 12px;
  word-wrap: break-word;
  white-space: pre-line;
}

.typeahead-container .typeahead-list li a span {
  white-space: pre-line;
}

.typeahead-container .typeahead-list li a span strong {
  background: #FFE66D;
}

.typeahead-container .typeahead-list li.active a {
  background-color: #FFFAEC;
}

.typeahead-container .typeahead-list li:first-child,
.typeahead-container .typeahead-list li:first-child a {
  border-radius: 2px 2px 0 0;
}

.typeahead-container .typeahead-list li:last-child,
.typeahead-container .typeahead-list li:last-child a {
  border-radius: 0 0 2px 2px;
}

.user-wrap .typeahead-container,
.address-wrap .typeahead-container {
  margin-bottom: 10px;
}

.flight-label {
  margin-top: 30px;
}

.flight-summary {
  font-weight: 600;
  background-color: #FFF5DA;
  padding: 10px;
}

body .popover {
  font-weight: normal;
  border-radius: 3px;
}

body .tooltip {
  border-radius: 3px;
}

body textarea,
body [data-toggle='modal'] {
  outline: none;
}

body .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

body .modal-header {
  padding: 20px 0 10px;
}

body .modal-footer {
  padding: 20px 0 0;
}

body .modal-body {
  padding: 10px 0;
}

.actionBar .actions .dropdown:first-child .dropdown-menu {
  min-width: 80px;
}

.actionBar .actions .dropdown .dropdown-menu:before {
  left: 130px;
}

.actionBar .actions .dropdown:first-child .dropdown-menu:before {
  left: 40px;
}

.shipment-ttl~.popup {
  position: absolute;
  top: 0;
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  padding: 8px 14px;
  margin: -15px 0 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

.shipment-ttl~.popup:before,
.shipment-ttl~.popup:after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  margin-left: -11px;
  width: 0;
  height: 0;
  border: 11px solid #ccc;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.shipment-ttl~.popup:before {
  bottom: -22px;
}

.shipment-ttl~.popup:after {
  bottom: -21px;
  border-top-color: #fff;
}

.item-formset-data .fa-reply,
.item-formset-data.removed .form-group .item>*,
.item-formset-data.removed .item>.remove-hide,
.item-formset-data.removed .item .dims~.remove-hide,
.item-formset-data.removed .form-group>.remove-hide,
.item-formset-data.removed .copy-icon,
.item-formset-data.removed .delete-icon {
  display: none;
}

.item-formset-data.removed .item>.remove-show,
.item-formset-data.removed .fa-reply,
.item-formset-data.removed .fa-reply {
  display: block;
}

.item-formset-data.removed .item-formset-copy-del-div {
  z-index: 500;
}

.item-formset-data.removed {
  position: relative;
}

.item-formset-data.removed:before {
  position: absolute;
  content: "";
  display: block;
}

.item-formset-data.removed:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  left: 0;
  top: 0;
  z-index: 200;
}

.item-formset-data.removed .item:after,
.item-formset-data.removed .container:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .3);
  top: 48px;
  left: 0;
  z-index: 600;
}

.sad {
  color: #620000;
  background-color: rgb(255, 236, 236);
}

.sad .fa-frown-o {
  font-size: 16px !important;
  margin: 0px 12px 0px 2px;
}

.noproviders {
  margin: 10px 0px;
  color: rgb(158, 149, 149);
}

.noproviders .icon {
  color: #F7B9B9;
  font-size: 35px !important;
  padding-top: 3px;
  width: 40px;
  margin: 0px 10px 0px 0px;
}

.noproviders .icon span {
  vertical-align: top;
}

.comment-field {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.loading {
  color: #0071ce;
  background-color: #F0F8FF;
}

.loading .fa-spinner {
  font-size: 14px !important;
  margin: 0px 10px 0px 0px;
}

.loading .fa-spin {
  -webkit-animation: fa-spin .5s infinite linear;
  animation: fa-spin .5s infinite linear;
}

.flight-removed .flight-summary {
  font-weight: 600;
  text-decoration: line-through;
  background-color: #FFF;
  padding: 10px;
  margin: 8px 0;
  color: #737373;
}

.flight-removed .flight-label {
  margin-top: 12px;
  text-decoration: line-through;
}

.flight-removed .fa-reply {
  margin-top: 22px;
  font-size: 12px;
  cursor: pointer;
}

.flight-loading {
  margin-top: 20px;
  padding: 0px;
  height: 80px;
}

label {
  font-weight: 600;
}

.label {
  font-size: 10px;
}

.label-left {
  border-top-right-radius: .0em;
  border-bottom-right-radius: .0em;
}

.label-right {
  border-top-left-radius: .0em;
  border-bottom-left-radius: .0em;
}

.label-danger-light {
  background-color: #F0B1AF;
  color: #800400;
}

.label-success {
  background-color: #00AE3C;
}

.label-success-light {
  background-color: #BCE7BC;
  color: #005600;
}

.label-warning-light {
  background-color: #FFDAA5;
  color: #6E4000;
}

.label-default-light {
  background-color: #C5C5C5;
  color: #474747;
}

.label-inactive {
  background-color: #DADADA;
  color: #8B8B8B;
  font-weight: 600;
}

.label-active {
  background-color: rgb(100, 197, 134);
  color: #044700;
  font-weight: 600;
}

.wizard-steps-container {
  max-height: 60px;
  background-color: #EEECF7;
  border-bottom: 1px solid #ced7df;
}

.wizard-steps-container .controls {
  background: transparent;
  padding: 12px;
}

.flight-layer .confirm-value {
  float: left;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  text-align: justify;
}

.flight-layer .flight-dash:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #323b43;
  right: -5px;
  top: 50%;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 21px 15px;
}

.breadcrumb>li.active {
  color: #000;
}

.breadcrumb>li>a {
  color: #7A96AD;
  text-decoration: none;
}

.breadcrumb>li>a:hover {
  color: #000;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #000;
  font-size: 13px;
}

.wizard-steps {
  margin: 0 auto;
}

.wizard-steps a {
  color: #7A96AD!important;
  line-height: 0px;
  font-size: 13px;
  padding: 8px 35px;
  margin-top: 10px;
  text-decoration: none;
}

.wizard-steps a:hover {
  color: #000!important;
}

.wizard-steps .active {
  color: #000;
}

.wizard-steps .green {
  color: #fff !important;
  border: 1px solid #00AE3C;
  background-color: #00AE3C;
}

.wizard-steps .green:hover {
  color: #fff !important;
  border: 1px solid #00AE3C;
  background-color: #00AE3C;
}

.wizard-steps .red {
  color: #fff !important;
  border: 1px solid #FF323A;
  background-color: #FF323A;
}

.wizard-steps .red:hover {
  color: #fff !important;
  border: 1px solid #FF323A;
  background-color: #FF323A;
}

.shipment-card {
  padding: 35px 45px 45px 45px;
  background-color: #FCFCFC;
}

.shipment-card label.control-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #b3c0cd;
  font-size: 12px;
}

.shipment-card .status-label {
  font-size: 12px;
  font-weight: 700;
}

.shipment-card label.control-label.sub-ttl {
  font-size: 16px;
  color: #556879;
  font-weight: normal;
}

.shipment-card .city {
  font-size: 20px;
  color: #323b43;
  padding-top: 60px;
}

.shipment-card .address {
  font-size: 12px;
  color: #999;
  padding-bottom: 15px;
}

.shipment-card .name {
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

.shipment-card .time {
  font-size: 14px;
  font-weight: 400;
  color: #8b959e;
}

.shipment-card .created {
  font-size: 14px;
  font-weight: 400;
  color: #8b959e;
  margin-top: 7px;
}

.shipment-card .arrow {
  font-size: 20px;
  color: #BFC6CD;
  margin-top: 70px;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  height: 35px;
  width: 59px;
}

.shipment-card .title {
  font-size: 23px;
  font-weight: 300;
  color: #3A95E3;
  padding-bottom: 10px;
}

.shipment-card .title.bordered {
  border-bottom: 1px solid #ced7df;
  padding-bottom: 15px;
}

.shipment-card .title .status {
  padding: 0 0 0 10px;
}

.shipment-card .title .status.green {
  text-transform: uppercase;
}

.ship-ttl {
  font-size: 10px;
}

.shipment-card .title .ship-ttl {
  font-size: 15px;
  color: #323b43;
}

.shipment-card .info-title {
  color: #8b959e;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 3px;
}

.shipment-card .info-text {
  color: #8b959e;
  font-size: 12px;
}

.shipment-card .info-div {
  height: 20px;
}

.shipment-card .status {
  padding: 10px 0 0 10px;
  font-size: 15px;
  text-align: right;
  font-weight: 600;
}

.shipment-submenu {
  height: 85px;
  border-bottom: 1px solid #ced7df;
  background-color: #FCFCFC;
  padding-left: 45px;
}

.shipment-submenu.staff-ui {
  height: 50px;
}

.shipment-submenu.staff-ui li.staff-name {
  list-style-type: none;
  float: left;
  padding: 20px 20px 10px 0;
  font-weight: bold;
  color: #0071ce;
}

.shipment-submenu-item {
  color: #8b959e;
  font-weight: 400;
  font-size: 14px;
  padding: 43px 15px 15px 15px;
  margin: 0px 20px;
  display: inline-block;
}

.shipment-submenu-tab {
  border-top: 1px solid #0071ce;
  border-right: 1px solid #0071ce;
  border-left: 1px solid #0071ce;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  padding: 10px 10px 10px;
  margin: 46px 7px 0px 0px;
  font-size: 12px;
  /*display: inline-block;*/
  list-style-type: none;
}

.shipment-submenu.staff-ui .shipment-submenu-tab {
  margin: 11px 7px 0px 0px;
}

.shipment-submenu-tab,
.shipment-submenu-tab-active {
  float: left;
}

.shipment-submenu-tab a {
  color: #0071ce;
}

.shipment-submenu-tab a:hover {
  text-decoration: none;
}

.shipment-submenu-tab.active a,
.shipment-submenu-tab-active a {
  color: #323b43;
  text-decoration: none;
  font-weight: 600;
}

.shipment-submenu-tab.active,
.shipment-submenu-tab-active {
  border-top: 1px solid #ced7df;
  border-right: 1px solid #ced7df;
  border-left: 1px solid #ced7df !important;
  border-radius: 3px 3px 0 0;
  border-bottom: 0px;
  background-color: #fff;
  color: #323b43;
  float: left;
  padding: 10px 10px 11px;
  margin: 46px 7px 0px 0px;
  font-size: 12px;
}

.reuse-quote-item:hover {
  cursor: pointer;
  background-color: #fff7e3;
}

.cost-group-move-icon {
  position: absolute;
}

@media screen and (max-width: 1900px) {
  .shipment-submenu-tab,
  .shipment-submenu-tab-active {
    padding: 10px 10px 10px;
    margin: 46px 7px 0px 0px;
    font-size: 12px;
  }
  .shipment-submenu-tab-active {
    padding-bottom: 11px;
  }
}

.shipment .submenu-item-active {
  border-bottom: 0px;
  color: #323b43;
}

.shipment .badge {
  margin: 0 0 -1px 5px;
}

.submenu {
  height: 60px;
  border-bottom: 1px solid #ced7df;
}

.submenu-item0 {
  color: #8b959e;
  font-weight: 400;
  font-size: 14px;
  padding: 23px 0px 15px 0px;
  margin-left: 60px;
  display: inline-block;
}

.submenu-item {
  color: #8b959e;
  font-weight: 400;
  font-size: 14px;
  padding: 23px 0px 15px 0px;
  margin-left: 60px;
  display: inline-block;
}

.submenu .first {
  margin-left: 30px;
}

.submenu .active,
.submenu-item:hover {
  color: #323b43;
  border-bottom: 2px solid #323b43;
}

.submenu .done-active {
  color: #00AE3C;
  border-bottom: 2px solid #00AE3C;
  margin-right: 0px;
}

.submenu .incomplete-active {
  color: #FF9100;
  border-bottom: 2px solid #FF9100;
  margin-right: 0px;
}

.submenu .done {
  color: #00AE3C;
  margin-right: 0px;
}

.submenu .incomplete {
  color: #FF9100;
  margin-right: 0px;
}

.submenu .done:hover {
  color: #00AE3C;
  border-bottom: 2px solid #00AE3C;
}

.submenu .incomplete:hover {
  color: #FF9100;
  border-bottom: 2px solid #FF9100;
}

.submenu .glyphicon-ok {
  font-size: 12px;
  color: #00AE3C;
  margin-left: 8px;
}

.submenu .glyphicon-warning-sign {
  font-size: 12px;
  color: #FF9100;
  margin-left: 8px;
}

.glyphicon-invoiceplus {
  font-size: 12px;
  color: #000;
}

.title-xl {
  font-size: 20px;
  color: #323b43;
}

.text-xl {
  font-size: 14px;
  font-weight: 400;
  color: #8b959e;
}

.margin-right {
  margin-right: 15px;
}

.draft-text {
  font-size: 9px;
}

.but-wrap {
  padding-top: 20px;
}

.sec-head-fix {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}

.div-line {
  border-bottom: 1px solid #ced7df;
  margin: 10px 0 10px 0;
}

.div-line-dark {
  border-bottom: 1px solid #50585F;
  margin: 10px 0 10px 0;
}

input[type=radio],
input[type=checkbox] {
  margin: 10px 10px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
  margin: 7px 10px 0 0;
  width: 100%;
}

.extra-margin-bottom {
  margin-bottom: 30px;
}

.medium-margin-bottom {
  margin-bottom: 20px;
}

.light-margin-bottom {
  margin-bottom: 10px;
}

.large-margin-bottom {
  margin-bottom: 50px;
}

.customs-field {
  margin-bottom: 15px;
  margin-top: -5px;
}

.clearance {
  margin-right: 15px;
  margin-left: -5px;
}

.confirm-value {
  margin-top: 7px;
  word-wrap: break-word;
}

.help-block {
  margin-top: -15px;
  margin-bottom: -5px;
}

.add-info.pickup-block {
  margin-top: 0;
}

.confirmationtime-block {
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 600;
}

.confirmationtime-block span {
  padding: 10px;
  width: 100%;
  line-height: 35px;
}

.confirmationtime-block .bad {
  background-color: rgb(255, 236, 236) !important;
}

.confirmationtime-block .acceptable {
  background-color: rgb(255, 245, 218) !important;
}

.confirmationtime-block .good {
  background-color: rgb(220, 249, 230) !important;
}

.confirmationtime-block .bad {
  color: #620000;
}

.confirmationtime-block .acceptable {
  color: #9E5E00;
}

.confirmationtime-block .good {
  color: #006723;
}

.help {
  height: 70px;
  background-color: #eff3f6;
  color: #4C565F;
  border-bottom: 1px solid #ced7df;
  padding: 10px;
}

.approval-chevron {
  margin: 13px 20px 0 0;
  color: #ddd;
}

.table-controls {
  margin: 45px 45px 0px 45px;
  padding-bottom: 30px;
}

.table-container {
  margin: 45px 45px 0px 45px;
}

.menu .table-container {
  margin: 45px 0px 0px 45px;
}

.menu .table>tbody>tr>td.active {
  font-weight: 600;
  background-color: #FCFCFC;
}

.menu .table>tbody>tr>td.active:hover {
  background-color: #FAFAFA;
}

.table-container .status-select,
.table-container .location-select {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  width: 250px;
  border-radius: 3px;
}

.table-container>.collapse .panel-heading {
  padding: 0;
}

.table-container>.collapse .panel-title a.link-ttl {
  display: block;
  padding: 30px 0 30px 20px;
  background-color: #fff;
  text-decoration: none;
  font-size: 15px;
  color: #323b43;
  border-radius: 3px;
}

.table-container>.collapse .panel-title a.link-ttl:hover {
  background-color: #fff;
}

.table-container>.collapse .panel-title a.link-ttl.collapsed:hover {
  background-color: #fffaec;
}

.table-container>.collapse .panel-title a.link-ttl:visited {
  color: #323b43;
}

.table-container>.collapse .panel-title a.link-ttl:focus {
  outline: 0;
}

.table-container>.collapse .panel-title a.link-ttl .fa {
  margin: 0 25px 0 15px;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: -moz-transform .3s;
  -ms-transition: -ms-transform .3s;
  transition: transform .3s;
}

.table-container>.collapse .panel-title a.link-ttl.collapsed .fa {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.table-container>.collapse .frame-wrap {
  position: relative;
  float: left;
}

.table-container>.collapse a.video-action {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.table-container>.collapse a.video-action:focus {
  outline: none;
}

.table-container>.collapse .panel {
  margin: 0 !important;
  border-color: #CED7DF;
  border-radius: 0;
  border-width: 1px 1px 0 1px;
  box-shadow: none;
}

.table-container>.collapse .panel .panel-body {
  border: 0;
  padding: 5px 35px 35px;
}

.table-container>.collapse .panel:first-child {
  border-radius: 3px 3px 0 0;
}

.table-container>.collapse .panel:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom-width: 1px;
}

.table-alerts {
  margin: 45px 45px 0px 45px;
}

.table-alerts .table {
  margin-bottom: 0px;
  background: #FFF4E3;
  border: 1px solid #F5A623;
  border-radius: 3px;
}

.table>thead>tr {
  border-bottom: 1px solid #ddd !important;
}

.table-alerts .table>thead>tr>th {
  font-weight: 700;
  font-size: 11px;
  color: #B07109;
  background-color: #FFEFD5;
  border-bottom: 1px solid #F6D092;
}

.table-alerts .table tr:hover {
  background-color: #FFF4E3;
  cursor: default;
}

.table-alerts .table>tbody>tr>td {
  border-top: 1px solid #F6D092;
}

.table-alerts .table>tbody>tr:first-child>td {
  border-top: 0px;
}

.table-alerts .fa.fa-exclamation-triangle {
  margin-right: 5px;
}

.table-alerts .details {
  margin-right: 25px;
}

.table-alerts .table tbody tr td {
  padding: 20px 20px;
}

.table-alerts .btn {
  font-size: 12px;
  color: #734D0C;
  background-color: #FFD083;
  border-radius: 3px;
  padding: 7px 12px;
  border: 1px solid #CA8513;
}

.table-alerts .btn:hover {
  color: #442C03;
  background-color: #FFCF7E;
}

.provider-table thead {}

.table.provider-table tbody tr td {
  vertical-align: middle;
  padding: 11px 0 11px 15px;
}

.table.provider-table tbody tr td input[type=checkbox] {
  margin: 0;
}

.table.table-quotes tbody tr td .cst-dt-sub {
  color: #b3c0cd;
  position: absolute;
  bottom: 12px;
  font-size: 12px;
}

.table.table-quotes tbody tr td:first-child {
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .table.table-quotes tbody tr td:first-child {
    padding-bottom: 45px;
    width: 17%;
  }
}

.table.table-quotes tbody tr td:last-child {
  padding-right: 20px;
  text-align: right;
  width: 24%;
  vertical-align: top;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .table.table-quotes tbody tr td:last-child {
    /*width: 25%;*/
    padding-top: 20px;
  }
}

.table.table-quotes tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  height: 105px;
  min-height: 105px;
}

.table.table-quotes tbody tr td .warn-txt .request-link,
.table.table-quotes tbody tr td .smpl-txt .request-link {
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
}

.table.table-quotes tbody tr td .smpl-txt,
.table.table-quotes tbody tr td .warn-txt {
  padding-top: 5px;
  font-size: 11px;
  position: absolute;
  bottom: 15px;
  right: 25px;
}

@media screen and (max-width: 991px) {
  .table.table-quotes tbody tr td .smpl-txt,
  .table.table-quotes tbody tr td .warn-txt {
    margin-bottom: 0;
  }
  .table.table-quotes tbody tr td .btn-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.table.table-quotes tbody tr td .smpl-txt {
  color: #b3c0cd;
}

.table.table-quotes tbody tr td .warn-txt {
  color: #ff0000;
}

.table.table-cost-detail {
  border: 0;
}

.table.table-cost-detail tbody tr td {
  padding: 0 5px;
  border: 0;
  white-space: nowrap;
}

.table.table-cost-detail tbody tr.h-line td {
  border-bottom: 1px solid #e5e5e5;
  line-height: 5px;
}

.table.table-cost-detail tbody tr.line-height td {
  line-height: 40px;
}

.table.table-cost-detail tbody tr.q-amount td {
  padding-top: 10px;
}

.table.table-cost-detail tbody tr.txt-item td {
  white-space: normal;
  vertical-align: top;
}

.table.table-cost-detail tbody tr.txt-item td:last-child {
  text-align: left;
}

table.table tbody tr td.table-cost-inner {
  padding-right: 15px;
  border-top: 0;
  padding-top: 0;
}

.table.table-cost-detail tbody tr.txt-item td.cost-title h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.table.table-cost-detail tbody tr td:first-child,
.table.table-cost-detail tbody tr td:last-child {
  text-align: right;
}

.table td.boarding-cell {}

.table td.boarding-cell input {
  padding-right: 40px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #0071ce;
}

.table td.boarding-cell button.btn {
  float: right;
  position: relative;
  z-index: 200;
  margin-right: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #69B750;
}

.table td.boarding-cell button.btn i.fa {
  font-size: 20px;
}


/* new design of quotes start */

.quote-block {
  border: 1px solid #ced7df;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.quote-block .top-title {
  background-color: #0071ce;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 10px;
}

.quote-block .quote-inner {
  display: flex;
  position: relative;
}

.quote-block .quote-inner .quote-side {
  min-width: 220px;
  width: 220px;
  opacity: 1;
  transition: min-width .3s ease, width .2s ease, opacity .2s ease;
  padding: 10px;
}

.quote-block .quote-inner .quote-side.close-side {
  width: 0;
  height: 0;
  min-width: 0;
  opacity: 0;
  padding: 0;
}

.quote-block .quote-inner .quote-side .side-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-block .quote-inner .quote-side .side-filter .title {
  color: #0071ce;
  font-size: 18px;
  padding-bottom: 10px;
}

.quote-block .quote-inner .quote-side .side-block h5.block-ttl {
  font-weight: bold;
  margin: 0;
}

.quote-block .quote-inner .quote-side .side-block ul.sort-list {
  margin-bottom: 25px;
  padding-left: 10px;
}

.quote-block .quote-inner .quote-side .side-block:last-child ul.sort-list {
  margin-bottom: 0;
}

.quote-block .quote-inner .quote-side .side-block ul.sort-list li.radio,
.quote-block .quote-inner .quote-side .side-block ul.sort-list li.checkbox {
  margin: 3px 0;
}

.quote-block .quote-inner .quote-side .side-block ul.sort-list li span {
  color: #0071ce;
}

.quote-block .quote-inner .quote-side .side-block ul.sort-list li label input[type=checkbox],
.quote-block .quote-inner .quote-side .side-block ul.sort-list li label input[type=radio] {
  margin: 4px 0 0 -20px;
}

.quote-block .quote-inner .quote-inner-content {
  position: relative;
  padding-left: 37px;
  flex-grow: 1;
  display: flex;
  overflow: auto;
}

.quote-block .quote-inner .quote-inner-content a.quote-side-toggler {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  border-right: 1px solid #ced7df;
}

.quote-block .quote-inner .quote-inner-content a.quote-side-toggler .fa {
  color: #0071ce;
  font-size: 20px;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column-wrap {
  display: flex;
  width: 100%;
  overflow: auto;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column-wrap .quote-column {
  flex-grow: 1;
  min-width: 350px;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column-wrap .quote-inner-column {
  padding: 0 20px;
}

.quote-block .quote-inner .quote-inner-content .quote-column:not(:last-child) {
  border-right: 1px solid #ced7df;
}

.quote-block .quote-inner .quote-inner-content .quote-column:not(:first-child) {
  border-left: 1px solid #ced7df;
  margin-left: -1px;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-title-layer {
  padding: 10px 0;
  min-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  border-bottom: 1px solid #ced7df;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-title-layer h3.col-ttl {
  margin: 0;
  font-weight: normal;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer {
  padding: 10px 0 15px;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-col .label-wrap {
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-col .label-wrap.green {
  color: #00AE3C !important;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-col .label-wrap.blue {
  color: #0071ce !important;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-col .label-wrap.pink {
  color: #d9534f !important;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-content .info-content-row {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  padding: 3px 0;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-content .info-content-row .info-ttl-col {
  min-width: 120px;
  color: rgb(118, 118, 118);
  font-weight: 500;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-main-info .column-main-info-layer .info-content .info-content-row .info-col a {
  color: #00AE3C;
  text-decoration: none;
  font-weight: bold;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details {
  padding: 10px 0;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details a.detail-collapse-btn {
  color: #0071ce;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block:not(:last-child) {
  padding-bottom: 30px;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block p.detail-ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block table.details-table {
  width: 100%;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block table.details-table tr td {
  padding: 4px 0;
  text-align: right;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block table.details-table tr.total td {
  padding: 10px 0 30px;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block table.details-table tr td:first-child {
  text-align: left;
}

.quote-block .quote-inner .quote-inner-content .quote-inner-column .column-details .column-details-block p span.text-upper {
  text-transform: uppercase;
}


/* new design of quotes end */

#accordion .modal-dialog {
  width: 90%;
  height: 95%;
  margin: 1% auto 0;
}

#accordion .modal-dialog .modal-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#accordion .modal-dialog .modal-content .frame-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cancelModal .modal-dialog .confirm-message {
  margin-bottom: 15px;
}

.analytic-wrap .bootgrid-header,
.analytic-wrap .bootgrid-footer,
.firstChoose .bootgrid-header,
.firstChoose .bootgrid-footer {
  display: none;
}

.form-horizontal .bootgrid-header .search {
  margin:0 20px 0 0;
}

.provider-table thead tr th:first-child {
  width: 6%;
}

.provider-table thead tr th,
.provider-table thead tr th:last-child {
  width: 47%;
}

@media screen and (max-width: 991px) {
  .provider-table thead tr th:first-child {
    width: 8%;
  }
  .provider-table thead tr th,
  .provider-table thead tr th:last-child {
    width: 46%;
  }
}

.bootgrid-header {
  margin-bottom: 20px;
}

.bootgrid-header .actionBar {
  padding-right: 0;
  padding-left: 0;
}

.bootgrid-table th:active,
.bootgrid-table th:hover {
  background: transparent;
}

.bootgrid-table th>.column-header-anchor>.icon {
  right: 10px;
  color: white;
}

.bootgrid-table td.no-ellipse {
  text-overflow: clip;
  white-space: normal;
}

.bootgrid-table th.level-custom-column {
  width: 10%;
}

.bootgrid-footer .search,
.bootgrid-header .search {
  width: 250px;
}

.bootgrid-footer .pagination {
  position: relative;
  left: -15px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #0071ce;
  border-color: #a9a8a9;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  border-color: #a9a8a9;
  color: #263746;
  font-size: 11px;
}

.actions .dropdown .btn {
  background-color: #e6e6e6;
  color: #333;
}

.infoBar .infos {
  margin-right: -15px;
}

.table {
  /*border: 1px solid #0071ce;*/
  border-radius: 3px;
  border-collapse: initial;
}

.table {
  border: 1px solid #ced7df;
}

table.table {
  border-collapse: separate !important;
}

.table>td {
  border-top: 1px solid #ced7df;
}

.table>thead {
  background-color: #0071ce;
}

.table>thead th:first-child {
  border-radius: 2px 0 0;
}

.table>thead th:last-child {
  border-radius: 0 2px 0 0;
  min-width: 25%;
  /*width: 70%;*/
}

.table.table-condensed>thead th:last-child {
  width: auto;
}

.table.table-provider>thead th:last-child {
  width: 15%;
}

.table .shipment-name {
  font-size: 12px;
  color: #8b959e;
}

@media screen and (max-width: 1620px) {
  .table.table-provider>thead th:last-child {
    width: 25%;
  }
}

.table.table-provider>tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
}

.table>tbody tr:last-child td:first-child {
  border-radius: 0 0 0 2px;
}

.table>tbody tr:last-child td:last-child {
  border-radius: 0 0 2px;
}

.table>thead>tr {
  height: 35px;
}

.table>thead>tr:hover {
  cursor: default;
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
  background-color: #fff;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th,
.table.table-hover>tbody>tr:hover {
  background-color: #FFFAEC;
  cursor: pointer;
}

.bootgrid-table th>.column-header-anchor>.text {
  color: white;
}

.custom-date-range-group {
  display: none;
}

.custom-date-range-scheduled-group {
  display: none;
}

.analytics-datepicker[readonly], .scheduled-analytics-datepicker[readonly] {
  background-color: #FCFCFC;
}

.table-analytic>thead>tr>th,
.table-analytic>tbody>tr>td {
  min-width: 150px;
  width: 150px;
}

.table-analytic-wrap {
  overflow-x: scroll;
  border: 1px solid #ced7df;
  border-radius: 3px;
  margin-bottom: 20px;
}

.table-analytic-wrap .analytic-scroll {
  border: 0;
  padding-left: 200px;
  margin-bottom: 0;
}

.table-analytic>thead>tr>th:nth-child(2),
.table-analytic>tbody>tr>td:nth-child(2) {}

.table-analytic>thead>tr>th:first-child,
.table-analytic>tbody>tr>td:first-child {
  width: 200px;
}

.table-analytic.analytic-scroll>thead>tr>th:first-child,
.table-analytic.analytic-scroll>tbody>tr>td:first-child {
  position: absolute;
  background-color: #fff;
  z-index: 20;
  overflow: visible;
  left: 46px;
}

.table-analytic.analytic-scroll>thead>tr>th:first-child {
  line-height: 35px;
  background-color: #F4F9FD;
  padding-bottom: 0;
}

.table tr:last-child {
  border-bottom: 1px solid #ced7df;
}

.table tbody tr td {
  padding: 17px 0px;
  padding-left: 15px;
}

.table tbody tr td.table-copy-icon {
  text-align: right;
  padding-right: 30px;
}

.table tbody.leftmenu tr td {
  padding: 15px 17px;
}

.table .middle {
  vertical-align: middle;
}

.table>thead>tr>th {
  border-top: 0px;
  border-bottom: 0px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 10px 15px;
  text-transform: uppercase;
}

.table>thead>tr:hover {
  background-color: transparent;
}

.table .select-row {
  width: 20px;
}

.table .field-label {
  font-size: 10px;
  font-weight: 700;
  color: #8b959e;
}

.table a {
  height: 100%;
  width: 100%;
}

.table .multiple-lines {
  line-height: 21px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.quoting thead tr th:first-child,
.quoting tbody tr td:first-child {
  width: 70px !important;
}

.border-top-hidden tr:first-child>td {
  border-top: 0px;
}

.table .preselected {
  background-color: #FFFAEC;
}

.table .selected {
  background-color: #F4FFF7;
}

.table-comments tr:hover {
  background-color: #fff;
  cursor: inherit;
}

.table .icon {
  padding-left: 15px;
  max-width: 60px;
}

.sortable-state-highlight { 
  height: 5em; 
  padding-top: 4em; 
  padding-bottom: 4em; 
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #FAFAFA; 
  border: none;
}

.control-label>.popover {
  width: 300px;
}

.control-label-light {
  font-weight: 400;
}

.control-label-help {
  font-weight: 400;
  color: #737373;
}

.control-label-top {
  margin-bottom: 5px;
  padding-top: 7px;
  font-weight: 400;
  color: #737373;
}

.control-label-empty {
  padding-top: 30px;
}

.control-label-invoice {
  text-align: right;
  font-weight: 600;
}

.table-label {
  text-align: right;
  padding-top: 8px;
}

.inline {
  display: inline;
}

.link-block {
  color: #428bca;
  text-decoration: none;
  cursor: pointer;
  margin-top: -10px;
  font-weight: normal;
  margin-bottom: 20px;
}

.link-block:hover,
.link-block a:focus {
  color: #2a6496;
  text-decoration: none;
}

.link-block.invite-provider {
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 20px;
}

.pdf-link {
  margin-bottom: 15px;
  /*padding-right: 30px;*/
}

.delete-icon-low {
  margin-top: 8px;
  font-size: 15px !important;
  color: red;
  cursor: pointer;
}

.item-formset-copy-del-div {
  position: absolute;
  right: -40px;
  top: 38px;
}

.item-formset-copy-del-div>.tooltip {
  white-space: nowrap !important;
}

.delete-icon {
  margin-top: 0;
  font-size: 15px !important;
  color: red;
  cursor: pointer;
}

.copy-icon {
  margin-top: 0px;
  font-size: 15px !important;
  color: #848484;
  cursor: pointer;
}

.reply-icon {
  cursor: pointer;
  z-index: 999;
  color: #848484;
}

.glyphicon-addflight {
  font-size: 12px;
  color: green;
  cursor: pointer;
  margin: 10px 2px 10px 5px;
}

.departure-date-margin {
  margin-top: 79px;
  margin-bottom: -79px;
}


/* CSS for jQuery datepicker */

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  /* box-shadow: 0 0 8px rgba(102,175,233,.6); */
  display: none;
  margin-top: 0px;
  padding: 10px;
  width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 3px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #428BCA;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td:hover a {
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-today {
  background-color: #c0daf2;
}

.ui-datepicker .ui-datepicker-current-day {
  background-color: #428BCA;
}

.ui-datepicker .ui-datepicker-current-day a {
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

/* CSS for jQuery autocomplete */

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 0px 0px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item {
  display: block;
  padding: 10px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}

.ui-timepicker-standard .ui-menu-item {
  padding: 0;
}

.ui-timepicker-standard .ui-menu-item .ui-corner-all {
  text-align: left;
}

.ui-menu-item:hover {
  text-decoration: none;
  background-color: #FFFAEC;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.form-container {
  border: 1px solid #ced7df;
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 0px 0px 30px 0px;
}

.form-container .title {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background-color: #0071ce;
  padding: 10px 12px 10px 12px;
  margin-bottom: 30px;
  border-radius: 2px 2px 0 0;
}

.form-container .detail-wrap {
  padding: 0 15px;
}

.form-container .detail-wrap>.row>label.control-label {
  padding-right: 0;
}

.form-container .detail-wrap .help-txt {
  font-size: 11px;
  position: absolute;
  right: 90px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#laneContract .form-container {
  padding-bottom: 0;
}

#laneContract .form-container .title {
  margin-bottom: 0;
  padding-right: 12px;
}

#laneContract .form-container .title.toggle.on .glyphicon-chevron-right:before {
  content: "\e114";
}

#laneContract .form-container .detail-wrap {
  padding-top: 35px;
  padding-bottom: 30px;
  clear: both;
}

.asap-margin-up {
  margin-top: -40px !important;
}

.asap-checkbox {
  margin-top: -10px;
  margin-bottom: 13px;
}

.shipment .title {
  font-weight: 400;
  font-size: 15px;
}

.shipment .title-light {
  color: #8b959e;
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
}

.shipment .status {
  font-weight: 400;
  max-width: 100px;
}

.table .schedule tr td {
  vertical-align: middle;
  height: 120px;
}

.table .schedule tr .checkmark {
  padding-left: 42px;
}

.table .schedule tr:hover,
.table .updates tr:hover {
  background-color: #fff;
  cursor: default;
}

.table .schedule .finished,
.table .schedule .finished .title-light {
  color: #333 !important;
}

.table .quotations tr td {
  vertical-align: middle;
  height: 79px;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 991px) {
  .table .quotations tr td .btn-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.table.thin-line tbody tr td,
.table.thin-line .quotations tr td {
  padding: 15px 0 15px 15px;
  height: 0;
}

.table .quotations tr td:last-child {
  /*padding-top: 30px;*/
  /*padding-bottom: 10px;*/
}

.table .leftmenu tr td {
  vertical-align: middle;
}

.client .finished .checkmark-milestone:hover {
  background-image: url('../img/checkmark-checked.png');
  cursor: default;
}

.client .unfinished .checkmark-milestone:hover {
  background-image: url('../img/checkmark-unchecked.png');
  cursor: default;
}

.finished .checkmark-milestone {
  background-image: url('../img/checkmark-checked.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.finished .checkmark-milestone:hover {
  background-image: url('../img/checkmark-unchecked.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.unfinished .checkmark-milestone {
  background-image: url('../img/checkmark-unchecked.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.unfinished .checkmark-milestone:hover {
  background-image: url('../img/checkmark-checked.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.table .quotations .canceled {
  color: #8b959e !important;
}

.table .updates tr td {
  padding-right: 25px;
  padding-left: 35px;
}

.updates .created {
  margin-bottom: 15px;
}

.updates .author {
  font-weight: 600;
  font-size: 13px;
}

.updates .time {
  color: #8b959e;
  font-weight: 400;
  font-size: 13px;
  margin-left: 10px;
}

.updates .type {
  color: #0071ce;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 5px;
}

.updates .document img {
  margin: 10px 0 15px 20px;
}

.updates .document span {
  margin-left: 15px;
  color: #0071ce;
}

.table .shipment_ref_provider tr td {
  padding-right: 25px;
  padding-left: 35px;
}

.table .shipment_ref_provider tr td:hover {
  background-color: white;
  cursor: default;
}

.table .shipment_ref_provider .form-control {
  width: 470px;
  display: inline;
}

.table .shipment_ref_provider .btn {
  margin-left: 20px;
  margin-top: -4px;
}

.table .shipment_ref_provider .text {
  margin-top: 8px;
}

.table .shipment_ref_provider .title {
  font-size: 16px;
  font-weight: 600;
}

.table_shipment_ref_input {
  width: 650px;
}

.table .request-group>button.btn-table {
  line-height: 33px;
  padding: 0 10px;
}

.table .request-group>button.btn-table.btn-close {
  line-height: 33px;
  padding: 0 8px;
}

.connected {
  background-color: #F4FFF8;
  border-color: #00AE3C;
}

.table .connected tr td:hover {
  background-color: #F4FFF8;
}

.error {
  background-color: #FFE4E5;
  border-color: #BF0007;
}

.table .error tr td:hover {
  background-color: #FFE4E5;
}

.lane-contract {
  padding-top: 20px;
  border-color: rgb(208, 171, 78);
  border-radius: 2px;
}

.lane-contract label {
  font-size: 18px;
  color: rgb(175, 140, 63);
  font-weight: normal;
}

.lane-contract .txt {
  color: #323b43;
}

.update-icon {
  background-repeat: no-repeat;
  height: 43px;
  width: 66px;
  cursor: pointer;
  display: inline-block;
}

.modal form input.modal-input {
  height: 35px;
}

.modal .modal-header button.close {
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 7px;
}

.modal .alert-dismissible {
  margin-bottom: 5px;
}

.modal form.manage-form {
  padding-top: 10px;
}

.modal form.manage-form label {
  padding-right: 0;
}

.modal .alert-dismissible button {
  position: relative;
}

.modal .alert-dismissible button.close {
  top: 0;
  line-height: 0.7;
}


/*.modal .quote-txt-wrap{
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 15px;
}*/

.modal .modal-choose {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 15px;
}

.modal .modal-choose.bordered {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 23px;
}


/*.modal .modal-choose p{
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}*/

.modal .modal-choose p.sub {
  font-size: 13px;
}

.modal .modal-choose .booking-options label {
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}

.modal .modal-choose .booking-options label input {
  width: auto;
  display: inline-block;
}

.modal-dialog {
  width: 600px;
  margin: 150px auto;
}

.modal.cost-detail-modal .modal-dialog {
  width: auto;
  max-width: 50%;
  min-width: 700px;
  float: left;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  -moz-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  -o-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.modal.cost-detail-modal.in .modal-dialog {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.modal-dialog.modal-lg {
  width: 900px;
  margin: 150px auto;
}

.modal-content {
  -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  padding: 25px;
}

.modal-title {
  font-size: 11px;
  color: #0071ce;
  font-weight: 700;
}

.modal-content .confirm-message {
  font-size: 18px;
  font-weight: 400;
  margin: 50px 30px 5px;
  line-height: 2;
}

.modal-content .invite-message {
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 1.5;
}

.modal-content .confirm-message-bottom {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  line-height: 2;
}

.modal-content .manage-ttl {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 10px;
}

.modal-content .manage-txt {
  color: #8b959e;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.modal-content hr.margin-null {
  margin: 0;
}

.modal-content .manage-txt p {
  margin-bottom: 0;
}

.modal-content .confirm-help {
  color: #8b959e;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 30px;
}

.modal-content .confirm-lastsaved {
  color: rgb(50, 59, 67);
  font-size: 12px;
  margin-bottom: 30px;
}

.modal-content textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 100px;
  min-height: 100px;
}

.modal-content textarea,
.modal-content input {
  border-radius: 3px;
  background-color: #FCFCFC;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
}

.modal-content .more-provider input {
  width: auto;
  margin: 3px 0 0;
}

.modal-content h3 {
  font-size: 20px;
  margin: 20px 0px 15px 0px;
}

.modal-content .requestApproval {
  min-height: 0px;
  margin-top: -5px;
}

.spinner {
  padding-bottom: 25px;
}

#productForm {
  margin-top: 0;
}

.validationForm .help-block {
  margin-top: 5px;
}

.validationForm .form-group.atd-wrap.on .atd-input,
.validationForm .form-group.dta-wrap.on .dta-input {
  /*width: 50%;*/
  display: none;
}

.validationForm .form-group.atd-wrap .atd-input-double,
.validationForm .form-group.dta-wrap .dta-input-double {
  display: none;
}

.validationForm .form-group.atd-wrap.on .atd-input-double,
.validationForm .form-group.dta-wrap.on .dta-input-double {
  display: block;
}

.validationForm .form-group.atd-wrap.on .atd-label,
.validationForm .form-group.dta-wrap.on .dta-label {
  margin-top: 0;
}

.validationForm .form-group.atd-wrap.on .control-label-top,
.validationForm .form-group.dta-wrap.on .control-label-top {
  display: none;
}


/*.validationForm .form-group>.form-group{
  margin-right: 0;
  margin-left: 0;
}*/

#productForm .selectContainer .form-control-feedback,
#productForm .inputGroupContainer .form-control-feedback {
  right: -12px;
}

.form-horizontal {
  padding-top: 50px;
  /*max-width: 2000px;*/
}

.analytic-wrap .form-horizontal {
  padding-top: 0;
}

.form-horizontal.set-new-pass {
  position: relative;
  top: 50%;
  margin-top: -210px;
}

.form-horizontal.login-form {
  position: relative;
  /*max-width: 1500px;*/
}

.form-horizontal.login-form .logo-title {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
}

.form-horizontal.login-form .logo {
  height: 40px;
  margin-bottom: 30px;
}

.form-horizontal.login-form .login-dialog .btn-aqua-green {
  width: 23%;
  text-transform: uppercase;
}

.form-horizontal.forgot-pass {
  margin-top: -140px;
  position: relative;
  top: 50%;
}

.form-horizontal.modal-form {
  margin-top: 25px;
}

.form-horizontal>.invoice-form {
  box-shadow: 0px 0px 14px 0px rgba(138, 138, 138, .4);
}

.form-horizontal .sm-pad {
  padding-left: 10px;
}

.form-horizontal .logo-label {
  padding-top: 17px;
}

.table-container .form-horizontal {
  margin-top: 0px;
}

.form-details {
  margin-top: 80px;
}

.item {
  padding-right: 0px;
  padding-left: 30px;
  position: relative;
}

.item input[type=text] {
  padding: 6px;
}

.item .item-option,
.container .container-option {
  margin-left: 15px;
  margin-top: 40px;
}

.container {
  margin-right: -5px;
  margin-left: -5px;
}

.container .cont {
  padding: 0 5px 5px;
}

.dims {
  padding-right: 0px;
  padding-left: 5px;
  width: 11%;
  float: left;
  padding-bottom: 5px;
}

.handling-unit {
  padding-left: 0;
  width: 23%;
}

.dims .control-label-top {
  word-wrap: normal;
}

.weight {
  padding-right: 0px;
  padding-left: 15px;
}

.item-specs {
  padding-right: 10px;
  padding-left: 10px;
}

.spec-pickup {
  font-size: 12px;
}

.total-weight {
  padding-top: 10px;
}

.add-info {
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  color: #8a8a8a;
  text-decoration: underline;
  margin-bottom: -10px;
  /*margin-top: 5px;*/
}

.add-text {
  margin-bottom: 15px;
}

.add-wrap {
  line-height: 11px;
}

.shipment-item {
  margin-top: 10px !important;
}

.control-label-light:first-child .shipment-item {
  margin-left: 0px !important;
}

.quoted-status {
  width: 130px;
}

.quoted-status-txt {
  font-weight: 600;
  font-size: 10px;
  color: #8b959e;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.multiselect {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
  background-color: rgb(252, 252, 252);
  border-radius: 3px;
  color: #777777;
}

.attach-file {
  display: inline-block;
  margin: 0px 15px 0px 5px;
}

.remove-link {
  color: red;
  cursor: pointer;
}

.remove-link:hover {
  text-decoration: none;
  color: red;
}

.invoice-form {
  padding: 70px 50px 5px;
}

.invoice-form .form-container {
  margin-bottom: 40px;
}

.invoice-form .removeItem {
  color: red;
  position: absolute;
  right: 0px;
  top: 9px;
  cursor: pointer;
}

.invoice-instruction {
  padding: 3rem;
  box-shadow: 0px 0px 14px 0px rgba(138, 138, 138, .4);
}

.invoice-instruction h2{
  margin:0;
}

.inv-attach-trash {
  color: red;
  margin-left: 15px;
  cursor: pointer;
}

.invoice-value {
  text-align: right;
  padding-right: 35px;
}

.invoice-total {
  text-align: right;
  font-weight: 700;
  padding-right: 35px;
}

.invoice-container {
  margin-top: 30px;
}

.invoice-container {
  margin-top: 30px;
}

.invoice-title {
  font-size: 25px;
  color: #323b43;
}

.form-group .number {
  padding-right: 40px;
}

.tracking-number {
  background-color: #FFFAEC;
  padding: 30px;
  border-bottom: 1px solid #ced7df;
}

.scac-tracking-div {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.scac-code {
  font-size: 14px;
  display: none;
}

.scac-tracking-input-1 {
  display: inline-block;
  width: 25%;
}

.scac-tracking-input-2 {
  display: inline-block;
  width: 75%;
  margin-left: auto;
}

.logo-wrap {
  margin-right: 15px;
  width: 54px;
}

.logo-input {
  padding-top: 10px;
}

.invoice-input-wrap {
  position: relative;
  padding-right: 10px;
  margin-left: -15px;
}

.invoice-input-action {
  position: relative;
  padding-right: 20px;
}

.invoice-input-action .number {
  padding-right: 5px;
}

.invoice-input-action .open>.dropdown-menu:before {
  display: none;
}

.invoice-input-action .dropdown-menu {
  padding: 5px 0;
  margin-top: 2px;
}

.invoice-input-action input {
  border-radius: 0 3px 3px 0 !important;
}

.invoice-input-action .dropdown-menu>li>a {
  padding: 5px 20px;
}

.invoice-input-action button.btn-grey {
  border-color: #ccc;
  position: relative;
  right: -1px;
  height: 34px;
  min-width: 130px;
  padding-right: 25px;
  text-align: left;
}

.invoice-input-action button.btn-grey span.caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
}

.invoice-panel-ttl {
  font-size: 14px;
  padding: 20px 23px 30px;
  color: #323b43;
  font-weight: 700;
}

.invite-ttl {
  font-size: 18px;
  padding: 40px 50px 0;
  color: #323b43;
  font-weight: 400;
}

.invoice-title-light {
  font-size: 16px;
  color: #323b43;
}

.invoice-text-margin {
  margin-bottom: 10px;
}

.invoice-margin {
  margin-bottom: 40px;
}

.invoice-text {
  max-width: 100%;
  min-width: 100%;
}

.invoice-helpertext {
  color: #737373;
  font-style: italic;
  padding-right: 35px;
}

.invoice-label {
  color: #737373;
  font-weight: normal;
  text-align: right;
  padding-right: 0;
  margin-right: -5px;
}

.invoice-amount {
  font-size: 20px;
  color: #323B54;
  font-weight: 700;
  padding-right: 0;
  margin-left: 5px;
}

.invoice-amountdue {
  font-size: 20px;
  color: #737373;
  margin-bottom: 5px;
}

.invoice-amountdue.invoice-align {
  padding-right: 35px;
}

.invoice-instructions {
  border: 1px solid #ced7df;
  margin-bottom: 45px;
  border-radius: 3px;
  margin-top: 45px;
  padding-bottom: 30px;
  padding-top: 15px;
}

.invoice-form-table {
  padding-bottom: 15px;
}

.invoice-form-table.form-provider {
  padding: 0;
}

.invoice-form-table.form-provider table {
  margin: 0;
  border: 0;
}

.invoice-form-table .form-group {
  padding: 10px 35px 0;
}

.invoice-form-table tr:hover {
  background-color: transparent;
  cursor: inherit;
}

.invoice-date {
  padding-right: 0;
}

.invoice-audit-table thead th.iat-audit {
  width: 100px;
}

.invoice-audit-table thead th.iat-time {
  width: 170px;
}

.invoice-audit-table thead th.iat-result {
  width: 110px;
}

.invoice-audit-table thead th.iat-auditor {
  width: 120px;
}

.invoice-audit-table.table>thead>tr>th {
  padding: 0 0 10px 15px;
}

.invoice-audit-table tbody tr td:last-child {
  padding-right: 15px;
}

.invoice-audit-table .col-width {
  width: auto;
}

.quote-title {
  font-size: 30px;
}

.quote-title-light {
  font-size: 16px;
  color: #323b43;
}

.quote-label {
  color: #737373;
  font-weight: bold;
  text-align: right;
  padding-right: 0;
}

.audit-table {
  border-width: 0 0 1px;
}

.input-add input[type=file] {
  display: none;
}

.report-well .title {
  margin: 0;
  padding-right: 10px;
}

.report-well .title a {
  text-decoration: none;
  color: white;
}

.report-well .title input[type=checkbox] {
  margin-top: 0;
}

.report-well {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.report-well p {
  margin-bottom: 0;
}

.report-well p label {
  font-weight: normal;
}

.report-well .check-wrap {
  /*padding-bottom: 19px;*/
}

.report-well .check-wrap>a {
  color: #323b43;
  text-decoration: none;
}

.report-well div:last-child {
  padding: 12px;
}

.report-custom-tbl thead th:last-child {
  width: 18%;
}

.report-custom-tbl tbody td:last-child {
  padding-left: 100px;
  display: flex;
  justify-content: space-between;
}

.report-custom-tbl tbody td:last-child i {
  line-height: 2.7;
}

.report-custom-tbl tbody td:last-child span.delete-icon {
  line-height: 2.4;
  margin-right: 15%;
}

.down-report {
  margin-right: 0;
}

.down-report:focus {
  color: #727C8E;
  outline: 0 solid transparent;
}

.down-report:focus:hover {
  color: #fff;
}

.type-block {
  position: relative;
}

.type-block label {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  padding: 7px 10px 0 35px;
  font-size: 12px;
}

.type-block label:hover {
  cursor: pointer;
}

.type-block input[type=radio].selectInput {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 20px;
  height: 20px;
}

.type-block input[type=radio].selectInput:checked~label {
  border-color: #0071ce;
}

.green-link {
  color: #00AE3C;
  cursor: pointer;
}

.green-link .glyphicon-plus {
  color: ;
}

.danger-link {
  color: #d9534f;
}

.border-wrap {
  width: 90%;
  display: block;
  padding: 5px;
}

#costsspecs-fields {
  margin-top: 30px;
}

.costitem-amount {
  padding-left: 55px;
}

#setNewPass .has-error small {
  display: none !important;
}

#setNewPass.form-horizontal {
  margin-top: 0;
  height: 100%;
}

.blue-bg {
  background-color: #0071ce;
  background-repeat: no-repeat;
}

.login {
  background-color: #f4f4f4;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.login-dialog {
  background-color: #fff;
  border-radius: 3px;
  border: 0 solid transparent;
}

.login-dialog.sent-pass {
  margin-top: -200px;
  top: 50%;
}

.login-dialog .form-group {
  padding: 80px 0px 30px 0px;
}

.login-dialog .title {
  margin-bottom: 0px;
}

.login-dialog .instructions {
  padding: 30px 40px 40px 30px;
  color: #676767;
}

.sign-up {
  background-color: #0071ce;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 100%;
}

.sign-up input,
.sign-up select {
  margin-bottom: 20px;
}

.btn-link {
  text-align: right;
  vertical-align: middle;
  padding: 8px 15px;
  display: inline-block;
  background-color: #fff;
  border: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.btn-provider-post {
  margin-left: 20px;
}

.login input,
.login select {
  margin-bottom: 20px;
}

.login .form-container {
  padding: 0px;
}

.login-details {
  padding: 0px 20px 20px 20px;
  font-size: 15px;
  color: #A1C9E8;
  line-height: 30px;
}

.login-details a {
  color: #fff;
}

.form-control {
  border-radius: 2px;
}

.btn-back,
.btn-back span {
  margin-left: 0px !important;
}

.btn-back a {
  padding-left: 10px;
}

.btn-back .fa-chevron-left {
  margin-right: 3px;
}

.btn-comments {
  background-color: #0071ce;
  margin-top: 30px;
}

.btn-wrap {
  border-top: 1px solid #e5e5e5;
}

.btn-drop-request {
  position: relative;
  margin: 8px 0 0 25px !important;
}

@media(max-width: 1135px) {
  .btn-drop-request {
    margin: 8px 0 0 5px !important;
  }
}

.btn-drop-request.open a:hover,
.btn-drop-request.open a:focus {
  border-color: #3b7fc4;
}

.btn-drop-request>.dropdown-menu {
  padding: 5px 0;
  margin-top: 2px;
  border-radius: 4px !important;
  right: 0;
  left: auto;
  top: 110%;
}

.btn-drop-request>.dropdown-menu:before {
  display: none;
}

.btn-drop-request>.dropdown-menu>li>a:hover {
  color: #0071ce;
}

.btn-drop-request>a.btn-blue {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #0071ce !important;
  position: relative;
  height: 34px;
  padding: 0 30px 0 10px;
  line-height: 32px;
  padding-right: 25px;
  display: inline-block;
}

.btn-drop-request.open>a.btn-blue,
.btn-drop-request.open>a.btn-blue:hover,
.btn-drop-request.open>a.btn-blue:focus,
.btn-drop-request>a.btn-blue:focus,
.btn-drop-request>a.btn-blue:hover {
  background-color: #f4f4f4 !important;
  color: #0071ce !important;
  height: 34px;
}

.btn-drop-request .btn-blue span.fa {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 16px;
  margin-top: -7px;
}

.btn-drop-request .btn-blue {
  color: #0071ce;
  background-color: #f4f4f4;
}

.fa-spinner {
  font-size: 20px !important;
  margin-left: 20px;
}

.inprogress {
  background:
}

.inprogress:hover {
  background-color: #FFF !important;
  cursor: default !important;
}

button:focus,
span:focus {
  outline: 0 !important;
}

.fa-question-circle {
  margin-left: 5px;
}

.hazardous {
  margin-top: 7px;
}

.alert-grey {
  background-color: rgb(235, 235, 235);
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.alert-grey .close {
  color: red;
  font-size: 25px;
  opacity: .5;
  top: -3px;
}

.alert-grey .close:hover {
  opacity: .8;
}

.alert-container-grey {
  padding-top: 15px;
  background-color: rgb(252, 252, 252);
}

.alert-container-white {
  padding-top: 15px;
  background-color: rgb(255, 255, 255);
}

.ui-helper-hidden-accessible {
  display: none;
}

.empty-state {
  margin-top: 140px;
}

.empty-state .title {
  font-size: 20px;
  color: #0071ce;
  font-weight: 400;
  margin-top: 35px;
}

.empty-state .text {
  font-size: 15px;
  margin-top: 15px;
  color: #8b959e;
}

.topmenu {
  height: 100%;
}

.btn-topmenu {
  color: #D7E4EF !important;
  line-height: 0px;
  font-size: 12px;
  margin: 13px 0 0 10px;
  padding: 15px 15px;
  background: none!important;
  height: 100%;
}

.btn-topmenu a {
  padding: 0px;
  margin: 0px;
}

.btn-topmenu:hover {
  color: #fff!important;
  background: none!important;
}

.topmenu-active {
  border-bottom: 3px solid #fff;
}

.btn-dropdown .caret {
  margin-left: 5px;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 12px;
  top: -11px;
  left: 100px;
  background-image: url('../img/arrow_top.png');
}

.pull-right .dropdown-menu:before {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 12px;
  top: -11px;
  left: auto;
  right: 0;
  background-image: url('../img/arrow_top.png');
}

.language-drop .dropdown-toggle {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.language-drop .dropdown-menu {
  left: auto;
  right: 0;
  top: 120%;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  width: 0;
  height: 0;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom.dropdown-menu:before {
  top: 100%;
}

.bootstrap-timepicker-widget.timepicker-orient-top.dropdown-menu:before {
  top: -7px;
}

.dropdown-menu {
  font-size: 12px;
  padding: 6px 0px;
  margin-top: 1px !important;
}

.dropdown-menu>li>a {
  padding: 14px 22px;
  color: #323B43;
  font-weight: 600;
}

.dropdown-menu>li>a:hover {
  background: none;
}

.dropdown-menu .divider {
  margin: 6px 15px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #f4f9fd;
  color: #0071ce;
}

.newshipment {
  color: #fff;
  background-color: #f4f4f4;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 8px;
  padding: 8px 10px;
  position: absolute;
  white-space: nowrap;
  /*width: 108px;*/
  margin-left: 25px;
}

.newshipment:hover {
  background-color: #f4f4f4;
}

.newshipment.newrequest {
  /*width: 138px;*/
}

.newshipment.newquickrequest {
  /*width: 98px;*/
}

.newshipment a {
  color: #0071ce;
  text-decoration: none;
  font-weight: 400;
}

.returntodashboard {
  color: #fff;
  background-color: #3b7fc4;
  background-image: -moz-linear-gradient(top, #3b7fc4, #336ea9);
  background-image: -ms-linear-gradient(top, #3b7fc4, #336ea9);
  background-image: -webkit-linear-gradient(top, #3b7fc4, #336ea9);
  background-image: -o-linear-gradient(top, #3b7fc4, #336ea9);
  background-image: linear-gradient(to bottom, #3b7fc4, #336ea9);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-weight: 600;
  margin-top: 8px;
  padding: 8px 10px;
  width: 147px;
  margin-right: 15px;
}

.returntodashboard a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

.returntodashboard.backtosetting {
  font-size: 13px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}

.platformupdate-logo {
  float: left;
  padding: 0px 20px 20px 0px;
}

.platformupdate-logo img {
  max-height: 50px;
  max-width: 100px;
}

.check {
  stroke-dasharray: 130px 130px;
  stroke-dashoffset: 130px;
  -webkit-transition: stroke-dashoffset 4.1s linear 0s;
  transition: stroke-dashoffset 500ms ease-in-out;
  padding: 70px 0px 40px 0px;
}

.demoheader {
  background: #002E50;
  background-image: url('../img/bg_demo.png');
  padding: 24px;
  border-bottom: 2px #;
}

.demoheader .title {
  font-size: 20px;
  color: #e5e5e5;
}

.demoheader .text {
  font-size: 14px;
  color: #B4B9C3;
}

.demoheader .democontrols {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #c0c0c0;
}

.demoheader .democontrols .btn {
  background-color: #0071ce;
}

.demoheader .democontrols .reset {
  border-right: 1px solid #33546D;
  margin-right: 20px;
  padding-right: 20px;
}

.demoheader .democontrols .reset a {
  color: #c0c0c0;
  text-decoration: none;
}

.demoheader .democontrols .reset a:hover {
  text-decoration: none;
}


/* Blinking icons */

.icon-pulse {
  display: inline-block;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.error-page {
  margin-top: 140px;
}

.error-page .title {
  font-size: 90px;
  color: #0071ce;
  font-weight: 300;
  margin-top: 35px;
}

.error-page .text {
  font-size: 15px;
  margin-top: 15px;
  color: #8b959e;
}

.form-title {
  font-size: 20px;
}

.form-text {
  color: #83909d;
  font-size: 14px;
}

#zenbox_tab {
  margin-left: -15px !important;
}

.legal-text {
  font-size: 10px;
  color: #83909d;
}

.account-title {
  font-size: 20px;
  background-color: #FCFCFC;
  padding: 45px 0px 0px 45px;
}

.account-title p {
  margin: 0px;
}

.account-title .sub-text {
  font-size: 14px;
  color: #8b959e;
}

.field-other {
  margin-top: 10px;
  width: 30%;
}

.accordion {
  vertical-align: middle;
  font-size: 15px;
  padding-left: 30px;
}

.accordion .fa {
  margin: 0px 25px 0px 15px;
}


/*.modal-backdrop{*/


/*z-index: 1000;*/


/*}*/

.pw-requirements {
  color: #989898;
  margin-bottom: 30px;
}

.ui-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal .confirmationtime-block {
  margin-top: 20px;
}

@media screen and (max-width: 1620px) {
  .report-custom-tbl tbody td:last-child {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1340px) {
  .report-custom-tbl tbody td:last-child {
    padding-left: 0;
  }

  .dashboard-details.autoclosed-view .pull-right {
    float: none !important;
    display: block;
  }
}

@media screen and (min-width: 950px) {}

@media screen and (max-width: 768px) {
  .form-container .control-label {
    padding-top: 7px;
  }
  .invoice-form-table {
    margin-right: 15px;
    margin-left: 15px;
  }
  .invoice-form-table .form-group {
    padding: 10px 10px 0;
  }
  .form-horizontal {
    padding-top: 25px;
  }
  .form-horizontal .alert {
    margin-right: 15px;
    margin-left: 15px;
  }
  .invoice-form {
    padding: 45px 10px 10px;
    margin: 0 15px 25px;
  }
  .invoice-instruction {
    margin: 0 15px 25px;
  }
  .invoice-audit-table .col-width {
    width: auto;
  }
}


/**{outline: 1px solid red}*/

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #ffffff;
}

.shipment_ref_provider {
  padding: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

.success-box {
  padding: 40px;
  background-color: #E8F7ED;
  border: 1px solid #00ae3c;
  color: green;
  margin-top: 50px;
}

.success-box .title {
  font-size: 15px;
  color: green;
  font-weight: 600;
  margin-bottom: 15px;
}

.title-settings {
  border-bottom: 1px solid #ced7df;
  padding: 20px;
  margin-bottom: 60px;
  margin-top: 40px;
  color: #737373;
}

.title-settings h1 {
  font-size: 20px;
  color: #323b43;
  margin-left: -20px;
  margin-bottom: 5px;
}

.title-settings span {
  margin-left: -20px;
}

.approval-info {
  font-size: 12px;
  color: grey;
  margin-bottom: 30px;
}

.approvallog-time {
  font-weight: bold;
  margin-right: 20px;
}

.requestedby {
  font-size: 14px;
  font-weight: normal;
  color: #586777;
}

.multiple.navbar-collapse.search-inner {
  right: 10px;
  top: 50%;
  margin-top: -17px;
  width: 240px;
  position: absolute;
  box-shadow: none;
  z-index: 300;
}

.search-inner .search-input-group {
  display: flex;
}

.search-inner .search-input-group .input-group-addon {
  min-width: 40px;
}

.search-inner .search-input-group .input-group-addon span.glyphicon {
  margin-left: 0;
  vertical-align: middle;
}

@media (min-width:992px) {
  .navbar-collapse.collapse.multiple {
    display: none !important;
  }
  .navbar-collapse.collapse.in.multiple {
    display: block !important;
  }
  .desktop-visible {
    display: flex;
    float: right;
  }
  .desktop-visible .navbar-toggle {
    display: block !important;
  }
  .desktop-visible .navbar-toggle {
    float: none;
    border: 0;
    position: relative;
    padding: 6px 10px;
    color: white;
  }
  .desktop-visible .navbar-toggle:focus,
  .desktop-visible .navbar-toggle:hover {
    background: transparent;
  }
  .desktop-visible .navbar-toggle i.fa {
    color: white;
    font-size: 30px;
  }
  .desktop-visible .navbar-toggle i.fa-caret-down {
    font-size: 14px;
  }
  .desktop-visible .navbar-toggle i.fa-search {
    font-size: 22px;
  }
  .multiple.navbar-collapse {
    background: transparent;
    padding-bottom: 10px;
    border: 0;
    overflow: inherit;
    position: absolute;
    right: 15px;
  }
  .multiple.navbar-collapse.in {
    overflow: inherit;
  }
  .multiple .navbar-nav {
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    margin-top: 0;
    position: relative;
    min-width: 200px;
  }
  .multiple .navbar-nav.arrow-style:after {
    position: absolute;
    content: '';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: white;
    top: -12px;
  }
  .multiple .navbar-nav.arrow-style.arrow-search-right:after {
    right: 85px;
  }
  .multiple .navbar-nav.arrow-style.arrow-right:after {
    right: 29px;
  }
  .navbar.navbar-default .multiple .navbar-nav>li.search-form-wrap {
    padding: 15px 15px 0;
    min-width: 350px;
  }
  .navbar.navbar-default .multiple .navbar-nav>li {
    float: none;
  }
  .navbar.navbar-default .multiple .navbar-nav>li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .navbar.navbar-default .multiple .navbar-nav>li>a {
    color: black !important;
    font-weight: 500;
    text-align: center;
  }
  .navbar.navbar-default .multiple .navbar-nav>li.active>a {
    font-weight: bold;
    background: transparent !important;
    color: black !important;
  }
  .navbar.navbar-default .multiple .navbar-nav>li>a:hover {
    color: black !important;
  }
  .navbar.navbar-default .navbar-nav>li.hidden-md-up {
    display: none !important;
  }
}

@media (max-width:991px) {
  .container-fluid>.navbar-header {
    float: none;
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-collapse.collapse.in.multiple {
    display: block !important;
  }
  .navbar {
    background: transparent;
  }
  .navbar .navbar-header {
    background: #0071ce;
  }
  .desktop-visible {
    display: none !important;
  }
  .mobile-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-wrap .mobile-inner {
    display: flex;
    align-items: center;
  }
  .mobile-wrap .mobile-inner .navbar-brand {
    padding-right: 10px;
  }
  .mobile-wrap .mobile-inner .navbar-toggle {
    float: none;
    border: 0;
    position: relative;
    padding: 0 10px;
  }
  .mobile-wrap .mobile-inner .navbar-toggle:focus,
  .mobile-wrap .mobile-inner .navbar-toggle:hover {
    background: transparent;
  }
  .mobile-wrap .mobile-inner .navbar-toggle i.fa {
    color: white;
    font-size: 30px;
  }
  .mobile-wrap .mobile-inner .navbar-toggle i.fa-search {
    font-size: 22px;
  }
  .navbar-collapse {
    background: transparent;
    padding-bottom: 10px;
    border: 0;
    overflow: inherit;
  }
  .navbar-collapse.in {
    overflow: inherit;
  }
  .navbar-nav {
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    margin-top: 0;
    position: relative;
  }
  .navbar-nav.arrow-style:after {
    position: absolute;
    content: '';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: white;
    top: -12px;
  }
  .navbar-nav.arrow-style.arrow-left:after {
    left: 57px;
  }
  .navbar-nav.arrow-style.arrow-search-right:after {
    right: 70px;
  }
  .navbar-nav.arrow-style.arrow-right:after {
    right: 15px;
  }
  .navbar.navbar-default .navbar-nav>li {
    clear: both;
  }
  .navbar.navbar-default .navbar-nav>li.search-form-wrap {
    padding: 15px 15px 0;
  }
  .navbar.navbar-default .navbar-nav>li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .navbar.navbar-default .navbar-nav>li>a {
    color: black !important;
    font-weight: 500;
    text-align: center;
  }
  .navbar.navbar-default .navbar-nav>li.active>a {
    font-weight: bold;
    background: transparent !important;
    color: black !important;
  }
  .navbar.navbar-default .navbar-nav>li>a:hover {
    color: black !important;
  }
  .navbar.navbar-default .navbar-nav>li:last-child .newshipment {
    border-radius: 0 0 3px 3px;
  }
  .navbar.navbar-default .navbar-nav .newshipment {
    position: relative;
    margin-top: 0;
    padding: 8px 10px;
    margin-left: 0;
    display: block;
    text-align: center;
    border-radius: 0;
  }
  .btn-drop-request {
    margin: 0 !important;
  }
  .navbar.navbar-default .navbar-nav>li.hidden-md-down {
    display: none !important;
  }
}