@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    height: 25px !important;
    border: 1px solid #ced4da !important;
    padding-top: 2px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 20px !important;
      color: #3c444b !important;
      font-weight: 400;
      font-size: 13px; }
      .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
        color: #ff808c;
        font-size: 18px; }
  .select2-container .select2-selection__arrow {
    height: 25px !important; }
  .select2-container .select2-results__option {
    min-height: 19px; }
  .select2-container .select2-results__option--highlighted {
    background-color: rgba(57, 66, 95, 0.8) !important; }
    .select2-container .select2-results__option--highlighted i {
      color: white !important; }

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100; }

.select2-container--default .select2-selection--multiple {
  border-color: #ced4da; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 0;
  color: rgba(121, 128, 156, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #fc3b3b;
  color: white;
  position: absolute;
  right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
  overflow: hidden;
  padding: 0 12px 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(121, 128, 156, 0.8) !important;
  border-color: rgba(121, 128, 156, 0.8) !important;
  color: white;
  font-size: 10px;
  margin-top: 3px;
  display: inline-block !important;
  max-width: calc(100% - 25px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: white;
    min-width: 6px;
    margin-left: 2px; }

.select2-selection__rendered {
  font-size: 10px; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: -5px; }

.select2-container .select2-selection--multiple {
  min-height: 25px !important; }

.min-col-4-width {
  min-width: 300px; }

.btn-info {
  color: #fff;
  background-color: #03a9f3;
  border-color: #03a9f3; }

.error-input-bordered {
  border: 1px solid #dc3545; }
  .error-input-bordered:focus {
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26); }

.select2-datepicker {
  margin-right: -18px; }

.error-table-line {
  background-color: rgba(248, 215, 218, 0.31) !important;
  border: none !important; }

.form-control {
  padding: .100rem .55rem !important;
  min-height: 25px !important;
  font-size: 12px; }

select.form-control:not([size]):not([multiple]) {
  height: 25px !important;
  position: relative; }

.input-group.date {
  min-width: 100px; }

.select2-option__list li:first-child {
  font-weight: 600;
  padding-top: 5px;
  border-top: 1px solid rgba(128, 128, 128, 0.2); }

.switch label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: .5em;
  width: 27px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.26);
  transition: all 0.3s;
  margin: 0; }
  .switch label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0em;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    border-radius: 50%;
    transition: all 0.3s;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }

