h4 {
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #0d3d5a;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  padding: 10px 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background: #dedede;
}

input,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eee;
  font-size: 1rem;
}

input,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
  opacity: 1;
  font-size: 1rem;
}

input,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #eee;
  opacity: 1;
  font-size: 1rem;
}

input,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #eee;
  opacity: 1;
  font-size: 1rem;
}

div.focusErrorMessage:focus {
  outline: 1px solid #ff0606 !important;
}

div.focusSuccessMessage:focus {
  outline: 1px solid #167449 !important;
}

.datePicker .selectiongroup .selection {
  height: 26px !important;
}

.datePicker .selectiongroup .selbtngroup {
  height: 26px !important;
}

/*
IE11 compatibility - font download disabled in HRSA - https://technet.microsoft.com/itpro/windows/keep-secure/block-untrusted-fonts-in-enterprise#Turn_on_and_use_the_Blocking_untrusted_fonts_feature
*/
@media all and (-ms-high-contrast: none) {
  .fa-times {
    background-image: url(../images/fa_times.png);
    background-repeat: no-repeat;
    background-position: -1px 2px;
  }
  .fa-check {
    background-image: url(../images/fa_check.png);
    background-repeat: no-repeat;
  }
  .fa-exclamation {
    background-image: url(../images/fa_exclamation_blue.png);
    background-repeat: no-repeat;
    background-position: -2px 1px;
  }
  .fa-print {
    background-image: url(../images/fa_print.png);
    background-repeat: no-repeat;
  }
  .fa-bug {
    background-image: url(../images/fa_bug.png);
    background-repeat: no-repeat;
  }
  .main_title .fa-tasks::before {
    content: "  " !important;
  }
  .main_title .fa-tasks {
    background-image: url(../images/fa_task_red.png);
    background-repeat: no-repeat;
    background-position: 1px -1px;
    padding-left: 10px;
  }
  .statusBoxContainer .fa-info-circle {
    background-image: url(../images/fa_info_circle.png);
    background-repeat: no-repeat;
  }
  .statusBoxContainer .fa-check-square-o {
    background-image: url(../images/fa_check_square_o.png);
    background-repeat: no-repeat;
  }
  #dueDateIcon .fa-calendar {
    background-image: url(../images/fa_calendar_lg.png);
    background-repeat: no-repeat;
  }
  #daysLeftIcon .fa-clock-o {
    background-image: url(../images/fa_clock_lg.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
  }
  .btn-group .fa-pencil-square-o {
    background-image: url(../images/fa_pencil_square_o.png);
    background-repeat: no-repeat;
    background-position: 4px -1px;
    background-size: 10px;
  }
}
.spinnerModal {
  position: fixed;
  z-index: 9000001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}