html:not(.touch),
html:not(.touch) * {
  scrollbar-width: thin;
  scrollbar-color: rgba(81, 83, 86, 0.7) #F7F7F7;
}
html:not(.touch)::-webkit-scrollbar,
html:not(.touch) *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html:not(.touch)::-webkit-scrollbar-track,
html:not(.touch) *::-webkit-scrollbar-track {
  background: #F7F7F7;
}
html:not(.touch)::-webkit-scrollbar-thumb,
html:not(.touch) *::-webkit-scrollbar-thumb {
  background-color: rgba(81, 83, 86, 0.7);
}
html:not(.touch)::-webkit-scrollbar-thumb:hover,
html:not(.touch) *::-webkit-scrollbar-thumb:hover {
  background: #515356;
}
html:not(.touch) .col-md-3.left_col {
  scrollbar-width: thin;
  scrollbar-color: rgba(231, 231, 231, 0.7) transparent;
}
html:not(.touch) .col-md-3.left_col::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html:not(.touch) .col-md-3.left_col::-webkit-scrollbar-track {
  background: transparent;
}
html:not(.touch) .col-md-3.left_col::-webkit-scrollbar-thumb {
  background-color: rgba(231, 231, 231, 0.7);
}
html:not(.touch) .col-md-3.left_col::-webkit-scrollbar-thumb:hover {
  background: #E7E7E7;
}

@font-face {
  font-family: "dotsfont";
  src: url("../fonts/dotsfont/dotsfont.eot");
  src: url("../fonts/dotsfont/dotsfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dotsfont/dotsfont.woff") format("woff"), url("../fonts/dotsfont/dotsfont.ttf") format("truetype"), url("../fonts/dotsfont/dotsfont.svg#dotsfontregular") format("svg");
}
html,
body {
  height: 100%;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}
.tac td, .tac th {
  text-align: inherit !important;
}

td span {
  line-height: inherit;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.login-layout .container-fluid {
  max-width: 1280px;
}
.login-layout .login-panel {
  margin-top: calc(50vh - 140px);
}
.login-layout .request-password-panel {
  margin-top: calc(50vh - 100px);
}

label.control-label + .help-block {
  margin-top: 0;
  margin-bottom: 5px;
  float: right;
}

.form-group.required .control-label {
  display: inline-block;
}
.form-group.required .control-label:after {
  display: inline-block;
  margin-left: 4px;
  content: "*";
  color: #a94442;
}

.nobr {
  white-space: nowrap;
}

.wide-grid tbody td {
  white-space: nowrap;
}

.right_col {
  overflow: auto;
  min-height: calc(100vh - 58px) !important;
  height: calc(100vh - 58px) !important;
}
@media (max-width: 639px) {
  .right_col {
    min-height: calc(100vh - 108px) !important;
    height: calc(100vh - 108px) !important;
  }
}
@media (max-width: 575px) {
  .right_col {
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .right_col .x_panel {
    border: none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.right_col .x_title h2 {
  width: auto !important;
  white-space: normal;
}
.right_col .x_content .table th {
  min-width: 70px;
}
.right_col .x_content .table input {
  min-width: 120px;
}

.nav_menu {
  margin-bottom: 0;
}

.x_panel {
  width: auto;
  min-width: 100%;
}

.top_nav .navbar-right {
  width: auto;
}

.awesome-grid {
  margin: 20px 0;
}
.awesome-grid .awesome-grid {
  margin: 5px 0 0;
}
.awesome-grid .awesome-grid table {
  margin-bottom: 0;
}

.awesome-grid-table tbody tr {
  cursor: default;
}
.awesome-grid-table tbody tr.inactive {
  color: #aaa;
}

.uc {
  text-transform: uppercase;
}

#auto-used-toggle, #auto-buy-type-toggle {
  display: block;
}
#auto-used-toggle:after, #auto-buy-type-toggle:after {
  content: "";
  display: table;
  clear: both;
}
#auto-used-toggle label, #auto-buy-type-toggle label {
  width: 100px;
}
#auto-used-toggle .btn, #auto-buy-type-toggle .btn {
  margin-bottom: 0;
}

#auto-buy-type-toggle label {
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.file-to-delete {
  color: red;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  line-height: 13px;
  position: relative;
  left: 3px;
  top: 2px;
  display: none;
}

.file-list {
  margin: 10px 0;
}

.file-list-item {
  margin: 2px 0;
}
.file-list-item:hover .file-to-delete {
  display: inline;
}

.auto-search {
  margin-bottom: 18px;
}
.auto-search .form-group {
  width: 300px;
}
.auto-search .form-group input {
  width: 100%;
  padding-right: 33px;
}

.auto-search-submit {
  border: none;
  background: none;
  font-size: 16px;
  color: #aaa;
  position: relative;
  right: 35px;
  top: 6px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.form-group .file-add {
  margin-bottom: 0;
}

#price-auto-form {
  max-width: calc(100vw - 54px);
}
@media (max-width: 575px) {
  #price-auto-form {
    max-width: calc(100vw - 30px);
  }
}

