@font-face {
  font-family: 'Intro';
  src: url('../../fonts/IntroRegular_normal_normal.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: url('../../fonts/IntroSemiBold_normal_normal.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: FontAwesome;
  src: url(../../fonts/tu-fontawesome-webfont.ttf);
  font-weight: 400;
  font-style: normal
}
body {
  font-family: Intro, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
body.screening, body.results {
  background-color:#faf8f8;
}

/* container */
.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body.results .container {
  max-width:1200px;
  margin:auto;
}

/* header */
header {
  padding: 10px 40px;
}
header.pms {
  background-color: rgb(177, 9, 9);
}
header.screening {
  background-color: rgb(37, 9, 177)
}
header h1 {
  font-size: 22px;
  color: #ffffff;
}

/* article */
article {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: stretch;
  display: flex;
  align-items: stretch;
}

/* nav */
nav {
  background: #faf8f8;
  padding: 40px;
}
nav ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
nav ul li {
  font-size: 13px;
  padding: 2px 0;
  color: #666
}
nav ul li::before {
  content: "";
  border-color: transparent #666;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

/* section */
section {
  flex-grow: 1;
  padding: 40px;
}
section.screening {
  background: white;
  padding: 20px;
  margin: 10px;
  border: 1px solid #ccc;
}
section h2 {
  margin-top: 0;
  margin-bottom:0;
  font-size: 16px;
  color: #333;
}

/* col */
.col {
  flex-grow: 1;
}
.col.col-padding {
  padding-left: 30px;
}

/* row */
.row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
  gap:10px;
}
.row-screening {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: start;
  padding: 5px 0;
}
.row-top {
  align-items: start;
  flex-grow: 1;
}

/* forms */
label {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 13px;
}
input,
select {
  padding: 5px;
  font-size: 14px;
  font-family: Intro, Helvetica, Arial, sans-serif;

}
.label-fixed {
  width: 120px;
}
label.flex {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  justify-content: left;

}
.flex input,
.flex select {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
}
button {
  padding: 6px 12px;
  background-color: #efefef;
  border: #ddd 1px solid;
  cursor: pointer;
  font-size: 16px;
  border-radius:8px;
  font-family:Intro, Helvetica, Arial, sans-serif;
}
button:disabled {
cursor: not-allowed;
}

.buttons {
  margin-top: 10px;
}

.buttons button {
  margin-right: 10px;
}

.button-row {
  padding-top: 30px;
}

.button-row button {
  margin-right: 10px;
  margin-top: 10px;
}
body.results button {
  margin-top: 0px;
  padding: 17px 20px;
  font-size: 16px;
      line-height: 1em;
      color: #fff;
    background-color: #00A6CA;
    border-color: #00A6CA;
    font-weight:bold;
    border-radius:0;
}
body.results button:hover {
    color: #fff;
    background-color: #007c97;
    border-color: #00748d;
}

/* tabs */

.tab-section {
  margin: 10px;
  border: 1px solid #ccc;
  background-color: white;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.tabs button {
  flex: 1;
  padding: 10px 0;
  background-color: #eee;
  border: none;
  border-right: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
}

.tabs button.active {
  background-color: white;
  border-bottom: 2px solid white;
}

.tab-content-container {
  padding: 10px;
}

.tab-content {
  display: none;
}


/* table */

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 13px;
}
th,
td {
  padding: 3px;
  border-top: #ccc 1px solid;
}
#reporting th,
#reporting td {
  border: 1px solid #999;
  padding: 8px;
  text-align: center;
}
#reporting thead {
  background-color: #e0e0e0;
}
#appstatus td {
  font-size:14px;
}
#appstatus thead {
background-color:rgb(177, 9, 9);
color:#fff;
font-weight:bold;
}



.first-col {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.leasing-steps {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  background-color: #faf8f8;
}

.leasing-steps li {
  font-size: 13px;
  padding: 4px;
  color: #666
}

.leasing-steps .heading {
  background: #eee;
  font-weight: bold;
  font-size: 14px;
}

.leasing-steps .current {
  font-weight: bold;
  color: #000;
}

/* footer */
.footer {
  font-size:13px;
}

/* helpers */
.flex-fill {
  flex-grow: 1;
}
.full-width {
  width:100%;
}
.m-t-0 {
  margin-top:0!important;
}
.m-b-0 {
  margin-bottom:0!important;
}
.m-t-30 {
  margin-top:30px!important;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ccc;
}


/* toggle */
.toggle-content {
  display: none;
}
.toggle.open .toggle-content {
  display: block;
  padding-top:30px;
}
.toggle-header {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.toggle-header .arrow {
  margin-right: 10px;
  transition: transform 0.3s ease;
  color:#b4b4b4;
}
.toggle.open .toggle-header .arrow {
  transform: rotate(90deg);
}

/* close */
.close {
  text-align:right;
}

/* results alert */
.alert-pending {
    background-color: #006685;
    border-color: #006685;
    color: #ffffff;
}
.alert-accept {
  background-color: #008a00;
  border-color: #008a00;
  color: #ffffff;

}
.alert {
    padding: 15px 60px;
    font-size: 18px;
}
.center-white {
    text-align: center;
    color: #fff;
}

body.results h1 {
  font-size:18px;
}

body.results h2 {
  margin-top:30px;
  font-size:24px;
  margin-bottom:10px;
}
body.results .results-box {
    border: 1px solid #ccc;
    padding:20px;
}
.fa-large {
    font-size: 21px;
}
fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-clock-o:before, .tufa-clock-o:before, .tufa-clock:before {
    content: "\f017";
}