/* COMMON
=============================================*/
/* PARTIALS
=============================================*/
/*==========================================
general for browsers
============================================*/
select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

body {
  background: transparent !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/*===================
scroll bar webkit
====================*/
::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #009688;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:active {
  background-color: #4caf50;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #4caf50;
}

::-webkit-scrollbar-thumb:horizontal {
  border-radius: 20px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

/*===================
end scroll bar webkit
====================*/
/*===========================
general wrapper
============================*/
.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  top: -9px;
}

.general-wrapper {
  padding: 0;
}

.complite-calendar-note-anchor:hover {
  text-decoration: none;
}

.edit-calendar-note-anchor:hover {
  text-decoration: none;
}

.box_shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.75);
}

.complite-calendar-note-anchor:hover {
  text-decoration: none;
  padding: 0;
}

.panel {
  box-shadow: none;
  border: 0;
}

.panel-default {
  z-index: 1;
  position: relative;
}

.login-block {
  background: #f9f9f9 !important;
}

.general-font {
  font-weight: bold;
}

.main-container-pages {
  padding: 30px;
}

.main-container-pages .table th {
  vertical-align: baseline;
}

#products_form {
  margin-top: -50px;
  vertical-align: baseline;
}

.scroll {
  margin-top: 25px;
  text-align: left;
  overflow: auto;
  height: 693px;
}

/*===========================
   end general wrapper
  ============================*/
.btn:focus,
.btn:active:hover {
  border-color: transparent;
  outline: 0;
  background-color: transparent;
}

td .btn {
  margin: 0;
}

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

.pagination>li {
  display: inline-block;
}

.pagination>.active>span {
  background-color: #009688;
  border-color: #009688;
}

/*===========================
icons
============================*/
.material-icons.md-40 {
  font-size: 40px;
}

.mt_0 {
  margin-top: 0 !important;
}

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

.h2,
h2 {
  padding-left: 35px;
}

.fz_mt_left {
  vertical-align: middle;
  margin-right: 6px;
  font-size: 19px;
}

/*===========================
icons/ registration/ login
============================*/
.title-form-sign {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
}

.login-panel {
  margin-top: 100px;
}

.reg-panel {
  margin-top: 100px;
}

.login-panel .panel-footer {
  padding: 0;
}

.login-panel .panel-footer .switch-lang {
  margin: 0;
}

.login-panel .lang-menu {
  position: relative;
}

.login-panel h3 {
  text-transform: uppercase;
}

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

.login-panel .form-group label.control-label {
  margin: 0;
}

.form-box .form-group label.control-label {
  margin: 0;
  font-size: 18px;
  color: #212121;
}

.form-box .form-group label.control-label input,
.form-box .form-group label.control-label textarea {
  padding: 0 15px;
  font-size: 16px;
  color: #737373;
}

.login-panel .panel-heading {
  text-transform: uppercase;
}

.filter-documens {
  margin-right: 100px;
}

.remember {
  display: inline;
}

input.has-error-input {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
  outline: 0;
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: .3s;
}

/*===========================
end login
============================*/
/*===========================
side-menu
============================*/
.menu-main-page .active-page-link a {
  background-color: rgba(153, 153, 153, 0.2);
}

.side-menu {
  padding: 0;
  position: fixed;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 45px;
  z-index: 9;
}

.side-menu .btn-group {
  margin: 0;
  width: 100%;
}

.link-add {
  left: 1px;
  transition: all 0.3s ease-in-out;
}

.lang-menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  height: 55px;
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.lang-menu.active {
  min-height: 120px;
  height: auto;
}

.switch-lang {
  width: 100%;
  padding: 10px 0;
}

.lang-icon {
  float: none !important;
  top: 0 !important;
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.lang-icon-active {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.btn-lang {
  padding: 10px 15px;
}

.panel-menu {
  background: #1C2B36;
  border-radius: 0;
  height: 100%;
}

.panel-menu .panel-body,
.panel-menu .panel-heading {
  background: #1C2B36;
  padding: 15px 0 0;
}

.panel-menu .panel-body {
  padding-top: 0;
}

.toggle-menu-button {
  width: 100%;
  text-align: right;
  padding: 0 8px 0 0;
  margin: 0;
}

.toggle-menu-button label:first-child {
  margin: 0;
}

label[for="menu_colapse"] {
  width: 100%;
}

.burger {
  color: #009688;
  font-size: 37px;
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.cheese-burger {
  position: relative;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.toggle-menu-button label .toggle {
  display: none;
}

.print-item .btn-primary {
  float: none;
  margin-top: 3px;
}

.btn-primary>i {
  position: relative;
  float: left;
}

.toggle-link {
  overflow: hidden;
  display: block;
  text-indent: 20px;
}

.side-link {
  border-radius: 0 !important;
  text-align: left;
  width: 100%;
  padding: 10px 15px;
}

.btn-group .dropdown-menu {
  margin-left: 13px;
}

/*============================================
end side-menu
==============================================*/
/*============================================
notification section icon
==============================================*/
.dropdown-notification {
  right: 40px;
  left: auto;
  width: 60px;
  height: 40px;
  position: relative;
  padding: 10px 9px 0;
  cursor: pointer;
}

.dropdown-notification li {
  font-size: 14px;
}

.dropdown-notification a {
  background: transparent !important;
  display: inline !important;
  padding: 0 5px 0 !important;
  color: #009688 !important;
}

.dropdown-notification a:hover {
  color: #00baa8 !important;
}

.dropdown-notification .red-badge {
  background-color: #e1260e;
  color: #fff;
  position: absolute;
  top: 0;
  right: 14px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  padding: 0;
}

.dropdown-notification-list {
  padding: 0;
  width: 530px;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
}

.dropdown-notification-list:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.dropdown-notification-list li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d3d3;
  transition: 0.3s;
}

.dropdown-notification-list li:last-child {
  border-bottom: none;
  padding: 0;
}

.dropdown-notification-list li:hover {
  background: rgba(185, 185, 185, 0.18);
}

.dropdown-notification-list .notification-arrow {
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(255, 255, 255, 0.84);
  position: absolute;
  left: 50%;
  margin-left: 212px;
  top: -23px;
  width: 0;
  display: block;
}

.dropdown-notification-list .notification-btn-link {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 15px 0 !important;
}

/*============================================
notification section icon
==============================================*/
/*=============================================
main filters
=============================================*/
.filter-list {
  text-align: center;
  margin: 0 10px;
  padding: 0;
}

.filter-list li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #00aa9a;
  cursor: pointer;
}

.filter-list li:first-child {
  margin-left: 0;
}

.filter-list li:last-child {
  margin-right: 0;
}

.filter-list li:hover {
  text-decoration: none;
  color: #636b6f;
}

.filter-list .active-link {
  text-decoration: none;
  color: #636b6f;
}

.data-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.data-block .form-group {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-left: 20px;
}

/*=============================================
main filters end
=============================================*/
/*===========================
content
============================*/
.content {
  margin-left: 57px;
  margin-top: 0;
  transition: all 0.6s ease-in-out;
}

.content .breadcrumb {
  margin: 0;
  line-height: 40px;
}

.top-bar {
  background: #ebebeb !important;
}

.account-menu {
  text-align: right;
  padding: 12px;
}

.account-menu .btn-quit {
  margin: 0;
  padding: 9px 0 0;
  position: absolute;
  right: 15px;
}

.exit {
  color: #009688;
  font-size: 25px;
}

/*===========================
end content
============================*/
/*===========================
sellers
============================*/
.btn-add {
  color: #009688;
}

.sellers .btn {
  margin: 0 auto;
}

.table>tbody>tr>td>span.toggle {
  margin: 0;
}

.table>tbody>tr>td {
  vertical-align: middle;
  height: 57px;
}

.table.table-centered>tbody>tr>td:first-child,
.table.table-centered>tbody>tr>th:first-child,
.table.table-centered>tfoot>tr>td:first-child,
.table.table-centered>tfoot>tr>th:first-child,
.table.table-centered>thead>tr>td:first-child,
.table.table-centered>thead>tr>th:first-child {
  text-align: center;
  padding: 0 30px;
}

.table.table-recentered>tbody>tr>td:first-child,
.table.table-recentered>tbody>tr>th:first-child,
.table.table-recentered>tfoot>tr>td:first-child,
.table.table-recentered>tfoot>tr>th:first-child,
.table.table-recentered>thead>tr>td:first-child,
.table.table-recentered>thead>tr>th:first-child {
  text-align: center;
  padding: 0 15px;
}

.alert-user-exist {
  display: none;
  text-align: left;
}

/*===========================
button-back
============================*/
.button-back {
  display: inline-block;
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 8px 42px 8px;
  font-size: 14px;
  text-transform: uppercase;
  background: #EEE;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-right: 40px;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 500;
}

.button-back a {
  text-decoration: none;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.87);
}

.button-back:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #e6e6e6;
}

