@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montagu+Slab:wght@300;

400;500;600;700&display=swap);@font-face {
  font-family: 'VAGRounded-Thin';
  src: url("/fonts/VAGRounded-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/VAGRounded-Thin.woff") format("woff"), url("/fonts/VAGRounded-Thin.ttf") format("truetype"), url("/fonts/VAGRounded-Thin.svg#VAGRounded-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Montagu Slab', serif;
}

input,
textarea {
  font-family: 'Montagu Slab', serif;
  font-size: 16px !important;
  text-transform: none !important;
}

button {
  font-family: 'Montagu Slab', serif;
  font-size: 18px !important;
  text-transform: none !important;
}

body {
  background: #f7f7f7;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

.page-header-inner {
  max-width: 2200px;
  margin: 0 auto;
}

.page-container {
  max-width: 2200px;
  margin: 0 auto;
}

.page-footer .page-footer-inner {
  max-width: 2200px;
  margin: 0 auto;
  float: none;
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex .bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  bottom: 10px;
}

.flex .bottom.nopadding {
  bottom: 0;
}

.row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-secondary {
  background: #6ba3c8 !important;
  border: 1px solid #6ba3c8;
  color: rgba(255, 255, 255, 0.6) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #FFFFFF !important;
}

.btn-success {
  background: #5cb85c !important;
  border-color: #5cb85c !important;
  color: #FFFFFF !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #449d44 !important;
  border-color: #449d44 !important;
}

.btn-danger {
  background: #DB052C !important;
  border-color: #DB052C !important;
  color: #FFFFFF !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #c20427 !important;
  border-color: #c20427 !important;
}

.btn-warning {
  background: #F1C40F !important;
  border-color: #F1C40F !important;
  color: #FFFFFF !important;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background: #c29d0b !important;
  border-color: #c29d0b !important;
}

.btn-info {
  background: #6ba3c8 !important;
  border-color: #6ba3c8 !important;
  color: #FFFFFF !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #468cba !important;
  border-color: #468cba !important;
}

.input-group-addon > i {
  color: rgba(0, 0, 0, 0.5);
}

textarea.noresize {
  resize: none;
}

.md-radio label > .check {
  background: #071440;
}

.md-checkbox label > .check {
  border-color: #071440;
}

.font-red {
  color: #DB052C !important;
}

.font-blue {
  color: #003366 !important;
}

.font-spotcolor {
  color: #6ba3c8 !important;
}

.page-title.large {
  font-size: 30px;
  line-height: 24px;
  margin-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montagu Slab', serif;
}

.label-success {
  background-color: #5cb85c;
}

.label-danger {
  background-color: #DB052C;
}

.label-warning {
  background-color: #F1C40F;
}

.label-info {
  background-color: #6ba3c8;
}

.portlet.box.blue {
  border-color: #003366;
}

.portlet.box.blue .portlet-title {
  background-color: #003366;
}

.portlet.box.red {
  background-color: #DB052C;
}

.portlet .portlet-title.red {
  background-color: #DB052C;
  color: #FFFFFF;
}

.portlet.portlet-product {
  background: rgba(0, 51, 102, 0.1);
}

.portlet.portlet-product .portlet-title {
  border: none;
  margin: 0;
  font-weight: 600;
}

.portlet.portlet-product .portlet-body {
  background: rgba(255, 255, 255, 0.7);
}

.portlet.portlet-product .caption-desc {
  margin: 0;
  line-height: 1.5em;
}

.portlet.nopadding > .portlet-body {
  padding: 0 !important;
}

.portlet .portlet-body-padding {
  padding: 0 20px !important;
}

.alert-success {
  color: #5cb85c;
  background-color: white;
  border-color: white;
}

.swal-modal .swal-icon.swal-icon--success {
  border-radius: 50% !important;
}

.swal-modal .swal-icon.swal-icon--success .swal-icon--success__ring {
  border-radius: 50% !important;
}

.swal-modal .swal-icon.swal-icon--warning {
  border-radius: 50% !important;
}

.swal-modal .swal-icon.swal-icon--warning .swal-icon--warning__ring {
  border-radius: 50% !important;
}

.swal-modal .swal-icon.swal-icon--error {
  border-radius: 50% !important;
}

.swal-modal .swal-icon.swal-icon--error .swal-icon--error__ring {
  border-radius: 50% !important;
}

.swal-modal .swal-button.swal-button--catch {
  background: #5cb85c !important;
  border-color: #5cb85c !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swal-modal .swal-button.swal-button--catch:hover,
.swal-modal .swal-button.swal-button--catch:active,
.swal-modal .swal-button.swal-button--catch:focus {
  background: #449d44 !important;
  border-color: #449d44 !important;
}

.swal-modal .swal-footer {
  text-align: center;
}

.toast-top-right {
  top: 60px;
}

.alert ul {
  padding-left: 20px;
  margin: 0;
}

.alert ul li {
  font-family: 'Arial', serif;
  font-size: 15px;
}

.login {
  background: #003366;
  background-size: cover !important;
}

.login .title-box {
  display: block;
  max-width: 100%;
  width: 900px;
  text-align: center;
  margin: 150px auto 40px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .login .title-box {
    margin: 80px auto 40px;
  }
}

@media (max-width: 576px) {
  .login .title-box {
    margin: 40px auto 40px;
  }
}

.login .title-box h2 {
  font-family: 'Satisfy', cursive;
  color: #ddb039;
  font-size: 70px;
  line-height: 40px;
}

@media (max-width: 768px) {
  .login .title-box h2 {
    font-size: 65px;
  }
}

@media (max-width: 576px) {
  .login .title-box h2 {
    font-size: 55px;
  }
}

.login .title-box img {
  width: 100%;
  max-width: 600px;
}

.login .title-box h1 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 45px;
}

@media (max-width: 768px) {
  .login .title-box h1 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .login .title-box h1 {
    font-size: 28px;
  }
}

.login .boxed {
  background: white;
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .login .boxed {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .login .boxed {
    margin-bottom: 40px;
  }
}

.login .boxed .form-title,
.login .boxed .form-subtitle,
.login .boxed .content .mt-checkbox,
.login .boxed a,
.login .boxed .copyright {
  color: rgba(255, 255, 255, 0.8) !important;
}

.login .boxed .content {
  padding: 20px 20px 55px;
  width: 100%;
  margin: 0;
  position: relative;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.login .boxed .content h4 {
  font-weight: bold;
}

.login .boxed .content label {
  margin-bottom: 0;
  color: #071440;
  font-size: 17px;
  font-weight: 600;
}

.login .boxed .content .md-checkbox-list label {
  width: 100%;
}

.login .boxed .content .table td {
  font-size: 17px;
  padding: 8px 0px;
  border: none;
  word-break: break-word;
}

@media (max-width: 576px) {
  .login .boxed .content .table td {
    display: block;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .login .boxed .content .table tr td:first-child {
    padding-top: 10px;
  }
}

.login .boxed .content .form-group .md-radio,
.login .boxed .content .form-group .md-checkbox {
  margin-bottom: 5px;
}

.login .boxed .content .form-group .md-radio label,
.login .boxed .content .form-group .md-checkbox label {
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
}

.login .boxed .content .form-group .form-control-focus::after {
  border-bottom: 2px #071440 solid !important;
}

.login .boxed .content .form-group .form-md-line-input {
  margin: 0;
}

.login .boxed .content .form-group .form-md-line-input .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 25px;
}

.login .boxed .content .form-group.form-md-line-input textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 70px;
}

.login .boxed .content .form-group.form-md-line-input input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.login .boxed .content .form-group.form-md-line-input label::after {
  border-bottom: 2px #071440 solid !important;
}

.login .boxed .content .form-group .input-group-addon {
  background-color: #071440;
  border: 1px solid #071440;
  cursor: pointer;
  min-width: 41px;
}

.login .boxed .content .form-group .input-group-addon i {
  color: #FFFFFF;
}

.login .boxed .content .form-group .form-control {
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.login .boxed .content .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.login .boxed .content .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.login .boxed .content .form-group .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.login .boxed .content .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.login .boxed .content .btn {
  background: #ddb039 !important;
  border: 1px solid #ddb039 !important;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}

.login .boxed .content .btn:hover {
  background: #ddb039 !important;
  border: 1px solid #ddb039 !important;
}

.login .boxed .content .form-actions {
  padding-bottom: 0;
}

.login .boxed .content a {
  color: #071440 !important;
  font-weight: bold;
}

.login .boxed .content .eau {
  position: absolute;
  display: block;
  height: 30px;
  width: 50px;
  bottom: 10px;
  right: 20px;
}

.login .boxed .content .eau img {
  max-width: 50px;
}

.login .boxed .content .alert {
  margin: 20px 0px 0px;
}

.login .boxed.lg {
  max-width: 700px;
}

.login .boxed.lg img {
  max-width: 340px;
}

.login .boxed.lg img.invitation {
  max-width: 298px;
}

.page-header.navbar {
  background: #003366;
}

.page-header.navbar .top-menu .dropdown-menu {
  margin-top: 0 !important;
}

.page-header.navbar .top-menu .dropdown-menu:before,
.page-header.navbar .top-menu .dropdown-menu:after {
  display: none;
  opacity: 0;
}

.page-header.navbar .top-menu .dropdown-menu > li > a {
  color: #b5d1e4 !important;
}

.page-header.navbar .top-menu .dropdown-menu > li > a:hover {
  color: #FFFFFF !important;
}

.page-header.navbar .top-menu .dropdown-menu .divider {
  margin: 3px 0px;
}

.page-header.navbar .hor-menu .navbar-nav > li > a {
  padding: 15px;
}

.page-header.navbar .hor-menu .navbar-nav > li.active > a {
  background: #DB052C !important;
  color: #FFFFFF !important;
}

.page-header.navbar .hor-menu .navbar-nav > li.active > a i {
  color: #FFFFFF;
}

.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li.active > a {
  background: #DB052C !important;
  color: #FFFFFF !important;
}

.page-header.navbar .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  color: #fff;
}

.page-header.navbar .logo {
  height: 50px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.page-header.navbar .logo img {
  width: 200px;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
  float: left;
  margin-left: 13px;
  margin-right: 13px;
}

.page-header.navbar .dropdown-toggle:hover,
.page-header.navbar .dropdown-toggle:focus,
.page-header.navbar .dropdown-toggle:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.page-header.navbar .dropdown-toggle > .username {
  color: rgba(255, 255, 255, 0.75) !important;
}

.page-sidebar,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
  background: rgba(0, 51, 102, 0);
}

.page-sidebar .page-sidebar-menu > li > a > i[class*=icon-],
.page-sidebar .page-sidebar-menu > li > a > i[class^=icon-],
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover
.page-sidebar-menu > li > a > i[class*=icon-],
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class^=icon-] {
  color: rgba(255, 255, 255, 0.7);
}

.page-sidebar .page-sidebar-menu > li > a > .title,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .title {
  color: rgba(255, 255, 255, 0.7);
}

.page-sidebar .page-sidebar-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
  border-color: rgba(255, 255, 255, 0.15);
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover > a {
  background: #387095 !important;
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover > .sub-menu {
  background: rgba(0, 51, 102, 0.9) !important;
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover > .sub-menu li a {
  margin: 0;
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover > .sub-menu li:hover > a {
  background: rgba(255, 255, 255, 0.1) !important;
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover > .sub-menu li.active > a {
  background: #DB052C !important;
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.page-sidebar .page-sidebar-menu-hover-submenu li:hover a > .arrow {
  border-right: 8px solid rgba(0, 51, 102, 0.65);
}

.page-sidebar li a:hover > span,
.page-sidebar li a:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.page-sidebar li.active a {
  background: #DB052C !important;
}

.page-sidebar li.active a:hover {
  background: #DB052C !important;
}

.page-sidebar li.active > .sub-menu a {
  background: rgba(0, 51, 102, 0) !important;
}

.page-sidebar li.heading > h3 {
  color: #6ba3c8 !important;
}

.page-footer {
  background: rgba(0, 51, 102, 0.7);
}

.page-footer .page-footer-inner {
  color: #FFFFFF;
}

.page-footer .scroll-to-top > i {
  color: #003366;
}

.thumbnail {
  padding: 10px;
}

.thumbnail .caption {
  padding: 5px;
}

.thumbnail .caption h3 {
  padding: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0 5px;
}

.thumbnail .caption span {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  line-height: 22px;
}

.thumbnail.mt-element-overlay {
  background: rgba(0, 0, 0, 0.01);
}

.thumbnail.mt-element-overlay.white {
  background: #FFFFFF;
}

.thumbnail.mt-element-overlay.white .caption h3 {
  font-size: 22px;
}

.thumbnail.mt-element-overlay .mt-overlay-1 {
  float: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  position: relative;
  width: 100%;
}

.thumbnail.mt-element-overlay .mt-overlay-1 .helper {
  padding-top: 100%;
}

.thumbnail.mt-element-overlay .mt-overlay-1 .image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.thumbnail.mt-element-overlay .mt-overlay-1 .image-container:before {
  content: ' ';
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.thumbnail.mt-element-overlay .mt-overlay-1 .image-container img {
  vertical-align: middle;
  display: inline-block;
}

.thumbnail.mt-element-overlay .caption h3 {
  margin: 7px 0 0px;
  font-size: 16px;
}

table.specs td:first-child,
table.specs th:first-child {
  width: 30%;
  font-weight: 600;
}

table.pricing tr.active td {
  background: #6ba3c8;
  color: #FFFFFF;
}

table.pricing tr.active td.active {
  background: #316283;
}

table.pricing tr td,
table.pricing tr th {
  cursor: pointer;
}

table.pricing tr td:first-child,
table.pricing tr th:first-child {
  width: 30%;
  font-weight: 600;
}

table.pricing tr td.date,
table.pricing tr th.date {
  background: rgba(92, 184, 92, 0.8) !important;
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 500;
  padding: 12px 5px;
  cursor: default;
}

table.pricing tr td.date span,
table.pricing tr th.date span {
  font-weight: 700;
}

table.pricing tr th {
  background: rgba(107, 163, 200, 0.1);
  color: #003366 !important;
  font-size: 13px !important;
  border-bottom: 1px solid rgba(107, 163, 200, 0.3) !important;
  cursor: default;
}

table.pricing tr:hover th {
  background: rgba(107, 163, 200, 0.1) !important;
}

table.pricing tr:hover > td.date {
  background: rgba(92, 184, 92, 0.8) !important;
}

table.cart tr:hover th {
  background: rgba(107, 163, 200, 0.1) !important;
}

table.cart tr th,
table.cart tr td {
  padding: 12px 8px !important;
  vertical-align: middle !important;
}

table.cart tr th .name,
table.cart tr td .name {
  font-weight: 600;
  display: block;
  font-size: 15px;
}

table.cart tr th .version,
table.cart tr td .version {
  display: block;
  font-size: 13px;
}

table.cart tr th .uploads,
table.cart tr td .uploads {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

table.cart tr th .uploadname,
table.cart tr td .uploadname {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

table.cart tr th .addresses,
table.cart tr td .addresses {
  display: block;
  font-size: 12px;
  padding: 5px 0px;
}

table.cart tr th .specs,
table.cart tr td .specs {
  display: block;
  font-size: 12px;
}

table.cart tr th .specs span,
table.cart tr td .specs span {
  font-weight: 600;
}

table.cart tr th img,
table.cart tr td img {
  max-width: 100px;
}

table.cart tr th {
  background: rgba(107, 163, 200, 0.1);
  color: #003366 !important;
  font-size: 15px !important;
  border-bottom: 1px solid rgba(107, 163, 200, 0.3) !important;
}

table.quantities tr td {
  padding: 2px 5px;
  font-size: 13px;
}

.modal-lightbox {
  width: 70%;
}

.modal-lightbox .modal-body {
  text-align: center;
}

.modal-lightbox img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 800px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mt-element-step .step-default .error {
  background-color: #DB052C !important;
}

.mt-element-step a {
  text-decoration: none;
}

.mt-element-step a:hover div {
  color: #6ba3c8 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.mt-element-step a:hover .mt-step-number {
  border-color: #6ba3c8;
}

.mt-element-step a:hover .mt-step-number i:before {
  color: #6ba3c8;
}

.mt-element-step a.error i:before {
  color: rgba(219, 5, 44, 0.7) !important;
}

.mt-element-step a.done i:before {
  color: #26C281 !important;
}

.well {
  background: rgba(107, 163, 200, 0.1);
  color: #003366;
}

.well.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.well.flex .addresses {
  width: 50%;
  padding-right: 15px;
  padding-top: 15px;
}

.well.flex .addresses:first-child,
.well.flex .addresses:nth-child(2) {
  padding-top: 0;
}

.well.flex .addresses:nth-child(2n) {
  padding-right: 0;
}

.well.flex .addresses span {
  font-size: 13px;
}

.mt-element-list {
  background: #FFFFFF;
}

.mt-element-list .mt-list-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container {
  padding: 0;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item {
  cursor: pointer;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item .list-item-content h3 {
  font-weight: 600;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item .list-item-content h3 a {
  color: #003366;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item .list-item-content span {
  font-style: italic;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item .list-datetime {
  width: 150px;
  font-weight: 600;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item .list-datetime span {
  font-size: 12px;
  font-weight: 500;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container.done {
  border-color: #5cb85c;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.pending {
  border-color: #6ba3c8 #6ba3c8 rgba(0, 0, 0, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.pending .list-icon-container {
  border-color: #6ba3c8;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.pending .list-icon-container i {
  color: #6ba3c8;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.pending .list-item-content p span {
  color: #6ba3c8 !important;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.pending:hover {
  background: rgba(107, 163, 200, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.accepted {
  border-color: #F1C40F #F1C40F rgba(0, 0, 0, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.accepted .list-icon-container {
  border-color: #F1C40F;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.accepted .list-icon-container i {
  color: #F1C40F;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.accepted .list-item-content p span {
  color: #F1C40F !important;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.accepted:hover {
  background: rgba(241, 196, 15, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.shipped {
  border-color: #5cb85c #5cb85c rgba(0, 0, 0, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.shipped .list-icon-container {
  border-color: #5cb85c;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.shipped .list-icon-container i {
  color: #5cb85c;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.shipped .list-item-content p span {
  color: #5cb85c !important;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.shipped:hover {
  background: rgba(92, 184, 92, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.cancelled {
  border-color: #DB052C #DB052C rgba(0, 0, 0, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.cancelled .list-icon-container {
  border-color: #DB052C;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.cancelled .list-icon-container i {
  color: #DB052C;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.cancelled .list-item-content p span {
  color: #DB052C !important;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.cancelled:hover {
  background: rgba(219, 5, 44, 0.1);
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.nohover {
  padding: 25px;
  cursor: default;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.nohover a {
  cursor: default;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.nohover:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page403 .pace {
  display: none;
}

.dropzone-file-area {
  border: 2px dashed #6ba3c8;
  background: rgba(107, 163, 200, 0.05);
}

.dropzone-file-area h3 {
  color: #DB052C;
}

.dropzone-file-area p {
  color: #003366;
}

.dropzone-file-area .dz-progress {
  border: 1px solid #003366 !important;
}

.dropzone-file-area .dz-progress .dz-upload {
  background: #003366 !important;
}

.dropzone-file-area .dz-error-message {
  background: #DB052C !important;
  color: #FFFFFF !important;
}

.vh100 {
  height: calc(100vh - 145px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.margin-top {
  margin-top: 20px;
}

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

.table.table-light.table-hover > tbody > tr.active:hover > td {
  background: #6ba3c8 !important;
  color: #FFFFFF !important;
}

.table.table-light.table-hover > tbody > tr.active:hover > td.active {
  background: #316283 !important;
}

.table.table-light.table-hover > tbody > tr.date_row:hover > td {
  background: rgba(92, 184, 92, 0.8) !important;
  color: #FFFFFF !important;
}

