.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

.stock.input-group input {
  max-width: 80px;
  height: 38px;
  border-radius: 0px !important;
  border-right : 0px;
  border-left : 0px;
}

.stock.input-group-append {
  margin: -1px;
  border-left: 0px;
  border-right: 0px;
}

.stock.input-group-append .input-group-text {
  background-color: transparent !important;
  height: 38px;
}

.stock.input-group-prepend .input-group-text {
  background-color: transparent !important;
  height: 38px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: #2b3553 !important;
}

.select2-dropdown{
  background-color  : #2b3553 !important;
  border: 1px solid #aaa;
}


.select2-close-mask {
  background-color: #2b3553 !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  background-color: #2b3553 !important;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 38px;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  color: rgba(255, 255, 255, 0.8);
}

.select2-container--default {
  font-size: 12px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #0a7d1d !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: green !important;
}

.select2-selection__choice__display {
  background-color: green !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: green !important;
  color: rgba(255, 255, 255, 0.8) !important;
}