html { overflow-y: scroll; }

body { padding-right: 0px !important; }

.nav_dropdown {
  display: block;
  padding: 0.5rem 1rem;
}
.nav_dropdown:hover, nav_dropdown:focus {
  border-color: #fff;
  background-color: #fff;
}

table thead tr .headerSortDown a, table thead tr .headerSortUp a {
      color: #666;
}

.hidden {
    display:none;
}

.hide {
    display:none;
}

.button-wrapper .btn {
    margin-bottom:5px;
}

.nav-pills .nav-item {
  margin-bottom:5px;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.btn-outline-select:hover {
  color: #71869d;
  background-color: transparent;
  border-color: #71869d;
}

.btn-outline-select:focus {
  color: #71869d;
  background-color: transparent;
  border-color: #71869d;
}

.btn-outline-select:not(:disabled):not(.disabled):active, .btn-outline-select:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #71869d;
  background-color: transparent;
  border-color: #71869d;
}


body.modal-open .datepicker-container {
    z-index: 1200 !important;
}

.transparent-card {
            background-color: rgba(255, 255, 255, 0.4) !important;
        }

.loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('/assets/images/loaders/loader.gif')
              50% 50% no-repeat;
  opacity: 0.5;
}


.card-border {
  border: 0.0625rem solid #e7eaf3;
  box-shadow: none;
  transition: 0.3s;
}

.card-border-error {
  border: 0.0625rem solid #de4437;
  box-shadow: none;
  transition: 0.3s;
}

.card-border-warning {
  border: 0.0625rem solid #f5ca99;
  box-shadow: none;
  transition: 0.3s;
}

.card-border-primary {
  border: 0.0625rem solid #377dff;
  box-shadow: none;
  transition: 0.3s;
}

.card-report {
  padding: 0;
  transition: 0.3s ease-in-out;
}

.card-report:hover {
  background-color: #fff;
}

.card-report .card-body {
  color: #677788;
}

xsmall {
  font-size:12px;
}

.uneditable_system_value {
  color: #777;
  font-weight: bold;
  font-style:italic;
}

.receiptImage {
	width: 800px;
	padding:5px;
	margin-bottom: 10px;
}

.receiptImageV {
	width: 490px;
	margin-bottom: 10px;
}

.form-group-b {
    display:none;
}

.shared-logo-img {
   width: 215px;
   height: 125px;
   object-fit: contain;
   object-position: right;
}

.strike_text {
    text-decoration: line-through;
}

.task-fab-container{
position:fixed;
bottom:100px;
right:34px;
cursor:pointer;
}
.task-icon-button{
width:40px;
height:40px;
border-radius: 100%;
}
.task-button{
width:40px;
height:40px;
background-color: rgba(113, 134, 157, 0.1);

}
.task-button:hover {
    background-color: #71869d;
}
.task-icon-button i{
display:flex;
align-items:center;
justify-content:center;
height: 100%;
color: #71869d;
}
.task-icon-button:hover i{
color: #fff;
}

.custom_tooltip {
  position: relative;
  display: inline-block;
}

.custom_tooltip .custom_tooltiptext {
  visibility: hidden;
  background-color: #71869d;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 0%;
  bottom: 100%;
  margin-left: 0px;
}

.custom_tooltip:hover .custom_tooltiptext {
  visibility: visible;
}

.hl_num_close, .hl_num_open, .hl_num_dr, .hl_num_cr, .hl_num_due, .hl_num_total, .hl_num_close_dr, .hl_num_close_cr, .hl_num_open_dr, .hl_num_open_cr {
  cursor: pointer;
 }
.hl_num_active {
  background-color: #09a5be;
  color: #fff;
}

#hl_sum_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;

    background: #09a5be;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 10px #09a5be;
}