/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */

/*Theme Colors Volcan start*/

/*Theme Colors Volcan end*/

.ui-gourp-right {
  position: absolute;
  right: 14px;
  top: 10px;
}

.ui-gourp-left {
  position: absolute;
  bottom: 60px;
  left: 20px;
  height: auto;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
}

.ui-gourp-left .btn {
  border-radius: 0;
  margin: 0;
  width: 36px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-group-top {
  position: absolute;
  top: 10px;
  left: 20px;
}

.ui-group-top .ui-dropdown-widget {
  background-color: transparent;
}

.ui-group-top .ui-dropdown-widget .btn {
  width: 100%;
  height: auto;
  white-space: nowrap;
  text-align: left;
  border-radius: 20px;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
}

.ui-group-top .btn,
.ui-gourp-right .btn {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin: .1rem;
  line-height: 1;
  padding: 0.375rem;
}

.ui-group-top .btn i,
.ui-gourp-right .btn i {
  font-size: 1.5rem;
}

.ui-group-top .btn i.gh.gh-measure-2,
.ui-gourp-right .btn i.gh.gh-measure-2 {
  font-size: 1.8rem;
}

.ui-group-top .btn.btn-primary:hover,
.ui-gourp-right .btn.btn-primary:hover {
  background-color: #FF6E22;
  border-color: #fb5600;
}

.ui-group-top .btn.btn-primary:focus,
.ui-group-top .btn.btn-primary.focus,
.ui-gourp-right .btn.btn-primary:focus,
.ui-gourp-right .btn.btn-primary.focus {
  background-color: #FF6E22;
  border-color: #fb5600;
}

.ui-group-bottom {
  position: fixed;
  height: auto;
  bottom: 20px;
  left: auto;
  padding-left: 10px;
}

.ui-group-bottom .input-group-sm > .input-group-prepend > .input-group-text,
.ui-group-bottom .input-group-sm > .input-group-append > .input-group-text,
.ui-group-bottom .input-group-sm > .form-control {
  font-size: .7em;
}

.ui-group-bottom .input-group-sm > .form-control {
  padding: 0;
  height: 26px;
  min-height: 26px;
}

.modal {
  width: auto;
  height: auto;
}

.modal .modal-header {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.modal .modal-header.text-white .close {
  color: #fff;
  opacity: .75;
}

.modal .modal-header .close {
  padding: .65rem .8rem;
  margin: -.65rem -1rem -.65rem auto;
}

.modal .modal-header .btn {
  margin-top: -.375rem;
  margin-bottom: -.375rem;
}

.modal .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal .modal-content-default {
  border-color: #ddd;
}

.modal .modal-inner-container {
  max-height: calc(calc(100vh - 130px) + 20px);
}

@media (max-width: 575.98px) {
  .modal {
    margin: 15px !important;
    top: 15px !important;
    left: auto !important;
    right: auto !important;
    max-width: 95%;
  }
}

@media (min-width: 576px) {
  .modal.modal-contains-accordion {
    min-width: 500px;
  }
}

@media (min-width: 768px) {
  .modal-md {
    max-width: 600px;
  }

  .modal-md.modal-contains-accordion {
    min-width: 600px;
  }
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 650px;
  }

  .modal-md.modal-contains-accordion {
    min-width: 650px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 680px;
  }

  .modal-lg.modal-contains-accordion {
    min-width: 680px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }

  .modal-lg.modal-contains-accordion {
    min-width: 800px;
  }
}

@media (min-width: 768px) {
  .modal-xl {
    max-width: 680px;
  }

  .modal-xl.modal-contains-accordion {
    min-width: 680px;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }

  .modal-xl.modal-contains-accordion {
    min-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }

  .modal-xl.modal-contains-accordion {
    min-width: 1140px;
  }
}

.nav-item.nav-item-actions {
  margin-left: auto;
}

.nav-item.nav-item-actions .nav-link {
  padding-top: 0;
  padding-right: 0;
}

.nav-item.nav-item-actions .nav-link:hover {
  border-color: transparent;
}

.ui-nav-tabs-filled li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #4F5467;
}

.ui-nav-tabs-filled li a.nav-link.active {
  background: #101D2A;
  color: #fff;
}

.ui-nav-tabs-filled li a.nav-link:hover {
  color: #fff;
  background: #101D2A;
}

