.ajax-loading,
.ajax-loading-text {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 20%;
  top: 0;
}
.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.open-img {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.image_thumb {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.overlay-light {
  opacity: 0.5;
}
.overlay-light:hover {
  opacity: 1;
  transition: all 0.5s;
}
.edit-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.edit-overlay .link-container {
  position: absolute;
  top: 5px;
  right: 10px;
}
.edit-overlay .link-container a {
  color: #ffffff;
}
.edit-overlay .link-container a:hover {
  color: #d5d5d5;
}
.resizable {
  width: 100%;
  height: 200px;
}
.resizable .chart-container {
  width: 100%;
  height: 100%;
}
.battery-progress {
  height: 24px;
}
.battery-progress .progress-bar {
  height: 100%;
  line-height: 1.6rem;
  color: #000000;
  font-weight: bold;
  text-shadow: 1px 0 0 #ffffff, 0 -1px 0 #ffffff, 0 1px 0 #ffffff, -1px 0 0 #ffffff;
}
.battery-progress .progress-bar-success {
  background-color: #5CB85C;
}
.bg-success {
  background-color: #5CB85C !important;
}
.bg-purple {
  background-color: #8531A5 !important;
}
.text-purple {
  color: #8531A5 !important;
}
.text-green {
  color: #5CB85C !important;
}
.edit-overlay:hover {
  opacity: 1;
  transition: all 0.5s;
}
.card-header a:hover {
  opacity: 1;
}
.card-controls .custom-icon {
  position: relative;
  top: -2px;
}
.card-body .card-last-edit {
  margin-top: -15px;
}
.card-body .card-last-edit .thumb-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.card-body .card-last-edit .thumb-img img {
  width: 14px;
  height: 14px;
}
.card-body .card-last-edit .last-edit-text {
  position: relative;
  top: -3px;
}
.card-line {
  width: 100%;
  height: 1px;
  background-color: #efefef;
  background-clip: content-box;
  -webkit-background-clip: content-box;
  padding: 0 10px;
}
.card-collapsed .card-line {
  display: none;
}
.pdf-icon {
  height: 15px;
  position: relative;
  top: -1px;
}
.fs-20 {
  font-size: 20px !important;
}
.upload-container .close {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
}
.position-relative {
  position: relative;
}
.file-loadingbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
.jumbotron {
  margin-bottom: 0;
}
.dataTable .radio,
.dataTable .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.dataTable th.rotate {
  height: 120px;
  white-space: nowrap;
}
.dataTable th.rotate > div {
  transform: translate(25px, 15px) rotate(315deg);
  width: 30px;
}
.dataTable th > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
table.dataTable > tbody > tr td.td_bg_success,
.table.table-striped > tbody > tr td.td_bg_success,
table.dataTable > tbody > tr:nth-child(2n+1) td.td_bg_success,
.table.table-striped > tbody > tr:nth-child(2n+1) td.td_bg_success {
  background-color: #e0f6d7 !important;
}
table.dataTable > tbody > tr td.td_bg_danger,
.table.table-striped > tbody > tr td.td_bg_danger,
table.dataTable > tbody > tr:nth-child(2n+1) td.td_bg_danger,
.table.table-striped > tbody > tr:nth-child(2n+1) td.td_bg_danger {
  background-color: #ffdedb !important;
}
table.dataTable > tbody > tr td.td_bg_warning_1,
.table.table-striped > tbody > tr td.td_bg_warning_1,
table.dataTable > tbody > tr:nth-child(2n+1) td.td_bg_warning_1,
.table.table-striped > tbody > tr:nth-child(2n+1) td.td_bg_warning_1 {
  background-color: #ffffaa !important;
}
table.dataTable > tbody > tr td.td_bg_warning_2,
.table.table-striped > tbody > tr td.td_bg_warning_2,
table.dataTable > tbody > tr:nth-child(2n+1) td.td_bg_warning_2,
.table.table-striped > tbody > tr:nth-child(2n+1) td.td_bg_warning_2 {
  background-color: #fafa61 !important;
}
table.dataTable > tbody > tr td.td_bg_grey_1,
.table.table-striped > tbody > tr td.td_bg_grey_1,
table.dataTable > tbody > tr:nth-child(2n+1) td.td_bg_grey_1,
.table.table-striped > tbody > tr:nth-child(2n+1) td.td_bg_grey_1 {
  background-color: #f6f6f6 !important;
}
table.dataTable > tbody > tr td.td_op_50,
.table.table-striped > tbody > tr td.td_op_50,
table.dataTable > tbody > tr:nth-child(2n+1) td.td_op_50,
.table.table-striped > tbody > tr:nth-child(2n+1) td.td_op_50 {
  opacity: 0.5;
}
body > .pgn-wrapper {
  z-index: 9999;
}
.nav-company-container {
  position: relative;
  top: 60%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-xl {
    width: 900px !important;
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .modal .modal-dialog.modal-xl {
    width: 80% !important;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog.modal-xl {
    width: auto !important;
    max-width: none !important;
  }
}
.image-badge {
  position: absolute;
  top: -5px;
  right: -5px;
}
.horizontal-app-menu .header .pg {
  color: #FFFFFF;
}
.horizontal-app-menu .menu-bar > ul li ul li > a {
  color: #000000;
}
.id-card-wrapper {
  width: 100%;
  display: flex;
}
.id-card {
  flex-basis: 100%;
  max-width: 30em;
  border: 1px solid #007be8;
  margin: auto;
  color: #fff;
  padding: 1em;
}
.disabled-overlay {
  position: relative;
}
.disabled-overlay:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.profile-row {
  display: flex;
}
.profile-row .dp {
  flex-basis: 33.3%;
  position: relative;
  margin: 24px;
  align-self: center;
}
.profile-row .desc {
  flex-basis: 66.6%;
}
.profile-row .dp img {
  max-width: 100%;
  border-radius: 50%;
  display: block;
}
.profile-row .desc {
  padding: 1em;
}
.profile-row .dp .dp-arc-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 6px solid transparent;
  border-top-color: #007be8;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  animation-duration: 2s;
  animation-name: rotate-clock;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate-clock {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.profile-row .dp .dp-arc-outer {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 6px solid transparent;
  border-bottom-color: #007be8;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  animation-duration: 2s;
  animation-name: rotate-anticlock;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate-anticlock {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.profile-row .desc {
  font-family: 'Orbitron', sans-serif;
  color: #000000;
  letter-spacing: 1px;
}
.profile-row .desc h1 {
  margin: 0px;
}
.form-group-border {
  border: 1px solid #007be8;
  background-color: rgba(0, 123, 232, 0.3);
}
div.dt-button-collection {
  top: 0!important;
  left: 0!important;
  width: 100%;
  max-height: 50vh;
  overflow: scroll;
}
div.dt-button-collection a {
  border: 1px solid #007be8 !important;
  box-shadow: none !important;
}
div.dt-button-collection a.dt-button {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection a:active:not(.disabled),
div.dt-button-collection a.active:not(.disabled) {
  background-image: none !important;
  background-color: #007be8 !important;
  color: #ffffff !important;
}
/*==========================================================*/
/* BUTTON LOGIN
/*==========================================================*/
.btn-login,
.btn-login:focus {
  color: #fff;
  background-color: #0057a6;
  border-color: #0057a6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-login.active,
.btn-login:not(:disabled):not(.disabled):active,
.btn-login.active:focus,
.btn-login:not(:disabled):not(.disabled):active:focus,
.btn-login:not(:disabled):not(.disabled):active:hover,
.show .dropdown-toggle.btn-login {
  background-color: #0057a6;
  border-color: #0057a6;
  color: #fff;
  box-shadow: none;
}
.btn-login.hover,
.btn-login:hover,
.show .dropdown-toggle.btn-login {
  background-color: #0057a6;
  border-color: #0057a6;
  color: #fff;
}
.btn-login.active:hover {
  background: #0057a6;
  border-color: #0057a6;
}
.btn-login.disabled,
.btn-login[disabled],
fieldset[disabled] .btn-login,
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus,
.btn-login.disabled:active,
.btn-login[disabled]:active,
fieldset[disabled] .btn-login:active,
.btn-login.disabled.active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login.active {
  background-color: #0057a6;
  border-color: #0057a6;
}
.btn-login .badge {
  color: #0057a6;
  background-color: #fff;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  z-index: 9999 !important;
}
.top-separator {
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.lh-18 {
  line-height: 18px !important;
}
/*# sourceMappingURL=Base.css.map */