body {
  font-family: Calibri, sans-serif;
}

#banner {
  background: #57BBB6;
  height: 170px;
  width: 99%;
  position: relative;
}

#banner img {
  margin-left: 0;
  margin-right: auto;
  display: inline;
}

#user_status {
  right: 0;
  bottom: 0;
  position: absolute;
}

#pw_chg {
  visibility: hidden;
  right: 0;
  font-size: small;
  position: absolute;
  cursor: pointer;
}

#logout {
  visibility: hidden;
  right: 0;
  float: right;
  font-size: small;
  position: relative;
  top: 15px;
  cursor: pointer;
}

#doc {
  visibility: hidden;
  right: 0;
  float: right;
  font-size: small;
  position: relative;
  top: 30px;
}

#options {
  visibility: hidden;
  position: absolute;
}

#equip_proc {
  visibility: inherit;
}

#bulk_load_gl {
  visibility: inherit;
}

#bulk_load_gl span+span {
  right: 0;
  position: absolute;
}

#bulk_update_alloc {
  visibility: inherit;
}

#funding_source_maint {
  visibility: inherit;
}

#file_tag_maint {
  visibility: inherit;
}

#funding_sources {
  visibility: hidden;
  position: absolute;
  border: 1px solid black;
  background-color: white;
}

#file_tags {
  visibility: hidden;
  position: absolute;
  border: 1px solid black;
  background-color: white;
}

.checkmark {
  vertical-align: middle;
}

#equip_proc_search {
  box-sizing: border-box;
  background-image: url('../images/searchicon.png');
  /* background-position: 14px 12px; */
  padding: 0px 20px 0px 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

/* Links inside the dropdown */
.dropdown-content span {
  color: blue;
  cursor: pointer;
  padding: 12px 16px;
  text-decoration: underline;
  display: none;
}

#recip_org_search {
  box-sizing: border-box;
  background-image: url('../images/searchicon.png');
  /* background-position: 14px 12px; */
  padding: 0px 20px 0px 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

#recip_org {
  visibility: inherit;
}

#reports {
  visibility: inherit;
}

#user_search {
  box-sizing: border-box;
  background-image: url('../images/searchicon.png');
  /* background-position: 14px 12px; */
  padding: 0px 20px 0px 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

#users {
  visibility: inherit;
}

#user_detail {
  visibility: hidden;
  position: absolute;
}

.user {
  visibility: inherit;
}

#user_control {
  right: 0;
  bottom: 0;
  position: absolute;
}

#ro_detail {
  visibility: hidden;
  position: absolute;
  display: flex;
  column-gap: 40px;
  width: 100%;
}

.ro_column {
  flex: 50%;
}

.ro {
  visibility: inherit;
}

#ro_control {
  right: 20px;
  bottom: -30px;
  position: absolute;
}

#ro_org_contact {
  border: 1px solid black;
}

#ro_org_contact h1 {
  text-align: left;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#ro_org_contact h1 span {
  background-color: white;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

#ro_prim_contact {
  border: 1px solid black;
}

#ro_prim_contact h1 {
  text-align: left;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#ro_prim_contact h1 span {
  background-color: white;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

#ro_sec_contact {
  border: 1px solid black;
}

#ro_sec_contact h1 {
  text-align: left;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#ro_sec_contact h1 span {
  background-color: white;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

#ro_grant_letters {
  border: 1px solid black;
  width: 80%;
}

#ro_grant_letters h1 {
  text-align: left;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#ro_grant_letters h1 span {
  background-color: white;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

.grant_letter {
  padding-left: 1em;
  display: inline-block;
}

#ro_grant_letter {
  visibility: hidden;
  position: absolute;
}

#equip_ords {
  border: 1px solid black;
  width: 100%;
}

#cost_amt {
  text-align: right;
}

#alloc_amt {
  text-align: right;
}

#grant_at_parent {
  visibility: hidden;
  color: green;
}

#equip_ords h1 {
  text-align: left;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#equip_ords h1 span {
  background-color: white;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

#add_gl {
  visibility: inherit;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  vertical-align: bottom;
  background-image: url(../images/more.png);
  background-size:  20px 20px;
  margin-left: 1.5em;
}

.add_eo {
  visibility: inherit;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  vertical-align: bottom;
  background-image: url(../images/more.png);
  background-size:  20px 20px;
}

#gl_control {
  right: 20px;
  bottom: 10px;
  position: absolute;
}

#ep_report {
  float: right;
  right: 0;
  visibility: hidden;
}

#attribution {
  position: fixed;
  bottom: 0;
  float: left;
}

#add_ep {
  visibility: inherit;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  vertical-align: bottom;
  background-image: url(../images/more.png);
  background-size:  20px 20px;
}

#add_ro {
  visibility: inherit;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  vertical-align: bottom;
  background-image: url(../images/more.png);
  background-size:  20px 20px;
}

#add_user {
  visibility: inherit;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  vertical-align: bottom;
  background-image: url(../images/more.png);
  background-size:  20px 20px;
}

/* #inc_inactive {
  vertical-align: middle;
} */

#label_inc_inactive {
  padding-left: 10px;
}

#edit_control {
  border: 1px solid black;
  border-radius: 5px;
  visibility: hidden;
  vertical-align: bottom;
  position: absolute;
}

#edit_control img {
  visibility: inherit;
  height: 20px;
  vertical-align: bottom;
}

input[type='checkbox'] {
  vertical-align: middle;
}

#bf_ro_notes {
  width: 30em;
  height: 10em;
}

#bf_ro_website + a {
  visibility: hidden;
}

#bf_ro_website + a > img {
  visibility: hidden;
  height: 24px;
  width: 24px;
  vertical-align: bottom;
}

label[for='bf_ro_notes'] {
  vertical-align: top;
}

.error {
  color:red;
  font-weight: bold;
}

#bulk_list {
  visibility: hidden;
  position: absolute;
  width: 100%;
}

#bulk_list_col {
  visibility: inherit;
  display: flex;
  column-gap: 40px;
  position: absolute;
}

.bl_column {
  flex: 50%;
}

#bl_control {
  visibility: inherit;
  left: 20px;
  top: 0px;
  position: absolute;
}

#report {
  visibility: hidden;
  position: absolute;
  width: 99%;
}

#rpt_control {
  bottom: 0;
  float: right;
  position: fixed;
  right: 20px;
}

th {
  color: white;
  background-color: black;
  position: relative;
}

.odd {
  color: black;
  background-color: gray;
}

.even {
  color: black;
  background-color: lightgray;
}

.ll {
  position: absolute;
  background-image: url(../images/sort.png);
  bottom: 0;
  left: 0;
  height: 17px;
  width: 10px;
  border-radius: 8px;
  vertical-align: bottom;
  background-size:  13px 13px;
}

.lr {
  position: absolute;
  background-image: url(../images/close.png);
  bottom: 0;
  right: 0;
  height: 17px;
  width: 10px;
  border-radius: 8px;
  vertical-align: bottom;
  background-size:  13px 13px;
}

.enMoney::before {
  content: "$";
}

.enMoney {
  text-align: right;
}

.number {
  text-align: right;
}

.totals {
  font-weight: bold;
}

input[type='number']{
  width: 5em;
  text-align: right;
}

#label_inc_all_ro {
  visibility: hidden;
}

#inc_all_ro {
  visibility: hidden;
}

#bf_ro_inactive {
  margin-right: 4em;
}

#bf_ro_date_added {
  padding-right: 4em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}