@charset "UTF-8";
.badge {
  z-index: 1 !important;
}
.badge.badge-auto-width {
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 5px 10px;
  position: relative;
}
.badge.badge-base {
  background-color: #09156f;
}
.badge.badge-color {
  background-color: #09156f;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
  top: -5px;
  padding: 0;
  position: relative;
}
.badge.badge-color:empty {
  display: inline-block;
}
.badge.badge-keywords {
  display: inline-block !important;
}
.badge.badge-alert-1 {
  background-color: #EB5463;
}
.badge.badge-alert-2 {
  background-color: #FDCD56;
}
.badge.badge-alert-3 {
  background-color: #fad938;
}
.badge.badge-alert-4 {
  background-color: #89C053;
}
.badge.badge-alert-5 {
  background-color: #CAD0D7;
}
.badge.badge-alert-6 {
  background-color: #424852;
}

.auto-width {
  position: relative;
  clear: both;
}
.auto-width.left {
  padding-left: 12px;
}
.auto-width.left a {
  color: #4f5861;
}
.auto-width.left .badge {
  font-size: 11px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: -1px;
  max-width: auto;
}
.auto-width.left .badge:not(:hover) {
  font-size: 0;
  padding: 6px;
  max-width: 0;
  top: -4px;
}
.auto-width.left .badge:hover {
  top: -6px;
}
.auto-width.left .badge.incorrect {
  color: #FFFFFF;
  background-color: #FF9800;
}
.auto-width .id {
  margin-left: 2px;
}

.bootstrap-select {
  display: block;
  background-color: transparent !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.65rem 0.1rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #707070;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.15s ease;
}
.bootstrap-select > .dropdown-toggle:hover, .bootstrap-select > .dropdown-toggle:focus, .bootstrap-select > .dropdown-toggle:active, .bootstrap-select > .dropdown-toggle:active:focus, .bootstrap-select > .dropdown-toggle[aria-expanded=true], .bootstrap-select > .dropdown-toggle[aria-expanded=false] {
  z-index: 1 !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #707070 !important;
  border-color: transparent !important;
  border-bottom-color: #f1f1f1 !important;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle::after {
  margin-left: auto;
  flex-shrink: 0;
}
.bootstrap-select > .dropdown-toggle .filter-option {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #707070;
  font-size: 1rem;
  outline: 0 !important;
}
.bootstrap-select > .dropdown-toggle .caret {
  display: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #636c72;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover .filter-option,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus .filter-option,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active .filter-option {
  color: #636c72;
}
.bootstrap-select.show > .dropdown-toggle, .bootstrap-select.open > .dropdown-toggle {
  background-color: transparent !important;
  background-image: none !important;
  color: #707070 !important;
  border-color: transparent !important;
  border-bottom-color: #f1f1f1 !important;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.bootstrap-select ~ .form-group__bar {
  bottom: 0;
  z-index: 3;
}
.bootstrap-select.show ~ .form-group__bar::before, .bootstrap-select.show ~ .form-group__bar::after, .bootstrap-select:focus-within ~ .form-group__bar::before, .bootstrap-select:focus-within ~ .form-group__bar::after {
  width: 50%;
}
.bootstrap-select .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #707070;
  min-width: 100%;
}
.bootstrap-select .dropdown-menu .bs-searchbox {
  padding: 6px 10px 8px;
  position: relative;
}
.bootstrap-select .dropdown-menu .bs-searchbox::before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f1c3";
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #a3a3a3;
  pointer-events: none;
}
.bootstrap-select .dropdown-menu .bs-searchbox input.form-control {
  padding-left: 28px;
  padding-right: 0.1rem;
  font-size: 0.875rem;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #f1f1f1 !important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #707070;
}
.bootstrap-select .dropdown-menu .bs-searchbox input.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.bootstrap-select .dropdown-menu .bs-searchbox input.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.bootstrap-select .dropdown-menu .bs-searchbox input.form-control:focus {
  box-shadow: none;
}
.bootstrap-select .dropdown-menu ul.inner {
  margin: 0;
  padding: 0;
}
.bootstrap-select .dropdown-menu li {
  padding: 0;
}
.bootstrap-select .dropdown-menu li.hidden {
  display: none !important;
}
.bootstrap-select .dropdown-menu li.divider, .bootstrap-select .dropdown-menu li.dropdown-divider {
  padding: 0 !important;
}
.bootstrap-select .dropdown-menu li.dropdown-header {
  background-color: #707070;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 8px 14px;
  cursor: default;
}
.bootstrap-select .dropdown-menu li.dropdown-header:hover {
  background-color: #707070 !important;
  color: #fff !important;
}
.bootstrap-select .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 7px 14px !important;
  color: #707070 !important;
  font-size: 0.9rem;
  white-space: normal;
}
.bootstrap-select .dropdown-menu li a .text {
  display: inline;
}
.bootstrap-select .dropdown-menu li a .text-muted {
  color: #09156f !important;
  font-size: 0.78rem;
  font-weight: 400;
  margin-left: 4px;
}
.bootstrap-select .dropdown-menu li a .glyphicon-ok {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.bootstrap-select .dropdown-menu li a .glyphicon-ok::before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f26b";
  font-size: 1.1rem;
}
.bootstrap-select .dropdown-menu li:hover {
  background-color: #f9f9f9 !important;
}
.bootstrap-select .dropdown-menu li.selected a {
  color: #09156f !important;
  font-weight: 500;
}
.bootstrap-select .bs-actionsbox {
  padding: 6px 10px !important;
}
.bootstrap-select .bs-actionsbox .btn-group .actions-btn {
  color: #707070 !important;
  font-size: 0.875rem;
}

.btn:not(.btn-secondary):not(.btn-default):not([class*=btn-outline-]):not(.btn-link) {
  outline: none !important;
}

.breadcrumb .breadcrumb-item {
  font-weight: 500;
}
.breadcrumb .breadcrumb-item:before {
  content: "\f2fb";
}
.breadcrumb .breadcrumb-item:first-child:before {
  content: "";
}

.card {
  display: -webkit-box;
  border-radius: 10px;
}
.card.card-top-border-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.card-border {
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: none;
}
.card .card-uui {
  color: #4f5861;
  border-bottom: 3px;
  margin-top: 0.3rem;
}
.card .card-subtitle {
  margin-top: 0.1rem;
}
.card .card-actions {
  margin-bottom: 2rem;
}
.card .card-actions form {
  display: inline-block;
}
.card .card-actions .update {
  color: #4f5861;
}

.content .content__inner {
  max-width: 100% !important;
}
.content .content__inner .content__title {
  color: #4f5861;
  font-size: 1.15rem;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: 500;
  margin-bottom: 1rem;
}
.content .content__inner .content__title h1 {
  color: #4f5861;
  font-weight: 500;
}
.content .content__inner .content__title img {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  float: left;
  height: 40px;
  margin-right: 10px;
  top: -5px;
  position: relative;
  width: 40px;
}
.content .content__inner .content__title small {
  margin-top: 3px;
}
.content .error {
  height: auto;
}
.content .actions .actions__item {
  color: #4f5861;
}

.context-menu-list {
  font-size: 0.85rem !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) !important;
}
.context-menu-list li {
  color: #707070 !important;
  font-family: "Roboto", sans-serif !important;
  padding: 3px 50px 3px 10px !important;
}
.context-menu-list li:hover {
  color: #707070 !important;
  background-color: #f9f9f9 !important;
}

