.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.content-wrapper {
  min-height: calc(125vh - 57px - 41px) !important;
  margin-bottom: 0px !important;
  padding-bottom: 41px !important;
}

.login-page {
  background-image: url(img/landing.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.color-satec {
  color: #5daeda;
}

.btn-info {
  background: #51a4d1 !important;
  border-color: #51a4d1 !important;
}

.btn-info.active {
  background: #2581b2 !important;
  border-color: #51a4d1 !important;
}

.text-info {
  color: #51a4d1 !important;
}

.btn-info:hover {
  background: #4699c6 !important;
  border-color: #4699c6 !important;
}

.bg-info {
  background: #51a4d1 !important;
}

.bg-satec {
  background-color: #5daeda;
}

.nav-link {
  color: #495057;
}

.nav-link.active {
  font-weight: bold !important;
}

.nav-link-info.active {
  background: #51a4d1 !important;
  color: white !important;
  border-bottom: none;
}

.nav-link-light.active {
  background: #f8f9fa !important;
  border-bottom: none;
}

.selectpicker {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.selectpicker-disabled {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.text {
  font-family: inherit;
  margin-bottom: .5rem;
}

.text-white {
  color: white;
}

td {
  white-space: nowrap;
}

.text-dashboard {
  font-family: inherit;
  color: #6c757d;
}

.fieldset-border {
  border: 1px solid;
  border-radius: 0.25rem;
  border-color: #ced4da !important;
}

.fieldset-legend {
  font-size: 16px;
  font-weight: 700;
}

.today.gj-cursor-pointer {
  border: lightgray !important;
  border-width: 1px !important;
  border-style: solid !important;
}

@media screen {
  #printSection {
    display: none;
  }
}

@media print {

  body * {
    visibility: hidden;
  }

  #printSection,
  #printSection * {
    visibility: visible;
  }

  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }

  .modal-dialog {
    max-width: 100%;
    width: 100%;
  }
}

.filter-table thead th {
  padding-bottom: 8px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.filter-table thead th .th-inner.sortable {
  padding-right: 24px !important;
}

.th-inner {
  padding-top: 4.8px !important;
  padding-bottom: 4.8px !important;
  padding-left: 4.8px !important;
  padding-right: 24px !important;
}

.no-records-found td {
  text-align: left;
}

.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

.dz-clickable {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}

.select-site-dropdown .select2-dropdown {
  transform: translate(3px, 26px);
}

body {
  overflow-x: hidden;
}

.toast.toast-alert {
  border-left: 5px solid #dc3545; /* red left border */
  min-width: 300px;
  max-width: 350px;
  margin-bottom: 1rem;
}

.toast-header.bg-danger {
  background-color: #dc3545 !important;
  color: white !important;
}
