html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Robotos", "Arial", sans-serif !important;
  font-size: 1rem !important;
  line-height: 120% !important;
  color: #333333;
  height: 100%;
  margin: 0;
  padding: 24px;
  max-height: 100%;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: none;
  background-size: cover;
  background-image: none;
  background: #f4f4f4;
}

.info-icon-space {
  padding-left: 24px !important;
}

*, div, section, wrapper, content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* make global */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lora-Bold", "Georgia";
  line-height: initial;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

blockquote {
  padding-left: 3em;
  font-style: italic;
}

.info {
  color: #5bc0de !important;
}

.success {
  color: #5cb85c !important;
}

.warning {
  color: #ff8500 !important;
}

.danger {
  color: #d9534f !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body, div, p {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
}

body.font-secondary, div.font-secondary, p.font-secondary {
  font-family: "Lora", "Georgia";
}
body.font-secondary b, body.font-secondary strong, body.font-secondary .bold, body.font-secondary .strong, div.font-secondary b, div.font-secondary strong, div.font-secondary .bold, div.font-secondary .strong, p.font-secondary b, p.font-secondary strong, p.font-secondary .bold, p.font-secondary .strong {
  font-family: "Lora-Bold", "Georgia";
}

b, strong, .bold, .strong {
  font-weight: 700;
}

em {
  font-family: 400i;
  font-weight: 400;
}

.flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.row {
  display: flex;
  flex-direction: column;
}

.grow {
  flex-grow: 2;
}

.shrink {
  flex-shrink: 2;
}

.columns {
  display: flex;
  flex-direction: column;
}
.columns .column {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .columns {
    flex-direction: row;
  }
  .columns .column {
    padding: 0 16px;
    width: 100%;
  }

  .columns-borders > .column {
    border-right: 1px solid #dbe2e9;
    /*&:not(:first-of-type){
    	padding-left: 16px;
    }*/
  }
  .columns-borders > .column:last-of-type {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
}
.button-tabs-ui .button-tabs button.selected {
  background: #5cb85c;
}
.button-tabs-ui .button-tabs-panel > * {
  display: none;
}
.button-tabs-ui .button-tabs-panel > *:first-of-type {
  display: block;
}

/*PRIMARY GA COLORS*/
/*SECONDARY GA COLORS*/
.th-primary {
  color: #bc1f52;
}

.th-secondary {
  color: #0f4876;
}

.th-tertiary {
  color: #fec524;
}

.lt-grey {
  color: #f0f3f5;
}

.med-grey {
  color: #dbe2e9;
}

.dk-grey {
  color: #353f43;
}

/*OPERATING COLORS*/
.primary {
  color: #0099FF;
}

.info {
  color: #5bc0de;
}

.normal {
  color: #333333;
}

.links {
  color: #0275d8;
}

.muted {
  color: #636c72;
}

.success {
  color: #5cb85c;
}

.info {
  color: #5bc0de;
}

.warning {
  color: #ff8500;
}

.danger {
  color: #d9534f;
}

input[type=submit],
button,
input[type=button],
.button,
.plupload_button,
.btn-default {
  font-family: "Roboto-Medium", "Arial", san-serif;
  background: #353f43;
  font-weight: normal;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1rem;
  padding: 5px 10px;
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  border: none;
}
input[type=submit]:hover,
button:hover,
input[type=button]:hover,
.button:hover,
.plupload_button:hover,
.btn-default:hover {
  transition: all 0.3s;
  background-color: #495256;
  background-color: rgba(53, 63, 67, 0.9);
  text-decoration: none;
  cursor: pointer;
}
input[type=submit]:disabled,
button:disabled,
input[type=button]:disabled,
.button:disabled,
.plupload_button:disabled,
.btn-default:disabled {
  background: #9cafc2;
}
input[type=submit]:disabled:hover,
button:disabled:hover,
input[type=button]:disabled:hover,
.button:disabled:hover,
.plupload_button:disabled:hover,
.btn-default:disabled:hover {
  transition: all 0.3s;
  background: #9cafc2;
}

button.info {
  color: #5bc0de;
  transition: all 0.3s;
  background: none !important;
  border: none;
  padding: 0px !important;
}
button.info:hover {
  color: #31b0d5;
}

.btn-primary {
  background: #0099FF;
}
.btn-primary:hover {
  background: #0081d6;
  transition: all 0.3s;
}
.btn-primary:active {
  background: #0068ad;
}

.btn-info {
  background: #5bc0de;
  background: #5bc0de;
}
.btn-info:hover {
  background: #39b3d7;
  transition: all 0.3s;
}
.btn-info:active {
  background: #279dc1;
}

.btn-success {
  background: #5cb85c;
}
.btn-success:hover {
  background: #47a447;
  transition: all 0.3s;
}
.btn-success:active {
  background: #3b873b;
}

.btn-warning {
  background: #ff8500;
}
.btn-warning:hover {
  background: #d67000;
  transition: all 0.3s;
}
.btn-warning:active {
  background: #ad5a00;
}

.btn-danger {
  background: #d9534f;
}
.btn-danger:hover {
  background: #d2322d;
  transition: all 0.3s;
}
.btn-danger:active {
  background: #b02a26;
}

.btn-theme-1 {
  background: #0f4876;
}
.btn-theme-1:hover {
  background: #0a3252;
  transition: all 0.3s;
}
.btn-theme-1:active {
  background: #061c2e;
}

.btn-theme-2 {
  background: #bc1f52;
}
.btn-theme-2:hover {
  background: #991943;
  transition: all 0.3s;
}
.btn-theme-2:active {
  background: #761333;
}

.btn-theme-3 {
  background: #fec524;
}
.btn-theme-3:hover {
  background: #f8b801;
  transition: all 0.3s;
}
.btn-theme-3:active {
  background: #cf9901;
}

.button-text-only, .button-text-only-icon, .button-icon-only {
  background: none !important;
  color: #333333;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-transform: none;
  white-space: normal;
}
.button-text-only .fa, .button-text-only-icon .fa, .button-text-only .fas, .button-text-only-icon .fas, .button-text-only .fal, .button-text-only-icon .fal, .button-text-only .fab, .button-text-only-icon .fab, .button-text-only .far, .button-text-only-icon .far, .button-icon-only .fa, .button-icon-only .fas, .button-icon-only .fal, .button-icon-only .fab, .button-icon-only .far {
  color: #0f4876;
  top: 0px;
}
.button-text-only:hover, .button-text-only-icon:hover, .button-icon-only:hover {
  transition: all 0.3s;
  color: #333333;
  opacity: 0.85;
}

.button-text-only-icon {
  position: relative;
  padding-left: 24px;
}
.button-text-only-icon .fa, .button-text-only-icon .fas, .button-text-only-icon .fal, .button-text-only-icon .fab, .button-text-only-icon .far {
  position: absolute;
  left: 2px;
}

.ab-lt, .ab-dk {
  background: none;
  padding: 4px;
  background-repeat: no-repeat;
  background-size: 0% 0%;
  background-position: 50% 50%;
  transition: all 0.1s;
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ab-lt {
  color: #FFFFFF;
}

.ab-lt:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) !important;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0);
}

.ab-dk {
  color: #333333;
}

.ab-dk:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0);
}

.circle-btn {
  top: 0px;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}
.circle-btn i {
  position: relative;
}

table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}
table thead tr th {
  color: #FFFFFF;
  background: #353f43;
  border-collapse: collapse;
  border: 1px solid #353f43;
  padding: 4px;
  font-weight: 600;
  font-size: 16px;
}
table tbody tr td {
  border-collapse: collapse;
  border: none;
  padding: 4px;
  font-size: 16px;
}
table tfoot tr th, table tfoot tr td {
  border-collapse: collapse;
  border: none;
  padding: 4px;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}

table.clearTable tbody tr th, table.clearTable tbody tr td, table.clearTable thead tr th, table.clearTable thead tr td, table.clearTable tfoot tr th, table.clearTable tfoot tr td {
  border: none;
  padding: 4px !important;
  vertical-align: top;
  background: none !important;
}
table.clearTable thead tr th {
  color: #353f43;
  font-weight: 700;
}

table.column > thead tr {
  background: #353f43;
}
table.column > thead tr th {
  border: none;
  border-left: 1px solid #353f43;
  border-bottom: 1px solid #353f43;
}
table.column > thead tr th:last-of-type {
  border-right: 1px solid #353f43 !important;
}
table.column > tbody tr td {
  border: none;
  border-left: 1px solid #dbe2e9;
}
table.column > tbody tr td:last-of-type {
  border-right: 1px solid #dbe2e9 !important;
}
table.column > tbody tr:first-of-type td {
  border-top: 1px solid #dbe2e9 !important;
}
table.column > tbody tr:last-of-type td {
  border-bottom: 1px solid #dbe2e9 !important;
}
table.column tfoot tr th, table.column tfoot tr td {
  border-left: 1px solid #dbe2e9;
  border-bottom: 1px solid #dbe2e9 !important;
}
table.column tfoot tr th:last-of-type, table.column tfoot tr td:last-of-type {
  border-right: 1px solid #dbe2e9 !important;
}