.switch input:disabled {
  cursor: default; }
  .switch input:disabled ~ label {
    cursor: default;
    background-color: #eee !important; }
    .switch input:disabled ~ label:before {
      background-color: #cacaca !important; }
    .switch input:disabled ~ label:checked {
      background-color: #cacaca !important; }

.switch input {
  display: none;
  cursor: pointer; }
  .switch input:checked + label {
    background: rgba(59, 153, 252, 0.5); }
  .switch input:checked + label::before {
    -ms-transform: translateX(1em);
        transform: translateX(1em);
    background-color: #3b99fc; }

.main-buttons, button.save-button, a.save-button, input.save-button[type="submit"], button.add-button, a.add-button, input.add-button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 32px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #00c292;
  border: 1px solid #00c292;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: white;
  min-width: 184px;
  width: auto; }
  .main-buttons:disabled, button.save-button:disabled, a.save-button:disabled, input.save-button:disabled[type="submit"], button.add-button:disabled, a.add-button:disabled, input.add-button:disabled[type="submit"] {
    background-color: #79809C;
    border: #79809C;
    opacity: .7;
    cursor: not-allowed; }
  .main-buttons:not(:disabled):hover, button.save-button:not(:disabled):hover, a.save-button:not(:disabled):hover, input.save-button:not(:disabled):hover[type="submit"], button.add-button:not(:disabled):hover, a.add-button:not(:disabled):hover, input.add-button:not(:disabled):hover[type="submit"] {
    background-color: #00ac80;
    color: white !important;
    border: 1px solid #00ac80; }

button.search-button, a.search-button, input[type="submit"].search-button {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 130px;
  height: 25px;
  border-radius: 12.5px;
  font-size: 12px !important;
  padding: 3px; }
  button.search-button.red-button, a.search-button.red-button, input[type="submit"].search-button.red-button {
    border: 1px solid #DC3545;
    background-color: #ffffff;
    color: #DC3545; }
    button.search-button.red-button:hover, a.search-button.red-button:hover, input[type="submit"].search-button.red-button:hover {
      background-color: #DC3545;
      color: #ffffff; }
  button.search-button.blue-button, a.search-button.blue-button, input[type="submit"].search-button.blue-button {
    border: 1px solid #03A9F3;
    background-color: #ffffff;
    color: #03A9F3; }
    button.search-button.blue-button:hover, a.search-button.blue-button:hover, input[type="submit"].search-button.blue-button:hover {
      background-color: #03A9F3;
      color: #ffffff; }
  button.search-button.blue-all, a.search-button.blue-all, input[type="submit"].search-button.blue-all {
    background-color: #03A9F3;
    color: #ffffff;
    border: 1px solid #03A9F3; }
    button.search-button.blue-all:hover, a.search-button.blue-all:hover, input[type="submit"].search-button.blue-all:hover {
      background-color: #ffffff;
      color: #03A9F3; }

button.save-button, a.save-button, input[type="submit"].save-button {
  border-radius: 25px; }

button.add-button, a.add-button, input[type="submit"].add-button {
  border-radius: 25px; }
  button.add-button:after, a.add-button:after, input[type="submit"].add-button:after {
    content: "\00a0 \00a0 (F7)";
    font-size: 10px; }
  button.add-button.small, a.add-button.small, input[type="submit"].add-button.small {
    height: 28px;
    font-size: 12px;
    font-weight: 400; }

button.w-230, a.w-230, input[type="submit"].w-230 {
  width: 230px; }

html body .custom-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #ffffff;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 400;
  transition: .3s all;
  min-width: 130px;
  cursor: pointer;
  opacity: .8;
  margin: 0; }
  html body .custom-button.button-auto {
    min-width: auto; }
  html body .custom-button.button-red {
    background-color: #DC3545;
    color: #ffffff;
    border: 1px solid transparent; }
  html body .custom-button.button-red-outline {
    border: 1px solid #DC3545 !important;
    color: #DC3545; }
  html body .custom-button.button-orange-outline {
    border: 1px solid orange !important;
    color: orange; }
  html body .custom-button.button-orange {
    background-color: orange;
    color: orange;
    border: 1px solid transparent; }
  html body .custom-button.button-blue {
    background-color: #03A9F3;
    color: #ffffff;
    border: 1px solid white; }
  html body .custom-button.button-blue-outline {
    border: 1px solid #03A9F3;
    color: #03A9F3; }
  html body .custom-button.button-green {
    background-color: #00c292;
    color: #ffffff;
    border: 1px solid white; }
  html body .custom-button.button-green-outline {
    border: 1px solid #00c292;
    color: #00c292; }
  html body .custom-button.button-gray {
    background-color: #79809C;
    color: #ffffff;
    border: 1px solid white; }
  html body .custom-button.button-gray-outline {
    border: 1px solid #79809C !important;
    color: #79809C !important; }
  html body .custom-button i {
    margin-right: 5px;
    -webkit-text-stroke-width: .3px; }
  html body .custom-button:not(:disabled):hover {
    opacity: 1; }
  html body .custom-button:disabled {
    background-color: white;
    cursor: not-allowed;
    color: #79809C;
    border: 1px solid #79809C; }

.datepicker {
  z-index: 99999 !important; }

.table-styled-with-hover {
  width: 100%;
  min-width: 400px;
  border-collapse: separate;
  /* Or do nothing, this is default */
  border-spacing: 0; }
  .table-styled-with-hover.table-text-align td {
    text-align: center; }
  .table-styled-with-hover thead tr {
    height: 35px; }
    .table-styled-with-hover thead tr th {
      vertical-align: middle;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.3px;
      color: #2b3045;
      border-bottom: solid 1px rgba(91, 101, 134, 0.5); }
      .table-styled-with-hover thead tr th a {
        letter-spacing: 0.3px;
        color: #2b3045; }
        .table-styled-with-hover thead tr th a:hover {
          color: #10141e; }
      .table-styled-with-hover thead tr th:last-child {
        text-align: right;
        padding-right: 10px; }
  .table-styled-with-hover tbody td {
    border-bottom: 1px solid rgba(91, 101, 134, 0.2);
    font-size: 12px; }
    .table-styled-with-hover tbody td .ti-pencil {
      font-size: 16px;
      color: #4a4a4a; }
    .table-styled-with-hover tbody td .ti-close {
      font-size: 15px; }
    .table-styled-with-hover tbody td .ti-settings {
      font-size: 16px; }
    .table-styled-with-hover tbody td .ti-list {
      font-size: 16px; }
    .table-styled-with-hover tbody td:last-child {
      text-align: right; }
  .table-styled-with-hover tbody tr {
    background-color: transparent;
    transition: .3s all; }
    .table-styled-with-hover tbody tr td.text-overflow {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 200px; }
    .table-styled-with-hover tbody tr:hover {
      background-color: rgba(222, 226, 230, 0.25); }
  .table-styled-with-hover tfoot ul, .table-styled-with-hover tfoot li {
    margin: 0;
    padding: 0; }
  .table-styled-with-hover tfoot td {
    padding-top: 24px; }
  .table-styled-with-hover td {
    border: none;
    vertical-align: middle;
    padding: 5px;
    max-width: 400px; }
    .table-styled-with-hover td .icon-close {
      font-size: 18px;
      cursor: pointer; }
    .table-styled-with-hover td .icon-add {
      font-size: 22px; }
    .table-styled-with-hover td .edit-icon {
      font-size: 22px; }
    .table-styled-with-hover td a:hover {
      color: #fcbdaa; }
    .table-styled-with-hover td a.btn {
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 184px;
      height: 39px;
      border-radius: 25px;
      background-color: #03a9f3;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1.5px; }
      .table-styled-with-hover td a.btn:hover {
        background-color: #2dbcfc;
        color: white;
        border: 1px solid #2dbcfc; }
  .table-styled-with-hover th {
    border: none;
    padding: 5px;
    white-space: nowrap; }

.table-fixed-sidebar td:first-child, .table-fixed-sidebar th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: white;
  z-index: 3; }

.table-fixed {
  overflow-x: auto;
  overflow-y: visible;
  max-height: calc(100vh - 195px);
  min-height: 100px; }
  .table-fixed th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    z-index: 2; }
  .table-fixed tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 2;
    border-top: solid 0.5px rgba(91, 101, 134, 0.5); }

.table-fixed::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.table-fixed::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  /*border-radius: 10px;*/
  border-radius: 10px; }

.table-fixed::-webkit-scrollbar-track {
  background: #ddd; }

.table-fixed::-webkit-scrollbar-corner {
  background: #ddd; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: 100%; }

.table-discounts {
  max-width: 100%;
  overflow: auto; }
  .table-discounts table {
    border-collapse: collapse; }
  .table-discounts th {
    padding: 6px; }
  .table-discounts thead {
    text-align: center; }
    .table-discounts thead tr th:first-child {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      z-index: 111; }
    .table-discounts thead th {
      padding: 12px; }
      .table-discounts thead th:first-child {
        text-align: left; }
    .table-discounts thead .date {
      color: #343A40;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 2px; }
    .table-discounts thead .day {
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      color: #828282;
      margin-bottom: 2px; }
    .table-discounts thead .month {
      font-weight: 400;
      font-size: 12px;
      color: #828282;
      line-height: 16px; }
  .table-discounts td, .table-discounts th {
    box-shadow: inset 0 0 1px #8f8f8f;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap; }
  .table-discounts td {
    color: #343A40;
    min-width: 60px;
    padding: 6px 10px;
    text-align: right; }
    .table-discounts td:first-child {
      text-align: left;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      padding: 8px 38px 8px 20px; }
    .table-discounts td a {
      color: #343A40;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px; }
    .table-discounts td:not(:first-child).selected {
      background-color: #bce8f1 !important; }

.table-paginator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .table-paginator .pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 33px;
    margin-bottom: 0; }
  .table-paginator .page-item.active .page-link {
    background-color: white;
    border: 1px solid #00c292;
    color: #00c292;
    border-radius: 50%; }
  .table-paginator .page-item .page-link {
    color: #5b6586;
    border: none;
    border-radius: 50%;
    margin-left: 5px; }

.filters-block .drop-down-button {
  background-color: white; }

.filters-block label {
  font-weight: 400; }

.filters-block #filter-list li {
  display: -ms-flexbox;
  display: flex; }

.filters-block .filter-list {
  display: -ms-flexbox;
  display: flex; }

.filters-block .accordion-header {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
  min-height: 45px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 20px;
  border-bottom: 1px solid #f1f1f1; }
  .filters-block .accordion-header .accordion-header__title {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #636b6f;
    text-transform: capitalize;
    margin-right: 28px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .filters-block .accordion-header .accordion-header__title:hover {
      color: #00c292; }
      .filters-block .accordion-header .accordion-header__title:hover i {
        color: #00c292; }
    .filters-block .accordion-header .accordion-header__title i {
      display: inline-block;
      color: #636b6f;
      margin-right: 5px;
      margin-top: -2px;
      font-size: 17px; }
    .filters-block .accordion-header .accordion-header__title i.accordion-header-arrow {
      margin-left: 5px;
      margin-top: 0;
      font-size: 11px; }
    .filters-block .accordion-header .accordion-header__title[aria-expanded="false"] i.accordion-header-arrow {
      -ms-transform-origin: center;
          transform-origin: center;
      transition: 0.3s transform;
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
    .filters-block .accordion-header .accordion-header__title[aria-expanded="true"] i.accordion-header-arrow {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
      -ms-transform-origin: center;
          transform-origin: center;
      transition: 0.3s transform; }
  .filters-block .accordion-header .accordion-header__filter-list {
    margin: 0;
    padding: 1px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .filters-block .accordion-header .accordion-header__filter-list li {
      white-space: nowrap;
      margin-left: 8px;
      margin-bottom: 2px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 5px;
      padding: 0 10px;
      background-color: rgba(121, 128, 156, 0.8);
      font-size: 12px;
      color: white; }
      .filters-block .accordion-header .accordion-header__filter-list li i {
        margin-left: 5px;
        font-size: 6px;
        -webkit-text-stroke-width: 1px;
        stroke-width: 1px; }

.filters-block .collapse .control-label {
  margin-bottom: 0; }

.filters-block__body {
  border-bottom: 1px solid #f1f1f1; }

.filters-block .add-wrapper, .filters-block .remove-all-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 0;
  font-weight: 300;
  border-bottom: 1px solid rgba(42, 178, 123, 0.2);
  letter-spacing: 0.3px;
  margin-right: 30px;
  cursor: pointer;
  white-space: nowrap;
  color: #2ab27b; }
  .filters-block .add-wrapper i, .filters-block .remove-all-wrapper i {
    margin-right: 3px;
    margin-top: 2px; }
  .filters-block .add-wrapper:hover, .filters-block .remove-all-wrapper:hover {
    opacity: 0.7; }

.filters-block .add-wrapper i {
  margin-top: 3px; }

.filters-block .remove-all-wrapper {
  color: #fc3b3b;
  border-bottom: 1px solid rgba(252, 59, 59, 0.3); }

.filters-block .add-new-row {
  font-size: 26px;
  margin-right: 7px;
  color: #01b588; }

.filters-block .remove-all-row {
  font-size: 26px;
  color: #dc3545;
  margin-right: 7px; }

.filters-block .filters-rows {
  max-width: 850px; }
  .filters-block .filters-rows > ul {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1; }

.filters-block .drop-down-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 275px;
  width: 100%;
  height: 25px;
  border-radius: 3px;
  border: solid 1px #ced4da; }

.filters-block .remove-field i {
  font-size: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  color: rgba(252, 59, 59, 0.33) !important; }
  .filters-block .remove-field i:hover {
    color: #fc3b3b !important; }

.filters-block .filters-field-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .filters-block .filters-field-row label {
    margin-left: 4px; }

.filters-block .drop-down-button {
  min-width: 110px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.filters-block .dropdown-menu {
  width: 275px; }

.filters-block .dropdawn-item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 15px; }
  .filters-block .dropdawn-item-wrap .dropdown-item {
    padding: 4px 0;
    font-size: 12px;
    color: #4a4a4a; }
    .filters-block .dropdawn-item-wrap .dropdown-item:hover {
      background-color: rgba(0, 0, 0, 0); }
  .filters-block .dropdawn-item-wrap i {
    visibility: hidden;
    font-size: 16px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px; }
  .filters-block .dropdawn-item-wrap:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    .filters-block .dropdawn-item-wrap:hover .dropdown-item {
      font-weight: 500; }
    .filters-block .dropdawn-item-wrap:hover i {
      visibility: visible; }

.filters-block .filter-pop-up-disable {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34); }
  .filters-block .filter-pop-up-disable .filter-pop-up {
    position: absolute;
    top: calc(50% + 22px);
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 486px;
    height: 164px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 15px 25px 21px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .filters-block .filter-pop-up-disable .filter-pop-up h1 {
      font-size: 20px;
      font-weight: 400;
      color: #222222; }
    .filters-block .filter-pop-up-disable .filter-pop-up input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid rgba(151, 151, 151, 0.33);
      width: 433px; }
      .filters-block .filter-pop-up-disable .filter-pop-up input:-ms-input-placeholder {
        color: #888888; }
      .filters-block .filter-pop-up-disable .filter-pop-up input::-webkit-input-placeholder {
        color: #888888; }
      .filters-block .filter-pop-up-disable .filter-pop-up input::placeholder {
        color: #888888; }
    .filters-block .filter-pop-up-disable .filter-pop-up .filter-buttons-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }

.filters-block .delete-filter-view {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34); }
  .filters-block .delete-filter-view .filter-delete-pop-up {
    position: absolute;
    top: calc(50% + 22px);
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 486px;
    height: 164px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 15px 25px 21px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .filters-block .delete-filter-view .filter-delete-pop-up h1 {
      font-size: 20px;
      font-weight: 400;
      color: #222222; }
    .filters-block .delete-filter-view .filter-delete-pop-up h5 {
      font-size: 14px;
      color: #333333; }
    .filters-block .delete-filter-view .filter-delete-pop-up .filter-delete-buttons-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 1300px) {
  .filters-block .custom-button {
    white-space: nowrap;
    min-width: auto;
    padding: 0 10px; } }

.select2-results__option {
  padding: 0 4px;
  font-size: 13px; }

.select2-search__field {
  padding: 1px 2px; }

#chess-page {
  /* calendar preloader */
  /* filters */
  /* filters end */
  /* navigation button */ }
  #chess-page .calendar-wrapper {
    position: relative; }
  #chess-page .calendar-preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 90; }
    #chess-page .calendar-preloader .calendar-preloader__circule {
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      border: 5px solid #f3f3f3;
      border-radius: 50%;
      border-top: 5px solid #79809c;
      width: 60px;
      height: 60px;
      animation: spin .5s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #chess-page .fc-scroller {
    transition: height 0.35s ease; }
  #chess-page .filter-card .filter-header {
    padding: 0 20px 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 47px;
    background-color: white;
    border-bottom: 1px solid #f1f1f1; }
    #chess-page .filter-card .filter-header .filter-icons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      #chess-page .filter-card .filter-header .filter-icons .icon-refresh {
        color: #636b6f;
        margin-right: 20px;
        cursor: pointer; }
    #chess-page .filter-card .filter-header .icon-refresh {
      margin-left: 10px;
      font-size: 22px; }
    #chess-page .filter-card .filter-header .accordion-header__title {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      #chess-page .filter-card .filter-header .accordion-header__title .settings-collapse:before {
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        transition: .3s all;
        font-size: 12px;
        cursor: pointer; }
    #chess-page .filter-card .filter-header .accordion-header__title[aria-expanded="false"] {
      color: #636b6f; }
      #chess-page .filter-card .filter-header .accordion-header__title[aria-expanded="false"] .settings-collapse:before {
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        transition: .3s all;
        font-size: 12px;
        cursor: pointer; }
    #chess-page .filter-card .filter-header .accordion-header__title[aria-expanded="true"] {
      color: #636b6f; }
      #chess-page .filter-card .filter-header .accordion-header__title[aria-expanded="true"] .settings-collapse:before {
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        transition: .3s all;
        font-size: 12px;
        cursor: pointer; }
  #chess-page .filter-card .filter {
    background-color: white; }
    #chess-page .filter-card .filter .column-width {
      max-width: 300px; }
    #chess-page .filter-card .filter label {
      font-size: 13px;
      font-weight: 500; }
  #chess-page .calendar-nav {
    position: absolute;
    bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 40px;
    right: 40px;
    z-index: 9998; }
  #chess-page .navigation-button .arrows-navigation__content {
    min-width: 100px; }
  #chess-page .day-button-container {
    width: 115px; }
  #chess-page .arrow-navigation-week .arrows-navigation__content {
    min-width: 100px; }
  #chess-page .arrows-navigation {
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    height: 25px;
    z-index: 9998; }
    #chess-page .arrows-navigation .arrows-navigation__back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      background-color: white;
      height: 25px;
      width: 25px; }
      #chess-page .arrows-navigation .arrows-navigation__back:hover {
        color: #fb9678; }
      #chess-page .arrows-navigation .arrows-navigation__back:before {
        content: '«';
        font-size: 18px;
        color: rgba(0, 0, 0, 0.5); }
    #chess-page .arrows-navigation .arrows-navigation__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-color: white;
      height: 25px;
      padding: 0 15px;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      color: #666666; }
    #chess-page .arrows-navigation .arrows-navigation__next {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      background-color: white;
      height: 25px;
      width: 25px; }
      #chess-page .arrows-navigation .arrows-navigation__next:hover {
        color: #fb9678; }
      #chess-page .arrows-navigation .arrows-navigation__next:before {
        content: '»';
        font-size: 18px;
        color: rgba(0, 0, 0, 0.5); }
  #chess-page .fc-scroller-canvas {
    transition: .3s all;
    -ms-transform-origin: left top;
        transform-origin: left top; }
  #chess-page .fc button {
    height: 22px; }
  #chess-page .fc-divider.fc-col-resizer {
    width: 6px;
    background-color: #fafafa;
    border: 1px solid #edf1f5; }
  #chess-page .fc-toolbar.fc-header-toolbar {
    height: 0; }
  #chess-page .fc-resource-area {
    border-left: none !important;
    /** left side table header **/
    /*** left side table row col***/ }
    #chess-page .fc-resource-area .fc-cell-text {
      cursor: pointer; }
    #chess-page .fc-resource-area .fc-widget-content {
      border-width: 0;
      border-top-width: 1px;
      border-bottom-width: 1px;
      border-color: transparent !important;
      background-color: #f5f7fa;
      border-right: 1px solid #79809c; }
    #chess-page .fc-resource-area.fc-widget-content .fc-cell-content {
      padding: 3px 0 3px 0;
      background-color: #f5f7fa; }
      #chess-page .fc-resource-area.fc-widget-content .fc-cell-content .fc-cell-text {
        display: inline-block;
        background-color: white;
        padding: 2px;
        padding-left: 10px;
        width: 100%; }
    #chess-page .fc-resource-area th {
      background-color: rgba(121, 128, 156, 0.11) !important; }
      #chess-page .fc-resource-area th .fc-cell-text {
        font-size: 14px;
        font-weight: 800;
        color: #333333;
        text-transform: capitalize !important; }
    #chess-page .fc-resource-area td:first-child .fc-cell-text {
      font-size: 12px;
      font-weight: 600;
      text-align: left;
      color: #05a9f3; }
    #chess-page .fc-resource-area td:nth-child(2) {
      font-size: 12px;
      font-weight: 600;
      text-align: left;
      color: #333333; }
    #chess-page .fc-resource-area td:nth-child(3) {
      font-size: 12px;
      font-weight: 600;
      text-align: left;
      color: #333333; }
    #chess-page .fc-resource-area td:nth-child(4) {
      font-size: 12px;
      font-weight: 600;
      text-align: left;
      color: #333333; }
  #chess-page .fc-ltr .fc-time-area .fc-slats td.fc-major {
    border-left-width: 1px !important; }
  #chess-page .fc-body .fc-time-area tr .fc-widget-content {
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px; }
  #chess-page #chess .mark, #chess-page #chess mark {
    padding: 0;
    background-color: #fff2ac; }
  #chess-page #chess .fc-head {
    background-color: #eff1f4; }
  #chess-page #chess .fc-widget-header {
    border-right: 1px solid rgba(121, 128, 156, 0.1) !important;
    padding: 0; }
    #chess-page #chess .fc-widget-header .fc-cell-content {
      padding-top: 0;
      padding-bottom: 0; }
  #chess-page #chess .fc-toolbar {
    padding: 0;
    margin-bottom: 0; }
    #chess-page #chess .fc-toolbar .fc-center h2 {
      font-size: 14px; }
  #chess-page #chess table tbody tr:nth-child(1) th {
    background-color: #eff1f4; }
    #chess-page #chess table tbody tr:nth-child(1) th .fc-cell-text {
      font-weight: 600;
      color: #333333; }
  #chess-page #chess .fc-title {
    font-size: 14px;
    letter-spacing: 1px; }
  #chess-page #chess .fc-event-container {
    top: 3px; }
  #chess-page #chess .fc-event {
    border-radius: 12px;
    height: 12px;
    line-height: 10px; }
    #chess-page #chess .fc-event .fc-content {
      padding-top: 1px; }
    #chess-page #chess .fc-event .posible-resize {
      position: absolute !important;
      top: 0;
      left: 0;
      z-index: 2;
      height: 100%;
      border-radius: 12px; }
    #chess-page #chess .fc-event.fc-not-end {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      #chess-page #chess .fc-event.fc-not-end .posible-resize {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    #chess-page #chess .fc-event.fc-not-start {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      #chess-page #chess .fc-event.fc-not-start .posible-resize {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    #chess-page #chess .fc-event .fc-bg {
      opacity: 0.1; }
    #chess-page #chess .fc-event .fc-resizer.fc-start-resizer:after {
      font-size: 7px;
      content: '||';
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 20px;
      height: 20px;
      -ms-transform: scale(1.5);
          transform: scale(1.5);
      transfomrm-origin: center; }
    #chess-page #chess .fc-event .fc-resizer.fc-end-resizer:before {
      content: '||';
      font-size: 7px;
      display: block;
      position: absolute;
      top: 9px;
      right: 0;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      -ms-transform: scale(1.5);
          transform: scale(1.5);
      transfomrm-origin: center; }
  #chess-page .fc-color--yellow {
    background-color: #fffaa9 !important;
    border-color: transparent !important; }
    #chess-page .fc-color--yellow .fc-content .fc-title {
      color: #333333 !important; }
    #chess-page .fc-color--yellow .posible-resize {
      background-color: #F5DF13; }
  #chess-page .fc-color--green {
    background-color: rgba(74, 200, 153, 0.8) !important;
    border-color: transparent !important; }
    #chess-page .fc-color--green .posible-resize {
      background-color: #00C88A; }
  #chess-page .fc-color--blue {
    border-color: transparent !important;
    background-color: #8ed0ff !important; }
    #chess-page .fc-color--blue .posible-resize {
      background-color: #4A90E2; }
  #chess-page .fc-color--violet {
    border-color: transparent !important;
    background-color: #c6abf9 !important; }
    #chess-page .fc-color--violet .posible-resize {
      background-color: #A872F9; }
  #chess-page .fc-color--gray {
    border-color: transparent !important;
    background-color: #9f9dad !important; }
    #chess-page .fc-color--gray .posible-resize {
      background-color: #9096AD; }
  #chess-page .fc-color--red {
    border-color: transparent !important;
    background-color: #fdaaa4 !important; }
    #chess-page .fc-color--red .posible-resize {
      background-color: #fd6363 !important; }