.ui-nav-tabs li a.nav-link {
  color: #4F5467;
}

.ui-nav-tabs li a.nav-link.active {
  border-bottom: 2px solid #101D2A;
  color: #101D2A;
}

.ui-nav-tabs li a.nav-link:hover {
  color: #101D2A;
}

.ui-nav-tabs-flat li a.nav-link {
  border-color: transparent;
  font-weight: 600;
  opacity: .75;
}

.ui-nav-tabs-flat li a.nav-link.active,
.ui-nav-tabs-flat li a.nav-link.active:focus,
.ui-nav-tabs-flat li a.nav-link:focus {
  border-color: transparent;
  border-bottom: 2px solid #101D2A;
  color: #101D2A;
  opacity: 1;
}

.ui-nav-tabs-flat li a.nav-link:hover {
  border-color: transparent;
  border-bottom: 2px solid #4b83bb;
  opacity: 1;
}

.btn {
  font-family: inherit;
  font-weight: 400;
  text-transform: inherit;
}

.btn.btn-icon {
  padding: .15rem .25rem .0rem;
}

.btn.btn-icon i {
  font-size: 2rem;
}

.btn.btn-icon.btn-icon-sm {
  padding: .25rem .2rem .05rem;
}

.btn.btn-icon.btn-icon-sm i {
  font-size: 1.85rem;
}

.btn.btn-icon.btn-icon-sm.btn-i-midle i {
  font-size: 1.5rem;
  padding-left: .1rem;
  padding-right: .1rem;
}

.form-control:-ms-input-placeholder {
  color: #adb5bd;
  font-size: 0.7rem;
}

.form-control::-moz-placeholder {
  color: #adb5bd;
  font-size: 0.7rem;
}

.form-control::-webkit-input-placeholder {
  color: #adb5bd;
  font-size: 0.7rem;
}

.form-control.form-control-sm:-ms-input-placeholder {
  font-size: font-size-extra-small;
}

.form-control.form-control-sm::-moz-placeholder {
  font-size: font-size-extra-small;
}

.form-control.form-control-sm::-webkit-input-placeholder {
  font-size: font-size-extra-small;
}

.form-material .card .card-header {
  background-color: #fff;
  font-weight: 600;
  position: relative;
}

.form-material .card .card-header:not(.bg-dark)::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 1.25rem;
  right: 1.25rem;
  border-bottom: 2px solid #101D2A;
}

.form-material .card .card-header .btn {
  margin-top: -.275rem;
  margin-bottom: -.275rem;
}

.form-material .form-control {
  background-color: #f7f7f7;
}

.form-material .form-control:-ms-input-placeholder {
  color: #6c757d;
  font-size: 0.875rem;
}

.form-material .form-control::-moz-placeholder {
  color: #6c757d;
  font-size: 0.875rem;
}

.form-material .form-control::-webkit-input-placeholder {
  color: #6c757d;
  font-size: 0.875rem;
}

.form-material .form-control:disabled {
  background-color: #e3e3e3;
}

.form-material .form-control[readonly] {
  opacity: 1;
}

.form-material .input-group-text {
  border-color: transparent;
  border-radius: 0;
  font-weight: 600;
  color: #212529;
}

.form-material .form-group-date .form-control:disabled,
.form-material .form-group-date .form-control[readonly] {
  opacity: 1;
  background: #f7f7f7;
}

.form-material .bootstrap-select.form-control {
  border: 0 none;
}

.form-material .bootstrap-select.form-control.show {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  transition-duration: 0.3s;
}

.form-material .bootstrap-select.form-control .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 3px;
}

.form-material .select2.select2-container.select2-container--default .select2-selection--single {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9ecef;
}

.form-material .select2.select2-container.select2-container--default .select2-selection--single::after {
  content: '';
  display: block;
  border-bottom: 2px solid #101D2A;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-material .select2.select2-container.select2-container--default.select2-container--open .select2-selection--single::after {
  transform: scaleX(1);
}

.form-group label {
  font-weight: 400;
  margin-bottom: 0.35rem;
}

.form-group label.custom-control-label {
  margin-bottom: 0;
}

.form-group.form-group-sm {
  margin-bottom: .675rem;
}

.form-group.form-group-sm label {
  margin-bottom: .15rem;
  font-size: 0.76563rem;
}

.form-group .input-group label {
  margin-bottom: 0;
}