.filter {
  width: 700px;
  max-width: calc(100vw - 54px);
}
@media (max-width: 575px) {
  .filter {
    max-width: calc(100vw - 30px);
  }
}
.filter.has-dates {
  min-width: 500px;
}
.filter .tab-content {
  border: 1px solid #eff2f5;
  border-top: none;
}
.filter .form-group {
  clear: both;
  margin-bottom: 13px;
}
.filter .form-group .help-block {
  display: none;
}
.filter .form-group input[type=checkbox] {
  margin-top: 11px;
}
.filter .form-group .control-label {
  text-align: left;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .filter .form-group .control-label {
    width: 33.3333%;
  }
  .filter .form-group .control-label + .col-sm-6 {
    width: 66.6666%;
  }
}
@media (max-width: 413px) {
  .filter .form-group .control-label {
    width: 100%;
  }
  .filter .form-group .control-label + .col-sm-6 {
    width: 100%;
  }
}
.filter .form-group .control-label:after {
  content: ":";
}
@media (max-width: 413px) {
  .filter .form-group.form-group-checkbox .control-label {
    width: 88%;
  }
  .filter .form-group.form-group-checkbox .control-label + .col-sm-6 {
    width: 12%;
  }
}
.filter .form-group .btn-group .btn {
  margin-bottom: 0;
}
.filter .form-horizontal {
  padding-top: 25px;
}
.filter .form-inline {
  border: 1px solid #eff2f5;
  border-radius: 3px;
  padding: 5px;
}
.filter .form-inline .fa {
  font-size: 16px;
  line-height: 14px;
  margin-right: 7px;
  position: relative;
  bottom: 1px;
  color: #666;
}

.filter-buttons {
  border-top: 1px solid #eff2f5;
  padding: 15px;
  margin-top: 25px;
}

.filter-collapse-button-up {
  margin-bottom: 3px;
  margin-right: 0;
  padding: 4px 10px;
}
.filter-collapse-button-up .fa {
  font-size: 16px;
  line-height: 14px;
  margin-right: 7px;
  position: relative;
  top: 3px;
  color: #666;
  vertical-align: middle;
}

.filter-submit, .filter-reset {
  margin-right: 12px !important;
}

.dummy-filter-btn {
  border-color: transparent;
  pointer-events: none;
  font-weight: bold;
  color: #666;
}

.panel_toolbox.navbar-right {
  float: left !important;
}

.navbtn {
  padding-top: 3px;
  padding-bottom: 5px;
  position: relative;
  top: 2px;
}
.navbtn .fa {
  color: inherit;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.x_title {
  padding: 4px 5px 10px;
}
.x_title h2 {
  font-size: 22px;
  margin-right: 20px;
}

.all-page-tab + .tab-content {
  padding-top: 25px;
}

/* -- modal center -- */
.modal {
  text-align: center;
}
.modal .col-xs-6 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .modal .col-xs-6 {
    width: 50% !important;
  }
}
.modal .col-xs-4 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .modal .col-xs-4 {
    width: 33.3333% !important;
  }
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* -- /modal center -- */
.modal-header {
  padding-left: 25px;
  padding-right: 20px;
}
.modal-header h3 {
  margin: 0;
}
.modal-header .close {
  margin-top: 3px;
  margin-bottom: 0;
}

.modal-body {
  padding-left: 25px;
  padding-right: 25px;
}

.modal-payment .modal-dialog, .modal-change-income .modal-dialog, .modal-check-phone-exists .modal-dialog, #modal-pay-part .modal-dialog {
  width: 400px;
  max-width: calc(100% - 20px);
}

#modal-pay-terminal .modal-dialog {
  width: 330px;
}

.link {
  cursor: pointer;
}

.mr {
  margin-right: 15px;
}

.ml {
  margin-left: 15px;
}

.shipment-arrow {
  position: absolute;
  left: -42px;
  top: 36px;
  font-size: 29px;
  color: #ccc;
}
@media (max-width: 1199px) {
  .shipment-arrow {
    display: none;
  }
}

.file-input.docs-upload input.form-control[type=text] {
  display: inline-block;
  width: 200px;
}
.file-input.docs-upload input.form-control[type=text] + input[type=text] {
  margin-left: 15px;
  width: 300px;
}

.grid-autos {
  margin-bottom: 0;
}
.grid-autos .panel {
  border: none;
  background: transparent;
  box-shadow: none;
}
.grid-autos .panel-heading {
  background: transparent;
  padding: 0 15px 5px 3px;
}
.grid-autos .panel-body {
  border: none !important;
  padding: 15px 15px 0 3px;
}
.grid-autos .collapse-toggle {
  border-bottom: 1px dashed;
  font-size: 13px;
}
.grid-autos .table {
  background: transparent;
}

textarea.car-note {
  resize: vertical;
  height: 34px;
  min-height: 34px;
}

textarea.owner-comment {
  resize: vertical;
  min-height: 100px;
}

.receive-button {
  padding: 0 7px 1px;
}

.auto-shipment {
  display: flex;
  margin-top: 10px;
  padding: 10px;
}
@media (max-width: 1199px) {
  .auto-shipment {
    flex-wrap: wrap;
  }
}
.auto-shipment:hover {
  background: #f9f9f9;
}
.auto-shipment > div {
  flex: 1;
}
@media (max-width: 1199px) {
  .auto-shipment > div {
    min-width: 100%;
  }
}

