.bg-grey {
  background: #EEEEEE;
}

.header-block {
  height: 380px;
  background-position: center;
  background-color: #222;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 5px;
  z-index: 1;
}
.bootstrap-select .select-with-transition {
  background: no-repeat bottom, 50% calc(100% - 1px);
  transition: background 0s ease-out !important;
  background-size: 0 100%, 100% 100%;
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}
.bootstrap-select .btn.active,
.bootstrap-select .btn:active,
.bootstrap-select .select-with-transition {
  background-image: linear-gradient(0deg, #9c27b0 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}
.bootstrap-select .dropdown-menu .dropdown-item,
.bootstrap-select .dropdown-menu li > a {
  min-width: auto !important;
  padding-left: 1.2rem;
  padding-right: 1rem;
}

.form-check .form-check-input {
  opacity: 0;
  height: 16px;
  width: 18px;
  overflow: hidden;
}

table.dataTable > thead .sorting:before {
  right: 0 !important;
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting:after {
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_asc:before {
  right: 0 !important;
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_asc:after {
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_desc:before {
  right: 0 !important;
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_desc:after {
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_asc_disabled:before {
  right: 0 !important;
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_asc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_desc_disabled:before {
  right: 0 !important;
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.3;
  bottom: 25px !important;
}
table.dataTable > thead .search .form-control:not(.datetimepicker) {
  text-align: center;
}

.page-header {
  background: #aaaaaa;
  background-size: cover;
}
.page-header.header-small {
  height: 180px;
  min-height: 180px;
}

#main-list #order-list {
  table-layout: fixed;
  width: 100% !important;
}
#main-list #order-list .btn {
  padding: 8px 12px;
}
#main-list #order-list > thead > tr {
  background: #e4e4e4;
}
#main-list #order-list > thead > tr:first-child {
  background: #05426b;
  color: #fff;
}
#main-list #order-list > tbody > tr {
  transition: background-color 0.2s;
}
#main-list #order-list > tbody > tr:hover {
  background: #05426b !important;
  color: #fff;
}
#main-list #order-list > tbody > tr.selected {
  background: rgba(5, 66, 107, 0.2);
}
#main-list #order-list > tbody > tr > td:last-child,
#main-list #order-list > tbody > tr > td:first-child {
  padding: 0;
  text-align: center;
}
#main-list #order-list > thead > tr > td,
#main-list #order-list > tbody > tr > td {
  vertical-align: middle;
  padding: 10px 20px;
}
#main-list #order-list > thead > tr > td:nth-child(1),
#main-list #order-list > tbody > tr > td:nth-child(1) {
  width: 5px !important;
}
#main-list #order-list > thead > tr > td:nth-child(6),
#main-list #order-list > tbody > tr > td:nth-child(6) {
  width: 110px !important;
}
#main-list #order-list > thead > tr > td:nth-child(10),
#main-list #order-list > tbody > tr > td:nth-child(10) {
  width: 70px !important;
}
#main-list #order-list > thead > tr > td:nth-child(11),
#main-list #order-list > tbody > tr > td:nth-child(11) {
  width: 50px !important;
}
#main-list .form-check .form-check-sign .check {
  background: #fff;
}
#main-list .form-check.form-check-inline {
  z-index: 0;
  position: relative;
}

#main-show .order-number {
  padding-top: 18px;
}
#main-show .input-group {
  width: 80% !important;
}
#main-show #order-email-form input[type=email], #main-show #order-email-form .input-group-btn, #main-show #company-email-form input[type=email], #main-show #company-email-form .input-group-btn {
  position: relative;
  z-index: 10;
}
#main-show #order-email-form .input-group-btn, #main-show #company-email-form .input-group-btn {
  z-index: 20;
}

/*# sourceMappingURL=custom.css.map */
