@media (min-width: 992px) {
  .form-button-margin {
    margin-top: 2rem
  }
}
@media (max-width: 991px) {
  .checkbox-form-group {
    margin-bottom: 30px;
  }
}

.favorite-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  display: block;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}

input[type=checkbox]:focus, input[type=radio]:focus {
  outline:none;
  box-shadow: none;
}

.wiki li {
  margin-top: 0.5rem;
}

.bootstrap-select .dropdown-menu li a {
  padding-left: 12px;
  overflow: hidden;
}

.bootstrap-select .dropdown-menu .status {
  text-align: center;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bootstrap-select .bs-ok-default:after {
  color: #0165d0;
}
.bootstrap-select .dropdown-menu.show {
  min-width: auto !important;
  max-width: 100% !important;
}

.dropdown-toggle::after {
  color: #000;
}

.dropdown a:not([href]):active:hover {
  color: #fff;
}

.page-title {
  padding-top: 10px;
}

.hide {
  display: none;
}

.status-hide {
  display: none;
}

.fixed-head {
  position: fixed;
  background-color: #fff;
  top: 0;
}

.danger-row {
  background-color: #f97f81 !important;
}

.checkbox-form-group .form-check-input {
  position: relative;
}

.status-approved {
  background-color: #1aab42;
}

.status-buyout {
  background-color: #46be8a;
}

.status-buyout-pending {
  background-color: #dcb301;
}

.status-not-buyout, .bg-not-buyout {
  background-color: #d74550;
}

.status-not-approved, .bg-new {
  background-color: #848e90;
}

.bg-trash {
  background-color: #393939;
}

.bg-recall, .bg-noanswer {
  background-color: #007bff;
}

.list-style-disc {
  list-style-type: disc;
}

.styled-quick-link {
  cursor: pointer;
}

span.styled-quick-link {
  color: #007bff;
}

span.styled-quick-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.sum-row td {
  border-top: 2px solid #d09b2c !important;
  border-bottom-color: #d09b2c;
  background: #f3f3f3;
}

.table-hover .sum-row:hover>td {
  background: #f3f3f3;
}

.sum-row td:first-child {
  font-weight: 700;
}

/* --- quick-links --- */
.quick-links {
  text-transform: uppercase;
  color: #8991b3;
  letter-spacing: 0.1rem;
  font-weight: 100;
  font-size: 0.9rem;
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
  display: flex;
}

.quick-links-left-wrapper {
  line-height: 1.7;
  display: inline-block;
  padding-left: .5rem;
  margin-bottom: 0;
  color: initial;
  font-weight: initial;
}

.quick-links .logo {
  height: 21px;
  vertical-align: top;
}

.quick-links div {
  text-align: right;
}

.quick-links div > * {
  padding-left: .5rem;
  padding-right: .5rem;
  border-right: 1px solid #666E92;
}

.quick-links div > *:last-child {
  border-right: none;
}

@media (max-width: 991px) {
  .quick-links div > *:first-child {
    display: block;
    border-right: none;
    line-height: 1.7;
  }
}
/* --- quick-links --- */

/* --- empty-data-title --- */
.empty-data-title {
  text-align: center;
}
/* --- empty-data-title --- */

/* --- daterangepicker --- */
html .date-picker-wrapper {
  z-index: 4;
}
/* --- daterangepicker --- */

/* --- menu --- */
#menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin-left: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  z-index: 10;
  background: #fff;
}

#menu-wrapper.show {
  margin-left: 0;
}

#menu-wrapper .close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 2rem;
  text-shadow: none;
  opacity: 1;
  padding: 0.5rem;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/* --- menu --- */

/* --- main menu --- */
.main-menu {
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  padding: 0 60px;
  display: inline-block;
  font-weight: 300;
}