.as-counter {
  min-width: 50px;
  max-width: 50px;
}
.as-counter span, .as-counter a {
  display: inline-block;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.as-counter a:hover {
  background: #2a3f54;
  border-color: #2a3f54;
  color: #fff;
}

.as-data {
  padding-top: 4px;
}

.as-delimiter {
  min-width: 150px;
  max-width: 150px;
  margin: 0 30px;
  padding-top: 4px;
}
.as-delimiter hr {
  background-color: #999;
  border: none;
  height: 1px;
  margin-top: 38px;
}

.as-shipment-list {
  margin-top: 10px;
}

.as-inner {
  display: flex;
}

.as-date {
  flex-grow: 1;
}

.as-store {
  flex-grow: 1;
}

.shipment-data {
  color: #333;
  font-size: 20px;
}

.download-image {
  position: relative;
  top: 2px;
  left: 5px;
}

.log-changed-content {
  max-width: 500px;
  white-space: normal !important;
}
.log-changed-content ul {
  padding-left: 15px;
}

.navbar-left li.active a {
  background: #d9dee4;
}
.navbar-left .btn {
  margin: -2px 0;
}

.navbar-nav .open .dropdown-menu {
  width: 238px;
}

.h-form .form-group {
  position: relative;
}
.h-form .has-error .help-block-error {
  background: #fff;
  border: 1px solid #a94442;
  padding: 3px 7px;
  position: absolute;
  z-index: 1;
  top: -1px;
  white-space: nowrap;
  border-radius: 3px;
  left: 100%;
  margin-left: -58px;
}
.h-form .has-error .help-block-error:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #a94442;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: -5px;
}
.h-form .has-error .help-block-error:after {
  content: "";
  display: block;
  background: #fff;
  width: 7px;
  height: 17px;
  position: absolute;
  top: 4px;
  left: 0;
}

.flash-message {
  width: 300px;
  animation-duration: 250ms !important;
}
.flash-message span.fa {
  font-size: 20px;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.flash-message span[data-notify=message] {
  display: inline-block;
  width: 210px;
  vertical-align: top;
}

label.control-label {
  font-weight: normal;
}

.required label.control-label {
  font-weight: bold;
}

.bank-status-select.form-control {
  width: 85%;
  display: inline-block;
}

.status-color {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #999;
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  left: 3px;
}

.container.body .col-md-3.left_col {
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.container.body .col-md-3.left_col > .left_col {
  width: 100%;
}

.nav_title {
  width: 100%;
}

.main-layout.nav-sm .main_container {
  overflow: hidden;
}
.main-layout.nav-sm .main_container .navbar.nav_title a span {
  display: block;
}
@media (max-width: 991px) {
  .main-layout.nav-sm .main_container .top_nav {
    margin-right: -70px;
  }
}
.main-layout.nav-sm #sidebar-menu .side-menu > li > span {
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px;
  margin-bottom: 6px;
  display: block;
  color: #f2f5f7 !important;
}
.main-layout.nav-sm #sidebar-menu .side-menu > li > span > i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}
.main-layout.nav-sm #sidebar-menu .child_menu {
  display: none !important;
}

.main_menu {
  padding-bottom: 40px;
}

.grid-resp {
  margin: 0;
  padding: 0;
}
.grid-resp .sale-bank-resp {
  display: inline-block;
  margin-left: 10px;
}
.grid-resp .sale-bank-resp:first-child {
  margin-left: 0;
}
.grid-resp .sale-bank-resp .label {
  border: none;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

.sale-statuses {
  margin-top: 30px;
}
.sale-statuses .btn {
  min-width: 130px;
}

.h-checkbox {
  margin: 8px 0 3px;
}

.mb10 {
  margin-bottom: 10px;
}

[data-did] {
  margin-bottom: 5px;
}

.duplicate-wraper {
  margin-bottom: 30px;
}

.block-did {
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 19px;
}
.block-did:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.generate-form .form-group {
  margin-right: 12px;
}
.generate-form .form-group .form-control {
  width: 182px;
}
.generate-form .form-group .btn {
  margin-bottom: 0;
}

.nav.nav-tabs > li > a {
  padding: 7px 10px 7px;
}

#sale-sell-type-toggle {
  display: block;
}

.auto-sale-selection {
  color: #a94442;
}

@media (max-width: 1380px) {
  .generate-form .form-group {
    margin-right: 20px;
  }
  .generate-form .form-group .form-control {
    width: 150px;
  }
}
.print-profile {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 15px 10px;
  margin-bottom: 15px;
}
.print-profile .checkbox {
  margin-left: 10px;
}
.print-profile .checkbox input {
  margin: 0 3px;
  position: relative;
  top: 2px;
}

.panel-divider {
  text-align: center;
  margin: 30px 0 12px;
}
.panel-divider hr {
  margin-bottom: -1px;
}
.panel-divider > div {
  display: inline-block;
  background: #fff;
  position: relative;
  bottom: 10px;
  padding: 0 15px;
  font-weight: bold;
  color: #888;
}

.affix-btn-wrapper {
  height: 65px;
}