.form-control:hover {
  border-color: #8a8f94;
}

.form-control:focus {
  border-color: #7c8388;
}

.form-group-date .form-control:disabled,
.form-group-date .form-control[readonly] {
  opacity: 1;
  background: #fff;
}

.input-group .input-group-prepend:nth-child(odd) {
  margin-left: -1px;
}

.accordion > .card {
  overflow: visible;
}

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

.table-responsive {
  padding-right: 1px;
  padding-left: 1px;
}

.table-responsive[class*="table-max-h-"] {
  overflow-x: hidden;
}

.table {
  margin-top: 1px;
}

.table thead th,
.table th {
  text-transform: lowercase;
}

.table thead th::first-letter,
.table th::first-letter {
  text-transform: uppercase;
}

.table thead th .custom-control-input:checked ~ .custom-control-label::before,
.table th .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
}

.table .table-item-title td {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.bootstrap-table .fixed-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #101D2A;
  color: #fff;
  padding-right: .25rem;
  padding-left: .25rem;
}

.bootstrap-table .fixed-table-toolbar::after {
  content: none;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  max-height: 250px;
}

.bootstrap-table .fixed-table-container {
  height: auto;
  padding-bottom: 0px !important;
  border-color: transparent;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  font-size: 1.5rem;
}

.bootstrap-table .card-view-value {
  white-space: normal;
}

.bootstrap-table .fixed-table-container .table tbody:not(.fc-body) tr.selected td,
table tbody:not(.fc-body) tr.selected td {
  background-color: #c3cfdc;
  color: #212529;
}

.ui-map-left-actions {
  top: 5px;
  left: 5px;
}

.ui-map-right-actions {
  top: 5px;
  right: 5px;
}

.ui-map-left-actions,
.ui-map-right-actions {
  position: absolute;
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.ui-map-left-actions .btn,
.ui-map-right-actions .btn {
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  padding: 0.375rem;
}

.ui-viewer-pdf {
  min-height: calc(100vh - 130px);
  min-width: 406px;
}

@media (min-width: 576px) {
  .ui-viewer-pdf {
    min-width: 480px;
  }
}

@media (min-width: 768px) {
  .ui-viewer-pdf {
    min-width: 600px;
  }
}

@media (min-width: 992px) {
  .ui-viewer-pdf {
    min-width: 680px;
  }
}

@media (min-width: 1200px) {
  .ui-viewer-pdf {
    min-width: 800px;
  }
}

.tree.tree-single ul li:last-child .item-single-tree:before {
  height: 50%;
}

.tree.tree-single li {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  padding: 2px 0;
  line-height: 1.6;
}

.tree.tree-single li [class^="gh-"] {
  font-family: inherit !important;
}

.tree.tree-single li label {
  cursor: pointer;
}

.tree.tree-single li .item-single-tree:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  border-left: 2px dotted;
}

.tree.tree-single li .item-single-tree:after {
  content: '';
  width: 10px;
  display: block;
  position: absolute;
  border-bottom: 2px dotted;
  top: 11px;
  left: 4px;
}

.tree li span:not(.collapsed):not(.expanded):not(.item-single-tree) {
  display: none;
}

.tree ul.tree-inner {
  padding-left: 35px;
}

.tree .tree-item-group {
  display: flex;
}

.tree .expanded {
  width: 17px;
}

.tree img {
  margin-right: .25rem;
}

.btn-min-w-md {
  min-width: 11rem;
}

.cordinate-size {
  min-width: 6rem;
  text-align: left;
}

.bootstrap-select.form-control {
  border: 1px solid #979ca0;
}

.bootstrap-select .btn-light {
  background-color: inherit;
  border-color: transparent;
}

.bootstrap-select .btn-light:hover,
.bootstrap-select .btn-light.hover {
  border-color: transparent;
}

.bootstrap-select .btn-light:focus,
.bootstrap-select .btn-light.focus {
  border-color: transparent;
  box-shadow: none;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: inherit;
  border-color: transparent;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: transparent !important;
}

.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: inherit;
  border-color: transparent;
}

.font-size-reset {
  font-size: .875rem;
}

.list-group-container .list-group-item {
  border-left: transparent;
  border-right: transparent;
}

.form-check-fill {
  min-width: 38px;
  width: 38px;
  height: 100%;
  margin-right: -2px;
}