/**
hovering to event(client), and click to room resourse
**/
.active-event {
  background-color: rgba(0, 113, 255, 0.2) !important; }

.highlight {
  background-color: yellow; }

/**
рендер Колонок
**/
.weekend-days-column {
  background-color: #f7f7f7; }

tr .column-days {
  background-color: #ffffff; }
  tr .column-days.column-current {
    background-color: #efefef; }
  tr .column-days:nth-child(odd).column-current {
    border-right: 1px solid red !important; }

/**
header with days ow week and number of manth style
**/
.weekend-day-of-month {
  padding-left: 10px;
  color: #79809c;
  font-weight: 600; }

.weekend-day-of-week {
  color: red;
  text-transform: capitalize;
  font-weight: 600; }

.weekend-header-day-wrapper {
  background-color: rgba(220, 223, 231, 0.6); }

.header-day-wrapper {
  background-color: rgba(220, 223, 231, 0.4); }

.weekend-day-of-month {
  color: #79809c;
  font-weight: 600; }

.day-of-week {
  color: black;
  text-transform: capitalize;
  font-weight: 600; }

/**
Tooltip after hover to event
**/
.tooltiptopicevent {
  font-size: 12px;
  height: auto;
  background: white;
  position: absolute;
  top: 0;
  z-index: 10001;
  width: 300px;
  padding: 17px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  line-height: 150%; }
  .tooltiptopicevent h5 {
    font-weight: 800;
    font-size: 14px;
    color: #333;
    margin-bottom: -15px; }
  .tooltiptopicevent b {
    font-weight: 600; }
  .tooltiptopicevent.revert:before {
    top: 100%;
    border: 15px solid transparent;
    border-top: 10px solid white; }
  .tooltiptopicevent:before {
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 15px);
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid white; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.fc-helper-container .posible-resize {
  width: 100% !important; }

.comments-wrapper textarea {
  max-height: 200px;
  min-height: 80px;
  height: 120px; }
  .comments-wrapper textarea.edit-comment {
    margin: 10px 0; }

.comments-wrapper textarea:-ms-input-placeholder {
  font-size: 14px !important; }

.comments-wrapper textarea::-webkit-input-placeholder {
  font-size: 14px !important; }

.comments-wrapper textarea::placeholder {
  font-size: 14px !important; }

.comments-wrapper .edit-comment-button i {
  margin-right: 5px;
  margin-top: 3px; }

.comment-answers {
  margin-top: 20px; }
  .comment-answers .comment-list {
    list-style: none; }
    .comment-answers .comment-list li {
      margin-bottom: 18px;
      border-bottom: 1px solid rgba(91, 101, 134, 0.1); }
      .comment-answers .comment-list li:last-child {
        border-bottom: none; }
      .comment-answers .comment-list li .comment-answers-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .comment-answers .comment-list li .comment-answers-header .comment-role {
          font-size: 13px;
          font-weight: 400;
          letter-spacing: .8px;
          color: #666666; }
        .comment-answers .comment-list li .comment-answers-header .comment-date {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: .7px;
          color: #bdbdbd; }
      .comment-answers .comment-list li .comment-comment {
        font-size: 16px;
        color: #111111;
        white-space: pre-line;
        margin-bottom: 5px; }
      .comment-answers .comment-list li .comment-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
  .comment-answers .comment-update, .comment-answers .comment-delete {
    background: none;
    border: none;
    outline: none; }
    .comment-answers .comment-update:hover, .comment-answers .comment-delete:hover {
      opacity: 0.5; }
  .comment-answers .comment-nav .icon-close {
    cursor: pointer;
    -webkit-text-stroke: 1px;
    color: #FF4D4D;
    font-size: 15px; }
  .comment-answers .comment-nav .ti-pencil {
    cursor: pointer;
    font-size: 17px; }

#store-comment .add-button {
  width: 147px; }

#store-comment textarea {
  padding: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf; }
  #store-comment textarea:-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    color: #888888; }
  #store-comment textarea::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    color: #888888; }
  #store-comment textarea::placeholder {
    font-weight: 300;
    font-size: 18px;
    color: #888888; }

.client .order__label {
  font-size: 12px;
  color: #111111; }

.client .order__input-block {
  margin-bottom: 20px; }

.client .client-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .client .client-order .radio-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 40px;
    min-width: 40px;
    height: 25px;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .client .client-order .select2-container .select2-selection--single {
    border-left: none !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .client .client-order .select2-container {
    min-width: 79%; }
  .client .client-order i {
    color: #3b99fc;
    font-size: 16px;
    display: block; }

.client .background-gray i {
  color: #c6cbd9 !important; }

.client .background-gray .radio-block {
  background-color: #eee; }

.client__container, .company__container {
  left: 0 !important;
  width: 100% !important; }

.client__dropdown, .company__dropdown {
  border-top: 1px solid #aaa !important;
  margin: 0 10%; }
  .client__dropdown .select2-results__options, .company__dropdown .select2-results__options {
    max-height: 300px !important;
    padding-bottom: 20px; }

.client__table, .company__table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  width: 100%;
  max-width: 100%; }
  .client__table > li, .company__table > li {
    padding: 5px;
    border-bottom: 1px solid #ced4da; }
  .client__table .client__surname, .company__table .client__surname {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  .client__table .client__name, .company__table .client__name {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  .client__table .client__father-name, .company__table .client__father-name {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  .client__table .client__phone, .company__table .client__phone {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  .client__table .client__email, .company__table .client__email {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    min-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .client__table .client__passport, .company__table .client__passport {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
    .client__table .client__passport ul, .company__table .client__passport ul {
      list-style: none; }
      .client__table .client__passport ul li, .company__table .client__passport ul li {
        padding: 2px;
        border-bottom: none; }
  .client__table .client__edit, .company__table .client__edit {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }

.company__table .company__name {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%; }

.company__table .company__phone {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

.company__table .company__email {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

.company__table .company__edrpou {
  -ms-flex: 0 0 15%;
      flex: 0 0 15%; }

.company__table .company__edit {
  -ms-flex: 0 0 5%;
      flex: 0 0 5%;
  text-align: right; }
  .company__table .company__edit .company__edit-link {
    display: block;
    width: 100%;
    height: 100%; }

.modal-content__indecator {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99; }
  .modal-content__indecator .modal-content__circle {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #79809c;
    width: 60px;
    height: 60px;
    animation: spin .5s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body, html {
  width: 100%;
  height: 100%; }

* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.outline-gray {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid rgba(151, 151, 151, 0.2); }

.background-default {
  background-color: #5B6586; }

.background-white {
  background-color: #ffffff; }

.background-green {
  background-color: #00c292; }

.background-blue {
  background-color: #03A9F3; }

.background-red {
  background-color: #DC3545; }

.background-gray {
  background-color: #79809C; }

.color-default {
  color: #5B6586; }

.color-white {
  color: #ffffff; }

.color-green {
  color: #00c292; }

.color-blue {
  color: #03A9F3; }

.color-red {
  color: #DC3545; }

.color-gray {
  color: #79809C; }

#accommodation-packets .icon-close {
  opacity: 0.33;
  color: #fc3b3b;
  stroke-width: 2;
  -webkit-text-stroke: 1px; }
  #accommodation-packets .icon-close:hover {
    opacity: 1; }

#accommodation-packets .icon-add {
  opacity: 0.5;
  color: #01b588; }
  #accommodation-packets .icon-add:hover {
    opacity: 1; }

#accommodation-packets .hotel-width .bootstrap-select {
  width: 100%; }

#accommodation-packets .btn-groupfix .bootstrap-select {
  width: 100%; }

#accommodation-packets .type-width .bootstrap-select {
  width: 100%; }

#accommodation-packets .card {
  padding: 15px; }
  #accommodation-packets .card table .checkbox {
    margin-bottom: -12px; }
  #accommodation-packets .card table th {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #111111;
    padding: 8px 5px 0 5px;
    text-align: left; }
  #accommodation-packets .card table tbody tr:first-child td {
    padding: 20px 5px 8px 5px; }
  #accommodation-packets .card table tbody tr:last-child td {
    padding-bottom: 15px;
    padding-top: 25px;
    border-bottom: 1px solid rgba(91, 101, 134, 0); }
  #accommodation-packets .card table tbody tr td {
    padding: 12px 5px;
    text-align: left; }
  #accommodation-packets .card table tbody tr:last-child {
    height: 35px; }
    #accommodation-packets .card table tbody tr:last-child a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    #accommodation-packets .card table tbody tr:last-child:hover {
      background-color: white; }

#reservation-page {
  position: relative; }
  #reservation-page .reservation-status {
    white-space: nowrap;
    padding-right: 10px; }
  #reservation-page .nav-tabs .nav-item a {
    white-space: nowrap; }
  #reservation-page .discount--disabled {
    position: relative;
    z-index: 2; }
    #reservation-page .discount--disabled:hover {
      background-color: transparent !important; }
    #reservation-page .discount--disabled:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: rgba(128, 128, 128, 0.38);
      width: 100%;
      height: 100%;
      cursor: not-allowed; }
  #reservation-page .reservation__left-side {
    padding-right: 5%; }
    #reservation-page .reservation__left-side #room_id + .select2-container .select2-selection--single .select2-selection__rendered {
      font-size: 15px !important;
      font-weight: 500; }
  #reservation-page .reservation__right-side {
    padding-right: 7%; }
    #reservation-page .reservation__right-side #contact + .select2-container .select2-selection--single .select2-selection__rendered {
      font-size: 15px !important;
      font-weight: 500; }
  #reservation-page .dropdown-toggle {
    min-width: 0; }
  #reservation-page .bootstrap-select {
    min-width: 0; }
  #reservation-page label {
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400; }
    @media (max-width: 1300px) {
      #reservation-page label[for="alternative_room_type_id"], #reservation-page label[for="sale_source_id"] {
        margin: 0;
        white-space: unset;
        margin-top: -12px; } }
    #reservation-page label[for="cancel"] {
      margin-top: 8px; }
  #reservation-page #night {
    text-align: center; }
  #reservation-page .bootstrap-touchspin-injected {
    height: 25px; }
    #reservation-page .bootstrap-touchspin-injected .btn {
      padding: 0 2px;
      background-color: #e9ecef;
      border-color: #ced4da;
      color: #8a8a8a;
      width: 25px; }
  #reservation-page .button-box button {
    width: 127px;
    height: 25px;
    border-radius: 3px;
    border: solid 1px #939cb8;
    background-color: white;
    color: #000000;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    padding: 0; }
    #reservation-page .button-box button:after {
      border-color: #888;
      border-top: .4em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }
  #reservation-page .button-box .dropdown-menu li {
    padding-left: 10px;
    transition: .2s all; }
    #reservation-page .button-box .dropdown-menu li:hover {
      background-color: rgba(128, 128, 128, 0.2); }
  #reservation-page .button-box .dropdown-menu a {
    display: block;
    color: #000000;
    width: 100%;
    height: 100%; }
  #reservation-page .order__title h5 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #111111;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    margin-bottom: 18px; }
  #reservation-page .appartment__input-block {
    margin-bottom: 0; }
    #reservation-page .appartment__input-block .room_wrap .custom-select2__wrapper {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      #reservation-page .appartment__input-block .room_wrap .custom-select2__wrapper .custom-select2__icon {
        margin-right: 5px; }
  #reservation-page .date-time-picker__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 950px) {
      #reservation-page .date-time-picker__group {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #reservation-page .date-time-picker__group .reject-time {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    #reservation-page .date-time-picker__group .time-picker {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      max-width: 50px; }
      @media (max-width: 1300px) {
        #reservation-page .date-time-picker__group .time-picker {
          padding-left: 3px !important;
          padding-right: 3px !important; } }
    #reservation-page .date-time-picker__group .date-picker {
      max-width: 104px;
      margin-right: 5px;
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
      @media (max-width: 1300px) {
        #reservation-page .date-time-picker__group .date-picker {
          padding-left: 3px !important;
          padding-right: 3px !important; } }
  #reservation-page .additional-info-wrapper {
    padding: 15px 35px 0 35px;
    background-color: rgba(249, 250, 250, 0.7); }
    @media (max-width: 1300px) {
      #reservation-page .additional-info-wrapper {
        padding: 20px 20px 0 20px; } }
  #reservation-page #additional-info .additional-item__group {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    margin-bottom: 5px; }
  #reservation-page #additional-info .switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 30px;
    margin-right: 5px; }
  #reservation-page #additional-info .additional-section {
    margin-bottom: 25px; }
    @media (max-width: 1300px) {
      #reservation-page #additional-info .additional-section {
        margin-bottom: 20px; } }
  #reservation-page #additional-info .additional-title {
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1300px) {
      #reservation-page #additional-info .additional-title {
        font-size: 13px;
        margin-bottom: 15px; } }
  #reservation-page #additional-info .additional-title-h1 {
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1300px) {
      #reservation-page #additional-info .additional-title-h1 {
        font-size: 16px; } }
  #reservation-page #additional-info .additional__text-orange {
    color: #fb9678;
    font-weight: 500; }
  #reservation-page #additional-info .additional__text-green {
    color: #00c292;
    font-weight: 500; }
  #reservation-page #additional-info .additional__text-black {
    color: #444444;
    font-weight: 500; }
  #reservation-page .bold {
    font-weight: 600; }
  #reservation-page .free-room {
    background-color: white;
    height: 25px;
    border: 1px solid #ced4da;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30px;
    margin-left: 10px;
    border-radius: 3px; }
  #reservation-page .reservation__guests-label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #111111;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    margin-bottom: 18px; }
  #reservation-page .reservation__guests-list .reservation__guests-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(91, 101, 134, 0.2); }
    #reservation-page .reservation__guests-list .reservation__guests-item:last-child {
      border-bottom: none; }

#additional-info-modal .close-modal {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #DC3545;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  #additional-info-modal .close-modal:hover {
    background-color: rgba(220, 53, 69, 0.65); }
  #additional-info-modal .close-modal:before {
    content: "x";
    display: block;
    color: white; }