.affix-btn-group {
  min-height: 65px;
  padding-top: 15px;
  z-index: 100;
}
.affix-btn-group.affix, .affix-btn-group.affix-top {
  bottom: 0;
  left: 230px;
  position: fixed !important;
  padding-left: 20px;
  width: calc(100% - 230px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .affix-btn-group.affix, .affix-btn-group.affix-top {
    left: 0px;
    width: 100%;
  }
}
.affix-btn-group .btn {
  margin-right: 12px;
}

.nav-sm .affix-btn-group {
  left: 70px;
  width: calc(100% - 70px);
}

@media (max-width: 991px) {
  .nav-expanded .affix-btn-group {
    left: 230px;
    width: calc(100% - 230px);
  }
}

.yes-no-toggle {
  width: calc(100% + 11px);
}
.yes-no-toggle label {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.modal-bank-response .modal-dialog {
  width: 350px;
}

.alert.light {
  background: transparent;
}
.alert.light.alert-info {
  color: #3498db;
}

.auto-sale-view ul {
  padding-left: 20px;
}

.sale-grid {
  font-size: 12px;
}
.sale-grid td {
  padding: 5px 6px 2px !important;
  color: #1e2023;
}
.sale-grid td:first-child, .sale-grid td:last-child {
  text-align: center;
  vertical-align: middle;
}
.sale-grid td[colspan] {
  text-align: left;
}
.sale-grid table > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.sale-grid .sale-bank-row td {
  padding: 3px 6px 0 !important;
}

.report-insurance-cell span {
  font-size: 11px;
  display: block;
}

.bk-modal .modal-dialog {
  width: 600px;
}

.bk-pay-modal .modal-dialog {
  width: 400px;
}

.filter-top-buttons {
  margin-left: 113px;
  position: absolute;
  margin-top: -34px;
}
.filter-top-buttons a {
  display: inline-block;
  margin-right: 15px;
}

.filter-collapsed[hidden] + .filter-top-buttons {
  margin-top: 7px;
}

.bk-day-remain {
  position: absolute;
  right: 5px;
  margin-top: 33px;
}

.bk-store-toggle {
  font-size: 14px;
  padding: 0;
  border: 0;
}
.bk-store-toggle span {
  color: #999;
  font-size: 12px;
  display: block;
}

.toggle-block {
  display: block;
}

.at-manager-icon {
  display: block !important;
}

.grid-outgo-sum {
  position: absolute;
  white-space: nowrap;
  margin-left: -160px;
  font-weight: bold;
}
.grid-outgo-sum span {
  display: inline-block;
  width: 160px;
  padding-right: 5px;
  text-align: right;
}

.auto-grid-footer td {
  border-color: transparent !important;
}

.page-size-wrapper .control-label {
  margin-right: 10px;
}

.auto-grid .pagination {
  margin: 0;
}

.form-group textarea {
  resize: vertical;
}

.sale-status-tip {
  font-size: 11px;
  line-height: 14px !important;
  clear: both;
  position: absolute;
  margin-top: 3px;
}

.site-error {
  margin-top: 30vh;
  text-align: center;
}
.site-error h2 {
  font-size: 30px;
  margin: 40px auto 20px;
}
.site-error .site-error-text {
  color: #fff;
  font-size: 14px;
}

.register-copy-button {
  font-weight: normal;
  padding: 4px 15px;
  margin: 0;
  position: relative;
  bottom: 4px;
}
.register-copy-button span {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  bottom: 2px;
  font-size: 12px;
}

.copy-to-move {
  border-color: #2e6da4;
}

.log-array-val {
  padding-left: 5px;
}
.log-array-val p {
  margin: 0;
  padding: 0;
}
.log-array-val + .log-array-val {
  border-top: 1px solid #ddd;
}

#menu_toggle {
  white-space: nowrap;
}
#menu_toggle i {
  vertical-align: middle;
}
#menu_toggle span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.menu-toggler {
  width: 110px;
}
@media (max-width: 639px) {
  .menu-toggler {
    width: 100%;
    margin-bottom: 8px;
  }
}

.wo-border {
  border: none !important;
}

.progress-bar-invisible {
  background: none;
  box-shadow: none;
  color: #333;
}

.region-report-grid .progress {
  margin-bottom: 0;
}

.drop-zone {
  border: 3px dashed #ddd;
  padding: 20px 20px 70px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 575px) {
  .drop-zone {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.file-item {
  float: left;
  width: 180px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 17px 17px 0;
  cursor: default;
  position: relative;
}

.file-item-preview {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-item-preview span.fa {
  font-size: 80px;
  line-height: 80px;
}

.file-item-name {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 18px;
  font-size: 12px;
  margin-bottom: 4px;
}

.file-item-delete {
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  text-align: center;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 25px;
  line-height: 25px;
  padding-top: 5px;
  cursor: pointer;
  background: #fff;
  border: 1px solid;
  border-color: inherit;
  border-right: none;
  border-top: none;
  opacity: 0.7;
}
.file-item-delete:hover {
  opacity: 1;
}

.file-item:hover .file-item-delete {
  display: block;
}

.touch .file-item-delete {
  display: block;
}

.drop-zone-desc {
  position: absolute;
  bottom: 17px;
  text-align: center;
  width: calc(100% - 40px);
  color: #ddd;
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
}

.drop-zone:hover {
  border-color: #bbb;
}
.drop-zone:hover .drop-zone-desc {
  color: #bbb;
}

.drop-zone-file-input {
  display: none !important;
}

.file-zone-json {
  display: none !important;
}

.file-item-description {
  display: none;
}

.drop-zone.has-desc .file-item-description {
  display: block;
}

.preload {
  position: relative;
  pointer-events: none;
}
.preload:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
.preload:after {
  content: "\f110";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
}

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

.money-view-tabs {
  margin: 30px 0 15px;
}

.daily-grid-collapse .awesome-grid {
  margin-top: 0;
}

.form-blocked-validate, .form-blocked-submit {
  opacity: 0.8;
  pointer-events: none;
}

.block-store-users-form {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 15px 10px;
  margin: 20px 0 15px;
}
.block-store-users-form .form-control {
  position: relative;
  bottom: 3px;
  margin-right: 15px;
}

.change-income-btn {
  margin: 0 0 0 8px;
  vertical-align: baseline;
}

.modal {
  z-index: 10000;
}

.modal .select2-container li {
  text-align: left;
}

.bk-modal .modal-dialog {
  max-width: calc(100% - 20px);
}

#updatesale-at_manager, #sale-sell-type-toggle {
  height: 34px;
}
#updatesale-at_manager label, #sale-sell-type-toggle label {
  width: 50%;
}

#updatesale-comment {
  min-height: 100px;
}

