﻿td[data-field="Actions"] span {
  overflow: visible !important;
}

.dropdown-menu[role="combobox"] {
  max-width: 100%;
  min-width: 0 !important;
}

#main-logo {
  max-height: 50px;
  max-width: 180px;
}

.list-nostyle ul{
  list-style: none !important;
}

.powered-by {
  background-color: #1e1e2d;
  width: 100%;
  padding-top: 5px;
  position: absolute;
  bottom: 5px;
  display: flex;
  align-content: center;
  justify-content: center;
}

#icon-logo {
  margin-left: 11px;
  display: none;
}

.log-area {
  min-height: 600px;
}

.kt-aside--minimize .powered-by span, .kt-aside--minimize .powered-by #main-logo {
  display: none;
}

.dropzone .dz-preview .dz-progress {
  z-index: 9 !important;
}

.kt-login__head .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(77, 89, 149, 0.06);
}

.kt-aside--minimize .powered-by #icon-logo {
  display: block;
}

.fix-dep-grp-select .dropdown-menu {
  max-height: 144px !important;
  top: 5px !important;
  /*position: fixed !important;*/
}

.fix-table-overflow {
  overflow: hidden;
  overflow-wrap: break-word;
}

.fix-subheader {
  position: inherit !important;
  box-shadow: none !important;
  height: 100% !important;
}

.fix-select-append {
  width: 1% !important;
}

.fix-append {
  height: 37px !important;
  white-space: nowrap;
}

.fix-dashed-formgroup .kt-form__group {
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 1.5em;
}

  .fix-dashed-formgroup .kt-form__group:not(:last-child) {
    border-bottom: 1px dashed #ebedf2;
  }

.input-group {
  max-height: calc(1.5em + 1.3rem + 2px);
}

.long-text {
  text-overflow: ellipsis;
  overflow: hidden;
}

.fix-kt-login-head {
  display: flex;
  justify-content: flex-end;
  height: 45px;
}

  .fix-kt-login-head .kt-login__signup-label {
    position: absolute !important;
  }

.bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  right: 13px;
  top: 44%;
}

.tab-spinner-cust:before {
  left: -0.3rem !important;
  background-color: white;
}

.timeNoMinutes [data-action="incrementMinute"],
.timeNoMinutes [data-action="decrementMinute"] {
  display: none !important;
}

/*OCR ZONES*/
#zoneContainer {
  border: solid black 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 80vh !important;
  height: 80vh;
  margin-bottom: 20px;
}

.zone {
  border: 1px dashed;
  background-color: lightblue;
  opacity: 0.35;
}

  .zone.separator {
    background-color: lightcoral;
  }

  .zone h3 {
    text-align: center;
    font-size: 100%;
    margin: 0;
  }

.zone-highlight {
  opacity: 0.65;
  border: 1px solid;
}

.zoneRow .zoneName.selected {
  background-color: lightblue;
}

/*OCR ZONES*/

.dropzone {
  min-height: 70px !important;
}

.tagFilter {
  cursor: pointer;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

#addWidgetBtn {
  width: auto;
  border-radius: 2rem;
}

  #addWidgetBtn:hover {
    color: white;
    background-color: #0abb87 !important;
  }


.sort-limiter {
  margin-bottom: 0;
  background-color: #dbdbdb;
  min-height: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  padding-top: 4px;
  visibility: hidden;
}

.btn-outline-brand {
  color: #8754ff !important;
  border-color: #8754ff !important;
}

.btn-brand {
  background-color: #8754ff !important;
  border-color: #8754ff !important;
}

  .btn-brand:hover {
    background-color: #5b39ad !important;
    border-color: #5b39ad !important;
  }

.btn-outline-brand:hover {
  color: white !important;
  background-color: #8754ff !important;
}

.kt-bg-brand {
  background-color: #8754ff !important;
}

.kt-badge {
  color: #ffffff;
}

.bs-ok-default.check-mark {
  position: absolute !important;
  right: 8px !important;
  top: 15px !important;
}

.bootstrap-select [role="option"] {
  padding-right: 25px !important;
}

.kt-widget31 .kt-widget31__item {
  border-bottom: 1px dashed #ebedf2;
  padding-bottom: 1.2em;
}

.kt-widget--user-profile-3 .kt-widget__item {
  align-items: flex-start !important;
  height: 60px;
}

  .kt-widget--user-profile-3 .kt-widget__item i {
    font-size: 2.5rem
  }

  .kt-widget--user-profile-3 .kt-widget__item .kt-widget__title {
    max-width: 80px;
  }

.progress-bar {
  height: 100%;
}

.color-bg-pink {
  background-color: #FF1A85;
}

.color-bg-info {
  background-color: #36a3f7;
}

.twitter-typeahead {
  /*display:block !important;*/
}