/*===========================
end button-back
============================*/
/*===========================
global classes
============================*/
.main-caption-page {
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 15px;
  font-size: 24px;
  color: #636b6f;
  font-weight: bolder;
  text-align: left;
}

.caption-empty-table {
  margin-left: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #636b6f;
  font-weight: bolder;
}

.hidden-btn {
  display: none !important;
}

.button-wrapper {
  margin: 15px 0;
}

.button-general-container {
  margin-left: 30px;
}

i.inactive {
  color: #636b6f;
}

/*===========================
end global classes
============================*/
/*==============================
search-block
================================*/
.search-block:after {
  float: left;
  width: 450px;
}

.button-search {
  float: left;
}

.button-search .button-search-item {
  margin: 0;
  font-size: 12px;
}

.select-icon-item {
  position: absolute;
  top: 9px;
  right: 11px;
  font-size: 16px;
}

.inputs-holder {
  background-color: #fff;
  float: left;
  position: relative;
  margin-right: 10px;
}

.inputs-holder.inputs-holder_with_select {
  position: relative;
  padding-right: 80px;
}

.inputs-holder.inputs-holder_with_select select {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px 20px 5px 5px;
  border: none;
  border-left: 1px solid #ddd;
  max-width: 80px;
  background: url(../images/close.svg) right center no-repeat;
}

.inputs-holder.inputs-holder_with_select select:hover,
.inputs-holder.inputs-holder_with_select select:active {
  background-image: url(../images/close-active-min.svg);
}

.inputs-holder input[type="text"] {
  float: left;
  width: 300px;
  border: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #bfbfbf;
  font-size: 15px;
  margin-left: 10px;
  padding: 5.5px 0;
}

.inputs-holder #search-btn-fake-trigger {
  float: left;
  cursor: pointer;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #bfbfbf;
  font-size: 15px;
  width: 80px;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
}

.inputs-holder #search-dropp-down-mask {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  list-style: none;
  background-color: #f5f5f5;
  padding: 0;
  display: none;
  z-index: 9;
}

.inputs-holder #search-dropp-down-mask li {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #bfbfbf;
  font-size: 15px;
}

.inputs-holder #search-dropp-down-mask li:hover {
  background-color: #009688;
  color: #fff;
}

.select-search {
  display: none;
}

.global-search-button {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #999999;
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.global-search-button .search-icon {
  font-size: 19px;
  color: #bfbfbf;
}

/*setting*/
.form-horizontal .form-group {
  margin: 0;
}

/*.setting*/
.min-height {
  min-height: 95vh;
}

.form-group label.control-label {
  color: #000;
}

.mobile-alert {
  display: none;
}

.mobile-alert .alert {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-modal-info {
  padding: 3px 30px;
  margin: 10px 15px;
  font-size: 12px;
  font-weight: normal;
}

/*===========================
global media
============================*/
@media screen and (max-width: 1360px) {
  .pledge-info-list .closed {
    font-size: 10px;
  }
}

@media screen and (max-width: 1175px) {
  .pledge-info-list .closed {
    font-size: 8px;
  }
}

@media screen and (max-width: 1150px) {
  .pledge-info-list span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1050px) {
  .pledge-info-list li {
    font-size: 13px;
  }

  .product-list li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
  }

  .table.table-pledge thead tr th {
    border-bottom: 0 !important;
    padding: 8px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .pledge-info-list {
    margin: 0;
    padding: 16px 0;
  }
}

@media screen and (max-width: 945px) {
  .inputs-holder input[type="text"] {
    width: 180px;
  }

  .added-product-types {
    width: 43%;
    margin-right: 10px;
  }

  .history-end,
  .history-number {
    margin-right: 10px;
  }
}

@media screen and (max-width: 922px) {
  .client-name {
    width: 50%;
  }
}

@media screen and (max-width: 880px) {
  .history-list li a i {
    font-size: 15px;
  }

  .table-pledge th {
    font-size: 12px;
  }

  .panel-body {
    padding: 0 !important;
  }

  .client-info {
    padding-left: 15px;
  }

  .inputs-holder input[type="text"] {
    width: 146px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-alert {
    position: fixed;
    /*display: block;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
  }
}

/*end-media*/
/*==========================================
main page content
============================================*/
.table.table-main>tbody>tr>td:first-child,
.table.table-main>tbody>tr>th:first-child,
.table.table-main>tfoot>tr>td:first-child,
.table.table-main>tfoot>tr>th:first-child,
.table.table-main>thead>tr>td:first-child,
.table.table-main>thead>tr>th:first-child {
  text-align: left;
  padding: 0 50px;
}

.filters-form {
  margin-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -50px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 15px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.filters-form .datepickr-wrapper {
  width: 100%;
  display: inline;
  margin: 0 10px;
}

.filters-form .datepickr-wrapper:last-child {
  margin-right: 0;
}

.filters-form input {
  border-radius: 4px;
  box-shadow: 0 2px 0 #eee;
  border: 1px solid #ddd;
  text-align: center;
  max-height: 40px;
  min-height: 40px;
  max-width: 136px;
}

.filters-form .inputs-data-container span {
  margin: 0;
  vertical-align: bottom;
}

.filters-form .number-container {
  position: relative;
  display: inline-block;
}

.filters-form .number-container .deposit-number-title-field {
  position: absolute;
  top: 6px;
  right: 14px;
  cursor: pointer;
}

.filters-form .number-container .active-title-field {
  display: block;
}

.filters-form .action-select {
  margin-right: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 3px #eee;
  border: 1px solid #ddd;
  max-height: 40px;
  min-height: 40px;
  max-width: 136px;
  padding-left: 4px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.filters-form .action-select:hover,
.filters-form .action-select:active {
  background-image: url(../images/close-active-min.svg);
}

#datepickr::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: center !important;
}

#datepickr::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: center !important;
}

/* firefox 19+ */
#datepickr:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: center !important;
}

/* ie */
input#datepickr:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: center !important;
}

.deposit-date-end-field #datepickr::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: left !important;
}

.deposit-date-end-field #datepickr::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: left !important;
}

/* firefox 19+ */
.deposit-date-end-field #datepickr:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  text-align: left !important;
}

/* ie */
.choose-number::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #0a0909;
}

.choose-number::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #0a0909;
}

/* firefox 19+ */
.choose-number:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #0a0909;
}

/* ie */
input.choose-number:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #0a0909;
}

.actions-group .btn {
  padding: 4px 6px;
}

.filters-form.top_align_filters {
  display: block;
  position: relative;
  float: right;
  margin: 0;
}

.filters-form.top_align_filters .inputs-data-container {
  float: left;
}

.filters-form.top_align_filters .generated_but {
  float: left;
  margin: 0 0 0 30px;
}