#additional-info-modal .modal-body-additional {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  overflow-y: auto; }
  #additional-info-modal .modal-body-additional .info-card {
    margin-bottom: -25px;
    border-radius: 0;
    padding-bottom: 25px; }
    #additional-info-modal .modal-body-additional .info-card h5 {
      margin-bottom: 0; }
    #additional-info-modal .modal-body-additional .info-card table {
      width: 100%;
      margin-top: 5px; }
      #additional-info-modal .modal-body-additional .info-card table td, #additional-info-modal .modal-body-additional .info-card table th {
        padding: 2px 5px;
        border: 1px solid rgba(0, 0, 0, 0.125); }
        #additional-info-modal .modal-body-additional .info-card table td:nth-child(2), #additional-info-modal .modal-body-additional .info-card table td:nth-child(4), #additional-info-modal .modal-body-additional .info-card table th:nth-child(2), #additional-info-modal .modal-body-additional .info-card table th:nth-child(4) {
          text-align: right; }
        #additional-info-modal .modal-body-additional .info-card table td:nth-child(3), #additional-info-modal .modal-body-additional .info-card table th:nth-child(3) {
          text-align: center; }
  #additional-info-modal .modal-body-additional .info-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }

#additional-info-modal h1 {
  font-size: 20px;
  font-weight: 400;
  color: #222222; }

#additional-info-modal h5 {
  font-size: 14px;
  color: #333333; }

.discount-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1400px) {
    .discount-column {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .discount-column .discount-item {
    -ms-flex: 1 1 calc(100% / 5);
        flex: 1 1 calc(100% / 5);
    margin-right: 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1400px) {
      .discount-column .discount-item {
        -ms-flex: 1 1 calc(100% / 3);
            flex: 1 1 calc(100% / 3); } }
    .discount-column .discount-item label {
      font-size: 12px;
      font-weight: 400;
      color: #111111;
      white-space: nowrap; }

.discounts-table {
  margin-top: 30px; }
  .discounts-table h5 {
    letter-spacing: 0.4px;
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400; }
  .discounts-table th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #111111;
    padding: 5px 8px; }
  .discounts-table td {
    padding: 5px 8px; }

.rates-edit .rates-rates__table .sticky-bottom {
  top: 35px; }

.rates-edit .rates-rates__table .sale-with-title {
  width: 40px;
  max-width: 40px;
  overflow: hidden; }
  .rates-edit .rates-rates__table .sale-with-title input {
    min-width: auto !important; }
  .rates-edit .rates-rates__table .sale-with-title div {
    max-width: 28px;
    word-break: break-all; }

.rates-edit .rates-rates__table .text-align {
  text-align: center; }

.rates-edit .rates-rates__table tr:hover input, .rates-edit .rates-rates__table tr:hover select, .rates-edit .rates-rates__table tr:hover td, .rates-edit .rates-rates__table tr:hover .select2-selection, .rates-edit .rates-rates__table tr:hover .custom-select2__wrapper {
  background-color: #deffff !important; }

.rates-edit .rates-rates__table tr th {
  font-size: 10px;
  white-space: normal; }
  .rates-edit .rates-rates__table tr th:nth-child(2), .rates-edit .rates-rates__table tr th:nth-child(3) {
    min-width: 70px;
    max-width: 90px; }
  .rates-edit .rates-rates__table tr th div {
    overflow: hidden; }

.rates-edit .rates-rates__table tr .background-cheap {
  background-color: #f6fcff; }
  .rates-edit .rates-rates__table tr .background-cheap input, .rates-edit .rates-rates__table tr .background-cheap select, .rates-edit .rates-rates__table tr .background-cheap .select2-selection--single {
    background-color: #f6fcff; }
  .rates-edit .rates-rates__table tr .background-cheap input {
    text-align: right; }

.rates-edit .rates-rates__table tr .background-weekends {
  background-color: #fdf7f6; }
  .rates-edit .rates-rates__table tr .background-weekends input, .rates-edit .rates-rates__table tr .background-weekends select, .rates-edit .rates-rates__table tr .background-weekends .select2-selection--single {
    background-color: #fdf7f6; }
  .rates-edit .rates-rates__table tr .background-weekends input {
    text-align: right; }

.rates-edit .rates-rates__table tr:first-child td {
  padding-top: 10px; }

.rates-edit .rates-rates__table tr td {
  padding: 0;
  text-align: left;
  border: none;
  border-collapse: collapse;
  vertical-align: top !important; }
  .rates-edit .rates-rates__table tr td:last-child {
    text-align: center; }
  .rates-edit .rates-rates__table tr td .custom-select2__icon {
    margin-right: 10px; }
  .rates-edit .rates-rates__table tr td input, .rates-edit .rates-rates__table tr td select, .rates-edit .rates-rates__table tr td .select2-selection--single, .rates-edit .rates-rates__table tr td .select2-selection__rendered {
    border-radius: 0;
    font-size: 10px;
    min-width: 60px; }
    .rates-edit .rates-rates__table tr td input.form-control, .rates-edit .rates-rates__table tr td select.form-control, .rates-edit .rates-rates__table tr td .select2-selection--single.form-control, .rates-edit .rates-rates__table tr td .select2-selection__rendered.form-control {
      padding: .05rem .25rem !important; }
  .rates-edit .rates-rates__table tr td .select2-selection--single {
    min-width: 130px;
    max-width: 200px; }
  .rates-edit .rates-rates__table tr td.min-width {
    min-width: 120px; }
  .rates-edit .rates-rates__table tr td .ti-plus {
    font-size: 18px; }

.rates-edit .rates-rates__table tfoot tr td {
  border-top: solid 1px rgba(91, 101, 134, 0.5);
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important; }
  .rates-edit .rates-rates__table tfoot tr td:last-child {
    text-align: center; }

.rates-edit .rates-rates__table tfoot tr:first-child td {
  padding-top: 28px; }

.rates-edit .rates-rates__table tfoot tr td {
  padding: 5px; }

#home .card-header {
  border-bottom: none;
  background-color: rgba(237, 241, 245, 0.5);
  padding: 30px;
  padding-bottom: 10px; }

#home .home__link-wrapper-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #home .home__link-wrapper-small .home__link-item {
    width: 142px;
    height: 80px;
    background-color: white;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    transition: 0.2s all; }
    #home .home__link-wrapper-small .home__link-item:hover {
      background-color: #79809C; }
      #home .home__link-wrapper-small .home__link-item:hover a {
        color: white; }
    #home .home__link-wrapper-small .home__link-item a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      height: 100%;
      color: #666666;
      font-weight: 600;
      font-size: 14px;
      transition: 0.2s all; }

#home .home__title {
  font-size: 20px;
  color: #111111;
  margin-bottom: 10px; }

#home .home__link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #home .home__link-wrapper.home__icons--small .home__link-item {
    width: 120px;
    height: 120px;
    margin-bottom: 30px; }
    #home .home__link-wrapper.home__icons--small .home__link-item a {
      font-size: 12px;
      font-weight: 400; }
    #home .home__link-wrapper.home__icons--small .home__link-item i {
      font-size: 30px;
      color: #79809C; }
  #home .home__link-wrapper .home__link-item {
    width: 180px;
    height: 180px;
    background-color: white;
    margin-bottom: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    cursor: pointer;
    padding: 5px;
    text-align: center; }
    #home .home__link-wrapper .home__link-item:nth-child(4) {
      margin-right: 0; }
    #home .home__link-wrapper .home__link-item a {
      border-radius: 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%;
      height: 100%;
      color: #333333;
      font-size: 15px;
      font-weight: 600; }
    #home .home__link-wrapper .home__link-item i {
      font-size: 55px;
      color: #79809C; }
    #home .home__link-wrapper .home__link-item .home__link-text {
      margin-top: 20px;
      text-align: center;
      padding: 0 5px; }
    #home .home__link-wrapper .home__link-item:hover {
      background-color: #79809C; }
      #home .home__link-wrapper .home__link-item:hover a {
        color: white; }
      #home .home__link-wrapper .home__link-item:hover i {
        color: white; }

#home .home__list li {
  margin-bottom: 15px; }
  #home .home__list li a {
    transition: .2s all; }
  #home .home__list li:hover a {
    color: #79809C; }

.schedules table th:first-child, .schedules table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: white; }

.schedules table th .schedules__day-of-week {
  color: #79809c;
  font-weight: 600; }

.schedules table th .schedules__date {
  color: black; }

.schedules table td {
  border-left: 1px solid rgba(91, 101, 134, 0.2);
  height: 72px; }
  .schedules table td i {
    margin-left: 5px; }
  .schedules table td input {
    width: 100%; }
  .schedules table td .schedules__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    .schedules table td .schedules__row input {
      margin-bottom: 5px; }

/*
Template Name: Admin Template
Author: Niravjoshi / Wrappixel
File: scss
*/
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
.skin-default .topbar {
  background: #4F5467; }

/*******************
Preloader
********************/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em; }

