﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left:1em !important;
}


.b1a-invalid {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e74a3b;
}
.b1-link{
    cursor:pointer;
}

@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}



/* Sidebar */
.b1a-sidebar {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  padding: 58px 0 0 !important; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%) !important;
  width: 240px !important;
  z-index: 600 !important;
}

@media (max-width: 991.98px) {
  .b1a-sidebar {
    width: 100%;
  }
}
.b1a-sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.b1a-sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
#main-navbar{
    position:fixed;
}

@media(min-width: 768px) {
   .b1-body-toggle {
    margin-left:15px !important;
    }
}
@media(min-width: 992px) {
   .b1-body-toggle {
    margin-left:55px !important;
    }
}

@media(min-width: 992px) {
   .b1-body-toggle {
      margin-left:245px !important;
    }
}
@media (min-width: 1200px) {
     .b1-body-toggle {
      margin-left:245px !important;
    }     
}



.b1a-text-success {
  color: #1cc88a !important;
}

a.b1a-text-success:hover, a.b1a-text-success:focus {
  color: #13855c !important;
}

.b1a-text-info {
  color: #36b9cc !important;
}

a.b1a-text-info:hover, a.b1a-text-info:focus {
  color: #258391 !important;
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}


.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}
.b1a-modal-datepicker {
    z-index: 100000;
}
.b1a-scheduler-tab{
    padding:.5em;
}
/**LOADER*/
.load_ajax
{  
    background: url(img/loading.gif) no-repeat;
    position:relative;
    left:50%;
    top:auto;
    height:70px;
}
div#spinner {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(img/loading.gif) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.form-group.required .control-label:after { 
   content:"*" !important;
   color:red !important;
}
.input-group.required .control-label:after { 
   content:"*" !important;
   color:red !important;
}
.control-label.required:after { 
   content:"*" !important;
   color:red !important;
}
.modal-footer {
    justify-content: space-between;
}
.uchc-required-field{
     color:red !important;
}
.form-group.required .form-label:after { 
   content:"*" !important;
   color:red !important;
}
.ui-jqgrid .ui-jqgrid-view {
  font-size: var(--bs-body-font-size) !important;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    -ms-transform: translateY(25%) !important;
    transform: translateY(25%) !important;
}
.ui-jqgrid .ui-jqgrid-htable th div{
    min-height: 80px !important;
    height: 80px !important;
    max-height:100px !important;
}