.sale-finance-grid {
  margin-bottom: 10px;
}
.sale-finance-grid table {
  border: none;
  margin-bottom: 10px;
}
.sale-finance-grid table tbody tr td {
  border: none;
  background: transparent;
  padding: 4px 0;
}
.sale-finance-grid table tbody tr td.sfg-serial {
  width: 30px;
  padding-left: 5px;
}
.sale-finance-grid table tbody tr td.sfg-serial:after {
  content: ".";
}
.sale-finance-grid table tbody tr td:last-child {
  text-align: right;
  padding-right: 5px;
  width: 60px;
}
.sale-finance-grid table tbody tr td.sfg-amount {
  text-align: right;
  width: auto;
}

.sale-form h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
}
.sale-form .sale-auto-collapse .panel {
  border: none;
  box-shadow: none;
}
.sale-form .sale-auto-collapse .panel-body {
  padding: 0;
  border: none !important;
}
.sale-form .sale-auto-collapse .panel-heading {
  background: transparent;
}
.sale-form .sale-auto-collapse .panel-heading .panel-title a {
  font-size: 14px;
  color: #3498db;
  border-bottom: 1px dashed;
}

.sale-col-left {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .sale-col-left {
    padding-right: 10px;
  }
}

.sale-col-right {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .sale-col-right {
    border: none;
    border-top: 1px solid #ddd;
    padding-left: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .sale-col-right > h3:first-child {
    display: none;
  }
}

.field-updatesale-comment {
  margin-top: 25px;
}

.money-type-select {
  height: 35px;
  width: 100%;
}
.money-type-select label {
  width: 34%;
}
.money-type-select label:first-child, .money-type-select label:last-child {
  width: 33%;
}
.money-type-select.outgo-type-select label.btn-default {
  width: 50%;
}

.shipment-vendor-select {
  display: block;
  width: 100%;
}
.shipment-vendor-select label {
  width: 50%;
}

#store-finance-outgo-type {
  height: 35px;
  width: 100%;
}
#store-finance-outgo-type label {
  width: 40%;
}
#store-finance-outgo-type label:first-child, #store-finance-outgo-type label:last-child {
  width: 30%;
}

.field-updatesale-bank_amount, .field-updatesale-first_pay_cashbox, .view-round {
  position: relative;
}
.field-updatesale-bank_amount:after, .field-updatesale-first_pay_cashbox:after, .view-round:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  bottom: 9px;
  right: 9px;
}
.field-updatesale-bank_amount.not-payed:after, .field-updatesale-first_pay_cashbox.not-payed:after, .view-round.not-payed:after {
  background-color: #a94442;
}
.field-updatesale-bank_amount.payed:after, .field-updatesale-first_pay_cashbox.payed:after, .view-round.payed:after {
  background-color: #3c763d;
}
.field-updatesale-bank_amount.partial-payed:after, .field-updatesale-first_pay_cashbox.partial-payed:after, .view-round.partial-payed:after {
  background-color: #f0ad4e;
}

.view-round {
  display: inline-block;
  padding-right: 32px;
}
.view-round:after {
  bottom: 2px;
}

.payment-come {
  position: relative;
  left: 4px;
  font-size: 11px;
  padding: 0 4px 1px 4px;
  margin-bottom: 0;
}

.finance-has-payment {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.finance-has-payment.not-payed {
  background-color: #a94442;
}
.finance-has-payment.payed {
  background-color: #3c763d;
}
.finance-has-payment.partial-payed {
  background-color: #f0ad4e;
}

.x_title .btn-group {
  bottom: 1px;
  margin-right: 5px;
}
.x_title .btn-group label {
  padding-top: 3px;
  padding-bottom: 5px;
}

#money-type-switch label {
  width: 92px;
}

.s2-auto-wrapper {
  padding: 3px 0;
}
.s2-auto-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.s2aw-title {
  font-weight: bold;
}
.s2aw-title .label {
  position: relative;
  bottom: 1px;
}

.s2aw-vin {
  font-size: 12px;
  margin-top: 1px;
  color: #999;
}

#bk-daily-filter-wrapper {
  width: auto;
  float: none;
  min-width: 450px;
}

.money-car-wrapper {
  margin: -8px 0 10px;
}
@media (max-width: 991px) {
  .money-car-wrapper {
    margin-top: 0;
  }
}

.feed-extras {
  margin: 20px 0;
}
.feed-extras .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.feed-extras .help-block {
  display: none;
}

.money-emp-id {
  margin-bottom: 10px;
}

.log-sale-toggle {
  margin: 25px 0 0 0;
}

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

.tooltip-inner {
  white-space: pre-wrap;
}

#report-auto {
  margin-bottom: 17px;
}