.form-check-fill.form-check-fill-sm {
  min-width: 30px;
  width: 30px;
}

.table-control th,
.table-control td {
  min-width: 3rem;
}

.break-word {
  overflow-wrap: break-word;
  white-space: normal !important;
}

.pbi-viewer-container {
  min-height: calc(calc(100vh - 130px)  - 90px);
  position: relative;
  padding-bottom: calc(1.25rem - 6px);
}

.pbi-viewer-container .pbi-report-viewer {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.pbi-viewer-container .pbi-report-viewer iframe {
  min-height: inherit;
}

.pbi-viewer-container .preloader-power-bi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.pbi-viewer-container .preloader-power-bi.show {
  display: flex;
}

.pbi-viewer-container .preloader-power-bi .spinner-grow.spinner-image {
  background-image: url(../img/power-bi.svg);
  background-color: transparent;
  width: 4.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  border-radius: 0;
}

@media (min-width: 1280px) and (min-height: 600px) and (max-height: 699px) {
  .pbi-viewer-container {
    min-height: calc(calc(100vh - 130px) + 3rem);
  }
}

@media (min-width: 1360px) and (min-height: 700px) and (max-height: 799px) {
  .pbi-viewer-container {
    min-height: calc(calc(100vh - 130px) + 4rem);
  }
}

.container-video-img {
  position: relative;
}

.container-video-img:hover:after {
  background-color: rgba(0, 0, 0, 0.65);
}

.container-video-img:after {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: all 2s ease-out;
}

.footer {
  font-size: .65rem;
  padding-top: .15rem;
  padding-bottom: .15rem;
}

.bg-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
}

.esriSignInDialog {
  display: none;
}

.ui-max-h-150:not([class*='table-max-h-']) {
  max-height: 150px;
  overflow-y: auto;
}

.ui-max-h-175:not([class*='table-max-h-']) {
  max-height: 175px;
  overflow-y: auto;
}

.ui-max-h-200:not([class*='table-max-h-']) {
  max-height: 200px;
  overflow-y: auto;
}

.ui-max-h-225:not([class*='table-max-h-']) {
  max-height: 225px;
  overflow-y: auto;
}

.ui-max-h-250:not([class*='table-max-h-']) {
  max-height: 250px;
  overflow-y: auto;
}

.ui-max-h-275:not([class*='table-max-h-']) {
  max-height: 275px;
  overflow-y: auto;
}

.ui-max-h-300:not([class*='table-max-h-']) {
  max-height: 300px;
  overflow-y: auto;
}

.ui-max-h-325:not([class*='table-max-h-']) {
  max-height: 325px;
  overflow-y: auto;
}

.ui-max-h-350:not([class*='table-max-h-']) {
  max-height: 350px;
  overflow-y: auto;
}

.ui-max-h-375:not([class*='table-max-h-']) {
  max-height: 375px;
  overflow-y: auto;
}

.ui-max-h-400:not([class*='table-max-h-']) {
  max-height: 400px;
  overflow-y: auto;
}

.ui-max-h-425:not([class*='table-max-h-']) {
  max-height: 425px;
  overflow-y: auto;
}

.ui-max-h-450:not([class*='table-max-h-']) {
  max-height: 450px;
  overflow-y: auto;
}

.ui-max-h-475:not([class*='table-max-h-']) {
  max-height: 475px;
  overflow-y: auto;
}

.ui-max-h-500:not([class*='table-max-h-']) {
  max-height: 500px;
  overflow-y: auto;
}

.ui-max-h-525:not([class*='table-max-h-']) {
  max-height: 525px;
  overflow-y: auto;
}

.ui-max-h-550:not([class*='table-max-h-']) {
  max-height: 550px;
  overflow-y: auto;
}

.ui-max-h-575:not([class*='table-max-h-']) {
  max-height: 575px;
  overflow-y: auto;
}

.ui-max-h-600:not([class*='table-max-h-']) {
  max-height: 600px;
  overflow-y: auto;
}

.ui-max-h-650:not([class*='table-max-h-']) {
  max-height: 650px;
  overflow-y: auto;
}

.ui-max-h-700:not([class*='table-max-h-']) {
  max-height: 700px;
  overflow-y: auto;
}

.ui-max-h-750:not([class*='table-max-h-']) {
  max-height: 750px;
  overflow-y: auto;
}

