/*!
 * C.A.S. master CSS file
 * Copyright (C) 2016 Software Consulting Services, LLC.
 */
/*********** COLORS ***********/
/* Customize these. */
/* ONLY HERE FOR COMPATIBILITY - should be phased out. */
.scs_b {
  font-weight: bold;
}
.scs_u {
  text-decoration: underline;
}
/* Global reset/overrides */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
div.wrapper {
  min-height: 100%;
  position: relative;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 8px;
  font-size: 70%;
}
nav.hidden + #containerWrapper footer {
  position: relative;
}
#containerWrapper {
  overflow-x: clip;
  /* Uses to make COE step slide work nicely without creating horizontal scrollbars*/
}
body {
  font-family: -apple-system, BlinkMacSystemFont, /* macOS, iOS (current) */ "Helvetica Neue", Helvetica, /* Mac OS X, iOS (older) */ Roboto, /* Android */ Arial, /* Windows (and others) */ sans-serif;
  /* everyone else */
}
a[disabled] {
  pointer-events: none;
  color: #777;
}
.align-top {
  vertical-align: top;
}
.tooltip {
  z-index: 1049;
}
select > option[disabled] {
  background-color: gainsboro;
  text-decoration: line-through;
}
/* Notification modal */
#alert-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1051;
}
#alert-box {
  margin: 0 auto;
  float: right;
}
#alert-window a.close {
  padding-left: 1ch;
}
/* "Login" overlay */
#loginOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #3366cc;
  color: #000000;
}
#loginOverlay .content {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#loginOverlay .content .logoWrap {
  display: inline-block;
  max-width: 80%;
}
#loginOverlay .content .logoWrap .logo {
  background-size: contain;
  background-image: url("/scs/customimages/mattituck_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 1314px;
  height: 170px;
  max-height: 170px;
  margin-bottom: 20px;
  max-width: 100%;
}
#loginOverlay .form-inline {
  margin: 0 10px;
}
#loginOverlay button {
  background-color: #7a9cde;
  color: #000000;
  border-color: #4775d1;
}
#loginOverlay button:hover,
#loginOverlay button:focus {
  background-color: #8fabe3;
}
#loginOverlay .footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-size: 80%;
}
#loginOverlay a {
  color: #7a9cde;
}
#loginOverlay a:hover,
#loginOverlay a:focus {
  color: #8fabe3;
}
@media (max-width: 767px) {
  #loginOverlay input {
    margin-bottom: 7px;
    border: 0;
  }
  .small-top-margin {
    margin-top: 5px;
  }
}
@media (max-height: 278px) {
  #loginOverlay .footer {
    display: none;
  }
}
#loginControls.has-error input {
  background-color: #f99;
}
.scswatermark {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-size: 80%;
}
.scswatermark a {
  color: #214285;
}
.scswatermark a:hover,
.scswatermark a:focus {
  color: #8fabe3;
}
/* Links */
a,
.link {
  color: #3366cc;
  cursor: pointer;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: #1f3d7a;
}
/* Navbar */
.navbar {
  border: 0;
  border-radius: 0;
  z-index: 100;
}
.navbar-header .logo {
  background-size: contain;
  background-image: url("/scs/customimages/mattituck_logo.png");
  background-repeat: no-repeat;
  background-position: left;
  width: 1314px;
  height: 47px;
  max-height: 47px;
  max-width: 100%;
  padding-left: 6px;
  padding-top: 6px;
}
#navbar .navbarLogoWrap .logo {
  background-size: contain;
  background-image: url("/scs/customimages/mattituck_logo.png");
  background-repeat: no-repeat;
  background-position: left;
  width: 1314px;
  height: 80px;
  max-height: 80px;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 3px;
}
.logo.visible-xs-inline {
  position: absolute;
}
.navbar-default {
  background-color: #a5bce9;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
  color: #000000 !important;
  cursor: pointer;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  cursor: pointer;
}
.navbar-default .navbar-toggle {
  border: 1px solid #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
span.acctinfo {
  float: right;
  margin-top: 9px;
  color: #000000;
}
@media (max-width: 767px) {
  /* Links are white-ish when navbar is collapsed */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000 !important;
  }
}
.navbar-default .navbar-nav > li:not(.disabled) > a:hover,
.navbar-default .navbar-nav > li:not(.disabled) > a:focus,
.dropdown-menu > li:not(.disabled) > a:hover,
.dropdown-menu > li:not(.disabled) > a:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-nav > .open > a,
.nav .open > a {
  color: #000000 !important;
  background-color: #85a4e1 !important;
}
.navbar-default .navbar-nav > .active > a,
.dropdown-menu > .active > a,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #7497dc !important;
  border-color: #7497dc !important;
  color: #000000 !important;
}
.pagination > li > a {
  color: #3366cc;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #1f3d7a;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
}
#contentDimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav:not(.hidden) + #containerWrapper #contentContainer {
  margin-top: -20px;
  padding-bottom: 35px;
}
/* Popovers */
a[data-toggle='popover'] {
  color: #fff;
  background-color: #7497dc;
  padding: 3px;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
  cursor: initial;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  a[data-toggle='popover'] {
    padding: 4px 6px;
  }
}
/* Popup Menu */
.popup-menu {
  z-index: 2000;
  display: block;
}
/* Buttons */
.btn.btn-last {
  border-radius: 0 4px 4px 0 !important;
}
.btn-fill-list-group-item {
  width: 100%;
  border: none;
  border-radius: 0px;
  text-align: left;
  padding: 15px 10px;
}
/* Page-specific controls */
#pwStrengthInd {
  margin-left: 2px;
  width: 98%;
  height: 5px;
}
label#pwStrength {
  margin-top: 9px;
}
/* Ad Info & Inquiry toolbar */
ul.tabs-margin {
  margin-top: 10px;
}
div.tab-content {
  padding: 7px;
  border: 1px solid #ddd;
  border-top: 0;
}
a.preview-image {
  cursor: zoom-in;
}
a.preview-image img {
  max-width: 100%;
}
.preview-frame {
  width: 100%;
  height: 400px;
  border: 1px solid #e5e5e5;
}
div.tab-pane#info .panel-heading h3 {
  font-weight: bold;
}
div.tab-pane#info .col-md-5 {
  padding: 0;
}
div.tab-pane#info .contactinfo {
  margin-left: 20px;
}
div#files {
  position: relative;
}
div#files div.file {
  margin-top: 10px;
}
/* Status labels */
.status_label {
  color: white;
  background: #aaaaaa;
  border-radius: 0.25em;
  width: 1em;
  padding-bottom: 1.5px;
  text-align: center;
  display: inline-block;
  line-height: 1em;
  font-family: sans-serif;
  font-weight: bold;
}
.status_label.new {
  background: #e82a2a;
}
.status_label.new:after {
  content: "n";
}
.status_label.inprogress {
  background: #fcbd05;
}
.status_label.inprogress:after {
  content: "i";
}
.status_label.outtoproof {
  background: #59bbe0;
}
.status_label.outtoproof:after {
  content: "o";
}
.status_label.markupinprogress {
  background: #59bbe0;
}
.status_label.markupinprogress:after {
  content: "m";
}
.status_label.returnedfromproof {
  background: #fcbd05;
}
.status_label.returnedfromproof:after {
  content: "p";
}
.status_label.finished {
  background: #00ab00;
}
.status_label.finished:after {
  content: "f";
}
.status_label.expired {
  background: #00ab00;
}
.status_label.expired:after {
  content: "e";
}
.status_label.killed {
  background: #000000;
}
.status_label.killed:after {
  content: "k";
}
.status_label.pastdeadline {
  background: #e82a2a;
  border-radius: 1em;
}
.status_label.pastdeadline:after {
  content: "!";
}
.status_label.approved {
  background: #00ab00;
  border-radius: 1em;
}
.status_label.approved:after {
  content: "\2713";
}
.status_label.modified {
  background: #fcbd05;
  border-radius: 1em;
}
.status_label.modified:after {
  content: "\2713";
}
.status_label.checkin {
  background: #59bbe0;
  border-radius: 1em;
}
.status_label.checkin:after {
  content: "i";
}
/* Tables3 */
td.fa {
  display: table-cell;
  /* reset to default */
}
.tables3 {
  position: relative;
  /* Per-page Tables3 stuff */
  /* Minimum width select column  */
  /* Ad Info Table Thumbnail View */
}
.tables3 div.dimmer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.tables3 #tab-content div.dimmer {
  margin: -7px;
}
.tables3 div.dimmer i.fa {
  margin-top: 13px;
  top: 13px;
  color: #bbb;
  position: sticky;
  position: -webkit-sticky;
}
.tables3 caption {
  padding: 8px;
}
.tables3 th[data-sortable='true'],
.tables3 th:not([data-filter-type="0"]) {
  cursor: pointer;
  padding-right: 12px;
}
.tables3 th[data-sortable='true']:hover,
.tables3 th:not([data-filter-type="0"]):hover {
  background-color: #f0f0f0;
}
.tables3 th[data-sortable='true'] i.fa.fa-sort,
.tables3 th:not([data-filter-type="0"]) i.fa.fa-filter {
  margin-right: -8px;
}
.tables3 th div.th-left {
  float: left;
}
.tables3 th div.th-right {
  width: 100%;
  text-align: right;
}
.tables3 th[data-sortable='false'][data-filter-type="0"] div.th-right {
  display: none;
}
.tables3 tr:nth-child(even) {
  background-color: #e9e9e9;
}
.tables3 tbody > tr > td {
  vertical-align: middle;
}
.tables3 tbody > tr > td.currency {
  text-align: right;
}
.tables3 tbody > tr > td.td_left {
  text-align: left;
}
.tables3 tbody > tr > td.td_right {
  text-align: right;
}
.tables3 tbody > tr > td.td_center {
  text-align: center;
}
.tables3 .pagination {
  margin: 0;
  padding: 0;
}
.tables3 .table-bottom-spacer {
  padding-bottom: 36px;
}
.tables3 .perpage-dropdown {
  display: inline-block;
  top: -13px;
}
.tables3 div.table-scrollview {
  overflow-x: auto;
  margin-bottom: 15px;
}
.tables3 div.table-scrollview table {
  margin-bottom: 0;
  white-space: nowrap;
}
.tables3 div.table-scrollview.permanent {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}
.tables3 div.dimmer#dropzone {
  font-weight: bold;
  color: #fff;
  padding-top: 30px;
  font-size: 200%;
  margin: -8px;
  z-index: 100;
}
.tables3 input[type=checkbox] {
  margin: 0;
  margin-left: 12px;
}
.tables3 th[data-column-type='1'] {
  width: 1px;
}
.tables3 #table_thumbnail_view div.thumbnail_col {
  padding-left: 2px;
  padding-right: 2px;
}
.tables3 #table_thumbnail_view div.thumbnail_col span {
  font-size: 20px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div {
  height: 200px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div img {
  max-width: 100%;
  max-height: 200px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div span {
  display: block;
  text-align: center;
  font-size: 150px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div a {
  text-decoration: none;
}
.tables3 .pickup_files_preview {
  max-width: 184px;
}
@media (min-width: 768px) {
  .tables3 .table-condensed {
    font-size: 85%;
  }
}
@media (max-width: 767px) {
  .tables3 input[type=checkbox] {
    margin: 0;
  }
}
/* Table filter modal styles */
@media (min-width: 768px) {
  .filter2 :nth-child(1) {
    width: 40%;
  }
  .filter2 :nth-child(2) {
    width: 20%;
  }
  .filter2 :nth-child(3) input {
    width: 20%;
  }
  .filter2 :nth-child(4) {
    width: 15%;
  }
  .filter3 :nth-child(1) {
    width: 30%;
  }
  .filter3 :nth-child(2) {
    width: 55%;
  }
  .filter3 :nth-child(3) {
    width: 15%;
  }
  .filter6 :nth-child(1) {
    width: 15%;
  }
  .filter6 :nth-child(2) {
    width: 30%;
  }
  .filter6 :nth-child(3) {
    width: 15%;
  }
  .filter6 :nth-child(4) input {
    width: 15%;
  }
  .filter6 :nth-child(5) {
    width: 13%;
  }
}
.columns.well {
  background-color: #fbfbfb;
  max-height: 250px;
  overflow-y: auto;
}
.ui-sortable-handle {
  cursor: move;
}
.ui-sortable-handle input {
  cursor: default;
}
#Tables3_pickupwebfiles th[data-column-name='RENAMEFLAG'] {
  width: 1px;
}
/* Icon buttons */
.fa.icon-btn {
  padding: 6px;
  cursor: pointer;
}
.fa.icon-btn.alwaysgreen {
  color: #2ecc40;
}
.fa.icon-btn.alwaysgreen:hover,
.fa.icon-btn.green:hover {
  color: #15b327;
}
.fa.icon-btn.alwaysred {
  color: #ff4136;
}
.fa.icon-btn.alwaysred:hover,
.fa.icon-btn.red:hover {
  color: #e6281d;
}
.fa.icon-btn.yellow:hover {
  color: #cdaa1a;
}
.fa.icon-btn.blue:hover {
  color: #5685af;
}
/* Ad Info fa ext icons */
.fa-ext {
  margin-bottom: 0.7em;
  margin-right: 0.5em;
}
.fa-ext-text {
  margin-top: 1.3em;
}
/* Panels */
.panel-group .panel-heading:not(.no-hover-pointer) {
  cursor: pointer;
}
.panel-group .panel-heading:not(.no-hover-pointer):hover,
.panel-group .panel-heading:not(.no-hover-pointer):focus {
  background-color: #e8e8e8;
}
.panel-group .panel-heading:not(.no-hover-pointer) a:hover,
.panel-group .panel-heading:not(.no-hover-pointer) a:focus {
  text-decoration: none;
}
/* Forms */
.btn-primary {
  background-color: #7497dc;
  border-color: #7497dc;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #3366cc;
  border-color: #668dd9;
}
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:focus:active {
  background-color: #1f3d7a;
  border-color: #668dd9;
}
.input-group .form-control:not(:last-child) {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.input-group-btn > select {
  min-width: 150px;
}
.form-margined,
.btn-group-margined {
  margin: 10px 0;
}
input.form-control[type='date'] {
  text-align: left;
  /* fix Opera 12 & some other browsers */
}
input[type="file"] {
  display: initial;
}
input.color-input {
  /* Remove spacing around color input in form control*/
  margin: 0px;
  padding: 0px;
  border: none;
}
input[readonly] {
  background-color: white !important;
  cursor: pointer;
}
textarea {
  resize: none;
}
textarea.tall {
  min-height: 350px;
}
.form-control.scs_editor {
  overflow-y: scroll;
  min-height: 300px;
  font-family: reset;
}
form.colorize-invalid .form-control:invalid {
  border-color: red;
}
.form-group-header label {
  text-decoration: underline;
}
.group-label {
  font-weight: 500;
}
.group-label .group-checkbox {
  margin: 4px;
}
.group-control-label,
.dbmaint-label {
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 0px;
}
.form-group .control-label {
  text-align: left;
}
.panel-heading {
  padding-left: 10px;
}
.panel.groups-panel {
  margin-bottom: 10px;
}
.no-padding {
  padding: 0px 0px 0px 0px;
}
.panel-heading-text {
  font-size: 1.25em;
}
.form-group .main-checkbox {
  margin-top: 0px;
  height: 2em;
  width: 2em;
}
#ignoreping {
  width: 4.5%;
}
.input-warning {
  margin-bottom: 0px;
}
.sr-db-group.form-group {
  overflow: auto;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  input[type=checkbox]:not(.static-size) {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .form-condensed .col-sm-8,
  .form-condensed .col-sm-7,
  .form-condensed .col-sm-6,
  .form-condensed .col-sm-5,
  .form-condensed .col-sm-4,
  .form-condensed .col-sm-3,
  .form-condensed .col-sm-2,
  .form-condensed .col-sm-1 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .form-condensed .form-group {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0 5px;
  }
}
input.appearance-textfield {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
/* Blocks */
.block {
  width: 100%;
  height: 100%;
  float: left;
  padding: 0.5em;
  box-shadow: 0.1em 0.1em 0.2em;
}
.block:hover {
  box-shadow: 0.1em 0.1em 0.4em;
}
.coe-image-picker {
  columns: 3 150px;
}
.coe-image-picker img {
  padding: 2px;
  margin: 0.5em;
}
.coe-selected-image {
  outline: 3px solid #3366cc;
}
.coe-nav-tabs {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 5;
}
.ebill-adpreview {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.no-padding {
  padding: 0;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
  .coe-order-sidebar {
    position: sticky;
    top: 0.5em;
  }
}
/* Stepper */
.stepper {
  position: relative;
}
.stepper-pane {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0%;
  transition: left 1s ease, transform 1s ease, opacity 0.6s ease-out, visibility 0s linear;
}
.stepper-pane-left {
  left: calc(-100% - 2em);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition-delay: 0s, 0s, 0s, 0.6s;
}
.stepper-pane-right {
  left: calc(100% + 2em);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition-delay: 0s, 0s, 0s, 0.6s;
}
.stepper.stepper-rotate {
  perspective: 1500px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.stepper-rotate .stepper-pane-left {
  transform-origin: top right;
  transform: rotateY(-90deg);
}
.stepper-rotate .stepper-pane-right {
  transform-origin: top left;
  transform: rotateY(90deg);
}
#stepperBackText {
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#stepperForwardText {
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#slidingStepper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#coeCustSearchBarDiv {
  border: 1px solid #3366cc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #ffffff;
}
/* CATEGORY: Steps list style */
#ordentArea .steps {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
#ordentArea .steps li {
  flex: 1;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #3366cc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#ordentArea .steps li::after {
  content: none;
}
#ordentArea .steps li#current {
  background-color: #3366cc;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* CATEGORY: Instructions styling */
#ordentArea .instructions {
  background-color: #ffffff;
  color: #3366cc;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
/* CATEGORY: Order entry area styling */
#ordentArea h2 {
  color: #3366cc;
  font-size: 24px;
  font-weight: bold;
  background-color: #d6e0f5;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#ordentArea .panel-default {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}
#ordentArea .panel-body span {
  color: black;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#ordentArea .panel-title {
  font-size: medium;
  font-weight: bold;
  text-align: center;
}
#ordentArea #editor_form label {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7.5px;
  padding-left: 3%;
  transition: color 0.3s ease;
}
#ordentArea .well label {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7.5px;
  padding-left: 3%;
  transition: color 0.3s ease;
  margin-top: 6px;
  text-align: center;
}
#ordentArea h3 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  transition: color 0.3s ease;
}
#ordentarea div {
  padding-top: 20px;
}
#ordentArea .badge {
  background-color: #2952a3;
}
#ordentArea #editor_form {
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
}
#ordentArea #receipt_cost {
  padding-left: 2px;
}
/* CATEGORY: btn-primary styling */
#ordentArea .btn-primary {
  background: linear-gradient(135deg, #3366cc, #7a9cde);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#ordentArea .btn-primary:hover {
  background: linear-gradient(135deg, #7a9cde, #d6e0f5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#ordentArea .btn-primary:active {
  background: linear-gradient(135deg, #7a9cde, #3366cc);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}
#ordentArea .btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7a9cde;
}
/* CATEGORY: btn-danger styling */
#ordentArea .btn-danger {
  background: linear-gradient(135deg, red, #ff5959);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#ordentArea .btn-danger:hover {
  background: linear-gradient(135deg, #ff5959, #ffcccc);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#ordentArea .btn-danger:active {
  background: linear-gradient(135deg, #ff5959, red);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}
#ordentArea .btn-danger:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ff5959;
}
/* CATEGORY: btn-secondary styling */
#ordentArea .btn-secondary {
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#ordentArea .btn-secondary:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#ordentArea .btn-secondary:active {
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}
#ordentArea .btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7a9cde;
}
/* CATEGORY: btn-default styling */
#ordentArea .btn-default {
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#ordentArea .btn-default:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#ordentArea .btn-default:active {
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}
#ordentArea .btn-default:focus {
  outline: none;
  box-shadow: 0 0 0 3px #7a9cde;
}
/* CATEGORY: Panel heading style */
#ordentArea .panel-heading {
  text-align: center;
  background-color: #3366cc;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#ordentArea .panel-heading-light {
  background-color: #7a9cde;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* CATEGORY: Caption style */