.underlineRow > tbody > tr, .add-row > tbody > tr, .rowTable > tbody > tr {
  border-bottom: 1px solid #dbe2e9;
}
.underlineRow > tbody > tr td, .add-row > tbody > tr td, .rowTable > tbody > tr td {
  padding: 4px;
  font-size: 0.85rem;
}

table.striped > tbody > tr:nth-of-type(even), table.add-row > tbody > tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}

table.double-striped > tbody > tr:nth-child(4n-2), table.double-striped > tbody > tr:nth-child(4n-3) {
  background: rgba(0, 0, 0, 0.05);
}

table.border-table > tbody tr td, table.border-table > tbody tr th, table.border-table tfoot tr td, table.border-table tfoot tr th {
  border: 1px solid #dbe2e9;
}

table.expand-table {
  width: 100%;
}
table.expand-table > thead {
  background: #353f43;
}
table.expand-table > thead tr th {
  color: #FFFFFF;
  white-space: nowrap;
  text-align: left;
}
table.expand-table > tbody {
  border-bottom: 1px solid #dbe2e9;
}
table.expand-table > tbody > tr {
  background: #FFFFFF;
  cursor: pointer;
  border-top: 1px solid #dbe2e9;
}
table.expand-table > tbody > tr:nth-child(4n-2), table.expand-table > tbody > tr:nth-child(4n-3) {
  background: #f0f3f5;
}
table.expand-table > tbody .details, table.expand-table > tbody .accordion {
  display: table-row;
  border-top: none;
}
table.expand-table td, table.expand-table th {
  padding: 4px;
}
table.expand-table td .arrow, table.expand-table th .arrow {
  color: #353f43;
  cursor: pointer;
}
table.expand-table td .arrow:hover, table.expand-table th .arrow:hover {
  color: #5cb85c;
}

.responsive-table-on > thead {
  display: none;
}
.responsive-table-on > tbody > tr {
  display: block;
  padding: 8px;
  position: relative;
  width: 100%;
  margin-bottom: -1px;
}
.responsive-table-on > tbody > tr > td {
  display: block;
  width: 100%;
}
.responsive-table-on > tbody > tr > td.top-right-cell {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.responsive-table-on > tbody > tr > td.top-right-cell a[role=button] {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
  order: 2;
}
.responsive-table-on > tbody > tr > td.top-right-cell a.arrow[role=button] {
  order: 1;
}

.max-cell {
  overflow: hidden;
  max-width: 120px;
  white-space: nowrap;
  cursor: pointer;
}

.max-cell-ellipsis {
  text-overflow: ellipsis;
}

.column-index-select thead th {
  text-align: left;
}
.column-index-select th.checkbox-column, .column-index-select td.checkbox-column {
  padding-right: 3px !important;
}

.add-row thead tr th {
  text-align: left;
}
.add-row tbody tr:first-of-type {
  background: #FFFFFF;
}
.add-row tbody tr td input[readonly] {
  border: none !important;
  padding: 0px !important;
  color: #333333 !important;
  background: none !important;
}

th.sortable {
  vertical-align: middle;
}
th.sortable:hover {
  background: #4c5a5f;
}
th.sortable .sortable-label {
  position: relative;
  padding-right: 18px !important;
  cursor: pointer;
}
th.sortable .sortable-label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 16px;
  position: absolute;
  right: 4px;
  color: #fec524;
  top: calc(50% - 7px);
}

th.sortable-a {
  position: relative;
  padding-right: 18px !important;
  cursor: pointer;
  background: #bc1f52;
}
th.sortable-a:hover {
  background: #d2235c;
}
th.sortable-a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 16px;
  position: absolute;
  right: 4px;
  color: #fec524;
  top: calc(50% - 7px);
}

th.sortable-b {
  position: relative;
  padding-right: 18px !important;
  cursor: pointer;
  background: #0f4876;
}
th.sortable-b:hover {
  background: #12568d;
}
th.sortable-b::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 16px;
  position: absolute;
  right: 4px;
  color: #fec524;
  top: calc(50% - 7px);
}

input[type=text],
textarea,
select,
option,
number,
input[type=password],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
input[type=month],
input[type=week],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel] {
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Roboto", "Arial", sans-serif;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #9cafc2;
  background-color: #FFFFFF;
  height: 26px;
}
input[type=text].placeholder,
textarea.placeholder,
select.placeholder,
option.placeholder,
number.placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=email].placeholder,
input[type=number].placeholder,
input[type=search].placeholder,
input[type=month].placeholder,
input[type=week].placeholder,
input[type=date].placeholder,
input[type=datetime].placeholder,
input[type=datetime-local].placeholder,
input[type=tel].placeholder {
  color: #9cafc2;
}
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
option:-moz-placeholder,
number:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  color: #9cafc2;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
option::-moz-placeholder,
number::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #9cafc2;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder,
number::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #9cafc2;
}

input[type=date] {
  font-size: 11px !important;
  font-family: "Roboto", "Arial", sans-serif;
  border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #9cafc2;
  line-height: 16px;
  height: 26px;
}

input[type=date]::-webkit-clear-button {
  font-size: 11px;
  position: relative;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  font-size: 11px;
}

input[type=text], input[type=number], textarea {
  border: 1px solid #9cafc2;
}

select {
  border: 1px solid #9cafc2;
  box-sizing: border-box;
  padding-right: 16px !important;
  background-image: url(../img/arrow-down.png);
  background-position: center right;
  background-repeat: no-repeat;
  height: 26px;
}

textarea {
  padding: 4px;
  line-height: 1.1em;
}

input[type=text]:disabled, input[type=number]:disabled, select:disabled {
  background: #e1e7eb;
}

input.is-valid {
  border-color: #5cb85c;
  color: #5cb85c;
}

input.ui-state-error {
  border-color: #d9534f;
  color: #d9534f;
}

.required:before {
  font-family: FontAwesome;
  content: "";
  color: #d9534f;
  font-size: 0.5rem;
  position: relative;
  top: -4px;
  margin-left: -8px;
}

fieldset {
  border: 1px solid #dedede;
  margin: 0;
  padding: 16px;
  /*ul{
      list-style: none;
      margin: 0px;
      padding:0px;
  }*/
}

fieldset legend {
  font-weight: bold;
  color: #0f4876;
  padding: 4px;
  margin-left: -8px;
}

fieldset.no-border-fieldset {
  border: none;
  padding: 8px 0;
  margin-bottom: 16px;
}
fieldset.no-border-fieldset legend {
  color: #353f43;
  margin-left: 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: normal;
}

.checkbox-list, .radio-list {
  padding: 0 0 0 18px;
  margin: 0;
}
.checkbox-list li, .radio-list li {
  position: relative;
  margin-bottom: 4px;
}
.checkbox-list li input[type=checkbox], .checkbox-list li input[type=radio], .radio-list li input[type=checkbox], .radio-list li input[type=radio] {
  position: absolute;
  left: -18px;
  margin: 2px;
  top: 1px;
}
.checkbox-list li button.info, .radio-list li button.info {
  position: absolute;
  left: -40px !important;
  top: 0px;
}