.dashboard .header-universe .listview__item {
  background-color: #FFFFFF;
}
.dashboard .header-universe .listview__item .row .col {
  color: #4f5861;
  cursor: pointer;
  border-right: 1px solid #f9f9f9;
  text-align: center;
  padding: 3px;
}
.dashboard .header-universe .listview__item .row .col:last-child {
  border-right: 1px solid transparent;
}
.dashboard .tabs-universes {
  margin-bottom: 10px;
}
.dashboard .tabs-universes .universes-header a {
  color: #4f5861;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.dashboard .tabs-universes .universes-header a:last-child {
  margin-right: 0;
}
.dashboard .tabs-universes .universes-header a:focus, .dashboard .tabs-universes .universes-header a:active, .dashboard .tabs-universes .universes-header a:hover {
  color: #2196F3;
}
.dashboard .tabs-universes .universes-header a.active .nav-item {
  color: #FFFFFF;
  background-color: #09156f;
}
.dashboard .tabs-universes .universes-header a .nav-item {
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 5px 10px;
}
.dashboard .tabs-universes .universes-header a .nav-item img {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  max-height: 24px;
  margin-right: 5px;
  max-width: 24px;
  width: 24px;
}
.dashboard .tabs-world .world-header {
  padding: 0 5px;
}
.dashboard .tabs-world .world-header li {
  background-color: #4f5861;
  border-radius: 8px 8px 0 0;
  margin-right: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 120px;
}
.dashboard .tabs-world .world-header li.active {
  background-color: #09156f;
}
.dashboard .tabs-world .world-header li.active a {
  color: #FFFFFF;
}
.dashboard .tabs-world .world-header li.compact a {
  font-size: 14px;
  font-weight: 400;
}
.dashboard .tabs-world .world-header li a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px;
}
.dashboard .form-yadcf {
  width: 100%;
}
.dashboard .form-yadcf .yadcf-filter-wrapper {
  width: 100% !important;
}
.dashboard .form-yadcf .yadcf-filter-wrapper .chosen-container {
  width: 100% !important;
}
.dashboard .quick-stats .quick-stats__item {
  padding: 1.2rem 0.5rem;
  text-align: center;
  min-height: 84px;
  width: 100%;
}
.dashboard .quick-stats .quick-stats__item > h2 {
  color: #4f5861;
  font-size: 1.2rem;
  text-align: center;
}
.dashboard .quick-stats .quick-stats__item small {
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  min-height: 26px;
}
.dashboard .quick-stats .quick-stats__item .count {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 400;
  float: left;
  width: 50%;
}
.dashboard .quick-stats .quick-stats__item .count i {
  font-size: 1.1rem;
  font-weight: 600;
  top: -8px;
  left: 1px;
  position: relative;
}
.dashboard .quick-stats .quick-stats__info {
  width: 100%;
}
.dashboard .listview .listview__item {
  padding: 5px 0;
}
.dashboard .listview .listview__item .listview__content p {
  color: #4f5861;
  font-weight: 600;
  font-size: 12px;
}
.dashboard .tab-content .toolbar {
  box-shadow: none;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 15px;
  margin-top: -18px;
}
.dashboard .tab-content .toolbar .toolbar__search input {
  font-size: 1rem;
}
.dashboard .tab-content .tab-pane .highcharts {
  float: left;
  height: 350px;
}
.dashboard .nav .nav-item a {
  text-transform: uppercase !important;
  font-size: 0.9rem;
  font-weight: 600;
}
.dashboard .nav .nav-item a .incorrect {
  color: #FF9800;
  font-size: 20px;
  right: 0;
  top: 9px;
  position: absolute;
}
.dashboard .nav .nav-link:before {
  background-color: #09156f;
}
.dashboard #world-archive .listview .listview__item img {
  filter: grayscale(100%); /* Current draft standard */ /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
}
.dashboard #world-archive .listview .listview__item .listview__content {
  color: #607D8B;
}
.dashboard .page-loader-tabs {
  margin: 0 auto;
  width: 100%;
}
.dashboard .page-loader-tabs .page-loader__spinner {
  margin: 0 auto;
}
.dashboard .ocr-header, .dashboard .tasks-header {
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 10px;
}
.dashboard .ocr-header .item, .dashboard .tasks-header .item {
  align-items: center;
  display: grid;
  border-radius: 10px;
  grid-template-columns: 1fr;
  background-color: #FFFFFF;
  padding: 8px;
}
.dashboard .ocr-header .item img, .dashboard .tasks-header .item img {
  height: 40px;
  width: 40px;
}
.dashboard .ocr-header .item .info, .dashboard .tasks-header .item .info {
  padding: 5px;
  margin: 0;
  width: 100%;
}
.dashboard .ocr-header .item .info h2, .dashboard .tasks-header .item .info h2 {
  font-size: 12px;
  color: #4f5861;
  margin: 0 0 5px 0;
  width: 100%;
}
.dashboard .ocr-header .item .info h2 span, .dashboard .tasks-header .item .info h2 span {
  font-size: 80%;
  color: #4f5861;
  float: right;
}
.dashboard .ocr-header .item .info .progress, .dashboard .tasks-header .item .info .progress {
  margin-bottom: 5px;
}
.dashboard .ocr-header .item .info .progress .progress-bar, .dashboard .tasks-header .item .info .progress .progress-bar {
  background-color: #09156f;
}
.dashboard .ocr-header .item .info .progress .progress-bar.progress-bar-danger, .dashboard .tasks-header .item .info .progress .progress-bar.progress-bar-danger {
  background-color: #ff5652;
}
.dashboard .ocr-header .item .info .indicator, .dashboard .tasks-header .item .info .indicator {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  margin: 0;
  padding: 3px;
  width: 100%;
  gap: 5px;
}
.dashboard .ocr-header .item .info .indicator div, .dashboard .tasks-header .item .info .indicator div {
  background-color: #f9f9f9;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin: 0;
  padding: 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.dashboard .ocr-header .item .info .indicator div:hover, .dashboard .tasks-header .item .info .indicator div:hover {
  border-radius: 5px;
  cursor: pointer;
  transform: scale(1.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dashboard .ocr-header .item .info .indicator div.month-last, .dashboard .tasks-header .item .info .indicator div.month-last {
  color: #FFFFFF;
  background-color: #FF9800;
}
.dashboard .ocr-header .item .info .indicator div.month-last h3, .dashboard .ocr-header .item .info .indicator div.month-last h4, .dashboard .ocr-header .item .info .indicator div.month-last span, .dashboard .tasks-header .item .info .indicator div.month-last h3, .dashboard .tasks-header .item .info .indicator div.month-last h4, .dashboard .tasks-header .item .info .indicator div.month-last span {
  color: #FFFFFF;
}
.dashboard .ocr-header .item .info .indicator div.pending-10, .dashboard .tasks-header .item .info .indicator div.pending-10 {
  color: #FFFFFF;
  background-color: #32c787;
}
.dashboard .ocr-header .item .info .indicator div.pending-10 h3, .dashboard .ocr-header .item .info .indicator div.pending-10 h4, .dashboard .ocr-header .item .info .indicator div.pending-10 span, .dashboard .tasks-header .item .info .indicator div.pending-10 h3, .dashboard .tasks-header .item .info .indicator div.pending-10 h4, .dashboard .tasks-header .item .info .indicator div.pending-10 span {
  color: #FFFFFF;
}
.dashboard .ocr-header .item .info .indicator div.pending-20, .dashboard .tasks-header .item .info .indicator div.pending-20 {
  color: #FFFFFF;
  background-color: #ffc107;
}
.dashboard .ocr-header .item .info .indicator div.pending-20 h3, .dashboard .ocr-header .item .info .indicator div.pending-20 h4, .dashboard .ocr-header .item .info .indicator div.pending-20 span, .dashboard .tasks-header .item .info .indicator div.pending-20 h3, .dashboard .tasks-header .item .info .indicator div.pending-20 h4, .dashboard .tasks-header .item .info .indicator div.pending-20 span {
  color: #FFFFFF;
}
.dashboard .ocr-header .item .info .indicator div.pending-30, .dashboard .tasks-header .item .info .indicator div.pending-30 {
  color: #FFFFFF;
  background-color: #ff5652;
}
.dashboard .ocr-header .item .info .indicator div.pending-30 h3, .dashboard .ocr-header .item .info .indicator div.pending-30 h4, .dashboard .ocr-header .item .info .indicator div.pending-30 span, .dashboard .tasks-header .item .info .indicator div.pending-30 h3, .dashboard .tasks-header .item .info .indicator div.pending-30 h4, .dashboard .tasks-header .item .info .indicator div.pending-30 span {
  color: #FFFFFF;
}
.dashboard .ocr-header .item .info .indicator div h3, .dashboard .tasks-header .item .info .indicator div h3 {
  color: #4f5861;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.dashboard .ocr-header .item .info .indicator div h4, .dashboard .tasks-header .item .info .indicator div h4 {
  color: #4f5861;
  font-weight: 600;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.dashboard .ocr-header .item .info .indicator div span, .dashboard .tasks-header .item .info .indicator div span {
  font-size: 9px;
}

@media (max-width: 1650px) {
  .dashboard .ocr-header, .dashboard .tasks-header {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1250px) {
  .dashboard .ocr-header, .dashboard .tasks-header {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 950px) {
  .dashboard .ocr-header, .dashboard .tasks-header {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 650px) {
  .dashboard .ocr-header, .dashboard .tasks-header {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard .ocr-header .indicator div h3, .dashboard .tasks-header .indicator div h3 {
    font-size: 10px;
  }
  .dashboard .ocr-header .indicator div h4, .dashboard .tasks-header .indicator div h4 {
    font-size: 8px;
  }
  .dashboard .ocr-header .indicator div span, .dashboard .tasks-header .indicator div span {
    font-size: 6px;
  }
}
@media (max-width: 450px) {
  .dashboard .ocr-header, .dashboard .tasks-header {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .dashboard .nav .nav-item a {
    font-size: 0.82rem;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
  }
}
@media (max-width: 1300px) and (min-width: 981px) {
  .dashboard .tabs-world {
    background-color: #cfd8dd;
    padding: 0;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
  }
  .dashboard .tabs-world .world-header {
    background-color: #cfd8dd;
    padding: 0;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
  }
  .dashboard .tabs-world .world-header li.compact {
    float: left;
    width: 25%;
    border-radius: 0;
    margin-right: 0;
  }
  .dashboard .ocr-header {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .dashboard .tabs-world {
    background-color: #cfd8dd;
    padding: 0;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
  }
  .dashboard .tabs-world .world-header {
    background-color: #cfd8dd;
    padding: 0;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
  }
  .dashboard .tabs-world .world-header li {
    float: left;
    width: 50%;
    border-radius: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .dashboard .tabs-world {
    background-color: #cfd8dd;
    padding: 0;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
  }
  .dashboard .tabs-world .world-header {
    background-color: #cfd8dd;
    padding: 0;
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
  }
  .dashboard .tabs-world .world-header li {
    float: left;
    width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
}
.dataTables_wrapper table.dataTable thead tr.dt-filters th {
  padding: 4px 6px !important;
  background: transparent;
  vertical-align: middle;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters th:first-child input.dt-filter-input {
  font-variant-numeric: tabular-nums;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-group {
  position: relative;
  width: 100%;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select {
  width: 100%;
  min-height: 32px;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #4f5861;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: border-color 200ms ease;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input::-moz-placeholder, .dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select::-moz-placeholder {
  color: #4f5861;
  font-weight: 400;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input::placeholder,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select::placeholder {
  color: #4f5861;
  font-weight: 400;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:focus, .dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:active,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:focus,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:active {
  outline: none;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:focus ~ .dt-filter-bar:before, .dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:focus ~ .dt-filter-bar:after, .dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:active ~ .dt-filter-bar:before, .dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:active ~ .dt-filter-bar:after,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:focus ~ .dt-filter-bar:before,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:focus ~ .dt-filter-bar:after,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:active ~ .dt-filter-bar:before,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:active ~ .dt-filter-bar:after {
  width: 50%;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input:disabled,
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%234f5861' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='1,1 5,5 9,1'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 24px;
  cursor: pointer;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  pointer-events: none;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar:before, .dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  transition: width 200ms ease;
  background-color: #09156f;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar:before {
  left: 50%;
}
.dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar:after {
  right: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .dataTables_wrapper table.dataTable thead tr.dt-filters input.dt-filter-input,
  .dataTables_wrapper table.dataTable thead tr.dt-filters select.dt-filter-select {
    transition: none;
  }
  .dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar:before,
  .dataTables_wrapper table.dataTable thead tr.dt-filters .dt-filter-bar:after {
    transition: none;
  }
}
.dataTables_wrapper.dt-loading table.dataTable tbody tr td {
  position: relative;
  color: transparent !important;
}
.dataTables_wrapper.dt-loading table.dataTable tbody tr td::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  right: 0.5rem;
  height: 0.85rem;
  transform: translateY(-50%);
  border-radius: 4px;
  background: linear-gradient(90deg, #eef0f2 0%, #f7f8fa 50%, #eef0f2 100%);
  background-size: 200% 100%;
  animation: dt-skeleton 1.2s ease-in-out infinite;
}
.dataTables_wrapper.is-empty .dataTables_empty {
  padding: 3rem 1rem;
  font-size: 0.95rem;
  color: #8a949e;
  text-align: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23bcc4cc' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='4' rx='1'/><rect x='3' y='10' width='18' height='4' rx='1'/><rect x='3' y='16' width='18' height='4' rx='1'/><line x1='7' y1='6' x2='7.01' y2='6'/><line x1='7' y1='12' x2='7.01' y2='12'/><line x1='7' y1='18' x2='7.01' y2='18'/></svg>");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 6rem;
}

@keyframes dt-skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.dataTables_wrapper .dataTables_filter label {
  width: 100% !important;
}
.dataTables_wrapper .dataTables_filter label input {
  width: 100% !important;
}
.dataTables_wrapper .DTTT_button_text {
  float: right;
}
.dataTables_wrapper .DTTT_button_text .avatar {
  border-radius: 50%;
  box-shadow: 0 2px 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  height: 38px;
  width: 38px;
  border: 1px solid transparent;
}
.dataTables_wrapper .DTTT_button_text .avatar.active {
  border: 1px solid #09156f;
}
.dataTables_wrapper .DTTT_button_text button.active {
  color: #FFFFFF;
  background-color: #09156f;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  text-align: center !important;
  padding: 1em 0 !important;
}
.dataTables_wrapper .dataTables_processing .page-loader__spinner {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
.dataTables_wrapper .dataTables_length {
  min-width: 50px;
}
.dataTables_wrapper .dataTables_length::after {
  display: none;
}
.dataTables_wrapper .dataTables_length::before {
  display: none;
}
.dataTables_wrapper .dataTables_length label {
  display: inline-block;
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_length label::after {
  display: none;
}
.dataTables_wrapper .dataTables_length label select {
  float: right !important;
}
.dataTables_wrapper table {
  border-collapse: collapse !important;
  margin-top: 35px !important;
}
.dataTables_wrapper table thead tr th {
  color: #4f5861;
  font-weight: 600;
  border-bottom: 0 !important;
  border: 0;
  padding: 0;
  text-align: center !important;
  vertical-align: top;
}
.dataTables_wrapper table thead tr th:before {
  top: 0;
}
.dataTables_wrapper table thead tr th:after {
  top: 0;
}
.dataTables_wrapper table thead tr th.sorting, .dataTables_wrapper table thead tr th.sorting_asc, .dataTables_wrapper table thead tr th.sorting_desc {
  padding-right: 0 !important;
}
.dataTables_wrapper table thead tr .chosen-container {
  width: 100% !important;
}
.dataTables_wrapper table thead tr .chosen-container input {
  font-size: 11px !important;
  height: 20px !important;
}
.dataTables_wrapper table thead tr .chosen-container .chosen-choices {
  border: 1px solid #ddd !important;
  background-image: none !important;
  display: block !important;
}
.dataTables_wrapper table thead tr .chosen-container .chosen-choices .search-choice {
  color: #FFFFFF !important;
  background: #09156f !important;
  border-radius: 15px;
  font-size: 9px !important;
}
.dataTables_wrapper table thead tr .chosen-container .chosen-choices .search-choice-close {
  height: 9px !important;
  width: 9px !important;
}
.dataTables_wrapper table thead tr .yadcf-filter-wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.dataTables_wrapper table thead tr .yadcf-filter-wrapper input.yadcf-filter {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #777;
  font-size: 11px;
  font-weight: 200;
  padding: 3px 5px;
  border-radius: 0 !important;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.dataTables_wrapper table thead tr .yadcf-filter-wrapper button.yadcf-filter-reset-button {
  background: transparent;
  border: 0;
  color: #ddd;
  cursor: pointer;
  right: 3px;
  bottom: 0;
  position: absolute;
  font-size: 18px;
}
.dataTables_wrapper table thead tr .yadcf-filter-wrapper button.yadcf-filter-reset-button:hover, .dataTables_wrapper table thead tr .yadcf-filter-wrapper button.yadcf-filter-reset-button:focus, .dataTables_wrapper table thead tr .yadcf-filter-wrapper button.yadcf-filter-reset-button:active {
  color: #777;
}
.dataTables_wrapper table thead tr .yadcf-filter-wrapper .chosen-container .chosen-drop .chosen-results li {
  text-align: left;
}
.dataTables_wrapper table tbody tr:hover {
  background-color: #f9f9f9 !important;
}
.dataTables_wrapper table tbody tr.tasks-finish td:first-child {
  border-left: 2px solid #32c787 !important;
}
.dataTables_wrapper table tbody tr.tasks-15 td:first-child {
  border-left: 2px solid #ffc107 !important;
}
.dataTables_wrapper table tbody tr.tasks-30 td:first-child {
  border-left: 2px solid #ff5652 !important;
}
.dataTables_wrapper table tbody tr td {
  color: #4f5861;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.4rem 0.3rem;
  vertical-align: middle;
}
.dataTables_wrapper table tbody tr td .lock {
  color: #FFFFFF;
  font-weight: 600;
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  margin-left: -7px;
  margin-top: -5px;
}
.dataTables_wrapper table tbody tr td .lock.success {
  background-color: #32c787;
}
.dataTables_wrapper table tbody tr td .lock.danger {
  background-color: #ff5652;
}
.dataTables_wrapper table tbody tr td .favorites {
  color: #4f5861;
  cursor: pointer;
  font-size: 18px;
  float: right;
  position: relative;
  right: 2px;
}
.dataTables_wrapper table tbody tr td .favorites.active {
  color: #ff5652;
}
.dataTables_wrapper table tbody tr td .comment {
  color: #4f5861;
  cursor: pointer;
  font-size: 12px;
  float: right;
  position: relative;
  right: 2px;
}
.dataTables_wrapper table tbody tr td .comment.active {
  color: #ff5652;
}
.dataTables_wrapper table tbody tr td .datatable-check {
  position: relative;
  float: left;
}
.dataTables_wrapper table tbody tr td .datatable-check .custom-control-indicator:before {
  line-height: 1.4rem !important;
}
.dataTables_wrapper table tbody tr td .datatable-link {
  color: #4f5861;
  text-decoration: none;
}
.dataTables_wrapper table tbody tr td .dashboard-badge {
  min-width: 30px;
  margin: 0 1px;
  margin-bottom: 3px;
}
.dataTables_wrapper table tbody tr td .dashboard-badge.active {
  cursor: pointer;
}
.dataTables_wrapper table tbody tr td .chart-datatable {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 50px;
}
.dataTables_wrapper table tbody tr td .chart-datatable.cases {
  float: right;
  margin-right: 10px;
}
.dataTables_wrapper table tbody tr td .chart-datatable.cases .count {
  left: -14px;
}
.dataTables_wrapper table tbody tr td .chart-datatable.cases .total {
  left: -14px;
  bottom: 0;
}
.dataTables_wrapper table tbody tr td .chart-datatable.tasks {
  margin: 0 auto;
}
.dataTables_wrapper table tbody tr td .chart-datatable.tasks.finish .difference {
  color: #4f5861;
}
.dataTables_wrapper table tbody tr td .chart-datatable.tasks .count {
  left: 2px;
}
.dataTables_wrapper table tbody tr td .chart-datatable.tasks .total {
  left: 1px;
  bottom: 0;
}
.dataTables_wrapper table tbody tr td .chart-datatable .count {
  position: absolute;
  top: 0;
  left: 0;
}
.dataTables_wrapper table tbody tr td .chart-datatable .total {
  position: absolute;
  left: 0;
  bottom: 3px;
}
.dataTables_wrapper table tbody tr td .chart-datatable .percent {
  position: absolute;
  top: 0;
  right: -8px;
}
.dataTables_wrapper table tbody tr td .chart-datatable .difference {
  color: #ff5652;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dataTables_wrapper table tbody tr td .chart-datatable .lap-table {
  bottom: 3px;
  font-size: 16px;
  position: absolute;
  right: -8px;
}
.dataTables_wrapper table tbody tr td .datatable-alert {
  cursor: pointer;
}
.dataTables_wrapper table tbody tr td .image {
  border-radius: 50%;
  height: 100%;
  margin-right: 4px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  width: 100%;
}
.dataTables_wrapper table tbody tr td .dropdown {
  margin: -3px 0;
}
.dataTables_wrapper table tbody tr td .dropdown .btn--icon {
  height: 2.5rem;
  line-height: 1.9rem;
  width: 2.5rem;
}
.dataTables_wrapper table tbody tr td .dropdown .dropdown-menu a {
  color: #4f5861;
  font-size: 11px;
  padding: 0.5rem 1rem;
  width: 80% !important;
}
.dataTables_wrapper .dataTables_info {
  font-weight: 600;
}
.dataTables_wrapper .search-header {
  margin-bottom: 15px;
}
.dataTables_wrapper .pagination-header .paging_full_numbers {
  margin-bottom: 0 !important;
}
.dataTables_wrapper .pagination-header .paging_full_numbers .pagination {
  text-align: left;
}
.dataTables_wrapper .information-header .dataTables_info {
  text-align: left !important;
}
.dataTables_wrapper .paging_full_numbers {
  display: inline-block;
  margin-bottom: 3rem !important;
  width: 100%;
}
.dataTables_wrapper .paging_full_numbers .pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button {
  display: inline-block;
  text-align: center;
  width: 100%;
  border-radius: 50% !important;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.5rem;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 0 1px;
  color: #7d7d7d;
  background-color: #e2e2e2;
  border: 1px solid #ddd;
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.mdl-button--colored {
  color: #FFFFFF;
  cursor: auto;
  background: #09156f;
  border: 1px solid #09156f;
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.disabled {
  cursor: auto;
  opacity: 0.6;
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.first i:after {
  content: "";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.first i:before {
  content: "\f2ea";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.previous i:after {
  content: "\f2fa";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.previous i:before {
  content: "";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.next i:after {
  content: "\f2fb";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.next i:before {
  content: "";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.last i:after {
  content: "\f2ee";
}
.dataTables_wrapper .paging_full_numbers .pagination .mdl-button.last i:before {
  content: "";
}

.datatable-dashboard tbody tr td {
  font-size: 0.8rem !important;
}
.datatable-dashboard tbody tr td .badge-pill {
  margin-left: 2px;
}
.datatable-dashboard tbody tr td .incorrect {
  color: #ffc107;
  position: relative;
  top: -2px;
  z-index: 999;
}

@media (max-width: 600px) {
  .dataTables_wrapper .paging_full_numbers .pagination .mdl-button.first, .dataTables_wrapper .paging_full_numbers .pagination .mdl-button.last {
    display: none;
  }
  .dataTables_wrapper .dataTables_info {
    font-size: 10px;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  color: #4f5861;
}

.dropzone {
  border: 1px solid #f3f3f3 !important;
}
.dropzone:hover {
  background-color: #f3f3f3 !important;
}

.ezdz-dropzone {
  border: 3px dotted #f9f9f9 !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.ezdz-dropzone div {
  font-weight: 200 !important;
}
.ezdz-dropzone img {
  border-radius: 0 !important;
  max-height: 250px !important;
  max-width: 250px !important;
}

.files .card {
  border: 1px solid #f3f3f3;
  position: relative;
  padding: 10px;
}
.files .card .card-header {
  padding: 0;
}
.files .card .card-header h2 {
  font-size: 1.1rem;
  margin: 0;
}
.files .card .card-header .actions {
  right: 0;
  top: 0;
}
.files .card .card-header .actions li {
  list-style: none;
}
.files .card .card-header .actions li a {
  color: #707070;
  font-size: 18px;
  padding: 0 5px;
}
.files .card .card-header .actions li .dropdown-menu li {
  padding: 5px 10px;
}
.files .card .card-header .actions li .dropdown-menu li a {
  color: #707070;
  font-size: 12px;
}
.files .card .card-body {
  padding: 0;
}

.flatpickr-calendar .flatpickr-month {
  background-color: #09156f !important;
}
.flatpickr-calendar .dayContainer .selected {
  background-color: #09156f !important;
}

.form-group__bar:before, .form-group__bar:after {
  content: "";
  transition-timing-function: ease;
  background-color: #09156f !important;
}

.form-group .form-control {
  font-size: 1rem;
  font-weight: 400;
}

.custom-control-input:checked ~ .custom-control-indicator {
  border-color: #09156f;
}
.custom-control-input:checked ~ .custom-control-indicator:before {
  background-color: #09156f;
}

.group-icon .group-icon-children {
  cursor: pointer;
  font-size: 1.2rem;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

.toggle-switch__checkbox:checked ~ .toggle-switch__helper:after {
  background-color: #09156f;
}

.form-page .form-container .form-group {
  margin-bottom: 5px;
}
.form-page .form-container .help-error {
  color: #ff5652;
}
.form-page .form-container .help-error label {
  color: #ff5652;
}

.card {
  display: inline-block;
  width: 100%;
}

.bg-base {
  background-color: #09156f;
}

.p-h-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-t-10 {
  padding-top: 10px;
}

.m-t-20 {
  padding-top: 20px;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-h-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.m-r-5 {
  margin-right: 5px;
}

.p-h-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-h-r-20 {
  padding-right: 20px !important;
}

.hide {
  display: none !important;
}

.quick-stats__item {
  margin-bottom: 10px;
}

.modal .col-lg-6, .modal .col-lg-4, .modal .col-lg-2, .modal .col-lg-12, .modal .col-lg-3 {
  float: left;
}

.col-lg-12 {
  display: inline-block;
}

.col-lg-6, .col-lg-4, .col-lg-2, .col-lg-3 {
  float: left;
}

.custom-control {
  z-index: 9;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-l-0 {
  margin-left: 0;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-r-0 {
  margin-right: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.cursor-hover {
  cursor: pointer;
}

.tasks.alert.alert-default {
  border-left: 2px solid #ffc107;
  background-color: #FFFFFF;
  color: #4f5861;
  font-size: 16px;
}
.tasks.alert.alert-default .close {
  right: -35px;
}
.tasks.alert.alert-default .close span {
  color: #4f5861;
  font-size: 24px;
  line-height: 28px;
  height: 30px;
  width: 30px;
}

.alert.alert-default {
  background-color: #000000;
  color: #FFFFFF;
}

.cursor-pointer {
  cursor: pointer;
}

.p-20 {
  padding: 20px;
}

.p-15 {
  padding: 15px;
}

.p-10 {
  padding: 10px;
}

.top-nav > li > a:not(.header__nav__text) {
  min-width: 38px;
}

.header {
  height: 60px;
}
.header .header__logo h1 {
  font-size: 13px;
}
.header .header__logo h1 a {
  font-weight: 500;
  margin-right: 5px;
}
.header .header__logo h1 a .badge {
  font-size: 70%;
  font-weight: 600;
  position: relative;
  top: -5px;
  left: -5px;
}
.header .app-shortcuts {
  padding: 0;
}
.header .app-shortcuts small {
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0 0.2rem;
  margin-top: 0;
}
.header .app-shortcuts__item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 45px;
  font-size: 1.5rem;
}
.header .top-menu .nav-item .nav-link {
  padding: 1rem 0.8rem;
}
.header .dropdown-menu--main {
  width: 220px;
}
.header .dropdown-item {
  color: #4f5861;
  font-weight: 500;
}

.top-menu {
  background-color: #FFFFFF;
}
.top-menu .nav-item.nav-item-universe {
  border-radius: 20px;
  margin: 5px;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 1px;
}
.top-menu .nav-item.nav-item-universe:last-child {
  border-right: 0;
}
.top-menu .nav-item.nav-item-universe.active {
  background-color: #09156f;
}
.top-menu .nav-item.nav-item-universe.active a {
  color: #FFFFFF;
}
.top-menu .nav-item.nav-item-universe .nav-link {
  padding: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-menu .nav-item.nav-item-universe img {
  border-radius: 50%;
  height: 15px;
}
.top-menu .nav-item.nav-item-universe img:before {
  content: "Error";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 15px;
  font-size: 6px;
  color: #4f5861;
}
.top-menu .nav-item:last-child a {
  border-right: 1px solid transparent;
}
.top-menu .nav-item a {
  color: #4f5861;
}
.top-menu .nav-item a img {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 3px;
}
.top-menu .nav-item a img:before {
  content: "Error";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 15px;
  font-size: 6px;
  color: #4f5861;
}
.top-menu .nav-item a .badge {
  position: relative;
  color: #4f5861;
  top: -7px;
  left: -5px;
  font-size: 8px;
}
.top-menu .dropdown .dropdown-menu .dropdown-item {
  color: #4f5861;
  font-weight: 500;
}

/* Estilos para submenú */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0;
  border-radius: 0;
  padding: 3px 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-toggle:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

@media (max-width: 950px) {
  .top-menu {
    flex: 1 1 auto;
  }
  .top-menu .nav-item.nav-item-universe {
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .top-menu .nav-item.nav-item-universe:last-child {
    border-right: 0;
  }
  .top-menu .nav-item.nav-item-universe .nav-link {
    font-size: 12px;
  }
  .top-menu .nav-item.nav-item-universe img {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .top-menu {
    display: none;
  }
}
.highlight.highlight-new {
  color: #32c787;
}
.highlight.highlight-old {
  color: #FF9800;
}

.highcharts .highcharts-legend-item {
  margin-bottom: 2px !important;
}
.highcharts .highcharts-legend-item text {
  color: #4f5861 !important;
  font-size: 10px !important;
  font-weight: 200 !important;
}
.highcharts .highcharts-axis-labels text {
  color: #4f5861 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.listview .listview__header {
  margin-bottom: 0;
}
.listview .listview__item {
  padding: 10px 1rem;
}
.listview .listview__item .listview__content .listview__heading small {
  display: block;
  font-weight: 500;
  float: none;
}
.listview .listview__item .listview__content p {
  font-size: 0.85rem;
}

.login {
  background-size: cover;
  background: #4f5861 url("/storage/configuration/login_map.png") center center no-repeat fixed;
  background-size: contain;
  font-family: "Raleway", sans-serif;
  height: 100vh;
  background-size: cover;
  padding: 0;
  margin: 0;
}
.login h2 {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 10px;
}
.login h2:hover, .login h2:active, .login h2:focus {
  color: #09156f;
}
.login .overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.login .content-form {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  padding: 10px 20px;
  padding-top: 15px;
  position: absolute;
  width: 390px;
  border-radius: 15px;
  z-index: 999;
}
.login .content-form form {
  width: 100%;
}
.login .content-form form .form-content-children {
  width: 100%;
  margin-bottom: 1rem;
}
.login .content-form form .form-content-children label {
  font-weight: 600;
}
.login .content-form form .form-content-children .form-group {
  width: 100%;
  margin-bottom: 0.5rem;
}
.login .content-form form .form-content-children .form-group input {
  padding: 10px 10px;
}
.login .content-form form .form-content-children .help-error {
  color: #ff5652;
}
.login .content-form form .form-content-children.two-factors input {
  border: 1px solid #f3f3f3;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem 1rem;
}
.login .content-form form .custom-control-description {
  font-weight: 600;
}
.login .content-form .logo {
  text-align: center;
  width: 100%;
}
.login .content-form .logo img {
  height: 125px;
  margin-bottom: 10px;
  width: 130px;
}
.login .content-form .form-action {
  float: left;
  padding: 10px 0;
  width: 100%;
}
.login .content-form .form-action a {
  color: #4f5861;
  font-weight: 600;
  float: left;
  padding-left: 0;
}
.login .content-form .form-action a:hover, .login .content-form .form-action a:active, .login .content-form .form-action a:focus {
  color: #09156f;
}
.login .content-form .form-action button {
  background-color: #09156f;
  border-color: #09156f;
  color: #FFFFFF;
  float: right;
  font-weight: 500;
}
.login .content-form .social-network {
  float: left;
  text-align: center;
  width: 100%;
}
.login .content-form .social-network .btn {
  font-size: 1.2rem;
  background-color: #09156f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.login .content-form .social-network .btn.facebook:hover {
  background-color: #3c579e;
  border-color: #3c579e;
}
.login .content-form .social-network .btn.twitter:hover {
  background-color: #24d5f6;
  border-color: #24d5f6;
}
.login .content-form .social-network .btn.google:hover {
  background-color: #e55440;
  border-color: #e55440;
}
.login .content-form .error-session {
  text-align: center;
  padding: 1rem 0;
  width: 100%;
}
.login .content-form .error-session p {
  color: #4f5861;
}
.login .action-recovery {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.login .action-recovery button {
  font-weight: 600;
  background-color: #09156f;
  border-color: #09156f;
  color: #FFFFFF;
}
.login footer {
  bottom: 5px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  width: 100%;
}
.login footer p {
  text-align: center;
}
.login footer p a {
  color: #FFFFFF;
}
.login footer p a:hover, .login footer p a:active, .login footer p a:focus {
  color: #09156f;
}

@media (max-width: 600px) {
  .login .content-form {
    width: 400px;
  }
}
@media (max-width: 400px) {
  .login .content-form {
    width: 380px;
  }
}
.media-library .media-library-breadcrumb {
  background-color: #FFFFFF;
  margin-bottom: -2px;
  height: auto;
  overflow: hidden;
}
.media-library .media-library-header {
  background-color: #cfd8dd;
  padding: 10px;
  margin-top: -17px;
  height: auto;
  overflow: hidden;
}
.media-library .media-library-header > div {
  padding: 0;
}
.media-library .media-library-header .media-library-search {
  width: 100%;
}
.media-library .media-library-header .media-library-search input {
  border: 0;
  padding: 6px;
  width: 100%;
}
.media-library .media-library-header .top-nav .show {
  background-color: rgba(249, 249, 249, 0.3);
  color: #FFFFFF;
}
.media-library .media-library-content {
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.media-library .media-library-content .media-library-path {
  background-color: #eceff1;
  padding: 0;
  padding-bottom: 10px;
}
.media-library .media-library-content .media-library-path ul {
  padding: 5px;
  padding-bottom: 15px;
  margin: 0;
  width: 100%;
}
.media-library .media-library-content .media-library-path ul li {
  color: #4f5861;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  float: left;
  font-weight: 500;
  list-style: none;
  position: relative;
}
.media-library .media-library-content .media-library-path ul li i {
  margin: 0 5px;
}
.media-library .media-library-content .media-library-path ul li.active {
  cursor: default;
  font-weight: 600;
}
.media-library .media-library-content .media-library-children {
  background-color: #FFFFFF;
  height: auto;
  padding: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.media-library .media-library-content .media-library-children.list-view ul li {
  max-width: 100%;
}
.media-library .media-library-content .media-library-children ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.media-library .media-library-content .media-library-children ul li {
  float: left;
  list-style: none;
  padding: 5px;
  width: 100%;
}
.media-library .media-library-content .media-library-children ul li.directory {
  cursor: pointer;
}
.media-library .media-library-content .media-library-children ul li .auto-width {
  position: absolute;
  left: 40px;
  z-index: 9;
}
.media-library .media-library-content .media-library-children ul li .auto-width a {
  color: #FFFFFF;
}
.media-library .media-library-content .media-library-children ul li.document .body h2:hover, .media-library .media-library-content .media-library-children ul li.document .body h2:focus, .media-library .media-library-content .media-library-children ul li.document .body h2:active {
  cursor: pointer;
}
.media-library .media-library-content .media-library-children ul li.archive h2.name {
  opacity: 0.7;
}
.media-library .media-library-content .media-library-children ul li.archive .date {
  opacity: 0.7;
}
.media-library .media-library-content .media-library-children ul li.archive p {
  opacity: 0.7;
}
.media-library .media-library-content .media-library-children ul li.archive .icon {
  opacity: 0.5;
  filter: grayscale(100%); /* Current draft standard */ /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
}
.media-library .media-library-content .media-library-children ul li.item {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  overflow-wrap: break-word;
}
.media-library .media-library-content .media-library-children ul li.item:hover, .media-library .media-library-content .media-library-children ul li.item:active, .media-library .media-library-content .media-library-children ul li.item:focus {
  background-color: #f9f9f9;
}
.media-library .media-library-content .media-library-children ul li.item .actions {
  top: 5px;
  right: 15px;
  position: absolute;
}
.media-library .media-library-content .media-library-children ul li.item .icon {
  height: 45px;
  width: 45px;
  float: left;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.media-library .media-library-content .media-library-children ul li.item .icon.directory {
  background-image: url("/img/media/folder.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.pdf {
  background-image: url("/img/media/pdf.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.ai {
  background-image: url("/img/media/ai.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.doc {
  background-image: url("/img/media/doc.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.file {
  background-image: url("/img/media/file.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.jpg {
  background-image: url("/img/media/jpg.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.json {
  background-image: url("/img/media/json.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.png {
  background-image: url("/img/media/png.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.upload {
  background-image: url("/img/media/upload.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.ppt, .media-library .media-library-content .media-library-children ul li.item .icon.pptx {
  background-image: url("/img/media/ppt.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.txt, .media-library .media-library-content .media-library-children ul li.item .icon.null {
  background-image: url("/img/media/txt.png");
}
.media-library .media-library-content .media-library-children ul li.item .icon.xls, .media-library .media-library-content .media-library-children ul li.item .icon.xlsx {
  background-image: url("/img/media/xls.png");
}
.media-library .media-library-content .media-library-children ul li.item .body {
  padding: 0;
  padding-right: 23px;
}
.media-library .media-library-content .media-library-children ul li.item .body h2 {
  color: #4f5861;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: -2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.media-library .media-library-content .media-library-children ul li.item .body .date {
  color: #4f5861;
  font-size: 10px;
  text-transform: capitalize;
}
.media-library .media-library-content .media-library-children ul li.item .body p {
  color: #4f5861;
  font-size: 10px;
  margin: 0;
  margin-top: -2px;
}
.media-library .media-library-content .media-library-children ul li.item .body .share {
  color: #4f5861;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.media-library .media-library-content .media-library-children ul li.item .dropdown .dropdown-menu {
  padding: 0 !important;
  margin-top: -35px !important;
  z-index: 1 !important;
}
.media-library .media-library-content .media-library-children ul li.item .dropdown .dropdown-menu.show .dropdown-item {
  font-size: 10px !important;
  padding: 0 10px !important;
}
.media-library .media-library-preloader {
  background-color: #FFFFFF;
  height: auto;
  padding: 35px;
  min-height: 175px;
  overflow: hidden;
  width: 100%;
}
.media-library .media-library-preloader .page-loader-media {
  background-color: #FFFFFF;
  position: relative;
  display: block !important;
}
.media-library .media-library-preloader .page-loader-media .page-loader__spinner {
  margin: 0 auto !important;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  height: 15px !important;
  width: 15px !important;
  border-right: 0 !important;
  background-color: #ebebeb !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6) !important;
  overflow-y: auto;
}
.modal form {
  display: inline !important;
}
.modal .modal-header {
  padding: 26px 20px 0;
}
.modal .modal-header .close span {
  font-size: 2rem;
  color: #d0d0d0;
}
.modal .modal-header .close span:hover, .modal .modal-header .close span:active {
  color: #4f5861;
}
.modal .children-select {
  margin-bottom: 15px;
}
.modal .children-select ul {
  padding: 0;
}
.modal .children-select ul li {
  padding: 0;
}
.modal .children-select ul li div {
  width: 100%;
}
.modal .children-select ul li div i {
  color: #4f5861;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 12px;
}
.modal .children-select ul li div i:hover, .modal .children-select ul li div i:active {
  color: #ff5652;
}
.modal .modal-body {
  padding-top: 10px !important;
}
.modal .avatar-option button.active {
  background-color: #09156f;
  color: #FFFFFF;
}
.modal .avatar-default img {
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid transparent;
  height: 100%;
  width: 100%;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}
.modal .avatar-default .active {
  border: 2px solid #09156f;
}
.modal .modal-title {
  color: #4f5861;
  font-size: 1.9rem;
}
.modal .path {
  font-size: 0.75rem;
  padding: 0;
  margin-bottom: 10px;
}
.modal .path i {
  margin-left: 0;
  width: auto;
}

.modal-timeline .listview__item .listview__content .lv-attrs {
  padding: 0;
  margin: 0;
}
.modal-timeline .listview__item .listview__content .lv-attrs li {
  border: 1px solid #f9f9f9 !important;
  font-size: 12px;
  display: inline-block;
  padding: 5px 8px;
  list-style: none;
  margin-bottom: 5px;
}

.modal-view .modal-header-alert {
  height: 4px;
  width: 100%;
  background-color: #f9f9f9;
}
.modal-view .children {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #4f5861;
  width: 100%;
}
.modal-view .children p:last-child {
  border-bottom: 1 solid transparent !important;
}
.modal-view .archive {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #4f5861;
  width: 100%;
}
.modal-view .archive .listview__actions {
  margin-right: 0rem;
}
.modal-view .children-container {
  width: 100%;
}
.modal-view .children-container ul {
  width: 100%;
}
.modal-view .children-container ul li {
  padding: 2px 2px;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
  width: 100%;
}
.modal-view .children-container ul li .action {
  cursor: pointer;
  background-color: #4f5861;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-view .modal-actions {
  margin: 5px 0;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.modal-view .modal-actions .badge {
  cursor: pointer;
}
.modal-view .modal-actions .badge .count {
  left: -2px;
  top: -3px;
  position: relative;
}
.modal-view .path .icon-list li i {
  margin-left: 0;
  width: auto;
}
.modal-view .path .icon-list li span {
  font-size: 0.82rem;
}
.modal-view .modal-header .image {
  background-color: #FFFFFF;
  border: 3px solid #f9f9f9;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: -30px;
  margin-right: 4px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  width: 100%;
}
.modal-view .modal-header .lock {
  color: #FFFFFF;
  background-color: #f9f9f9;
  border-radius: 50%;
  font-size: 14px;
  height: 25px;
  top: -30px;
  left: 70px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  width: 25px;
  z-index: 99;
}
.modal-view .modal-header .lock.success {
  background-color: #32c787;
}
.modal-view .modal-header .lock.danger {
  background-color: #ff5652;
}
.modal-view .modal-progress {
  background-color: #f9f9f9;
  height: 3px;
  width: 100%;
}
.modal-view .modal-progress .modal-progress-children {
  background-color: #09156f;
  height: 3px;
  width: 0%;
  transition: width 1s ease-in-out;
}
.modal-view .modal-progress .modal-progress-timer {
  cursor: default;
  background-color: #09156f;
  border-radius: 50%;
  height: 60px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 60px;
}
.modal-view .modal-progress .modal-progress-timer i {
  color: #FFFFFF;
  font-size: 2.5rem;
}
.modal-view .management-actions {
  display: inline-block;
  text-align: center;
}
.modal-view .modal-body {
  padding: 5px 20px;
}
.modal-view .modal-body h4 {
  color: #4f5861;
  font-size: 1rem;
  margin-top: 1rem;
}
.modal-view .modal-body .card-header {
  padding: 0;
}
.modal-view .modal-body .card-header .card-title {
  color: #4f5861;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.modal-view .modal-body .card-header .card-subtitle {
  color: #4f5861;
  font-size: 0.9rem;
  opacity: 0.7;
}
.modal-view .modal-body .card-block {
  padding: 1rem 0;
  overflow: visible;
  overflow-wrap: break-word;
}
.modal-view .modal-body .card-block p {
  color: #4f5861;
}
.modal-view .modal-body .card-block span {
  display: inline-block;
}
.modal-view .modal-body .card-block .border {
  border: 2px dotted #707070;
  border-width: 2px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.modal-view .modal-body .card-block .border .listview__item {
  border-left: 2px solid #f3f3f3;
}
.modal-view .modal-body .card-block .border .listview__item.success {
  border-color: #32c787;
}
.modal-view .modal-body .card-block .border .listview__item.danger {
  border-color: #ff5652;
}
.modal-view .modal-body .card-block .border .listview__item .listview__content .listview__heading {
  font-weight: 600;
}
.modal-view .modal-body .card-block .border .listview__item .listview__content p {
  color: #4f5861;
  margin: 0;
  padding: 0;
}
.modal-view .modal-body .card-block .border .listview__item .listview__actions {
  margin-right: 0;
}
.modal-view .modal-body .card-block .border .listview__item .listview__actions .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 12px;
}
.modal-view .modal-body .card-block .border .listview__item .todo__item {
  cursor: text;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}
.modal-view .modal-body .card-block .border .listview__item .todo__item .todo__info {
  margin-bottom: 2px;
}
.modal-view .modal-body .card-block .border .listview__item .todo__item .todo__info span {
  font-weight: 600;
}
.modal-view .modal-body .card-block .border .listview__item .listview__attrs {
  margin-top: 0;
}
.modal-view .modal-body .card-block .border .listview__item .listview__attrs span {
  margin-top: 0;
  min-height: 24px;
}
.modal-view .modal-body .card-footer {
  padding: 0;
  text-align: right;
}
.modal-view .modal-body .card-footer .card-title {
  color: #4f5861;
  font-size: 0.95rem;
  font-weight: 200;
  margin-bottom: 0.2rem;
}
.modal-view .modal-body .listview {
  margin-top: 0;
}
.modal-view .modal-body .listview .listview__actions .actions__item {
  width: 25px;
}
.modal-view .modal-body .listview .listview__content {
  cursor: default;
  margin-top: 0px;
  padding: 5px;
}
.modal-view .modal-body .listview .listview__content.ui-sortable-helper {
  color: #FFFFFF;
  cursor: move;
  background-color: #f9f9f9;
  z-index: 99999;
}
.modal-view .modal-body .listview .listview__content.ui-sortable-placeholde {
  border: 1px dashed #ddd;
}
.modal-view .modal-body .listview .listview__content .listview__heading {
  color: #4f5861;
}
.modal-view .modal-body .listview .listview__content .listview__heading a {
  color: #4f5861;
}
.modal-view .modal-body .listview .listview__content .listview__heading .action {
  border-radius: 15px;
  box-shadow: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-view .modal-body .listview .listview__content p {
  color: #d0d0d0;
  margin: 0;
}
.modal-view .modal-body .listview .listview__content p small {
  color: #09156f;
}

.modal .modal-title {
  font-size: 1.3rem;
}
.modal .col-md-6 {
  float: left;
}
.modal .col-lg-6 {
  float: left;
}
.modal .col-sm-6 {
  float: left;
}
.modal .modal-body {
  padding: 25px 20px;
}
.modal .form-container {
  padding-bottom: 1rem;
  width: 100%;
}
.modal .form-container .form-group {
  margin-bottom: 0.2rem;
}
.modal .form-container .form-group .form-control-label {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0;
}
.modal .form-container .form-group .form-control {
  font-size: 0.9rem;
}
.modal .form-container .help-error {
  width: 100%;
}
.modal .form-container .help-error label {
  color: #ff5652;
  font-size: 0.9rem;
  font-weight: 400;
}

.modal-progress .modal-body h2 {
  color: #4f5861;
  text-align: center;
}
.modal-progress .modal-body p.id {
  color: #d0d0d0;
  font-size: 0.9rem;
  text-align: center;
}

.modal-timeline .modal-body {
  padding: 0;
}
.modal-timeline .card {
  margin-bottom: 0;
}
.modal-timeline .toolbar {
  margin-bottom: 0;
}
.modal-timeline .toolbar .actions {
  margin: 0 -1.2rem 0 auto;
  display: inline-block;
  text-align: right !important;
  width: 130px;
}
.modal-timeline .toolbar .actions i.active {
  background-color: #f9f9f9;
}
.modal-timeline .toolbar .toolbar__label .avatar {
  border-radius: 50%;
  height: 30px;
  position: relative;
  width: 30px;
}
.modal-timeline .toolbar .toolbar__search input {
  font-size: 1rem;
}
.modal-timeline .toolbar .toolbar__search .toolbar__search__reset {
  transition: color 300ms;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1.8rem;
  font-size: 1.5rem;
  color: #969696;
}
.modal-timeline .toolbar .toobar-date {
  display: block;
}
.modal-timeline .listview .listview__item {
  padding: 10px 0;
}
.modal-timeline .listview .listview__item.padding-left {
  cursor: pointer;
  padding-left: 25px;
}
.modal-timeline .listview .listview__item .avatar-char {
  background-color: #09156f;
  font-size: 1rem;
}
.modal-timeline .listview .listview__item .todo-audits {
  padding-left: 30px;
}
.modal-timeline .listview .listview__item .listview__content {
  margin-top: 0;
  padding: 0;
}
.modal-timeline .listview .listview__item .listview__content p {
  white-space: normal;
}
.modal-timeline .listview .listview__item .listview__attrs {
  min-height: 28px;
  margin-top: 0;
}
.modal-timeline .listview .listview__item .listview__attrs span {
  font-size: 0.85rem;
  padding: 0.2rem 0;
}
.modal-timeline .listview .listview__item .listview__attrs .new {
  display: block;
}
.modal-timeline .listview .listview__item .listview__attrs .old {
  display: block;
}

#children-add {
  border-radius: 0;
  height: 25px;
  width: 25px;
  line-height: 1.9rem;
  left: 0;
  position: absolute;
}

.modal-fullscreen .modal-dialog {
  background-color: #FFFFFF;
  max-width: 100% !important;
  overflow: hidden;
  overflow-y: auto;
}

.modal-backups .modal-header {
  text-align: center;
  margin-top: 20px;
}
.modal-backups .modal-header h2 {
  text-align: center;
  width: 100%;
}
.modal-backups .modal-header .close {
  position: absolute;
  right: 20px;
  top: 10px;
}
.modal-backups .modal-body {
  text-align: center;
}
.modal-backups .modal-footer {
  justify-content: center;
}

.modal-archive .listview {
  margin: 0 -7px;
}
.modal-archive .listview .listview__item {
  padding: 0;
}
.modal-archive .listview .listview__item .listview__attrs span {
  border-color: #ebebeb;
  color: #4f5861;
  font-size: 0.9rem;
  padding: 0.45rem 0.4rem 0.5rem;
  min-height: 28px;
}
.modal-archive .listview .listview__item .listview__attrs span a {
  color: #4f5861;
}
.modal-archive .listview .listview__item .listview__attrs span .widget-visitors__country {
  height: 13px;
  width: 13px;
  border-radius: 50%;
}
.modal-archive .card-block {
  padding: 1rem 0;
}
.modal-archive .card-block p {
  margin-bottom: 0.2rem;
  padding: 5px 0;
}
.modal-archive .card-block p b {
  display: block;
}
.modal-archive .path {
  padding: 5px 20px;
  margin-bottom: 0px;
}
.modal-archive .path i {
  font-size: 10px !important;
  margin-left: 0;
  width: auto;
}
.modal-archive .path span {
  font-size: 10px !important;
}
.modal-archive .api {
  padding: 5px 20px;
  margin-bottom: 20px;
  margin-top: -15px;
}
.modal-archive .api i {
  font-size: 10px !important;
  margin-left: 0;
  width: auto;
}
.modal-archive .api span {
  font-size: 10px !important;
}

.modal-cases .widget-visitors__stats {
  margin: 0 -0.5rem 0.5rem;
}
.modal-cases .widget-visitors__stats div {
  border: 1px solid #ebebeb;
  padding: 0.7rem 0.7rem;
}
.modal-cases .widget-visitors__stats div strong {
  font-size: 16px;
  color: #4f5861;
}
.modal-cases .widget-visitors__stats div small {
  min-height: 20px;
}
.modal-cases .listview .listview__content {
  border-bottom: 1px solid #ebebeb;
}
.modal-cases .listview .listview__attrs span {
  border: 1px solid #ebebeb;
  display: inline-block;
}

@media (max-width: 600px) {
  .modal-cases .widget-visitors__stats div {
    width: 97%;
    margin-bottom: 5px;
  }
}
#modal-comment-view .listview .listview__content p {
  white-space: initial;
}

.modal-alert .modal-header {
  border-top: 3px solid #ddd;
}
.modal-alert .modal-body {
  padding: 0 20px 5px 20px;
  padding-top: 15px;
}
.modal-alert .modal-body .card-block {
  padding: 0 0;
}
.modal-alert .modal-body .card-block .listview .listview__item {
  padding: 2px 0;
  border-bottom: 1px solid #f3f3f3;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content {
  padding: 0 3px;
  margin-top: 0;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__heading {
  font-size: 11px;
  font-weight: 600;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__heading:hover {
  background-color: #f9f9f9;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__heading span {
  color: #7a7a7a;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__heading span.badge {
  background-color: #2196F3;
  color: #FFFFFF;
  cursor: pointer;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__heading small {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  float: right;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__attrs {
  margin-top: 0;
}
.modal-alert .modal-body .card-block .listview .listview__item .listview__content .listview__attrs span {
  border: 1px solid #f3f3f3;
  font-size: 10px;
}

.modal .quick-stats.cases .quick-stats__item {
  background-color: #4f5861;
  padding: 10px 10px 10px 10px;
}
.modal .quick-stats.cases .quick-stats__item .quick-stats__info {
  text-align: center;
  width: 100%;
}
.modal .quick-stats.cases .quick-stats__item .quick-stats__info h2 {
  color: #FFFFFF;
}

.popover {
  padding: 10px;
}
.popover .popover-body {
  font-size: 0.9rem;
  text-align: center;
}

.profile {
  align-items: initial !important;
}
.profile .icon-list li a {
  color: #4f5861;
}
.profile .icon-list li a:hover, .profile .icon-list li a:active {
  color: #03A9F4;
}
.profile .profile__img a {
  color: #FFFFFF;
}
.profile .profile__img a:focus, .profile .profile__img a:active {
  color: #FFFFFF;
}
.profile .profile__img a.active {
  background-color: #32c787;
  cursor: default;
}
.profile .profile__img a.danger {
  background-color: #ff5652;
  cursor: pointer;
}
.profile .social-container h2 {
  color: #4f5861;
  font-size: 1.6rem;
  font-weight: 400;
}
.profile .social-container p {
  color: #4f5861;
  font-size: 1rem;
}
.profile .social-container .col-lg-12 {
  padding: 0;
  z-index: 2;
}
.profile .social-container .col-lg-12 button {
  box-shadow: none;
}
.profile .social-container .col-lg-12 button i {
  color: #4f5861;
}
.profile .social-container .col-lg-12 button.active i {
  color: #FFFFFF;
}
.profile .social-container .col-lg-12 button.active.facebook {
  background-color: #3c579e;
  border-color: #3c579e;
}
.profile .social-container .col-lg-12 button.active.google {
  background-color: #e55440;
  border-color: #e55440;
}
.profile .social-container .col-lg-12 button.active.twitter {
  background-color: #24d5f6;
  border-color: #24d5f6;
}
.profile .social-container .col-lg-12 button.active.linkedin {
  background-color: #0089c0;
  border-color: #0089c0;
}

.preference {
  padding: 20px;
}

.scale-slider.ui-widget.ui-widget-content {
  background: #f9f9f9 !important;
  border: 0 !important;
  margin: 20px 0;
}
.scale-slider.ui-widget.ui-widget-content .ui-slider-handle {
  background-color: #09156f !important;
  border: 0 !important;
  border-radius: 50% !important;
  height: 2rem;
  top: -10px;
  width: 2rem;
}
.scale-slider.ui-widget.ui-widget-content .ui-state-active {
  cursor: pointer;
}
.sidebar {
  width: 320px;
  margin-top: 20px;
}
.sidebar .scrollbar-inner .navigation > li > a .navigation-item-right {
  float: right;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.swal2-modal .swal2-title {
  color: #676767;
  font-size: 2.2rem;
  font-weight: 400;
}
.swal2-modal .swal2-warning {
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.swal2-modal .swal2-success-ring {
  color: #09156f !important;
  border-color: #09156f !important;
}
.swal2-modal .swal2-success-line-tip {
  background-color: #09156f !important;
}
.swal2-modal .swal2-success-line-long {
  background-color: #09156f !important;
}
.swal2-modal .swal2-content {
  font-size: 1.2rem;
}
.swal2-modal .swal2-input {
  color: #4f5861;
  font-size: 14px;
}
.swal2-modal .swal2-buttonswrapper {
  margin-top: 5px;
}
.swal2-modal .swal2-buttonswrapper button {
  border: 0 !important;
  font-size: 1rem;
  outline: none !important;
}
.swal2-modal .swal2-buttonswrapper button:focus {
  box-shadow: none !important;
}
.swal2-modal .swal2-buttonswrapper button.swal2-cancel {
  background-color: #FFFFFF !important;
  border: 1px solid #efefef !important;
  color: #4f5861 !important;
  box-shadow: none !important;
}
.swal2-modal .swal2-buttonswrapper button.swal2-cancel:hover, .swal2-modal .swal2-buttonswrapper button.swal2-cancel:active {
  background-color: rgb(247.35, 247.35, 247.35) !important;
  border-color: rgb(218.6, 218.6, 218.6) !important;
}

.header-kpi .tab-nav {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.header-kpi .tab-nav li {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
  list-style: none;
}
.header-kpi .tab-nav li.active a {
  color: #FFFFFF;
  background-color: #09156f;
}
.header-kpi .tab-nav li a {
  color: #4f5861;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 15px;
}
.header-kpi .tab-content {
  margin: 0;
}

.nav-tabs {
  border-bottom: 1px solid #eee;
}

.tab.tabpanel-custom .tab-nav {
  padding: 0;
  margin-top: 20px;
}
.tab.tabpanel-custom .tab-nav li {
  list-style: none;
  display: inline-block;
}
.tab.tabpanel-custom .tab-nav li.active a {
  color: #FFFFFF;
  background-color: #09156f;
}
.tab.tabpanel-custom .tab-nav li a {
  color: #4f5861;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  background-color: #f9f9f9;
  text-decoration: none;
}
.tab.tabpanel-custom .tab-content {
  margin-top: -5px;
  border: 1px solid #f9f9f9;
  padding: 10px;
}
.tab.tabpanel-custom .tab-content.tab-content-p-border-bottom .tab-pane div p {
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.tab.tabpanel-custom .tab-content.tab-content-p-border-bottom .tab-pane div p:last-child {
  border-bottom: none;
}
.tab.tabpanel-custom .tab-content.tab-content-p-border-bottom .tab-pane div p b {
  display: block;
}
.tab.tabpanel-custom .tab-content.tab-content-p-border-bottom .tab-pane div p span {
  display: block;
  min-height: 16px;
}
.tab.tabpanel-custom .tab-content .comment-widgets .comment-row {
  padding: 10px;
  border-bottom: 1px solid #f9f9f9;
}
.tab.tabpanel-custom .tab-content .comment-widgets .comment-row:last-child {
  border-bottom: 1px solid transparent;
}
.tab.tabpanel-custom .tab-content .comment-widgets .comment-row .media-body .lv-attrs {
  padding: 0;
  margin: 0;
}
.tab.tabpanel-custom .tab-content .comment-widgets .comment-row .media-body .lv-attrs li {
  border: 1px solid #f9f9f9;
  font-size: 12px;
  display: inline-block;
  padding: 5px 8px;
  list-style: none;
  margin-bottom: 5px;
}

.tabpanel.tabpanel-custom .tab-nav {
  padding: 0;
  margin-top: 20px;
}
.tabpanel.tabpanel-custom .tab-nav li {
  list-style: none;
  display: inline-block;
}
.tabpanel.tabpanel-custom .tab-nav li a {
  border-radius: 5px 5px 0 0 !important;
  padding: 10px !important;
  background-color: #bdc3c7 !important;
  text-decoration: none;
}

.tabpanel-custom .tab-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f6f6f6;
}
.tabpanel-custom .tab-nav li {
  background-color: #f6f6f6;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  list-style: none;
  display: inline-block;
}
.tabpanel-custom .tab-nav li.active {
  background-color: #09156f;
}
.tabpanel-custom .tab-nav li.active a {
  color: #FFFFFF;
}
.tabpanel-custom .tab-nav li a {
  color: #4f5861;
  text-decoration: none;
  display: inline-block;
}
.tabpanel-custom .tab-content {
  padding: 15px;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.bootstrap-tagsinput {
  display: block;
  padding: 4px !important;
  border: 1px solid #f3f3f3 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 24px !important;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  background-color: #09156f !important;
  border-radius: 10px !important;
  padding: 2px 8px !important;
  margin-right: 0 !important;
}
.bootstrap-tagsinput .tag .remove {
  position: relative !important;
  top: -2px !important;
  margin-left: 3px !important;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 3px !important;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  font-family: "Material-Design-Iconic-Font";
  content: "\f136" !important;
}

.user {
  background-color: #f8f8f8;
  padding: 20px;
}
.user .user-avatar {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.user .user-avatar img {
  height: 150px;
  margin: 0 auto;
}
.user .user-avatar .user-header {
  background-color: #ffc107;
  padding: 15px;
  position: relative;
  width: 100%;
}
.user .user-avatar .user-header h2 {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}
.user .user-avatar .user-header i {
  color: #FFFFFF;
  font-size: 45px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
}
.user .user-avatar .user-body {
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.user .user-avatar .user-body h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.user .user-avatar .user-body ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.user .user-avatar .user-body ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
  width: 100%;
}
.user .user-avatar .user-body ul li i {
  margin-right: 10px;
}
.user .user-avatar .user-body ul li b {
  display: block;
}

.tasks h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.tasks .types {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tasks .types li {
  background-color: #f3f3f3;
  border-radius: 25px;
  font-size: 12px;
  display: inline-block;
  list-style: none;
  padding: 5px 15px;
  margin-right: 2px;
}
.tasks .world {
  margin-bottom: 0;
}
.tasks .world .children h6 {
  cursor: pointer;
  margin-bottom: 3px;
}
.tasks .world .children .listview__item {
  background-color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tasks .world .children .listview__item p {
  text-overflow: ellipsis;
}
.tasks .world .children .listview__item .listview__heading {
  text-overflow: ellipsis;
  overflow: hidden;
}
.tasks .world .tasks-count {
  cursor: pointer;
}
.tasks .listview.files {
  width: 100%;
}
.tasks .listview.files .lv-item {
  list-style: none;
  width: 100%;
}
.tasks .listview.files .lv-item .media {
  display: block;
  width: 100%;
}
.tasks .listview.files .lv-item .media .media-body {
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
.tasks .listview.files .lv-item .media .media-body .lv-title {
  color: #4f5861;
  margin: 0;
  padding: 0;
}
.tasks .listview.files .lv-item .media .media-body .lv-title a {
  color: #4f5861;
}
.tasks .listview.files .lv-item .media .media-body .lv-title small {
  color: #4f5861;
  float: right;
}
.tasks .listview.files .lv-item .media .media-body .lv-title small a {
  color: #4f5861;
}
.tasks .listview.files .lv-item .media .media-body .lv-title small a i {
  color: #4f5861;
  font-size: 18px;
}
.tasks .listview.files .lv-item .media .media-body .lv-small {
  color: #4f5861;
}
.tasks .listview.files .lv-item .media .comments {
  padding: 0;
  margin: 0;
  padding-left: 25px;
  width: 100%;
}
.tasks .listview.files .lv-item .media .comments li {
  border-left: 1px solid #ff5652;
  padding: 2px 0;
  padding-left: 10px;
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.tasks .listview.files .lv-item .media .comments li h3 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}
.tasks .listview.files .lv-item .media .comments li h3 small {
  float: right;
  position: relative;
}
.tasks .listview.files .lv-item .media .comments li p {
  font-size: 12px;
  color: #4f5861;
  margin: 0;
  padding: 0;
}

.main--alt {
  padding-top: 20px;
}

.content__title h1 {
  text-transform: capitalize;
}

.files .thumbnail {
  border: 1px solid #f3f3f3;
  padding: 15px;
}

.tour-tour .popover-header {
  color: #4f5861 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #f3f3f3 !important;
  font-size: 1rem !important;
  padding-bottom: 10px;
}
.tour-tour .popover-body {
  color: #4f5861 !important;
  padding: 0.5rem 0.5rem !important;
}
.tour-tour .popover-body .progress {
  height: 6px !important;
  margin-bottom: 5px;
}
.tour-tour .popover-body .progress .progress-bar {
  background-image: none !important;
  background-color: #09156f !important;
  height: 6px !important;
}
.tour-tour .popover-navigation button {
  color: #4f5861 !important;
  border-color: #f3f3f3 !important;
}
.tour-tour .popover-navigation button:hover {
  background-color: #f3f3f3 !important;
}
.tour-tour button {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 10px;
}
.tour-tour .arrow {
  position: absolute;
}
.tour-tour .arrow:after {
  content: "";
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #FFFFFF transparent;
  display: block;
  position: relative;
  width: 0;
  z-index: 1;
}
.tour-tour.bs-popover-right .arrow {
  left: 0;
}
.tour-tour.bs-popover-right .arrow:after {
  content: "";
  left: -9px;
  transform: rotate(90deg);
}
.tour-tour.bs-popover-left .arrow {
  right: 0;
}
.tour-tour.bs-popover-left .arrow:after {
  right: -9px;
  transform: rotate(270deg);
}

#tourBackdrop, .tour-backdrop {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2) !important;
  display: inline !important;
  transition: 0.6s all;
}

.tooltip .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 8px;
  padding: 0.7rem 1.1rem;
}

.cases-tree-index {
  padding: 0 0;
  margin: 0;
  width: 100%;
}
.cases-tree-index > ul {
  margin-left: 10px;
}
.cases-tree-index li {
  color: #4f5861;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cases-tree-index li.folder {
  font-weight: 600;
}
.cases-tree-index li.folder .porcentage-container {
  margin-left: 5px;
  display: inline-block;
}
.cases-tree-index li.folder i {
  color: #FF9800;
  font-size: 16px;
}
.cases-tree-index li .listview__item {
  padding: 0 0;
}
.cases-tree-index li .listview__item .listview__content .listview__heading .pointer {
  cursor: pointer;
}
.cases-tree-index li .listview__item .listview__content .listview__heading .cases-tree-bagde {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  position: relative;
  top: -5px;
  left: -3px;
  width: 8px;
}
.cases-tree-index li .listview__item .listview__content .listview__attrs {
  margin-top: 0;
}
.cases-tree-index li .listview__item .listview__content .listview__attrs span {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  font-size: 10px;
}
.cases-tree-index li .porcentage {
  color: #03A9F4;
  font-size: 11px;
}
.cases-tree-index li.file {
  margin-left: 10px;
}
.cases-tree-index li.danger {
  color: #ff5652;
  font-weight: 600;
}
.cases-tree-index li.danger i {
  color: #ff5652;
  font-size: 16px;
}
.cases-tree-index li.success {
  font-weight: 600;
}
.cases-tree-index li.success i {
  color: #4f5861;
  font-size: 16px;
}
.cases-tree-index li a {
  color: #4f5861;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tree {
  list-style: none;
  padding: 0 0 0 5px;
}
.tree li .zmdi {
  margin-right: 5px;
}

.fileTree {
  margin-bottom: 35px;
}

UL.jqueryFileTree {
  overflow: hidden;
}
UL.jqueryFileTree LI {
  padding: 0 0 0 7px !important;
  width: 100% !important;
}
UL.jqueryFileTree LI.directory {
  background: url("/img/filetree/directory.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.expanded {
  background: url("/img/filetree/folder_open.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_doc {
  background: url("/img/filetree/doc.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.folder_open {
  background: url("/img/filetree/folder_open.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_pdf {
  background: url("/img/filetree/pdf.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_php {
  background: url("/img/filetree/php.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_picture {
  background: url("/img/filetree/picture.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_jpg {
  background: url("/img/filetree/png.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_pptx {
  background: url("/img/filetree/ppt.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_txt {
  background: url("/img/filetree/txt.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_xlsx {
  background: url("/img/filetree/xls.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_zip {
  background: url("/img/filetree/zip.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.wait {
  background: url("/img/filetree/Reload.gif") left top no-repeat !important;
}
UL.jqueryFileTree LI.ext_upload {
  background: url("/img/filetree/upload.png") left top no-repeat !important;
}
UL.jqueryFileTree LI.archive {
  opacity: 0.75;
  filter: grayscale(100%); /* Current draft standard */ /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
}
UL.jqueryFileTree LI.selected a {
  font-weight: 500 !important;
}
UL.jqueryFileTree LI.cute > a {
  color: #000000;
}
UL.jqueryFileTree LI.cute > a:hover {
  color: #000000;
}
UL.jqueryFileTree LI.clone > a {
  color: #2196F3;
}
UL.jqueryFileTree LI.clone > a:hover {
  color: #2196F3;
}
UL.jqueryFileTree LI .porcentage-container {
  position: absolute;
  right: 10px;
}
UL.jqueryFileTree LI .porcentage-container .porcentage-item {
  color: #4f5861;
  font-size: 10px;
  display: inline-block;
  margin-right: 5px;
}
UL.jqueryFileTree LI.cases {
  margin-left: 0 !important;
  padding: 0 !important;
}
UL.jqueryFileTree LI.cases a {
  cursor: default;
  margin-left: 0 !important;
  padding: 0 !important;
}
UL.jqueryFileTree LI.cases a .listview {
  width: 100%;
}
UL.jqueryFileTree LI.cases a .listview .listview__item {
  padding: 0 5px;
  border-left: 3px solid #f3f3f3;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__content {
  border-bottom: 0;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__content .listview__heading {
  color: #4f5861;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__content .listview__heading.link:hover {
  color: #32c787;
  cursor: pointer;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__content .listview__attrs span {
  color: #4f5861;
  font-size: 10px;
  font-weight: 400;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__actions {
  margin-right: 0;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__actions .actions__item {
  color: #4f5861;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__actions .actions__item.green {
  color: #32c787;
}
UL.jqueryFileTree LI.cases a .listview .listview__item .listview__actions .actions__item.red {
  color: #ff5652;
}
UL.jqueryFileTree LI button.btn {
  border-radius: 15px;
  font-size: 10px;
  padding: 5px 10px;
  margin-right: 5px;
  min-width: 65px;
  position: relative;
}
UL.jqueryFileTree LI .control-access {
  height: 12px;
  display: inline-block;
  margin-right: -8px;
  margin-left: 12px;
}
UL.jqueryFileTree LI .control-access > div {
  display: inline-block;
}
UL.jqueryFileTree LI .control-access .custom-control {
  min-height: 0.9rem;
  margin-right: 2px;
  padding-left: 1rem;
}
UL.jqueryFileTree LI .control-access .custom-control .custom-control-indicator {
  top: -2px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
}
UL.jqueryFileTree LI .control-access .custom-control-input:checked ~ .custom-control-indicator {
  border-color: #09156f;
}
UL.jqueryFileTree LI A {
  color: #4f5861;
  font-family: "Roboto", sans-serif !important;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 500;
  margin-left: 10px !important;
  width: 100%;
}
UL.jqueryFileTree LI A.file {
  padding-left: 8px;
}
UL.jqueryFileTree LI A .alert-status {
  border-radius: 50%;
  height: 9px;
  width: 9px;
  position: relative;
  margin-left: 0;
}
UL.jqueryFileTree LI A .badge-pill {
  padding: 4px 8px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 3px;
}
UL.jqueryFileTree LI A .badge-pill.folder {
  background-color: #ffc107;
}
UL.jqueryFileTree LI A .badge-pill.document {
  background-color: #d0d0d0;
}
UL.jqueryFileTree LI A .badge-pill.access {
  background-color: #09156f;
}
UL.jqueryFileTree LI A .badge-pill.red {
  background-color: #795548;
}
UL.jqueryFileTree LI A:hover {
  background-color: #f9f9f9 !important;
}
UL.jqueryFileTree LI > UL {
  margin-left: 5px !important;
}