.main-menu .title {
  padding-top: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.main-menu a.active {
  font-weight: bold;
}
/* --- main menu --- */

.btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-responsive {
  margin-bottom: 1rem;
}

.table-responsive .table {
  margin-bottom: 0;
}

.table-responsive.border-left tr > *:first-child {
  border-left: none;
}

.table-responsive.border-bottom tr:last-child > * {
  border-bottom: none;
}

/* --- pagination --- */
.pagination .page-item.active .page-link {
  background-color: #d09b2c;
  border-color: #d09b2c;
}

.pagination .page-link {
  cursor: pointer;
  background-color: transparent;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: inherit;
  box-shadow: none !important;
  height: 100%;
}
.pagination .page-link-date {
  border: none !important;
  font-weight: normal;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.pagination span {
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.pagination .pagination-arrow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 48px;
  line-height: 28px;
  z-index: 0;
  color: #d09b2c;
  opacity: 40%;
}

.pagination .page-last span {
  padding-left: 30px;
}

.pagination .page-last .pagination-arrow {
  text-align: left;
  padding: 0 0 0 5px;
}

.pagination .page-first span {
  padding-right: 30px;
}

.pagination .page-first .pagination-arrow {
  text-align: right;
  padding: 0 5px 0 0;
}

.pagination .page-item .page-link:hover .pagination-arrow {
  opacity: 70%;
}

.page-item.disabled .page-link .pagination-arrow {
  color: #8991b3;
}
/* --- pagination --- */

/* --- pagination --- */
.quick-navigation {
  display: inline-block;
}

.quick-navigation .pagination {
  line-height: 36px;
  margin-top: 2px;
}

.quick-navigation .pagination .page-item .page-link {
  border: none;
  color: inherit;
}

@media (max-width: 991px) {
  .quick-navigation {
    text-align: center;
    padding-bottom: 5px;
    display: block;
    margin-top: 5px;
    margin-right: 0;
    width: 100%;
  }

  .quick-navigation .pagination {
    margin-top: 0;
  }

  .quick-navigation .pagination, .quick-navigation .pagination li {
    display: inline-block;
  }
}
/* --- pagination --- */

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

.remove-filter {
  cursor: pointer;
}

.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.column-collapse-btn, .column-collapse-btn2, .column-collapse-btn3 {
  cursor: pointer;
  white-space: nowrap;
}

.column-collapse-btn {
  background: #f3f3f3;
}

.column-collapse-btn2 {
  background: #e2f5ff;
}

.column-collapse-btn3 {
  background: #f4ffe2;
}

.align-items-flex-start {
  align-items: flex-start;
}

.saved-filters-wrapper {
  margin-bottom: -.5rem!important;
}

.short-link-wrapper {
  text-transform: initial;
  background: #f5f6f7;
  padding: 0 10px;
  color: #484f57;
  border: 1px solid #bcc1d6;
}

.selectpicker-options {
  width: 100%;
}

.time-seconds {
  font-size: smaller;
  color: #a52a2a;
}

.tooltip .time-seconds {
  color: #fff;
}

.time-empty {
  color: lightgray;
}

.cursor-pointer {
  cursor: pointer;
}

.toast {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.dropdown-header {
  white-space: normal;
  cursor: pointer;
}

.negative-interval {
  color: #d74550;
}

.burn-time {
  color: #a52a2a;
}

.sum-row td.gradient-colored-wrapper,
td.gradient-colored-wrapper {
  position: relative;
  background: #d3f3e0 !important;
}

.sum-row td.gradient-colored-capacity-wrapper,
td.gradient-colored-capacity-wrapper {
  position: relative;
  background: #8BC34A !important
}

.sum-row td.gradient-colored-capacity-wrapper.bg-table-base,
td.gradient-colored-capacity-wrapper.bg-table-base,
.sum-row td.gradient-colored-wrapper.bg-table-base,
td.gradient-colored-wrapper.bg-table-base {
  background: #fff !important;
}

.gradient-colored-wrapper .gradient-colored-leads,
.gradient-colored-capacity-wrapper .gradient-colored-capacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cloned-fixed-header-js {
  position: fixed;
  z-index: 3;
  background: #fff;
  top: 0;
}

.cloned-fixed-header-js th:last-child {
  border-right-width: 0;
}

.fixed-header {
  position: relative;
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
  border-width: 0;
}

.fixed-header th {
  border-width: 1px;
  border-left-width: 0;
}

.fixed-header td {
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.fixed-header th:first-child,
.fixed-header td:first-child {
  border-left-width: 1px;
}

.fixed-header th {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  z-index: 3;
  top: 0;
  background: #fff;
  border-bottom: 3px solid #000;
}

.sorting-image {
  width: 10px;
  height: 12px;
  display: inline-block;
}

.sorting-image.sorting_asc {
  background-position: top center;
}

.sorting-image.sorting_desc {
  background-position: bottom center;
}

.table th.sorting_asc,
.table th.sorting_desc {
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
}

.font-size-small {
  font-size: small;
}
.table td.muted-column {
  background-color: #f3f3f3;
  color: transparent;
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}

.table td.chain-value:not(:last-child) {
  border-left: 1px solid #dee2e6 !important;
  border-bottom: 0 !important;
}

.table td.last_sum_row {
  border-bottom: 1px solid #d09b2c !important;
}

.table td.border-left-right-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}

.table td.border-right-0 {
  border-right: 0 !important;
}

.new-sum-row td:first-child {
  font-weight: 700;
}

.new-sum-row td {
  border-top: 2px solid #d09b2c;
  border-bottom-color: #d09b2c;
  background: #f3f3f3;
}

.indicator-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  left: 8px;
}
.indicator-arrow_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 14px;
}

.indicator-arrow_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 11px;
}

.v-align-top {
  vertical-align: top !important;
}

.bg-deposit-50 {
  background-color: #e2f0d9;
}

.bg-deposit-100 {
  background-color: #a9d18e;
}

.bg-deposit-500 {
  background-color: #548235;
}

.bg-deposit-1000 {
  background-color: #00b050;
}

.hide2, .hide3 {
  display: none !important;
}

.chart-color-wrapper {
  width: 22px;
  height: 11px;
  display: inline-block;
}

.selectize-control {
  font-size: 0;
  line-height: 0;
}

.bg-blue {
  background-color: rgb(19, 140, 255) !important;
}

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

.bold-border-left {
  border-left-width: 2px !important;
}

.bold-border-right {
  border-right-width: 2px !important;
}