.check-select-wrapper {
  display: inline-block;
  min-width: 234px;
  max-width: 320px;
  position: relative;
}
.check-select-wrapper .check-select {
  width: 100%;
  display: flex;
}
.check-select-wrapper .check-select .check-select-input {
  height: 24px;
  padding: 2px 4px;
  width: 100%;
}
.check-select-wrapper .check-select .check-select-button {
  height: 24px;
  width: 30px;
  position: relative;
  left: -4px;
  margin-bottom: 0px;
  border-radius: 0px 3px 3px 0px;
}
.check-select-wrapper .check-select .check-select-button i {
  position: relative;
  top: -1px;
}
.check-select-wrapper .check-select-list {
  position: absolute;
  z-index: 1;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 16px;
  border: 1px solid #b9b9b9;
}
.check-select-wrapper .check-select-list li {
  display: block;
  margin-bottom: 6px;
  line-height: 1.1em;
}
.check-select-wrapper .check-select-list li label {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.check-select-wrapper .check-select-list li label input[type=checkbox] {
  position: absolute;
  left: 0px;
}
@media (min-width: 600px) {
  .check-select-wrapper .check-select-list {
    max-height: 280px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 5px 5px 5px #888888;
  }
}

.slider .slider-values-wrapper {
  display: flex;
  align-items: center;
}
.slider .slider-values-wrapper .slider-values {
  flex-grow: 2;
  margin-left: 4px;
  background: none;
  border: none;
}
.slider .sliderRadioDiv {
  display: flex;
  align-items: center;
}
.slider .sliderRadioDiv .slider-bar {
  flex-grow: 2;
  margin-right: 16px;
}
.dd-add-table {
  position: relative;
}
.dd-add-table .dd-add-table-select-list {
  position: absolute;
  z-index: 1;
  padding: 0px;
  border: 1px solid #b9b9b9;
  margin: 0px;
  background: #FFFFFF;
  list-style-type: none;
  max-height: 200px;
  min-width: 160px;
  overflow-y: auto;
}
.dd-add-table .dd-add-table-select-list li {
  padding: 3px 6px;
  cursor: pointer;
}
.dd-add-table .dd-add-table-select-list li:hover {
  background: #f0f3f5;
}
.dd-add-table .dd-add-table-select-list li:first-of-type {
  padding-top: 6px;
}
.dd-add-table .dd-add-table-select-list li:last-of-type {
  padding-bottom: 6px;
}
.pills label {
  font-size: 12px !important;
  display: block;
  border-radius: 3px;
  margin: 6px 6px 0 0;
  padding: 3px;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
}
.pills label:last-of-type {
  margin-right: 0px;
}
.pills label .icon {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px 0px 0 3px;
}
.pills label .badge {
  font-size: 11px;
  padding: 0px 4px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.dd-badges {
  width: 100%;
}
.dd-badges .dd-badges-current-value {
  cursor: pointer;
  width: 100%;
  min-width: 120px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #9cafc2;
  padding: 4px;
  box-sizing: border-box;
  padding-right: 16px !important;
  background-image: url(../img/arrow-down.png);
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
.dd-badges .dd-badges-current-value .dd-badges-current-value-input {
  position: absolute;
  left: 0px;
  top: 0px;
  background: none;
  padding-right: 12px !important;
  border: none;
}
.dd-badges .dd-badges-list {
  display: none;
  background: #FFFFFF;
  border: 1px solid #9cafc2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  max-height: 232px;
  z-index: 1;
  padding: 8px;
}
.dd-badges .dd-badges-list ul {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.dd-badges .dd-badges-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  cursor: pointer;
}
.dd-badges .dd-badges-list ul li label {
  line-height: 22px;
  color: #999999;
  cursor: pointer;
}
.dd-badges .dd-badges-list ul li .badge {
  border-radius: 2px;
  background: #0099FF;
  color: #FFFFFF;
  padding: 2px;
  font-size: 12px;
  max-width: 60px;
  min-width: 24px;
  margin-left: 16px;
  text-align: center;
}
.dd-badges .dd-badges-list ul li:hover label {
  color: #353f43;
}
.dd-badges .dd-badges-list ul li.selected {
  background: #dbe2e9;
}
.dd-badges .dd-badges-list ul li.selected label {
  color: #353f43;
}
.dd-badges .dd-badges-list ul li.selected:hover label {
  color: #353f43;
}

.percent {
  position: relative;
  width: max-content;
}
.percent:after {
  content: "%";
  color: #353f43;
  font-family: "Lora-Bold", "Georgia";
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
}

.price {
  position: relative;
  width: max-content;
}
.price:before {
  content: "$";
  color: #353f43;
  font-family: "Lora-Bold", "Georgia";
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
}
.price > input {
  padding-left: 1em;
}

#searchBreadcrumbs {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  min-height: 33px;
}
#searchBreadcrumbs #breadcrumbLists {
  visibility: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbe2e9;
  padding: 0 0 4px 0;
}
#searchBreadcrumbs #breadcrumbLists #breadCrumbClear {
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 2px 4px;
  margin: 0 4px 4px 0;
}
#searchBreadcrumbs #breadcrumbLists li {
  display: inline;
  font-size: 0.8rem;
  padding: 2px 4px;
  margin: 0 4px 4px 0;
  cursor: pointer;
  border-radius: 3px;
  background: #dbe2e9;
}
#searchBreadcrumbs #breadcrumbLists li:after {
  font-family: FontAwesome;
  content: " ";
  color: #d9534f;
}
#searchBreadcrumbs #breadcrumbLists li:hover {
  background: #ebeff3;
}

.iconList {
  padding-left: 24px;
}
.iconList .fa, .iconList .fas, .iconList .fal, .iconList .fab, .iconList .far {
  margin-left: -20px;
}
.iconList li {
  margin-bottom: 0.5em;
  list-style: none;
}

.spin_div {
  background: #000 url("../img/spinner.gif") no-repeat center center;
  opacity: 0.5;
  filter: opacity(50%);
  z-index: 1000;
}

#header {
  width: 100%;
}

#logo a, #logo h1 {
  display: inline-block;
  vertical-align: middle;
}

#header nav {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #0f4876;
  position: relative;
  height: 24px;
}
#header nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  text-decoration: none;
  margin-right: 24px;
  transition: color 0.5s ease;
}
#header nav a:hover {
  color: white;
}
#header nav a.selected {
  color: #FFFFFF;
}
#header nav a.selected:hover {
  color: #FFFFFF;
}

#licensure-portal-contact-request-holder {
  width: 500px;
  box-sizing: border-box;
}
#licensure-portal-contact-request-holder input, #licensure-portal-contact-request-holder select, #licensure-portal-contact-request-holder textarea {
  box-sizing: border-box;
}

#request-for-contact-table {
  background: #FFF;
  padding: 0.4em;
  text-align: left;
  font-size: 0.8em;
}
#request-for-contact-table td, #request-for-contact-table th {
  vertical-align: top;
}
#request-for-contact-table input, #request-for-contact-table textarea {
  width: 100%;
  margin-bottom: 10px;
}

.requiredCheck {
  background: #f2a58c none repeat scroll 0 0;
  border: 1px solid #d9534f;
}

.requiredCheck::-webkit-input-placeholder {
  color: #d9534f;
}

.requiredCheck:-moz-placeholder {
  color: #d9534f;
}

.requiredCheck::-moz-placeholder {
  color: #d9534f;
}

.requiredCheck:-ms-input-placeholder {
  color: #d9534f;
}

.required {
  color: #d9534f;
}

#application-header-bar {
  display: flex;
  background: #dbe2e9;
  padding: 4px 8px;
  min-height: 50px;
  margin-bottom: 20px;
}
#application-header-bar a {
  margin: 5px 10px 5px 0px;
  border-radius: 4px;
  padding: 10px 15px;
}
#application-header-bar a:link, #application-header-bar a:visited {
  color: #0099FF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
#application-header-bar a:hover, #application-header-bar a:active {
  background-color: #eeeeee;
}

.selected_header:link, .selected_header:visited {
  background-color: #0099FF !important;
  color: #FFFFFF !important;
  border-color: #0099FF !important;
}

.disabled_header {
  background-color: #d9d9d9 !important;
  color: #808080 !important;
}

#licensure-portal-application {
  width: 800px;
  box-sizing: border-box;
  margin-right: 50px;
}
#licensure-portal-application th {
  text-align: left;
}
#licensure-portal-application input:not([type=checkbox]):not([type=radio]), #licensure-portal-application textarea, #licensure-portal-application table:not(.report-widget-table) {
  width: 100%;
}
#licensure-portal-application input:not([type=checkbox]):not([type=radio]), #licensure-portal-application textarea {
  width: 100%;
}
#licensure-portal-application .certification input:not([type=checkbox]):not([type=radio]) {
  width: 300px;
}

#licensure-portal-calculator {
  width: 400px;
}
#licensure-portal-calculator td {
  vertical-align: top;
  width: 33%;
}
#licensure-portal-calculator th {
  text-align: left;
}
#licensure-portal-calculator input {
  width: 100%;
}
#licensure-portal-calculator input {
  box-sizing: border-box;
}

.calc_total {
  margin-bottom: 5px;
}

.utilityButtons {
  text-align: right;
}

.retention_table input {
  margin: 0px !important;
}

#program-faculty-form-holder {
  width: 400px;
  padding-right: 0 4px;
}
#program-faculty-form-holder td {
  vertical-align: top;
  width: 33%;
}
#program-faculty-form-holder th {
  text-align: left;
}
#program-faculty-form-holder input:not([type=radio]) {
  width: 100%;
}
#program-faculty-form-holder input {
  box-sizing: border-box;
}

.faculty_detail_table {
  border: 1px solid #000000;
}
.faculty_detail_table input {
  margin: 0px !important;
}
.faculty_detail_table th {
  background-color: #bebebe;
}

#degree_table td:first-child, #degree_table th:first-child {
  width: 65% !important;
}

#course_table td:nth-child(even), #course_table th:nth-child(even) {
  width: 70% !important;
}

.faculty_table {
  border: 1px solid #000000;
}
.faculty_table tr:nth-child(even) {
  background-color: #bebebe;
}
.faculty_table td {
  border: 1px solid #000000;
}

#licensure-portal-application-documents {
  width: 800px;
  box-sizing: border-box;
}

#application-upload-form-holder {
  width: 500px;
  min-height: 300px;
  box-sizing: border-box;
}
#application-upload-form-holder input {
  width: 100%;
}

#application-comments {
  width: 300px;
  border: 1px solid #000000;
}

#comment-heading {
  margin: 0px;
  width: 100%;
  background-color: #bebebe;
  font-size: 18px;
  padding: 2px;
  font-family: sans-serif;
}