.ui-max-h-800:not([class*='table-max-h-']) {
  max-height: 800px;
  overflow-y: auto;
}

.ui-max-w-100 {
  max-width: 100px;
}

.ui-max-w-125 {
  max-width: 125px;
}

.ui-max-w-150 {
  max-width: 150px;
}

.ui-max-w-175 {
  max-width: 175px;
}

.ui-max-w-200 {
  max-width: 200px;
}

.ui-max-w-225 {
  max-width: 225px;
}

.ui-max-w-250 {
  max-width: 250px;
}

.ui-max-w-275 {
  max-width: 275px;
}

.ui-max-w-300 {
  max-width: 300px;
}

.ui-max-w-325 {
  max-width: 325px;
}

.ui-max-w-350 {
  max-width: 350px;
}

.ui-max-w-375 {
  max-width: 375px;
}

.ui-max-w-400 {
  max-width: 400px;
}

.ui-max-w-425 {
  max-width: 425px;
}

.ui-max-w-450 {
  max-width: 450px;
}

.ui-max-w-475 {
  max-width: 475px;
}

.ui-max-w-500 {
  max-width: 500px;
}

.ui-max-w-525 {
  max-width: 525px;
}

.ui-max-w-550 {
  max-width: 550px;
}

.ui-max-w-575 {
  max-width: 575px;
}

.ui-max-w-600 {
  max-width: 600px;
}

.ui-max-w-650 {
  max-width: 650px;
}

.ui-max-w-700 {
  max-width: 700px;
}

.ui-max-w-750 {
  max-width: 750px;
}

.ui-max-w-800 {
  max-width: 800px;
}

.ui-min-w-100 {
  min-width: 100px;
}

.ui-min-w-125 {
  min-width: 125px;
}

.ui-min-w-150 {
  min-width: 150px;
}

.ui-min-w-175 {
  min-width: 175px;
}

.ui-min-w-200 {
  min-width: 200px;
}

.ui-min-w-225 {
  min-width: 225px;
}

.ui-min-w-250 {
  min-width: 250px;
}

.ui-min-w-275 {
  min-width: 275px;
}

.ui-min-w-300 {
  min-width: 300px;
}

.ui-min-w-325 {
  min-width: 325px;
}

.ui-min-w-350 {
  min-width: 350px;
}

.ui-min-w-375 {
  min-width: 375px;
}

.ui-min-w-400 {
  min-width: 400px;
}

.ui-min-w-425 {
  min-width: 425px;
}

.ui-min-w-450 {
  min-width: 450px;
}

.ui-min-w-475 {
  min-width: 475px;
}

.ui-min-w-500 {
  min-width: 500px;
}

.ui-min-w-525 {
  min-width: 525px;
}

.ui-min-w-550 {
  min-width: 550px;
}

.ui-min-w-575 {
  min-width: 575px;
}

.ui-min-w-600 {
  min-width: 600px;
}

.ui-min-w-650 {
  min-width: 650px;
}

.ui-min-w-700 {
  min-width: 700px;
}

.ui-min-w-750 {
  min-width: 750px;
}

.ui-min-w-800 {
  min-width: 800px;
}

.table-max-h-100 .fixed-table-body {
  max-height: 100px;
}

.table-max-h-125 .fixed-table-body {
  max-height: 125px;
}

.table-max-h-150 .fixed-table-body {
  max-height: 150px;
}

.table-max-h-175 .fixed-table-body {
  max-height: 175px;
}

.table-max-h-200 .fixed-table-body {
  max-height: 200px;
}

.table-max-h-225 .fixed-table-body {
  max-height: 225px;
}

.table-max-h-250 .fixed-table-body {
  max-height: 250px;
}

.table-max-h-275 .fixed-table-body {
  max-height: 275px;
}

.table-max-h-300 .fixed-table-body {
  max-height: 300px;
}

.table-max-h-325 .fixed-table-body {
  max-height: 325px;
}

.table-max-h-350 .fixed-table-body {
  max-height: 350px;
}

.table-max-h-375 .fixed-table-body {
  max-height: 375px;
}

.table-max-h-400 .fixed-table-body {
  max-height: 400px;
}

.table-max-h-425 .fixed-table-body {
  max-height: 425px;
}

.table-max-h-450 .fixed-table-body {
  max-height: 450px;
}