.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #5B6586;
  border-radius: 50%;
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.loader__label {
  float: left;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #5B6586;
  white-space: nowrap;
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #39425F; }
  29% {
    background-color: #39425F; }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }

@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

* {
  outline: none; }

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 300; }

html {
  position: relative;
  min-height: 100%; }

a, .link-like {
  color: #fb9678; }

.link-like {
  border: none;
  background: transparent; }
  .link-like:hover {
    cursor: pointer;
    font-weight: normal;
    color: #FB9678;
    opacity: 0.7; }

a:hover {
  color: #ffb38d; }

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

a.link {
  color: #212529; }
  a.link:hover, a.link:focus {
    color: #fb9678; }

.box {
  border-radius: 0.25rem;
  padding: 10px; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #fb9678;
  border: 1px solid #e9ecef;
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*******************
Padding margin property 
*******************/
html body .m-t-5 {
  margin-top: 5px; }

html body .m-b-5 {
  margin-bottom: 5px; }

html body .m-r-5 {
  margin-right: 5px; }

html body .m-l-5 {
  margin-left: 5px; }

html body .p-t-5 {
  padding-top: 5px; }

html body .p-b-5 {
  padding-bottom: 5px; }

html body .p-r-5 {
  padding-right: 5px; }

html body .p-l-5 {
  padding-left: 5px; }

html body .p-5 {
  padding: 5px; }

html body .m-5 {
  margin: 5px; }

html body .m-t-10 {
  margin-top: 10px; }

html body .m-b-10 {
  margin-bottom: 10px; }

html body .m-r-10 {
  margin-right: 10px; }

html body .m-l-10 {
  margin-left: 10px; }

html body .p-t-10 {
  padding-top: 10px; }

html body .p-b-10 {
  padding-bottom: 10px; }

html body .p-r-10 {
  padding-right: 10px; }

html body .p-l-10 {
  padding-left: 10px; }

html body .p-10 {
  padding: 10px; }

html body .m-10 {
  margin: 10px; }

html body .m-t-15 {
  margin-top: 15px; }

html body .m-b-15 {
  margin-bottom: 15px; }

html body .m-r-15 {
  margin-right: 15px; }

html body .m-l-15 {
  margin-left: 15px; }

html body .p-t-15 {
  padding-top: 15px; }

html body .p-b-15 {
  padding-bottom: 15px; }

html body .p-r-15 {
  padding-right: 15px; }

html body .p-l-15 {
  padding-left: 15px; }

html body .p-15 {
  padding: 15px; }

html body .m-15 {
  margin: 15px; }

html body .m-t-20 {
  margin-top: 20px; }

html body .m-b-20 {
  margin-bottom: 20px; }

html body .m-r-20 {
  margin-right: 20px; }

html body .m-l-20 {
  margin-left: 20px; }

html body .p-t-20 {
  padding-top: 20px; }

html body .p-b-20 {
  padding-bottom: 20px; }

html body .p-r-20 {
  padding-right: 20px; }

html body .p-l-20 {
  padding-left: 20px; }

html body .p-20 {
  padding: 20px; }

html body .m-20 {
  margin: 20px; }

html body .m-t-25 {
  margin-top: 25px; }

html body .m-b-25 {
  margin-bottom: 25px; }

html body .m-r-25 {
  margin-right: 25px; }

html body .m-l-25 {
  margin-left: 25px; }

html body .p-t-25 {
  padding-top: 25px; }

html body .p-b-25 {
  padding-bottom: 25px; }

html body .p-r-25 {
  padding-right: 25px; }

html body .p-l-25 {
  padding-left: 25px; }

html body .p-25 {
  padding: 25px; }

html body .m-25 {
  margin: 25px; }

html body .m-t-30 {
  margin-top: 30px; }

html body .m-b-30 {
  margin-bottom: 30px; }

html body .m-r-30 {
  margin-right: 30px; }

html body .m-l-30 {
  margin-left: 30px; }

html body .p-t-30 {
  padding-top: 30px; }

html body .p-b-30 {
  padding-bottom: 30px; }

html body .p-r-30 {
  padding-right: 30px; }

html body .p-l-30 {
  padding-left: 30px; }

html body .p-30 {
  padding: 30px; }

html body .m-30 {
  margin: 30px; }

html body .m-t-40 {
  margin-top: 40px; }

html body .m-b-40 {
  margin-bottom: 40px; }

html body .m-r-40 {
  margin-right: 40px; }

html body .m-l-40 {
  margin-left: 40px; }

html body .p-t-40 {
  padding-top: 40px; }

html body .p-b-40 {
  padding-bottom: 40px; }

html body .p-r-40 {
  padding-right: 40px; }

html body .p-l-40 {
  padding-left: 40px; }

html body .p-40 {
  padding: 40px; }

html body .m-40 {
  margin: 40px; }

/** * Zero */
html body .m-0-0 {
  margin: 0; }

html body .m-t-0 {
  margin-top: 0; }

html body .m-r-0 {
  margin-right: 0; }

html body .m-b-0 {
  margin-bottom: 0; }

html body .m-l-0 {
  margin-left: 0; }

html body .p-0-0 {
  padding: 0; }

html body .p-t-0 {
  padding-top: 0; }

html body .p-r-0 {
  padding-right: 0; }

html body .p-b-0 {
  padding-bottom: 0; }

html body .p-l-0 {
  padding-left: 0; }

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

.img-circle {
  border-radius: 100%; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.radius {
  border-radius: 0.25rem; }

/*******************
Opacity
*******************/
.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700; }

html body .font-normal {
  font-weight: 400; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }

html body .font-16 {
  font-size: 16px; }

html body .font-12 {
  font-size: 12px; }

html body .font-14 {
  font-size: 14px; }

html body .font-10 {
  font-size: 10px; }

html body .font-18 {
  font-size: 18px; }

html body .font-20 {
  font-size: 20px; }

html body .display-5 {
  font-size: 3rem; }

html body .display-6 {
  font-size: 2.5rem; }

/*******************
Background colors
*******************/
html body .bg-megna {
  background-color: #01c0c8; }

html body .bg-theme {
  background-color: #fb9678; }

html body .bg-inverse {
  background-color: #212529; }

html body .bg-purple {
  background-color: #ab8ce4; }

html body .bg-light {
  background-color: #e9ecef; }

html body .bg-white {
  background-color: #fff; }

/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #03a9f3; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #03a9f3; }

.round.round-warning {
  background: #fec107; }

.round.round-danger {
  background: #e46a76; }

.round.round-success {
  background: #00c292; }

.round.round-primary {
  background: #fb9678; }

/*******************
Labels
*******************/
.label-rounded {
  border-radius: 60px; }

/*******************
 Badge
******************/
.badge {
  font-weight: 400;
  line-height: normal; }
  .badge.badge-pill {
    padding: 0.20em 0.6em; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -ms-transform: translate(0, -2px);
      transform: translate(0, -2px); }

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px; }
  ul.list-style-none li {
    list-style: none; }
    ul.list-style-none li a {
      color: #212529;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #fb9678; }

/*******************
Card
******************/
.card {
  margin-bottom: 20px; }
  .card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #6c757d; }
  .card .card-title {
    position: relative;
    font-weight: 500; }
  .card .card-actions {
    float: right; }
    .card .card-actions a {
      padding: 0 5px;
      cursor: pointer; }

.card-group {
  margin-bottom: 20px; }
  .card-group .card {
    border-right: 1px solid #e9ecef; }

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto; }

/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 0.25rem;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #01c0c8; }

.label-success {
  background-color: #00c292; }

.label-info {
  background-color: #03a9f3; }

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

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

.label-megna {
  background-color: #01c0c8; }

.label-primary {
  background-color: #fb9678; }

.label-purple {
  background-color: #ab8ce4; }

.label-red {
  background-color: #e46a76; }

.label-inverse {
  background-color: #343a40; }

.label-default {
  background-color: #f8f9fa; }

/*******************
 Topbar
*******************/
.topbar {
  position: relative;
  z-index: 50; }
  .topbar .navbar-collapse {
    padding: 0px; }
  .topbar .top-navbar {
    height: 50px;
    min-height: 50px;
    padding: 0px; }
    .topbar .top-navbar .dropdown-toggle::after {
      display: none; }
    .topbar .top-navbar .navbar-header {
      background: #fff;
      line-height: 65px;
      min-width: 70px;
      text-align: center; }
      .topbar .top-navbar .navbar-header .navbar-brand {
        margin-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px; }
        .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
          display: none; }
        .topbar .top-navbar .navbar-header .navbar-brand b {
          line-height: 50px;
          display: inline-block; }
    .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 18px;
      line-height: 50px; }
    .topbar .top-navbar .navbar-nav > .nav-item > span {
      line-height: 45px;
      font-size: 24px;
      font-weight: 500;
      color: #fff;
      padding: 0 10px; }
  .topbar .dropdown-menu {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    border-color: #e9ecef; }
    .topbar .dropdown-menu .dropdown-item {
      padding: 7px 1.5rem; }

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -28px;
  right: -7px; }
  .notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #e46a76;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    animation-iteration-count: infinite; }
  .notify .point {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #e46a76;
    position: absolute;
    right: 6px;
    top: -10px; }

.app-search {
  line-height: 60px; }
  .app-search .form-control {
    border-radius: 60px;
    border-color: transparent;
    transition: 0.2s ease-in;
    width: 180px; }
    .app-search .form-control:focus {
      width: 300px; }

/*******************
Megamenu
******************/
.mega-dropdown {
  position: static;
  width: 100%; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px; }
  .mega-dropdown ul {
    padding: 0px; }
    .mega-dropdown ul li {
      list-style: none; }
  .mega-dropdown .carousel-item .container {
    padding: 0px; }
  .mega-dropdown .nav-accordion .card {
    margin-bottom: 1px; }
  .mega-dropdown .nav-accordion .card-header {
    background: #fff; }
    .mega-dropdown .nav-accordion .card-header h5 {
      margin: 0px; }
      .mega-dropdown .nav-accordion .card-header h5 a {
        text-decoration: none;
        color: #212529; }

/*******************
Main sidebar
******************/
.skin-default .topbar {
  background: #5B6586; }
  .skin-default .topbar .logo {
    margin-bottom: -55px;
    width: 171px;
    height: 33px; }
  .skin-default .topbar .top-navbar .navbar-header {
    background: #39425F; }

.skin-default .navbar-nav .nav-item-left {
  margin-left: 46px; }
  .skin-default .navbar-nav .nav-item-left.log-out-wrrap {
    margin-right: 66px; }

.skin-default .navbar-nav .manager-name {
  color: #ffffff;
  font-size: 15px;
  font-family: Roboto; }

.skin-default .navbar-nav .log-out {
  font-family: Roboto;
  font-size: 13px;
  color: #ffffff; }

.skin-default .navbar-nav i {
  color: #ffffff; }

.left-sidebar {
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0px;
  z-index: 20;
  padding-top: 90px;
  background: #39425F;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

/*******************
use profile section
******************/
.user-profile {
  margin-top: 20px; }
  .user-profile .u-dropdown {
    display: block;
    text-align: center; }
  .user-profile .user-pro-body img {
    width: 50px;
    display: block;
    margin: 0 auto 10px; }
  .user-profile .dropdown-menu {
    right: 0;
    width: 180px;
    left: 0;
    top: 20px !important;
    margin: 0 auto; }

/*******************
sidebar navigation
******************/
.scroll-sidebar {
  height: calc(100% - 67px);
  position: relative; }
  .scroll-sidebar.ps .ps__scrollbar-y-rail {
    left: 2px;
    right: auto;
    background: none;
    width: 6px;
    /* If using `left`, there shouldn't be a `right`. */ }

.collapse.in {
  display: block; }

.sidebar-nav {
  padding: 15px 0 0 0; }
  .sidebar-nav ul {
    margin: 0;
    padding: 0; }
    .sidebar-nav ul li {
      list-style: none; }
      .sidebar-nav ul li a {
        color: rgba(216, 216, 216, 0.7);
        padding: 10px 35px 10px 15px;
        display: block;
        -ms-flex-align: center;
            align-items: center;
        font-size: 13px;
        font-weight: 400; }
        .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
          color: #fb9678; }
          .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
            color: #fb9678; }
      .sidebar-nav ul li ul {
        padding-left: 30px; }
        .sidebar-nav ul li ul li a {
          font-size: 13px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: 0.3px;
          color: rgba(173, 184, 208, 0.7);
          padding: 7px 0px 7px 12px; }
          .sidebar-nav ul li ul li a.active, .sidebar-nav ul li ul li a:hover {
            background-color: rgba(91, 101, 134, 0.5);
            color: rgba(173, 184, 208, 0.7);
            margin-right: 30px; }
          .sidebar-nav ul li ul li a.active {
            font-weight: 500;
            color: rgba(173, 184, 208, 0.7);
            background-color: rgba(91, 101, 134, 0.5); }
        .sidebar-nav ul li ul ul {
          padding-left: 15px; }
      .sidebar-nav ul li.nav-small-cap {
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        color: #ffffff;
        margin-bottom: 0;
        padding: 30px 14px 14px 18px; }
        .sidebar-nav ul li.nav-small-cap:first-child {
          padding: 20px 14px 14px 18px; }
        .sidebar-nav ul li.nav-small-cap:after {
          content: '';
          display: block;
          margin-top: 5px;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.11); }
      .sidebar-nav ul li.nav-devider {
        height: 1px;
        background: #e9ecef;
        display: block;
        margin: 15px 0; }
  .sidebar-nav > ul > li > a {
    border-left: 3px solid transparent; }
    .sidebar-nav > ul > li > a i {
      width: 25px;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      color: rgba(216, 216, 216, 0.7); }
    .sidebar-nav > ul > li > a .badge {
      float: right; }
  .sidebar-nav > ul > li.active > a {
    color: #fb9678;
    font-weight: 500;
    border-left: 3px solid #fb9678; }
    .sidebar-nav > ul > li.active > a i {
      color: #fb9678; }
  .sidebar-nav .waves-effect {
    transition: none;
    -webkit-transition: none;
    -o-transition: none; }

.sidebar-nav .has-arrow {
  position: relative; }
  .sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: white;
    right: 20px;
    -ms-transform: rotate(135deg) translate(0, -50%);
        transform: rotate(135deg) translate(0, -50%);
    -ms-transform-origin: top;
        transform-origin: top;
    top: 21px;
    transition: all .3s ease-out; }

/*.sidebar-nav .active > .has-arrow::after,*/
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  top: 42%;
  width: 7px;
  transform: rotate(-135deg) translate(0, -50%); }

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: transparent;
  width: 8px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 6px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 6px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 6px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2); }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2); }

#slimtest3.ps .ps__scrollbar-y-rail {
  left: 3px;
  right: auto; }

#slimtest4.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #03a9f3; }

#slimtest4.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #03a9f3; }

#slimtest4.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #03a9f3; }

/*============================================================== 
 For all pages 
 ============================================================== */
#main-wrapper {
  width: 100%;
  overflow: hidden; }

.page-wrapper {
  background: #edf1f5;
  position: relative; }

/*******************
 Breadcrumb and page title
*******************/
.page-titles {
  background: #fff;
  padding: 14px 10px;
  margin: 0 -25px 25px -25px; }
  .page-titles h4 {
    margin-bottom: 0px;
    margin-top: 0px; }
  .page-titles .breadcrumb {
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 12px; }
    .page-titles .breadcrumb li a {
      color: #212529; }
    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e649";
      font-family: themify;
      color: #ced4da;
      font-size: 11px; }
    .page-titles .breadcrumb .breadcrumb-item.active {
      color: #fb9678;
      font-weight: 500; }

/*******************
 Footer
*******************/
.footer {
  bottom: 0;
  color: #212529;
  left: 0px;
  padding: 17px 15px;
  right: 0;
  border-top: 1px solid #e9ecef;
  background: #fff; }

/*******************
Wave Effects
*******************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.1s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    -ms-transform: scale(0);
        transform: scale(0);
    pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

html body .waves-notransition {
  transition: none; }

.waves-circle {
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }

/*******************
Fixed -sidebar
******************/
.fixed-sidebar .left-sidebar, .fixed-sidebar .navbar-header {
  position: fixed; }

.fixed-sidebar .navbar-collapse {
  margin-left: 220px; }

.fixed-sidebar.mini-sidebar .navbar-collapse, .fixed-sidebar.mini-sidebar .footer {
  margin-left: 70px; }

@media (max-width: 767px) {
  .fixed-sidebar.mini-sidebar .navbar-header {
    position: relative; }
  .fixed-sidebar.mini-sidebar .navbar-collapse {
    margin-left: 0px; } }

/*******************
Fixed -Header
******************/
.fixed-header .topbar {
  position: fixed;
  width: 100%; }

.fixed-header .page-wrapper {
  padding-top: 50px; }

.fixed-layout .left-sidebar, .fixed-layout .topbar {
  position: fixed; }

.fixed-layout .topbar {
  width: 100%; }

.fixed-layout .page-wrapper {
  padding-top: 50px; }

/*******************
Boxed
******************/
.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1); }
  .boxed #main-wrapper .sidebar-footer {
    position: absolute; }
  .boxed #main-wrapper .topbar {
    max-width: 1300px; }
  .boxed #main-wrapper .footer {
    display: none; }

/*******************
Single Column
******************/
.single-column .left-sidebar {
  display: none; }

.single-column .page-wrapper {
  margin-left: 0px !important; }

/*******************
Mini sidebar
******************/
@media (min-width: 768px) {
  .mini-sidebar {
    /*Sidebar*/ }
    .mini-sidebar .top-navbar .navbar-header {
      width: 70px;
      text-align: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-left: 0px; }
    .mini-sidebar .page-wrapper, .mini-sidebar .footer {
      margin-left: 70px; }
    .mini-sidebar .left-sidebar, .mini-sidebar .user-profile {
      width: 70px; }
    .mini-sidebar .scroll-sidebar {
      padding-bottom: 0px;
      position: absolute;
      height: calc(100vh - 70px); }
      .mini-sidebar .scroll-sidebar .u-dropdown {
        display: none; }
    .mini-sidebar .sidebar-nav {
      background: transparent; }
      .mini-sidebar .sidebar-nav #sidebarnav li {
        position: relative; }
      .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
        position: absolute;
        left: 70px;
        top: 46px;
        width: 220px;
        padding-bottom: 10px;
        z-index: 1001;
        background: #39425F;
        display: none;
        padding-left: 1px; }
      .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul {
        height: auto !important;
        overflow: auto; }
      .mini-sidebar .sidebar-nav #sidebarnav > li > a {
        width: 70px;
        padding: 15px 15px 15px 25px; }
      .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        width: 290px;
        background: #39425F; }
        .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .hide-menu {
          display: inline; }
        .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .label {
          display: none; }
      .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul, .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
        display: block; }
      .mini-sidebar .sidebar-nav #sidebarnav > li > a.has-arrow:after, .mini-sidebar .sidebar-nav #sidebarnav .hide-menu, .mini-sidebar .sidebar-nav #sidebarnav .nav-small-cap, .mini-sidebar .sidebar-nav #sidebarnav .sidebar-footer, .mini-sidebar .sidebar-nav #sidebarnav .user-profile .profile-text, .mini-sidebar .sidebar-nav #sidebarnav > .label {
        display: none; } }

@media (max-width: 767px) {
  .mini-sidebar .left-sidebar,
  .mini-sidebar .sidebar-footer {
    left: -220px; }
  .mini-sidebar.show-sidebar .left-sidebar,
  .mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px; } }

/*******************
Logo center
******************/
.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
/*******************
/*User mail widgets*/
/*******************/
.topbar .top-navbar .mailbox {
  width: 300px; }
  .topbar .top-navbar .mailbox ul {
    padding: 0px; }
    .topbar .top-navbar .mailbox ul li {
      list-style: none; }

html body .navbar-dark .mailbox ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid #e9ecef; }

html body .navbar-dark .mailbox ul li h5 {
  color: #212529; }

html body .navbar-dark .mailbox ul li .nav-link {
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
  color: #212529; }
  html body .navbar-dark .mailbox ul li .nav-link:hover {
    color: #fb9678; }

html body .navbar-dark .mailbox .message-center {
  height: 317px;
  overflow: auto;
  position: relative; }
  html body .navbar-dark .mailbox .message-center a {
    border-bottom: 1px solid #e9ecef;
    display: block;
    text-decoration: none;
    padding: 9px 15px; }
    html body .navbar-dark .mailbox .message-center a:hover {
      background: #e9ecef; }
    html body .navbar-dark .mailbox .message-center a div {
      white-space: normal; }
    html body .navbar-dark .mailbox .message-center a .user-img {
      width: 40px;
      position: relative;
      display: inline-block;
      margin: 0 10px 15px 0; }
      html body .navbar-dark .mailbox .message-center a .user-img img {
        width: 100%; }
      html body .navbar-dark .mailbox .message-center a .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 30px;
        position: absolute;
        top: 1px;
        width: 10px; }
      html body .navbar-dark .mailbox .message-center a .user-img .online {
        background: #00c292; }
      html body .navbar-dark .mailbox .message-center a .user-img .busy {
        background: #e46a76; }
      html body .navbar-dark .mailbox .message-center a .user-img .away {
        background: #fec107; }
      html body .navbar-dark .mailbox .message-center a .user-img .offline {
        background: #fec107; }
    html body .navbar-dark .mailbox .message-center a .mail-contnet {
      display: inline-block;
      width: 75%;
      padding-left: 10px;
      vertical-align: middle; }
      html body .navbar-dark .mailbox .message-center a .mail-contnet h5 {
        margin: 5px 0px 0; }
      html body .navbar-dark .mailbox .message-center a .mail-contnet .mail-desc,
      html body .navbar-dark .mailbox .message-center a .mail-contnet .time {
        font-size: 12px;
        display: block;
        margin: 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #212529;
        white-space: nowrap; }

/*******************/
/*Weather*/
/*******************/
.city-weather-days {
  margin: 0px; }
  .city-weather-days li {
    text-align: center;
    padding: 15px 0; }
    .city-weather-days li span {
      display: block;
      padding: 10px 0 0;
      color: #6c757d; }
    .city-weather-days li i {
      display: block;
      font-size: 20px;
      color: #fb9678; }
    .city-weather-days li h3 {
      font-weight: 300;
      margin-top: 5px; }

/*Weather small*/
.weather-small h1 {
  line-height: 30px; }

.weather-small sup {
  font-size: 60%; }

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets {
  position: relative;
  margin-bottom: 10px; }
  .comment-widgets .comment-row {
    border-bottom: 1px solid transparent;
    padding: 14px; }
    .comment-widgets .comment-row:last-child {
      border-bottom: 0px; }
    .comment-widgets .comment-row:hover, .comment-widgets .comment-row.active {
      background: #f8f9fa; }

.comment-text {
  padding: 14px 15px 14px 20px;
  width: 80%; }
  .comment-text:hover .comment-footer .action-icons,
  .comment-text.active .comment-footer .action-icons {
    visibility: visible; }
  .comment-text p {
    max-height: 65px;
    width: 100%;
    overflow: hidden; }

.comment-footer .action-icons {
  visibility: hidden; }
  .comment-footer .action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #6c757d; }
    .comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
      color: #03a9f3; }

/*******************/
/*To do widgets*/
/*******************/
.todo-list li {
  border: 0px;
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px; }
  .todo-list li .custom-checkbox {
    width: 100%; }
    .todo-list li .custom-checkbox label {
      font-weight: 400;
      width: 100%; }
      .todo-list li .custom-checkbox label span:first-child {
        width: 70%;
        display: inline-block;
        line-height: 25px; }
  .todo-list li:last-child {
    border-bottom: 0px; }
  .todo-list li .assignedto {
    padding: 0px 0 0 30px;
    margin: 0px; }
    .todo-list li .assignedto li {
      list-style: none;
      padding: 0px;
      display: inline-block;
      border: 0px;
      margin-right: 2px; }
      .todo-list li .assignedto li img {
        width: 30px;
        border-radius: 100%; }
  .todo-list li .item-date {
    padding-left: 30px;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block; }

.list-task .task-done span {
  text-decoration: line-through; }

/*******************/
/*Chat widget*/
/*******************/
.chat-list {
  margin: 0px;
  padding: 0px; }
  .chat-list li {
    list-style: none;
    margin-top: 30px; }
    .chat-list li .chat-img {
      display: inline-block;
      width: 45px;
      vertical-align: top; }
      .chat-list li .chat-img img {
        width: 45px;
        border-radius: 100%; }
    .chat-list li .chat-content {
      width: calc(100% - 50px);
      display: inline-block;
      padding-left: 15px; }
      .chat-list li .chat-content h5 {
        color: #6c757d; }
      .chat-list li .chat-content .box {
        display: inline-block;
        color: #343a40;
        background: #f8f9fa; }
    .chat-list li .chat-time {
      display: block;
      font-size: 10px;
      color: #6c757d;
      margin: 5px 0 15px 65px; }
    .chat-list li.odd .chat-content {
      text-align: right;
      width: calc(100% - 0px); }
    .chat-list li.odd .chat-time {
      text-align: right; }
    .chat-list li.odd .box {
      clear: both;
      color: #fff;
      background: #fb9678; }
    .chat-list li.odd + .odd {
      margin-top: 0px; }
    .chat-list li.reverse {
      text-align: right; }
      .chat-list li.reverse .chat-time {
        text-align: left; }
      .chat-list li.reverse .chat-content {
        padding-left: 0px;
        padding-right: 15px; }

/*******************/
/*Chat widget*/
/*******************/
/*******************/
/*Calendar widget*/
/*******************/
.calendar {
  float: left;
  margin-bottom: 0px; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }
  .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc-widget-header {
  border: 0px !important; }

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important; }

.fc th.fc-widget-header {
  color: #212529;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase; }

.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
  background: #e9ecef; }

.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #e9ecef; }

.fc-view {
  margin-top: 0px; }

.fc-toolbar {
  margin: 0px;
  padding: 24px 0px; }

.fc-button {
  background: #fff;
  border: 1px solid #e9ecef;
  color: #212529;
  text-transform: capitalize; }
  .fc-button:hover {
    background: #e9ecef;
    opacity: 0.8; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #f8f9fa; }

.fc-unthemed .fc-today {
  border: 1px solid #e46a76;
  background: #e9ecef !important; }

.fc-state-highlight {
  background: #f0f0f0; }

.fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #fff; }

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #fff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #03a9f3; }

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  min-width: 140px;
  text-align: center;
  background: #03a9f3; }
  .calendar-event a {
    float: right;
    opacity: 0.6;
    font-size: 10px;
    margin: 4px 0 0 10px;
    color: #fff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }

.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block; }

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
  position: relative;
  border-left: 1px solid #e9ecef;
  margin-left: 20px; }
  .steamline .sl-left {
    float: left;
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px; }
    .steamline .sl-left img {
      max-width: 40px; }

.steamline .sl-right {
  padding-left: 50px; }
  .steamline .sl-right .desc,
  .steamline .sl-right .inline-photos {
    margin-bottom: 21px; }

.steamline .sl-item {
  border-bottom: 1px solid #e9ecef;
  margin: 20px 0; }

.sl-date {
  font-size: 10px;
  color: #6c757d; }

.time-item {
  border-color: #e9ecef;
  padding-bottom: 1px;
  position: relative; }
  .time-item:before {
    content: " ";
    display: table; }
  .time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }

.time-item-item:after {
  content: " ";
  display: table; }

.item-info {
  margin-bottom: 15px;
  margin-left: 15px; }
  .item-info p {
    margin-bottom: 10px !important; }

/*******************/
/*Feed widget*/
/*******************/
.feeds {
  margin: 0px;
  padding: 0px; }
  .feeds li {
    list-style: none;
    padding: 10px;
    display: block; }
    .feeds li:hover {
      background: #f8f9fa; }
    .feeds li > div {
      width: 40px;
      height: 40px;
      margin-right: 5px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      border-radius: 100%;
      color: #fff; }
      .feeds li > div i {
        line-height: 40px; }
    .feeds li span {
      float: right;
      width: auto;
      font-size: 12px; }

/*******************/
/*Vertical carousel*/
/*******************/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0); }

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  transform: translate3d(0, 100% 0); }

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  transform: translate3d(0, -100%, 0); }

/*******************/
/*social-widgets*/
/*******************/
.social-widget .soc-header {
  padding: 15px;
  text-align: center;
  font-size: 36px;
  color: #fff; }
  .social-widget .soc-header.box-facebook {
    background: #3b5998; }
  .social-widget .soc-header.box-twitter {
    background: #00aced; }
  .social-widget .soc-header.box-google {
    background: #f86c6b; }
  .social-widget .soc-header.box-linkedin {
    background: #4875b4; }

.social-widget .soc-content {
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .social-widget .soc-content div {
    padding: 10px; }
    .social-widget .soc-content div h3 {
      margin-bottom: 0px; }

/*******************/
/*social-profile-first*/
/*******************/
.social-profile-first {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 96px; }
  .social-profile-first.bg-over {
    background: rgba(56, 83, 161, 0.7); }
  .social-profile-first .middle {
    vertical-align: middle; }

/*******************/
/*profile timeline widget*/
/*******************/
.profiletimeline {
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  border-left: 1px solid #e9ecef;
  margin-left: 30px; }
  .profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px; }
    .profiletimeline .sl-left img {
      max-width: 40px; }

.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px; }

.profiletimeline .sl-date {
  font-size: 12px;
  color: #6c757d; }

.profiletimeline .time-item {
  border-color: #e9ecef;
  padding-bottom: 1px;
  position: relative; }
  .profiletimeline .time-item:before {
    content: " ";
    display: table; }
  .profiletimeline .time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }

.profiletimeline .time-item-item:after {
  content: " ";
  display: table; }

.profiletimeline .item-info {
  margin-bottom: 15px;
  margin-left: 15px; }
  .profiletimeline .item-info p {
    margin-bottom: 10px !important; }

/*little-profile*/
.little-profile .pro-img {
  margin-bottom: 20px; }
  .little-profile .pro-img img {
    width: 128px;
    height: 128px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%; }

.little-profile .soc-pro a {
  color: #6c757d; }
  .little-profile .soc-pro a:hover {
    color: #343a40; }

/*******************
/*States row*/
/*******************/
.stats-row {
  margin-bottom: 20px; }
  .stats-row .stat-item {
    display: inline-block;
    padding-right: 15px; }
    .stats-row .stat-item + .stat-item {
      padding-left: 15px;
      border-left: 1px solid #e9ecef; }

/*******************/
/*Guage chart*/
/*******************/
.gaugejs-box {
  position: relative;
  margin: 0 auto; }

.gaugejs-box canvas.gaugejs {
  width: 100% !important;
  height: auto !important; }

/*******************/
/*country-state*/
/*******************/
.country-state {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px; }
  .country-state li {
    margin-top: 30px;
    margin-bottom: 10px; }
  .country-state h2 {
    margin-bottom: 0px;
    font-weight: 400; }

/*contact widgets*/
.contact-box {
  position: relative; }
  .contact-box .add-ct-btn {
    position: absolute;
    right: 4px;
    top: -46px; }
  .contact-box .contact-widget > a {
    padding: 15px 10px; }
    .contact-box .contact-widget > a .user-img {
      margin-bottom: 0px !important; }

/*Blog widgets*/
.blog-widget {
  margin-top: 30px; }
  .blog-widget .blog-image img {
    border-radius: 0.25rem;
    margin-top: -45px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

/*******************/
/*Msg box*/
/*******************/
.msg-item {
  margin-bottom: 20px; }

.msg-body {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  position: relative; }
  .msg-body .dwn-aro {
    width: 0;
    position: absolute;
    bottom: -8px;
    height: 0;
    left: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff; }

.m-pic img {
  width: 40px;
  border-radius: 100%; }

.message-box ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid #e9ecef; }

.message-box ul li .nav-link {
  border-top: 1px solid #e9ecef;
  padding-top: 15px; }

.message-box .message-widget {
  position: relative; }
  .message-box .message-widget a {
    border-bottom: 1px solid #e9ecef;
    display: block;
    text-decoration: none;
    padding: 9px 15px; }
    .message-box .message-widget a:hover {
      background: #e9ecef; }
    .message-box .message-widget a:last-child {
      border-bottom: 0px; }
    .message-box .message-widget a div {
      white-space: normal; }
    .message-box .message-widget a .user-img {
      width: 45px;
      position: relative;
      display: inline-block;
      margin: 0 10px 15px 0; }
      .message-box .message-widget a .user-img img {
        width: 100%; }
      .message-box .message-widget a .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 33px;
        position: absolute;
        top: -1px;
        width: 10px; }
      .message-box .message-widget a .user-img .online {
        background: #00c292; }
      .message-box .message-widget a .user-img .busy {
        background: #e46a76; }
      .message-box .message-widget a .user-img .away {
        background: #fec107; }
      .message-box .message-widget a .user-img .offline {
        background: #fec107; }
    .message-box .message-widget a .mail-contnet {
      display: inline-block;
      width: 70%;
      vertical-align: middle; }
      .message-box .message-widget a .mail-contnet h5 {
        margin: 5px 0px 0;
        color: #212529; }
      .message-box .message-widget a .mail-contnet .mail-desc,
      .message-box .message-widget a .mail-contnet .time {
        font-size: 12px;
        display: block;
        margin: 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #212529;
        white-space: nowrap; }

/*******************/
/*Activity widgets*/
/*******************/
.activity-box .date-devider {
  border-top: 2px solid #e9ecef;
  position: relative; }
  .activity-box .date-devider span {
    background: #e9ecef;
    padding: 5px 15px;
    border-radius: 60px;
    font-size: 14px;
    top: -15px;
    position: relative;
    margin-left: 20px; }

.activity-box .activity-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .activity-box .activity-item .image-list > a {
    margin-left: -15px;
    position: relative;
    vertical-align: middle; }
    .activity-box .activity-item .image-list > a:first-child, .activity-box .activity-item .image-list > a:last-child {
      margin-left: 0px; }
    .activity-box .activity-item .image-list > a:hover {
      z-index: 10; }
      .activity-box .activity-item .image-list > a:hover img {
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }

.news-slide .overlaybg {
  height: 380px;
  overflow: hidden;
  background-color: #343a40; }
  .news-slide .overlaybg img {
    width: 100%; }

/*============================================================== 
widget-chart-page product review
 ============================================================== */
.product-review {
  margin: 0px;
  padding: 25px; }
  .product-review li {
    display: block;
    padding: 20px 0;
    list-style: none; }
    .product-review li .font,
    .product-review li span {
      display: inline-block;
      margin-left: 10px; }

.social-profile {
  text-align: center;
  background: rgba(7, 10, 43, 0.8); }

.profile-tab li a.nav-link, .customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #212529; }
  .profile-tab li a.nav-link.active, .customtab li a.nav-link.active {
    border-bottom: 2px solid #fb9678;
    color: #fb9678; }
  .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover {
    color: #fb9678; }

/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
/*============================================================== 
 For Desktop & above all (1650px) 
 ============================================================== */
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper, .footer {
    margin-left: 200px; } }

@media (max-width: 1023px) {
  .inbox-center a {
    width: 200px; }
  .d-flex {
    display: block !important; }
    .d-flex.no-block {
      display: -ms-flexbox !important;
      display: flex !important; } }

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
  .navbar-header {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .navbar-header .navbar-brand {
      padding-top: 0px; }
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px; } }

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  .container-fluid {
    padding: 0px 15px 0px 15px;
    overflow: hidden; }
  /*Header*/
  .topbar {
    width: 100%; }
    .topbar .top-navbar {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-align-items: center; }
      .topbar .top-navbar .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .topbar .top-navbar .navbar-nav {
        -ms-flex-direction: row;
            flex-direction: row; }
        .topbar .top-navbar .navbar-nav > .nav-item.show {
          position: static; }
          .topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
            width: 100%;
            margin-top: 0px; }
        .topbar .top-navbar .navbar-nav .dropdown-menu {
          position: absolute; }
  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto; }
  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0; }
  .vtabs .tabs-vertical {
    width: auto; }
  /*Footer*/
  .material-icon-list-demo .icons div {
    width: 100%; }
  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10; }
  .error-box {
    position: relative;
    padding-bottom: 60px; }
  .error-body {
    padding-top: 10%; }
    .error-body h1 {
      font-size: 100px;
      font-weight: 600;
      line-height: 100px; }
  .login-register {
    position: relative;
    overflow: hidden; }
  .login-box {
    width: 90%; }
  .login-sidebar {
    padding: 10% 0; }
    .login-sidebar .login-box {
      position: relative; }
  /*This is for chat page*/
  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    transition: 0.5s ease-in;
    background: #fff; }
    .chat-main-box .chat-left-aside.open-pnl {
      left: 0px; }
    .chat-main-box .chat-left-aside .open-panel {
      display: block; }
  .chat-main-box .chat-right-aside {
    width: 100%; }
  /*Timeline*/
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0; }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0; }
  /*Contact app page*/
  .left-aside {
    width: 100%;
    position: relative;
    border: 0px; }
  .right-aside {
    margin-left: 0px; }
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important; }
  .chat-list li .chat-content {
    width: calc(100% - 80px); }
  /*Calendar*/
  .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    overflow: hidden; } }

.jconfirm-bg {
  background-color: #444;
  opacity: .5 !important; }

.jconfirm-box-container .jconfirm-box {
  width: 486px;
  min-height: 164px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 15px 25px 15px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0; }
    .jconfirm-box-container .jconfirm-box .jconfirm-buttons button {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100px;
      height: 25px;
      border-radius: 12.5px;
      font-size: 12px !important; }
      .jconfirm-box-container .jconfirm-box .jconfirm-buttons button:first-child {
        margin-right: 8px; }
      .jconfirm-box-container .jconfirm-box .jconfirm-buttons button:last-child {
        margin-left: 8px; }
      .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.confirm-cansel {
        border: solid 1px #444444;
        color: #222222;
        padding: 4px; }
        .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.confirm-cansel:hover {
          border: 1px solid rgba(68, 68, 68, 0.8);
          color: rgba(34, 34, 34, 0.7); }
      .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.confirm-remove {
        background-color: #DC3545;
        color: white;
        margin-left: 14px;
        padding: 3px; }
        .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.confirm-remove:hover {
          background-color: rgba(220, 53, 69, 0.8); }

#toast-container .toast {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  width: 237px;
  height: 136px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
  padding: 18px 39px; }
  #toast-container .toast:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.17); }

#toast-container .toast-error {
  padding: 0;
  padding-top: 10px;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: auto;
  height: auto;
  min-height: 164px;
  min-width: 250px; }
  #toast-container .toast-error:before {
    margin-bottom: 5px; }
  #toast-container .toast-error:after {
    margin-bottom: 0px; }
  #toast-container .toast-error .toast-message {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
  #toast-container .toast-error:before {
    content: '';
    background-image: url("/images/no-template/error.png");
    color: #ff564e;
    display: block;
    width: 29px;
    height: 26px;
    margin-top: 5px;
    margin-bottom: -5px; }
  #toast-container .toast-error:after {
    content: 'Закрити';
    display: -ms-flexbox;
    display: flex;
    height: 33px;
    background: #ff564e;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 12px; }

#toast-container .toast-title {
  color: #555555;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-top: 9px; }

#toast-container .toast-message {
  font-size: 13px;
  color: #888888;
  text-align: center; }
  #toast-container .toast-message h3 {
    font-size: 15px;
    color: #888888;
    text-align: center;
    font-weight: 400; }

#toast-container .toast-success {
  border-bottom: 4px solid #28BC02; }
  #toast-container .toast-success:before {
    content: "";
    display: block;
    color: white;
    background-image: url("/images/no-template/alert4.png");
    padding: 5px 10px;
    width: 27px;
    height: 27px; }

.skin-default {
  /* bootstrap calendar style*/ }
  .skin-default .datepicker {
    width: 226px;
    height: 226px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 10px; }
    .skin-default .datepicker .table-condensed {
      width: 100%; }
    .skin-default .datepicker .datepicker-days .dow {
      padding-top: 20px;
      padding-bottom: 5px; }
    .skin-default .datepicker .datepicker-days td {
      color: #000000;
      font-size: 12px; }
      .skin-default .datepicker .datepicker-days td.day.active {
        color: white;
        background-image: linear-gradient(to bottom, #3b99fc, #3b99fc);
        border-radius: 50%;
        padding: 5px; }
      .skin-default .datepicker .datepicker-days td.day.disabled {
        opacity: 0.4; }
    .skin-default .datepicker .datepicker-months .month.active {
      background-image: linear-gradient(to bottom, #3b99fc, #3b99fc); }
    .skin-default .datepicker .datepicker-years .year.active {
      background-image: linear-gradient(to bottom, #3b99fc, #3b99fc); }
    .skin-default .datepicker tr th {
      font-size: 14px;
      font-weight: 600; }
      .skin-default .datepicker tr th.prev {
        color: transparent; }
        .skin-default .datepicker tr th.prev:after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-right: transparent;
          border-top: transparent;
          border-bottom: 2px solid #3b99fc;
          border-left: 2px solid #3b99fc;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
          margin: -25px auto; }
      .skin-default .datepicker tr th.next {
        color: transparent; }
        .skin-default .datepicker tr th.next:after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-right: 2px solid #3b99fc;
          border-top: 2px solid #3b99fc;
          border-bottom: transparent;
          border-left: transparent;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
          margin: -25px auto; }

.alert-c {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }

/* Modal Content */
.alert-c-content {
  position: absolute;
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
  z-index: 400;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  overflow: auto; }

.alert-c-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300; }

.nav.nav-tabs.customtab {
  padding: 0; }
  .nav.nav-tabs.customtab li a {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #333333;
    padding: 10px 15px; }
    .nav.nav-tabs.customtab li a.active {
      font-weight: 600; }
    @media (max-width: 1300px) {
      .nav.nav-tabs.customtab li a {
        font-size: 14px; } }
    .nav.nav-tabs.customtab li a span {
      white-space: nowrap; }

.nav .nav-item .comment-notify-wrapper {
  position: relative;
  margin-left: -7px; }
  .nav .nav-item .comment-notify-wrapper .comment-notify {
    position: absolute;
    top: 4px;
    right: -3px;
    width: 18px;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    border-radius: 26px;
    background-color: rgba(252, 59, 59, 0.65);
    color: white;
    font-size: 10px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

.context-menu-list {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border: none; }

.context-menu-icon.context-menu-icon--fa:not(.context-menu-disabled):hover {
  background-color: #5B6586;
  color: white; }

.context-menu-icon.context-menu-icon--fa:before {
  color: #5B6586; }

.custom-select2__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  .custom-select2__wrapper .custom-select2__left {
    width: 100%; }
  .custom-select2__wrapper .custom-select2__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 5px;
    padding-right: 0; }

.progress-ajax {
  display: block;
  position: fixed;
  z-index: 995;
  text-align: center;
  overflow: visible;
  width: 0;
  height: 3px;
  background: #00FF00; }
  .progress-ajax + .progress-ajax__circle {
    display: none; }
  .progress-ajax.show {
    transition: 5s all;
    width: 50%; }
  .progress-ajax.show + .progress-ajax__circle {
    display: block; }
  .progress-ajax.hide {
    width: 100%;
    transition: width .3s; }
  .progress-ajax.hide + .progress-ajax__circle {
    transition: .3s all;
    opacity: 0; }

.progress-ajax__circle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 110;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00FF00;
  border-left-color: rgba(0, 255, 0, 0.5);
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite; }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.tabs-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .tabs-vertical .tabs-vertical__list {
    margin-bottom: 0;
    max-width: 300px;
    list-style: none;
    background-color: #5B6586; }
    .tabs-vertical .tabs-vertical__list .tabs-vertical__item {
      max-width: 200px; }
      .tabs-vertical .tabs-vertical__list .tabs-vertical__item.active {
        background: white; }
        .tabs-vertical .tabs-vertical__list .tabs-vertical__item.active .tabs-vertical__link {
          color: #8a8a8a; }
      .tabs-vertical .tabs-vertical__list .tabs-vertical__item .tabs-vertical__link {
        color: rgba(216, 216, 216, 0.7);
        padding: 10px 15px;
        display: block;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .tabs-vertical .tabs-vertical__content {
    padding: 20px; }

.settings-toggle {
  position: fixed;
  cursor: pointer;
  right: 30px;
  top: 80px;
  background-color: #39425F;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .settings-toggle i {
    color: white;
    font-size: 22px; }

.sidebar-modal .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .sidebar-modal .modal-footer .form-group {
    margin-bottom: 0; }

.sidebar-modal.modal {
  padding-top: 0; }
  .sidebar-modal.modal .modal-dialog-aside {
    width: 650px;
    max-width: 80%;
    height: 100%;
    margin: 0;
    -ms-transform: translate(0);
        transform: translate(0);
    transition: transform .2s; }
    .sidebar-modal.modal .modal-dialog-aside .modal-content {
      height: inherit;
      border: 0;
      border-radius: 0;
      padding: 0 20px; }
      .sidebar-modal.modal .modal-dialog-aside .modal-content .modal-body {
        overflow-y: auto; }

.sidebar-modal.modal.fixed-left .modal-dialog-aside {
  margin-left: auto;
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.sidebar-modal.modal.fixed-right .modal-dialog-aside {
  margin-right: auto;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.sidebar-modal.modal.show .modal-dialog-aside {
  -ms-transform: translateX(0);
      transform: translateX(0); }

@media print {
  .topbar, .left-sidebar, .do-print, .nav-tabs {
    display: none !important; }
  .fixed-layout .page-wrapper, .content {
    margin: 0 !important;
    padding: 0 !important; }
  .card {
    border: none;
    border-radius: 0; }
  .table td, .table th, table td, table th {
    padding: 3px 5px !important;
    font-size: 13px; } }

page {
  background: white;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.2); }

page[size="A4"] {
  width: 21cm;
  height: 29.7cm;
  margin-bottom: 0.5cm; }

page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: 21cm;
  margin-bottom: 0.5cm; }

page[size="A5"] {
  height: 21cm;
  width: 14.8cm;
  margin-bottom: 0.5cm; }

page[size="A5"][layout="landscape"] {
  width: 21cm;
  height: 14.8cm;
  margin-bottom: 0.5cm; }

.invoice-template {
  position: relative;
  display: block;
  max-width: 1200px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  padding: 15px; }
  .invoice-template__body {
    padding: 10px 0; }
  .invoice-template__body-org-info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic; }
  .invoice-template__body-payer-info {
    font-weight: 500;
    font-size: 18px; }
  .invoice-template__table-header {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 10px; }
  .invoice-template__table-wrapper {
    min-height: 80px; }
  .invoice-template__total-table td {
    padding: 3px 20px 3px 0;
    font-size: 15px;
    font-weight: 400; }
    .invoice-template__total-table td:first-child {
      font-weight: bold;
      white-space: nowrap; }
    .invoice-template__total-table td:last-child {
      width: 100%; }
  .invoice-template__total-table tr:last-child td:last-child {
    border-bottom: 1px solid #000; }
  .invoice-template__rules-text .big {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500; }
  .invoice-template__rules-text .rules {
    font-size: 14px;
    line-height: 18px; }
  .invoice-template__bottom-line {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
  .invoice-template__period-info {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    font-size: 15px;
    line-height: 30px; }
    .invoice-template__period-info > div:first-child {
      padding-right: 20px;
      font-size: 16px;
      font-weight: 500; }
  .invoice-template .invoice-template__additional-info {
    text-align: center;
    font-weight: 500;
    padding: 30px 0; }
  .invoice-template button.do-print {
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .invoice-template button.do-print i {
      margin-right: 5px;
      margin-top: 3px; }
  .invoice-template .table th {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle; }
  .invoice-template ul {
    margin-left: 15px;
    line-height: 18px;
    font-size: 15px;
    list-style: none;
    margin-bottom: 0; }
  .invoice-template h2 {
    font-size: 23px; }
  .invoice-template h3 {
    font-size: 18px; }
  @media print {
    .invoice-template {
      display: block;
      position: relative; }
      .invoice-template body {
        border: 1px solid black; }
      .invoice-template__body {
        display: block;
        position: relative;
        border-top: 1px solid #000;
        padding: 0 20px; }
      .invoice-template__rules-text {
        display: block;
        position: relative; }
        .invoice-template__rules-text .rules {
          font-size: 11px;
          line-height: 12px; }
      .invoice-template .do-not-print {
        page-break-inside: avoid; }
      .invoice-template li {
        page-break-inside: avoid; }
      .invoice-template .invoice-template__additional-info {
        page-break-inside: avoid;
        position: relative;
        padding: 10px 0; }
      .invoice-template .table {
        page-break-inside: auto;
        position: relative; }
        .invoice-template .table th {
          padding-top: 2px;
          padding-bottom: 2px;
          font-size: 12px; }
        .invoice-template .table th, .invoice-template .table td {
          border: 1px solid #000 !important; }
      .invoice-template__bottom-line {
        display: block;
        page-break-inside: avoid;
        position: relative;
        text-align: right;
        padding: 60px 0 0; } }

.invoice-header {
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 20px; }
  .invoice-header__logo {
    width: 114px;
    margin-left: 25px;
    margin-right: 50px; }
  .invoice-header__text {
    padding: 15px 0;
    line-height: 23px; }
    .invoice-header__text p {
      margin-bottom: 0; }

.ticket-print-wrapper {
  padding-bottom: 20px; }
  .ticket-print-wrapper .ticket-print {
    position: relative; }
    .ticket-print-wrapper .ticket-print .ticket-print__header {
      -webkit-print-color-adjust: exact;
      background-color: #F6F6F6;
      padding: 23px; }
      .ticket-print-wrapper .ticket-print .ticket-print__header .ticket-print__header-table {
        margin-top: 10px;
        margin-bottom: 10px; }
    .ticket-print-wrapper .ticket-print .ticket-print__body {
      padding: 23px; }
    .ticket-print-wrapper .ticket-print .ticket-print__logo {
      float: left;
      margin-right: 30px; }
    .ticket-print-wrapper .ticket-print .ticket-print__title {
      text-transform: uppercase;
      font-size: 17px;
      letter-spacing: 1.5px;
      font-weight: 600; }
    .ticket-print-wrapper .ticket-print .ticket-print__text {
      font-size: 15px; }
    .ticket-print-wrapper .ticket-print .ticket-print__table-user {
      margin-top: 30px; }
      .ticket-print-wrapper .ticket-print .ticket-print__table-user tr td {
        padding-right: 30px;
        padding-top: 12px; }
        .ticket-print-wrapper .ticket-print .ticket-print__table-user tr td:first-child {
          font-weight: 600; }
      .ticket-print-wrapper .ticket-print .ticket-print__table-user .ticket-print__mp {
        padding-left: 200px; }

.guests-info {
  padding-bottom: 20px; }
  .guests-info .fz-9 {
    font-size: 9px;
    line-height: 11px; }
  .guests-info .guests-info__header {
    border-bottom: 4px solid #ff1644;
    padding: 0 20px;
    margin-bottom: 0; }
    .guests-info .guests-info__header .guests-info__title {
      font-size: 10px;
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      padding: 0 2px; }
    .guests-info .guests-info__header .guests-info__title--red {
      padding-left: 20px;
      font-weight: 600;
      border-top: 5px solid #ff1644;
      height: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-color: #ff1644;
      -webkit-print-color-adjust: exact;
      color: white;
      font-size: 14px;
      text-transform: uppercase; }
  .guests-info .guests-info__logo {
    padding-top: 40px; }
  .guests-info .guests-info__line {
    height: 2px;
    margin-top: 3px;
    margin-bottom: 0; }
  .guests-info .guests-info__label {
    font-size: 9px;
    margin-top: 1px; }
  .guests-info ul {
    list-style: none; }
  .guests-info .guests-info__guests-list {
    margin-bottom: 2px; }
    .guests-info .guests-info__guests-list li {
      height: 15px;
      border: 1px solid #aca9a9;
      font-size: 12px;
      margin-bottom: -1px;
      margin-top: 0; }
  .guests-info .guests-info__box {
    font-family: 'Roboto Mono', monospace;
    padding-left: 7px;
    background-repeat: repeat-x;
    background-image: url("/images/no-template/backgrounds/squire.jpg");
    background-size: 22px 22px;
    -webkit-print-color-adjust: exact;
    width: 100%;
    letter-spacing: 13.6px;
    height: 22px;
    text-transform: uppercase;
    border-left: .2px solid #aca9a9; }
  .guests-info .guests-info__full-box {
    height: 20px;
    border: 1px solid #aca9a9;
    padding-bottom: 3px;
    padding-left: 2px;
    background-color: #fcfeff; }
  .guests-info .guests-info__body {
    padding: 1px; }
    .guests-info .guests-info__body .guests-info__agree {
      margin-bottom: 2px;
      padding: 5px;
      color: white;
      background-color: #ff1644;
      -webkit-print-color-adjust: exact;
      font-size: 10px;
      line-height: 10px;
      margin-top: 4px; }
  .guests-info .guests-info__check:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid gray; }
  .guests-info .guests-info__check.checked:before {
    content: "✓";
    font-size: 10px;
    line-height: 10px; }
  .guests-info .guests-info__background {
    background-color: #666666;
    color: white;
    -webkit-print-color-adjust: exact;
    font-size: 10px;
    margin-top: 2px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }
  .guests-info .guests-info__bottom li {
    border-bottom: 1px solid #aca9a9;
    line-height: 14px;
    font-size: 14px; }
  .guests-info .guests-info-footer__labels div {
    font-size: 10px; }

.reservation-confirm .reservation-confirm__body .reservation-confirm__client-info th, .reservation-confirm .reservation-confirm__body .reservation-confirm__services th {
  background-color: #F5F5F5;
  padding: 8px 20px;
  -webkit-print-color-adjust: exact; }

.reservation-confirm .reservation-confirm__body .reservation-confirm__client-info tr td, .reservation-confirm .reservation-confirm__body .reservation-confirm__services tr td {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
  .reservation-confirm .reservation-confirm__body .reservation-confirm__client-info tr td:nth-child(2n), .reservation-confirm .reservation-confirm__body .reservation-confirm__services tr td:nth-child(2n) {
    font-weight: 600; }
  .reservation-confirm .reservation-confirm__body .reservation-confirm__client-info tr td:nth-child(3n), .reservation-confirm .reservation-confirm__body .reservation-confirm__services tr td:nth-child(3n) {
    font-weight: 600; }

.reservation-confirm .reservation-confirm__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background-color: #F5F5F5;
  -webkit-print-color-adjust: exact;
  padding: 15px 40px;
  -ms-flex-align: center;
      align-items: center; }
  .reservation-confirm .reservation-confirm__header img {
    min-width: 114px;
    margin-right: 40px; }
  .reservation-confirm .reservation-confirm__header h2 {
    font-size: 16px; }
  .reservation-confirm .reservation-confirm__header h3 {
    font-size: 14px;
    font-weight: 400; }

.reservation-confirm .reservation-confirm__body h5 {
  margin-top: 15px;
  font-weight: 700;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 16px; }

.reservation-confirm .reservation-confirm__body .reservation-confirm__detail tr td {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding: 8px 20px; }
  .reservation-confirm .reservation-confirm__body .reservation-confirm__detail tr td:nth-child(even) {
    font-weight: 600; }

.reservation-confirm .reservation-confirm__body .reservation-confirm__client-info {
  margin-bottom: 15px; }

.reservation-confirm .reservation-confirm__body .h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.reservation-confirm .reservation-confirm__body .reservation-confirm__price-block {
  padding-left: 20px;
  font-size: 18px; }

.cashreport {
  padding-bottom: 20px;
  width: 210mm; }
  @media print {
    .cashreport {
      width: 100% !important; } }
  .cashreport .cashreport_r {
    background: white;
    page-break-after: always;
    height: 297mm;
    margin-top: 20px;
    max-width: 100%;
    padding: 15px;
    box-shadow: 0 0 3px #0000004f; }
  .cashreport h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px; }
  .cashreport .cashreport__info {
    margin-left: 50px;
    margin-bottom: 25px; }
    .cashreport .cashreport__info td {
      padding-left: 20px; }
      .cashreport .cashreport__info td:nth-child(odd) {
        font-weight: 600; }
  .cashreport table {
    margin-bottom: 30px;
    max-width: 100%; }
    .cashreport table td, .cashreport table th {
      padding: 0 20px; }

.receipt-template {
  width: 21cm;
  min-height: 29.7cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.2);
  padding: 20px; }
  @media print {
    .receipt-template {
      width: 100%; } }
  .receipt-template .receipt-table-info tr td {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2) !important;
    -webkit-print-color-adjust: exact;
    padding: 5px 25px 5px 0; }
    .receipt-template .receipt-table-info tr td:nth-child(even) {
      font-weight: 600; }

.receipt-header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 20px; }
  .receipt-header__wrapper .receipt-header__logo {
    min-width: 114px;
    height: 57px;
    margin-right: 20px; }
  .receipt-header__wrapper .receipt-header__text h2, .receipt-header__wrapper .receipt-header__text h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase; }

.receipt-header {
  background: #f5f5f5;
  -webkit-print-color-adjust: exact; }
  .receipt-header .receipt-header__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px 20px 20px; }

.receipt-template__body {
  padding: 10px 0; }
  .receipt-template__body .table th {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle; }
  .receipt-template__body .receipt-template__table-wrapper {
    min-height: 80px; }

.receipt-footer .receipt-footer__date {
  white-space: nowrap;
  font-size: 12px; }

.receipt-footer .receipt-footer__summary {
  font-size: 18px;
  font-weight: 700; }
  .receipt-footer .receipt-footer__summary div {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600; }

.receipt-footer .receipt-footer__include {
  font-size: 14px;
  font-weight: 600; }
  .receipt-footer .receipt-footer__include div {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 400; }

@media print {
  html, body, .content, .page-wrapper, .main-wrapper, .skin-default, .camp-pass-wrapper, .ticket-print__button, .camp-pass__item {
    margin: 0 !important; } }

.camp-pass .camp-pass__item {
  position: relative;
  width: 21cm;
  height: 29.7cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.3);
  page-break-after: always;
  margin-bottom: 20px;
  -webkit-print-color-adjust: exact; }
  @media print {
    .camp-pass .camp-pass__item {
      height: 100%;
      width: 100%;
      -webkit-print-color-adjust: exact; } }
  .camp-pass .camp-pass__item .camp-pass__background {
    width: 99.9%;
    height: auto;
    -webkit-print-color-adjust: exact;
    background-color: #01B98D; }
  .camp-pass .camp-pass__item .camp-pass__content {
    position: absolute;
    min-height: 100%;
    padding: 20px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .camp-pass .camp-pass__item .camp-pass__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px; }
    .camp-pass .camp-pass__item .camp-pass__header .camp-pass__text {
      color: white;
      font-size: 12px;
      font-weight: 600; }
    .camp-pass .camp-pass__item .camp-pass__header .camp-pass__logo {
      width: 220px;
      height: 37px;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-print-color-adjust: exact; }
  .camp-pass .camp-pass__item .camp-pass__body .camp-pass__title {
    text-align: center;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    line-height: 49px;
    margin-bottom: 10px; }
  .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding: 22px;
    min-height: 348px; }
    .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card b {
      font-weight: 600; }
    .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__description {
      font-size: 14px;
      margin-bottom: 20px; }
    .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__sex {
      margin-bottom: 20px;
      margin-top: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__sex .camp-pass__boy {
        margin-right: 40px; }
      .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__sex .camp-pass__ok {
        font-size: 22px;
        color: green; }
    .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__happy {
      font-size: 19px;
      font-weight: 600;
      color: #01B9B5;
      margin-top: 15px; }
    .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .camp-pass .camp-pass__item .camp-pass__body .camp-pass__card .camp-pass__footer img {
        margin-left: 20px; }
  .camp-pass .camp-pass__item .camp-pass__footer {
    padding: 10px;
    color: white; }
    .camp-pass .camp-pass__item .camp-pass__footer .camp-footer__title {
      margin-top: 10px;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .camp-pass .camp-pass__item .camp-pass__footer .camp-footer__description {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600; }
    .camp-pass .camp-pass__item .camp-pass__footer h5 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 15px; }
    .camp-pass .camp-pass__item .camp-pass__footer .camp-footer__list {
      list-style: none;
      margin-bottom: 10px; }
    .camp-pass .camp-pass__item .camp-pass__footer .camp-footer__image {
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: 195px;
      height: 31px;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-print-color-adjust: exact; }

.popover {
  max-width: 360px !important; }

.context-menu-list {
  z-index: 99999 !important; }

.card-body {
  padding: 10px !important; }

.nav.nav-tabs.customtab {
  overflow-y: hidden;
  overflow-x: auto; }
