@charset "utf-8";

h4, h5 {
  font-weight: bold;
}
.radio label {
  display: block;
  clear: both;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
fieldset {
  padding: 15px 0 30px 0;
}
legend {
  padding: 10px;
  margin-bottom: 0;
}
fieldset.search-group {
  padding-top: 10px;
  padding-bottom: 0;
  border-radius: 6px;
  background-color: #eee;
}
.file input {
  opacity: 1;
}
a.danger,
span.danger,
span.help-block.danger {
  color: #a94442 !important;
}
/* HTML 5 Fixes */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* Bootstrap Override */
.navbar-brand {
  padding: 5px 15px;
}
.navbar-brand > img {
  width: 250px;
}
#page-wrapper {
  overflow: hidden;
  padding: 0;
  /*background-color: #efefef;*/
  border-top: 1px solid #dfdfdf;
}
.page-header {
  margin: 10px 0 0 13px;
}
/* LAYOUT */
h5.title {
  margin-left: 15px;
  margin-right: 15px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
}
.sidebar-nav li a {
  color: #333;
}
.main-content {
  margin-top: 20px;

}
/* COMMON */
.help-block {
  margin-top: 5px;
  font-size: 85%;
  color: #999;
  display: block;
}
.help-inline {
  margin-top: 5px;
  font-size: 85%;
  color: #999;
  display: inherit;
}
.message {
  width: 100%;
  position: absolute;
  padding: 10px;
  border: 1px solid #cccccc;
  z-index: 1001;
  text-align: center;
}
.message.success {
  color: #ffffff;
  background-color: #63AA19;
}
.message.error {
  color: #ffffff;
  background-color: #f8bac0;
}
.row {
  padding-bottom: 15px;
}
.row .info-label {
  font-weight: bold;
}
div.processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
div.input {
  margin-bottom: 15px;
}
.help-block {
  font-size: 11px;
  margin-bottom: 5px;
}

.loader-wrap {
  z-index: 10000;
  opacity: 0.8 !important;
  margin-left: 0 !important; 
}

.loader-wrap .fa {
  position: absolute;
  top: 48%;
  left: 50%;
}

.loader-wrap .help-block {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 30px;
  margin-top: 30px;
  margin-left: -87px;
  color: #333;
  font-size: 32px;
  line-height: 1.2em;
  vertical-align: middle;
}
i.small-icon {
  font-size: 1.5em;
}
i.medium-icon {
  font-size: 2.0em;
  color: #aaa;
  margin-right: 5px;
}
i.big-icon {
  font-size: 2.8em;
  color: #aaa;
  margin: 4px 5px 0 10px;
}
i.medium-icon.active:hover,
i.big-icon.active:hover {
  color: #777;
}
i.medium-icon.active,
i.big-icon.active, 
i.big-icon2.active  {
  color: #666;
  cursor: pointer;
}
i.big-icon2 {
  font-size: 2.8em;
  color: #aaa;
  margin: 15px 5px 0 10px;
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

li.previous {
  float: left;
}
li.next {
  float: right;
}
/* TABLE */
.table tbody tr > td.error {
  background-color: #f2dede !important;
}
.table>thead>tr>th {
  vertical-align: top;
}
.table-bulk-action {
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px 10px 10px;
}
.table-bulk-action .checkbox {
  margin-left: 10px;
}
.table .table {
  margin-bottom: 0;
}
.dataTables_length,
.dataTables_info {
  margin-left: 15px;
}
table.dataTable thead .sorting_asc:after {
  content: none !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  opacity: 0 !important;
}
table.dataTable thead .sorting_asc {
  background-image: none !important;
}
table.dataTable thead th, table.dataTable thead td {
  /*padding: 10px 0 0 0 !important;*/
}
table.dataTable thead > tr > th {
  padding-right: 0;
  padding-left: 0;
}
span.status-column {
  display: block;
  width: 100%;
  height: 100%;

  color: #fff;
  text-align: center;
  font-weight: bold;
}
span.status-column.paid {
  background-color: green;
}
span.status-column.in-transit {
  background-color: orange;
}
span.status-column.delivered{
  background-color: blue;
}
span.status-column.cancelled {
  background-color: gray;
}
span.status-column.failed {
  background-color: red;
}
span.status-column.review {
  background-color: purple;
}
/* TAB */
.tab-content {
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 0 0 4px 4px;
  
}
.nav-item {
  margin-right: 5px;
}
.nav-tabs {
  background-color: transparent;
}
.nav-tabs>li>a {
  background-color: #eee;
}
.nav-tabs > .nav-item .nav-link.active,
.nav-tabs > .nav-item .nav-link.active:hover {
  z-index: 2;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  box-shadow: none;
}
/* FORM */
form.no-body {
  margin: 0;
}
.form-wizard {
  margin-left: 25px;
}
.form-control {
  padding: 0 10px;
}
/* MODAL */
.modal-body {
  overflow: hidden;
}
input.error, button.error, select.error, ul.error {
  border-color: #cc0000 !important;
  background-color: #f3d8d8 !important;
}
label.error {
  color: #cc0000;
  font-size: 11px;
}
/* SHIPPING */
.ajax-search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.parcel-group {
  overflow: hidden;
  background-color: #eee;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
div.popup-container {
  position: relative;
}
div.sb-popup {
  position: absolute;
  z-index: 2000;
}
ul.search-results {
  position: relative;
  overflow: auto;
  max-height: 207px;
  list-style: none;
  z-index: 5;
  background: #fff;
  margin: 32px 0 0 -2px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}
ul.search-results li {
  color: #000;
  padding: 5px 15px 5px 13px;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
ul.search-results li:hover {
  background-color: #eee;
}
small, .small {
  font-size: 85%;
}
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery>small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
.switchery-small>small {
  height: 20px;
  width: 20px;
}
.progress-bar {
  float: none;
  width: auto;
}