#existing-application-comments {
  max-height: 300px;
  border-bottom: 2px dashed #000000;
  overflow-y: auto;
  margin-bottom: 10px;
}

#new-application-comment-holder {
  padding: 0px 8px;
  margin-bottom: 100px;
}
#new-application-comment-holder textarea {
  box-sizing: border-box;
  height: 200px;
}

#handle-doc-description {
  border-bottom: 2px dashed #000000;
  margin: 0px 0px 10px 0px;
}

#handle-doc-form-holder {
  width: 600px;
}

.fa-star {
  color: #d9534f;
}

#application-site-visit-form-holder {
  width: 600px;
}

.site_visit_program {
  border: 1px solid #000000;
  margin: 10px 0px;
}

.site_visit_header {
  font-size: 18px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 5px 5px;
}

.site_visit_reviewer_holder {
  max-height: 300px;
  overflow-y: auto;
}

.site_visit_reviewer_table th {
  background-color: #bebebe;
  text-align: left;
}

#manage-reviewers-form-holder {
  width: 500px;
  text-align: left;
}
#manage-reviewers-form-holder table tr {
  border: 1px solid #000000;
}
#manage-reviewers-form-holder table tr:first-child {
  background-color: #000000;
  color: #FFFFFF;
}
#manage-reviewers-form-holder table tr:nth-child(even) {
  background-color: #bebebe;
}
#manage-reviewers-form-holder table tr td {
  border: 1px solid #000000;
}
#manage-reviewers-form-holder table tr td, #manage-reviewers-form-holder table tr th {
  padding: 2px;
}

#reviewer-list {
  margin: 10px 0px;
}

.filterBar {
  margin: 1em 0px;
  padding: 3px 0px;
  background-color: #bebebe;
  border: 1px solid #737373;
}

.filter {
  display: inline-block;
  margin: 0px 10px;
}

.filterHeading {
  font-weight: bold;
  font-size: 18px;
}

.institution_header {
  color: #0099FF;
  font-size: 18px;
}

#licensure-manage-requests {
  text-align: left;
}

.request-holder {
  margin: 20px 0px;
}
.request-holder table tr {
  width: 100%;
  border: 1px solid #000000;
}
.request-holder table tr:first-child {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
}
.request-holder table tr th {
  width: 100%;
  padding: 2px;
}
.request-holder table tr td {
  padding: 2px;
}

.campus-application-header {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
  padding: 5px 5px;
}

.campus-application-holder {
  margin: 20px 0px;
}
.campus-application-holder table {
  border: 1px solid #000000;
}
.campus-application-holder table tr:first-child {
  background-color: #bebebe;
}
.campus-application-holder table tr:nth-child(even) {
  background-color: #e6e6e6;
}
.campus-application-holder table tr tr, .campus-application-holder table tr td {
  padding: 2px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.campus-application-holder table tr td:last-child {
  white-space: nowrap;
}

.navbar a:link, .navbar a:visited {
  background-color: #90260d;
  color: #FFFFFF;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #461207;
  font-family: arial;
}
.navbar a:link:hover, .navbar a:link:active, .navbar a:visited:hover, .navbar a:visited:active {
  background-color: #cf4517;
}

.campusWorkLink:link, .campusWorkLink:visited {
  display: inline-block;
  padding: 3px;
  margin: 2px;
  font-size: 18px;
  color: #0099FF;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 4px;
  box-sizing: border-box;
}
.campusWorkLink:link:hover, .campusWorkLink:link:active, .campusWorkLink:visited:hover, .campusWorkLink:visited:active {
  color: #FFFFFF;
  background-color: #0099FF;
}

.workLink:link, .workLink:visited {
  font-size: 18px;
  color: #90260d;
  text-decoration: none;
}
.workLink:link:hover, .workLink:link:active, .workLink:visited:hover, .workLink:visited:active {
  color: #cf4517;
}

.dashboard {
  width: 800px;
}

#wf-program-list {
  border: 1px solid #000000;
  margin: 20px 0px;
  text-align: left;
}
#wf-program-list tr::nth-child(even) {
  background-color: #e6e6e6;
}
#wf-program-list tr th {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px;
  font-size: 0.9em;
}
#wf-program-list tr td {
  padding: 2px 5px;
}

.repository-row {
  padding: 5px !important;
  background-color: #000000 !important;
  color: white !important;
  text-align: right !important;
  text-decoration: none !important;
}

#reviewer-list {
  border: 1px solid #000000;
  margin: 20px 0px;
  text-align: left;
  max-height: 300px;
  overflow-y: auto;
}
#reviewer-list tr:first-child {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 2px;
  font-size: 18px;
}
#reviewer-list tr:nth-child(even) {
  background-color: #bebebe;
}

.grid {
  border: 1px solid #000000;
  text-align: left;
  margin: 20px 0px;
}
.grid tr:nth-child(even) {
  background-color: #bebebe;
}
.grid tr th {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 3px;
}
.grid tr td {
  padding: 3px;
}

#review-docs-holder {
  padding: 0px 10px;
  margin-bottom: 100px;
}

.reviewDocsSection {
  margin: 20px 0px;
}

.campus-app-table {
  text-align: left;
}
.campus-app-table a {
  text-decoration: none;
}

.reviewDoc {
  font-weight: bold;
}

.new_request:link, .new_request:visited {
  border: 1px solid #357935;
  background-color: #5cb85c;
  color: #FFFFFF;
  transition: background-color 0.5s ease;
}
.new_request:link:hover, .new_request:link:active, .new_request:visited:hover, .new_request:visited:active {
  background-color: #357935;
}

#ext-login-form {
  width: 600px;
  height: 500px;
}
#ext-login-form input, #ext-login-form table, #ext-login-form select {
  width: 100%;
}

#forgotList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#forgotList li {
  margin: 5px 0px;
}

#licensure-reviewer-form-holder {
  width: 800px;
}
#licensure-reviewer-form-holder input, #licensure-reviewer-form-holder textarea, #licensure-reviewer-form-holder select {
  width: 100%;
}
#licensure-reviewer-form-holder tr td {
  text-align: left;
}
#licensure-reviewer-form-holder tr th {
  text-align: left;
  width: 125px;
}

#reviewer-app-programs {
  width: 800px;
}

.reviewer-programs-table {
  text-align: left;
  border: 1px solid #000000;
}
.reviewer-programs-table tr, .reviewer-programs-table th, .reviewer-programs-table td {
  border: 1px solid #000000;
}
.reviewer-programs-table th, .reviewer-programs-table td {
  padding: 5px;
}
.reviewer-programs-table th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

#reviewer-app-programs-holder {
  margin-bottom: 10px;
}

#reviewer-upload-form-holder {
  width: 500px;
}

#reapply-for-app-holder {
  width: 600px;
}

.lp_table tr, .lp_table .lp_table th, .lp_table .lp_table td {
  border: 1px solid #000000;
}
.lp_table th, .lp_table td {
  padding: 5px;
  text-align: left;
}
.lp_table th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

#app-fee-header {
  text-align: left;
  margin-bottom: 20px;
}

#fee_header {
  text-align: left;
  margin: 20px 0px;
}

#fee_header span {
  display: inline-block;
  font-size: 18px;
}

.fee_title {
  font-weight: bold;
}

#fee-status {
  cursor: pointer;
}

.count {
  font-size: 1.5em;
  font-weight: bold;
  color: #d9534f;
  display: inline-block;
  margin: 5px 5px 5px 0px;
}

button.fa {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
}

.fa-toggle-off {
  color: #d9534f;
  font-size: 1.2rem;
  line-height: 21px;
}

.fa-toggle-on {
  color: #5cb85c;
  font-size: 1.2rem;
  line-height: 21px;
}

fa-spin {
  font-size: 1.2rem;
  line-height: 21px;
}

#faculty_matrix {
  float: right;
}
#faculty_matrix:link, #faculty_matrix:visited {
  color: #cf4517 !important;
  text-decoration: none;
}
#faculty_matrix:link:hover, #faculty_matrix:link:active, #faculty_matrix:visited:hover, #faculty_matrix:visited:active {
  color: #D96A45 !important;
}

.tabs {
  height: 35px;
}
.tabs ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
.tabs ul li a {
  height: 35px;
  margin-right: 4px;
  border-radius: 3px 3px 0 0;
  padding: 4px 8px 0px 8px;
  text-decoration: none;
  color: #666;
  font-weight: bold;
  position: relative;
  border-bottom: none;
  display: block;
  float: left;
}
.tabs ul li a:hover {
  color: #333;
}
.tabs ul li a.selected, .tabs ul li a.selected:hover {
  border-bottom: none;
  background-color: #dbe2e9;
  color: #000;
  height: 35px !important;
  filter: none;
}

.tabbedContent {
  padding: 24px;
  background-color: #dbe2e9;
}

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

.wf_actions {
  background-color: #90260d;
  border: 1px solid #000000;
  margin: 10px 0px;
  text-align: left;
  padding: 0px 5px;
}
.wf_actions form {
  display: inline-block;
  margin: 5px 5px;
}
.wf_actions span {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
}