#ordentArea caption {
  background-color: #c2d1f0;
  color: #3366cc;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 10px;
}
/* CATEGORY: Range input style */
#ordentArea input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #3366cc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: background 0.3s ease;
}
#ordentArea input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #3366cc;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, border-color 0.3s ease;
}
#ordentArea input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #3366cc;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, border-color 0.3s ease;
}
#ordentArea input[type="range"]:hover {
  background: #7a9cde;
}
#ordentArea input[type="range"]:active::-webkit-slider-thumb {
  background: #7a9cde;
  border-color: #7a9cde;
}
#ordentArea input[type="range"]:active::-moz-range-thumb {
  background: #7a9cde;
  border-color: #7a9cde;
}
/* CATEGORY: Text input field styling */
#ordentArea input[type="text"],
#ordentArea input[type="tel"],
#ordentArea select,
#ordentArea textarea {
  font-size: 16px;
  color: black;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
#ordentArea textarea {
  padding: 10px 20px;
}
#ordentArea input[type="text"]:focus,
#ordentArea select:focus,
#ordentArea textarea:focus {
  border-color: #3366cc;
  box-shadow: 0 0 4px #a5bce9;
  outline: none;
}
/* CATEGORY: Legend fields */
#ordentArea legend {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #3366cc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
/* CATEGORY: Attention Getter Labels */
#ordentArea #editorPane fieldset strong {
  color: #3366cc;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  transition: color 0.3s ease;
}
#ordentArea #editorPane div p {
  color: black;
  font-size: 16px;
  margin: 0;
  transition: color 0.3s ease;
}
/* CATEGORY: Styles the text inside of the "Image for Ad" input */
#ordentArea .well {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #3366cc;
  color: #333;
}
#ordentArea .well strong {
  font-size: 16px;
  color: #3366cc;
  font-weight: bold;
}
#ordentArea .well p {
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#ordentArea .well form {
  margin-top: 15px;
}
#ordentArea .well form .form-group {
  margin-bottom: 15px;
}
#ordentArea .well form .form-group label {
  font-size: 16px;
  font-weight: bold;
  color: #3366cc;
}
#ordentArea .well form .form-group input[type="file"] {
  display: block;
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #7094db;
  border-radius: 5px;
}
#ordentArea .well form .btn {
  background-color: #3366cc;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#ordentArea .well form .btn:hover {
  background-color: #3366cc;
}
#ordentArea .well form .btn.btn-primary {
  margin-right: 10px;
}
#ordentArea #tnails_getters .well {
  background-color: #ffffff;
}
/* CATEGORY: File input style */
#ordentArea input[type="file"] {
  border: 1px solid #d6e0f5;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
  color: #3366cc;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
