/* General */
.page-content {
  min-height: 500px;
}
body {
  font-size: 12px;
}
/* Bulletins */
.bulletin {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
}
.bulletin p:last-child {
  margin-bottom: 0px;
}
.page-header .page-header-top .page-logo .logo-default {
  margin: 18.5px 0 0 15px;
}
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .support {
  float: left;
  font-size: 14px;
  margin-top: 4px;
  margin-right: 2px;
}
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .support {
  color: #8ea3b6;
}
.page-head .page-title {
  padding: 19px 0 19px 15px;
}
/* Login */
.login.alert ul {
  list-style-type: none;
  padding-left: 0;
}
.login .form-actions .rememberme {
  vertical-align: middle;
}
.login .form-actions .rememberme input {
  margin-right: 5px;
}
.login .form-actions .forgot-password {
  margin-top: 12px;
}
/* Dashboard order tables */
.order-table-stats h5 {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #B0B0B0;
}
.order-table-stats p {
  font-size: 22px;
  text-align: center;
}
/* Forms */
.form-group .intl-tel-input {
  display: block;
}
.input-group .input-group-addon {
  background: #578ebe;
}
.has-error .input-group .input-group-addon {
  background: #F3565D;
}
.has-error .selectize-input {
  border: 1px solid #f13e64;
}
.selectize-input {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.disabled {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
  opacity: 1!important;
}
.selectize-input .ui-select-match {
  width: 100%;
}
.selectize-input .ui-select-match .clear-ui-select {
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  float: right;
  margin-right: 25px;
  text-decoration: none;
}
.control-label.required:after {
  content: " * ";
  color: #e02222;
  font-size: 12px;
  /* padding-left: 2px; */
}
.form-control {
  padding: 6px 5px;
}
.form-control:focus {
  border-color: #578ebe;
}
.ship-date {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ship-date span {
  font-weight: normal;
  text-transform: none;
}
.ship-date [class*=" fa-"]:not(.fa-stack) {
  font-size: inherit;
  margin-right: 4px;
}
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs > li.active a {
  border-color: #eee #eee #ddd;
  background-color: #eee;
}
.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
@media (min-width: 768px) {
  .ship-date {
    float: right;
  }
}
/* Orders */
.dashboard--orders .portlet-title .btn {
  margin-left: 20px;
}
/* Search Orders */
#gridToolbar {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#gridContainer {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  /*
  .dx-datagrid-headers {
    .dx-editor-with-menu {
      .dx-filter-menu {
        display: none;
      }

      .dx-texteditor .dx-texteditor-input {
        padding-left: 10px;
      }
    }
  }

  .dx-datagrid-table {
    tr:nth-child(even) {
      background-color: rgba(0,0,0,.05);
    }
  }
  */
}
#gridContainer.toolbar-hidden .dx-toolbar {
  display: none;
}
#gridContainer .dx-toolbar .dx-toolbar-after > div.dx-toolbar-button {
  margin: 0 8px;
}
#gridContainer .dx-toolbar .dx-toolbar-after > div.dx-toolbar-button:first-child {
  margin-left: 0;
}
#gridContainer .dx-toolbar .dx-toolbar-after > div.dx-toolbar-button:last-child {
  margin-right: 0;
}
/* Order Details */
.order-header .order-number {
  line-height: 30px;
  margin-right: 10px;
}
.order-header .order-locked .badge {
  line-height: 30px;
  padding: 0 10px;
  height: auto;
  cursor: pointer;
}
.order-header .order-locked .badge i {
  margin-right: 5px;
}
.form-actions {
  position: relative;
  padding: 0 15px;
}
.form-actions.fixed {
  position: fixed;
  background: #eff3f8;
  z-index: 1000;
  padding-right: 10px;
  left: 0;
  right: 0;
  padding: 10px 15px 5px;
}
.form-actions .alert {
  margin: 5px 0;
}
/* Order Notes */
.order-notes {
  display: block;
  width: 100%;
  /* overflow: hidden; */
}
@media screen and (min-width: 768px) {
  .order-notes > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .order-notes .order-notes-list {
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
    /* margin-bottom: -99999px;
    padding-bottom: 99999px; */
  }
}
.order-notes .order-notes-list .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  float: left;
}
.order-notes .order-notes-list .meta {
  display: block;
  text-align: left;
}
.order-notes .order-notes-list .meta.timestamp {
  font-size: 10px;
}
.order-notes .order-note {
  margin-bottom: 5px;
}
.order-notes .order-note a {
  text-decoration: underline;
  font-size: 11px;
  padding: 5px;
  display: inline-block;
  width: 100%;
}
.order-notes .order-note .meta {
  padding-right: 0;
}
.order-notes .order-note.active a {
  background: #efefef;
}
.order-notes .order-note-details .actions {
  text-align: right;
}
.order-notes .order-note-details .actions a {
  margin-left: 10px;
  line-height: 17px;
}
.order-notes .order-note-details h4 {
  margin-top: 0;
}
.order-notes .order-note-details .title {
  font-weight: bold;
}
.order-notes .order-note-details .body {
  font-size: 12px;
}
.order-notes .order-note-addedit h4 {
  margin-top: 0;
}
/* Order Attachments */
.dropzone {
  background: #ffffff;
  border: none;
  padding: 0;
}
.dropzone.uploader,
.dropzone .uploader {
  border: 1px solid #89C4F4;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  line-height: 1.3em;
  font-size: 30px;
  font-style: italic;
  color: #89C4F4;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.dropzone.uploader p,
.dropzone .uploader p {
  height: 78px;
  margin: 59px auto 0;
}
.dropzone.uploader input,
.dropzone .uploader input {
  cursor: pointer;
}
.dropzone .attachment {
  max-width: 230px;
}
.dropzone .dz-preview {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
  max-width: 230px;
  max-height: 180px;
  min-height: 180px;
  border: 1px solid #dedede;
  border-radius: 0;
}
.dropzone .dz-preview .dz-image img {
  height: 100%;
  width: auto;
}
.dropzone .dz-preview .dz-image i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 7em;
  margin: -5px 0 0 -33px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-filesize,
.dropzone .dz-preview .dz-details .dz-download {
  margin-bottom: 1em;
}
.dropzone .dz-preview .dz-details a {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.9);
  padding: 0 0.4em;
}
.dropzone .dz-preview .dz-details a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(200, 200, 200, 0.8);
}
.dropzone .dz-preview .dz-details a:not(:hover) {
  border: 1px solid transparent;
}
/* Order Status */
.panel-status {
  margin-right: 20px;
  padding: 0;
  text-align: center;
  min-height: 170px;
  min-width: 140px;
  max-width: 160px;
}
.panel-status .panel-heading {
  /*text-align: center;*/
  font-size: 9px;
  font-weight: normal;
  padding: 5px;
  min-height: 35px;
  text-transform: uppercase;
}
.panel .panel-body ul.list-group.date {
  margin: 0 auto 10px;
  /*text-align: center;*/
  width: 80%;
}
.panel .panel-body ul.list-group.date .list-group-item {
  border-color: #FFF !important;
  padding: 1px;
}
.panel .status-change {
  font-style: italic;
}
.panel .panel-body {
  font-size: 9px;
  font-weight: normal;
  padding: 10px;
}
@media (min-width: 992px) {
}
/* Progress Bar */
.progress {
  background-color: #D6DADE;
  border-radius: 4px !important;
  height: 20px;
  margin-top: 10px;
}
.progress-bar {
  background-color: #26A69A;
}
.progress-bar.progress-bar-pending {
  background-color: transparent;
  box-shadow: none;
}
.progress-bar span {
  white-space: nowrap;
  margin-left: 10px;
}
.page-footer .version {
  padding-right: 70px;
}
/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Error Pages
***/
/* 404 page option #1 */
.page-404 {
  text-align: center;
}
.page-404 .number {
  position: relative;
  top: 35px;
  display: inline-block;
  letter-spacing: -10px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #7bbbd6;
  text-align: right;
}
.page-404 .details {
  margin-left: 40px;
  display: inline-block;
  padding-top: 0px;
  text-align: left;
}
/* 500 page option #1 */
.page-500 {
  text-align: center;
}
.page-500 .number {
  display: inline-block;
  letter-spacing: -10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #ec8c8c;
  text-align: right;
}
.page-500 .details {
  margin-left: 40px;
  display: inline-block;
  text-align: left;
}

.label-flex {
  display: flex;
  gap: 1px;
  justify-content: end;
}

.order-payment-details .actions {
  text-align: right;
}

li.open .dropdown-menu {
  display: block !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.btn-container {
  overflow-y: auto;
  white-space: nowrap;
}

.form-control {
  font-size: 16px !important;
}

.flex-right {
  display: flex !important;
  justify-content: end;
}

.div-relative {
  position: relative;
}

.div-absolute {
  position: absolute;
  z-index: 99999;
  width: 200px;
  right: 0;
}

.selectize-input {
  font-size: 16px !important;
}