.ar_table {
  margin: 20px 0px;
  border-collapse: collapse;
}
.ar_table th, .ar_table td {
  border: 1px solid #000000;
}
.ar_table th {
  text-align: center;
}
.ar_table td, .ar_table th {
  padding: 2px;
}
.ar_table input {
  margin: 0px !important;
}

.fyth {
  width: 4em !important;
}

.address_table {
  border-collapse: collapse;
}
.address_table tr, .address_table td {
  padding: 0px;
  border: none;
}

#annual-report-main-info th {
  text-align: left;
  width: 20%;
}

#licensure-portal-annual-report {
  box-sizing: border-box;
}
#licensure-portal-annual-report h2 {
  box-sizing: border-box;
}
#licensure-portal-annual-report input:not([type=radio]):not([type=checkbox]), #licensure-portal-annual-report textarea, #licensure-portal-annual-report table, #licensure-portal-annual-report select {
  width: 100%;
}

legend {
  font-weight: bold;
  font-size: 1.1em;
}

fieldset {
  margin-bottom: 30px;
}

.ar_list {
  clear: both;
}

.stuck {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0 !important;
}

#wf_header {
  width: 100%;
}

.stuckDialog {
  position: fixed;
}

.fixed-dialog {
  position: fixed !important;
  top: 50px;
  left: 50px;
}

#existing-comments {
  height: 300px !important;
  overflow: auto;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  background-color: #e2e2e2;
}
#existing-comments span {
  color: #636363;
  font-size: 0.75em;
  margin-left: 10px;
}

.comment {
  font-size: 0.85em;
  padding: 5px 5px 10px 5px;
  margin: 0 10px 20px 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comment:nth-child(odd) {
  background-color: #FFFFFF;
}
.comment:nth-child(even) {
  background-color: #a5a5a5;
}

.filterList {
  max-height: 200px;
  overflow-y: auto;
}

.filterBar {
  padding: 5px;
}
.filterBar td, .filterBar th {
  padding: 2px;
}
.filterBar td:first-child, .filterBar th:first-child {
  width: 25px;
  text-align: center;
}
.filterBar td {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.filterBar th {
  background-color: #000000;
  color: #FFFFFF;
}

.adminReportFilter {
  margin-bottom: 10px;
}

.no_match {
  display: none;
}

#selected_insts_holder {
  max-height: 200px;
  overflow-y: auto;
}

.inst-selected {
  display: none;
}

#status-filter {
  background: #000000 none repeat scroll 0 0;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 5px 10px;
  width: 100%;
}

.admin-filter-heading {
  font-weight: bold;
}

.adminReportFilter {
  margin-bottom: 20px;
}

.filter-control-button {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #b9b9b9;
  margin: 0 4px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.filter-control-button:hover {
  background: #000000 !important;
  color: white !important;
}

#returned-reasons-holder {
  background-color: #fec524;
  margin: 20px 0px;
  padding: 10px;
}

#reason-table tr:first-child {
  border: none !important;
}

.admin-campus-table tr:last-child {
  border-bottom: none;
}

#institution-info-table {
  text-align: left;
}
#institution-info-table th {
  width: 250px;
}
#institution-info-table input:not([type=checkbox]) {
  width: 100%;
}

.center {
  text-align: center !important;
}

.admin-annual-report-table tr:last-child {
  border-bottom: none;
}
.admin-annual-report-table tr:nth-child(even) {
  background-color: #e6e6e6;
}
.admin-annual-report-table tr td, .admin-annual-report-table tr th {
  border: 1px solid #000000;
}
.admin-annual-report-table tr td:first-child, .admin-annual-report-table tr th:first-child {
  border-left: none;
}
.admin-annual-report-table tr td:last-child, .admin-annual-report-table tr th:last-child {
  border-right: none;
}
.admin-annual-report-table tr th {
  background-color: #bebebe;
  padding: 3px;
}
.admin-annual-report-table tr td {
  vertical-align: middle;
  font-size: 12px;
}

.admin-annual-report-table-holder {
  max-height: 300px;
  overflow-y: auto;
}

.institution-table tr td:first-child, .institution-table tr .institution-table th:first-child {
  border: 1px solid #000000;
}
.institution-table tr td:first-child:first-child, .institution-table tr .institution-table th:first-child:first-child {
  width: 30px;
}
.institution-table tr td:first-child:nth-child(2), .institution-table tr .institution-table th:first-child:nth-child(2) {
  width: 400px;
}
.institution-table tr td:first-child:nth-child(3), .institution-table tr .institution-table th:first-child:nth-child(3) {
  width: 70px;
  text-align: center;
}
.institution-table tr td:first-child:first-child, .institution-table tr .institution-table th:first-child:first-child {
  border-left: none;
}
.institution-table tr td:first-child:last-child, .institution-table tr .institution-table th:first-child:last-child {
  border-right: none;
}
.institution-table tr th {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000000;
  text-align: left;
  padding: 2px;
}
.institution-table tr:last-child td {
  border-bottom: none;
}
.institution-table tr:nth-child(even) {
  background-color: #e6e6e6;
}

#academic-catalog-table {
  text-align: left;
  border: 1px solid #000000;
  width: 50% !important;
}

.catalog_question {
  font-weight: bold;
  margin-right: 20px;
}

#fee-table {
  text-align: left;
}
#fee-table th {
  width: 150px;
}

#licensure-fee-ar-form-holder {
  min-height: 300px;
  min-width: 500px;
}

#nclp_rptwidget h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.utility-button {
  background: #5cb85c none repeat scroll 0 0;
  color: #FFFFFF;
}
.utility-button:hover {
  background: #357935 !important;
}

.utility-button-red {
  background: #bc1f52 none repeat scroll 0 0;
  color: #FFFFFF;
}
.utility-button-red:hover {
  background: #64112c !important;
}

.utility-button-blue {
  background: #0099FF none repeat scroll 0 0;
  color: #FFFFFF;
}
.utility-button-blue:hover {
  background: #005c99 !important;
}

.nice-table {
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.nice-table td {
  border: 1px solid #bebebe;
  padding: 5px;
}
.nice-table th {
  border: 1px solid #000000;
  background-color: #333;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
}

.filterBarBlack {
  background-color: #333;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 8px;
}
.filterBarBlack select {
  max-width: 200px;
}
.filterBarBlack button {
  padding: 5px 10px;
}
.filterBarBlack fieldset {
  margin-bottom: 0px;
}
.filterBarBlack .filterSet {
  border-radius: 3px;
  padding: 5px;
  background-color: #404040;
}
.filterBarBlack .date {
  width: 6em;
}
.filterBarBlack h1 {
  font-size: 18px;
  color: #fec524;
  margin: 0px 0px 6px 0px;
}
.filterBarBlack label {
  color: #fec524;
}
.filterBarBlack .filterSetDateSet label {
  color: #FFFFFF;
}

.apps-table td:first-child {
  /*width: 100px;*/
}
.apps-table td:last-child {
  /*text-align: center;*/
}

#campus-apps-table td {
  text-align: middle;
}

.set-team {
  font-size: 18px;
  color: #5cb85c;
}
.set-team:hover {
  color: #357935 !important;
}

.doctoral-app {
  cursor: pointer;
}

.toggleDoc {
  color: #0099FF;
}

.doctoral-programs {
  display: none;
}

.admin-add-button {
  text-align: right;
  margin-bottom: 15px;
}

#admin-managers {
  background-color: #333;
  padding: 10px 15px;
}
#admin-managers a {
  display: inline-block;
  margin: 5px 20px 5px 0px;
  border-radius: 4px;
  padding: 10px 15px;
}
#admin-managers a:link, #admin-managers a:visited {
  color: #bbb;
  text-align: center;
  text-decoration: none;
}
#admin-managers a:hover, #admin-managers a:active {
  background-color: #aaa;
  color: #000000;
}

.selected-manager:link, .selected-manager:visited {
  background-color: #CD6732 !important;
  color: #FFFFFF !important;
  border-color: #00A1E0 !important;
}

.admin-manager-choice {
  border: 1px solid #000000;
  margin-bottom: 2px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 15px;
}

.paper-item {
  position: relative;
  padding: 25px;
}

.paper-item:not(:last-child) {
  border-bottom: 1px solid #bebebe;
}

.paper {
  background-color: #FFFFFF;
  border: 1px solid #bebebe;
  padding: 10px 10px 0px 10px;
}

.paper-heading {
  font-weight: bold;
  padding: 5px 0px;
}

.paper-body > p {
  margin-top: 5px !important;
}

#paper-content {
  background-color: #FFFFFF;
  padding: 10px;
}
#paper-content th {
  width: 100px;
  text-align: left;
}

.paper-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}

#am-holder .filterBarBlack {
  margin-top: -15px;
  border-top: 1px solid gray;
}

#admin-user-form th {
  width: 200px;
  text-align: left;
}

#admin-user-form select, #admin-user-form input, #admin-user-form #new-institution-message, #admin-user-form .utility-buttons {
  width: 50%;
}