#ordentArea input[type="file"]:focus {
  border-color: #3366cc;
  box-shadow: 0 0 4px #a5bce9;
  outline: none;
}
#file_upload_area {
  border: 2px dashed #a5bce9;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
  color: #3366cc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, background-color 0.3s ease;
  position: relative;
  cursor: pointer;
}
#file_upload_area button {
  background-color: #3366cc;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  scale: 0.75;
}
#file_upload_area .dz-remove-all {
  position: absolute;
  top: 10px;
  right: 10px;
}
#file_upload_area .dz-remove-all button {
  border: none;
  background: none;
  color: #3366cc;
  cursor: pointer;
}
#file_upload_area .dz-default .dz-message {
  font-size: 18px;
  color: #3366cc;
  margin-top: 10px;
}
#emblem_upload_area {
  border: 2px dashed #a5bce9;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
  color: #3366cc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, background-color 0.3s ease;
  position: relative;
  cursor: pointer;
}
#emblem_upload_area button {
  background-color: #3366cc;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  scale: 0.75;
}
#emblem_upload_area .dz-remove-all {
  position: absolute;
  top: 10px;
  right: 10px;
}
#emblem_upload_area .dz-remove-all button {
  border: none;
  background: none;
  color: #3366cc;
  cursor: pointer;
}
#emblem_upload_area .dz-default .dz-message {
  font-size: 18px;
  color: #3366cc;
  margin-top: 10px;
}
/* CATEGORY: Date picker styling */
.datepicker-days table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.datepicker-days table th,
.datepicker-days table td {
  padding: 10px;
  text-align: center;
}
.datepicker-days table .datepicker-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #3366cc;
}
.datepicker-days table .datepicker-switch {
  font-size: 1.2em;
  font-weight: bold;
  color: #3366cc;
}
.datepicker-days table .prev,
.datepicker-days table .next {
  cursor: pointer;
  color: #3366cc;
  font-size: 1.5em;
}
.datepicker-days table .prev:hover,
.datepicker-days table .next:hover {
  color: #85a3e0;
}
.datepicker-days table .dow {
  font-weight: bold;
  color: #5c85d6;
}
.datepicker-days table .day.disabled,
.datepicker-days table .old.day.disabled,
.datepicker-days table .new.day.disabled {
  cursor: not-allowed;
  background-color: #a1a1a1;
  color: #fff;
}
.datepicker-days table .day.disabled:hover,
.datepicker-days table .old.day.disabled:hover,
.datepicker-days table .new.day.disabled:hover {
  cursor: not-allowed;
  color: #fff;
  background-color: #a1a1a1;
}
.datepicker-days table .day.active,
.datepicker-days table .day.selected,
.datepicker-days table .day.active:hover {
  background-color: #5c85d6 !important;
  color: #fff !important;
}
.datepicker-days table .day:not(.disabled):hover {
  background-color: #85a3e0;
  color: #fff;
}
#ordentArea .input-group.date input[type="text"] {
  cursor: pointer !important;
}
#ordentArea .coe-image-picker-preview img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#ordentArea .coe-image-picker-preview img:hover {
  transform: scale(2);
  cursor: pointer !important;
}
#coe_upload input[type="file"]:hover {
  cursor: pointer !important;
}
#ordentArea #classPane img {
  max-width: 100%;
  max-height: 100%;
}
#ordentArea #classPane img:hover {
  cursor: pointer;
}
#ordentArea .alert {
  color: #3366cc;
  background-color: #ffffff;
  border: 1px solid #3366cc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}
#ordentArea .orderHistoryStatisticsTable th {
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 16.7%;
}
#ordentArea .orderHistoryStatisticsTable td {
  text-align: center;
  width: 16.7%;
}
#ordentArea .orderHistoryOrdersTable th {
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 12.5%;
}
#ordentArea .orderHistoryOrdersTable td {
  text-align: center;
  width: 12.5%;
}
#ordentArea #adDepth {
  display: block;
  text-align: center;
}
#ordentArea #adLines {
  display: block;
  text-align: center;
}
