/*
  1) Import css
  2) Header css
  3) Footer css
=========================*/
@import url(../css/reset.css);
@font-face {
  font-family: 'helveticaneuemedium';
  src: url("../fonts/helveticaneue_medium-webfont.eot");
  src: url("../fonts/helveticaneue_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue_medium-webfont.woff2") format("woff2"), url("../fonts/helveticaneue_medium-webfont.woff") format("woff"), url("../fonts/helveticaneue_medium-webfont.ttf") format("truetype"), url("../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'helveticaneuelight';
  src: url("../fonts/helveticaneue_light-webfont.eot");
  src: url("../fonts/helveticaneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue_light-webfont.woff2") format("woff2"), url("../fonts/helveticaneue_light-webfont.woff") format("woff"), url("../fonts/helveticaneue_light-webfont.ttf") format("truetype"), url("../fonts/helveticaneue_light-webfont.svg#helveticaneuelight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'helveticaneuebold';
  src: url("../fonts/helvetica_neu_bold-webfont.eot");
  src: url("../fonts/helvetica_neu_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica_neu_bold-webfont.woff2") format("woff2"), url("../fonts/helvetica_neu_bold-webfont.woff") format("woff"), url("../fonts/helvetica_neu_bold-webfont.ttf") format("truetype"), url("../fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block; }
/*  Variable */
/*Before Primary color Code #e92a2a*/
/*Custom Color variables Name*/
/*  Font size  */
/*40px;*/
/*36px;*/
/*32px;*/
/*30px;*/
/*28px;*/
/*1.5rem 24px;*/
/*old 1.5rem 24px;*/
/*20px;*/
/*18px;*/
/*16px;*/
/*14px;*/
/*12px;*/
/*10px;*/
/*Border radius*/
/* Global Section Variables */
/* Mixin start here  
=====================================*/
/*Border Radius*/
/* Transition */
/* Padding */
/* Modal Transition misin */
/* Button variant */
/* Button outline variant */
/* button with custom colors */
/* button with custom colors */
/* Button Size variant */
/* Pagination Mixin */
* {
  outline: none; }

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"], input[type="checkbox"],
input[type="radion"], textarea, select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bcbcbc;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Open Sans", "helveticaneuelight", Arial, sans-serif !important; }
  input[type="text"]:disabled, input[type="text"].disabled, input[type="email"]:disabled, input[type="email"].disabled, input[type="password"]:disabled, input[type="password"].disabled,
  input[type="tel"]:disabled,
  input[type="tel"].disabled, input[type="number"]:disabled, input[type="number"].disabled, input[type="search"]:disabled, input[type="search"].disabled, input[type="checkbox"]:disabled, input[type="checkbox"].disabled,
  input[type="radion"]:disabled,
  input[type="radion"].disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled {
    background-color: #E2E2E2;
    opacity: 1;
    /*pointer-events: none;*/
    cursor: not-allowed; }
    input[type="text"]:disabled::placeholder, input[type="text"].disabled::placeholder, input[type="email"]:disabled::placeholder, input[type="email"].disabled::placeholder, input[type="password"]:disabled::placeholder, input[type="password"].disabled::placeholder,
    input[type="tel"]:disabled::placeholder,
    input[type="tel"].disabled::placeholder, input[type="number"]:disabled::placeholder, input[type="number"].disabled::placeholder, input[type="search"]:disabled::placeholder, input[type="search"].disabled::placeholder, input[type="checkbox"]:disabled::placeholder, input[type="checkbox"].disabled::placeholder,
    input[type="radion"]:disabled::placeholder,
    input[type="radion"].disabled::placeholder, textarea:disabled::placeholder, textarea.disabled::placeholder, select:disabled::placeholder, select.disabled::placeholder {
      color: #E2E2E2; }
  input[type="text"]:not(:disabled):not(.disabled):focus, input[type="text"]:not(:disabled):not(.disabled).focus, input[type="email"]:not(:disabled):not(.disabled):focus, input[type="email"]:not(:disabled):not(.disabled).focus, input[type="password"]:not(:disabled):not(.disabled):focus, input[type="password"]:not(:disabled):not(.disabled).focus,
  input[type="tel"]:not(:disabled):not(.disabled):focus,
  input[type="tel"]:not(:disabled):not(.disabled).focus, input[type="number"]:not(:disabled):not(.disabled):focus, input[type="number"]:not(:disabled):not(.disabled).focus, input[type="search"]:not(:disabled):not(.disabled):focus, input[type="search"]:not(:disabled):not(.disabled).focus, input[type="checkbox"]:not(:disabled):not(.disabled):focus, input[type="checkbox"]:not(:disabled):not(.disabled).focus,
  input[type="radion"]:not(:disabled):not(.disabled):focus,
  input[type="radion"]:not(:disabled):not(.disabled).focus, textarea:not(:disabled):not(.disabled):focus, textarea:not(:disabled):not(.disabled).focus, select:not(:disabled):not(.disabled):focus, select:not(:disabled):not(.disabled).focus {
    color: #6c757d;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(197, 197, 197, 0.25); }
  input[type="text"]:not(:disabled):not(.disabled):hover, input[type="text"]:not(:disabled):not(.disabled).hover, input[type="email"]:not(:disabled):not(.disabled):hover, input[type="email"]:not(:disabled):not(.disabled).hover, input[type="password"]:not(:disabled):not(.disabled):hover, input[type="password"]:not(:disabled):not(.disabled).hover,
  input[type="tel"]:not(:disabled):not(.disabled):hover,
  input[type="tel"]:not(:disabled):not(.disabled).hover, input[type="number"]:not(:disabled):not(.disabled):hover, input[type="number"]:not(:disabled):not(.disabled).hover, input[type="search"]:not(:disabled):not(.disabled):hover, input[type="search"]:not(:disabled):not(.disabled).hover, input[type="checkbox"]:not(:disabled):not(.disabled):hover, input[type="checkbox"]:not(:disabled):not(.disabled).hover,
  input[type="radion"]:not(:disabled):not(.disabled):hover,
  input[type="radion"]:not(:disabled):not(.disabled).hover, textarea:not(:disabled):not(.disabled):hover, textarea:not(:disabled):not(.disabled).hover, select:not(:disabled):not(.disabled):hover, select:not(:disabled):not(.disabled).hover {
    color: #6c757d;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0; }
  input[type="text"].error, input[type="text"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="password"].error, input[type="password"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="checkbox"].error, input[type="checkbox"].is-invalid,
  input[type="radion"].error,
  input[type="radion"].is-invalid, textarea.error, textarea.is-invalid, select.error, select.is-invalid {
    border-color: #e20; }
    input[type="text"].error ~ .error-msg, input[type="text"].is-invalid ~ .error-msg, input[type="email"].error ~ .error-msg, input[type="email"].is-invalid ~ .error-msg, input[type="password"].error ~ .error-msg, input[type="password"].is-invalid ~ .error-msg,
    input[type="tel"].error ~ .error-msg,
    input[type="tel"].is-invalid ~ .error-msg, input[type="number"].error ~ .error-msg, input[type="number"].is-invalid ~ .error-msg, input[type="search"].error ~ .error-msg, input[type="search"].is-invalid ~ .error-msg, input[type="checkbox"].error ~ .error-msg, input[type="checkbox"].is-invalid ~ .error-msg,
    input[type="radion"].error ~ .error-msg,
    input[type="radion"].is-invalid ~ .error-msg, textarea.error ~ .error-msg, textarea.is-invalid ~ .error-msg, select.error ~ .error-msg, select.is-invalid ~ .error-msg {
      display: block; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder,
  input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, input[type="checkbox"]::placeholder,
  input[type="radion"]::placeholder, textarea::placeholder, select::placeholder {
    color: #E2E2E2;
    opacity: 1; }

[readonly] {
  background-color: #e9ecef !important;
  opacity: 1; }

.select2-container .select2-choice {
  line-height: 36px !important;
  height: 36px !important; }

[readonly] {
  background-color: #e9ecef !important;
  opacity: 1; }

.error-msg {
  color: #e20;
  margin-top: 0.25rem;
  font-size: 0.725rem; }

.col-form-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

textarea {
  margin: 0;
  padding: 9px 10px;
  resize: vertical;
  width: 100%;
  border-radius: 5px; }
  textarea.mid-height {
    height: 50px; }
  textarea.h_100 {
    height: 100px;
    max-height: 100px; }

/* Search List Design */
.live-search-list {
  background: #fff;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #bcbcbc;
  border-radius: 0.25rem;
  margin-top: 5px; }
  .live-search-list li {
    margin: 10px;
    padding: 0; }
  .live-search-list:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transition: box-shadow 500ms; }

/* file Upload */
.fileupload {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .fileupload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    line-height: 35px; }
  .fileupload .lable-file {
    cursor: pointer;
    margin-right: 10px; }

.copy-link {
  margin-top: 0px;
  display: inline-block;
  vertical-align: middle; }

/**  Button   **/
input[type="submit"], button[type="button"], input[type="button"],
.btn-primary, .btn-create, .btn-save, .btn-success, .btn-secondary, .btn-danger, .btn-warning, .btn-info,
.btn-outline-primary, .btn-outline-secondary, .btn-outline-info, .btn-outline-success,
.btn-outline-warning, .btn-outline-danger, .btn-outline-dark, .btn-outline, .btn-default, .btn-dark, .btn-back, .btn, .btncopylink, .namespace-actions .btn-sm {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  /*background-color: $default;*/
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem !important;
  line-height: 1.5;
  -moz-transition: background 0.4s 0.3s, color 0.8s;
  -o-transition: background 0.4s 0.3s, color 0.8s;
  -webkit-transition: background 0.4s 0.3s, color 0.8s;
  transition: background 0.4s 0.3s, color 0.8s;
  outline: none;
  /*min-width: 85px;*/ }
  input[type="submit"]:not(:disabled):not(.disabled), button[type="button"]:not(:disabled):not(.disabled), input[type="button"]:not(:disabled):not(.disabled),
  .btn-primary:not(:disabled):not(.disabled), .btn-create:not(:disabled):not(.disabled), .btn-save:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled),
  .btn-outline-primary:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled),
  .btn-outline-warning:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled), .btn-outline:not(:disabled):not(.disabled), .btn-default:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled), .btn-back:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled), .btncopylink:not(:disabled):not(.disabled), .namespace-actions .btn-sm:not(:disabled):not(.disabled) {
    cursor: pointer;
    box-shadow: none !important;
    outline: none; }
  input[type="submit"].disabled, button[type="button"].disabled, input[type="button"].disabled,
  .btn-primary.disabled, .btn-create.disabled, .btn-save.disabled, .btn-success.disabled, .btn-secondary.disabled, .btn-danger.disabled, .btn-warning.disabled, .btn-info.disabled,
  .btn-outline-primary.disabled, .btn-outline-secondary.disabled, .btn-outline-info.disabled, .btn-outline-success.disabled,
  .btn-outline-warning.disabled, .btn-outline-danger.disabled, .btn-outline-dark.disabled, .btn-outline.disabled, .btn-default.disabled, .btn-dark.disabled, .btn-back.disabled, .btn.disabled, .btncopylink.disabled, .namespace-actions .btn-sm.disabled {
    opacity: 0.5; }
  input[type="submit"].close, button[type="button"].close, input[type="button"].close,
  .btn-primary.close, .btn-create.close, .btn-save.close, .btn-success.close, .btn-secondary.close, .btn-danger.close, .btn-warning.close, .btn-info.close,
  .btn-outline-primary.close, .btn-outline-secondary.close, .btn-outline-info.close, .btn-outline-success.close,
  .btn-outline-warning.close, .btn-outline-danger.close, .btn-outline-dark.close, .btn-outline.close, .btn-default.close, .btn-dark.close, .btn-back.close, .btn.close, .btncopylink.close, .namespace-actions .btn-sm.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.2rem; }
    input[type="submit"].close:hover, input[type="submit"].close:focus, button[type="button"].close:hover, button[type="button"].close:focus, input[type="button"].close:hover, input[type="button"].close:focus,
    .btn-primary.close:hover,
    .btn-primary.close:focus, .btn-create.close:hover, .btn-create.close:focus, .btn-save.close:hover, .btn-save.close:focus, .btn-success.close:hover, .btn-success.close:focus, .btn-secondary.close:hover, .btn-secondary.close:focus, .btn-danger.close:hover, .btn-danger.close:focus, .btn-warning.close:hover, .btn-warning.close:focus, .btn-info.close:hover, .btn-info.close:focus,
    .btn-outline-primary.close:hover,
    .btn-outline-primary.close:focus, .btn-outline-secondary.close:hover, .btn-outline-secondary.close:focus, .btn-outline-info.close:hover, .btn-outline-info.close:focus, .btn-outline-success.close:hover, .btn-outline-success.close:focus,
    .btn-outline-warning.close:hover,
    .btn-outline-warning.close:focus, .btn-outline-danger.close:hover, .btn-outline-danger.close:focus, .btn-outline-dark.close:hover, .btn-outline-dark.close:focus, .btn-outline.close:hover, .btn-outline.close:focus, .btn-default.close:hover, .btn-default.close:focus, .btn-dark.close:hover, .btn-dark.close:focus, .btn-back.close:hover, .btn-back.close:focus, .btn.close:hover, .btn.close:focus, .btncopylink.close:hover, .btncopylink.close:focus, .namespace-actions .btn-sm.close:hover, .namespace-actions .btn-sm.close:focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }
  input[type="submit"] .btn-icons, button[type="button"] .btn-icons, input[type="button"] .btn-icons,
  .btn-primary .btn-icons, .btn-create .btn-icons, .btn-save .btn-icons, .btn-success .btn-icons, .btn-secondary .btn-icons, .btn-danger .btn-icons, .btn-warning .btn-icons, .btn-info .btn-icons,
  .btn-outline-primary .btn-icons, .btn-outline-secondary .btn-icons, .btn-outline-info .btn-icons, .btn-outline-success .btn-icons,
  .btn-outline-warning .btn-icons, .btn-outline-danger .btn-icons, .btn-outline-dark .btn-icons, .btn-outline .btn-icons, .btn-default .btn-icons, .btn-dark .btn-icons, .btn-back .btn-icons, .btn .btn-icons, .btncopylink .btn-icons, .namespace-actions .btn-sm .btn-icons {
    vertical-align: baseline; }

.ui-widget .ui-button {
  display: inline-block !important; }

.ui-button-icon {
  background-image: url("../../images/ui-icons_ffffff_256x240.png") !important; }

.fileuploader-input .fileuploader-input-inner {
  color: #90a0b1 !important;
  background-color: #fff !important;
  border-color: #d5d9e0 !important; }
  .fileuploader-input .fileuploader-input-inner:hover, .fileuploader-input .fileuploader-input-inner:focus {
    background-color: #fff !important;
    border-color: #d5d9e0 !important;
    color: #90a0b1 !important; }
  .fileuploader-input .fileuploader-input-inner i {
    color: #90a0b1 !important; }

.btn-outline-dark {
  border: 1px solid !important; }

.btn-block {
  display: block;
  width: 100%; }

.text-large {
  font-size: 1.2rem;
  font-weight: 400; }

.text-default {
  font-size: 1rem;
  font-weight: 400; }

.text-small {
  font-size: 0.875rem;
  font-weight: 400; }

.text-success {
  color: #28a745; }

.text-unlimited {
  color: #28a745; }

.text-failed {
  color: #e20; }

.text-info {
  color: #17a2b8; }

.text-warning {
  color: #ffc107; }

.text-error {
  color: #e20; }

.bg-default {
  background: #fff; }

.bg-primary {
  background: #2d99c2; }

.bg-secondary {
  background: #28a745; }

.bg-overlay-default {
  background: #6c757d;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.bg-overlay {
  background: #495057;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px; }

.bg-overlay-dark {
  background: #212529;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

/* Line Style */
.line-default {
  border-bottom: 1px solid #bcbcbc; }

.line-primary {
  border-bottom: 1px solid #2d99c2; }

.line-secondary {
  border-bottom: 1px solid #28a745; }

/* Link Style */
.link-default, a {
  color: #000;
  font-weight: 400;
  transition: all 0.4s ease-in-out 0s !important; }
  .link-default:hover, a:hover {
    color: #2d99c2;
    text-decoration: none; }
  .link-default:active, a:active {
    color: #2d99c2;
    text-decoration: none; }

.link-primarys, .pq-theme .btn {
  padding: 0.15rem 0.35rem !important;
  font-size: 0.875rem !important;
  margin: 5px; }

.link-name, .btn-back, .link-primary, .primary-color {
  color: #2d99c2;
  font-weight: 400;
  text-decoration: none;
  outline: none !important; }
  .link-name:hover, .btn-back:hover, .link-primary:hover, .primary-color:hover {
    color: #000;
    text-decoration: none; }
  .link-name:active, .btn-back:active, .link-primary:active, .primary-color:active {
    color: #2d99c2;
    text-decoration: none; }
  .link-name.delete-product, .link-name.delete-action, .link-name.delete-newsletter, .btn-back.delete-product, .btn-back.delete-action, .btn-back.delete-newsletter, .link-primary.delete-product, .link-primary.delete-action, .link-primary.delete-newsletter, .primary-color.delete-product, .primary-color.delete-action, .primary-color.delete-newsletter {
    color: #dc3545; }
    .link-name.delete-product:hover, .link-name.delete-product:active, .link-name.delete-product.active, .link-name.delete-action:hover, .link-name.delete-action:active, .link-name.delete-action.active, .link-name.delete-newsletter:hover, .link-name.delete-newsletter:active, .link-name.delete-newsletter.active, .btn-back.delete-product:hover, .btn-back.delete-product:active, .btn-back.delete-product.active, .btn-back.delete-action:hover, .btn-back.delete-action:active, .btn-back.delete-action.active, .btn-back.delete-newsletter:hover, .btn-back.delete-newsletter:active, .btn-back.delete-newsletter.active, .link-primary.delete-product:hover, .link-primary.delete-product:active, .link-primary.delete-product.active, .link-primary.delete-action:hover, .link-primary.delete-action:active, .link-primary.delete-action.active, .link-primary.delete-newsletter:hover, .link-primary.delete-newsletter:active, .link-primary.delete-newsletter.active, .primary-color.delete-product:hover, .primary-color.delete-product:active, .primary-color.delete-product.active, .primary-color.delete-action:hover, .primary-color.delete-action:active, .primary-color.delete-action.active, .primary-color.delete-newsletter:hover, .primary-color.delete-newsletter:active, .primary-color.delete-newsletter.active {
      color: #66121a !important; }

.link-primarybtn {
  -webkit-appearance: media-volume-sliderthumb;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.4s ease-in-out 0s !important;
  color: #00C2FF;
  font-size: 0.875rem !important; }
  .link-primarybtn:hover {
    color: #000;
    text-decoration: none; }
  .link-primarybtn:active {
    color: #019BDF;
    text-decoration: none; }
  .link-primarybtn.delete-product, .link-primarybtn.delete-action {
    color: #dc3545; }
    .link-primarybtn.delete-product:hover, .link-primarybtn.delete-product:active, .link-primarybtn.delete-product.active, .link-primarybtn.delete-action:hover, .link-primarybtn.delete-action:active, .link-primarybtn.delete-action.active {
      color: #66121a !important; }

.link-primarybtnu {
  -webkit-appearance: media-volume-sliderthumb;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.4s ease-in-out 0s !important;
  color: #00C2FF;
  font-size: 0.875rem !important;
  text-decoration: underline; }
  .link-primarybtnu:hover {
    color: #000; }
  .link-primarybtnu:active {
    color: #019BDF; }

.link-danger {
  color: #FF0000;
  font-weight: 400; }

.copy-link {
  background: none;
  padding: 0 !important;
  border: none !important; }

/*  For Table */
.table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto; }
  .table-wrapper .fa {
    vertical-align: baseline; }

.table-responsive .table {
  min-width: 700px; }

.table-primary, .table-secondary, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.table-primary {
  text-align: center; }

.break-word {
  word-break: break-word; }

/*alerts*/
.alert-default {
  border: solid 1px #bcbcbc;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #fff; }
  .alert-default:hover {
    color: #000;
    background: #fff; }
  .alert-default:active {
    color: #000;
    background: #fff; }

.alert-success {
  border: solid 1px #28a745;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #28a745;
  color: #fff; }
  .alert-success:hover {
    color: #fff;
    background: #28a745; }
  .alert-success:active {
    color: #fff;
    background: #28a745; }

.alert-primary {
  border: solid 1px #2d99c2;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #2d99c2;
  color: #fff; }
  .alert-primary:hover {
    color: #fff;
    background: #2d99c2; }
  .alert-primary:active {
    color: #fff;
    background: #2d99c2; }

.alert-warning {
  border: solid 1px #ffc107;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #ffc107;
  color: #fff; }
  .alert-warning:hover {
    color: #fff;
    background: #ffc107; }
  .alert-warning:active {
    color: #fff;
    background: #ffc107; }

.alert-danger {
  border: solid 1px #e20;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #e20;
  color: #fff; }
  .alert-danger:hover {
    color: #fff;
    background: #e20; }
  .alert-danger:active {
    color: #fff;
    background: #e20; }

.alert-toaster {
  border: solid 1px #bcbcbc;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  background: #B6B6B6;
  color: #fff; }
  .alert-toaster:hover {
    color: #fff;
    /*background: $gray-800;*/ }
  .alert-toaster:active, .alert-toaster:focus {
    color: #fff;
    outline: none;
    /*  background: $gray-800;*/ }

.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  opacity: 1;
  padding: .62rem 1.25rem !important; }

.student-year .table-header li, .student-year .table-content li {
  min-width: 90px; }

.modal-header .modal-title {
  font-size: 1.125rem; }
.modal-header .close {
  background: none;
  border: none;
  float: right;
  font-weight: normal;
  line-height: 1;
  color: #000;
  padding: 0px;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 1rem; }

.alert {
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.alert-dismissible {
  position: relative;
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px !important;
    color: #000;
    opacity: 1;
    font-weight: 400; }
    .alert-dismissible .close span {
      text-shadow: none; }

/*Nav Tabs*/
.nav-tabs {
  border-bottom: 1px solid #bcbcbc; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }

.form-rows {
  margin-bottom: 12px;
  clear: both; }

.form-row {
  margin-bottom: 12px;
  clear: both; }
  .form-row label {
    margin-bottom: .5rem; }

.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem;
    display: block; }

.first-labelnote {
  font-size: 0.75rem;
  color: #B6B6B6; }

.second-label {
  padding-left: 22px; }

.third-label {
  padding-left: 22px; }

.fourth-label {
  padding-left: 40px; }

.fifth-label {
  padding-left: 55px; }

input[type="checkbox"]:disabled + .chk-label, input[type="checkbox"]:disabled + .radio-label, input[type="radio"]:disabled + .chk-label, input[type="radio"]:disabled + .radio-label {
  cursor: not-allowed; }
  input[type="checkbox"]:disabled + .chk-label:before, input[type="checkbox"]:disabled + .radio-label:before, input[type="radio"]:disabled + .chk-label:before, input[type="radio"]:disabled + .radio-label:before {
    background-color: #E2E2E2;
    opacity: 1;
    pointer-events: none; }
    input[type="checkbox"]:disabled + .chk-label:before::placeholder, input[type="checkbox"]:disabled + .radio-label:before::placeholder, input[type="radio"]:disabled + .chk-label:before::placeholder, input[type="radio"]:disabled + .radio-label:before::placeholder {
      color: #E2E2E2; }

/*Custom Radio*/
.custom-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .custom-radio > span {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    /*margin-left: -20px;*/
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    background-color: #2d99c2;
    position: relative; }
    .custom-radio > span:hover {
      background: #1a586f;
      color: #fff; }
    .custom-radio > span figure {
      text-align: center;
      margin: 0 auto; }
  .custom-radio input[type=radio] {
    opacity: 0;
    position: absolute; }
    .custom-radio input[type=radio]:checked + span, .custom-radio input[type=radio].checked + span {
      background-color: #1a586f;
      color: #fff;
      border-color: #1a586f; }
    .custom-radio input[type=radio]:disabled + span, .custom-radio input[type=radio].disabled + span {
      background-color: #e9ecef;
      border-color: #ced4da;
      pointer-events: none; }
    .custom-radio input[type=radio].error + span {
      border: 1px solid #FF0000; }
  .custom-radio i {
    vertical-align: baseline; }

/*Checkbox Radio*/
.check-wrap {
  padding-bottom: 0; }
  .check-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
  .check-wrap .chk-label {
    position: relative;
    display: block;
    cursor: pointer;
    line-height: 30px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s; }
    .check-wrap .chk-label:before {
      border: 1px solid #bcbcbc;
      display: inline-block;
      width: 25px;
      height: 25px;
      background: #fff;
      content: "";
      margin: 2px 10px 0 0;
      float: left;
      cursor: pointer;
      border-radius: 5px; }
  .check-wrap input[type="checkbox"]:checked + .chk-label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #2d99c2;
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 1.125rem; }
  .check-wrap.check-wrap-inline label {
    display: inline-block; }

.check-group .check-wrap, .check-group .custom-radio, .check-group .custom_radio_slider, .check-group .custom_radio_dslider, .custom-radio-group .check-wrap, .custom-radio-group .custom-radio, .custom-radio-group .custom_radio_slider, .custom-radio-group .custom_radio_dslider {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-bottom: 0; }

.radio-wrap input[type="radio"] {
  position: absolute;
  opacity: 0; }
.radio-wrap .radio-label {
  position: relative;
  padding-left: 26px;
  cursor: pointer; }
  .radio-wrap .radio-label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border: 1px solid #bcbcbc;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff; }
.radio-wrap input[type="radio"]:checked + .radio-label:after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: #2d99c2;
  border-radius: 50%; }

.radio-group .radio-wrap {
  margin-right: 10px;
  display: inline-block; }
.radio-group.bg {
  background-color: #E2E2E2;
  padding: 15px;
  border-radius: 10px;
  float: left;
  width: 100%; }

.switch-vertical {
  width: 115px; }
  .switch-vertical .web-status {
    color: #000;
    padding-left: 25px; }
  .switch-vertical label {
    font-size: 0.875rem;
    line-height: 18px;
    display: block;
    width: 128px;
    height: 18px;
    margin: 0px;
    padding-left: 25px;
    text-transform: uppercase; }
  .switch-vertical .toggle-outside {
    background: #28a745;
    position: absolute;
    width: 16px;
    height: 34px;
    left: 0;
    top: 3px; }
  .switch-vertical .toggle-inside {
    height: 16px;
    left: 0px;
    top: 0px;
    width: 16px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 18px; }
  .switch-vertical .trv-bottom {
    top: 18px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical .switch-open {
    background: #28a745; }
  .switch-vertical .switch-close {
    background: #E2E2E2; }

/* Multi select listing */
.multiselect-listing.fc-lg ~ .chosen-container .chosen-single {
  height: calc(2.875rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5; }
.multiselect-listing.fc-lg ~ .chosen-container .chosen-results {
  font-size: 1.25rem;
  line-height: 1.5; }
.multiselect-listing.fc-sm ~ .chosen-container .chosen-single {
  font-size: 0.875rem;
  line-height: 1.5; }
.multiselect-listing.fc-sm .chosen-results li {
  font-size: 0.875rem;
  line-height: 1.5; }
.multiselect-listing.error ~ .chosen-container .chosen-single, .multiselect-listing.error ~ .chosen-container .chosen-choices, .multiselect-listing.is-invalid ~ .chosen-container .chosen-single, .multiselect-listing.is-invalid ~ .chosen-container .chosen-choices {
  border-color: #e20; }
.multiselect-listing.error ~ .chosen-container .chosen-drop, .multiselect-listing.is-invalid ~ .chosen-container .chosen-drop {
  border-color: #e20; }
.multiselect-listing ~ .chosen-container .chosen-single > div {
  background-image: none !important; }

.chosen-container-single .chosen-single {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bcbcbc; }
.chosen-container-single .chosen-results li {
  padding: 0.375rem 0.75rem;
  line-height: 1.5; }

.chosen-container {
  max-width: 350px;
  min-width: 350px; }
  .chosen-container .chosen-drop {
    border: 1px solid #bcbcbc;
    border-top: 0; }
  .chosen-container.chosen-with-drop .chosen-drop {
    margin-top: -1px; }
  .chosen-container .chosen-results li.highlighted {
    background-color: #2d99c2;
    color: #fff; }

.chosen-disabled .chosen-single {
  /*background-color: $input-disabled-bg;*/
  opacity: 1;
  pointer-events: none; }

.chosen-container-multi .chosen-results li {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box; }
  .chosen-container-multi .chosen-results li.search-choice {
    background-color: #2d99c2;
    padding: 15px; }
.chosen-container-multi .chosen-choices li {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box; }
  .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #2d99c2;
    margin: 1px;
    border-radius: 0.25rem; }

/*Multiselect 2 listing style*/
.list-info-box {
  float: left;
  width: 115px; }
  .list-info-box select.form-control[multiple] {
    height: 230px;
    padding: 0; }
    .list-info-box select.form-control[multiple] option {
      padding: 4px 10px 4px 10px; }
    .list-info-box select.form-control[multiple] option:hover {
      background: #EEEEEE; }
    .list-info-box select.form-control[multiple].error {
      border-color: #e20; }
  .list-info-box.arrows {
    width: calc(100% - 350px); }
    .list-info-box.arrows .btn {
      margin-bottom: 5px;
      min-width: auto;
      display: block;
      margin: 5px auto; }

/* Start Date time Design */
.date-pickers {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bcbcbc;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* End Date time Design */
/* Start Dropdown with Search */
.select-search {
  width: 100%; }
  .select-search .btn-light {
    border: solid 1px #bcbcbc;
    background: #fff;
    outline: none; }
  .select-search .dropdown-toggle:after {
    margin-right: 5px; }
  .select-search.show .dropdown-toggle:after {
    transform: rotate(180deg); }

.tablist-bg {
  margin-top: 30px; }
  .tablist-bg .nav-link {
    display: block;
    padding: 8px 16px;
    cursor: pointer;
    background: #B6B6B6;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden; }
    .tablist-bg .nav-link:hover, .tablist-bg .nav-link.active {
      background: #2d99c2;
      position: relative;
      color: #fff; }
    .tablist-bg .nav-link .fa-check {
      vertical-align: middle;
      margin-right: 5px; }
  .tablist-bg .theme-lable {
    font-weight: 400; }

/*input type file*/
.file-wrapper {
  position: relative;
  margin-bottom: 0px;
  display: inline-block; }
  .file-wrapper input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    bottom: 0; }
  .file-wrapper i {
    display: inline-block;
    font-size: 1rem; }
  .file-wrapper .btn {
    display: block;
    background: #2d99c2;
    margin-top: 0;
    padding: 10px 15px;
    border-color: #2d99c2; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }
  .btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr; }

/*  Color Picker */
.cpicker {
  position: relative; }
  .cpicker .inner-color {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .cpicker .inner-color:before {
      background: #000;
      color: #fff;
      padding: 5px; }
  .cpicker .addon-color {
    display: inline-block;
    cursor: pointer;
    height: 24px;
    vertical-align: text-top;
    width: 22px; }

#steps-fivepercent-slider .ui-slider-tip {
  visibility: visible;
  opacity: 1;
  top: -30px; }

/* Start Badge */
.badges {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .badges.disabled, .badges:disabled {
    pointer-events: none; }
  .badges:hover, .badges.hover {
    color: #fff; }

.badges-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.badges-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badges-primary {
  background: #2d99c2;
  color: #fff; }

.badges-secondary {
  background: #B6B6B6;
  color: #fff; }

.badges-success {
  background: #28a745;
  color: #fff; }

.badges-danger {
  background: #e20;
  color: #fff; }

.badges-warning {
  background: #ffc107;
  color: #fff; }

.badges-info {
  background: #17a2b8;
  color: #fff; }

.badges-light {
  background-color: #E2E2E2;
  color: #fff; }

.badges-dark {
  background-color: #000;
  color: #fff; }

/* End Badge */
/*  For seach box  */
.search-wrap {
  position: relative;
  display: block; }
  .search-wrap input[type="text"] {
    padding-left: 40px; }
  .search-wrap .icon-search {
    position: absolute;
    left: 10px;
    bottom: 12px;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    color: #bcbcbc; }
    .search-wrap .icon-search:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f002"; }
    .search-wrap .icon-search:hover {
      color: #B6B6B6; }
  .search-wrap button {
    padding: 0;
    border: none; }

/* Start increament decrement */
.spiner {
  border: 1px solid #bcbcbc;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25rem; }
  .spiner input[type="number"] {
    width: calc(100% - 50px);
    float: left;
    text-align: center;
    appearance: none;
    -moz-appearance: textfield; }
  .spiner input[type="number"].spinNum {
    width: 42px;
    height: 35px;
    border: none;
    border-radius: 0; }
  .spiner .form-control {
    border: none; }
  .spiner input[type=number]::-webkit-inner-spin-button,
  .spiner input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .spiner .decrease, .spiner .increase {
    height: 35px;
    width: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    vertical-align: top;
    margin: 0;
    top: 0;
    cursor: pointer; }
    .spiner .decrease:hover, .spiner .increase:hover {
      transition: all 0.4s ease-in-out 0s;
      background: #E2E2E2; }
    .spiner .decrease.active, .spiner .increase.active {
      transition: all 0.4s ease-in-out 0s;
      background: #E2E2E2; }
  .spiner .decrease {
    border-right: 1px solid #bcbcbc; }
  .spiner .increase {
    border-left: 1px solid #bcbcbc; }

/* End increament decrement */
/* Start coupan */
.coupan .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* End coupan */
/*pagination*/
.pagination {
  text-align: center;
  display: block;
  padding: 10px 0; }
  .pagination ul {
    display: inline-block; }
  .pagination li {
    float: left;
    margin: 0 5px;
    line-height: 16px;
    position: relative; }
    .pagination li a {
      position: relative;
      color: #B6B6B6;
      padding: 0px 6px;
      vertical-align: top;
      display: block;
      border: none;
      line-height: 2;
      outline: none; }
      .pagination li a:hover {
        color: #2d99c2; }
    .pagination li.active {
      position: relative; }
      .pagination li.active:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background: #2d99c2;
        content: "";
        width: 100%; }
      .pagination li.active a {
        color: #fff; }
    .pagination li.pagination-last {
      position: relative; }
  .pagination .next a, .pagination .prev a, .pagination .previous a {
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    position: relative;
    display: block;
    outline: none; }
    .pagination .next a:after, .pagination .prev a:after, .pagination .previous a:after {
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      background: #B6B6B6;
      color: #fff;
      width: 22px;
      height: 22px;
      display: inline-block;
      text-align: center;
      line-height: 21px;
      text-align: center;
      border-radius: 50%;
      left: 0;
      top: 4px;
      text-indent: -1px;
      font-size: 1.2rem; }
    .pagination .next a:hover, .pagination .next a:focus, .pagination .prev a:hover, .pagination .prev a:focus, .pagination .previous a:hover, .pagination .previous a:focus {
      background: transparent;
      text-decoration: none;
      outline: none;
      box-shadow: none; }
    .pagination .next a:hover:after, .pagination .prev a:hover:after, .pagination .previous a:hover:after {
      background: #2d99c2; }
    .pagination .next a:before, .pagination .prev a:before, .pagination .previous a:before {
      display: none; }
  .pagination .next:hover:after, .pagination .prev:hover:after, .pagination .previous:hover:after {
    height: 0; }
  .pagination .next.disabled, .pagination .prev.disabled, .pagination .previous.disabled {
    display: none; }
  .pagination .next a:after {
    content: "\f105";
    text-indent: 2px; }
  .pagination .prev a:after, .pagination .previous a:after {
    content: "\f104"; }
  .pagination .pagination-first, .pagination .pagination-last {
    display: none; }

/* Select dropdown */
.custom-select, select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDI1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwb2x5Z29uIHBvaW50cz0iMjI1LjgxMyw0OC45MDcgMTI4LDE0Ni43MiAzMC4xODcsNDguOTA3IDAsNzkuMDkzIDEyOCwyMDcuMDkzIDI1Niw3OS4wOTMgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px; }

.date-select {
  position: relative;
  background: #fff url("../images/date-picker.png") 97% center no-repeat !important;
  cursor: pointer;
  padding-right: 30px !important;
  background-size: 13px !important; }

.date-select-new {
  position: relative;
  background: #fff url("../images/date-picker-new.png") 100% center no-repeat !important;
  cursor: pointer;
  background-size: 40px !important; }

/*Custom Horizontal Tabs*/
.chtabs .nav-link, .listing-nav-tabs .nav-link {
  background-color: #e2e6e8;
  border-radius: 0;
  cursor: pointer;
  margin-right: 5px;
  color: #000; }
  .chtabs .nav-link.active, .chtabs .nav-link:hover, .listing-nav-tabs .nav-link.active, .listing-nav-tabs .nav-link:hover {
    background-color: #2d99c2;
    color: #fff !important;
    border-color: transparent; }
.chtabs.border_bottom, .listing-nav-tabs.border_bottom {
  border-bottom: 1px solid #bcbcbc; }

.ctabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .ctabs .tab-link {
    background: #e2e6e8;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s; }
    .ctabs .tab-link.current, .ctabs .tab-link:hover {
      background: #2d99c2;
      color: #fff !important; }

.ctab-content {
  display: none;
  padding: 15px;
  background-color: #f4f4f5; }
  .ctab-content.current {
    display: inherit; }

.white_box {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  max-width: fit-content; }

.column-modal {
  /*.language-tab {
    background-color: #f4f4f5 !important;
  }*/ }
  .column-modal .variant_right-sidebar {
    color: #6c7279; }
    .column-modal .variant_right-sidebar h2 {
      font-size: 1rem; }
    .column-modal .variant_right-sidebar h3 {
      font-size: 0.875rem; }
  .column-modal .multiple-file-upload {
    max-width: 100%;
    background-color: #fff;
    border: none;
    padding: 15px 15px 10px 15px;
    border-radius: 10px; }
  .column-modal .title-prod {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1.1rem; }
  .column-modal .product_thumb {
    display: block;
    width: 100%;
    max-height: 400px;
    margin: 40px auto 20px;
    -o-object-fit: contain;
    object-fit: contain; }
  .column-modal .variant-list-wrap {
    padding: 8px 0;
    margin-top: 15px;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc; }
  .column-modal .variant-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 5px 0; }
    .column-modal .variant-list .list-label {
      border-bottom: 1px dotted #bcbcbc;
      cursor: pointer; }
  .column-modal .tab-content {
    padding: 15px;
    background-color: #f4f4f5; }
    .column-modal .tab-content.white_bg {
      background-color: #fff; }
      .column-modal .tab-content.white_bg .language-tab {
        background-color: #E2E2E2 !important; }
  .column-modal .border-wrap {
    background-color: #fff;
    border: none; }
  .column-modal .language-tab {
    background-color: #fff; }
  .column-modal h4 {
    font-size: 1rem; }
  .column-modal .subtitle-prod {
    margin-bottom: 15px;
    font-size: 1.125rem;
    font-weight: bold; }

.label-head {
  font-size: 1.125rem;
  margin-bottom: 0.5rem; }

.box-wrap {
  background-color: #fff;
  padding: 1rem; }

/* Start OverWrite Param table*/
.pq-select-text > .pq-select-item {
  font-size: 85%; }

div.pq-theme * {
  transition: none; }

.ui-widget {
  font-family: "Open Sans", "helveticaneuelight", Arial, sans-serif !important; }

.pq-page-current {
  height: 20px !important;
  width: 35px !important; }

.ui-widget {
  font-family: "Open Sans", "helveticaneuelight", Arial, sans-serif !important !important; }
  .ui-widget div.pq-select-button {
    padding: 5px;
    margin: 5px 0; }
  .ui-widget .pq-toolbar {
    margin-bottom: 5px; }

.pq-no-wrap .pq-grid-cell {
  padding-top: 0;
  padding-bottom: 0; }

.pq-theme {
  /*.pq-cont-inner {
    overflow-y: auto !important;
  }*/ }
  .pq-theme button[type="button"] {
    display: inline-block !important;
    font-size: 0.875rem !important;
    padding: 5px; }
  .pq-theme input[type=text], .pq-theme select, .pq-theme .textarea {
    height: 100%;
    display: inline-block; }
  .pq-theme select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background-image: none; }
  .pq-theme table {
    width: auto !important; }
    .pq-theme table th, .pq-theme table td {
      padding: 0;
      border: none;
      vertical-align: middle; }
  .pq-theme .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222; }
  .pq-theme .ui-icon:hover {
    transition: all 0.5s;
    opacity: 0.5; }
  .pq-theme .param-thumb-wrap {
    display: flex;
    align-items: center; }
  .pq-theme .param-thumb {
    max-width: 25px;
    display: block;
    margin: 0 auto; }
  .pq-theme .pq-grid-col-leaf {
    display: flex;
    align-items: center; }
  .pq-theme .pq-grid-header-table .pq-td-div {
    display: flex;
    align-items: center;
    justify-content: center; }
  .pq-theme .ui-draggable-handle {
    white-space: nowrap; }
  .pq-theme #pq-head-cell-u2-0-0-right .pq-title-span {
    text-align: center;
    margin: 0 auto; }
  .pq-theme .checkmid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px !important;
    text-align: center; }
  .pq-theme .btn-danger, .pq-theme .btn-primary {
    padding: 5px;
    margin: 0 3px; }
  .pq-theme .pq-grid-cell, .pq-theme .pq-grid-number-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    word-break: break-all; }
    .pq-theme .pq-grid-cell.pq-align-left, .pq-theme .pq-grid-number-cell.pq-align-left {
      justify-content: left; }
  .pq-theme .pq-align-right, .pq-theme .pq-align-right *, .pq-theme .pq-grid-row > .pq-grid-number-cell {
    justify-content: flex-end; }
  .pq-theme .BG_TD {
    padding: 0;
    border: none !important; }

#jq_grid_table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* End OverWrite Param table*/
/*Site Logo Design*/
.logos {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px; }

.btn.iconpicker i {
  vertical-align: baseline; }

.dataTables_wrapper .dataTables_length select {
  height: 100% !important;
  width: 65px !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.dataTables_wrapper .dataTables_length select {
  height: 100% !important;
  width: 65px !important; }

tags-input .tags .input {
  height: 24px !important; }
tags-input .tags .tag-item {
  line-height: 24px !important; }

.fileuploader-input {
  min-width: 200px; }

.gray-text {
  color: #AFAFAF; }

.table-footer-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .table-footer-wrap .table-footer-col {
    flex: 0 0 50%;
    max-width: 50%; }

.black_style {
  border-color: #000; }

/*  For table  */
.filter-action .action-left {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px; }
  .filter-action .action-left select {
    width: 250px;
    margin-right: 10px; }
.filter-action .filter-action-icon, .filter-action .setting {
  border: 1px solid #bcbcbc;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  height: 30px;
  vertical-align: top;
  line-height: 28px;
  padding: 0 5px; }
  .filter-action .filter-action-icon img, .filter-action .setting img {
    margin-top: 4px; }
.filter-action .setting {
  background: #fff; }
.filter-action .pager {
  padding-top: 15px; }
  .filter-action .pager select {
    width: 80px;
    margin-right: 10px; }
  .filter-action .pager input[type="text"] {
    width: 50px;
    margin: 0 10px; }
  .filter-action .pager .prev, .filter-action .pager .next {
    border: 1px solid #bcbcbc;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    height: 30px;
    vertical-align: top;
    line-height: 28px;
    padding: 0 5px;
    font-size: 0.875rem; }

table {
  width: 100%; }

th {
  padding: 8px 10px;
  border-color: #bcbcbc; }

td {
  border: 1px solid #bcbcbc;
  padding: 8px 10px; }
  td img {
    border: 1px solid #bcbcbc;
    float: left;
    margin-right: 5px; }
  td .upload-img {
    max-width: 80px; }
  td:last-child {
    text-align: center; }

.scroll-table {
  overflow-x: auto;
  padding: 0 1px 15px 1px; }
  .scroll-table .table {
    width: 1500px; }

.table-wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }

.table, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem; }

.table .active-btn, .table .inactive-btn {
  padding: 2px 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  min-width: 42px; }
.table .active-btn {
  background: #2d99c2; }
.table .inactive-btn {
  background: #2d99c2;
  opacity: 0.6; }
.table .head-border li {
  border: none; }
.table .active {
  background: #2d99c2;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem; }
.table .inactive {
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem; }
.table .spinner {
  display: inline-block; }
.table .product img {
  float: left;
  margin-right: 1rem; }
.table .product .name {
  color: #2d99c2;
  font-weight: bold;
  padding-top: 2px; }
.table .price .chk-label {
  color: #2d99c2;
  margin-top: 2px; }

.table-header, .table-content {
  display: table-row-group;
  width: 100%; }
  .table-header li, .table-content li {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 25%; }
    .table-header li li, .table-content li li {
      border: none; }
  .table-header ul, .table-content ul {
    display: table-row;
    border-bottom: 0.5px solid #bcbcbc; }
    .table-header ul ul, .table-content ul ul {
      display: block; }
      .table-header ul ul li, .table-content ul ul li {
        display: block; }

.table-header li {
  padding: 10px;
  font-weight: bold; }

.table-content {
  background: #fff; }

.table-full .table-content ul:nth-of-type(even) {
  background: #E2E2E2; }
.table-full .table-content .btn-md {
  font-size: 0.875rem; }
.table-full .table-content li {
  padding: 8px; }
.table-full .table-header li {
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  background: #E2E2E2;
  font-size: 0.875rem; }

.table-footer {
  width: 50%;
  float: right;
  display: inline-block;
  text-align: right;
  padding-top: 10px; }
  .table-footer .footer-row {
    border-bottom: 1px solid #bcbcbc;
    overflow: hidden;
    padding: 10px 0;
    display: flex; }
    .table-footer .footer-row:last-child, .table-footer .footer-row:nth-last-child(2) {
      border-width: 1px; }
    .table-footer .footer-row:first-child {
      padding-top: 1rem; }
    .table-footer .footer-row:last-child {
      border-bottom: none; }
    .table-footer .footer-row [class*='col-'] {
      padding: 0; }
  .table-footer .dis-amt {
    color: #e20; }

.select-tag-btn {
  padding: 5px 0 15px 0; }
  .select-tag-btn .select-all {
    margin-right: 10px; }
  .select-tag-btn span {
    line-height: 50px;
    color: #2d99c2; }

.table-record-row {
  padding-bottom: 10px; }
  .table-record-row select {
    width: 200px; }
  .table-record-row .btn, .table-record-row .btn-default, .table-record-row .secondary {
    line-height: 18px;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 1rem; }
  .table-record-row .pager {
    margin: 5px 0; }
    .table-record-row .pager select {
      width: 80px; }
    .table-record-row .pager .next {
      float: none;
      margin-left: 8px; }
  .table-record-row input {
    width: 55px;
    margin-right: 8px;
    text-align: center; }

/*  angular table */
.ui-grid {
  border: 1px solid #bababa;
  border-bottom: none; }

.ui-grid-scrollbar-placeholder {
  background-color: transparent; }

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4; }

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4; }

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4; }

.ui-grid-top-panel-background {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.ui-grid-header {
  border-bottom: 1px solid #bababa;
  height: 39px; }

.ui-grid-top-panel {
  font-weight: bold;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  height: 38px; }

.ui-grid-header-cell {
  padding: 9px 7px;
  background: #d1d2d2;
  border-right: 1px solid;
  border-color: #bababa; }

.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd; }

.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #eaeae9; }

.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #bababa;
  border-bottom-style: solid; }

.ui-grid-cell {
  padding: 7px;
  min-height: 42px;
  background-color: inherit;
  border-right: 1px solid;
  border-bottom: 1px solid #bababa;
  border-color: #bababa; }

.ui-grid-cell:last-child {
  border-right: 0; }

.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #bababa;
  border-top: 1px solid #bababa;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee); }

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
  border-bottom: 1px solid #bababa; }

.ui-grid[dir=rtl] .ui-grid-menu-button {
  border: 1px solid #bababa; }

.table-record-row .pager {
  padding-top: 0;
  line-height: 26px; }

.select-tag-btn .select-all {
  border-color: #bababa;
  vertical-align: middle; }

.filter-criteria {
  background: #eaeae9;
  border-radius: 10px;
  font-size: 14px;
  margin: 2px 0 12px;
  overflow: hidden;
  padding: 15px 10px;
  width: 100%; }
  .filter-criteria .col-sm-3:nth-child(n+5) {
    margin-top: 15px; }

.filter-criteria [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px; }

#headerPrevBtn, #headerNextBtn {
  height: 38px;
  width: 40px;
  line-height: 1.5;
  background: #E2E2E2;
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  padding: 0.375rem 0.75rem; }

.ui-grid-contents-wrapper .ui-grid-row:last-child .ui-grid-cell {
  border-bottom: 1px solid #bababa !important; }

.border-noborder thead {
  background-color: #E0E0E0; }
  .border-noborder thead th {
    border: none;
    padding: 10px;
    font-weight: bold; }
.border-noborder th, .border-noborder td {
  border: none;
  padding: 17px; }
.border-noborder tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/*
  common css
======================*/
body {
  color: #000;
  font-family: "Open Sans", "helveticaneuelight", Arial, sans-serif !important;
  font-size: 0.875rem; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s; }
  a:hover, a:focus {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem; }

h3.title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px; }

/*h1 {
  font-size: $main_title;
}
h2 {
  font-size: $font-medium; 
}
h3 {
  font-size: $font-normal;
}*/
h1, h2, h3, h4 {
  color: #000; }

p {
  margin-bottom: 10px;
  line-height: 18px; }

img {
  line-height: 1;
  max-width: 100%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.clear {
  clear: both;
  width: 100%;
  display: table; }

.wrapper input, .wrapper textarea {
  max-width: 100%;
  /*max-width: 856px;*/ }
  .wrapper input.control, .wrapper textarea.control {
    max-width: 295px; }
.wrapper select {
  max-width: 100%;
  /*max-width: 856px;*/
  /*height: 50px;*/ }

.inblock, .form-row .inblock {
  display: inline-block; }

.form-row .inline {
  display: inline; }

.shadow {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }

.form-row input.input {
  max-width: 300px; }

.red, .star-top {
  color: #e20; }

.skyblue {
  color: #2d99c2; }

.error, .error-msg {
  color: #e20;
  /*  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.50);
      -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.50);
      -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.50);*/
  border-radius: 5px;
  outline: none;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    /*width: -moz-max-content;
    width: -webkit-max-content;  
      width: max-content;*/
  margin-top: 5px;
  font-size: 0.75rem; }

.error label, .error input, .error textarea, .error select {
  border-color: #e20 !important; }
.error input, .error textarea, .error select {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }

.error ::-webkit-input-placeholder {
  color: #e20; }
.error ::-moz-placeholder {
  color: #e20; }
.error :-ms-input-placeholder {
  color: #e20; }
.error :-moz-placeholder {
  color: #e20; }

.icon-close {
  cursor: pointer; }

.measure-wrap {
  position: relative;
  display: block;
  max-width: 850px; }
  .measure-wrap .measure-unit {
    position: absolute;
    right: 7px;
    bottom: 5px;
    color: #000; }

.full-width {
  width: 100% !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-15 {
  margin-right: 15px; }

.mr-10 {
  margin-right: 10px; }

.pd-none {
  padding: 0 !important; }

.mg-none {
  margin: 0 !important; }

.v-center {
  vertical-align: middle; }

.grey-bg {
  border-radius: 10px;
  padding: 10px; }

.border-wrap {
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  padding: 15px; }

.border-wrap-full {
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  padding: 15px;
  width: 100%; }

/*.flatpickr-input {
  background: $white !important;
}*/
.help-txt {
  color: #B6B6B6; }

/*.primary-color {
  color: $primary;
}*/
/*  For common box  */
.box {
  padding: 15px;
  margin-bottom: 15px;
  display: table;
  width: 100%; }
  .box.nobg {
    background-color: #fff;
    border: 1px solid #bcbcbc; }

.box-new {
  padding-top: 15px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #bcbcbc; }

.box-border {
  padding: 15px;
  display: table;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bcbcbc;
  min-height: 450px; }

.auto-box-border {
  padding: 15px;
  display: table;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bcbcbc; }

.t-border {
  border-top: 1px solid #bcbcbc;
  padding-top: 15px; }

.b-border {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 15px; }

/*  For File Upload */
.file-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px; }
  .file-wrapper input[type="text"] {
    float: left;
    width: 80% !important; }
  .file-wrapper input[type="file"] {
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 100%; }
  .file-wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

/*  For Tab */
.nav-tabs {
  border-bottom: none; }

.lang-nav-tabs > li, .tab-list > li {
  float: left; }
  .lang-nav-tabs > li > a, .tab-list > li > a {
    padding: 8px 10px;
    border: 1px solid transparent;
    margin-right: 0px;
    display: inline-block;
    color: #000;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #B6B6B6;
    line-height: 1.3; }
    .lang-nav-tabs > li > a:hover, .tab-list > li > a:hover {
      border-color: #bcbcbc #bcbcbc transparent #bcbcbc;
      background: #B6B6B6; }
  .lang-nav-tabs > li.lang-label, .tab-list > li.lang-label {
    padding: 8px 0 0 5px; }
.lang-nav-tabs a, .tab-list a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .lang-nav-tabs a:hover, .tab-list a:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    background: #B6B6B6;
    color: #fff; }
  .lang-nav-tabs a img, .tab-list a img {
    max-width: 18px;
    max-height: 18px; }
  .lang-nav-tabs a.active, .lang-nav-tabs a.show, .tab-list a.active, .tab-list a.show {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-color: #bcbcbc #bcbcbc transparent #bcbcbc;
    background: #E2E2E2;
    color: #fff; }
.lang-nav-tabs .choose-lang, .tab-list .choose-lang {
  display: inline-block;
  padding: 12px 0 0 10px; }

.category-tab .tab-list > li {
  margin-right: 15px; }

.lang-nav-tabs {
  margin-left: 15px;
  margin-right: 15px; }
  .lang-nav-tabs > li {
    margin-right: 5px; }
    .lang-nav-tabs > li > a {
      border: none;
      outline: none;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .lang-nav-tabs > li > a:hover {
        background: #E2E2E2;
        color: #000; }
      .lang-nav-tabs > li > a.active {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: none;
        outline: none;
        background: #E2E2E2;
        color: #000; }
    .lang-nav-tabs > li:last-child {
      margin-right: 0; }

.main-tab {
  margin-left: 0;
  margin-right: 0; }
  .main-tab > li > a {
    min-width: 200px;
    text-align: center; }

.language-tab {
  padding: 13px 15px 15px 15px;
  border-radius: 10px;
  width: 100%;
  background: #E2E2E2; }
  .language-tab .form-row:last-child, .language-tab .form-group:last-child {
    margin-bottom: 0; }

.listing-tab {
  padding-top: 0 !important;
  /*padding:13px 15px 1px 15px;
  margin-top: 1px;border: 1px solid $border;
  @include border-radius(10px);*/ }
  .listing-tab.no-border {
    border: none; }

.strick {
  color: #e20; }

.tab-content {
  clear: both;
  padding-top: 13px; }

/*  Popup */
/*.popup {
    width:100%; height:100%; display:none; position:fixed;
    top:0px; left:0px; z-index: 9999; background:rgba(0,0,0,0.75);
} 
.popup-inner {
    max-width:700px; width:90%;
    padding:40px; position:absolute; top:50%; left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%); box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px; background:$white;
}*/
/* Popup Close Button */
/*.popup-close {
    width:30px; height:30px; padding-top:4px; display:inline-block;
    position:absolute; top:0px; right:0px;
    transition:ease 0.25s all; -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    @include border-radius(50%); background:rgba(0,0,0,0.8);
    font-size:$font-20; text-align:center; line-height:100%; color:$white;
    &:hover {
      color:$white;
    }
}
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg); background:rgba(0,0,0,1); text-decoration:none;
}*/
.user-wrap h1.title {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 15px;
  font-size: 1.2rem;
  padding-bottom: 2px; }

.default-address-wrap h2 {
  font-size: 1rem; }

.nopadding {
  padding: 0 !important; }

.nopaddingl {
  padding-left: 0 !important; }

.nopaddingr {
  padding-right: 0 !important; }

.name-lable {
  padding-left: 5px;
  padding-right: 10px; }

@keyframes unFold {
  0% {
    transform: scaleY(0.01) scaleX(0); }
  50% {
    transform: scaleY(0.01) scaleX(1); }
  100% {
    transform: scaleY(1) scaleX(1); } }
@keyframes unFold {
  0% {
    transform: scaleY(0.01) scaleX(0); }
  50% {
    transform: scaleY(0.01) scaleX(1); }
  100% {
    transform: scaleY(1) scaleX(1); } }
/*  Message popup */
.msg-container, .error-msg-container {
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75); }

.sucess-msg, .sucess-msg-popup {
  width: 100%;
  max-width: 450px;
  background: #fff;
  padding: 20px 15px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
  .sucess-msg .close, .sucess-msg-popup .close {
    font-size: 1rem;
    color: #000;
    margin-bottom: 5px; }
  .sucess-msg .error-icon, .sucess-msg-popup .error-icon {
    border: 3px solid #bcbcbc;
    color: #000;
    border-radius: 50%;
    float: none;
    font-size: 1.2rem;
    padding: 10px;
    margin-bottom: 25px;
    display: inline-block; }
    .sucess-msg .error-icon:hover, .sucess-msg-popup .error-icon:hover {
      border-color: #2d99c2; }
  .sucess-msg h3, .sucess-msg-popup h3 {
    margin-bottom: 5px; }
  .sucess-msg .btn-grey, .sucess-msg .btn, .sucess-msg .ok-msg, .sucess-msg-popup .btn-grey, .sucess-msg-popup .btn, .sucess-msg-popup .ok-msg {
    min-width: 150px;
    margin-bottom: 15px; }
  .sucess-msg .icon-remove.error-icon, .sucess-msg-popup .icon-remove.error-icon {
    color: #e20;
    border-color: #e20;
    float: none; }
  .sucess-msg .btn-group, .sucess-msg-popup .btn-group {
    margin-top: 15px; }

.sucess-msg-popup {
  text-align: center;
  position: static;
  display: block;
  transform: translate(0);
  -webkit-transform: translate(0); }

.modal-content .sucess-msg {
  position: static;
  box-shadow: none;
  -webkit-box-shadow: none;
  transform: translate(0);
  -webkit-transform: translate(0);
  max-width: 100%; }

.fa-times {
  transition: all 0.4s ease-in-out 0s; }

/*  Pager  */
.pager {
  text-align: left; }
  .pager span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .pager .fas {
    font-size: 1rem; }
    .pager .fas:hover {
      color: #2d99c2; }
  .pager .glyphicon {
    border: 1px solid #bcbcbc;
    padding: 5px 6px;
    cursor: pointer; }
    .pager .glyphicon:hover {
      background: #2d99c2;
      color: #fff;
      border-color: #2d99c2; }
  .pager input[type="text"] {
    max-width: 60px;
    margin-right: 8px; }
  .pager .next {
    float: right;
    margin-right: 0; }
  .pager .prev {
    float: left; }
  .pager .count-num {
    line-height: 30px; }

/*  For pagingnation */
.pagination > .active > a, .pagination > .active > span {
  background: #2d99c2;
  border-color: #2d99c2; }

/*  Loader */
/*.loader {
  border: 14px solid $border; @include border-radius(50%);
  border-top: 14px solid $black;
  width: 100px;  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; margin:0 auto;

  &.loader-medium {
    width: 40px; height: 40px; border-width: 6px; display: inline-block;
  }
  &.loader-small {
    width: 20px; height: 20px; border-width: 3px; vertical-align: middle; display: inline-block;
    margin:1px 5px;
  }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/
.picons {
  padding-left: 5px; }

/* override for bootstrap data table */
.form-inline .dataTables_length label, .form-inline .dataTables_filter label {
  display: inline-block; }

.inner-info {
  color: #E2E2E2;
  font-size: 1rem;
  line-height: 30px; }

.ui-widget .ui-widget-content {
  border: none; }

.ui-menu .ui-menu-item {
  display: block; }
  .ui-menu .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #bcbcbc; }
.ui-menu .ui-menu-item-wrapper {
  display: block;
  padding: 10px 16px; }
  .ui-menu .ui-menu-item-wrapper.ui-state-active, .ui-menu .ui-menu-item-wrapper:hover {
    background-color: #F3F3F3;
    border-top-color: #F3F3F3;
    border-left-color: #F3F3F3;
    border-right-color: #F3F3F3;
    border-bottom-color: #bcbcbc;
    color: #000; }
.ui-menu .search-img {
  float: left;
  margin-right: 10px;
  max-width: 50px; }
.ui-menu .search-result {
  padding: 15px;
  text-align: right;
  clear: both;
  overflow: hidden;
  position: sticky;
  background: #fff;
  bottom: 0; }
.ui-menu .search-prod-desc {
  padding-left: 65px; }
  .ui-menu .search-prod-desc .name {
    padding-bottom: 5px;
    word-break: break-all;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%; }
  .ui-menu .search-prod-desc .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
    .ui-menu .search-prod-desc .price-wrap span {
      margin-right: 10px !important;
      margin-left: 0 !important; }
.ui-menu.search-dropdown {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  max-width: 500px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.fr-popup {
  z-index: 999 !important; }

.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
  background: transparent !important; }

.admin-sidebar.mini-site #navmenu > li > a {
  background-color: #dc3545; }
  .admin-sidebar.mini-site #navmenu > li > a:hover, .admin-sidebar.mini-site #navmenu > li > a:active, .admin-sidebar.mini-site #navmenu > li > a.active {
    background-color: #66121a !important; }
.admin-sidebar.mini-site #navmenu .adm-submenu li a {
  color: #dc3545; }
  .admin-sidebar.mini-site #navmenu .adm-submenu li a:hover, .admin-sidebar.mini-site #navmenu .adm-submenu li a:active, .admin-sidebar.mini-site #navmenu .adm-submenu li a.active {
    color: #66121a !important; }

@-moz-document url-prefix() {
  input[type="file"] {
    padding-top: 0; } }
/*  For alert box */
.swal2-content .alert {
  text-align: left; }
  .swal2-content .alert > .glyphicon {
    text-align: center;
    width: 50px; }

/*  header  */
.remain-dayslogo {
  background: #e20;
  color: #fff;
  padding: 5px 10px;
  width: 108px;
  line-height: 1.05;
  height: 36px;
  vertical-align: middle;
  display: inline-flex;
  border-radius: 10px; }

.nopad-top {
  padding-top: 0 !important; }

.header-title .title {
  /*display: inline-block;*/ }
  .header-title .title .wait {
    font-size: 0.875rem;
    color: #2d99c2; }

.block {
  display: block; }

.circle {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 20px;
  display: inline-block;
  height: 20px;
  width: 20px; }
  .circle.c-tot {
    background: #2d99c2; }
  .circle.c-half {
    position: relative; }
    .circle.c-half:before {
      background: #2d99c2;
      border-radius: 20px 0 0 20px;
      content: "";
      height: 20px;
      left: -1px;
      position: absolute;
      top: -1px;
      width: 10px;
      border-left: 1px solid #bcbcbc; }
  .circle.c-cancel {
    background-color: #e20; }

.nav-search-wrapper {
  position: relative; }

.nav-search-select {
  float: left;
  width: auto;
  position: relative;
  height: 35px;
  line-height: 35px;
  border: 1px solid #bcbcbc;
  border-radius: 5px 0 0 5px; }
  .nav-search-select .nav-search-selected {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 4px; }
    .nav-search-select .nav-search-selected i.glyphicon {
      font-size: 0.75rem; }
  .nav-search-select .nav-search-text {
    white-space: nowrap; }
  .nav-search-select .nav-search-text {
    white-space: nowrap; }
  .nav-search-select .search-selectitem {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    opacity: 0;
    padding: 0 34px 0 12px; }
    .nav-search-select .search-selectitem option {
      text-indent: 3px;
      text-align: left;
      direction: ltr;
      background: #fff;
      padding: 0 5px; }

.nav-search-input {
  position: relative;
  overflow: hidden; }

.nav-search-submit {
  float: right; }

.content-wrapper {
  width: 100%;
  padding-top: 53px;
  overflow: hidden; }

/*.loader-container {
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; 
  background: rgba(0,0,0,0.4); z-index: 999;
  .loader {
    position: absolute; left: 50%; top: 50%;
    margin-left: -50px; margin-top: -50px;
  }
}
.loder-wrapper {
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; 
  background: rgba(0,0,0,0.4); z-index: 999; text-align: center;
  svg, img {
    position: absolute; left: 50%; top: 50%;
    margin-left: -25px; margin-top: -15px;
  }
}*/
.table {
  position: relative; }
  .table .loder-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    text-align: center; }
  .table .error-container {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 500px;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.stable {
  display: table;
  width: 100%; }

.circle img {
  border-radius: 50%;
  position: relative; }

.pointer-events {
  pointer-events: none; }

.block-full {
  width: 100%;
  text-align: center; }

.alert {
  margin-left: 5px;
  margin-right: 5px; }

.disabled, .disable {
  opacity: 0.4;
  pointer-events: none; }

/* For editor */
#fr-h-r-2 .btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  margin-left: 4px; }

.inline-block {
  display: inline-block;
  vertical-align: top; }

fr-view .fr-video.fr-dvi {
  display: block; }

.fr-video {
  text-align: center;
  display: block;
  margin: 5px 0; }
  .fr-video.fr-fvl {
    text-align: left; }
  .fr-video.fr-fvr {
    text-align: right; }

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none; }
img.fr-dib.fr-fir {
  margin-right: 0; }
img.fr-dib.fr-fil {
  margin-left: 0; }
img.fr-fic {
  margin-top: 15px;
  margin-bottom: 15px; }

.fr-element.fr-view {
  word-wrap: break-word; }
.fr-element ol, .fr-element ul {
  padding-left: 25px;
  margin: 10px 0 3px 0; }
  .fr-element ol li, .fr-element ul li {
    margin-bottom: 5px; }
.fr-element ol {
  list-style: decimal; }
.fr-element ul {
  list-style: disc; }

.fr-emoticon {
  background-repeat: no-repeat !important;
  max-width: 75px;
  max-height: 75px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block; }

.fr-toolbar.fr-desktop.fr-inline {
  max-width: 400px;
  white-space: normal; }
  .fr-toolbar.fr-desktop.fr-inline button {
    min-width: auto; }

.fr-text-bordered {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding: 10px 0; }

/* For star Rating */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  padding-left: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr; }
  .jq-ry-container > .jq-ry-group-wrapper {
    position: relative;
    width: 100%;
    z-index: 0; }
  .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap; }
    .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
      display: inline-block; }
  .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
    width: 100%; }
  .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group svg {
      color: #ffd700 !important; }

.jq-ry-container[readonly="readonly"] {
  cursor: default; }

/*  For Auto Search  */
[id*="typeahead-"].dropdown-menu {
  min-width: 360px;
  margin-top: 0; }
  [id*="typeahead-"].dropdown-menu:before, [id*="typeahead-"].dropdown-menu:after {
    display: none; }
  [id*="typeahead-"].dropdown-menu > li {
    padding: 0; }
  [id*="typeahead-"].dropdown-menu a {
    cursor: pointer;
    display: block;
    padding: 6px 8px; }

.btn-hint {
  padding: 5px 10px;
  height: 32px;
  line-height: 22px; }

/* For blank information */
.no-info {
  min-height: 300px; }

.no-info-blank {
  border: 1px solid #bcbcbc;
  margin-bottom: 25px;
  max-width: 1000px;
  width: 100%;
  padding: 15px; }
  .no-info-blank i {
    font-size: 1.75rem;
    display: inline-block;
    vertical-align: top; }

.toast-msg-wrap {
  max-width: 380px;
  width: 100%; }
  .toast-msg-wrap .toast-msg-row {
    background: #fff;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 0.875rem; }
  .toast-msg-wrap .toast-notify-img {
    float: left;
    margin-right: 5px; }
  .toast-msg-wrap .toast-notify-content {
    margin-left: 52px; }
  .toast-msg-wrap .toast-user-cmt {
    padding: 5px 0; }
  .toast-msg-wrap .update-time {
    color: #bcbcbc; }
  .toast-msg-wrap .close-toast {
    float: right; }

.typeahead.dropdown-menu {
  margin-top: 0; }
  .typeahead.dropdown-menu:before, .typeahead.dropdown-menu:after {
    display: none; }
  .typeahead.dropdown-menu > li {
    padding: 0; }
    .typeahead.dropdown-menu > li a {
      padding: 6px 6px 6px 10px;
      display: block; }

/*  Prefrence popup  */
.preference-popup .modal-body button {
  width: 100%;
  font-size: 1.75rem;
  margin-top: 10px;
  line-height: 30px; }
.preference-popup.modal {
  background: rgba(0, 0, 0, 0.6); }
.preference-popup .modal-body {
  padding-top: 10px; }
.preference-popup h2.modal-title {
  color: #2d99c2; }

.follow-topic {
  overflow: hidden;
  margin-right: -12px; }
  .follow-topic li {
    display: inline-block;
    width: 101px;
    height: 101px;
    border: 1px solid #bcbcbc;
    position: relative;
    margin: 10px 11px 5px 0;
    vertical-align: top; }
    .follow-topic li img {
      width: 100%; }
    .follow-topic li .ftopic-name {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 5px 5px 5px 10px;
      font-size: 0.875rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .follow-topic li .check-icon {
      display: none;
      background: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      color: rgba(0, 0, 0, 0.6);
      cursor: pointer;
      padding: 4px;
      border-radius: 50%;
      font-size: 1.75rem;
      line-height: 30px;
      margin: -20px 0 0 -20px;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .follow-topic li input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      z-index: 13;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .follow-topic li input[type="checkbox"]:checked + .check-icon {
        display: block; }

.multiple-file-upload table, .multiple-file-upload .table, .table-block table, .table-block .table {
  width: 100%;
  display: table; }

/*  variant color */
.colorVariant-option .colorName {
  margin: 5px 0; }
.colorVariant-option .colorbg {
  width: 40px;
  height: 40px;
  margin: 10px;
  display: inline-block;
  background: red; }

/* For table */
.tabarrow-active li a i {
  display: none;
  margin-left: 3px;
  vertical-align: top;
  font-size: 0.875rem; }
.tabarrow-active li a:hover {
  background: #fff; }
.tabarrow-active li.active a i {
  display: inline-block;
  cursor: pointer; }

/*
  2) Header Css
================================*/
.header-top {
  display: flex;
  align-items: center;
  background: #fff;
  height: 64px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 15px; }
  .header-top .logo {
    padding-right: 15px; }
    .header-top .logo img {
      max-height: 30px; }
  .header-top .header-col {
    display: flex;
    margin-right: 15px;
    border-left: 1px solid #bcbcbc;
    padding-left: 15px;
    min-height: 36px;
    font-size: 0.875rem; }
    .header-top .header-col:first-child {
      border-left: none;
      padding-left: 0; }
    .header-top .header-col:last-child {
      margin-right: 0px; }
    .header-top .header-col .user-name {
      display: flex;
      align-items: center; }
      .header-top .header-col .user-name img {
        border-radius: 50%;
        max-width: 34px;
        margin-right: 5px; }
  .header-top .eservice-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #919191;
    color: #fff;
    line-height: 32px;
    text-align: center; }
    .header-top .eservice-icon:hover {
      background: #2d99c2;
      color: #fff !important; }
  .header-top .dropdown-toggle {
    cursor: pointer;
    line-height: 34px;
    display: inline-block; }
    .header-top .dropdown-toggle i {
      vertical-align: middle;
      line-height: 34px; }
    .header-top .dropdown-toggle .user-name i {
      font-size: 1rem; }
    .header-top .dropdown-toggle:hover {
      color: #2d99c2; }
  .header-top .dropdown-menu {
    border-radius: 0px;
    white-space: nowrap;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    top: 100% !important;
    padding: 0;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    /*&:before, &:after {
      content: ''; display: inline-block;
      position: absolute;
    }

    &:before {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        top: -9px;
        right: 10px; 
    }
    &:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;        
        top: -7px;
        right: 11px; 
    }*/ }
    .header-top .dropdown-menu.center:before {
      right: 50%;
      margin-right: -12px; }
    .header-top .dropdown-menu.center:after {
      right: 50%;
      margin-right: -11px; }
    .header-top .dropdown-menu i {
      margin-right: 5px;
      vertical-align: middle;
      color: #C4C4C4; }
    .header-top .dropdown-menu li {
      border-bottom: 1px solid #bcbcbc;
      display: table;
      width: 100%;
      text-align: left; }
      .header-top .dropdown-menu li > a {
        padding: 6px 10px;
        display: block;
        color: #000;
        /*font-size: $font-xsmall;*/ }
        .header-top .dropdown-menu li > a:hover {
          color: #2d99c2; }
      .header-top .dropdown-menu li:empty {
        display: none; }
      .header-top .dropdown-menu li:last-child {
        border-bottom: none; }
  .header-top .small_font li a {
    font-size: 0.75rem; }
  .header-top .spaces_consumed {
    font-size: 0.75rem;
    padding: 0px 10px 10px 10px;
    background-color: #f4f4f5; }
  .header-top .time-zone {
    font-size: 0.75rem;
    background-color: #f4f4f5;
    padding: 6px 10px; }
  .header-top .time-head {
    font-weight: bold;
    display: block; }
  .header-top .user-nm {
    display: inline-block;
    white-space: nowrap; }
  .header-top .num {
    position: absolute;
    top: -5px;
    right: -10px;
    /*width: 25px;*/
    background: #e20;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    line-height: 12.5px;
    border-radius: 10px;
    padding: 2px 5px; }
    .header-top .num.large {
      width: auto;
      top: -8px;
      right: -25px;
      padding: 2px 5px;
      margin-left: 5px;
      position: static; }
  .header-top .dropheader {
    background: #2d99c2;
    color: #fff;
    padding: 10px;
    /*margin-left: -10px; margin-right: -10px;*/
    /*border-radius: 10px 10px 0 0;*/ }
    .header-top .dropheader a {
      color: #fff; }
  .header-top .wait {
    padding: 10px 0;
    text-align: center;
    background-color: #000;
    color: #fff; }

.notify-wrap {
  margin-right: 15px; }
  .notify-wrap .dropdown-menu {
    min-width: 425px;
    max-width: 650px;
    top: 0 !important; }
  .notify-wrap ul {
    max-height: 250px;
    overflow: auto;
    padding: 0 10px 10px 10px; }

.service .dropdown-menu {
  min-width: 250px;
  padding: 0; }
  .service .dropdown-menu:after {
    border-bottom-color: #2d99c2; }
  .service .dropdown-menu li:hover, .service .dropdown-menu li.active {
    background: #2d99c2;
    color: #fff; }
  .service .dropdown-menu li:hover a, .service .dropdown-menu li.active a {
    color: #fff; }
  .service .dropdown-menu li:first-child {
    /*border-radius: 10px 10px 0 0;*/ }
  .service .dropdown-menu li:last-child {
    /*border-radius: 0 0 10px 10px;*/ }

.notify-wrap .dropdown-menu:after, .service .dropdown-menu:after {
  border-bottom-color: #2d99c2; }

.notify-icon {
  position: relative; }
  .notify-icon i {
    font-size: 1.2rem; }

.notify-wraps .dropdown-menu {
  border: none;
  animation-name: none;
  top: 0 !important; }

#search_menu_div .modal-header {
  border: none;
  padding-bottom: 0; }
#search_menu_div .title {
  font-size: 1.5rem;
  margin-bottom: 15px; }
#search_menu_div .modal-body {
  padding: 0 30px 30px 30px;
  max-width: 600px; }
#search_menu_div .modal-content {
  border-radius: 0; }

#ui-id-1 {
  border-top: 2px solid #000 !important;
  width: 100% !important;
  max-width: calc(500px - 2px);
  padding: 2px 30px 0 30px; }

/*.search_wraps {
    display: inline-block;
    background-color: $primary;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    .search-items {
        color: $white;
        width: 90px;
        height: 90px;
        display: inline-block;
        border-radius: 90px;
        font-size: $nested_sub_title;
        &:hover, &:active, &.active {
            background-color: darken($primary, 30%) !important;
        }
        i {
            margin-top: 15px;
            vertical-align: baseline;
            font-weight: 400;
        }
    }
    .quick-menu {
        font-size: $font-xsmall;
    }
}
*/
.search_wraps .search-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.search_wraps .search-icons {
  vertical-align: baseline;
  background-color: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  margin-right: 5px; }
.search_wraps .quick-menu {
  font-family: "helveticaneuebold";
  text-decoration: underline; }

#admin-logout-form button {
  border: none;
  padding: 6px 10px;
  width: 100%;
  height: auto;
  text-align: left;
  background: none;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 0.75rem !important;
  background: none !important; }
  #admin-logout-form button:hover, #admin-logout-form button:focus {
    outline: none; }

.revision-block {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #e20;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  line-height: 18px;
  border-radius: 50%; }

.delv-payment .dropdown-toggle {
  font-size: 1.2rem;
  line-height: 36px;
  display: inline-flex;
  align-items: center; }
.delv-payment .dropdown-menu {
  min-width: 400px;
  left: 50%;
  margin-left: -200px;
  padding: 0px; }
.delv-payment .header-delv {
  margin-left: 12px; }

.product-list {
  padding: 10px; }
  .product-list .product-img {
    width: 50px;
    float: left;
    margin-right: 10px; }
    .product-list .product-img img {
      width: 50px;
      height: 50px; }
  .product-list a {
    padding: 0 !important; }
  .product-list .prodocut-detail {
    /*padding-left: 60px;*/
    font-size: 0.875rem; }
    .product-list .prodocut-detail h3 {
      font-size: 1rem;
      color: #000; }
      .product-list .prodocut-detail h3:hover {
        color: #2d99c2; }
      .product-list .prodocut-detail h3 a {
        color: #000; }
        .product-list .prodocut-detail h3 a:hover {
          color: #2d99c2; }
    .product-list .prodocut-detail .price {
      float: right; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x- ng-cloak {
  display: none !important; }

/* Back to top  */
.top-page {
  width: 64px;
  text-align: center;
  font-size: 0.75rem;
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 105px;
  display: none; }
  .top-page .icon-gototop {
    font-size: 50px; }
  .top-page span {
    padding-top: 4px;
    display: block; }
  .top-page:hover, .top-page:hover span, .top-page:focus, .top-page:active {
    color: #2d99c2; }

/* Error Page */
.error-page {
  text-align: center;
  position: relative;
  top: 62px; }
  .error-page .error-top {
    background: #fff;
    padding: 30px 0 25px 0; }
  .error-page h2, .error-page h1 {
    margin-top: 15px; }
  .error-page .error-bottom {
    padding: 20px; }
  .error-page p {
    font-size: 1rem; }
  .error-page .btn-skyblue {
    border-radius: 8px;
    min-width: 145px;
    margin: 15px 0; }
  .error-page .img-error {
    margin: 25px 0;
    display: block; }

.warning-page {
  background: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  position: fixed; }

.error-found {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.modal-header .secret .onoffswitch, .modal .secret .onoffswitch {
  margin: 3px 0 0 0; }

.modal .modal-header h2, .modal .modal-header h3 {
  margin: 0; }

/*  For Sort and filter  page  */
.vertical-sliders {
  height: 158px; }

#commanLoader {
  position: absolute;
  padding-top: 85px;
  top: 8%;
  left: -25%;
  right: 0;
  bottom: 0;
  height: 44px;
  display: none; }

.contener_general {
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite;
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  z-index: 9999; }

.contener_mixte {
  width: 44px;
  height: 44px;
  position: absolute; }

.ballcolor {
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.ball_1, .ball_2, .ball_3, .ball_4 {
  position: absolute;
  -webkit-animation: animball_one 1s infinite ease;
  -moz-animation: animball_one 1s infinite ease;
  -ms-animation: animball_one 1s infinite ease;
  animation: animball_one 1s infinite ease; }

.ball_1 {
  background-color: #cb2025;
  top: 0;
  left: 0; }

.ball_2 {
  background-color: #f8b334;
  top: 0;
  left: 24px; }

.ball_3 {
  background-color: #00a096;
  top: 24px;
  left: 0; }

.ball_4 {
  background-color: #97bf0d;
  top: 24px;
  left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-moz-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-ms-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }
@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }
@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }
@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); } }
#prdpriceslider.ui-slider {
  border-radius: 0px;
  background: #c7cdd5;
  border: none;
  height: 2px;
  margin: 1em 4em 4em; }

#prdpriceslider.ui-slider .ui-slider-range {
  background: linear-gradient(to right, #434d5a 0%, #00c7d7 50%, #434d5a 100%);
  border: 1px solid rgba(67, 77, 90, 0.5);
  height: 4px;
  top: -1px;
  transition: all 0.2s ease-out; }

#prdpriceslider .ui-slider-handle {
  border-radius: 2px;
  height: 20px;
  width: 12px;
  top: -26px;
  border: none; }

#prdpriceslider .ui-slider-handle:nth-of-type(n+1) {
  transform: rotateZ(-10deg);
  margin-left: -9px; }

#prdpriceslider .ui-slider-handle:nth-of-type(n+2) {
  transform: rotateZ(10deg);
  margin-left: -3px; }

#prdpriceslider .ui-slider-handle:after {
  content: "";
  border: 6px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  border-top-color: #434d5a; }

#prdpriceslider .ui-slider-handle.ui-slider-handle.ui-state-focus:after,
#prdpriceslider .ui-slider-handle.ui-slider-handle.ui-state-hover:after,
#prdpriceslider .ui-slider-handle.ui-slider-handle.ui-state-active:after {
  border-top-color: #00c7d7; }

#prdpriceslider .ui-slider-pip {
  top: 2px; }

#prdpriceslider .ui-slider-pip .ui-slider-label {
  display: none;
  background: rgba(67, 77, 90, 0);
  color: #434d5a;
  border-radius: 4px;
  padding: 0.3em 0;
  width: 2.4em;
  margin-left: -1.2em;
  transition: all 0.2s ease-out; }

#prdpriceslider .ui-slider-pip .ui-slider-line {
  height: 4px; }

#prdpriceslider .ui-slider-pip:nth-of-type(5n+3) .ui-slider-line {
  height: 8px; }

#prdpriceslider .ui-slider-pip:nth-of-type(10n+3) .ui-slider-line {
  height: 12px; }

#prdpriceslider .ui-slider-pip:nth-of-type(10n+3) .ui-slider-label {
  top: 16px;
  display: block; }

#prdpriceslider .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
  margin-left: -1px; }

#prdpriceslider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label,
#prdpriceslider .ui-slider-pip.ui-slider-pip-selected-first .ui-slider-label,
#prdpriceslider .ui-slider-pip.ui-slider-pip-selected-second .ui-slider-label {
  background: rgba(67, 77, 90, 0.7);
  color: #fffaf7; }

#rangePriceId {
  border: 1px solid #bababa;
  height: 30px;
  width: 30px;
  margin-top: 19px;
  display: inline-block;
  vertical-align: top;
  background: #eaeae9;
  line-height: 29px;
  padding-left: 6px;
  margin-left: 8px;
  cursor: pointer; }

.header-right {
  display: flex;
  margin-left: auto; }

/*header Search block*/
/*new auto complete*/
.header-autocomplete {
  max-height: 346px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100% !important;
  position: fixed !important; }
  .header-autocomplete .product-list {
    padding: 10px;
    background: #fff;
    transition: all 0.3s; }
    .header-autocomplete .product-list .product-img {
      width: 50px;
      float: left;
      margin-right: 10px; }
      .header-autocomplete .product-list .product-img img {
        width: 50px;
        height: 50px; }
    .header-autocomplete .product-list .prodocut-detail {
      padding-left: 0px;
      font-size: 0.875rem; }
      .header-autocomplete .product-list .prodocut-detail h3 {
        font-size: 0.875rem; }
        .header-autocomplete .product-list .prodocut-detail h3 a {
          color: #000; }
          .header-autocomplete .product-list .prodocut-detail h3 a:hover {
            color: #2d99c2; }
      .header-autocomplete .product-list .prodocut-detail .price {
        float: right;
        color: #000; }
      .header-autocomplete .product-list .prodocut-detail .prod-mobile {
        color: #2d99c2; }
  .header-autocomplete .ui-menu-item {
    border-bottom: 1px solid #bcbcbc;
    line-height: 24px;
    display: table;
    width: 100%;
    font-family: "Open Sans", "helveticaneuelight", Arial, sans-serif !important; }
  .header-autocomplete .ui-menu-item-wrapper {
    display: block;
    position: relative !important;
    padding: 0px !important; }
  .header-autocomplete .ui-state-active {
    background: none !important;
    border: none !important;
    color: #000 !important;
    margin: 0px !important; }
    .header-autocomplete .ui-state-active a {
      color: #000 !important; }
  .header-autocomplete .prodocut-detail {
    padding-left: 0px; }
  .header-autocomplete .block-img .product-img {
    margin-right: 10px; }
  .header-autocomplete .block-img h3 {
    color: #2d99c2; }
  .header-autocomplete .block-img .prod-mobile {
    color: #000 !important; }
  .header-autocomplete .search-result {
    clear: both;
    overflow: hidden;
    padding: 10px !important;
    text-align: center;
    position: sticky;
    bottom: 0; }

.header-search-block {
  display: flex;
  vertical-align: middle;
  /*padding-right: 15px;*/ }
  .header-search-block form {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%; }
  .header-search-block input[type="text"], .header-search-block select {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    width: inherit; }
  .header-search-block .btn-primary {
    background-color: #2d99c2;
    border-color: #2d99c2;
    background-image: none;
    border-radius: 0.25rem; }
  .header-search-block .search-select {
    padding: 0 5px;
    width: auto;
    position: relative; }
    .header-search-block .search-select .nav-search-selected {
      position: relative;
      overflow: hidden;
      padding: 0 25px 0 15px;
      display: inline-block;
      vertical-align: middle; }
      .header-search-block .search-select .nav-search-selected i {
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 1rem; }
    .header-search-block .search-select .nav-search-text {
      white-space: nowrap; }
    .header-search-block .search-select .search-selectitem {
      position: absolute;
      left: 0;
      top: 0;
      height: 32px;
      opacity: 0;
      padding: 0 15px 0 15px;
      border: none;
      border-radius: 0; }

.dd-language a {
  position: relative; }
.dd-language i {
  position: absolute;
  right: 0;
  top: 12px; }
.dd-language ul {
  display: none; }

.lang-flag {
  margin-bottom: 7px; }
  .lang-flag li {
    border-bottom: none !important; }
  .lang-flag span {
    margin-right: 5px; }
    .lang-flag span img {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }

.on-off-block {
  position: relative;
  /*border-right: solid 1px $border;*/
  padding-right: 0px;
  margin-right: 10px; }
  .on-off-block .status-box span {
    display: block;
    text-align: left; }
  .on-off-block .status-text {
    color: #28a745; }

/*on-off-swtich*/
.switch {
  width: 384px;
  position: relative; }
  .switch input {
    position: absolute;
    top: 0px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    left: 2px;
    height: 100%; }
    .switch input:checked {
      z-index: 1; }
  .switch label {
    color: #28a745;
    transition: all 0.25s ease-in-out; }
  .switch .toggle-outside {
    height: 100%;
    border-radius: 32px;
    padding: 4px;
    overflow: hidden;
    transition: all 0.25s ease-in-out; }
  .switch .toggle-inside {
    border-radius: 80px;
    background: #fff;
    border: solid 1px #bcbcbc;
    position: absolute;
    transition: all 0.25s ease-in-out; }

.switch-vertical {
  width: 115px; }
  .switch-vertical .web-status {
    color: #000;
    padding-left: 25px; }
  .switch-vertical label {
    font-size: 0.875rem;
    line-height: 18px;
    display: block;
    width: 128px;
    height: 18px;
    margin: 0px;
    padding-left: 25px;
    text-transform: uppercase; }
  .switch-vertical .toggle-outside {
    position: absolute;
    width: 16px;
    height: 34px;
    left: 0;
    top: 3px; }
  .switch-vertical .toggle-inside {
    height: 16px;
    left: 0px;
    top: 0px;
    width: 16px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 18px; }
  .switch-vertical .trv-bottom {
    top: 18px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical .switch-open {
    background: #28a745; }
  .switch-vertical .switch-close {
    background: #2d99c2; }

/*autosearch header*/
.bg-login {
  background: #E2E2E2;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute; }

/*Hint button*/
.hint-btn {
  position: absolute;
  font-size: 0.75rem;
  line-height: 24px;
  top: -14px;
  right: -14px;
  padding: 7px;
  background: #fff;
  z-index: 9;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .hint-btn a {
    color: #6c6e6f;
    display: block; }
    .hint-btn a.active {
      color: #2d99c2; }
  .hint-btn i {
    font-size: 1.2rem; }

/* Start breadcrumb */
.breadcrumb {
  background: transparent !important;
  color: #000;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 !important;
  margin-bottom: 0 !important; }
  .breadcrumb .bredcrumb-menu {
    margin-bottom: 0; }
  .breadcrumb li {
    color: #000;
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 15px 0;
    color: #8A8A8A; }
    .breadcrumb li + li:before {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      margin: 0 10px; }
    .breadcrumb li a {
      padding: 0;
      color: #0717e0;
      font-size: 0.75rem; }
      .breadcrumb li a:hover {
        color: #000; }
    .breadcrumb li.active {
      color: #0717e0; }
      .breadcrumb li.active a {
        color: #0717e0; }

/* End breadcrumb */
.pointer-move {
  cursor: move;
  font-size: 1.125rem; }

/*  Safari */
.line_through {
  text-decoration: line-through;
  color: #000; }

.line {
  padding: 0 10px 0 7px;
  position: relative;
  display: none; }
  .line:after {
    position: absolute;
    top: 0;
    height: 13px;
    content: "";
    border-right: 1px solid #000;
    -webkit-transform: translate(50%, -5px);
    transform: translate(50%, -5px);
    top: 50%; }

.modal-fixed-footer .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none; }
.modal-fixed-footer .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto; }
.modal-fixed-footer .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px; }

/* CMS Slider Style */
.select-section {
  color: #bcbcbc; }

.banner_icons {
  background-color: #000;
  color: #fff;
  padding: 3px;
  font-size: 0.75rem !important;
  vertical-align: baseline; }

.banner-title {
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px; }

.slider-settings {
  border-bottom: 1px solid #bcbcbc; }

/*Language Style*/
.lang-sub {
  margin-left: 25px; }

.slider_design {
  /*padding-bottom: 20px;*/ }
  .slider_design .slider-title {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 8px;
    margin-bottom: 15px; }

.box_bg {
  padding: 15px;
  border-radius: 0.25rem;
  border: 1px solid #bcbcbc;
  background-color: #E2E2E2; }

.table .filters th {
  border-bottom: none; }

.in-stock {
  color: #023f88; }

.out-stock {
  color: #ff0000; }

.unlimited {
  color: #28a745; }

.morethanqn {
  color: #17a2b8; }

.select_country {
  border-radius: 0.25rem;
  border: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .select_country .form-elements {
    border: none;
    opacity: 0;
    width: 0 !important; }
  .select_country input[type="text"] {
    border: none; }
    .select_country input[type="text"]:not(:disabled):not(.disabled):focus, .select_country input[type="text"]:not(:disabled):not(.disabled).focus {
      box-shadow: none; }
    .select_country input[type="text"]:not(:disabled):not(.disabled):hover, .select_country input[type="text"]:not(:disabled):not(.disabled).hover {
      box-shadow: none; }
  .select_country .iti {
    border-right: 1px solid #bcbcbc;
    background: rgba(0, 0, 0, 0.05); }
  .select_country .form-elements {
    border: none;
    opacity: 0;
    width: 0 !important; }
  .select_country .iti__selected-flag {
    background: none; }

.thumb-image-crop {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px; }
  .thumb-image-crop .remove_image {
    position: absolute;
    right: -35px;
    top: 0;
    line-height: initial; }
    .thumb-image-crop .remove_image i {
      font-size: 20px; }
  .thumb-image-crop .avatar-view {
    text-align: left; }
  .thumb-image-crop .avatar-view img {
    max-width: 60px;
    vertical-align: baseline; }

#jq_grid_table ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  padding: 2px;
  border: 1px solid #bcbcbc; }
#jq_grid_table ::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 0; }
#jq_grid_table ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #bcbcbc; }

.attribute-setting-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 0.5rem; }
  .attribute-setting-row label {
    margin: 0 1.5rem 0 0; }
  .attribute-setting-row .setting-wraps .check-wrap {
    display: inline-block; }

/*.text_value {
    .radio-label {
        padding: 0;
        font-weight: bold;
        &:before, &:after {
            display: none;
        }
    }
    input[type="radio"] {
        & + .radio-label {
            display: none;
        }
        &:checked {
            & + .radio-label {
                display: block;
            }

        }
    }
}*/
/*.text_label {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-weight: bold !important;
    &:focus, &:hover {
        box-shadow: none !important;
        color: $black !important;
    }
}

.input_per {
    .text_label {
        max-width: 70px;
    }
}*/
.slider-optionwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .slider-optionwrap .slider-img {
    margin-right: 1rem; }
  .slider-optionwrap .slider-setting {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

.text-num {
  min-width: 100px; }

body:before {
    /*content: "";
    position: fixed;*/
    /*z-index: 9999;*/
    /*top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background-image: url(../images/watermark.svg);*/
    /*transform: rotate(-45deg);*/
    /*background-repeat: repeat-x repeat-y;*/

    /*background: url('data:image/svg+xml;utf8,<svg style="transform:rotate(-45deg)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 60"><text x="0" y="25" fill="%23000">admin@enhance.com </text></svg>') 0 0/100% 100vh;*/
}



@media all and (min-width: 1550px) {
  .header-search .categories {
    height: 33px; } }
.text-information {
  background-color: #17a2b8;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 500; }

.text-cancel {
  color: #fff;
  background-color: #FF0000;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 500; }

.text-pending, .text-processing {
  color: #fff;
  background-color: #FF9100;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 500; }

.text-primary {
  color: #2d99c2;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 500; }

.text-complete {
  color: #fff;
  background-color: #00aa59;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 500; }

.text-return {
  background-color: #ff7f50;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 500; }

.white-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

@media all and (max-width: 1300px) {
  table.dataTable .btn-grey {
    margin-bottom: 10px; } }
/* Pagination */
.pagination {
  text-align: center;
  display: block;
  padding: 10px 0;
  float: left;
  width: 100%; }
  .pagination ul {
    display: inline-block; }
  .pagination li {
    float: left;
    margin: 0 3px;
    line-height: 16px;
    position: relative; }
    .pagination li a {
      position: relative;
      padding: 0px 10px;
      vertical-align: top;
      display: block;
      border: none;
      line-height: 2;
      outline: none; }
      .pagination li a:hover {
        color: #2d99c2; }
    .pagination li.active {
      position: relative; }
      .pagination li.active:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background: #2d99c2;
        content: "";
        width: 100%; }
      .pagination li.active a {
        color: #fff; }
      .pagination li.active .page-link {
        background: #2d99c2; }
    .pagination li.pagination-last {
      position: relative; }
  .pagination .next a, .pagination .prev a, .pagination .previous a {
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    position: relative;
    display: block;
    outline: none; }
    .pagination .next a:after, .pagination .prev a:after, .pagination .previous a:after {
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      color: #fff;
      width: 22px;
      height: 22px;
      display: inline-block;
      text-align: center;
      line-height: 21px;
      text-align: center;
      border-radius: 50%;
      left: 0;
      top: 4px;
      text-indent: -1px;
      font-size: 1.2rem; }
    .pagination .next a:hover, .pagination .next a:focus, .pagination .prev a:hover, .pagination .prev a:focus, .pagination .previous a:hover, .pagination .previous a:focus {
      background: transparent;
      text-decoration: none; }
    .pagination .next a:hover:after, .pagination .prev a:hover:after, .pagination .previous a:hover:after {
      background: #2d99c2; }
    .pagination .next a:before, .pagination .prev a:before, .pagination .previous a:before {
      display: none; }
  .pagination .next:hover:after, .pagination .prev:hover:after, .pagination .previous:hover:after {
    height: 0; }
  .pagination .next.disabled, .pagination .prev.disabled, .pagination .previous.disabled {
    display: none; }
  .pagination .next a:after {
    content: "\f105";
    text-indent: 2px; }
  .pagination .prev a:after, .pagination .previous a:after {
    content: "\f104"; }
  .pagination .pagination-first, .pagination .pagination-last {
    display: none; }

.usage-row {
  border-top: 1px solid #bcbcbc;
  padding-top: 10px; }
  .usage-row .form-row {
    align-items: flex-end; }
  .usage-row .progress {
    background-color: #E2E2E2;
    transition: width .6s ease;
    margin-bottom: 1px; }
    .usage-row .progress .progress-bar {
      background: #2d99c2 !important; }
      .usage-row .progress .progress-bar.space-danger {
        background: #17a2b8 !important; }
  .usage-row .progress-lable span {
    float: right; }

.mediausage, .productusage, .bannerusage {
  border-radius: 20px;
  width: 100%;
  height: 30px;
  font-size: 0.875rem;
  line-height: 30px;
  padding-left: 15px;
  color: #fff; }
  .mediausage span, .productusage span, .bannerusage span {
    float: right;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px 19px 19px 0; }

.new-media h2 {
  margin-top: 30px;
  margin-bottom: 15px; }

.mediausage .data-usage {
  background: #2d99c2;
  color: #fff; }

.productusage .data-usage {
  background: #28a745;
  color: #fff; }
.productusage .data-free {
  /*background: $grey-light;*/ }

.bannerusage .data-usage {
  background: #17a2b8;
  color: #fff; }
.bannerusage .data-free {
  /*background: $grey-light;*/ }

/* For file upload */
/* Fixes for IE < 8 */
@media screen\9  {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%; } }
fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  /*margin-bottom: 5px;*/ }

.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("../assets/images/progressbar.gif") !important;
  filter: none; }

.fileupload-process {
  float: right;
  display: none; }

.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/loading.gif") center no-repeat;
  background-size: contain; }

.files audio,
.files video {
  max-width: 300px; }

.succMsg {
  color: #28a745; }

.primcolor {
  color: #552c80; }

.nolpadding {
  padding-left: 0; }

/*Showing Notification*/
.msg-notification {
  line-height: 25px;
  cursor: pointer; }
  .msg-notification:before {
    vertical-align: middle; }

.showmsg-notification {
  position: absolute;
  display: none;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px;
  right: 0;
  top: 60px;
  left: 114px;
  animation-name: none !important; }
  .showmsg-notification .dropheader {
    margin-bottom: 15px;
    /*border-bottom: 1px solid $border;*/ }
  .showmsg-notification li {
    margin-bottom: 15px;
    line-height: 34px !important; }
  .showmsg-notification .notify-content {
    display: inline-block;
    margin-bottom: 5px;
    /*white-space: nowrap;
    overflow: hidden;
    max-width: 77%;
    text-overflow: ellipsis;*/ }
  .showmsg-notification .nofify-action {
    float: right;
    clear: both; }

.notify-img {
  text-align: center; }
  .notify-img img {
    max-width: 55px; }

/*Notification Design Start*/
.notification-wrap .dropdown.dropdown-masked {
  position: static; }
  .notification-wrap .dropdown.dropdown-masked.open > .dropdown-menu {
    border-width: 1px 0 0;
    border-radius: 0;
    margin-left: 20px;
    margin-right: 20px; }
.notification-wrap .dropdown .dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0; }
.notification-wrap .dropdown.open .dropdown-menu {
  transition: max-height 1s;
  max-height: 100vh;
  opacity: 1; }
.notification-wrap .msg-notification {
  vertical-align: middle; }
.notification-wrap .num {
  background: #2d99c2;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -5px -3px 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal; }

/*Notification Design end*/
/*.mwidth {
    max-width: 80px !important;
    width: 80px !important;
}
.morewidth {
    max-width: 80px !important;
    width: 80px !important;
}
*/
/*Spainer Design for border Radius*/
.spiner .input-group .input-group-addon {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background: #fff;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #bcbcbc;
  border-left: none;
  border-bottom: none;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 50px;
  overflow: hidden;
  justify-content: center;
  white-space: nowrap; }
.spiner .input-group input[type="text"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.spiner.round .input-group input[type="text"] {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.date-wrap .icons {
  font-size: 1rem; }

.input-group .input-group-addon {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: none !important;
  padding: 0.375rem 0.75rem;
  border-right: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  vertical-align: baseline;
  display: inline-flex;
  align-items: center;
  /*max-width: 50px;*/
  overflow: hidden;
  justify-content: center;
  white-space: nowrap; }
.input-group input[type="text"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff !important;
  z-index: 10; }

.input-group-wrap .input-group .input-group-addon {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #fff;
  padding: 0.375rem 0.75rem;
  border-right: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  vertical-align: baseline;
  display: inline-flex;
  align-items: center;
  max-width: 50px;
  overflow: hidden;
  justify-content: center;
  white-space: nowrap; }
.input-group-wrap .input-group input[type="text"], .input-group-wrap .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.filter-criteria .date-wrap .input-group input[type="text"] {
  width: calc(100% - 35px); }

/*Banner Group Manage*/
.banner_setting_group {
  padding: 5px;
  border: 2px solid #2d99c2;
  border-radius: 5px;
  background: url(/images/diag-stripe-bg.png) repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .banner_setting_group .right.disaible {
    opacity: 0.1;
    pointer-events: none; }

#desktopSliderpreview.toptop, #mobileSliderpreview.toptop {
  width: 120px;
  left: 15px;
  top: 60px; }
#desktopSliderpreview.topmid, #mobileSliderpreview.topmid {
  left: 15px;
  top: 34.75px;
  width: 120px; }
#desktopSliderpreview.topbottom, #mobileSliderpreview.topbottom {
  width: 120px;
  left: 15px;
  bottom: 50px; }
#desktopSliderpreview.midtop, #mobileSliderpreview.midtop {
  height: 30px;
  top: 60px;
  left: 15px; }
#desktopSliderpreview.midmid, #mobileSliderpreview.midmid {
  height: 30px;
  top: 60px;
  left: 54.1584px;
  right: 15px; }
#desktopSliderpreview.midbottom, #mobileSliderpreview.midbottom {
  height: 30px;
  top: 60px;
  right: 6px; }
#desktopSliderpreview.bottoms, #mobileSliderpreview.bottoms {
  height: 30px;
  top: 60px;
  width: 120px;
  left: 15px; }

.radiobwrapper {
  border: 1px solid #bcbcbc;
  /*margin: -1px;*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  .radiobwrapper .custom-radio > span {
    border: none;
    border-radius: 0;
    max-width: 55px;
    width: 55px;
    min-width: 55px; }
    .radiobwrapper .custom-radio > span i {
      font-size: 1.2rem; }
    .radiobwrapper .custom-radio > span:hover {
      background: #C4C4C4;
      color: #000; }
  .radiobwrapper .custom-radio input[type=radio]:checked + span, .radiobwrapper .custom-radio input[type=radio].checked + span {
    background-color: #C4C4C4;
    color: #000;
    border-color: #C4C4C4; }
  .radiobwrapper .custom-radio input[type=radio]:disabled + span, .radiobwrapper .custom-radio input[type=radio].disabled + span {
    background-color: #e9ecef;
    border-color: #ced4da;
    pointer-events: none; }
  .radiobwrapper .custom-radio input[type=radio].error + span {
    border: 1px solid #FF0000; }
  .radiobwrapper .custom-radio:first-child > span {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #bcbcbc; }
  .radiobwrapper .custom-radio:last-child {
    border-top: 1px solid #bcbcbc; }
    .radiobwrapper .custom-radio:last-child > span {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }

.slide-image-positioner {
  height: 140px;
  width: 140px;
  /*background-color: #eee;*/
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin: auto; }
  .slide-image-positioner img {
    position: absolute; }
  .slide-image-positioner .image-frame {
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1; }

.accordion-content {
  overflow-x: auto; }
  .accordion-content ::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    padding: 2px;
    border: 1px solid #bcbcbc; }
  .accordion-content ::-webkit-scrollbar-thumb {
    background-color: #b5b5b5;
    border-radius: 0; }
  .accordion-content ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #bcbcbc; }

.dlefx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background-color: #fff; }
  .dlefx:not(:last-child) {
    margin-bottom: 8px; }
  .dlefx .fa-bars {
    padding-right: 5px;
    color: #00C2FF;
    cursor: move; }
  .dlefx i {
    vertical-align: baseline; }
  .dlefx.jc {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .dlefx.sa {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
  .dlefx.border {
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    padding: 8px 12px; }
  .dlefx .block_type {
    display: inline-block;
    padding: 2px 5px;
    font-size: 0.75rem;
    color: #fff; }
    .dlefx .block_type.banner {
      background-color: #90B75D; }
    .dlefx .block_type.blog_slider {
      background-color: #DE8754; }
    .dlefx .block_type.product_slider {
      background-color: #00ADC1; }
    .dlefx .block_type.cat {
      background-color: #535353; }
  .dlefx.bgtransparent {
    background-color: transparent; }
  .dlefx .inborder {
    border-right: 1px solid #bcbcbc; }
  .dlefx.list_items {
    z-index: 9; }
  .dlefx .left {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dlefx .block_type_edit {
    white-space: nowrap;
    border-right: 1px solid #bcbcbc;
    padding-right: 15px;
    margin-right: 15px;
    text-align: center; }
  .dlefx .block_types {
    border-right: 1px solid #bcbcbc;
    padding-right: 15px;
    margin-right: 15px; }
    .dlefx .block_types .banner {
      background-color: #90B75D;
      padding: 2px 5px;
      font-size: 0.75rem;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      max-width: 100%; }
    .dlefx .block_types .blog_slider {
      background-color: #DE8754;
      padding: 2px 5px;
      font-size: 0.75rem;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      max-width: 100%; }
    .dlefx .block_types .product_slider {
      background-color: #00ADC1;
      padding: 2px 5px;
      font-size: 0.75rem;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      max-width: 100%; }
    .dlefx .block_types .cat {
      background-color: #535353;
      padding: 2px 5px;
      font-size: 0.75rem;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      max-width: 100%; }
  .dlefx .block-name {
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #bcbcbc;
    padding-right: 15px;
    margin-right: 15px; }
  .dlefx .block-type {
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #bcbcbc;
    padding-right: 15px;
    margin-right: 15px; }
  .dlefx .link-primary.inborder {
    border-right: 1px solid #bcbcbc;
    padding-right: 10px;
    margin-right: 10px; }
  .dlefx .content_type_selection {
    max-width: 20%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%; }
  .dlefx .block-setting {
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 1px solid #bcbcbc;
    padding-left: 15px;
    margin-left: 15px;
    text-align: right; }

.pagelist {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto; }
  .pagelist a {
    display: block;
    border-bottom: 1px solid #f4f4f5;
    padding: 8px 0; }
    .pagelist a:first-child {
      border-top: 1px solid #f4f4f5; }
    .pagelist a:last-child {
      border-bottom: 1px solid #f4f4f5; }
    .pagelist a.active {
      color: #2d99c2; }

.box_gray {
  background-color: #F5F5F5;
  padding: 10px;
  width: 800px;
  overflow-y: auto; }
  .box_gray .block_type {
    text-align: center; }

.scroll-content {
  width: 800px;
  white-space: nowrap;
  overflow-y: auto; }

.caccordion-item {
  /*.accordion-title.active-title {
      background-color: #04b8d8;
      color: #fff;
  }*/ }
  .caccordion-item .accordion-title {
    cursor: pointer;
    padding: 8px 12px;
    transition: all 0.4s;
    border-radius: 4px;
    margin-bottom: 5px;
    /*i.fa-chevron-down {
        transform: rotate(0);
        transition: 0.4s;
    }
    i.fa-chevron-down.chevron-top {
        transform: rotate(-180deg);
    }*/ }
    .caccordion-item .accordion-title h2 {
      margin: 0;
      font-size: 1.125rem;
      font-family: "helveticaneuebold";
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .caccordion-item .accordion-title.header_zone {
      border: 1px solid #00C2FF;
      background-color: #D6F5FF; }
    .caccordion-item .accordion-title.content_zone {
      border: 1px solid #FFA313;
      background-color: #FFEFD6; }
    .caccordion-item .accordion-title.left_zone {
      border: 1px solid #B5C126;
      background-color: #FDFFE5; }
    .caccordion-item .accordion-title.right_zone {
      border: 1px solid #3FD85E;
      background-color: #E2FFE8; }
    .caccordion-item .accordion-title.footer_zone {
      border: 1px solid #F26D6D;
      background-color: #FFECEC; }
  .caccordion-item .accordion_wraps {
    /*display: none;*/
    padding: 15px 0px;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto; }
  .caccordion-item .accordion_wraps.active {
    display: block; }

/* Start Switch On/Off*/
.button-switch {
  font-size: 1rem;
  line-height: 1.5;
  height: calc(2.25rem + 2px);
  margin-bottom: 0.625em;
  position: relative;
  width: 4.5em;
  padding: 0 !important; }
  .button-switch .lbl-off,
  .button-switch .lbl-on {
    cursor: pointer;
    position: absolute;
    -webkit-transition: opacity 0.25s ease-out 0.1s;
    transition: opacity 0.25s ease-out 0.1s;
    padding: 0px 0px; }
  .button-switch .lbl-off {
    right: 20px; }
  .button-switch .lbl-on {
    color: #fff;
    opacity: 0;
    left: 15px; }
  .button-switch .switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0;
    padding: 0px;
    border: none; }
    .button-switch .switch:before, .button-switch .switch:after {
      content: '';
      position: absolute; }
    .button-switch .switch:before {
      border-radius: 1.25em;
      background: #E2E2E2;
      height: 1.875em;
      left: -0.25em;
      top: -0.1875em;
      -webkit-transition: background-color 0.25s ease-out 0.1s;
      transition: background-color 0.25s ease-out 0.1s;
      width: 4.5em; }
    .button-switch .switch:after {
      border-radius: 50%;
      background: #fff;
      height: 1.5em;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
      transition: -webkit-transform 0.25s ease-out 0.1s;
      transition: transform 0.25s ease-out 0.1s;
      transition: transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
      width: 1.5em; }
    .button-switch .switch:checked {
      border: none; }
      .button-switch .switch:checked:after {
        -webkit-transform: translate(2.5em, 0);
        transform: translate(2.5em, 0); }
      .button-switch .switch:checked ~ .lbl-off {
        opacity: 0; }
      .button-switch .switch:checked ~ .lbl-on {
        opacity: 1; }
    .button-switch .switch.switch-orange:checked:before {
      background: #2d99c2; }

/* Start Loader Design*/
.loader-wrapper {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  .loader-wrapper .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

/* End loader */
.lds-rolling {
  position: relative;
  display: block; }

.lds-rolling div, .lds-rolling div:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid #0d2d7f;
  border-top-color: #fff;
  border-radius: 50%; }

.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 50px;
  left: 50px; }

.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.lds-rolling {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto; }

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
/*currecy page*/
input.border-0:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/*  For Responsive device  */
@media all and (max-width: 1260px) {
  .header-search-block .search-block {
    min-width: inherit; } }
@media all and (max-width: 1170px) {
  .header-top .header-sold-bought.buyer {
    width: 95px; }

  .header-search .categories {
    width: 25px; }
  .header-search .icon-head-cat span {
    display: none; } }
@media all and (max-width: 1068px) {
  .header-top .logo {
    padding-right: 5px; }

  .header-search-block .search-block {
    min-width: inherit; } }
@media all and (max-width: 992px) {
  .header-top > div {
    padding: 14px 2px 10px; }
  .header-top .mkt-blog {
    padding-left: 2px;
    width: 148px; }
  .header-top .categories {
    width: 20px;
    padding-right: 0; }

  .header-setting {
    width: 50px; } }
@media all and (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none; }

  .files .name {
    width: 80px;
    word-wrap: break-word; }

  .files audio,
  .files video {
    max-width: 80px; }

  .files img,
  .files canvas {
    max-width: 100%; }

  .header-top {
    padding: 0;
    height: auto; }
    .header-top > div {
      display: inline-block;
      width: auto;
      padding: 5px; }
    .header-top .logo {
      border-right: none;
      display: inline-block; }
      .header-top .logo img {
        max-height: 34px; }

  .icon-remove {
    font-family: "spinshopping_gen" !important; }

  .ms-nav-container {
    bottom: 35px; } }
/*  Spinner */
.number-spinner {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #bcbcbc; }
  .number-spinner input, .number-spinner button {
    border: none;
    background: transparent;
    height: 45px;
    text-align: center; }
    .number-spinner input:focus, .number-spinner button:focus {
      box-shadow: none !important;
      outline: none !important; }
  .number-spinner input {
    min-width: 75px; }
  .number-spinner button {
    width: 100%;
    cursor: pointer;
    width: 50px;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0; }
    .number-spinner button i {
      vertical-align: baseline; }
    .number-spinner button:hover {
      color: #fff;
      background: #B6B6B6; }
  .number-spinner button:disabled {
    cursor: not-allowed; }

/* Animation Mixins */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0); } }
/*  Safari */
@media all and (min-width: 1550px) {
  .header-search .categories {
    height: 33px; } }
@media all and (max-width: 1023px) {
  .header-top .user-nm {
    display: none; } }