#new-institution-message {
  background-color: #333;
  color: #d8d3ad;
  border-radius: 4px;
  font-size: 0.85em;
  padding: 10px;
  position: relative;
}

#cancel-user {
  background-color: #f4f4f4;
  display: inline-block;
  border-radius: 50%;
  color: #333;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #333;
  cursor: pointer;
}
#cancel-user:hover {
  background-color: #0099FF;
}
#cancel-user i {
  line-height: 27px;
}

#admin-user-form-holder {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}

#admin-inst-form-holder {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}

#admin-inst-form input:not([type=checkbox]):not([type=radio]), #admin-inst-form #admin-user-form .utility-buttons {
  width: 50%;
}
#admin-inst-form select {
  width: 200px;
}
#admin-inst-form th {
  width: 200px;
  text-align: left;
}

.icon {
  height: 175px;
  width: 175px;
  background-color: #FFF;
  border-radius: 50%;
  padding: 3px;
}

.loginButtons {
  width: 40%;
  height: 280px;
}
.loginButtons i {
  font-size: 120px;
  height: 160px;
  width: 160px;
  line-height: 160px;
  border-radius: 50%;
  border: 5px solid;
}
.loginButtons a {
  text-decoration: none;
}
.loginButtons h3 {
  margin-top: 0px;
  font-size: 1.6rem;
}

#homeContent {
  background: #333;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#homeContent div {
  display: inline-block;
  vertical-align: top;
}
#homeContent > div.description {
  color: #FFFFFF;
  font-size: 1.5rem;
  width: 59%;
  padding: 0.5em;
}

.login-button {
  width: 49%;
  text-align: center;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}
.login-button .description {
  visibility: hidden;
  text-align: left;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 0px 10px;
  height: 100%;
}

.login-highlight {
  background-color: #444;
}
.login-highlight > .icon {
  display: none !important;
}
.login-highlight .description {
  visibility: visible;
}
.login-highlight h3 {
  color: #FFFFFF;
  background-color: #dbe2e9;
}

#uncga-login.login-highlight h3 {
  background-color: #7d7a57;
}

#uncga-login {
  color: #7d7a57;
}

#external-login {
  color: #0099FF;
}
#external-login .login-highlight h3 {
  background-color: #0099FF;
}

#app-program-list {
  margin: 20px 0px;
}

.app-program {
  border: 1px solid #000000;
}

.app-program:not(:first-child) {
  margin-top: 5px;
}

.app-program-sites,
.app-program-concentrations {
  display: none;
}

.app-program-title {
  cursor: pointer;
  background-color: #98ff98;
  padding: 5px;
}

.app-program-title:hover {
  background-color: #b2ffb2;
  color: gray;
}

#app-program-program-length-table td {
  width: 50px;
}

#app-program-program-length-table select {
  width: 100%;
}

.app_zip_code {
  width: 6em !important;
}

.hidden {
  display: none;
}

#exhibits-holder, #substandards-holder {
  margin-top: 20px;
}

.standard_table {
  vertical-align: middle;
}
.standard_table tr th:last-child, .standard_table tr td:last-child {
  width: 125px;
  text-align: center;
}
.standard_table:nth-child(even) {
  background-color: #e0e0e0;
}

.standard-link {
  text-decoration: none;
  color: #000000;
}
.standard-link:hover {
  color: #555;
}

.green {
  background-color: #5cb85c;
}

.selected-program {
  background-color: #5cb85c;
}

.program-reviewer-table {
  border-collapse: collapse;
}
.program-reviewer-table th, .program-reviewer-table td {
  border: 1px solid #bebebe;
  padding: 5px;
}
.program-reviewer-table th:nth-child(2) {
  width: 100px !important;
}

#app-reviewer-selection-table {
  border-collapse: collapse;
}
#app-reviewer-selection-table td {
  border: 1px solid #bebebe;
  padding: 5px;
}
#app-reviewer-selection-table th {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
}
#app-reviewer-selection-table th:not(:first-child), #app-reviewer-selection-table td:not(:first-child) {
  text-align: center;
  width: 150px;
}

.DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper {
  border-right: 1px solid #000000;
}

.stuck {
  background-color: #000000;
  width: 100%;
  padding: 5px 10px;
  z-index: 999;
}

#application-site-visit button {
  background: #b9b9b9 none repeat scroll 0 0;
  color: #FFFFFF;
}
#application-site-visit button:not(.selected):hover {
  background: #000000 !important;
  color: white !important;
}
#application-site-visit button.selected {
  background: #333333;
}

.visit-input {
  display: none;
}

.program-dd-1 {
  width: 50%;
}

.program-dd-2 {
  width: 50px;
}

.selected-reviewer {
  background-color: #5cb85c;
}

#program-action-form-holder {
  padding: 5px;
  margin: 10px 0px;
  width: 500px;
  height: 200px;
}

#final-document-table {
  text-align: left;
  margin: 10px 0px;
  border: 1px solid #e6e6e6;
}
#final-document-table tr:nth-child(even) {
  background-color: #e6e6e6;
}
#final-document-table th, #final-document-table td {
  padding: 5px;
}

#acceptance-date-table th {
  width: 175px;
  text-align: left;
}
#acceptance-date-table input {
  width: 6em;
}

.program-site,
.program-concentration {
  margin-bottom: 15px;
}

#app-progam-action-table th:last-child, #app-progam-action-table td:last-child {
  width: 20% !important;
  text-align: center;
}

.greenLink {
  color: #5cb85c !important;
}

.greenLink:hover {
  color: #FFFFFF !important;
  background: #357935 !important;
}

.percent-td {
  position: relative;
}
.percent-td span {
  position: absolute;
  top: 5px;
  right: 10px;
}
.percent-td input {
  padding-right: 20px;
}

.app-program-section {
  margin: 20px 0px;
}

#app-title-bar {
  background-color: #bebebe;
  padding: 5px 20px;
}
#app-title-bar h3 {
  margin: 0px;
}

#app-program-sites > div:nth-child(odd),
#app-program-concentrations > div:nth-child(odd) {
  background-color: #e0e0e0;
}

#app-program-sites > div,
#app-program-concentrations > div {
  padding: 10px;
  border: 1px solid #999;
}

#app-program-sites > div:not(:last-child),
#app-program-concentrations > div:not(:last-child) {
  margin-bottom: 10px;
}

.reviewer-roles-ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

#site-visit-docs .campusWorkLink {
  margin-bottom: 15px !important;
}

.reviewer-content {
  font-size: 0.85em;
}

.reviewer-highlight {
  background-color: green;
  color: red;
}

.reviewer-content {
  background-color: #f4f4f4;
}

.ui-accordion-header-collapsed {
  background-color: #0099FF !important;
}

#licensure-reviewer-form-holder .ui-state-default {
  background: none !important;
}

.ui-accordion-header-active {
  background: #0099FF !important;
  color: white !important;
}

#reviewer-accordion:not(.ui-accordion-header-active) {
  background: #CCE1E9;
}

.count {
  font-size: 1.5em;
  font-weight: bold;
  color: #d9534f;
  display: inline-block;
  margin: 5px 5px 5px 0px;
}

#app-inst-info {
  border: 5px solid #000000;
  border-radius: 20px;
  padding: 5px;
  vertical-align: middle;
  width: 350px;
}

#annual-reports-table .filterSet, #annual-reports-table .utilityButtons {
  margin: 0px 0px 15px 0px;
  width: 100%;
}

#annual-reports-table .utilityButtons {
  text-align: center;
}

#annual-reports-table .filterBarBlack {
  margin-top: 0px;
  width: 100%;
}
#annual-reports-table .filterBarBlack fieldset legend {
  font-weight: bold;
  color: #fec524;
}
#annual-reports-table .filterBarBlack fieldset label {
  color: #FFFFFF;
}

#annual-reports-table .nice-table th {
  background-color: #bebebe;
  color: #333;
  border-color: #aaa;
}

.admin-annual-report-holder {
  border-bottom: 2px solid #333;
  margin-bottom: 12px;
}

.admin-annual-report-header {
  background-color: #333;
  color: #bbb;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.admin-annual-report-header:hover {
  color: #ffffff;
}
.admin-annual-report-header h2 {
  margin: 0px;
  font-size: 1.3em;
}

.toggleYearReports {
  font-size: 1.3em;
}

.admin-annual-report-table-holder {
  display: none;
}

#year-range-container {
  padding: 0px 20px 5px 20px;
}

#year-range {
  text-align: center;
  margin-bottom: 2px;
}

#yearFilter div, #instFilter div:not(#inst-holder) {
  display: block !important;
  margin: 0px !important;
}

#instFilter {
  padding: 0px !important;
}
#instFilter button {
  padding: 5px !important;
}

#inst_search {
  margin-bottom: 5px;
  width: 100%;
}

#selected_insts {
  color: #333;
  height: 100px;
  overflow-y: auto;
}
#selected_insts div {
  padding: 5px;
  width: 100%;
  max-width: 284px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #bebebe;
  background-color: #ffffff;
}
#selected_insts button {
  margin-right: 5px;
}

