i {
  padding-right: 1em;
}

.DateInput, .DateInput_1 {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  color: #777;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  border: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.DateInput_input, .DateInput_input_1 {
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #777;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  border-bottom: 2px solid #7f0000
}

/* .SingleDatePicker, .SingleDatePicker_1, .SingleDatePickerInput{
} */
.SingleDatePicker {
  position: relative;
  display: inline-block;
  width: 100%;
}

.SingleDatePickerInput__withBorder{
  border: 1px solid #bbb;
  border-radius: 0.25rem;
  width: 100%
}

.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover {
  background: #7f0000;
  border: 1px double #7f0000;
  color: #fff;
}

.DayPickerKeyboardShortcuts_show{
  display: none;
}



.Select--single > .Select-control .Select-value, .Select-placeholder {
    bottom: 0;
    left: 0;
    color: #777;
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + 0.75rem + 2px);
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Select-control {
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #bbb;
    color: #bbb;
    display: table;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    border-collapse: separate;
    overflow: hidden;
}

.Select-menu {
  font-size: 85%;
}

.is-focused:not(.is-open) > .Select-control {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
    border-color: #f57f72;
}

.FormHeaders{
  font-weight: bold;
  display: block
}

/* .createButtons{
  line-height: 2.75em;
  height: 3em;
  padding: 0 2em;
} */

.cardHeadDetails{
  background-color: #014421 !important;
  color: white;
}

.subsectionHeader{
  color: rgb(128, 0, 0);
  font-weight: bold;
}

.cardHeaderDetails {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #014421 !important;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.hiddenelement{
  display: none;
}

.unsetcss{
  display:unset;
}

.boldtext {
  font-weight: 700 !important;
}

.boldertext {
  font-weight: bolder !important;
}

.text-gray{
  color: gray;
}

.text-notes{
  color: #777;
  font-style: italic;
  font-size: 90%;
}

.text-notes-span{
  color: #777;
  font-style: italic;
  font-size: 100%;
  text-align: left;
}

.text-notes-unit{
  color: black;
  font-style: italic;
  font-size: 100%;
  text-align: left;
}

.text-italic{
  color: black;
  font-style: italic;
  font-size: 100%;
}

.width-full{
  width: 100%;
}

.width-half{
  width: 50%;
}

.width-quarter{
  width: 25%;
}

.btn-edit{
  color: black !important;
  background-color: #fcc300;
  border-color: #b08800;
}

.btn-edit:hover {
  color: black ;
  background-color: #fcc300;
  border-color: #b08800;
  opacity: 0.7;
}

.btn-edit:focus,
.btn-edit.focus {
  color: black ;
  background-color: #fcc300;
  border-color: #b08800;
  box-shadow: 0 0 0 0.2rem #ffe89db9;
}

.btn-edit.disabled,
.btn-edit:disabled {
  color: black ;
  background-color: #fcc300;
  border-color: #b08800;
}

.btn-edit:not(:disabled):not(.disabled):active,
.btn-edit:not(:disabled):not(.disabled).active,
.show > .btn-edit.dropdown-toggle {
  color: black ;
  background-color: #fcc300;
  border-color: #b08800;
}

.btn-edit:not(:disabled):not(.disabled):active:focus,
.btn-edit:not(:disabled):not(.disabled).active:focus,
.show > .btn-edit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #b08800;
}

.status-done {
  background-color:green;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
}

.status-current {
  background-color:#800000;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
}

.status-tofollow {
  background-color:#ccc;
  color: black;
  border-radius: 0.5em;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
}


.status-underprocess {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 0.5em;
  padding: 0.75em 1em;
  margin: 0.75em 0;
}

.status-needsintervention {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 0.5em;
  padding: 0.75em 1em;
  margin: 0.75em 0;
}

.icon-right-padding {
  padding-right: 1em;
}

.custom-radio {
  font-weight: normal !important;
}


.colapse-folder {
  padding: 0.5em 2em;
  border-radius: 1em;
  border: 2px solid #bbb;
  background-color: white;
  margin-top: 1em
}

.width-third {
  width: 33%;
  display: inline-block;
}

.width-fourth {
  width: 25%;
  display: inline-block;
}


.page-carets {
  color:rgb(128, 0, 0);
  size: 150%;
}

.section-padding{
  padding: 0 1em;
}
 
.modal-padding{
  padding: 0 10%;
}

.flex-child{
  flex: 1;
}

.btn-sidepadding{
  padding-right: 1em;
  padding-left: 1em;
  max-width: 100%;
}

.debitcredittotals{
  color: darkgreen;
}

.text-underline{
  text-decoration: underline;
}

.form-rowpad{
  padding: 0.5em 0;
}

.maintenancediv{
  margin: 0 2em;
  padding: 2em 1em;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.login-accent-bar{
  width: 100vw;
  height: 1em;
  background: transparent;
  margin-bottom: 2em;
}

.login-main{
  margin: 0 auto;
  padding: 0 5vw;
}

.hangingindent-alerts{
  padding-left: 3em;
  text-indent: -1em;
}

.removemargin p{
  margin:0 !important;
}