.sale-auto-link {
  position: absolute;
}
.sale-auto-link a {
  position: relative;
  bottom: 68px;
  left: 44px;
}

.tip {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  background: #73879c;
  cursor: pointer;
}
.tip:hover {
  background: #5b6e81;
}
.tip:before {
  content: "?";
}

.delete-row {
  color: #c55;
  font-size: 25px;
  cursor: pointer;
  line-height: 25px;
  position: relative;
  top: 1px;
  display: none;
}

tr[data-did]:hover .delete-row {
  display: inline-block;
}

.kv-item:hover .delete-row {
  display: inline-block;
}

.kv-delete-item .delete-row {
  top: 14px;
}

.kv-add {
  margin-top: 9px;
}

.hide-remove-links .delete-row {
  display: none !important;
}

.part-goods-table {
  margin-top: 15px;
}
.part-goods-table thead th {
  padding-bottom: 5px;
}
.part-goods-table tbody td {
  padding: 0 10px 10px 0;
}
.part-goods-table .help-block {
  display: none;
}
.part-goods-table .form-group {
  margin-bottom: 0;
}

.part-payment-row {
  font-size: 12px;
  margin-top: 7px;
  color: #888;
}

.money-top-dropdown {
  display: inline-block;
}
.money-top-dropdown .dropdown-menu a {
  padding: 6px 11px;
}

.text-grey {
  color: #999;
}
.text-grey a {
  color: inherit;
}

.collapse-link {
  text-decoration: underline;
  color: #5A738E !important;
  position: relative;
  left: 10px;
}

.collapse-badge {
  background-color: #999 !important;
}

.old-grid .awesome-grid-table {
  border: 2px solid #c55 !important;
}

.stores-with-tags .select2-search__field {
  min-width: 15em !important;
}

.select2-search__field {
  width: 100% !important;
}

.select2-container--bootstrap .select2-selection--single {
  padding-right: 10px;
}

.region-tags span {
  cursor: pointer;
  border-bottom: 1px dashed;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 11px;
  position: relative;
  bottom: 9px;
}

.user-rights-panel .btn-block {
  display: inline;
  width: auto;
}

.fix-pass {
  font-family: "dotsfont";
  font-size: 10px;
}