#inst-holder {
  background-color: #FFFFFF;
  color: #333;
  display: none;
  margin: 0px !important;
  z-index: 10;
}

#browse-header {
  background-color: #333;
  padding-left: 5px;
  color: #d8d3ad;
  height: 30px;
}
#browse-header span {
  line-height: 30px;
}
#browse-header button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  border: none !important;
  border-radius: 0px !important;
  width: 30px;
}

#licensure-portal-annual-report h2 {
  display: block;
  width: 100%;
  background-color: #bebebe;
  padding: 10px 10px;
  margin-top: 0px;
  border-top: 3px solid #333;
}
#licensure-portal-annual-report h2 i {
  margin-right: 5px;
}
#licensure-portal-annual-report section {
  padding-bottom: 15px;
}
#licensure-portal-annual-report .nice-table tr:nth-child(2n+1) {
  background-color: #eee;
}

#multi-years {
  max-height: 100px;
  overflow-y: auto;
}

#inst-year-filter div, #inst-year-filter {
  width: 100%;
  margin: 0px !important;
}

#campusReportFilters .filterSet {
  margin: 0px 0px 15px 0px !important;
}

#ar-institution-list-container {
  max-height: 600px;
  overflow-y: auto;
  margin-bottom: 15px;
  background-color: #e0e0e0;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
}

#ar-institution-list td:first-child {
  width: 25px;
  text-align: center;
}

#ar-institution-list tr:nth-child(even) {
  background-color: #e0e0e0;
}

li.selected {
  border-bottom: none;
  background-color: #ebead8;
  color: #000;
  height: 35px !important;
  filter: none;
}

#licensure-initiate-annual-report-form-holder h1, #licensure-initiate-annual-report-form-holder h3 {
  display: inline-block;
}

#licensure-initiate-annual-report-form-holder h3 {
  margin-bottom: 0px;
}

.selected-ar-inst {
  background-color: #5cb85c !important;
}

.examiner-actions {
  display: inline-block;
  text-align: center;
  width: 100px;
}

#search-container {
  position: relative;
  box-sizing: border-box;
  height: 35px;
  background-color: #f4f4f4;
}
#search-container input, #search-container button, #search-container a {
  border: 2px solid #ccc;
  border-radius: 4px;
  height: 100%;
}
#search-container input {
  padding: 5px 145px 5px 10px;
  background-color: #FFFFFF;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
}

#search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 20px;
  background-color: #bebebe;
  color: #333;
  border-color: #bebebe;
}
#search-button:hover {
  background-color: #0099FF;
}

#cancel-search {
  display: none;
  color: gray;
  position: absolute;
  top: 9px;
  right: 125px;
  vertical-align: middle;
  border: none !important;
}
#cancel-search:hover {
  color: #d9534f;
}

#licensure-portal-annual-report .utilityButtons button, #licensure-portal-annual-report .utilityButtons form {
  display: inline-block;
}

#admin-api-container .filterSet {
  display: inline-block;
}

#admin-api-table .filterSet, #annual-reports-table .utilityButtons {
  margin: 0px 0px 15px 0px;
  width: 100%;
}

#admin-api-table select {
  width: 100%;
}
#admin-api-table .utilityButtons {
  text-align: center;
}
#admin-api-table .filterBarBlack {
  margin-top: 0px;
  width: 100%;
}

.fixed-to-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #666;
  padding-right: 10px !important;
}

#ar-buttons-container, #ar-buttons {
  height: 45px;
}

#level-dd-container {
  display: none;
}

.program-table {
  width: 30%;
}
.program-table th {
  text-align: left;
}
.program-table th:first-child {
  width: 150px;
}
.program-table th input, .program-table th select {
  width: auto !important;
}
.program-table #program-template {
  display: none;
}
.program-table .ar-program-container {
  margin-bottom: 15px;
  min-height: 50px;
  border: 1px solid #333;
}
.program-table .program-header {
  display: block;
  position: relative;
  padding: 10px;
  margin: 0 !important;
  height: 50px;
  background-color: #333;
  color: #ffffff;
}
.program-table .program-header .required {
  font-size: 1.25rem;
  color: #dd5656;
}
.program-table .program-header input {
  display: inline-block;
  height: 40px;
  width: 40% !important;
  font-size: 1.25rem !important;
  margin-top: -5px;
  margin-left: -5px;
}
.program-table .program-header input:disabled {
  background-color: #dadada;
  color: #333;
}
.program-table .program-header .fa {
  color: white !important;
}
.program-table .toggleDetail {
  position: absolute;
  right: 10px;
  background-color: #333;
  color: #ffffff;
}
.program-table .toggleDetail:hover {
  background-color: #333;
}
.program-table .program-detail {
  display: none;
  padding: 5px;
  background-color: #f0f0f0;
}
.program-table .program-site-header,
.program-table .program-concentration-header {
  margin-bottom: 0px;
  position: relative;
}
.program-table .program-site-header button,
.program-table .program-concentration-header button {
  position: absolute;
  right: 0px;
}
.program-table .program-action {
  width: 40px !important;
  height: 40px !important;
  font-size: 1rem !important;
}
.program-table .program-actions {
  position: absolute;
  display: inline-block;
  right: 100px;
  top: 5px;
}
.program-table .program-site-table th,
.program-table .program-concentration-table th {
  background-color: #bebebe;
  text-align: left;
}
.program-table .program-site th,
.program-table .program-concentration th {
  text-align: left;
}
.program-table .program-site th:first-child {
  width: 45%;
}
.program-table .program-concentration th:first-child {
  width: 10%;
}
.program-table #program-site-template,
.program-table #program-concentration-template {
  display: none;
}
.program-table .concentrations,
.program-table .sites {
  padding-left: 25px;
  padding-right: 25px;
}
.program-table .site-detail,
.program-table .concentration-detail {
  padding: 10px;
  border: 1px solid #999;
  margin-bottom: 10px;
  position: relative;
}
.program-table .site-detail:nth-child(odd),
.program-table .concentration-detail:nth-child(odd) {
  background-color: #ffffff;
}
.program-table .site-detail:nth-child(even),
.program-table .concentration-detail:nth-child(even) {
  background-color: #c0c0c0;
}
.program-table .program-message {
  font-size: 18px;
  color: #d8d3ad;
}
.program-table .deleted-program-message {
  font-size: 18px;
  color: #ffffff;
  background-color: #d9534f;
  padding: 8px;
  font-weight: bold;
}
.program-table .deleted-site-message,
.program-table .deleted-concentration-message {
  background-color: #b74646;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
}
.program-table .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
}
.program-table .deleted-program {
  display: none;
}
.program-table .ar-percent {
  background-color: yellow;
  position: relative;
}
.program-table .ar-percent input {
  width: 6em !important;
  padding-right: 2em;
}
.program-table .ar-percent span {
  position: absolute;
  right: 10px;
  top: 1px;
}
.program-table .ar-numeric {
  width: 100px !important;
}
.program-table .onsite-row, .program-table .online-row {
  display: none;
}
.program-table .degree-dd-container {
  width: 150px;
}
.program-table #api-program-table th {
  text-align: left;
  width: 200px;
}
.program-table #api-program-table td {
  width: 400px;
}
.program-table #api-program-table th, .program-table #api-program-table td {
  padding: 5px;
}
.program-table #api-program-container {
  width: 600px;
}
.program-table #api-program-container select, .program-table #api-program-container input, .program-table #api-program-container textarea {
  width: 100%;
}
.program-table #api-program-container .date, .program-table #api-program-container .short-list {
  width: 6em;
}
.program-table #api-program-container .utilityButtons {
  margin-top: 15px;
}
.program-table #manage-api-site-container label,
.program-table #manage-api-concentration-container label {
  margin-right: 15px;
}
.program-table #manage-api-site-container,
.program-table #manage-api-concentration-container {
  width: 600px;
  min-height: 300px;
}
.program-table #manage-api-site-container input:not([type=checkbox]),
.program-table #manage-api-concentration-container input:not([type=checkbox]) {
  width: 100%;
}
#api-site-table th, #api-site-table td,
#api-concentration-table th, #api-concentration-table td {
  text-align: left;
  padding: 5px;
}

#api-site-list,
#api-concentration-list {
  max-height: 300px;
  overflow-y: auto;
}

#api-site-list-table,
#api-concentration-list-table {
  margin-top: 10px;
}

#api-site-list-table td:last-child, #api-site-list-table th:last-child,
#api-concentration-list-table td:last-child, #api-concentration-list-table th:last-child {
  text-align: right;
  width: 50px;
}

.filterSetDateSet {
  display: block !important;
  text-align: right;
  margin: none !important;
}

.required::before {
  content: "";
  margin-left: 0px;
}

.plupload_button {
  background: #353f43;
  padding: 4px;
  height: auto;
  width: auto;
}