.table-max-h-475 .fixed-table-body {
  max-height: 475px;
}

.table-max-h-500 .fixed-table-body {
  max-height: 500px;
}

.table-max-h-525 .fixed-table-body {
  max-height: 525px;
}

.table-max-h-550 .fixed-table-body {
  max-height: 550px;
}

.table-max-h-575 .fixed-table-body {
  max-height: 575px;
}

.table-max-h-600 .fixed-table-body {
  max-height: 600px;
}

.table-max-h-650 .fixed-table-body {
  max-height: 650px;
}

.table-max-h-700 .fixed-table-body {
  max-height: 700px;
}

.table-max-h-750 .fixed-table-body {
  max-height: 750px;
}

.table-max-h-800 .fixed-table-body {
  max-height: 800px;
}

.table-ellipsis td {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-ellipsis-sm td {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-ellipsis-md td {
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-ellipsis-lg td {
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-ellipsis-xl td {
  max-width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-ellipsis-xxl td {
  max-width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-font-weight-400 {
  font-weight: 400 !important;
}

.ui-font-weight-500 {
  font-weight: 500 !important;
}

.ui-font-weight-600 {
  font-weight: 600 !important;
}

.ui-font-weight-700 {
  font-weight: 700 !important;
}

.table-control .col-table {
  min-width: 4rem;
}

.table-control .col-table-sm {
  min-width: 6rem;
}

.table-control .col-table-md {
  min-width: 8rem;
}

.table-control .col-table-lg {
  min-width: 10rem;
}

.table-control .col-table-xl {
  min-width: 12rem;
}

.table-control .col-table-xxl {
  min-width: 14rem;
}

.bg-blue {
  background-color: #03a9f3 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0286c1 !important;
}

.bg-light-blue {
  background-color: #82b1ff !important;
}

a.bg-light-blue:hover,
a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #4f91ff !important;
}

.bg-indigo {
  background-color: #3f51b5 !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #32408f !important;
}

.bg-purple {
  background-color: #8e24aa !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #6b1b80 !important;
}

.bg-deep-purple {
  background-color: #512da8 !important;
}

a.bg-deep-purple:hover,
a.bg-deep-purple:focus,
button.bg-deep-purple:hover,
button.bg-deep-purple:focus {
  background-color: #3e2280 !important;
}

.bg-pink {
  background-color: #ec407a !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #e2175b !important;
}

.bg-red {
  background-color: #e46a76 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #dc3f4e !important;
}

.bg-orange {
  background-color: #fb9678 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fa6f46 !important;
}

.bg-yellow {
  background-color: #fbc02d !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f0ad05 !important;
}

.bg-amber {
  background-color: #ffa000 !important;
}

a.bg-amber:hover,
a.bg-amber:focus,
button.bg-amber:hover,
button.bg-amber:focus {
  background-color: #cc8000 !important;
}

.bg-deep-orange {
  background-color: #ff7043 !important;
}

a.bg-deep-orange:hover,
a.bg-deep-orange:focus,
button.bg-deep-orange:hover,
button.bg-deep-orange:focus {
  background-color: #ff4910 !important;
}

.bg-green {
  background-color: #16d17f !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #11a363 !important;
}

.bg-dark-green {
  background-color: #388e3c !important;
}

a.bg-dark-green:hover,
a.bg-dark-green:focus,
button.bg-dark-green:hover,
button.bg-dark-green:focus {
  background-color: #2a692d !important;
}

.bg-light-green {
  background-color: #8bc34a !important;
}

a.bg-light-green:hover,
a.bg-light-green:focus,
button.bg-light-green:hover,
button.bg-light-green:focus {
  background-color: #71a436 !important;
}

.bg-lime {
  background-color: #CDDC39 !important;
}

a.bg-lime:hover,
a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #b2c022 !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #008fa1 !important;
}

.bg-brown {
  background-color: #795548 !important;
}

a.bg-brown:hover,
a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #593f35 !important;
}

.bg-grey {
  background-color: #90a4ae !important;
}

a.bg-grey:hover,
a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #738c98 !important;
}

.bg-blue-grey {
  background-color: #78909c !important;
}

a.bg-blue-grey:hover,
a.bg-blue-grey:focus,
button.bg-blue-grey:hover,
button.bg-blue-grey:focus {
  background-color: #5f7682 !important;
}