.nav_menu > nav {
  display: flex;
  flex-wrap: wrap;
}
.nav_menu .navbar-nav {
  float: left;
}
@media (max-width: 767px) {
  .nav_menu .navbar-nav {
    margin: 0;
  }
}
.nav_menu .navbar-nav > li > a {
  white-space: nowrap;
  padding-top: 12px;
}
@media (max-width: 1199px) {
  .nav_menu .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 639px) {
  .nav_menu .navbar-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav_menu .navbar-left > li {
    float: left;
  }
}
.nav_menu .navbar-right {
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .nav_menu .navbar-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 639px) {
  .nav_menu .navbar-right {
    max-width: calc(100% - 110px);
  }
}
.nav_menu .navbar-right .dropdown {
  order: 3;
}
@media (max-width: 1199px) {
  .nav_menu .navbar-right .dropdown {
    max-width: 104px;
  }
}
.nav_menu .navbar-right .dropdown .dropdown-toggle {
  white-space: nowrap;
  overflow: hidden;
}
.nav_menu .navbar-right > li:not([class]) {
  order: 2;
}
@media (max-width: 413px) {
  .nav_menu .navbar-right > li:not([class]) {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .nav-sm .navbar-right {
    right: -70px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .nav-expanded .navbar-right {
    right: -230px;
  }
}

.nav.navbar-nav > li.logout-all-link {
  margin: 0 auto;
}
.nav.navbar-nav > li.logout-all-link > a {
  color: #ac2925 !important;
}

.load-detail-goods-info {
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.detail-store-good-list {
  padding-left: 25px;
  margin-bottom: 5px;
}
.detail-store-good-list li {
  white-space: nowrap;
}
.detail-store-good-list + h4 {
  margin-top: 20px;
}

.payment-come-certificate {
  bottom: 2px;
}

.sticky-header.-stick-top thead.-sticky {
  position: fixed;
  top: 0;
  left: auto;
}
.sticky-header:not(.-stick-top) thead.-sticky {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}
.sticky-header table {
  position: relative;
}
.sticky-header thead.-sticky {
  position: absolute;
  background: #fff;
  margin-left: -1px;
}
.sticky-header thead.-sticky th {
  border-top: none;
}
.sticky-header tbody tr:last-child td:first-child {
  border-bottom: none;
}

.max-payment-date {
  position: relative;
  top: 3px;
}

.sale-check .checkbox {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.check-comment[hidden] {
  display: none;
}

@media (max-width: 1199px) {
  .form-horizontal .control-label.col-lg-3, .form-horizontal .control-label.col-sm-3, .form-horizontal .control-label.col-xs-4 {
    min-width: 150px;
    max-width: 150px;
  }
  .form-horizontal .control-label.col-lg-3 + .col-lg-9,
  .form-horizontal .control-label.col-lg-3 + .col-sm-9,
  .form-horizontal .control-label.col-lg-3 + .col-xs-8, .form-horizontal .control-label.col-sm-3 + .col-lg-9,
  .form-horizontal .control-label.col-sm-3 + .col-sm-9,
  .form-horizontal .control-label.col-sm-3 + .col-xs-8, .form-horizontal .control-label.col-xs-4 + .col-lg-9,
  .form-horizontal .control-label.col-xs-4 + .col-sm-9,
  .form-horizontal .control-label.col-xs-4 + .col-xs-8 {
    min-width: calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 575px) {
  .form-horizontal .control-label.col-lg-3, .form-horizontal .control-label.col-sm-3, .form-horizontal .control-label.col-xs-4 {
    min-width: 100%;
    max-width: 100%;
  }
  .form-horizontal .control-label.col-lg-3 + .col-lg-9,
  .form-horizontal .control-label.col-lg-3 + .col-sm-9,
  .form-horizontal .control-label.col-lg-3 + .col-xs-8, .form-horizontal .control-label.col-sm-3 + .col-lg-9,
  .form-horizontal .control-label.col-sm-3 + .col-sm-9,
  .form-horizontal .control-label.col-sm-3 + .col-xs-8, .form-horizontal .control-label.col-xs-4 + .col-lg-9,
  .form-horizontal .control-label.col-xs-4 + .col-sm-9,
  .form-horizontal .control-label.col-xs-4 + .col-xs-8 {
    min-width: 100%;
    max-width: 100%;
  }
}

.yii-debug-toolbar {
  opacity: 0.3;
}
.yii-debug-toolbar:hover {
  opacity: 1;
}

.panel .btn-group::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1199px) {
  .panel {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .panel-body {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  [id^=bankresponse-] ~ .form-group .col-xs-2 {
    min-width: 100%;
  }
  [id^=bankresponse-] ~ .form-group .col-xs-2.control-label {
    text-align: left;
  }
}

.bot-dialog {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.bd-panel {
  max-width: 80%;
  font-size: 14px;
  margin-bottom: 13px;
}
.bd-panel.bd-left .bd-icon {
  margin-right: 8px;
  margin-left: 10px;
}
.bd-panel.bd-left .bd-time {
  margin-left: 51px;
}
.bd-panel.bd-right .bd-icon {
  margin-left: 8px;
  margin-right: 10px;
}
.bd-panel.bd-right .bd-time {
  margin-right: 51px;
  margin-left: auto;
  text-align: right;
}
.bd-panel audio {
  height: 33px;
  margin-top: 9px;
}
.bd-panel .alert {
  margin-bottom: 5px;
  padding: 15px 20px;
}

.bd-date {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 15px 0;
}

.bd-time {
  clear: both;
  display: block;
  font-size: 12px;
}

.bd-icon {
  width: 33px;
  height: 33px;
}

.dialog-grid {
  margin-top: 0;
}
.dialog-grid tbody tr {
  cursor: pointer;
}

.deal-dialog .col-sm-6 {
  width: 100%;
}

.setup-panel.thumbnail {
  height: auto;
}

.less-height {
  position: relative;
}
.less-height__fader {
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, var(--white) 0%, transparent 100%);
}
.less-height .table {
  width: auto;
  max-width: 100%;
}
.less-height .table thead th {
  padding: 0;
}
.less-height .table thead th:first-child {
  padding: 0;
}
.less-height .table thead th .form-group {
  margin: 0;
}
.less-height .table thead th .form-group select {
  padding-left: 3px;
  padding-right: 3px;
}

.line-through {
  text-decoration: line-through;
}

.contact-import-preload {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  top: 8px;
  right: 5px;
}

.contact-import-well {
  margin-top: 25px;
  max-height: 300px;
  overflow-y: auto;
}

textarea.raw-upload-ta {
  height: 300px;
}

.contact-pending {
  display: inline-block;
  margin-left: 35px;
}
.contact-pending .preload {
  display: inline-block;
  position: relative;
  top: 5px;
}
.contact-pending .preload:after {
  font-size: 16px;
}

.grid-checkbox {
  width: 30px;
  min-width: auto !important;
}
.grid-checkbox input {
  min-width: auto !important;
  margin-top: 0;
}

.grid-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.grid-bottom .summary {
  flex: 0 1 auto;
}
.grid-bottom .pagination {
  flex: 0 1 auto;
  margin: 0 0 0 20px;
}
.grid-bottom .page-size-wrapper {
  flex: 0 1 auto;
  margin: 0 0 0 20px;
}
.grid-bottom .btn-group {
  flex: 1 1 auto;
  justify-content: flex-start;
}
.grid-bottom .btn-group button {
  margin-right: 15px;
}
.grid-bottom .btn-group label {
  margin: 0 20px 0 0;
  font-weight: normal;
}

.token-info {
  display: inline-block;
  padding: 15px;
}

.toggle-form-control {
  display: block;
  padding-bottom: 6px;
}
.toggle-form-control:after {
  content: "";
  clear: both;
  display: block;
}

.pagination span {
  border-color: transparent !important;
}

.tile-value {
  font-size: 1.6rem;
}

.tile-desc {
  font-size: 1rem;
}

#status-deal-grid .grid-bottom .btn-group label {
  display: none;
}

.yellow {
  color: #ffb900;
}

.megacrm-results .mega-icon img,
.project-min-grid .mega-icon img {
  width: 18px;
  height: 18px;
}

.megacrm-results .glyphicon-plus + .glyphicon-minus {
  display: none;
}
.megacrm-results .glyphicon-plus.-open {
  display: none;
}
.megacrm-results .glyphicon-plus.-open + .glyphicon-minus {
  display: block;
}

.fw-normal {
  font-weight: normal;
}

.table.megacrm-results thead tr th {
  vertical-align: bottom;
}

.awesome-grid-table .small-icon {
  width: 18px;
  height: 18px;
}

.main .top-navigation__menu > li > a.menu-block-all {
  width: auto;
}

.megacrm-results-slide .carousel-inner > .item {
  padding: 0 5%;
}
.megacrm-results-slide .carousel-control {
  width: 5%;
}
.megacrm-results-slide .carousel-control.left,
.megacrm-results-slide .carousel-control.right {
  background-image: none;
}
.megacrm-results-slide .carousel-control .glyphicon-chevron-left,
.megacrm-results-slide .carousel-control .glyphicon-chevron-right {
  color: black;
}
.megacrm-results-slide .carousel-control .glyphicon-chevron-left:hover,
.megacrm-results-slide .carousel-control .glyphicon-chevron-right:hover,
.megacrm-results-slide .carousel-control:hover .glyphicon-chevron-left,
.megacrm-results-slide .carousel-control:hover .glyphicon-chevron-right,
.megacrm-results-slide .carousel-control:focus .glyphicon-chevron-left,
.megacrm-results-slide .carousel-control:focus .glyphicon-chevron-right {
  color: var(--primary-active);
}

.kanban-panel-content {
  padding-bottom: 100px;
}

.kanban-panel-header {
  border-bottom: 2px solid #9bc91c;
  text-align: center;
  padding: 12px 0 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.kanban-panel-time {
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.kanban-panel-time .erebor {
  color: #b14d50;
  font-weight: bold;
}

.kanban-panel-task {
  border: 2px solid #ddd;
  border-radius: 4px;
  height: 110px;
  margin-bottom: 10px;
  background: white;
  padding: 5px 9px;
  word-wrap: break-word;
  position: relative;
  overflow: hidden;
}

.kanban-panel-task:hover {
  border-color: #9bc91c;
}

.kanban-panel-task:hover .kanban-task-i {
  width: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #ccc;
}

.kanban-filter {
  margin-top: -10px;
}

.kanban-filter .form-inline {
  position: relative;
  /*bottom: 37px;*/
}

.kanban-task-title {
  font-size: 14px;
  line-height: 16px;
  height: 35px;
  overflow: hidden;
}

.kanban-task-title a {
  color: #337ab7;
}

.kanban-task-project {
  color: #777;
  font-size: 11px;
  line-height: 7px;
  margin: 7px 0;
  white-space: nowrap;
  width: 243px;
  height: 12px;
  overflow: hidden;
}

.kanban-task-est {
  float: left;
  font-size: 12px;
  color: #aaa;
  margin-right: 7px;
}

.kanban-task-est .red {
  color: #b14d50;
  font-weight: bold;
}

.kanban-task-status {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}

.kanban-task-owner {
  float: left;
  font-size: 12px;
  color: #aaa;
}

.kanban-task-i {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  background: #fff;
  opacity: 0.75;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.kanban-task-i span {
  margin: 36px 0 0 9px;
  color: #5ca71a;
}

.kb-a-row {
  font-size: 12px;
}

.kb-a-row.not-found {
  color: #b14d50;
  text-align: center;
}

.kanban-high {
  color: #b03942;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.kanban-task-est-today {
  clear: both;
  color: #aaa;
  font-size: 12px;
  margin-top: 19px;
}

.kanban-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: none;
}

.kanban-sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.kanban-sk-cube-grid .kanban-sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.kanban-sk-cube-grid .kanban-sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.kanban-sk-cube-grid .kanban-sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.kanban-sk-cube-grid .kanban-sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.kanban-sk-cube-grid .kanban-sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.kanban-sk-cube-grid .kanban-sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.kanban-sk-cube-grid .kanban-sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.kanban-sk-cube-grid .kanban-sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.kanban-sk-cube-grid .kanban-sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.kanban-sk-cube-grid .kanban-sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.svg-icon.svg-icon-primary {
  color: #009ef7;
}

.nowrap {
  white-space: nowrap;
}

.green {
  color: #2ecc71;
}

.red {
  color: #e74c3c;
}

.statistic-managers .glyphicon-plus + .glyphicon-minus {
  display: none;
}
.statistic-managers .glyphicon-plus.-open {
  display: none;
}
.statistic-managers .glyphicon-plus.-open + .glyphicon-minus {
  display: block;
}

.check-all {
  flex: 0 1 auto;
  margin: 0 10px 20px !important;
  padding-top: 4px !important;
}

.check-all label {
  font-size: 1rem !important;
}

.grid-controller {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-bottom: 5px;
}
.grid-controller-btn {
  font-size: 14px;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}
.grid-controller-btn:hover, .grid-controller-btn:focus {
  color: var(--gray-800);
}
.grid-controller-btn i {
  margin-left: 5px;
  font-size: 20px !important;
}
.grid-controller form {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  display: none;
  overflow: hidden;
  background-color: var(--aside-bg-color);
  transition: height 0.4s linear;
}
.grid-controller form .custom-control {
  padding: 5px 20px 5px 10px;
}
[data-theme=light] .grid-controller form .custom-control {
  background-image: url("../image/6-dots-dark.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
[data-theme=dark] .grid-controller form .custom-control {
  background-image: url("../image/6-dots-white.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
.grid-controller form .custom-control-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: var(--black);
}
.grid-controller form .custom-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.grid-controller form button {
  width: calc(100% - 10px);
  margin: 5px 0 5px 10px;
}