#app-expiration-date {
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Roboto", "Arial", sans-serif;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #9cafc2;
  background-color: #FFFFFF;
  height: 26px;
}
#app-expiration-date.placeholder {
  color: #9cafc2;
}
#app-expiration-date:-moz-placeholder {
  color: #9cafc2;
}
#app-expiration-date::-moz-placeholder {
  color: #9cafc2;
}
#app-expiration-date::-webkit-input-placeholder {
  color: #9cafc2;
}

td {
  vertical-align: top;
}

/*input.display-next-when-checked:checked ~ .hidden{
	display: block!important;
}*/
.upload-box, .upload-fieldset {
  margin-top: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 100px;
}
.upload-box .file-list, .upload-fieldset .file-list {
  grid-column: 1/span 2;
}
.upload-box p, .upload-fieldset p {
  padding: 0px;
  margin: 0px;
  align-self: start;
}
.upload-box .upload-file-button, .upload-fieldset .upload-file-button {
  align-self: start;
}

.radio-show-more-container {
  margin-top: 12px;
}

.label-input-row-grid {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: 140px 1fr;
  margin: 12px 0px;
  margin-bottom: 0px !important;
  /*grid-auto-rows: 32px;*/
}
.label-input-row-grid > * {
  align-self: center;
  margin-bottom: 0px !important;
}

.wide-label {
  grid-template-columns: 200px 1fr;
  grid-auto-rows: 48px;
}

.remote-site, .program-site {
  background: #dbe2e9;
  padding: 12px;
}

#fs-ratio {
  display: grid;
  grid-template-columns: max-content 4px max-content;
  grid-gap: 12px;
  align-items: end;
}

.upload-fieldset {
  background-color: transparent;
}

#licensure-portal-application-documents-table thead tr th, #licensure-portal-application-documents-table tbody tr td {
  padding: 12px;
}
#licensure-portal-application-documents-table thead tr th button, #licensure-portal-application-documents-table tbody tr td button {
  display: inline-block;
  margin: 0px 3px;
}

#admin-applications .filterBarBlack {
  display: grid;
  grid-template-columns: 1fr 1fr 200px 200px;
  grid-gap: 12px;
}
#admin-applications .filterBarBlack select {
  width: 100%;
  max-width: 400px;
}
#admin-applications .filterBarBlack fieldset legend {
  font-weight: normal;
  color: #fec524;
  font-size: 1rem;
}
#admin-applications .filterBarBlack #filter-1 {
  grid-column: 1/span 2;
}
#admin-applications .filterBarBlack #filter-4 {
  grid-column: 3;
  grid-row: 1/span 2;
}
#admin-applications .filterBarBlack #filter-5 {
  grid-column: 4;
  grid-row: 1/span 2;
}
#admin-applications .filterBarBlack #submit-filter {
  grid-column: 4;
  justify-self: end;
}

#admin-api-container .filterBarBlack {
  display: grid;
  grid-template-columns: 1fr 1fr 200px;
  grid-gap: 12px;
}
#admin-api-container .filterBarBlack select {
  width: 100%;
  max-width: 100%;
}
#admin-api-container .filterBarBlack fieldset legend {
  font-weight: normal;
  color: #fec524;
  font-size: 1rem;
}
#admin-api-container .filterBarBlack #filter-1 {
  grid-column: 1;
}
#admin-api-container .filterBarBlack #filter-2 {
  grid-column: 2;
}
#admin-api-container .filterBarBlack #filter-3 {
  grid-column: 1/span 2;
  grid-row: 2;
}
#admin-api-container .filterBarBlack #filter-4 {
  grid-column: 3;
  grid-row: 1/span 2;
}
#admin-api-container .filterBarBlack #submit-filter {
  grid-column: 3;
  grid-row: 3;
  justify-self: end;
}

.nowrap {
  white-space: nowrap;
}

.h-list {
  padding: 0px;
  margin: 0px;
}
.h-list li {
  display: inline-block;
}
.h-list li:not(:last-of-type) {
  margin-right: 12px;
}

.flyout-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: rgba(240, 240, 240, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

.flyout {
  background: #FFFFFF;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 11;
}
.flyout .flyout-content {
  height: 100vh;
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  display: flex;
  flex-direction: column;
}
.flyout .flyout-content .flyout-header {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flyout .flyout-content .flyout-header h2 {
  margin: 0px;
  color: #0f4876;
  font-size: 24px;
}
.flyout .flyout-content .flyout-header h2 .fas {
  font-size: 20px;
}
.flyout .flyout-content .flyout-main {
  padding: 12px;
  flex-grow: 2;
  overflow-y: auto;
}
.flyout .flyout-content .flyout-main h3 {
  font-size: 20px;
  color: #0f4876;
  margin: 6px 0;
}
.flyout .flyout-content .flyout-main h4 {
  font-size: 18px;
  color: #0f4876;
  margin: 6px 0;
}
.flyout .flyout-content .flyout-main legend {
  font-weight: normal;
}
.flyout .flyout-content .flyout-main input[type=text],
.flyout .flyout-content .flyout-main input[type=number],
.flyout .flyout-content .flyout-main input[type=date],
.flyout .flyout-content .flyout-main input[type=month],
.flyout .flyout-content .flyout-main input[type=tel],
.flyout .flyout-content .flyout-main input[type=email],
.flyout .flyout-content .flyout-main input[type=password],
.flyout .flyout-content .flyout-main textarea,
.flyout .flyout-content .flyout-main fieldset,
.flyout .flyout-content .flyout-main select {
  width: 100%;
  max-width: 400px;
  margin-bottom: 6px;
}
.flyout .flyout-content .flyout-main input[readonly], .flyout .flyout-content .flyout-main input:read-only {
  border: none !important;
  padding: 0px !important;
  color: #333333 !important;
  background: none !important;
}
.flyout .flyout-content .flyout-main .add-row-values {
  border: none;
}
.flyout .flyout-content .flyout-main .add-row-values input, .flyout .flyout-content .flyout-main .add-row-values select {
  margin-bottom: 0px !important;
}
.flyout .flyout-content .flyout-main .add-row-values thead th {
  border: none;
}
.flyout .flyout-content .flyout-main .add-row-values tbody tr {
  border-bottom: 1px solid #dbe2e9;
}
.flyout .flyout-content .flyout-main .add-row-values tbody tr td {
  border: none;
  vertical-align: middle;
}
.flyout .flyout-content .flyout-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  height: 54px;
}

.flyout-visible {
  visibility: visible;
}

.flyout-visible ~ .flyout-overlay {
  visibility: visible;
  opacity: 1;
}

.flyout-visible .flyout-content {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .flyout {
    max-width: 580px;
    border-left: 1px solid #dbe2e9;
  }
}
.sticky-table-head thead tr th {
  position: sticky;
  top: 0px;
}

#sites .label-input-row-grid {
  grid-template-columns: max-content 1fr;
}
#sites #onsite:checked ~ .label-input-row-grid #site-url, #sites #onsite:checked ~ .label-input-row-grid label[for=site-url] {
  display: none;
}
#sites #online:checked ~ .label-input-row-grid #site-address,
#sites #online:checked ~ .label-input-row-grid label[for=site-address],
#sites #online:checked ~ .label-input-row-grid #site-city,
#sites #online:checked ~ .label-input-row-grid label[for=site-city],
#sites #online:checked ~ .label-input-row-grid #site-state,
#sites #online:checked ~ .label-input-row-grid label[for=site-state],
#sites #online:checked ~ .label-input-row-grid #site-zip,
#sites #online:checked ~ .label-input-row-grid label[for=site-zip] {
  display: none;
}
#sites #site-list .site {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 6px;
  margin: 6px 0px;
}
#sites #site-list .site li {
  padding: 4px 0;
}
#sites #site-list .site li:first-of-type {
  font-weight: bold;
}
#sites #site-list .site:nth-of-type(odd) {
  background: #f0f3f5;
}
#sites #site-list .site .delete-site-btn {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.loader {
    margin: 2rem auto;
    text-align: center;
}
.loader svg {
    height: 5.5rem;
    width: 5.5rem;
    fill: #0F4876;
    transform-origin: 44% 50%;
    animation: rotate 1.5s infinite linear;
}

.percentage-input-wrapper {
  position: relative;
  display: inline-block;
}
.percentage-input-wrapper input {
  padding-right: 20px; /* space for the % */
}
.percentage-input-wrapper span {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}

.currency-input-wrapper {
  position: relative;
  display: inline-block;
}
.currency-input-wrapper input {
  padding-left: 20px; /* space for the $ */
}
.currency-input-wrapper span {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}

div.custom-file-label {
  display: block;
  margin-top: .75em;
  margin-bottom: .75em;
}
div.custom-file-label label.custom-file-label-button {
  padding: .5em;
  border:  1px solid #CACACA;
  cursor: pointer;
  background: rgba(255,255,255,.5);
  border-radius: .5em;
  font-size: .8em;
  font-weight: bold;
}
div.custom-file-label span.custom-file-label-selection {
  font-size: .8em;
}

#licensure-portal-application #application-form-holder .fa-check-circle.uploaded {
  color: green;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}