@charset "UTF-8";
html, body {
  height: 100%;
  background: #ffffff;
  color: #808080;
  font-family: "Maven Pro", sans-serif;
}
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transition-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.text-theme {
  color: #0B79F3 !important;
}
.theme-background {
  background: #0B79F3 !important;
  color: #ffffff !important;
}
.text-primary {
  color: #0B79F3;
}
.primary {
  background: #0B79F3 !important;
  color: #ffffff !important;
}
.text-info {
  color: #038B9A;
}
.info {
  background: #038B9A !important;
  color: #ffffff !important;
}
.text-success {
  color: #27ae60;
}
.success {
  background: #27ae60 !important;
  color: #ffffff !important;
}
.text-warning {
  color: #f39c12;
}
.warning {
  background: #f39c12 !important;
  color: #ffffff !important;
}
.text-danger {
  color: #e74c3c;
}
.danger {
  background: #e74c3c !important;
  color: #ffffff !important;
}
.dark {
  background: #1e1e1e !important;
  color: #ffffff !important;
}
.default {
  background: #EEEEEE;
}
.border-default {
  border: 1px solid #d5d5d5;
}
.border-default-right {
  border-right: 1px solid #d5d5d5;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-22 {
  margin-top: 22px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 3px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.no-border-radius {
  border-radius: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-background {
  background: none !important;
}
.no-border {
  border: none !important;
}
.transparent {
  background: transparent !important;
}
.white {
  background: #FFFFFF;
  color: #808080;
}
.black {
  background: #000000;
  color: #FFFFFF;
}
.anchor-highlight {
  background: rgba(0, 0, 0, 0.1);
}
pre {
  color: #e83e8c;
  padding: 15px;
}
.custom-file-label {
  overflow: hidden;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #5a5a5a;
  position: relative;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.drawer {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 799;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.drawer.shown {
  display: block;
}
.drawer .drawer-body {
  position: fixed;
  background: #fff;
  padding: 2rem;
}
.drawer .drawer-body.scroll {
  overflow: scroll;
}
.drawer .drawer-body.right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
}
.drawer .drawer-body.left {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 450px;
}
.drawer .drawer-body.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 450px;
}
.drawer .drawer-body.top {
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
}
.drawer .drawer-body .close-btn {
  padding: 0;
  margin-right: 0.7rem;
  font-size: 20px;
  color: #a0a0a0;
}
.drawer .drawer-body .close-btn:hover {
  color: #000;
}
@media (max-width: 450px) {
  .drawer .drawer-body.right {
    width: 100%;
  }
  .drawer .drawer-body.left {
    width: 100%;
  }
  .drawer .drawer-body.bottom {
    height: 100%;
  }
  .drawer .drawer-body.top {
    height: 100%;
  }
}
#region-select .regions {
  list-style: none;
  padding: 0;
}
#region-select .regions li > a {
  display: block;
  padding: 0.7rem;
  position: relative;
}
#region-select .regions li > a:hover {
  background: #eee;
}
#region-select .regions li > a > .fi {
  margin-right: 0.5rem;
}
#region-select .regions li > a .currency {
  position: absolute;
  right: 0.7rem;
}
.region-btn {
  display: block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.loader {
  display: table;
  border: 5px solid #ffffff;
  border-top: 5px solid #0B79F3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  text-align: center;
  z-index: 3000;
}
.loader i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.loader-bg {
  background: #000000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2999 !important;
}
.loader.inline {
  display: inline;
}
.loader.primary {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0B79F3;
}
.loader.info {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #038B9A;
}
.loader.success {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #27ae60;
}
.loader.warning {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #f39c12;
}
.loader.danger {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #e74c3c;
}
.loader.dark {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1e1e1e;
}
.loader.center-block {
  display: block;
  margin: 0 auto;
}
.loader.center-page {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress {
  border-radius: 2px;
}
.progress.progress-bar-xs {
  height: 8px;
}
.progress.progress-bar-sm {
  height: 14px;
}
.progress.progress-bar-lg {
  height: 30px;
}
.progress-bar {
  background-color: #0B79F3;
}
.progress-bar-primary {
  background-color: #0B79F3;
}
.progress-bar-info {
  background-color: #038B9A;
}
.progress-bar-success {
  background-color: #27ae60;
}
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-dark {
  background-color: #1e1e1e;
  color: #ffffff;
}
img.img-lightbox {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img.img-lightbox:hover {
  opacity: 0.9;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.lightbox .lightbox-content {
  margin: auto;
  display: block;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  max-width: 100%;
}
.lightbox .lightbox-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.lightbox .lightbox-content, .lightbox .lightbox-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.2s;
  animation-name: zoom;
  animation-duration: 0.2s;
}
.lightbox .close-lightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fefefe;
  font-size: 40px;
  transition: 0.2s;
  z-index: 100000;
}
.lightbox .close-lightbox:hover, .lightbox .close-lightbox:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal > .modal-dialog > .modal-content {
  border-radius: 2px;
}
.dataTables_wrapper .dt-buttons.btn-group {
  position: absolute;
}
.dataTables_wrapper .paginate_button a {
  outline: none !important;
  color: #808080;
}
.dataTables_wrapper .paginate_button a:hover {
  color: #0B79F3;
  background: #EEEEEE;
}
.dataTables_wrapper .paginate_button.active a {
  background: #0B79F3 !important;
  color: #ffffff;
  border-color: #0B79F3 !important;
}
.dt-button-info {
  border: 1px solid #c7c7c7 !important;
}
.dt-button-info h2 {
  background: #EEEEEE !important;
}
.form-control {
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #0B79F3;
}
textarea.form-control {
  resize: vertical;
}
.error, .error:focus {
  border: 1px solid #e74c3c;
}
.code-block {
  line-height: 15px;
  background: #F5F5F5;
  display: block;
  -webkit-box-shadow: inset 0px 0px 14px -3px #eeeeee;
  -moz-box-shadow: inset 0px 0px 14px -3px #eeeeee;
  box-shadow: inset 0px 0px 14px -3px #eeeeee;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
code.block {
  line-height: 15px;
  background: #F5F5F5;
  display: block;
  -webkit-box-shadow: inset 0px 0px 14px -3px #eeeeee;
  -moz-box-shadow: inset 0px 0px 14px -3px #eeeeee;
  box-shadow: inset 0px 0px 14px -3px #eeeeee;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
pre {
  line-height: 15px;
  background: #F5F5F5;
  display: block;
  -webkit-box-shadow: inset 0px 0px 14px -3px #eeeeee;
  -moz-box-shadow: inset 0px 0px 14px -3px #eeeeee;
  box-shadow: inset 0px 0px 14px -3px #eeeeee;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
.file-upload > *[type="file"] {
  visibility: hidden;
  position: absolute;
}
.checkbox.inline, .radio-button.inline {
  display: inline-block;
  margin-right: 10px !important;
}
.checkbox input[type="checkbox"], .radio-button input[type="checkbox"], .checkbox input[type="radio"], .radio-button input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox input[type="checkbox"]:focus + label:before, .radio-button input[type="checkbox"]:focus + label:before, .checkbox input[type="radio"]:focus + label:before, .radio-button input[type="radio"]:focus + label:before, .checkbox input[type="checkbox"]:hover + label:before, .radio-button input[type="checkbox"]:hover + label:before, .checkbox input[type="radio"]:hover + label:before, .radio-button input[type="radio"]:hover + label:before {
  border-color: #cccccc;
  background-color: #f2f2f2;
}
.checkbox input[type="checkbox"]:active + label:before, .radio-button input[type="checkbox"]:active + label:before, .checkbox input[type="radio"]:active + label:before, .radio-button input[type="radio"]:active + label:before {
  transition-duration: 0s;
}
.checkbox input[type="checkbox"] + label, .radio-button input[type="checkbox"] + label, .checkbox input[type="radio"] + label, .radio-button input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  font-weight: normal;
}
.checkbox input[type="checkbox"] + label:before, .radio-button input[type="checkbox"] + label:before, .checkbox input[type="radio"] + label:before, .radio-button input[type="radio"] + label:before {
  box-sizing: content-box;
  content: "";
  color: #808080;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  border: 1px solid #cccccc;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="checkbox"] + label:after, .radio-button input[type="checkbox"] + label:after, .checkbox input[type="radio"] + label:after, .radio-button input[type="radio"] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  transform: scale(0);
  transform-origin: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="checkbox"]:disabled + label, .radio-button input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label, .radio-button input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label:before, .radio-button input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before, .radio-button input[type="radio"]:disabled + label:before {
  border-color: #cccccc;
}
.checkbox input[type="checkbox"]:disabled + label:before, .radio-button input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before, .radio-button input[type="radio"]:disabled + label:before {
  background-color: #cccccc;
}
.checkbox input[type="checkbox"]:disabled:checked + label:before, .radio-button input[type="checkbox"]:disabled:checked + label:before, .checkbox input[type="radio"]:disabled:checked + label:before, .radio-button input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc;
}
.checkbox input[type="checkbox"] + label:after, .radio-button input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #808080;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.checkbox input[type="checkbox"]:checked + label:after, .radio-button input[type="checkbox"]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="radio"]:checked + label:before, .radio-button input[type="radio"]:checked + label:before {
  animation: borderscale 200ms ease-in-out;
  background-color: white;
}
.checkbox input[type="radio"]:checked + label:after, .radio-button input[type="radio"]:checked + label:after {
  transform: scale(0.8);
}
.checkbox input[type="radio"] + label:before, .radio-button input[type="radio"] + label:before, .checkbox input[type="radio"] + label:after, .radio-button input[type="radio"] + label:after {
  border-radius: 50%;
}
.checkbox input[type="checkbox"]:checked + label:before, .radio-button input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in-out;
  background: #ffffff;
}
.checkbox input[type="checkbox"]:checked + label:after, .radio-button input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
  25% {
    box-shadow: 0 0 0 1px #cccccc;
  }
}
.btn {
  border-radius: 2px;
  outline: none !important;
}
.btn-transparent {
  background: transparent;
  border: none;
}
.btn-transparent, .btn-transparent:focus, .btn-transparent:active {
  background: transparent;
  border: none;
  box-shadow: none;
}
.btn-theme, .btn-theme:focus {
  background: #0B79F3;
  border-color: #0a6ddb;
  color: #ffffff;
}
.btn-theme:active, .btn-theme:hover {
  background: #0a6ddb !important;
  border-color: #0855aa !important;
  color: #ffffff;
}
.btn-default, .btn-default:focus {
  background: #FFFFFF;
  border-color: #cccccc;
}
.btn-default:active, .btn-default:hover {
  background: #f2f2f2 !important;
  border-color: #bfbfbf !important;
}
.btn-primary, .btn-primary:focus {
  background: #0B79F3;
  border-color: #0a6ddb;
}
.btn-primary.active, .btn-primary:hover {
  background: #0a6ddb !important;
  border-color: #0855aa !important;
}
.btn-info, .btn-info:focus {
  background: #038B9A;
  border-color: #025e68;
}
.btn-info:active, .btn-info:hover {
  background: #037481 !important;
  border-color: #02474f !important;
}
.btn-success, .btn-success:focus {
  background: #27ae60;
  border-color: #1e8449;
}
.btn-success:active, .btn-success:hover {
  background: #229955 !important;
  border-color: #19703e !important;
}
.btn-warning, .btn-warning:focus {
  background: #f39c12;
  border-color: #c87f0a;
  color: #ffffff;
}
.btn-warning:active, .btn-warning:hover {
  background: #e08e0b !important;
  border-color: #b06f09 !important;
  color: #ffffff;
}
.btn-danger, .btn-danger:focus {
  background: #e74c3c;
  border-color: #d62c1a;
}
.btn-danger:active, .btn-danger:hover {
  background: #e43725 !important;
  border-color: #921e12 !important;
}
.btn-dark, .btn-dark:focus {
  background: #1e1e1e;
  border-color: #040404;
  color: #ffffff;
}
.btn-dark:active, .btn-dark:hover {
  background: #111111 !important;
  border-color: #000000 !important;
  color: #ffffff;
}
.btn-round {
  width: 34px;
  height: 34px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.28;
  border-radius: 50% !important;
}
.btn-round.btn-xs {
  width: 22px;
  height: 22px;
  font-size: 9px;
  line-height: 0.1;
  border-radius: 50%;
}
.btn-round.btn-sm {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 1.23;
  border-radius: 50%;
}
.btn-round.btn-lg {
  width: 46px;
  height: 46px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 50%;
}
.badge.badge-xs {
  font-size: 10px;
}
.badge.badge-sm {
  font-size: 12px;
}
.badge.badge-md {
  font-size: 14px;
}
.badge.badge-lg {
  font-size: 16px;
}
.badge.badge-primary {
  background: #0B79F3;
}
.badge.badge-info {
  background: #038B9A;
}
.badge.badge-success {
  background: #27ae60;
}
.badge.badge-warning {
  background: #f39c12;
}
.badge.badge-danger {
  background: #e74c3c;
}
.badge.badge-dark {
  background: #1e1e1e;
  color: #ffffff;
}
.label {
  border-radius: 2px;
  background: #0B79F3;
}
.label.label-xs {
  font-size: 10px;
}
.label.label-sm {
  font-size: 12px;
}
.label.label-md {
  font-size: 14px;
}
.label.label-lg {
  font-size: 16px;
}
.label.label-primary {
  background: #0B79F3;
}
.label.label-info {
  background: #038B9A;
}
.label.label-success {
  background: #27ae60;
}
.label.label-warning {
  background: #f39c12;
}
.label.label-danger {
  background: #e74c3c;
}
.label.label-dark {
  background: #1e1e1e;
  color: #ffffff;
}
.i-2x {
  font-size: 18px !important;
}
.i-3x {
  font-size: 24px !important;
}
.i-4x {
  font-size: 30px !important;
}
.i-5x {
  font-size: 36px !important;
}
.pagination > li > a, .pagination > li > a:hover, .pagination > li > a:focus {
  color: #0B79F3;
}
.pagination > li.active > a {
  background: #0B79F3;
}
.pagination > li.active > a:hover, .pagination > li.active > a:focus {
  background: #0B79F3;
}
.bordered-header {
  position: relative;
  margin: 10px 0px;
}
.bordered-header .content {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background: #ffffff;
  color: #a6a6a6;
  position: relative;
  padding: 0px 15px 0px 0px;
  z-index: 2;
}
.bordered-header .border {
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 6px;
}
.bordered-header.bordered-header-xs .content {
  font-size: 10px;
}
.bordered-header.bordered-header-sm .content {
  font-size: 12px;
}
.bordered-header.bordered-header-lg .content {
  font-size: 16px;
}
.star-rating {
  font-size: 16px;
}
.star-rating h6 {
  color: #9a9a9a;
  margin-bottom: 0px;
}
.star-rating .count {
  font-size: 12px;
}
.star-rating .stars .filled {
  color: #0B79F3;
}
.star-rating .stars i {
  color: #cdcdcd;
}
.card-menu {
  display: table;
  width: 100%;
}
.card-menu > .menu {
  display: table-cell;
  border-right: 1px solid #e0e0e0;
  width: 300px;
}
.card-menu > .menu .card-menu-button {
  display: none;
}
.card-menu > .content {
  display: table-cell;
  min-height: 60px;
}
@media (max-width: 747px) {
  .card-menu {
    position: relative;
    display: block;
    overflow-x: hidden;
  }
  .card-menu > .menu {
    display: block;
    position: absolute !important;
    z-index: 996;
    bottom: 0;
    top: 0;
    left: -300px;
  }
  .card-menu > .menu .card-menu-button {
    display: block;
    position: absolute;
    right: -40px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    display: inline-block;
    border: 1px dashed #C0C0C0;
    margin-top: 6px;
    text-decoration: none !important;
    color: #808080;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .card-menu > .menu .card-menu-button:hover {
    color: #808080;
  }
  .card-menu > .content {
    display: block;
  }
  .card-menu > .content .chat-info {
    padding-top: 30px;
  }
}
ul.search-results {
  padding: 0px;
  list-style: none;
}
ul.search-results > li > a {
  font-size: 16px;
}
ul.search-results > li > p {
  margin-bottom: 10px;
  margin-left: 10px;
}
ul.search-results > li > p.date {
  font-size: 12px;
  color: #9a9a9a;
}
ul.pages {
  list-style: none;
  padding: 0px;
}
ul.pages li a {
  display: inline-block;
  font-size: 14px;
  padding: 2px 0px;
  color: #808080;
}
.fc-content {
  background: #0B79F3;
}
.fc-content .fc-title {
  color: #ffffff;
}
.fc-button {
  background: #EEEEEE;
  box-shadow: none;
  outline: none !important;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ct-label {
  font-size: 14px !important;
}
.no-ui-slider {
  width: 100%;
}
.no-ui-slider .slider-labels {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  margin-left: -3px;
  width: 100%;
  text-align: left;
  font-size: 13px;
}
.no-ui-slider .slider-labels li {
  color: #d3d3d3;
  display: inline;
  float: left;
  cursor: pointer;
}
.no-ui-slider .slider-labels li:nth-last-child(1) {
  position: absolute;
  margin-left: -3px;
  width: 25px;
}
.no-ui-slider .slider-labels li:hover {
  color: #333333;
}
.no-ui-slider .slider-labels li.active {
  color: #333333;
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: move;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
  padding-right: 14px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -3px;
  top: -6px;
  border-radius: 100%;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal .noUi-origin {
  right: 0px;
}
.noUi-vertical {
  width: 10px;
  padding-bottom: 14px;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -6px;
  top: -3px;
  border-radius: 100%;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #464646;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 10px;
}
.noUi-target {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background: #EEEEEE;
  cursor: default;
  outline: none;
}
/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
  content: none;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.bootstrap-timepicker-widget > table > tbody > tr > td > input {
  border: none;
}
.bootstrap-tagsinput {
  width: 100%;
}
form.dropzone {
  border: 2px dashed #e0e0e0;
  border-radius: 2px;
}
.footer, footer {
  padding: 12px 15px;
  font-weight: lighter;
  font-size: 14px;
  color: #808080;
}
.footer.stick, footer.stick {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.monobill__footer {
  margin-top: auto !important;
}
.sidenav > footer.stick {
  position: fixed;
  right: auto;
  left: auto;
  z-index: 999;
}
.sidenav > footer {
  padding: 0px;
  margin-top: 0px;
  bottom: 0;
  width: 240px;
  text-align: center;
  background: #31393E;
}
.sidenav > footer .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.sidenav > footer .btn {
  background: transparent;
  color: #7f7f7f;
}
.sidenav > footer .btn:hover {
  color: #ffffff;
}
.page-content > .footer.stick, .page-content > footer.stick {
  position: fixed;
  padding-left: 240px;
}
.expanded .page-content > .footer.stick, .expanded .page-content > footer.stick {
  padding-left: 10px;
}
.card {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 15px;
}
.card > .card-footer {
  background: #F5F5F5;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px;
}
.card > .card-footer, .card > .card-heading {
  font-weight: bold;
  border: none;
  padding: 15px;
  font-size: 14px;
}
.card-default .card-heading {
  color: #808080;
  background: #EEEEEE;
}
.card-default.fill .card-heading, .card-default.fill .card-body, .card-default.fill .card-footer {
  color: #808080;
  background: #EEEEEE;
}
.card-default.fill .card-heading, .card-default.fill .card-body {
  border-bottom: 1px solid #e1e1e1;
}
.card-primary .card-heading {
  color: #ffffff;
  background: #0B79F3;
}
.card-primary.fill .card-heading, .card-primary.fill .card-body, .card-primary.fill .card-footer {
  color: #ffffff;
  background: #0B79F3;
}
.card-primary.fill .card-heading, .card-primary.fill .card-body {
  border-bottom: 1px solid #0a6ddb;
}
.card-info .card-heading {
  color: #ffffff;
  background: #038B9A;
}
.card-info.fill .card-heading, .card-info.fill .card-body, .card-info.fill .card-footer {
  color: #ffffff;
  background: #038B9A;
}
.card-info.fill .card-heading, .card-info.fill .card-body {
  border-bottom: 1px solid #037481;
}
.card-success .card-heading {
  color: #ffffff;
  background: #27ae60;
}
.card-success.fill .card-heading, .card-success.fill .card-body, .card-success.fill .card-footer {
  color: #ffffff;
  background: #27ae60;
}
.card-success.fill .card-heading, .card-success.fill .card-body {
  border-bottom: 1px solid #229955;
}
.card-warning .card-heading {
  color: #ffffff;
  background: #f39c12;
}
.card-warning.fill .card-heading, .card-warning.fill .card-body, .card-warning.fill .card-footer {
  color: #ffffff;
  background: #f39c12;
}
.card-warning.fill .card-heading, .card-warning.fill .card-body {
  border-bottom: 1px solid #e08e0b;
}
.card-danger .card-heading {
  color: #ffffff;
  background: #e74c3c;
}
.card-danger.fill .card-heading, .card-danger.fill .card-body, .card-danger.fill .card-footer {
  color: #ffffff;
  background: #e74c3c;
}
.card-danger.fill .card-heading, .card-danger.fill .card-body {
  border-bottom: 1px solid #e43725;
}
.card-dark .card-heading {
  color: #ffffff;
  background: #1e1e1e;
}
.card-dark.fill .card-heading, .card-dark.fill .card-body, .card-dark.fill .card-footer {
  color: #ffffff;
  background: #1e1e1e;
}
.card-dark.fill .card-heading, .card-dark.fill .card-body {
  border-bottom: 1px solid #111111;
}
.nav-tabs > li {
  margin: 0px !important;
}
.nav-tabs > li > .nav-link {
  border-radius: 0px;
  margin: 0px;
  color: #808080;
  border: none;
  border-bottom: 2px solid #ffffff;
}
.nav-tabs > li > .nav-link.active, .nav-tabs > li > .nav-link:hover.active, .nav-tabs > li > .nav-link:focus.active {
  border: none;
  border-bottom: 2px solid #0B79F3;
}
.tab-content {
  height: 100%;
}
.tab-pane {
  position: static;
  height: 100%;
}
.tab-pane > .pane-body {
  padding: 10px !important;
  display: block;
}
.tabs-vertical-container .tab-content {
  border: none;
  display: inline-block;
  border-radius: 0px;
  width: 100% !important;
  height: 100%;
  box-shadow: none;
  padding: 0px !important;
  maring-bottom: 0px !important;
  position: relative;
}
@media (min-width: 768px) {
  .tabs-vertical-container .tab-content {
    display: table-cell;
    border: none;
    border-left: 1px solid #f0f0f0;
  }
}
.tabs-vertical-container .tab-content {
  background: #ffffff;
  display: table-cell;
  margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;
}
.tabs-vertical-container .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}
.tabs-vertical-container .nav.tabs-vertical li > a:hover {
  background: #EEEEEE;
}
.tabs-vertical-container .nav.tabs-vertical li.active > a {
  background-color: #0B79F3;
  color: #ffffff;
  border: 0;
}
.tabs-vertical-container .nav.tabs-vertical li.active > a:hover {
  color: #ffffff;
}
.tabs-vertical-container .nav.tabs-vertical li > a {
  color: #808080;
  text-align: left;
  white-space: nowrap;
  padding: 12px 15px;
}
.tabs-vertical-container .nav.tabs-vertical li > a .badge {
  float: right;
  margin-top: 0px;
}
.tabs-vertical-container .nav.tabs-vertical li.active > a {
  border: none;
}
.tabs-vertical-container .tab-content {
  margin-bottom: 0;
}
.invoice-label {
  font-size: 18px;
}
#invoiceTable .total_text {
  text-align: right;
  padding: 5px;
  background: #f0f0f0;
  color: #000;
  font-weight: bold;
}
#invoiceTable .total_value {
  padding: 5px;
  background: #f0f0f0;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.topnav {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  margin: 0px;
  max-height: 50px;
  border-radius: 0px !important;
}
.topnav .navbar {
  padding: 0px;
}
.topnav > .topnav-center, .topnav > .topnav-right, .topnav > .topnav-left {
  background-color: #31393e;
  float: left;
  height: 50px;
  position: relative;
  width: 240px;
  z-index: 1;
  text-align: center;
}
.topnav > .topnav-center a, .topnav > .topnav-right a, .topnav > .topnav-left a, .topnav > .topnav-center span, .topnav > .topnav-right span, .topnav > .topnav-left span {
  text-decoration: none;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.topnav > .topnav-right {
  float: right;
}
.topnav > .topnav-center {
  float: none;
  position: absolute;
  left: 50%;
  margin-left: -120px;
}
.topnav > .topnav-right + .navbar-default {
  padding-right: 240px;
}
.topnav > .topnav-left + .navbar-default {
  padding-left: 240px;
}
.topnav .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.topnav .nav > li > a {
  padding: 0 15px;
  position: relative;
  line-height: 50px;
  max-height: 50px;
}
.topnav .nav > li > a .badge {
  position: absolute;
  top: 1px;
}
.topnav .nav > li > .btn:focus, .topnav .nav > li > .btn:active {
  outline: none !important;
  box-shadow: none;
}
.topnav .nav .open .dropdown-menu {
  position: absolute;
  float: left;
  width: auto;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topnav .nav > li > a {
  color: #808080;
}
.topnav .nav > li > a > i[class^="ti-"] {
  display: inline-block;
  padding-top: 16px;
}
.topnav .nav > li > a > i[class^="fa"] {
  display: inline-block;
  font-size: 20px;
  padding-top: 14px;
}
.notification-menu {
  padding: 0px;
  width: 290px !important;
}
.notification-menu .notification-container {
  max-height: 250px;
  overflow-y: auto;
}
.notification-menu .dropdown-header {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px !important;
}
.notification-menu .notification {
  position: relative;
  border-top: 1px solid #EEEEEE;
}
.notification-menu .notification > a {
  display: block;
  width: auto;
  padding: 10px 15px !important;
}
.notification-menu .notification > a > .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 15px;
}
.notification-menu .notification > a > .icon i {
  font-size: 22px;
  vertical-align: middle;
}
.notification-menu .notification > a > .content {
  display: table-cell;
  text-align: left;
  max-width: 220px;
}
.notification-menu .notification > a > .content .header {
  color: #808080;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
.notification-menu .notification > a > .content p {
  color: #808080;
  font-size: 12px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification-menu .notification > a:hover, .notification-menu .notification > a:focus, .notification-menu .notification > a:active {
  background: #fbfbfb;
}
.notification-menu .footer {
  padding: 0px;
  border-top: 1px solid #EEEEEE;
  font-size: 14px;
}
.notification-menu .footer > a {
  text-align: center;
  color: #0B79F3 !important;
  padding: 15px !important;
}
.notification-menu .footer > a:hover, .notification-menu .footer > a:focus, .notification-menu .footer > a:active {
  background: #fbfbfb !important;
  color: #0B79F3 !important;
}
.expanded .sidenav {
  left: -240px;
}
.sidenav-button {
  margin-left: 15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  display: inline-block;
  border: 1px dashed #C0C0C0;
  margin-top: 6px;
  text-decoration: none !important;
  color: #808080;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav-button:hover {
  color: #808080;
}
.sidenav {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 998;
  top: 50px;
  bottom: 0;
  width: 240px;
  background: #262C30;
}
.sidenav > .user-info.stick {
  position: fixed;
  z-index: 1000;
  width: 240px;
}
.sidenav > .user-info.stick + ul {
  margin-top: 165px;
}
.sidenav > .user-info {
  background: #31393e;
  padding: 10px 0px;
  text-align: center;
}
.sidenav > .user-info .user-name {
  color: #eeeeee;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}
.sidenav > .user-info .dropdown-menu {
  border-radius: 2px;
}
.sidenav > .user-info > .search {
  padding: 0px 20px;
}
.sidenav > .user-info > .search .form-control, .sidenav > .user-info > .search i {
  background: none !important;
  border: none;
  color: #EEEEEE;
}
.sidenav > .user-info > .search i {
  position: absolute;
  margin-top: -25px;
  right: 25px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > .user-info > .search .form-control {
  padding: 0px 20px 0px 0px;
  border-bottom: 1px dashed #4e585d !important;
  width: 100% !important;
  color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > .user-info > .search .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}
.sidenav > .user-info > .search .form-control:-ms-input-placeholder {
  color: #eeeeee;
}
.sidenav > .user-info > .search .form-control::-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
.sidenav > .user-info > .search .form-control:-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
.sidenav > .user-info > .search .form-control:focus {
  color: #eeeeee;
  border-color: #EEEEEE !important;
}
.sidenav > .user-info > .search .form-control:focus + i {
  visibility: visible;
  color: #EEEEEE;
}
.sidenav > ul {
  padding: 0px;
  margin: 0px;
  list-style: none !important;
}
.sidenav > ul > li.nav-divider {
  margin: 15px 15px;
  border-bottom: 1px solid #353b3e;
}
.sidenav > ul > li.title {
  color: #7f7f7f;
  padding: 15px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.sidenav > ul > li > a {
  display: block;
  color: #7f7f7f;
  text-decoration: none !important;
  font-size: 15px;
  padding: 15px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > ul > li > a .badge {
  float: right;
  margin-top: 2px;
}
.sidenav > ul > li.active > a, .sidenav > ul > li.active > a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #e5e5e5;
}
.sidenav > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #e5e5e5;
}
.sidenav > ul > li > a > i {
  display: inline-block;
  margin-right: 10px;
}
.sidenav > ul > li.dropdown > a > .dropdown-arrow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > ul > li.dropdown > a > .dropdown-arrow {
  float: right;
  font-size: 13px;
  margin-top: 5px;
}
.sidenav > ul > li.dropdown > a > .dropdown-arrow + .badge {
  margin-right: 5px;
}
.sidenav > ul > li.dropdown > ul {
  display: none;
  list-style: none !important;
  padding: 0px;
}
.sidenav > ul > li.dropdown > ul > li > a {
  display: block;
  color: #7f7f7f;
  text-decoration: none !important;
  font-size: 14px;
  padding: 10px 30px 10px 45px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > ul > li.dropdown > ul > li > a .badge {
  float: right;
  margin-top: 2px;
}
.sidenav > ul > li.dropdown > ul > li.active > a, .sidenav > ul > li.dropdown > ul > li > a:hover {
  color: #e5e5e5;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > a > .dropdown-arrow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > a > .dropdown-arrow {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > a > .dropdown-arrow + .badge {
  margin-right: 5px;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > ul {
  display: none;
  list-style: none !important;
  padding: 0px;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > ul > li > a {
  display: block;
  color: #7f7f7f;
  text-decoration: none !important;
  font-size: 12px;
  padding: 10px 30px 10px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > ul > li > a .badge {
  float: right;
  margin-top: 2px;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > ul > li.active > a, .sidenav > ul > li.dropdown > ul > li.dropdown > ul > li > a:hover {
  color: #e5e5e5;
}
.sidenav > ul > li.dropdown > ul > li.dropdown.active > a > .dropdown-arrow {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidenav > ul > li.dropdown.active > a > .dropdown-arrow {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.sidenav-right .sidenav {
  left: auto;
  right: 0;
}
body.sidenav-right .page-content {
  padding-left: 0px;
  padding-right: 240px;
}
body.sidenav-right .page-content .footer.stick, body.sidenav-right .page-content footer.stick {
  padding-left: 0px;
  padding-right: 250px;
}
body.sidenav-right.expanded .sidenav {
  left: auto !important;
  right: -240px;
}
body.sidenav-right.expanded .page-content {
  padding-right: 0px;
}
body.sidenav-right.expanded .page-content .footer.stick, body.sidenav-right.expanded .page-content footer.stick {
  padding-left: 0px;
  padding-right: 0px;
}
.small-menu .topnav .topnav-left {
  width: 70px;
}
.small-menu .topnav .navbar {
  padding-left: 70px;
}
.small-menu .sidenav {
  overflow-x: hidden;
  width: 70px;
}
.small-menu .sidenav .user-info {
  padding: 15px 15px;
}
.small-menu .sidenav footer {
  text-align: center;
  width: 70px;
}
.small-menu .sidenav > ul > li.title {
  text-align: center;
  font-size: 11px;
}
.small-menu .sidenav > ul > li > a {
  text-align: center;
}
.small-menu .sidenav > ul > li > a .badge {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 8px;
}
.small-menu .sidenav > ul > li > a i {
  font-size: 20px;
  margin-right: 0px;
}
.small-menu .sidenav > ul > li.dropdown > ul {
  position: fixed;
  left: 75px;
  background: #262C30;
  width: 195px;
  z-index: 998;
  max-height: 150px;
  overflow-y: auto;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.small-menu .sidenav > ul > li.dropdown > ul > li > a {
  padding-left: 10px;
  font-size: 14px;
}
.small-menu .sidenav > ul > li.dropdown > ul > li > ul > li > a {
  padding-left: 20px;
}
.small-menu .sidenav > ul > li label {
  width: 200px;
  display: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: fixed;
  z-index: 999;
  left: 70px;
  background: #262C30;
  padding: 16.5px 15px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.small-menu .sidenav > ul > li.dropdown label {
  border-bottom-right-radius: 0px;
}
.small-menu .sidenav > ul > li.active label {
  color: #eeeeee;
  background: #1E2326;
}
.small-menu .sidenav > ul > li.active.dropdown ul {
  display: none;
}
.small-menu .page-content {
  padding-left: 70px;
}
.small-menu.expanded .sidenav {
  left: -70px;
}
.small-menu.sidenav-right .topnav .topnav-right {
  width: 70px;
}
.small-menu.sidenav-right .topnav .navbar {
  padding-left: 0px;
  padding-right: 70px;
}
.small-menu.sidenav-right .sidenav > ul > li.dropdown > ul {
  left: auto;
  right: 75px;
}
.small-menu.sidenav-right .sidenav > ul > li label {
  border-radius: 2px 0px 0px 2px;
  left: auto;
  right: 70px;
}
.small-menu.sidenav-right .sidenav > ul > li.dropdown label {
  border-bottom-left-radius: 0px;
}
.small-menu.sidenav-right .sidenav > ul > li.active.dropdown ul {
  display: none;
}
.small-menu.sidenav-right .page-content {
  padding-right: 70px;
}
.small-menu.sidenav-right.expanded .sidenav {
  left: -70px;
}
.small-menu.sidenav-right.sidenav-right.expanded .sidenav {
  left: auto;
  right: -70px;
}
@media (max-width: 460px) {
  .small-menu .topnav > .topnav-right, .small-menu .topnav > .topnav-left {
    width: 70px;
  }
  .small-menu .topnav > .topnav-right + .navbar-default {
    padding-right: 70px;
  }
  .small-menu .topnav > .topnav-left + .navbar-default {
    padding-left: 70px;
  }
}
.page-content {
  padding-top: 50px;
  padding-left: 240px;
  position: relative;
}
.page-content .page-header {
  margin: 20px 0px;
  padding: 0px;
  border: none;
  text-transform: uppercase;
}
.page-content .page-header small {
  text-transform: none;
}
.expanded .page-content {
  padding-left: 0px;
}
.cart .table.table-bordered, .cart .table.table-bordered > thead > tr > th, .cart .table.table-bordered > thead > tr > td {
  border: none;
}
.cart .table.table-bordered {
  border: 1px solid transparent;
}
.cart .table > thead > tr > th, .cart .table > thead > tr > td {
  font-size: 16px;
}
.cart .table > tbody > tr > th, .cart .table > tbody > tr > td {
  vertical-align: middle;
  padding: 20px;
  font-size: 16px;
}
.cart .table > tbody > tr > th .remove, .cart .table > tbody > tr > td .remove {
  float: right;
}
.cart .checkout-box {
  border-radius: 2px;
  padding: 40px 0px;
  background: rgba(108, 174, 248, 0.1);
  border: 1px solid #cde4fd;
  text-align: right;
}
.cart .checkout-box ul {
  padding: 0px;
  list-style: none;
}
.cart .checkout-box ul .title {
  float: left;
}
.cart .checkout-box ul li {
  padding: 10px 40px;
  font-size: 16px;
}
.cart .checkout-box ul li.total {
  border: 1px solid #cde4fd;
  border-left: none;
  border-right: none;
}
.cart .checkout-box .buttons {
  padding: 10px 40px;
}
.notifications {
  padding: 0px;
  list-style: none;
}
.notifications > .notification {
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.notifications > .notification > a {
  display: block;
  padding: 10px 15px;
  color: #808080;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.notifications > .notification > a .notification-time {
  font-size: 12px;
}
.notifications > .notification > a .notification-time i {
  font-size: 14px;
}
.notifications > .notification > a > .dismiss {
  visibility: hidden;
  opacity: 0;
  float: right;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.notifications > .notification > a > .dismiss:hover {
  color: #9a9a9a;
}
.notifications > .notification > a > .dismiss:active {
  color: #808080;
}
.notifications > .notification > a:hover {
  background: #fafafa;
}
.notifications > .notification > a:hover .dismiss {
  visibility: visible;
  opacity: 10;
}
.notifications > .notification > a .notification-title, .notifications > .notification > a .notification-time {
  margin-bottom: 0px;
}
.profile .profile-img {
  padding: 50px;
  cursor: pointer;
  position: relative;
  min-height: 150px;
}
.profile .profile-img img {
  width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  cusor: pointer;
}
.profile .profile-info {
  padding: 85px 15px 10px 15px;
}
.profile .comment-box {
  margin-bottom: 15px;
}
.profile .comments {
  padding: 0px;
  list-style: none;
}
.profile .comments .comment {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}
.profile .comments .comment:after {
  content: "";
  display: table;
  clear: both;
}
.profile .comments .comment .user img {
  max-width: 36px;
  display: inline-block;
}
.profile .comments .comment .comment-info, .profile .comments .comment .content {
  margin-left: 40px;
}
.profile .comments .comment .comments {
  padding-left: 30px;
  margin-top: 10px;
}
.profile .comments .comment .comments .comment {
  border: 1px solid #ededed;
}
.authentication-page {
  display: table;
  min-height: 100%;
  width: 100%;
}
.authentication-page .authentication-box {
  display: block;
  width: 450px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 60px 60px;
  margin: 0 auto;
}
.authentication-page .authentication-box .lock-img {
  max-width: 90px;
  margin-bottom: 15px;
}
.authentication-page .authentication-box .title, .authentication-page .authentication-box .locked-text, .authentication-page .authentication-box .user-name {
  color: #9a9a9a;
}
.authentication-page .authentication-box .locked-text, .authentication-page .authentication-box .title {
  margin-bottom: 30px;
}
.authentication-page .authentication-box form button {
  display: inline-block;
  margin-bottom: 10px;
}
.authentication-page .authentication-box form a {
  display: block;
  margin-bottom: 5px;
}
.authentication-page .logo-section {
  display: table-cell;
  width: 450px;
  background: #ffffff;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
}
.authentication-page .form-section {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 15px;
}
@media (max-width: 916px) {
  .authentication-page {
    position: relative;
  }
  .authentication-page .logo-section {
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .authentication-page .logo-section a {
    display: block;
    margin-top: 25%;
  }
  .authentication-page .authentication-box {
    position: relative;
    max-width: 450px;
    width: auto !important;
    margin-top: 30%;
    z-index: 1;
  }
}
@media (max-width: 474px) {
  .authentication-page .authentication-box {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 30px;
  }
}
.error-page {
  display: table;
  height: 100%;
  width: 100%;
}
.error-page .container-fluid {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.pricing-box {
  margin-bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #e3e3e3;
}
.pricing-box .plan {
  position: relative;
  background: #E3E3E3;
}
.pricing-box .plan .name {
  text-transform: uppercase;
  padding: 30px 30px 50px 30px;
  font-size: 18px;
}
.pricing-box .plan .price {
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #E3E3E3;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  line-height: 80px;
  font-size: 20px;
}
.pricing-box .details {
  background: #ffffff;
  padding: 60px 15px 15px 15px;
}
.pricing-box .details ul {
  padding: 0px;
  list-style: none;
}
.pricing-box.active {
  margin-top: -10px;
  border-color: #0B79F3;
}
.pricing-box.active .plan {
  background: #0B79F3;
}
.pricing-box.active .plan .name {
  color: #ffffff;
}
.pricing-box.active .plan .price {
  border-color: #2286f5;
  background: #0B79F3;
  color: #ffffff;
}
@media (max-width: 991px) {
  .pricing-box.active {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .col-md-offset-1-and-half {
    margin-left: 12.49999999%;
  }
}
.chatbox > .menu {
  position: relative;
}
.chatbox > .menu .card-menu-button {
  border: none;
  background: #31393E;
  margin-top: 0px;
  border-top-right-radius: 0px;
  right: -30px;
  color: #EEEEEE;
}
.chatbox > .menu .card-menu-button:hover {
  color: #ffffff;
}
.chatbox > .menu > ul > li, .chatbox > .menu > .user-section {
  background: #31393E;
  height: 150px;
  margin: 0px;
}
.chatbox > .menu > ul > li > .user-img, .chatbox > .menu > .user-section > .user-img {
  display: table-cell;
  width: 100px;
  padding: 15px;
  vertical-align: middle;
}
.chatbox > .menu > ul > li > .chat-user, .chatbox > .menu > .user-section > .chat-user {
  color: #EEEEEE;
  display: table-cell;
  vertical-align: middle;
}
.chatbox > .menu > ul > li > .chat-user .status, .chatbox > .menu > .user-section > .chat-user .status {
  font-size: 12px !important;
}
.chatbox > .menu > ul > li > .chat-user .status i, .chatbox > .menu > .user-section > .chat-user .status i {
  font-size: 10px;
}
.chatbox > .menu > ul > li > .chat-user .status a, .chatbox > .menu > .user-section > .chat-user .status a {
  color: #EEEEEE;
}
.chatbox > .menu > ul > li > .chat-user .status .dropdown-menu, .chatbox > .menu > .user-section > .chat-user .status .dropdown-menu {
  border-radius: 2px;
  background: #262C30;
}
.chatbox > .menu > ul > li > .chat-user .status .dropdown-menu li.active > a, .chatbox > .menu > .user-section > .chat-user .status .dropdown-menu li.active > a, .chatbox > .menu > ul > li > .chat-user .status .dropdown-menu a:hover, .chatbox > .menu > .user-section > .chat-user .status .dropdown-menu a:hover, .chatbox > .menu > ul > li > .chat-user .status .dropdown-menu a:focus, .chatbox > .menu > .user-section > .chat-user .status .dropdown-menu a:focus {
  background: rgba(0, 0, 0, 0.2);
}
.chatbox > .menu > ul > li > .chat-user p, .chatbox > .menu > .user-section > .chat-user p {
  margin-bottom: 2px;
}
.chatbox > .menu > ul > li > .search, .chatbox > .menu > .user-section > .search {
  padding: 0px 15px;
}
.chatbox > .menu > ul > li > .search .form-control, .chatbox > .menu > .user-section > .search .form-control, .chatbox > .menu > ul > li > .search i, .chatbox > .menu > .user-section > .search i {
  background: none !important;
  border: none;
  color: #EEEEEE;
}
.chatbox > .menu > ul > li > .search i, .chatbox > .menu > .user-section > .search i {
  position: absolute;
  margin-top: -25px;
  right: 25px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chatbox > .menu > ul > li > .search .form-control, .chatbox > .menu > .user-section > .search .form-control {
  padding: 0px 20px 0px 0px;
  border-bottom: 1px dashed #4e585d !important;
  width: 100% !important;
  color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chatbox > .menu > ul > li > .search .form-control::-webkit-input-placeholder, .chatbox > .menu > .user-section > .search .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}
.chatbox > .menu > ul > li > .search .form-control:-ms-input-placeholder, .chatbox > .menu > .user-section > .search .form-control:-ms-input-placeholder {
  color: #eeeeee;
}
.chatbox > .menu > ul > li > .search .form-control::-moz-placeholder, .chatbox > .menu > .user-section > .search .form-control::-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
.chatbox > .menu > ul > li > .search .form-control:-moz-placeholder, .chatbox > .menu > .user-section > .search .form-control:-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
.chatbox > .menu > ul > li > .search .form-control:focus, .chatbox > .menu > .user-section > .search .form-control:focus {
  color: #eeeeee;
  border-color: #EEEEEE !important;
}
.chatbox > .menu > ul > li > .search .form-control:focus + i, .chatbox > .menu > .user-section > .search .form-control:focus + i {
  visibility: visible;
  color: #EEEEEE;
}
.chatbox > .menu > ul {
  overflow-y: auto;
  overflow-x: hidden;
  background: #262C30;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
  padding: 0px;
}
.chatbox > .menu > ul > li {
  cursor: pointer;
  padding: 0px;
  height: auto;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chatbox > .menu > ul > li > .user-img {
  width: 80px;
}
.chatbox > .menu > ul > li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.chatbox > .menu > ul > li.active {
  background: rgba(0, 0, 0, 0.2);
}
.chatbox > .chatbox-content .chat-info {
  height: 100px;
}
.chatbox > .chatbox-content .messages {
  max-height: none;
  height: 350px;
}
@media (max-width: 767px) {
  body.topnav-center .page-content {
    top: 100px;
  }
  body.topnav-center .sidenav {
    top: 100px;
  }
  .dataTables_wrapper .dt-buttons.btn-group {
    position: inherit;
  }
  .center-xs * {
    text-align: center;
  }
  .topnav .topnav-center {
    position: relative;
    width: 100%;
    margin: 0px;
    left: 0px;
  }
  .topnav .navbar-default .navbar-nav {
    float: left;
    margin: 0;
  }
  .topnav .navbar-default .navbar-nav > li {
    float: left;
  }
  .topnav .navbar-default .navbar-left {
    float: left;
  }
  .topnav .navbar-default .navbar-right {
    float: right !important;
  }
  .topnav .navbar-default *.navbar-right:last-child {
    margin-right: -15px !important;
  }
}
.visible-mba-xs {
  display: none !important;
}
@media (max-width: 460px) {
  .notification-menu {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    top: 50px;
    width: 100% !important;
  }
  .topnav > .topnav-right, .topnav > .topnav-left {
    width: 50px;
  }
  .topnav > .topnav-right + .navbar-default {
    padding-right: 50px;
  }
  .topnav > .topnav-left + .navbar-default {
    padding-left: 50px;
  }
  .visible-mba-xs {
    display: inline-block !important;
  }
  .hidden-mba-xs {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}
@media (max-width: 767px) {
  .tabs-vertical-container .nav.tabs-vertical {
    display: block;
    width: 100%;
  }
  .tabs-vertical-container .nav.tabs-vertical > li > a {
    text-align: center;
  }
  .tabs-vertical-container .nav.tabs-vertical > li > a .badge {
    position: absolute;
    margin-left: 5px;
  }
  .tabs-vertical-container .tab-content {
    display: block;
  }
  .tabs-collapse {
    display: block;
    width: 100%;
  }
  .tabs-collapse > li {
    display: block;
    float: none;
  }
  .tabs-collapse > li > a {
    text-align: center;
    border-bottom: none;
  }
  .tabs-collapse > li > a .badge {
    position: absolute;
    margin-left: 5px;
  }
}
@media (max-width: 928px) {
  .sidenav {
    left: -240px;
  }
  body.sidenav-right .sidenav {
    left: auto;
    right: -240px;
  }
  .small-menu .sidenav {
    left: -70px;
  }
  .small-menu.sidenav-right .sidenav {
    left: auto;
    right: -70px;
  }
}
@media (max-height: 600px) {
  .sidenav > .user-info.stick {
    position: relative !important;
  }
  .sidenav > .user-info.stick + ul {
    margin-top: 0px;
  }
}
@media (max-width: 928px) {
  .page-content {
    padding-left: 0px !important;
  }
  .page-content > .footer.stick, .page-content > footer.stick {
    padding-left: 10px !important;
  }
  body.sidenav-right .page-content {
    padding-right: 0px !important;
  }
  body.sidenav-right .page-content > .footer.stick, body.sidenav-right .page-content > footer.stick {
    padding-right: 10px !important;
  }
}
.print-only {
  display: none;
}
@media print {
  li {
    border: none !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
  }
  .no-print, .no-print * {
    display: none !important;
  }
  td b {
    border: none !important;
  }
  .nav {
    display: none !important;
  }
  .btn {
    display: none !important;
  }
  .pane-body, .card-body, .card, .container {
    /* For email pages */
    border: none !important;
    padding: 0px !important;
  }
  .print-right {
    float: right;
  }
  .print-left {
    float: left;
  }
  .table-bordered {
    border: 2px solid #000000 !important;
  }
  .table-bordered * {
    border: 2px solid #000000 !important;
  }
  .card.print {
    border: none;
  }
  .card.print .card-heading, .card.print .card-body, .card.print .card-footer {
    padding: 0px;
  }
  .print-only {
    display: inherit;
  }
}
/*# sourceMappingURL=mono-admin.css.map */
.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transition-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.text-theme {
  color: #0B79F3 !important;
}
.theme-background {
  background: #0B79F3 !important;
  color: #ffffff !important;
}
.text-primary {
  color: #0B79F3;
}
.primary {
  background: #0B79F3 !important;
  color: #ffffff !important;
}
.text-info {
  color: #038B9A;
}
.info {
  background: #038B9A !important;
  color: #ffffff !important;
}
.text-success {
  color: #27ae60;
}
.success {
  background: #27ae60 !important;
  color: #ffffff !important;
}
.text-warning {
  color: #f39c12;
}
.warning {
  background: #f39c12 !important;
  color: #ffffff !important;
}
.text-danger {
  color: #e74c3c;
}
.danger {
  background: #e74c3c !important;
  color: #ffffff !important;
}
.dark {
  background: #1e1e1e !important;
  color: #ffffff !important;
}
.default {
  background: #eeeeee;
}
.border-default {
  border: 1px solid #d5d5d5;
}
.border-default-right {
  border-right: 1px solid #d5d5d5;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-22 {
  margin-top: 22px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 3px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.no-border-radius {
  border-radius: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-background {
  background: none !important;
}
.no-border {
  border: none !important;
}
.transparent {
  background: transparent !important;
}
.white {
  background: #FFFFFF;
  color: #808080;
}
.black {
  background: #000000;
  color: #FFFFFF;
}
.anchor-highlight {
  background: rgba(0, 0, 0, 0.1);
}
pre {
  color: #e83e8c;
  padding: 15px;
}
.custom-file-label {
  overflow: hidden;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.skeleton-loader {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 0.3rem;
}
.skeleton-loader::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.row.sortable-widgets .ui-sortable-placeholder {
  float: left;
  margin-left: 15px;
  margin-right: 14px;
  padding: 0;
  height: 50px;
  display: inline-block;
}
.ui-draggable {
  position: absolute;
  z-index: 999;
}
.ui-draggable.active {
  z-index: 1000;
}
.ui-sortable-placeholder {
  border: 1px dashed #c6c6c6;
}
.ui-draggable .widget, .widget.ui-draggable {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border: none;
}
.ui-draggable .widget .widget-controls, .widget.ui-draggable .widget-controls {
  cursor: move;
}
.ui-draggable.active .widget, .widget.ui-draggable.active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.sortable-widgets .widget-move {
  display: inline-block;
  cursor: move;
}
.widget {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  position: relative;
  min-height: 34px;
  width: 100%;
  border-radius: 0.3rem;
}
.widget:after {
  content: "";
  display: table;
  clear: both;
}
.widget .widget-content {
  width: 100%;
  position: relative;
}
.widget .widget-content .widget-content-heading, .widget .widget-content .widget-content-body, .widget .widget-content .widget-content-footer {
  padding: 2.5px 15px;
}
.widget .widget-content .widget-content-footer {
  color: #8d8d8d;
}
.widget .widget-controls {
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget .widget-controls.overlay {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 997;
}
.widget .widget-controls .widget-name {
  text-align: left;
  display: inline-block;
}
.widget .widget-controls .btn {
  border-radius: 0px;
  padding: 0px 8px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget .widget-controls .widget-minimize > i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget .widget-controls .buttons {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget.primary .widget-controls .btn, .widget.success .widget-controls .btn, .widget.warning .widget-controls .btn, .widget.danger .widget-controls .btn, .widget.info .widget-controls .btn, .widget.theme-background .widget-controls .btn {
  color: #f7f7f7 !important;
}
.widget.primary .widget-controls .buttons:hover .btn, .widget.success .widget-controls .buttons:hover .btn, .widget.warning .widget-controls .buttons:hover .btn, .widget.danger .widget-controls .buttons:hover .btn, .widget.info .widget-controls .buttons:hover .btn, .widget.theme-background .widget-controls .buttons:hover .btn {
  color: #000000 !important;
}
.widget .widget-controls .btn:disabled {
  color: #acacac !important;
  cursor: not-allowed;
}
.widget .widget-controls .buttons:hover {
  background: rgba(255, 255, 255, 0.8);
}
.widget .widget-controls .buttons:hover .btn {
  opacity: 1;
}
.widget .widget-controls .buttons:hover .btn:disabled {
  opacity: 0.5;
}
.widget .widget-controls:hover {
  background: rgba(255, 255, 255, 0.2);
}
.widget.minimizing .widget-controls .widget-minimize > i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget.maximizing .widget-controls .widget-minimize > i {
  -moz-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.widget.minimized .widget-content {
  display: none;
}
.widget.minimized .widget-controls .widget-minimize > i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget.minimized .widget-controls .btn.widget-minimize {
  opacity: 1;
}
.widget.widget-info {
  display: table;
  table-layout: fixed;
}
.widget.widget-info .widget-icon {
  padding: 10px 0 10px;
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
  width: 80px;
  text-align: center;
}
.widget.widget-info .widget-right {
  position: relative;
  display: table-cell;
  width: 100%;
}
.widget.widget-info .widget-right .widget-controls {
  padding: 5px 2px;
}
.widget.widget-info .widget-right .widget-controls:after {
  content: "";
  display: table;
  clear: both;
}
.widget.widget-info .widget-right .widget-controls .widget-name {
  padding: 6px 6px 6px 15px;
}
.widget.widget-info .widget-right .widget-controls .btn {
  font-size: 10px;
  padding: 8px;
}
.widget.widget-info .widget-right .widget-controls .buttons {
  padding: 6px 6px 6px 15px !important;
}
.widget.widget-info .widget-right .widget-content {
  position: relative;
  padding: 5px 0px;
}
.widget.widget-info .widget-right .widget-content .widget-content-heading {
  font-size: 14px;
  padding-bottom: 5px;
}
.widget.widget-info .widget-right .widget-content .widget-content-body {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.widget.widget-info .widget-right .widget-content .widget-content-footer {
  font-size: 12px;
  padding-top: 5px;
}
.widget.widget-info .widget-right .widget-content .progress {
  margin: 0px;
  border-radius: 0px;
}
.widget.widget-info .widget-right .widget-content .progress .progress-bar {
  border: none;
  box-shadow: none;
}
.widget.widget-info .widget-right .widget-chart {
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  opacity: 0.3;
}
.bootstrap-select > .btn.dropdown-toggle {
  border: 1px solid #ced4da;
}
.list-group > .list-group-item.active {
  background-color: #0C79F3;
}
.card-header {
  background-color: #ffffff;
}
.invoice-badge.badge {
  font-size: 18px;
  margin-top: 20px !important;
  text-transform: uppercase;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  opacity: 1;
}
.is-invalid {
  border-color: #e3342f !important;
}
.control-label {
  font-weight: 600;
}
.form-horizontal > .form-group > label {
  text-align: right;
}
.loader-bg {
  background: #000000;
  height: 100%;
  opacity: 0.4 !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2999 !important;
}
.loader {
  display: table;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0B79F3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: adjust-hue 1s linear infinite;
  text-align: center;
}
.loader i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.loader.inline {
  display: inline;
}
.loader.primary {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #0B79F3;
}
.loader.info {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #038B9A;
}
.loader.success {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #27ae60;
}
.loader.warning {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #f39c12;
}
.loader.danger {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #e74c3c;
}
.loader.dark {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1e1e1e;
}
.loader.center-block {
  display: block;
  margin: 0 auto;
}
.loader.center-page {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: -40px 0 0 -40px !important;
}
@keyframes adjust-hue {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .form-horizontal > .form-group label {
    text-align: left;
  }
}
@media (max-width: 589px) {
  .dt-buttons .btn {
    border-radius: 0;
  }
}
.selectize-control.multi > .selectize-input.items .item {
  padding: 5px !important;
}
.selectize-control.multi > .selectize-input.items .item:hover {
  cursor: pointer;
}
.selectize-control.multi > .selectize-input.items .item.active {
  border: 1px solid #000000;
}
.sortable-widgets.highlighted {
  background: rgba(103, 103, 103, 0.1);
  cursor: pointer;
  min-height: 100px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 10px;
  top: -10px;
  margin-bottom: 10px;
}
.ui-slider.ui-slider-horizontal {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #202020;
  background: #454545;
  outline: 0;
  font-weight: normal;
  color: #202020;
  border-radius: 50%;
}
.ui-slider-range {
  background: #eeeeee;
}
.slider-handle {
  background: #0B79F3;
}
.slide-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slide-heading {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
}
.slide-subheading {
  font-size: 14px;
  font-weight: 700;
}
.slide-lines {
  margin-bottom: 34px;
}
.slide-lines:before {
  margin-bottom: 19px;
}
.slide-lines:before, .slide-lines:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 185px;
  background-color: #fff;
}
.slide-lines:after {
  margin-top: 10px;
}
.slide-btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
@media (min-width: 992px) {
  .slide-text {
    width: auto;
  }
  .slide-text.center-align {
    width: 100%;
  }
  .slide-text.right-align {
    left: auto;
    right: 12%;
  }
  .slide-text.left-align {
    right: auto;
    left: 12%;
  }
}
@media (max-width: 992px) {
  .slide-heading {
    font-size: 34px;
  }
  .slide-subheading {
    font-size: 14px;
  }
  .slide-btn {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.3rem;
  }
}
.search-query-ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  display: inline-block;
}
#gallery_files {
  flex: none;
}
.gallery-file {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0.25rem;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden !important;
}
.gallery-file i {
  display: block;
  font-size: 140px;
}
.gallery-file img {
  width: 140px;
  vertical-align: unset;
}
.gallery-file .file-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  overflow: hidden;
  max-height: 100%;
  word-wrap: break-word;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.selecting > .gallery-file {
  opacity: 0.5;
}
.gallery-file.selected {
  border-color: #0B79F3;
  opacity: 1;
}
#file_preview img {
  max-height: 400px;
}
.navbar .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}
.dropdown-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu .menu-list > li > a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #979797;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0px;
}
.dropdown .menu-list > li > a:hover {
  color: #444444;
}
.megamenu-item {
  border-right: 1px solid #ebebeb;
  padding: 15px 30px 15px 30px;
  height: 100%;
}
.megamenu-title {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
}
.megamenu-title:hover {
  color: #444444;
  text-decoration: none;
}
.links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-list-padded {
  list-style: none;
  padding-left: 10px;
}
.links-list-padded a {
  margin-bottom: 0.5rem;
}
.links-list > li > a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #979797;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0px;
}
.links-list > li > a:hover {
  color: #444444;
}
.gallery-file .out-of-stock {
  background-color: rgba(27, 27, 27, 0.6);
  color: #ffff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-dots {
  bottom: -3rem;
}
.slick-dots li {
  width: 15px;
}
.slick-dots li button:before {
  content: "";
  background: #000;
  height: 3px;
  width: 15px;
  border-radius: 4px;
}
.slick-slide {
  margin: 10px;
  height: auto !important;
}
.slick-slide img {
  width: 100%;
  border: 0px solid #fff;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus, .slick-next, .slick-next:hover, .slick-next:focus {
  padding: 40px 15px;
  z-index: 798;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
}
.slick-prev:before, .slick-next:before {
  color: #3a3f46;
  border-radius: 0;
  line-height: 0;
  display: block;
  margin-left: -8px;
  font-size: 16px;
}
.search-group-input {
  border-left: none;
}
.search-group-input:focus, .search-group-input:active {
  outline: 0px !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
@media (max-width: 1422px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
@media (max-width: 768px) {
  .navbar.mobile-card {
    display: none;
  }
  .navbar.mobile-card.active {
    display: block;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1005;
    overflow-y: auto;
  }
  .logo-section {
    text-align: left;
    padding: 20px 0 20px 0;
  }
  .logo-section .menu-btn {
    margin-top: 5px;
  }
  .logo-section .cart-btn {
    font-size: 22px;
    padding: 2px 5px 2px 5px;
  }
  .navbar.mobile-card .dropdown-menu {
    border: none;
  }
  .navbar.mobile-card .nav-item {
    text-align: left;
    border-bottom: #e0e0e0 1px solid;
  }
  .navbar.mobile-card .dropdown-item {
    text-align: left;
    border-top: #e0e0e0 1px solid;
  }
  .navbar.mobile-card .dropdown-toggle:after {
    display: none;
  }
  .navbar.mobile-card .megamenu-item {
    border-right: none;
    padding: 10px;
    height: 100%;
  }
  .navbar.mobile-card .megamenu-title {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    text-decoration: none;
  }
  .navbar.mobile-card .megamenu-title:hover {
    color: #444444;
    text-decoration: none;
  }
  .navbar.mobile-card .dropdown-menu .menu-list > li > a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #979797;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 0px;
    border-bottom: #e0e0e0 1px solid;
  }
}
@media (min-width: 767px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar.mobile-card .close {
    display: none;
  }
  .navbar .has-megamenu {
    position: static;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px;
  }
  .navbar li > a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.dropable-area {
  border: 2px dashed #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 10px;
}
.dropable-area.slide-preview {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  width: 500px;
  height: 250px;
  text-align: center;
  padding: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px dashed #dee2e6;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden !important;
}
.dropable-area.slide-preview .close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px;
  font-size: 10px;
  background: #d63030;
  color: #ffffff;
}
.dropable-area.slide-preview.active {
  border-color: #0a6ddb;
  outline: #0a6ddb;
}
.dropable-area.slide-preview:hover .close {
  display: block;
}
.dropable-area .new-slide {
  padding: 40px;
}
.dropable-area .new-slide i {
  font-size: 28px;
  line-height: 0;
}
.mini-slide-heading, .mini-slide-text {
  color: #ffffff;
}
.mini-slide-heading {
  font-size: 16px;
}
.mini-slide-text {
  font-size: 8px;
}
.mini-slide-btn {
  font-size: 10px;
  padding: 0.05rem 0.1rem;
}
.selectize-control {
  margin-bottom: 0px;
}
.selectize-control .selectize-input {
  overflow: visible;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-help {
  cursor: help;
}
.mb-table thead > tr > th, .mb-table tbody > tr > th, .mb-table tfoot > tr > th, .mb-table thead > tr > td, .mb-table tbody > tr > td, .mb-table tfoot > tr > td {
  border: none;
}
.mb-table thead > tr > td, .mb-table tbody > tr > td {
  vertical-align: middle;
}
.mb-table thead {
  background: #0B79F3;
  color: #fff;
  border-radius: 0.3rem;
}
.mb-table tbody > tr:nth-child(even) {
  background-color: #f8fbff;
}
.mb-table {
  background: #ffffff;
  border-radius: 0.3rem;
}
.dt-buttons .btn-secondary {
  background: #0B79F3;
  border-color: #0B79F3;
}
.dt-buttons .btn-secondary:active, .dt-buttons .btn-secondary:focus {
  background: #0B79F3 !important;
}
.dataTables_processing.card {
  z-index: 10000;
}
.mb-table th {
  text-wrap: none;
  white-space: nowrap;
}
.list-group.scrollspy {
  display: none;
  position: fixed;
  left: 250px;
  margin-left: 15px;
}
.list-group.scrollspy .list-group-item {
  border-radius: 0px;
  font-size: 14px;
  background: none;
  border: none;
  color: #808080;
  padding: 5px 15px 5px 15px;
  border-left: 1px solid transparent;
}
.list-group.scrollspy .list-group-item.active {
  color: #000000;
  border-left: 1px solid #0B79F3;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:last-child {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.dt-buttons.btn-group > .btn-group:not(:first-child) > .btn, .dt-buttons.btn-group .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dt-buttons.btn-group > :last-child {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product_images > :first-child {
  width: 120px !important;
  height: 120px !important;
}
#product_images > :not(:first-child), #product_images .ui-sortable-helper {
  width: 80px !important;
  height: 80px !important;
}
@media (min-width: 1778px) {
  .list-group.scrollspy {
    display: block !important;
  }
}
.btn.swatch {
  height: 30px;
  width: 30px;
  border: 4px solid transparent;
}
.btn.swatch.active {
  border-color: #3490dc;
  outline: 0;
}
.product-sale {
  padding: 5px;
  background: #E20405;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.product-card {
  position: relative;
  text-align: center;
  max-width: 400px;
}
.product-card .gallery-file {
  overflow: hidden;
}
.product-card .gallery-file .quick-view {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-card :hover .gallery-file .quick-view {
  bottom: 0;
}
.product-card .out-of-stock {
  margin: 0;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  text-transform: uppercase;
}
.product-card .product-sale {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 12px;
}
.product-card .name {
  font-weight: bold;
  text-transform: uppercase;
}
.slider-card {
  position: relative;
  text-align: center;
  max-width: 300px;
  transition: color 0.2s ease-in-out;
}
.slider-card .gallery-file {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-card .name {
  font-weight: bold;
  text-transform: uppercase;
}
.slider-card .date {
  font-weight: normal;
}
.slider-card.left-align {
  text-align: left;
}
#product_carousel .carousel-inner > .carousel-item {
  -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
  -o-transition: -o-transform 0.4s ease-in-out !important;
  transition: transform 0.4s ease-in-out !important;
}
.swatch-item.swatch {
  height: 10px;
  width: 15px;
  display: inline-block;
}
.cart-item .item-config .swatch {
  height: 10px;
  width: 15px;
  display: inline-block;
}
.cart-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.scroll-div {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-div .variant-options-section {
  max-width: 1050px;
  min-width: 700px;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
.product-quick-view-modal .modal-body {
  padding: 40px;
}
.product-quick-view-modal .order-total small {
  display: none;
}
.product-quick-view-modal .order-total .float-right {
  float: none !important;
}
table .ui-sortable-placeholder {
  display: table-row;
}
.sortable-files .ui-sortable-placeholder {
  display: inline-block;
}
.sortable-handle {
  cursor: move;
}
.item_description_value {
  min-height: 37px;
}
.selectize-dropdown-content .create {
  padding: 3px 12px;
}
.selectize-input {
  padding-top: 9px !important;
}
.selectize-input.focus {
  box-shadow: none;
}
.min-width-400 {
  min-width: 400px !important;
}
.min-width-300 {
  min-width: 300px !important;
}
.min-width-200 {
  min-width: 200px !important;
}
.min-width-100 {
  min-width: 100px !important;
}
.min-width-50 {
  min-width: 50px !important;
}
.min-width-25 {
  min-width: 25px !important;
}
.checkout-page .order-summary {
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-page .order-summary .body .gallery-file {
  cursor: default;
  position: relative;
  overflow: visible !important;
  margin: 0;
}
.checkout-page .order-summary .body .gallery-file .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
}
.monotree .monotree-branch {
  border-left: none;
}
.monotree .monotree-branch:before {
  content: "";
}
@media (min-width: 992px) {
  .checkout-page {
    height: 100%;
  }
  .checkout-page .order-summary {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .checkout-page .order-summary .collapse {
    display: block;
  }
  .checkout-page .order-summary .body {
    margin-top: 120px;
    position: relative;
    max-width: 419px;
  }
  .order-summary.affixed {
    position: fixed;
    top: -124px;
    right: 0;
    z-index: 1030;
  }
}
@media print {
  .topnav {
    position: static !important;
  }
  .mb-table thead {
    background: #ffffff;
    color: #000000;
    border-radius: 0.3rem;
  }
  .mb-table a, .mb-table span, .mb-table b, .mb-table s {
    border: none !important;
  }
  .mb-table a {
    text-decoration: none;
    color: #000000;
  }
}
.fc-time {
  color: #ffffff;
}
.dataTables_processing.card {
  font-size: 18px;
  font-weight: bold;
  opacity: 0.9;
}
.alert.small {
  padding: 5px;
  margin-bottom: 0px;
}
.sidenav > ul {
  padding: 0px;
  margin: 0px;
}
.authentication-page {
  height: 100%;
}
.sidenav > ul > li > a {
  font-size: 14px;
}
.sidenav > ul > li.dropdown > ul {
  background: #31393e;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > a > .dropdown-arrow {
  margin-right: 10px;
  font-size: 13px;
}
.sidenav > ul > li.dropdown > ul > li > a {
  padding: 8px 15px 8px 15px;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > ul > li > a {
  padding: 8px 30px 8px 43px;
  font-size: 14px;
}
.sidenav > ul > li.dropdown > ul > li.dropdown > ul > li > a > i {
  margin-right: 5px;
}
.sidenav > ul > li.dropdown > ul > li > a > i {
  margin-right: 10px;
}
.z-index-10 {
  z-index: 10;
}
.panel > .panel-heading {
  border-bottom: 1px solid #dddddd;
}
.panel-body.invoice-container p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.authentication-page {
  height: 100%;
}
.plan-custom .name {
  font-size: 16px;
  padding: 20px 0px 20px 0px;
  background-color: #ffffff;
}
.plan-custom .price {
  font-size: 14px;
  background: #0B79F3;
  color: #fff;
  padding: 20px 0px 20px 0px;
}
.pricing-box > .details {
  padding-top: 20px;
}
.pricing-box .bootstrap-select.btn-group .dropdown-menu li > a {
  text-align: center;
}
.pricing-box .bootstrap-select.btn-group .btn {
  background: #0B79F3;
  color: #fff;
  border-color: #0a6ddb;
}
.pricing-box .bootstrap-select.btn-group .btn:hover, .pricing-box .bootstrap-select.btn-group .btn:active {
  background: #0B79F3 !important;
  color: #fff;
  border-color: #0a6ddb !important;
}
.pricing-box .bootstrap-select.btn-group .btn .filter-option {
  text-align: center;
}
.pricing-box > .details > ul {
  margin-bottom: 10px;
}
.pricing-box > .details > ul li {
  padding: 10px 0px 10px 0px;
  border-bottom: #eeeeee 1px solid;
}
.pricing-table {
  display: inline-block;
  margin-top: 30px;
  padding: 0px;
}
.pricing-table > li {
  list-style: none;
  margin-left: 0px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.order_sub_total {
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0px 15px 0px;
}
.order-total {
  margin-top: 10px;
  font-size: 28px;
}
.order-total small {
  text-align: right;
  display: block;
  font-size: 14px;
}
.cart-item {
  padding: 15px;
}
.cart-item p {
  margin: 2px;
}
.cart-item .item-name {
  font-weight: bold;
  font-size: 14px;
}
.cart-item .item-name a {
  font-weight: normal;
}
.cart-item .price {
  font-weight: bold;
  font-size: 14px;
}
.cart-item .cycle, .cart-item .setup-fee {
  font-size: 12px;
}
.cart-item .item-config {
  font-size: 12px;
}
.tos-box {
  padding: 10px;
  min-height: 40px;
  max-height: 200px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  overflow-y: scroll;
}
.alert ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.swal2-content ul {
  text-align: center;
  padding: 0px;
}
.swal2-content ul li {
  list-style-type: none;
}
@media (min-width: 1200px) {
  .summary.affix {
    top: 60px;
  }
}
@media (max-width: 1199px) {
  .summary.affix {
    position: static !important;
  }
}
s.discount {
  color: #ba0005;
}
@media print {
  .col-print-1 {
    width: 8%;
    float: left;
  }
  .col-print-2 {
    width: 16%;
    float: left;
  }
  .col-print-3 {
    width: 25%;
    float: left;
  }
  .col-print-4 {
    width: 33%;
    float: left;
  }
  .col-print-5 {
    width: 42%;
    float: left;
  }
  .col-print-6 {
    width: 50%;
    float: left;
  }
  .col-print-7 {
    width: 58%;
    float: left;
  }
  .col-print-8 {
    width: 66%;
    float: left;
  }
  .col-print-9 {
    width: 75%;
    float: left;
  }
  .col-print-10 {
    width: 83%;
    float: left;
  }
  .col-print-11 {
    width: 92%;
    float: left;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
  .mono-alert-container, .no-print, .no-print *, .dataTables_paginate, .dataTables_filter, .dataTables_info, .sorting::after, .sorting_asc::after, .sorting_desc::after, .input-group-addon {
    display: none !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
    background-color: #FFFFFF;
  }
}
.authentication-page {
  height: 100%;
}
.option-body {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 10px;
}
.swal2-content ul {
  text-align: center;
  padding: 0px;
}
.swal2-content ul li {
  list-style-type: none;
}
.btn-circle {
  border-radius: 50%;
}
.notification a {
  width: 100% !important;
}
.notification .close {
  margin-top: 10px;
  margin-right: 10px;
  opacity: 0;
  transition: all 0.2s;
}
.notification:hover .close {
  opacity: 0.5;
}
.modal-body.scroll {
  height: 250px;
  overflow-y: auto;
}
.notification {
  position: relative;
}
.notification > a {
  display: block;
  width: auto;
  padding: 10px 15px !important;
}
.notification > a > .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 15px;
}
.notification > a > .icon i {
  font-size: 22px;
  vertical-align: middle;
}
.notification .content {
  display: table-cell;
  text-align: left;
  max-width: 220px;
}
.notification .header {
  color: #808080;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
.notification p {
  color: #808080;
  font-size: 12px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification.expanded p {
  text-overflow: revert;
  overflow: visible;
}
.notification > a:hover, .notification > a:focus, .notification > a:active {
  background: #fbfbfb;
}
.authentication-page .authentication-box-lg {
  width: 800px !important;
}
.home-heading {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
}
.btn-container {
  text-align: center;
  margin-top: 50px;
}
.icon-btn {
  text-decoration: none;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  width: 220px;
  border: 1px solid #F0F0F0;
  padding: 30px;
  color: #0c79f3;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 200ms;
}
.icon-btn:hover, .icon-btn:active {
  color: #ffffff;
  text-decoration: none;
  background: #0c79f3;
}
.icon-btn i {
  font-size: 60px;
}
.icon-btn p {
  margin-top: 20px;
  font-size: 16px;
}
.announcement-container {
  margin-top: 40px;
}
.announcement {
  background: #fff;
  border: 1px solid #F0F0F0;
}
.announcement-content {
  padding: 50px;
}
.display-block {
  display: inline-block;
}
#sidenav_overlay {
  background: #000000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 997;
  cursor: pointer;
}
.search-group:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  height: 100%;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #b9bdc5;
  z-index: 10;
}
.search-group .form-control {
  padding-left: 40px;
}
.mb-table thead > tr > th, .mb-table tbody > tr > th, .mb-table tfoot > tr > th, .mb-table thead > tr > td, .mb-table tbody > tr > td, .mb-table tfoot > tr > td {
  border: none;
}
.mb-table thead {
  background: #0A6DDB;
  color: #fff;
  border-radius: 3px;
}
.mb-table tbody > tr:nth-child(even) {
  background-color: #f8fbff;
}
.mb-table {
  background: #ffffff;
  border: 1px solid #0A6DDB !important;
  border-radius: 3px;
}
.dt-buttons .btn-secondary {
  background: #0A6DDB;
  border-color: #0A6DDB;
}
.dt-buttons .btn-secondary:active, .dt-buttons .btn-secondary:focus {
  background: #0A6DDB !important;
}
.dataTables_processing.card {
  z-index: 10000;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
@media (min-width: 1405px) {
  .container-fluid {
    width: 1400px;
  }
}
.navbar.primary {
  background: #0A6DDB !important;
}
@media (min-width: 599px) {
  .search-input {
    min-width: 350px;
  }
}
.pagination {
  padding: 0;
  margin: 0;
}
.top-bar .top-bar-links {
  border-bottom: 1px solid #ebebeb;
}
.top-bar .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.top-bar .menu > li {
  display: inline-block;
  position: relative;
  line-height: 45px;
  font-size: 13px;
}
.top-bar .menu > li > a {
  color: #a3a3a3;
  text-decoration: none;
  outline: none;
}
@media (min-width: 767px) {
  .logo-section {
    padding: 40px 0 40px 0;
  }
  .logo-section img {
    width: 300px;
  }
}
.search-box {
  display: flex;
}
.price {
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.price del {
  font-size: 18px;
  font-weight: 300;
}
.nav-tabs .nav-link {
  text-transform: uppercase;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  cursor: pointer !important;
}
a {
  color: #979797;
  font-weight: 400;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
.floating-input {
  display: block;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #e0e0e0;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0;
  -webkit-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.floating-input .floating-label {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  left: 0.75rem;
  top: 0;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 100;
  opacity: 0;
  color: #6b6b6b;
  font-weight: 100;
  -webkit-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.floating-input > select.form-control {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 0.7rem;
}
.floating-input .form-control::-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 100;
}
.floating-input .form-control:-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 100;
}
.floating-input .form-control::placeholder {
  color: #6b6b6b;
  font-weight: 100;
}
.floating-input > .form-control {
  border: 0;
  border-radius: 0;
  height: 50px;
  -webkit-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.floating-input > .form-control:-webkit-autofill, .floating-input > .form-control:-webkit-autofill:hover, .floating-input > .form-control:-webkit-autofill:focus, .floating-input > .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.floating-input .ti-input {
  border: none !important;
}
.floating-input .ti-new-tag-input {
  color: #6b6b6b;
  font-weight: 100;
  height: 30px;
  font-size: 16px;
}
.floating-input:focus-within {
  border-color: #0A6DDB;
}
.floating-input.filled .floating-label {
  opacity: 1;
  background: #ffffff;
  display: block;
}
.floating-input.filled .form-control {
  padding-top: 24px;
}
.floating-input.filled select.form-control {
  padding-top: 21px;
}
.floating-input.has-error {
  border-color: #dc3545;
}
.floating-input.disabled .floating-label {
  background: #e9ecef;
}
.floating-label-sm .form-control {
  height: 42px;
}
.floating-label-sm .floating-input .floating-label {
  padding-top: 0px;
}
.floating-label-sm .floating-input.filled .form-control {
  padding-top: 20px;
}
.floating-label-sm .floating-input.filled select.form-control {
  padding-top: 14px;
  font-size: 16px;
}
.floating-input > .form-control.selectize-control {
  padding-top: 6px;
}
.floating-input.disabled {
  background-color: #e9ecef;
}
.floating-input.disabled .selectize-control {
  background: transparent;
}
.floating-input .form-control.selectize-control .item {
  color: #495057 !important;
}
.floating-input.filled > .form-control.selectize-control {
  padding-top: 14px;
}
.floating-input .selectize-input {
  background: none !important;
}
.floating-input-error {
  margin-top: -10px;
  margin-bottom: 15px;
}
.order-total {
  color: #000;
}
.skeleton-loader {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 0.2rem;
}
.skeleton-loader::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.step {
  display: inline-block;
  background: #000;
  padding: 0.4rem 0.7rem;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.mb__slider_slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
.overflow-hidden {
  overflow: hidden;
}
.mb__select, .mb__select:hover, .mb__select:focus {
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: 100% 55%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAGCAYAAADdXo4uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTJENURCQzBCOTM0MTFFNkEwMkVCMzE1QjJENEM5QjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTJENURCQkZCOTM0MTFFNkEwMkVCMzE1QjJENEM5QjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1RTA5NjRDOUE1RDExRTU5RDc4OUY0MzEyMjBBRTU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1RTA5NjREOUE1RDExRTU5RDc4OUY0MzEyMjBBRTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MME8SwAAAHdJREFUeNpirKqqWsXAwHCvtbW1ggELqK6uDgVS5UDsClTznoFMwASyBGQQ0MAOHJaAHEK2BTDAfOjQoT379u3jBFkGop2dnfegWQLih1HiGxBg/P//P8z1HdAg6gTis9S0BMUiNMsYqGkJhkVIlhlT0xIQAAgwAE5cPC+12eNuAAAAAElFTkSuQmCC");
}
.search-container {
  position: fixed;
  display: none;
  opacity: 1;
  transition: opacity 250ms;
  border-bottom: 1px solid #eee;
}
#mb__search_autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1199;
  top: 4.5rem;
  background: #fff;
  border-radius: 0.25rem;
  overflow-y: auto;
  max-height: 800px;
}
#mb__search_autocomplete .mb__autocomplete {
  border: 1px solid #eee;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_result_search {
  border-top: 1px solid #eeeeee;
  position: -webkit-sticky !important;
  position: sticky !important;
  background: #ffffff;
  bottom: 0;
  width: 100%;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_result_search a {
  padding: 0.7rem 1.2rem;
  display: block;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_result_search a:hover, #mb__search_autocomplete .mb__autocomplete .mb__search_result_search a:focus, #mb__search_autocomplete .mb__autocomplete .mb__search_result_search a.selected {
  background: #f5f5f5;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results {
  padding: 0.5rem;
  display: flex;
  gap: 1rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:first-child {
  flex: 0 0 16rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child {
  flex: 1 1 auto;
  flex-direction: row;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child > :not(:first-child) {
  width: 100%;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child > :first-child {
  flex: 0 0 16rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child > :only-child {
  flex: 1 1 auto;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_title {
  padding: 0.3rem 0rem;
  margin: 0 1rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list {
  padding: 0;
  list-style: none;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list li {
  margin: 0;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a {
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a:focus, #mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a:hover, #mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a.selected {
  background: #f5f5f5 !important;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_product {
  display: flex;
  align-items: center;
  margin: 1rem 1rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_img {
  background: #fff;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_txt {
  font-size: 0.9rem;
  margin: 0.5rem 1rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_txt mark {
  background: transparent;
  font-weight: bold;
  padding: 0;
}
@media (max-width: 767px) {
  #mb__search_autocomplete .mb__autocomplete .mb__search_results {
    gap: 0.5rem;
    flex-direction: column-reverse;
  }
  #mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group {
    flex: 0 !important;
  }
}
.mb__search-result-icon {
  display: none;
  padding-left: 1rem;
}
.mb__search-result:hover .mb__search-result-icon {
  display: block;
}
.mb__search-spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  white-space: nowrap;
}
.mb__search-spinner .path {
  stroke: #000;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (max-width: 992px) {
  .mb__slider_slide {
    height: 400px;
  }
  .search-container {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: -5rem;
  }
  .nav-type-1 {
    margin-bottom: 3.5rem;
  }
}