.filters-form.top_align_filters .generated_but a.cash-print {
  display: block;
  padding: 0;
  cursor: pointer;
  background: #009688;
  border-radius: 3px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.filters-form.top_align_filters .generated_but a.cash-print:hover {
  background: #00aa9a;
}

/*==========================================
end main page content
============================================*/
/*==========================================
media main page filters
============================================*/
@media screen and (max-width: 1878px) {
  .filters-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1261px) {
  .list-filter-container {
    display: none;
  }

  .filters-form .action-select {
    margin-left: 12px;
  }
}

@media screen and (max-width: 930px) {
  .filters-form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .filters-form .action-select {
    margin-left: 0;
  }

  .actions-container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  .filters-form .inputs-data-container {
    display: block;
  }

  .filters-form .inputs-data-container span {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

/*==========================================
media main page filters
============================================*/
/*==========================================
calendar-block
============================================*/
.calendar-block {
  display: none;
  width: 367px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  border-radius: 4px;
  z-index: 7;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 59px;
  right: 47px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #bfbfbf;
  font-size: 16px;
}

.calendar-block:before {
  content: '';
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(255, 255, 255, 0.84);
  position: absolute;
  left: 50%;
  margin-left: 83px;
  top: -25px;
  width: 0;
}

.calendar-block:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.calendar-block .colors {
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.calendar-block .red-box {
  border-radius: 4px;
  background: rgba(191, 89, 89, 0.92);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.calendar-block .red-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.calendar-block .green-box {
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 4px;
  background: rgba(101, 173, 146, 0.61);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.calendar-block .green-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.calendar-block .dark-green-box {
  border-radius: 4px;
  background: #174f42;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.calendar-block .dark-green-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.calendar-block #date-init {
  margin: 20px 0 0;
}

.calendar-block #date-init tbody .datepickerMonths td,
.calendar-block #date-init tbody .datepickerYears td {
  padding: 9px 7.6px;
}

.add-calendar-block-btn {
  position: absolute;
  top: 12px;
  right: 120px;
  padding: 0;
  color: #009688 !important;
}

.add-calendar-block-btn:hover {
  background: transparent;
}

/*=================================================
adding colors
===================================================*/
.choose-color {
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

td .red-background {
  background: rgba(191, 89, 89, 0.92);
}

td .green-background {
  background: rgba(101, 173, 146, 0.61);
}

td .dark-green-background {
  background: rgba(0, 0, 0, 0.3);
}

/*==========================================
end calendar-block
============================================*/
/*===============================================
common select arrow for forms
===============================================*/
.select-control-item {
  background-image: url(../images/close-select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.select-control-item:hover,
.select-control-item:active {
  background-image: url(../images/close-active.svg);
}

.select-control-item-min {
  background-image: url(../images/close.svg);
  background-position: 91% 58%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.select-control-item-min:hover,
.select-control-item-min:active {
  background-image: url(../images/close-active-min.svg);
}

.select-control-item-min-close {
  background-image: url(../images/close.svg);
  background-position: 103% 47%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.select-control-item-min-close:hover,
.select-control-item-min-close:active {
  background-image: url(../images/close-active-min.svg);
}

/*===============================================
end common select arrow for forms
===============================================*/
/*====================================================
global date filter media style
======================================================*/
@media screen and (max-width: 873px) {
  .filters-form .datepickr-wrapper {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.filters-form input.choose-number {
  max-width: 160px;
}

.table-responsive.with-fixed-td table td:nth-child(4) {
  width: 33%;
}

.form-group label.control-label {
  width: auto;
  position: static;
  margin: 0;
}

.form-group label.control-label input[type="checkbox"] {
  display: none;
}

.form-group label.control-label .checkbox-tile {
  margin: 0 0 0 10px;
}

.form-group label.control-label.radio-label span.checkbox-tile {
  margin: 0 30px 0 7px;
}

.clients-add .form-group {
  margin: 0;
}

a.panel-title:active,
a.panel-title:hover,
a.panel-title:focus {
  color: #fff;
}

.client-info {
  font-size: 14px;
}

.client-filter-container-status {
  position: relative;
  overflow: hidden;
}

.client-filter-container-status span {
  margin: 16px 15px 0 0;
  float: left;
}

.client-filter-deposit-status {
  border-radius: 4px;
  box-shadow: 2px 2px 3px #eee;
  border: 1px solid #ddd;
  width: 146px;
  float: left;
  vertical-align: top;
  padding: 5px 4px 3px;
  font-size: 15px;
  line-height: 30px;
  height: 40px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.client-filter-deposit-status:hover,
.client-filter-deposit-status:active {
  background-image: url(../images/close-active-min.svg);
}

.client-info div {
  display: inline-block;
  padding-right: 80px;
}

.client-info div:last-child {
  display: inline-block;
  padding-right: 0;
}

.client-info span {
  display: block;
}

.client-info .text-user-data {
  font-weight: 500;
  display: block;
}

.client-info p:nth-child(odd) {
  font-weight: bold;
}

.client-section {
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.client-name {
  font-size: 24px;
  color: #000;
  font-weight: bolder;
  text-transform: uppercase;
  float: left;
}

.expand-deposits {
  width: 100%;
  text-align: center;
}

.client-info.table>tbody>tr>td {
  text-align: left;
  vertical-align: bottom;
}

.add-dep {
  font-size: 34px;
}

.users-info {
  padding: 15px 33px 47px;
  font-size: 16px;
  font-weight: bolder;
  color: #000;
}

.btn-operation {
  color: #fff !important;
  margin: 0;
}

.client-info {
  display: inline-block;
}

.nav-tabs {
  background: transparent;
  border: none;
  margin: 40px 0;
}

.nav-tabs li {
  padding-right: 60px;
  font-size: 18px;
  text-transform: uppercase;
}

.nav-tabs li a {
  color: #000 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #009688 !important;
  border-bottom: 1px solid #009688 !important;
}

.nav-tabs>li.active,
.nav-tabs>li.active:focus,
.nav-tabs>li.active:hover {
  background: transparent !important;
}

.nav-tabs>li a:focus,
.nav-tabs>li a:hover {
  color: #009688 !important;
  border-bottom: 1px solid #009688 !important;
}

.table-pledge th {
  font-size: 15px;
  color: #373737;
  font-weight: lighter;
}

.table.table-pledge>tbody>tr>td,
.table.table-pledge>tbody>tr>th,
.table.table-pledge>tfoot>tr>td,
.table.table-pledge>tfoot>tr>th,
.table.table-pledge>thead>tr>td,
.table.table-pledge>thead>tr>th {
  text-align: left !important;
}

.table.table-pledge>thead>tr>th {
  font-weight: 500;
}

.table.table-deposit>tbody>tr>td,
.table.table-deposit>tbody>tr>th,
.table.table-deposit>thead>tr>td,
.table.table-deposit>thead>tr>th {
  text-align: left !important;
  width: 16.6%;
}

.table.table-deposit>thead>tr>th {
  font-weight: 500;
  color: #1b1b1b;
}

.table.table-deposit>thead {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.table-deposit .closed-client-deposit {
  color: #009688;
}

.action-item .btn {
  padding: 0 5px;
}

.action-item i {
  font-size: 18px;
}

.client-action-btn a {
  padding: 4px 10px;
}

.table.pledge-history>tbody>tr>td,
.table.pledge-history>tbody>tr>th,
.table.pledge-history>tfoot>tr>td,
.table.pledge-history>tfoot>tr>th,
.table.pledge-history>thead>tr>td,
.table.pledge-history>thead>tr>th {
  text-align: left !important;
  width: 12.5%;
}

.table.pledge-history>thead>tr>th {
  font-weight: 500;
  color: #1b1b1b;
}

.table.pledge-history>thead {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.dropdown-operation {
  min-width: 215px;
}

.panel-pledge {
  margin: 0;
}

.table-pledge-user {
  padding: 0 !important;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #fff !important;
}

.panel-pledge-wrapper {
  box-shadow: none;
}

.table {
  margin-bottom: 0;
}

.btn.pledge-btn:hover,
.btn.pledge-btn:focus,
.btn.pledge-btn:active {
  background: #636b6f !important;
  color: #fff !important;
}

.title-pledge {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.title-product {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.client-name .btn {
  padding: 0 1px;
  margin: 0;
  margin-bottom: 6px;
}

.table.pledge-history>thead>tr>th {
  text-align: left !important;
  color: #1b1b1b;
}

.pledge-info-list li a {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.pledge-info-list li {
  font-size: 14px;
}

.pledge-info-list {
  text-align: left;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 0;
  list-style: none;
  margin: 20px -15px 10px;
}

.info-pledge {
  border-bottom: 2px solid #ddd;
  background: #fff;
}

.table.table-pledge thead tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px solid #ddd;
}

.table.table-pledge thead tr th {
  border-bottom: 0 !important;
  padding: 8px 0;
  font-size: 14px;
}

.pledge-info-list .closed .deposit-close {
  background: #dec507;
}

.pledge-info-list .closed .deposit-overdue {
  background: #ce3f1d;
}

.pledge-info-list .closed .deposit-active {
  background: #4caf50;
}

.pledge-info-list span {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  font-size: 11px;
}

.arrow-accordion.active {
  -webkit-transform: rotateX(160deg);
  transform: rotateX(160deg);
  padding: 2px;
  color: #bdbdbd;
}

a .arrow-accordion {
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  padding: 2px;
  color: #bdbdbd;
}

th.deposit-number {
  padding: 8px 10px !important;
}

.user-news {
  display: none;
}

.user-news.active-notification {
  display: none;
}

.btn-notification {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-notification .ripple-container {
  display: none !important;
}

.notification {
  font-size: 25px;
  color: #008679;
  padding: 0 !important;
}

.notification-user-data {
  color: #009688;
  font-weight: 400;
}

.pledge-collapse {
  background-color: #f0f0f0;
}

.data-deposit-notification {
  text-decoration: underline;
  transition: 3s;
  color: #00ccb9;
}

.data-deposit-notification:hover {
  text-decoration: none;
  color: #007a6e;
}

.form-group-item-input {
  float: left;
}

.form-group-item-select {
  float: left;
}

.client-page-view .deposit-number,
.client-page-view .added-number {
  width: 12.5%;
}

.client-page-view .name {
  width: 12.5%;
}

.client-page-view .date-start {
  width: 12.5%;
}

.client-page-view .date-end {
  width: 12.5%;
}

.client-page-view .price {
  width: 12.5%;
}

.client-page-view .price-percent {
  width: 12.5%;
}

.client-page-view .intress-amount {
  width: 12.5%;
}

.client-page-view .closed {
  width: 12.5%;
}

.client-page-view .closed .deposit-status-label {
  min-width: 80px;
  text-align: center;
}

.client-page-view .btn-collapse {
  width: 4%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.client-page-view .info-pledge {
  position: relative;
}

.client-page-view .info-pledge:after {
  display: block;
  clear: both;
  content: '';
}

.client-page-view .pledge-info-list {
  text-align: left;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 0;
  list-style: none;
  margin: 20px -15px 10px;
}

/*====================================
filters section client page
======================================*/
.client-page-filters ul {
  margin-left: 0;
}

.client-page-filters ul li {
  text-transform: lowercase;
}

.client-page-filters ul li:last-child {
  margin-right: 0;
}

.client-page-filters .client-filter-start,
.client-page-filters .client-filter-end {
  vertical-align: bottom;
}

.filters-form-client {
  margin-left: 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -50px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 15px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.filters-form-client .datepickr-wrapper {
  width: 100%;
  display: inline;
  margin: 0 10px;
}

.filters-form-client .datepickr-wrapper:last-child {
  margin-right: 0;
}

.filters-form-client input {
  border-radius: 4px;
  box-shadow: 0 2px 0 #eee;
  border: 1px solid #ddd;
  text-align: center;
  max-height: 40px;
  min-height: 40px;
  max-width: 136px;
}

.filters-form-client .inputs-data-container span {
  margin: 0;
  vertical-align: bottom;
}

.filters-form-client .inputs-data-container {
  margin: 0 20px;
}

.client-deposit-wrap {
  position: relative;
}

.client-table {
  overflow: hidden;
}

.clients-page-tooltip.tooltip {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 10px;
}

.clients-page-tooltip.tooltip:hover .tooltiptext {
  visibility: visible;
}

.clients-page-tooltip.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(71, 71, 71, 0.77);
  color: #fff;
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: -44px;
  top: 30px;
}

.clients-page-tooltip.tooltip .tooltiptext:before {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(71, 71, 71, 0.77);
  position: absolute;
  left: 41%;
  top: -16px;
  width: 0;
}

/*====================================
end filters section client page
======================================*/
/*====================================
media client
======================================*/
@media screen and (max-width: 1800px) {
  .clients-page-tooltip.tooltip {
    right: inherit;
    left: -20px;
  }
}

@media screen and (max-width: 1295px) {
  .client-filter-container {
    display: none;
  }

  .filters-form-client .inputs-data-container {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1289px) {
  .client-page-view .closed .deposit-status-label {
    min-width: 70px;
    text-align: center;
  }
}

@media screen and (max-width: 1189px) {
  .filters-form-client {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .filters-form-client .inputs-data-container {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1107px) {
  .client-page-view .closed .deposit-status-label {
    min-width: 60px;
    text-align: center;
  }

  .pledge-info-list span {
    font-size: 9px;
  }
}

@media screen and (max-width: 991px) {
  .client-page-view .btn-collapse {
    width: 4%;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -19px;
  }

  a .arrow-accordion {
    font-size: 16px;
  }

  .client-page-view .closed {
    width: 15.5%;
  }
}

@media screen and (max-width: 873px) {
  .filters-form-client .inputs-data-container span {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media screen and (max-width: 808px) {
  .client-page-view .btn-collapse {
    width: 4%;
    position: absolute;
    right: -2px;
    top: 50%;
  }
}

/*=====================
 .deposits
=====================*/
.deposit-add .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/close-select.svg);
  background-position: 64% center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.deposit-add .select2-container--default .select2-selection--single .select2-selection__arrow:hover {
  background-image: url(../images/close-active.svg);
}

.deposit-add .select2-container--default .select2-selection--single .select2-selection__arrow:active {
  background-image: url(../images/close-active.svg);
}

.deposit-add .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

#gold_field_pattern {
  display: none;
}

#add_rich_product {
  display: none;
}

#common_field_pattern {
  display: none;
}

#pattern_price_fields_block {
  display: none;
}

.add-fields-deposit {
  position: relative;
}

.buy_products_pattern .added-product-types-carat,
.buy_products_pattern .added-product-types-gram,
.buy_products_pattern .added-product-types-origin,
.buy_products_pattern .added-product-types-price {
  width: 12%;
}

.buy_products_pattern .added-product-categories-pattern {
  width: 20%;
}

.add-container {
  position: absolute;
  bottom: 70px;
  right: 10px;
  margin: 0;
}

.add-container-buyout {
  position: absolute;
  bottom: 28px;
  right: 23%;
  margin: 0;
}

.add-container-gold {
  position: absolute;
  bottom: 28px;
  right: 0;
  margin: 0;
}

.add-fields-btn {
  padding: 0;
  margin: 0;
  border-radius: 100%;
}

.add-fields-btn i {
  font-size: 28px;
}

/*=====================
 .deposits
=====================*/
.data-close-deposit {
  margin-bottom: 30px;
}

.total-price span {
  font-size: 18px;
  color: #009688;
  font-weight: 500;
  line-height: 2;
}

.total-price-deposit span {
  font-size: 18px;
  color: #009688;
  font-weight: 500;
  line-height: 2;
}

.form-group.total-price-deposit-block {
  margin-top: 20px !important;
}

.form-group.total-price-deposit-block .price-amount-close-deposit {
  padding-bottom: 2px;
}

.page-close-select {
  width: 20%;
}

.table-close-deposit .close-deposit-number-field {
  width: 10%;
}

.table-close-deposit .separate-btn {
  padding-top: 0;
}

.table-close-deposit .separate-btn .tooltip-info {
  position: relative;
  background-image: url(../images/unlink.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: right center;
  vertical-align: bottom;
}

.table-close-deposit .separate-btn .tooltip-info .tooltip-close-deposit {
  visibility: hidden;
  width: 120px;
  background-color: rgba(71, 71, 71, 0.77);
  color: #fff;
  font-size: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: -51px;
  top: 34px;
}

.table-close-deposit .separate-btn .tooltip-info .tooltip-close-deposit:before {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(71, 71, 71, 0.77);
  position: absolute;
  left: 41%;
  top: -16px;
  width: 0;
}

.table-close-deposit .separate-btn .tooltip-info:hover .tooltip-close-deposit {
  visibility: visible;
}

.table-close-deposit .form-group .form-control {
  margin-bottom: 0;
  margin-top: 7px;
}

.table.table-close-deposit>thead>tr>th,
.table.table-close-deposit>tbody>tr>td {
  text-align: left;
  font-size: 16px;
}

.table.table-close-deposit>thead>tr>th {
  font-weight: lighter;
  border-bottom: 1px solid #ddd;
}

.table.table-close-deposit>tbody>tr>td {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.name-user-deposit {
  text-align: center;
  margin-bottom: 40px;
}

.added-number {
  padding: 0 10px !important;
}

.added-product-wrapper:after {
  display: block;
  clear: both;
  content: '';
}

.added-product-wrapper {
  margin: 30px 0 10px;
}

.added-product-categories {
  width: 35%;
  margin-right: 10px;
}

.btn-product-delete {
  width: 10%;
}

.added-product-categories span {
  display: block;
  font-size: 16px;
}

.added-product-categories input {
  min-width: 90%;
}

.btn-danger.delete-btn {
  color: red;
  background-color: transparent;
  border-color: #f44336;
  margin-right: 0;
}

.added-product-title span {
  display: block;
  font-size: 16px;
}

.added-product-types-name input,
.added-product-types-carat input,
.added-product-types-carat select,
.added-product-types-gram select,
.added-product-types-origin select,
.added-product-types-price select {
  min-width: 90%;
}

.added-product-types-gram input,
.added-product-types-price input {
  max-width: 80%;
}

.added-product-types-carat,
.added-product-types-gram,
.added-product-types-origin,
.added-product-types-price {
  width: 15%;
}

.added-product-types-name {
  width: 25%;
}

.btn.btn-raised.btn-gold-deposit {
  display: block;
  margin-top: 20px;
}

.add-product-category {
  display: inline-block;
  width: 30%;
  margin-right: 30px !important;
}

.add-product-category-price {
  display: inline-block;
  width: 20%;
}

.form-group select.redecorated-selects {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
}

.form-group .select-user-option {
  margin-top: 11px;
}

.wrapper-select-search-deposit {
  margin-top: 10px;
}

.wrapper-select-search-deposit:after {
  content: '';
  display: block;
  clear: both;
}

.wrapper-select-search-deposit .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.wrapper-select-search-deposit .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
  line-height: 28px;
  font-size: 16px;
  padding: 0 !important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ddd !important;
}

.select2-search .select2-search--dropdown {
  border: 1px solid #ddd !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009688;
  color: white;
}

.select2-results__options li {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #bfbfbf;
  font-size: 15px;
}

.select2 {
  width: 83% !important;
  margin-bottom: 15px;
}

.inner-details {
  display: none;
  margin: 15px 0;
}

.button-wrapper-deposit {
  float: right;
  margin-top: -13px;
}

.button-wrapper-deposit a {
  margin: 0;
}

.rotated {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.date {
  width: 100%;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  box-sizing: border-box;
}

.picker {
  width: 100%;
  height: 38px;
  font-size: 999px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#contract_block {
  width: 100%;
}

.checkbox-tile {
  margin: 0 30px 0 10px;
}

.redeposit-products .title {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}

.redeposit-products .products {
  height: 38px;
  padding: 7px 0;
  line-height: 1.5;
  display: block;
  font-size: 16px;
  border: 0;
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(99%);
  background-color: rgba(0, 0, 0, 0);
}

/*===================================
checkbox in the partial buyout table
====================================*/
.check-up-item .checkbox {
  padding-top: 4px !important;
}

.check-up-item .checkbox .checked-item {
  padding: 0 !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

/*===================================
end checkbox in the
partial buyout table
====================================*/
/*===================================
media deposit
====================================*/
@media screen and (max-width: 1178px) {
  .select2 {
    width: 73% !important;
  }
}

@media screen and (max-width: 1108px) {
  .buy_products_pattern .added-product-categories-mob {
    width: 14%;
  }

  .buy_products_pattern .added-product-types-carat,
  .buy_products_pattern .added-product-types-gram,
  .buy_products_pattern .added-product-types-origin {
    width: 10%;
  }
}

@media screen and (max-width: 845px) {
  .page-close-select {
    width: 16%;
  }
}

.caption-block {
  font-size: 20px;
  margin-left: 18px;
  color: #0a0909;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.general-stock-field {
  width: 15%;
}

.info-stock-field {
  width: 35%;
}

.table.stock-table>thead>tr>th:first-child,
.table.stock-table>tbody>tr>td:first-child {
  padding-left: 45px;
}

.table.stock-table>thead>tr>th .sell-stock,
.table.stock-table>tbody>tr>td .sell-stock {
  padding: 0;
  margin-left: 3px !important;
  text-transform: capitalize;
}

.table.stock-table>thead>tr>th .form-group,
.table.stock-table>tbody>tr>td .form-group {
  width: 180px;
}

.table.stock-table>thead>tr>th .form-group .common-field,
.table.stock-table>tbody>tr>td .form-group .common-field {
  max-width: 100%;
}

.table.stock-table>thead>tr>th span,
.table.stock-table>tbody>tr>td span {
  font-weight: bold;
}

.table.stock-table>thead>tr>th .gram-point,
.table.stock-table>tbody>tr>td .gram-point {
  font-weight: bold;
  margin-right: 10px;
}

/*==============================
stock edit gold product
================================*/
.stock-edit-info {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #212121;
}

.stock-edit-info span:first-child {
  font-weight: bolder;
}

/*==============================
Media stock
================================*/
@media screen and (max-width: 1352px) {

  .table.stock-table>thead:first-child>tr:first-child>th .form-group,
  .table.stock-table>tbody>tr>td .form-group {
    width: 140px;
  }
}

@media screen and (max-width: 1178px) {

  .table.stock-table>thead:first-child>tr:first-child>th .form-group,
  .table.stock-table>tbody>tr>td .form-group {
    width: 120px;
  }
}

@media screen and (max-width: 1078px) {

  .table.stock-table>thead:first-child>tr:first-child>th .form-group,
  .table.stock-table>tbody>tr>td .form-group {
    width: 100px;
  }
}

@media screen and (max-width: 988px) {
  .general-stock-field {
    width: auto;
  }

  .info-stock-field {
    width: auto;
  }
}

/*===================================
shop-head
=====================================*/
.shop-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
}

.shop-head .btn-operation {
  min-width: 218px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

/*===================================
shop-table
=====================================*/
.table.table-shop>thead>tr>th:first-child,
.table.table-shop>tbody>tr>td:first-child {
  padding: 8px 50px;
  width: 100px;
}

.table.table-shop>thead>tr>th:first-child .shop-checkbox,
.table.table-shop>tbody>tr>td:first-child .shop-checkbox {
  margin: 0;
}

.page-sell-product-select {
  min-width: 120px;
}

/*===============================================
cash head filters
=================================================*/
.info-calendar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(119, 119, 119, 0.37);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.info-calendar .modal-content {
  width: 600px;
  position: absolute;
  padding-top: 0;
  z-index: 9;
  top: 50px;
  left: 30%;
}

.info-calendar .modal-content .close {
  margin-right: 12px;
}

.info-calendar .modal-content .btn-default:first-child {
  margin-right: 40px;
}

.info-calendar .modal-content .modal-body {
  padding-top: 0;
}

.info-calendar .modal-content .modal-body label {
  display: block;
  text-align: left;
}

.info-calendar .modal-content .modal-body .form-group {
  background-image: url(../images/close-select.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

.info-calendar .modal-content .modal-body .form-group:hover,
.info-calendar .modal-content .modal-body .form-group:active {
  background-image: url(../images/close-active.svg);
}

.info-calendar .modal-content .modal-body .form-group select {
  cursor: pointer;
}

.cash-department-page .cash-filter-wrapper {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
  padding-right: 15px;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .filters-form {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 20px;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters span {
  vertical-align: bottom;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-drop {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-drop .cash-print {
  cursor: pointer;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-drop .dropdown-toggle {
  padding: 8px 44px;
  margin: 0 10px;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .actions-container {
  display: inline-block;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .actions-container .cash-action-select {
  border-radius: 4px;
  box-shadow: 0 2px 0 #eee;
  border: 1px solid #ddd;
  max-height: 40px;
  min-height: 40px;
  width: 136px;
  padding-left: 10px;
  background-image: url(../images/close.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .actions-container .cash-action-select:hover,
.cash-department-page .cash-filter-wrapper .cash-department-page-filters .actions-container .cash-action-select:active {
  background-image: url(../images/close-active-min.svg);
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .actions-container .cash-action-select option {
  text-transform: lowercase;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-filter-container {
  display: inline-block;
  margin: 0;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-filter-container .cash-steps {
  margin-bottom: 7px;
  margin-right: 14px;
  margin-left: 20px;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-filter-container .cash-steps:last-child {
  margin-right: 0;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .cash-filter-container .cash-steps:first-child {
  margin-left: 0;
  margin-right: 0;
}

.cash-department-page .alert-success {
  margin-bottom: 30px;
}

.process-information {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #505050;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eae7e7;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  box-shadow: 0 8px 7px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.12);
}

.process-information .current-balance {
  position: relative;
}

.process-information li {
  display: inline-block;
  border-right: 1px solid #e0dbdb;
  width: 25%;
  padding: 30px 0;
}

.process-information li:last-child {
  border: none;
}

.process-information li p {
  font-size: 28px;
  font-weight: 600;
}

.tooltip-process {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

.tooltip-process .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(71, 71, 71, 0.77);
  color: #fff;
  font-size: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: -44px;
  top: 30px;
}

.tooltip-process .tooltiptext:before {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(71, 71, 71, 0.77);
  position: absolute;
  left: 41%;
  top: -16px;
  width: 0;
}

.tooltip-process .tooltiptext .tooltip-inner {
  display: block;
}

.tooltip-process:hover .tooltiptext {
  visibility: visible;
}

/*=============================================
cash activity table
==============================================*/
.cash-activity-expense {
  color: #f44336;
}

/*=============================================
created cash page
===============================================*/
.session-date-search {
  padding-left: 15px;
}

.session-date-search .main-caption-page {
  margin-left: 0;
}

.session-date-search .cash-btn-back {
  margin-top: 20px;
  cursor: pointer;
}

.session-date-search .cash-btn-back .button-back {
  margin: 0;
}

.session-date-search .search-created-cash {
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: block;
}

/*===============================================
media cash
=================================================*/
@media screen and (max-width: 1254px) {
  .cash-department-page .cash-filter-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .cash-department-page .cash-filter-wrapper .cash-department-page-filters .filters-form {
    margin-top: 20px;
  }

  .cash-department-page .cash-department-page-filters {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .cash-product-container .cash-information {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 989px) {
  .cash-department-page .cash-department-page-filters .actions-container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 778px) {
  .cash-department-page .cash-btn-container .button-cash-item {
    margin: 0 15px;
  }
}

/*===================================================
Documents page
=====================================================*/
.documents-page .datepickr-calendar {
  left: -120px;
}

.documents-page .documents-tab {
  margin-left: 15px;
}

/*===================================================
end Documents page
=====================================================*/
.documents-page .datepickr-calendar {
  left: -120px;
}

.documents-page .documents-tab {
  margin-left: 15px;
}

/*===================================================
Accounting Documents page end
=====================================================*/
.accounting-container .title-accountant {
  display: inline-block;
}

.accounting-container .accounting-actions {
  display: none;
  margin-left: 37px;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #00aa9a;
  cursor: pointer;
}

.accounting-container .accounting-actions .accounting-remove {
  margin-right: 15px;
  color: #ff1217;
}

.accounting-container .accounting-form {
  font-size: 15px;
  font-weight: 400;
  margin-left: 15px;
}

.accounting-container .accounting-form input {
  border: none;
}

.accounting-container .accounting-form label {
  margin-top: 10px;
  margin-right: 15px;
}

.accounting-container .accounting-form .checkbox {
  margin-top: 0;
}

.accounting-container .accounting-btn-group {
  margin-top: 25px;
}

.accounting-container .accounting-btn-group input {
  margin: 0;
}

/*===================================================
Accounting  Documents page end
=====================================================*/
/*=====================================================================
video-information page
=======================================================================*/
.add-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(231, 231, 231, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.add-preloader #floatingCirclesG {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  margin: auto;
}

.add-preloader .f_circleG {
  position: absolute;
  background-color: #ffffff;
  height: 22px;
  width: 22px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

.add-preloader #frotateG_01 {
  left: 0;
  top: 51px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

.add-preloader #frotateG_02 {
  left: 15px;
  top: 15px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

.add-preloader #frotateG_03 {
  left: 51px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

.add-preloader #frotateG_04 {
  right: 15px;
  top: 15px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

.add-preloader #frotateG_05 {
  right: 0;
  top: 51px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

.add-preloader #frotateG_06 {
  right: 15px;
  bottom: 15px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

.add-preloader #frotateG_07 {
  left: 51px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

.add-preloader #frotateG_08 {
  left: 15px;
  bottom: 15px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
  0% {
    background-color: #00a98c;
  }

  100% {
    background-color: #ffffff;
  }
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #00a98c;
  }

  100% {
    background-color: #ffffff;
  }
}

.info-warning {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(119, 119, 119, 0.37);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.info-warning .modal-content {
  width: 600px;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 30%;
}

.information-page {
  margin-left: 15px;
}

.information-page .information-video-form {
  position: relative;
  margin-left: 15px;
  text-align: left;
}

.information-page .information-video-form .information-choose-video {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.information-page .information-video-form .text-choose-video {
  width: 400px;
  height: 298px;
  border: 2px dashed #009688;
  opacity: .5;
  transition: opacity 0.3s ease-in;
  cursor: pointer;
  border-radius: 4px;
}

.information-page .information-video-form .text-choose-video:hover {
  opacity: 1;
}

.information-page .information-video-form .text-choose-video .icon-choose-video {
  position: absolute;
  left: 42%;
  top: 117px;
}

.information-page .information-video-form .text-choose-video .icon-choose-video i {
  font-size: 56px;
  cursor: pointer;
}

.information-page .information-video-form .text-choose-video .icon-choose-video i:active {
  background: transparent;
}

.information-page .information-video-form .text-choose-video .icon-choose-video:hover .tooltiptext-information {
  visibility: visible;
}

.information-page .information-video-form .information-add-video {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.information-page .information-video-form .text-add-video {
  position: absolute;
  left: 42%;
  top: 117px;
  display: none;
}

.information-page .information-video-form .text-add-video:hover .tooltiptext-information {
  visibility: visible;
}

.information-page .information-video-form .text-add-video i {
  font-size: 56px;
  cursor: pointer;
}

.information-page .information-video-form .text-add-video i:active {
  background: transparent;
}

.information-page .information-video-form .text-video-field {
  position: absolute;
  top: 264px;
  left: 12px;
  display: none;
}

.information-page .information-video-form .text-video-field i {
  margin-right: 10px;
  color: rgba(0, 150, 136, 0.5);
}

.information-page .information-video-form .text-video-field .information-text-field {
  background: transparent;
  border: none;
  max-width: 330px;
  width: 330px;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #636b6f;
  cursor: pointer;
}

.information-page .video-information-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.information-page .video-information-block .info-video-section {
  position: relative;
  cursor: pointer;
}

.information-page .video-information-block .info-video-section .delete-video {
  position: relative;
  z-index: 6;
}

.information-page .video-information-block .info-video-section .delete-video .tooltiptext-information {
  visibility: hidden;
  width: 120px;
  background-color: rgba(71, 71, 71, 0.77);
  color: #fff;
  font-size: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 338px;
  top: 36px;
  padding: 7px 5px;
}

.information-page .video-information-block .info-video-section .delete-video .tooltiptext-information:before {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(71, 71, 71, 0.77);
  position: absolute;
  left: 41%;
  top: -16px;
  width: 0;
}

.information-page .video-information-block .info-video-section .delete-video:hover .tooltiptext-information {
  visibility: visible;
}

.information-page .video-information-block .info-video-section i {
  position: absolute;
  padding: 7px;
  cursor: pointer;
  top: 1.4px;
  right: 1px;
  color: rgba(246, 100, 90, 0.99);
  font-weight: bolder;
  transition: color .1s linear;
}

.information-page .video-information-block .info-video-section i:hover {
  color: #f7010d;
}

.information-page .video-information-block .video-wrapper {
  position: relative;
}

.information-page .video-information-block .video-wrapper video {
  margin-left: 15px;
  border: 1px solid rgba(71, 71, 71, 0.06);
  border-radius: 4px;
}

.information-page .video-information-block .video-wrapper .title-video {
  position: absolute;
  top: 1px;
  left: 16px;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background: #ebebeb;
  width: 398px;
  height: 38px;
  padding: 10px;
  color: #636b6f;
  font-weight: bolder;
}

.information-page .video-information-block .empty-video-title {
  position: absolute;
  top: 432px;
}

.information-page .video-information-block .tooltiptext-information {
  visibility: hidden;
  width: 120px;
  background-color: rgba(71, 71, 71, 0.77);
  color: #fff;
  font-size: 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 54px;
  padding: 7px 5px;
}

.information-page .video-information-block .tooltiptext-information:before {
  content: '';
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(71, 71, 71, 0.77);
  position: absolute;
  left: 41%;
  top: -16px;
  width: 0;
}

/*=========================================================
information page end
===========================================================*/
/*=========================================================
information page media
===========================================================*/
@media screen and (max-width: 1335px) {
  .information-page .video-information-block {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*========================================================
deposit datepicker rewriting custom styles
==========================================================*/
.datepickr-wrapper {
  width: 100%;
}

.datepickr-calendar {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  font-size: 18px;
  color: #00635a !important;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.datepickr-calendar span {
  margin-right: 0 !important;
}

.datepickr-calendar .datepickr-day {
  display: block;
  border: 1px solid transparent;
  color: rgba(51, 51, 51, 0.79);
  padding: 7px 10px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

.datepickr-calendar .datepickr-day:hover {
  color: rgba(255, 255, 255, 0.84);
  background-color: rgba(88, 185, 176, 0.68);
  border: 1px solid transparent;
}

.datepickr-calendar .selected .datepickr-day {
  background-color: #ef5350;
  color: rgba(255, 255, 255, 0.84);
}

.datepickr-calendar .today .datepickr-day {
  background-color: #009688;
  border: 1px solid #00b09f;
  color: #ffffff;
}

.datepickr-calendar .datepickr-months {
  font-weight: normal;
  background-color: #009688;
  border: 1px solid rgba(0, 150, 136, 0.9);
  color: #fff;
  padding: 7px 0;
  text-align: center;
}

.datepickr-calendar .datepickr-months .datepickr-next-month {
  transition: 0.3s;
}

.datepickr-calendar .datepickr-months .datepickr-next-month:hover {
  background: transparent;
  color: #92ded7;
}

.datepickr-calendar .datepickr-months .datepickr-prev-month {
  transition: 0.3s;
}

.datepickr-calendar .datepickr-months .datepickr-prev-month:hover {
  background: transparent;
  color: #92ded7;
}

/*=================================================
datepickr media
===================================================*/
@media screen and (max-width: 1600px) {
  .datepickr-calendar .datepickr-months {
    padding: 4px 0;
    font-size: 16px;
  }

  .datepickr-calendar thead {
    font-size: 14px;
  }

  .datepickr-calendar .datepickr-day {
    padding: 2px 5px;
    font-size: 15px;
  }
}

/*=================================================
end datepickr media
===================================================*/
/*================================================
notification's elements
==================================================*/
.notifications_list .notification-user-list {
  margin-top: 16px;
}

.notifications_list .notification-user-list li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 400;
  margin-right: 16px;
  margin-bottom: 15px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.notifications_list .notification-user-list li .form-group.delete-notification {
  display: inline;
  margin-left: 20px;
}

.notifications_list .notification-user-list .notification-checkbox {
  display: inline;
  margin-right: 15px;
}

.notifications_list .notification-user-list .notification-checkbox label {
  margin-top: 0;
}

.notifications_list .list-filter-container {
  padding-left: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.notifications_list .list-filter-container ul {
  text-align: left;
}

.notifications_list .list-filter-container ul li {
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #00aa9a;
  cursor: pointer;
  margin: 0 7.5px;
}

.notifications_list .list-filter-container .actions-filter-notification {
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #00aa9a;
  cursor: pointer;
  margin-left: 7.5px;
  display: none;
}

.notifications_list .list-filter-container .actions-filter-notification .remove-notice {
  color: #ff1217;
  margin-right: 15px;
}

.notifications_list .list-filter-container .actions-filter-notification .cancel-removing-notice {
  color: #009688;
}

.btn-note-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btn-modal-note {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding: 4px 0;
}

.control-note {
  width: 100%;
}

/*======================================================
media notifications
========================================================*/
@media screen and (max-width: 870px) {
  .notifications_list .notification-user-list li .form-group.delete-notification {
    display: block;
    margin: 16px auto 0;
    text-align: center;
  }
}

.mt_none {
  margin-top: 0px !important;
}

.left_container:hover {
  /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
}

.calendar-today {
  background: #094b44;
  border-radius: 50% !important;
}

.test {
  border: solid 1px black;
  margin: 0 auto;
  width: 350px;
}

.left_container {
  position: absolute;
  padding-left: 20px;
  width: 447px;
  right: 364px;
  height: 693px;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.12), -2px 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  /* -webkit-box-shadow: -38px 6px 68px -12px rgba(152, 152, 152, 0.75);
  -moz-box-shadow: -10px 6px 68px -12px rgba(0, 0, 0, 0.75); */
  /* box-shadow: -10px 6px 68px -12px rgba(0, 0, 0, 0.75); */
  /* position: absolute;
  padding-left: 20px;
  width: 447px;
  right: 364px;
  height: 693px;
  background: white;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  -webkit-box-shadow: -10px 6px 68px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -10px 6px 68px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -10px 6px 68px -12px rgba(0, 0, 0, 0.75); */
}

.mt_15_minus {
  margin-top: -15px !important;
}

.ml_minus {
  /* position: absolute; */
  margin-left: 28px !important;
}

#month_notes_list {
  text-align: center;
}

.content_left {
  margin-bottom: 15px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  border-radius: 3px;
  height: 55px;
  width: 405px;
  border: solid 1px #e9e9e9;
  background: white;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.bg_black_color {
  background: #094b44;
}

.content_left:hover {
  border: solid 1px #7fbcb6;
}

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

.data_left {
  float: left;
  margin-top: 30px;
  font-size: 10.5pt;
  color: #636b6f;
  /* padding-left: 20px; */
  text-align: left;
  margin-bottom: 15px;
}

.data_calen_h {
  margin-left: auto;
  margin-right: auto;
  font-size: 12pt;
  margin-top: 30px;
  color: #007a6e;
}

.fz_icnonm {
  font-size: 13px;
}

.table.table-recentered>thead>tr>th:first-child {
  width: 170px;
}

.h1_search {
  margin-left: 35px;
  font-size: 18pt;
}

.firs_th_ct {
  text-align: center;
  width: 170px;
}

.main-caption-page {
  display: flex;
}

.text_center {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 24px;
  color: #636b6f;
  font-weight: bolder;
}

.inputs-holder input[type="text"] {
  color: #000;
}

.redeposit-add {
  width: 80%;
  margin-left: 10%;
}

.ml_procent {
  margin-left: 5% !important;
}

.filters-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -65px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.filters-form input {
  margin-right: 11px;
  max-width: 155px;
}

.filters-form .number-container .deposit-number-title-field {
  right: 27px;
}

.filters-form .action-select {
  max-width: 170px;
  width: 300px;
}

.closed_modal {
  position: absolute;
  top: 27px;
  right: 25px;
  color: #cbcbcb;
  cursor: pointer;
}

.modal_add {
  border-radius: 3px;
  padding: 20px;
  top: 100px;
  left: 100px;
  width: 555px;
  height: 445px;
  background: white;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h_new_add {
  font-size: 18pt;
  color: #007a6e;
}

.time_c {
  font-size: 12pt;
  color: #636b78;
}

.name_add {
  margin-top: 25px;
  padding-left: 15px;
  height: 39px;
  width: 500px;
  border-radius: 3px;
  border: solid 1px #cbcbcb;
}

.annulment_button_m {
  background: #eeeeee;
  color: #1f1f1f;
  cursor: pointer;
  height: 33px;
  border-radius: 5px;
  text-align: center;
  font-size: 11.5pt;
  width: 100px;
  line-height: 33px;
  text-transform: uppercase;
  margin-top: 30px;
}

.add_button_m {
  cursor: pointer;
  background: #009688;
  color: #bfe5e1;
  height: 33px;
  border-radius: 5px;
  text-align: center;
  font-size: 11.5pt;
  width: 100px;
  line-height: 33px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 19px;
}

.scripshen {
  margin-top: 20px;
  padding-left: 15px;
  height: 75px;
  width: 500px;
  border-radius: 3px;
  border: solid 1px #cbcbcb;
}

.color_add {
  margin-top: 20px;
  font-size: 12pt;
  color: #636b6f;
}

.check_box {
  width: 270px;
  height: 37px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chekend_box {
  width: 30px;
  height: 33px;
}

.ml_none {
  margin-left: 0;
}

.all_block_c {
  width: 285px;
  height: 70px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calendar-month-note-preview {
  margin-left: 40px;
  width: 285px;
  text-align: left;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  border-radius: 3px;
  border: solid 1px #e9e9e9;
  background: white;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  height: 235px;
}

.moth_daye_note_text {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  color: #636b6f;
}

.moth_daye_note_title {
  position: absolute;
  margin-left: 30px;
  color: #008679;
  margin-top: -19px;
}

.calendar-month-note-preview:hover {
  border: solid 1px #7fbcb6;
}

.circle_c {
  margin-top: 10px;
  margin-left: 10px;
  background: black;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.div_colo_bg {
  margin-left: 25px;
  width: 33px;
  height: 33px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.bg_red {
  background: #c46666;
}

.bg_green {
  background: #a1cdbc;
}

.butt_disclosure {
  cursor: pointer;
  width: 50px;
  text-align: left;
  line-height: 65px;
  position: absolute;
  border-radius: 50px;
  height: 50px;
  background: #d6d4d4;
  left: -24px;
  /* left: 417px; */
  top: 25px;
  right: 25px;
  padding-left: 11px;
  z-index: 25;
}

.bg_green_black {
  background: #174f42;
}

.disp_non {
  display: none;
}

.head_content_c {
  height: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.orang_bg {
  background: #e08860;
}

.purpul_bg {
  background: #4d59a1;
}

.left_icon {
  margin-left: 7px;
  color: #008679;
  width: 30px;
}

.add_block_c {
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  color: #008679;
  margin-right: auto;
  margin-left: auto;
}

.hed_left_content_c {
  height: 20px;
  width: 403px;
}

.text_c {
  font-size: 9pt;
  margin-left: 35px;
  color: #636b6f;
  left: 20px;
  margin-top: 0;
}

i {
  color: #008679;
}

.scroll_div {
  right: 15px;
  position: absolute;
  border-radius: 10px;
  background: #008679;
  width: 5px;
  height: 92px;
}

.fz_i {
  font-size: 25pt;
  cursor: pointer;
}

.content_c_all {
  border-radius: 3px;
  border: solid 1px #e9e9e9;
  width: 285px;
  min-height: 85px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.content_c {
  border-radius: 3px;
  border: solid 1px #e9e9e9;
  width: 285px;
  min-height: 85px;
  height: auto;
  overflow: hidden;
}

.head_c {
  width: 285px;
  height: 30px;
}

i {
  cursor: pointer;
}

.name_c {
  margin-left: 15px;
  margin-top: 5px;
  font-size: 9pt;
  color: #008679;
}

.text_docr {
  text-decoration: line-through;
  color: #959595;
}

.data_bot_calend {
  margin-top: 21px;
  margin-bottom: 21px;
}

.calendar-block {
  height: 693px;
  text-align: center;
  background: #fff;
}

#shop_edit_items_button {
  position: absolute;
  top: 105px;
  right: 50px;
}

.btn:not(.btn-raised).btn-success,
.input-group-btn .btn:not(.btn-raised).btn-success {
  margin-top: -195px;
}

.mt_redact_add {
  /* margin-top: -133px; */
}

.open>.dropdown-menu {
  margin-left: 12px;
}

.select-control-item-min-close {
  background-position: 99% 47%;
  margin-bottom: -7px;
}

.top_align_filters {
  margin-top: -75px;
}

.generated_but {
  background: #009688;
  color: rgba(255, 255, 255, 0.84) !important;
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 9px 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 30px;
}

.generated_but:hover {
  background-color: #00aa9a;
}

.cash-print {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.cash-print:hover {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.nav-tabs {
  padding-left: 25px;
}

.client-page-filters {
  margin-left: 25px;
}

.table-close-deposit .form-group .form-control {
  margin-bottom: -7px;
}

.select.form-control {
  margin-right: 25px;
}

#session_date_start {
  margin-left: 10px;
  font-size: 24px;
}

.form-group .form-control {
  margin-right: 25px;
}

.added-product-types-name {
  width: 20%;
}

.btn.btn-raised .btn-primary {
  width: 100px;
}

.mr_i {
  margin-top: 5px;
  margin-right: 5px;
}

.hed_left_content_c {
  width: 403px;
  height: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#day-notes-list {
  height: 270px;
  overflow: auto;
  margin-right: 15px;
}

.cash-department-page .cash-filter-wrapper .cash-department-page-filters .actions-container .cash-action-select {
  width: 165px;
}

.session-date-search .main-caption-page {
  margin-left: 25px;
}

.partial-buyout-page {
  text-align: left;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none !important;
}

.ui-widget-header {
  background: none !important;
}

/**/
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 25% !important;
  border: none;
  background: #009688;
  color: #ffff;
}

.ui-widget-header {
  border: none !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  background: #009688 !important;
}

.ui-widget-header .ui-icon {
  background: none;
}

.ui-widget-header .ui-icon :hover {
  background: none !important;
  cursor: pointer;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background: none !important;
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  border: none;
  content: "<";
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev:hover {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}

.ui-state-gover {
  border: none !important;
}

.ui-datepicker-prev-hover {
  border: none !important;
}

.ui-datepicker-next-hover {
  border: none !important;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  border: none;
}

.ui-datepicker .ui-datepicker-next::before {
  content: ">";
  color: #ffff;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev::before {
  content: "<";
  color: #ffff;
  text-align: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
  color: #ffff !important;
  font-weight: 700 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
}

.notifications_list .list-filter-container .active-link ul li {
  color: red;
}

.statistic-title {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 30px;
}

.statistic-diagram-wrapper {
  margin: 0 0 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.canvas-statistic-holder {
  width: 70%;
}

.canvas-statistic-holder canvas {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 700px !important;
}

.period-info-list {
  list-style-type: none;
  width: 30%;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}

.period-info-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 2px;
}

.period-info-list li:last-child .period-info-count {
  font-size: 20px;
}

.period-info-list li:hover .period-info-content {
  background: rgba(0, 0, 0, 0.05);
}

.period-info-count {
  width: 25%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  line-height: 34px;
  background: #00aa9a;
  border-right: 1px solid #fff;
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  min-height: 80px;
}

.period-info-content {
  width: 75%;
  color: #000;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
}

.period-info-content span {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 18px;
}

.period-infos {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}

.period-infos b {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: block;
}

.period-infos>div {
  width: 50%;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

.period-infos>div:not(:first-child) {
  color: #00aa9a;
}

.statistic-filters-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 20px;
}

.statistic-filters-form .filters-form {
  margin: 0;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

span.statistic-span {
  width: 50%;
}

.summary-statistic-wrapper ul {
  list-style-type: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.summary-statistic-wrapper ul li {
  min-height: 120px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 0 15px 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.summary-statistic-wrapper ul li>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
}

.summary-statistic-wrapper ul li>div:nth-child(even) {
  background: #fff;
}

.summary-statistic-wrapper ul li>div:nth-child(even) b {
  color: #00aa9a;
}

.summary-statistic-wrapper ul li>div span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin: 0 0 10px;
}

.summary-statistic-wrapper ul li>div b {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (max-width: 1400px) {
  .statistic-diagram-wrapper {
    display: block;
  }

  .period-info-list,
  .canvas-statistic-holder {
    display: block;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .summary-statistic-wrapper ul li {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .summary-statistic-wrapper ul {
    display: block;
    margin: 0 0 20px;
  }

  .summary-statistic-wrapper ul li {
    margin: 0 0 20px;
    text-align: center;
  }
}

/* Margin Utilities */
.m-0 { margin: 0; }
.m-1 { margin: 4px; }
.m-2 { margin: 8px; }
.m-3 { margin: 16px; }
.m-4 { margin: 24px; }
.m-5 { margin: 32px; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 16px; }
.mt-4 { margin-top: 24px; }
.mt-5 { margin-top: 32px; }

.mr-0 { margin-right: 0; }
.mr-1 { margin-right: 4px; }
.mr-2 { margin-right: 8px; }
.mr-3 { margin-right: 16px; }
.mr-4 { margin-right: 24px; }
.mr-5 { margin-right: 32px; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 4px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 16px; }
.mb-4 { margin-bottom: 24px; }
.mb-5 { margin-bottom: 32px; }

.ml-0 { margin-left: 0; }
.ml-1 { margin-left: 4px; }
.ml-2 { margin-left: 8px; }
.ml-3 { margin-left: 16px; }
.ml-4 { margin-left: 24px; }
.ml-5 { margin-left: 32px; }

.mx-0 { margin-left: 0; margin-right: 0; }
.mx-1 { margin-left: 4px; margin-right: 4px; }
.mx-2 { margin-left: 8px; margin-right: 8px; }
.mx-3 { margin-left: 16px; margin-right: 16px; }
.mx-4 { margin-left: 24px; margin-right: 24px; }
.mx-5 { margin-left: 32px; margin-right: 32px; }

.my-0 { margin-top: 0; margin-bottom: 0; }
.my-1 { margin-top: 4px; margin-bottom: 4px; }
.my-2 { margin-top: 8px; margin-bottom: 8px; }
.my-3 { margin-top: 16px; margin-bottom: 16px; }
.my-4 { margin-top: 24px; margin-bottom: 24px; }
.my-5 { margin-top: 32px; margin-bottom: 32px; }

/* Padding Utilities */
.p-0 { padding: 0; }
.p-1 { padding: 4px; }
.p-2 { padding: 8px; }
.p-3 { padding: 16px; }
.p-4 { padding: 24px; }
.p-5 { padding: 32px; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 4px; }
.pt-2 { padding-top: 8px; }
.pt-3 { padding-top: 16px; }
.pt-4 { padding-top: 24px; }
.pt-5 { padding-top: 32px; }

.pr-0 { padding-right: 0; }
.pr-1 { padding-right: 4px; }
.pr-2 { padding-right: 8px; }
.pr-3 { padding-right: 16px; }
.pr-4 { padding-right: 24px; }
.pr-5 { padding-right: 32px; }

.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 4px; }
.pb-2 { padding-bottom: 8px; }
.pb-3 { padding-bottom: 16px; }
.pb-4 { padding-bottom: 24px; }
.pb-5 { padding-bottom: 32px; }

.pl-0 { padding-left: 0; }
.pl-1 { padding-left: 4px; }
.pl-2 { padding-left: 8px; }
.pl-3 { padding-left: 16px; }
.pl-4 { padding-left: 24px; }
.pl-5 { padding-left: 32px; }

.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 4px; padding-right: 4px; }
.px-2 { padding-left: 8px; padding-right: 8px; }
.px-3 { padding-left: 16px; padding-right: 16px; }
.px-4 { padding-left: 24px; padding-right: 24px; }
.px-5 { padding-left: 32px; padding-right: 32px; }

.py-0 { padding-top: 0; padding-bottom: 0; }
.py-1 { padding-top: 4px; padding-bottom: 4px; }
.py-2 { padding-top: 8px; padding-bottom: 8px; }
.py-3 { padding-top: 16px; padding-bottom: 16px; }
.py-4 { padding-top: 24px; padding-bottom: 24px; }
.py-5 { padding-top: 32px; padding-bottom: 32px; }

/* Display Utilities */
.d-none { display: none; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block; }
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }

/* Flexbox Utilities */
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column { flex-direction: column; }
.flex-column-reverse { flex-direction: column-reverse; }

.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }

.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.align-center { align-items: center; }
.align-baseline { align-items: baseline; }
.align-stretch { align-items: stretch; }