.modal {
  overflow-y: hidden !important;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
}

.form-control-feedback {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}

select option:disabled {
  pointer-events: none;
  color: lightgray;
  opacity: 0.5 !important;
}

.kt-checkbox--disabled {
  pointer-events: none;
  opacity: 0.2 !important;
}

.pointer {
  cursor: pointer;
}

.cursor-def {
  cursor: default !important;
}

.scrollable-modal {
  max-height: 70vh;
  overflow-y: auto;
}

.hidden {
  display: none !important;
}

#add-ad {
  position: absolute;
  top: 0;
  right: 0;
}

.mr-05 {
  margin: 0.5em !important;
}

.mrb-0 {
  margin-bottom: 0 !important;
}

.mrb-05 {
  margin-bottom: 0.5em !important;
}

.mrb-10 {
  margin-bottom: 1em !important;
}

.mrb-15 {
  margin-bottom: 1.5em !important;
}

.mrb-20 {
  margin-bottom: 2em !important;
}

.mrb-25 {
  margin-bottom: 2.5em !important;
}

.mrt-0 {
  margin-top: 0 !important
}

.mrt-02 {
  margin-top: 0.2em !important
}

.mrt-05 {
  margin-top: 0.5em !important
}

.mrt-10 {
  margin-top: 1em !important
}

.mrt-15 {
  margin-top: 1.5em !important
}

.mrt-20 {
  margin-top: 2em !important
}

.mrt-25 {
  margin-top: 2.5em !important
}

.mrr-05 {
  margin-right: 0.5em !important
}

.mrr-10 {
  margin-right: 1em !important
}

.mrr-15 {
  margin-right: 1.5em !important
}

.mrl-05 {
  margin-left: 0.5em !important
}

.mrl-10 {
  margin-left: 1em !important
}

.mrl-20 {
  margin-left: 2em !important
}

.mrs-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pd-0 {
  padding: 0 !important;
}

.pd-05 {
  padding: 0.5em !important;
}

.pd-10 {
  padding: 1em !important;
}

.pd-30 {
  padding: 3em !important;
}

.pdt-0 {
  padding-top: 0 !important;
}

.pdt-10 {
  padding-top: 1em !important;
}

.pdt-15 {
  padding-top: 1.5em !important;
}

.pdt-25 {
  padding-top: 2.5em !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.pdb-05 {
  padding-bottom: 0.5em !important;
}

.pdr-0 {
  padding-right: 0 !important;
}

.pdr-02 {
  padding-right: 0.2em !important;
}

.pdr-05 {
  padding-right: 0.5em !important;
}

.pdr-10 {
  padding-right: 1em !important;
}

.pdr-30 {
  padding-right: 3em !important;
}

.pdl-0 {
  padding-left: 0 !important;
}

.pdl-02 {
  padding-left: 0.2em !important;
}

.pdl-05 {
  padding-left: 0.5em !important;
}

.pdl-20 {
  padding-left: 2em !important;
}

.pdl-25 {
  padding-left: 2.5em !important;
}

.h40p {
  height: 40px;
}

.ver-flex-ct {
  display: flex !important;
}

.ver-flex-in {
  align-self: center;
}

.ver-flex-auto {
  display: flex;
  align-items: center;
}

.ver-flex-auto-center {
  justify-content: center;
  display: flex;
  align-items: center;
}

.ver-flex-auto-sides {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dinline {
  display: inline-block !important;
}

.dinlinenb {
  display: inline !important;
}

.fix-spinner {
  width: 22px;
}

  .fix-spinner:before {
    margin-top: -13px !important;
  }

select.area-switch-sellect {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

  select.area-switch-sellect option {
    font-size: 15px;
    padding: 8px 15px;
    border-bottom: solid 1px lightgray;
  }

.h1 {
  height: 1%;
}


/********CUSTOM PAGINATION**************/
.custom-pagination {
  margin: 5px 10px 20px 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .custom-pagination > li {
    padding: 0;
    margin-right: 5px;
    display: inline-block;
  }

.pagination-btn {
  background: #f0f3ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #93a2dd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pg-btn-m {
  height: 1rem;
  min-width: 1rem;
}

  .pg-btn-m.disabled {
    background-color: #ced8ff;
  }

.pagination-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #5d78ff;
  color: #ffffff;
}

.pagination-btn > i {
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
}

.pg-btn-m > i {
  font-size: 1.0rem;
}

.pagination-btn.active {
  background: #5d78ff !important;
  color: #ffffff !important;
}

.pagination-btn.page {
  background: none;
  color: #93a2dd !important;
}

  .pagination-btn.page:hover {
    color: #ffffff !important;
    background: #5d78ff;
  }

.hide-paging .kt-datatable__pager {
  display: none !important;
}
/*********************************/
