/*
    455
    540
    576
    767
    768
    991
    992
    993
    1000
    1140
    1159
    1199
    1200
    1270
*/
/* Base */
body {
  background-color: #fff;
}

/* Buttons */
.btn-link,
a.btn-link {
  font-size: 14px;
  line-height: 1;
}

/* Header */
.admin-header {
  background-image: none;
  padding: 0;
  background-color: #fff;
  line-height: 1;
  height: auto;
}

.admin-header #logo-link {
  width: auto;
  height: 60px;
}

.admin-header #header-logo {
  width: auto;
  height: 100%;
}

header > .container-admin-header {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 21px;
  height: auto;
}

.admin-header ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  height: auto;
  align-items: stretch;
}

.admin-header ul li {
  height: auto;
}

.admin-header ul li a {
  display: block;
  padding: 28px 34px;
  line-height: 1;
  color: #043434;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.admin-header ul li a:hover {
  text-decoration: none;
}

.admin-header ul li a.active {
  background-color: #f9fafc;
  color: #262626;
}

/* Admin content */
.admin-content {
  background-color: #f9fafc;
  padding: 30px 0 50px 0;
}

.container-admin-content {
  max-width: 948px;
}

.admin-content-header-row,
.admin-content-tools-row {
  display: flex;
  justify-content: space-between;
}

.admin-content-tools-row {
  padding: 0;
  margin: 15px 0 10px 0;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 12px;
  align-items: center;
  text-align: right;
}

.admin-page-title {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 700;
  line-height: 1;
}

.modal-header {
  padding: 10px 1rem 0;
}

.admin-modal-header {
  text-align: center;
  margin-bottom: 8px;
}

.admin-page-title h1,
.admin-modal-header h1 {
  font-size: 31px;
  color: #4c4c4c;
  margin-top: 5px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}

.modal-dialog-centered .modal-body .admin-modal-header p {
  font-size: 14px;
  display: block;
  margin: 10px 0 14px;
  font-family: Helvetica, Arial, sans-serif;
}

.container-admin-content .admin-page-title h1 {
  margin-top: 10px;
}

/* Edit items modal */
#editItemsModal .modal-body,
#editItemsModal .admin-modal-header {
  padding-top: 0;
  margin-top: 0;
}

#editItemsModal .modal-body {
  padding-bottom: 25px;
}

#editItemsModal .modal-body > div:last-of-type {
  margin-top: 15px;
  text-align: center;
}

#editItemsConfirmModal {
  z-index: 1051;
}

.admin-results-table.thead-fixed {
  display: block;
  overflow-y: auto;
  max-height: 150px;
  height: 150px;
}

.update-status-msg {
  order: 1;
}

.update-status-msg .zmdi-spinner {
  animation: rotation 1s infinite linear;
  color: #ffc423;
  font-size: 24px;
  margin-right: 10px;
}

.update-status-msg .zmdi-check-circle {
  color: #40a811;
  font-size: 24px;
  margin-right: 10px;
}

.update-status-msg span {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #535353;
  display: flex;
  align-items: center;
}

.filter-display-container {
  display: block;
  position: relative;
  overflow: visible;
  height: 100%;
}

.filter-display-container #rfFilterModal {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9001;
  width: 300px;
  display: none;
}

#rfFilterModal .modal-content {
  background-color: #fafafc;
}

#rfFilterModal .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#rfFilterModal .modal-header h2 {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4c4c4c;
}

#rfFilterModal .modal-header span {
  font-size: 11px;
  color: #043434;
  opacity: 0.53;
  margin-bottom: 12px;
  display: block;
}

#rfFilterModal .modal-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
}

#rfFilterModal .custom-select,
#rfFilterModal .form-control {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  border: none;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.3333333333;
  border: 1px solid #fff;
  background-color: #fff;
}

#rfFilterModal .custom-select select.form-control {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 9px;
  padding-left: 15px;
  border: none;
  background-color: transparent;
}

#rfFilterModal .form-group {
  margin-bottom: 8px;
}

#rfFilterModal .custom-select option {
  padding: 0;
}

/*-- placeholder text for rfFilterModal text fields */
#rfFilterModal input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c2c2c;
  font-size: 15px;
}

#rfFilterModal .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2c2c;
  font-size: 15px;
}

#rfFilterModal .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #2c2c2c;
  font-size: 15px;
}

#rfFilterModal .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2c2c2c;
  font-size: 15px;
}

#rfFilterModal .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2c2c2c;
  font-size: 15px;
}

#rfFilterModal .form-control::placeholder {
  color: #2c2c2c;
  font-size: 15px;
}

#rfFilterModal .cta-filter-container {
  display: flex;
  margin: 10px 0;
}

#rfFilterModal .cta-link-container {
  flex-basis: 0;
  flex-grow: 1;
  height: 35px;
}

.cta-link-container .cta-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cta-link-container:first-child {
  border-right: solid 1px #e0e0e0;
}

a.cta-apply {
  color: #222;
}

a.cta-reset {
  color: #7c7b7b;
}

.scroll-table {
  position: relative;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background-color: #f4f4f4;
}

.scroll-table .sticky-header {
  background-color: #434343;
  color: white;
  display: flex;
}

.scroll-table .sticky-header > div {
  width: 25%;
  padding: 8px 8px 8px 0;
  text-align: left;
  line-height: 1;
  overflow: hidden;
  flex-grow: 1;
}

.scroll-table .sticky-header > div:first-of-type {
  padding-left: 8px;
}

.scroll-table .sticky-header > div:last-of-type {
  text-align: center;
  padding-left: 8px;
  width: 15%;
  flex-grow: 0;
}

.scroll-table__rows.vscroll {
  overflow-y: auto;
  height: 150px;
  scrollbar-width: 7px;
  scrollbar-color: #ccc #f4f4f4;
  -ms-scrollbar-highlight-color: #f4f4f4;
  -ms-scrollbar-face-color: #ccc;
  -ms-scrollbar-arrow-color: #f4f4f4;
  -ms-scrollbar-shadow-color: #f4f4f4;
}

.scroll-table__rows::-webkit-scrollbar {
  width: 7px;
}

.scroll-table__rows::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.scroll-table__rows::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.scroll-table__row {
  display: flex;
  text-align: left;
  font-size: 14px;
}

.scroll-table__row > div,
.modal-dialog-centered .scroll-table__row > div {
  width: 25%;
  line-height: 1;
  text-align: left;
  padding: 6px 8px 6px 0;
  overflow: hidden;
  flex-grow: 1;
  color: #043434;
  white-space: nowrap;
}

.modal-dialog-centered .scroll-table__row > div:first-of-type {
  padding-left: 8px;
}

.modal-dialog-centered .scroll-table__row > div:last-of-type {
  text-align: center;
  padding-right: 8px;
  width: 15%;
  flex-grow: 0;
}

.thead-sm {
  font-size: 10px;
  font-weight: 700;
}

#deleteFipsModal .modal-body {
  padding: 0;
  padding-bottom: 20px;
}

#deleteFipsModal .modal-body p {
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
  color: #626262;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.btn-remove,
a.btn-remove {
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Nanum Gothic", sans-serif;
  padding: 8px 40px;
  width: 160px;
  font-weight: 700;
  font-style: normal;
  height: 40px;
}

.btn-remove:hover {
  background-color: #da2a2a;
  border-color: #da2a2a;
}

#deleteFipsModal .btn-cancel {
  width: 160px;
  height: 40px;
  background-color: transparent;
  font-family: "Nanum Gothic", sans-serif;
  font-style: normal;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  border: none;
  margin-top: 5px;
}

#deleteFipsModal .modal-dialog {
  width: 310px;
}

#deleteFipsModal .cta-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-dialog-centered .modal-admin .modal-body > div:last-of-type {
  margin-top: 0;
}

/* Search form */
#adminSearchByForm {
  display: flex;
}

.adminselect {
  background-color: #6d6d6d;
  height: auto;
  padding: 0;
  min-width: 130px;
  border-radius: 4px 0 0 4px;
  background-image: url(../images/chevron-down-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 10px;
}

.adminselect select {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #fff;
  padding: 0 15px;
  height: 100%;
  font-size: 14px;
}

.adminselect select:hover {
  cursor: pointer;
}

.adminselect select option {
  color: #043434;
  font-size: 12px;
}

.adminselect select::-ms-expand {
  display: none;
}

.admin-results-settings-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}

.admin-results-settings-row .edit-btn-container {
  order: 2;
}

.admin-results-settings-row .edit-btn-container button {
  padding: 6.5px 20px 6px;
  border-radius: 3px;
  border: none;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

.admin-results-settings-row .edit-btn-container button i {
  margin-right: 5px;
}

.admin-results-content {
  display: flex;
  align-items: center;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  order: 0;
  justify-content: flex-end;
}

.admin-results-settings-row .admin-results-content {
  display: flex;
  align-items: center;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  order: 0;
}

.adminpageqtyselect {
  height: auto;
  padding: 0;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-size: 10px;
  margin-left: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #eaeaea;
}

.adminpageqtyselect select {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 4px 26px 4px 7px;
  height: 100%;
  font-size: 14px;
}

.adminpageqtyselect select:hover {
  cursor: pointer;
}

.adminpageqtyselect select option {
  color: #043434;
  font-size: 12px;
}

.adminpageqtyselect select::-ms-expand {
  display: none;
}

#adminSearchByForm input[type=text] {
  border: none;
  padding: 15px;
  width: 230px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm input::placeholder {
  font-size: 14px;
  line-height: 1;
}

#adminSearchByForm .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#adminSearchByForm .admin-reset-results {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

#adminSearchByForm .admin-reset-results button {
  opacity: 0.95;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #414141;
  background-color: transparent;
  border: none;
}

#adminSearchByForm .admin-reset-results button:hover {
  cursor: pointer;
  opacity: 1;
}

#adminSearchByForm .admin-reset-results button i {
  margin-right: 5px;
}

.modal-admin .modal-body #adminSearchByForm button {
  margin-top: 0;
}

.admin-content-tools-row .admin-filter-container {
  position: relative;
  overflow: visible;
}

.admin-content-tools-row .admin-filter-container button {
  padding: 13px 20px 16px;
}

/* Download spreadsheet link */
#downloadSpreadsheet {
  font-size: 14px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 15px;
  display: block;
}

#downloadSpreadsheet i {
  padding-left: 5px;
}

/* Search results table */
.admin-results-table {
  width: 100%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  table-layout: auto;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.admin-results-table tr:hover {
  background-color: #f9fafc;
}

.admin-results-table th {
  background-color: #4c4c58;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 18px;
  white-space: nowrap;
  line-height: 1;
}

.admin-results-table th:first-of-type {
  border-radius: 3px 0 0 0;
}

.admin-results-table th:last-of-type {
  border-radius: 0 3px 0 0;
}

.admin-results-table th a {
  font-weight: 700;
  color: #fff;
}

.admin-results-table th a:hover {
  text-decoration: none;
}

.admin-results-table th i {
  padding-left: 1px;
  display: inline;
  font-size: 15px;
}

.admin-results-table th .active-sort + i {
  color: #fcc52b;
}

.admin-results-table td {
  font-size: 14px;
  color: #043434;
  border-bottom: 1px solid #ededed;
  line-height: 1;
  padding: 14px 18px;
}

.admin-results-table td span {
  padding: 9px 7px 8px;
  display: block;
  border: 1px solid white;
}

.admin-results-table .admin-control,
.admin-results-table input,
.admin-results-table select {
  border: solid 1px #0f0f0f;
  border-radius: 3px;
  background-color: #fff;
  color: #043434;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  letter-spacing: normal;
  padding: 8px 7px 7px;
  height: 33px;
  width: 100%;
}

.admin-results-table td:last-of-type {
  min-width: 0;
}

.admin-results-table th.email,
.admin-results-table td.email {
  width: 220px;
}

.admin-results-table th.action,
.admin-results-table td.action {
  text-align: center;
}

.admin-results-table th.status,
.admin-results-table td.status,
.admin-results-table th.isEnabled,
.admin-results-table td.isEnabled {
  text-align: center;
  width: 129px;
}

.admin-results-table th.edit,
.admin-results-table td.edit {
  text-align: center;
  width: 73px;
}

.admin-results-table th.delete,
.admin-results-table td.delete {
  text-align: center;
  width: 84px;
}

.admin-results-table td.action a {
  display: inline-block;
  padding: 5px;
}

.admin-results-table td.action > div {
  display: none;
}

.admin-results-table i.zmdi-delete {
  color: #a00606;
}

.admin-results-table td.action > div .zmdi-check {
  color: green;
}

.admin-results-table td.edit .zmdi-edit {
  color: #333;
  font-size: 12px;
}

.admin-results-table .admin-info-select {
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-size: 8px 10px;
  background-color: #fff;
  height: 33px;
  line-height: 1em;
  border: 1px solid #0f0f0f;
  border-radius: 3px;
}

.admin-results-table .admin-info-select select.admin-control {
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  line-height: 1em;
  height: auto;
  padding: 8px 26px 7px 5px;
}

.admin-results-table .admin-info-select select.admin-control::-ms-expand {
  display: none;
}

.admin-results-table .form-control.admin-control:disabled,
.admin-results-table .admin-info-select.disabled {
  border-color: transparent;
  background-image: none;
  padding-left: 0;
  background-color: transparent;
}

.admin-results-table .form-control.admin-control:disabled,
.admin-results-table .admin-info-select.disabled select.admin-control,
.admin-results-table .admin-info-select select.admin-control option {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #043434;
  opacity: 1;
}

.admin-results-table .form-control.admin-control:focus,
.admin-results-table .admin-info-select:has(> .form-control:focus) {
  /* Working draft - should work in the future */
  border: 1px solid #2680eb;
  box-shadow: 0 0 2px 0 #007af4;
}

.admin-results-table .form-check {
  margin: 0px;
  display: inline;
}

.admin-results-table .form-check .form-check-label {
  display: inline;
}

.admin-results-table .form-check-label::before {
  padding-right: 0;
}

.admin-results-table th .form-check-label::before,
.admin-results-table th .form-check-input:checked ~ .form-check-label::before {
  color: #fff;
}

.regions-table tr > th:first-of-type,
.regions-table tr > td:first-of-type {
  width: 235px;
}

/* Admin modals */
.modal-admin h3 {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 31px;
  font-weight: 800 !important;
  font-style: normal;
  color: #043434;
  margin-bottom: 30px;
  line-height: 1;
}

.modal-admin .modal-body button,
.modal-admin .modal-body a.btn {
  margin-top: 10px;
  font-size: 14px;
}

.modal-admin .modal-header {
  padding-bottom: 0;
}

.modal-admin .modal-body {
  padding: 0 50px 25px;
}

.modal-xl .modal-admin .modal-body {
  padding: 0 32px 16px 32px;
}

.modal-tiny-padding .modal-admin .modal-body {
  padding: 0 15px 16px;
}

.modal-admin .modal-body .floatLbl {
  margin-top: 10px;
}

.modal-tiny-padding #adminSearchByForm {
  width: 100%;
  justify-content: space-between;
}

.modal-tiny-padding #adminSearchByForm input {
  width: 100%;
}

.modal-admin .modal-body h2 {
  border-bottom: 0;
  padding-bottom: 0;
}

.modal-body .floatLbl {
  margin-top: 0;
  margin-bottom: 4px;
  border: 1px solid #dedede;
  background-color: #fff;
  height: auto;
  line-height: 1;
  box-shadow: none;
}

.modal-body .floatLbl .form-control:focus {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
}

.modal .floatLbl.custom-select {
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-size: 8px 10px;
  border: 1px solid #dedede;
  background-color: #fff;
  height: auto;
  line-height: 1;
}

.modal .floatLbl.custom-select select {
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  line-height: 1;
  height: auto;
  padding: 8px 26px 7px 5px;
  padding: 21px 30px 9px 19px;
}

/* Admin forms */
.container-admin-form {
  max-width: 726px;
  padding: 0 5.5px;
}

.container-admin-form .backlinkRow {
  line-height: 1;
}

.container-admin-form .admin-content-header-row {
  line-height: 1;
  margin: 25px 0;
}

.container-admin-form .backlinkRow {
  line-height: 1;
}

.container-admin-form .backlinkRow a:link,
.container-admin-form .backlinkRow a:hover,
.container-admin-form .backlinkRow a:visited {
  color: #080808;
}

.container-admin-form .admin-page-title h1 {
  font-weight: 800;
  font-family: "Nanum Gothic", sans-serif;
  font-style: normal;
  color: #043434;
}

.admin-form fieldset {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
}

.admin-form fieldset:first-of-type {
  padding-top: 0;
}

.admin-form fieldset:last-of-type {
  border-bottom: none;
}

.admin-form .fieldset-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 8px;
}

.fieldset-header h2 {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 13px;
  color: #2d2d2d;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}

.fieldset-header__instruction {
  font-size: 12px;
  font-style: oblique;
  font-weight: 700;
}

#addUserPhotoForm {
  line-height: 1;
}

#addUserPhotoFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#addUserPhotoFile + label {
  cursor: pointer;
  display: inline-block;
  width: 168px;
  height: 135px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 0;
}

#userProfileStatusForm > div {
  line-height: 1rem;
  margin-bottom: 11px;
}

#userProfileStatusForm > div:first-of-type {
  margin-bottom: 16px;
}

.admin-form .one-col,
.admin-form .two-col {
  margin-bottom: 9px;
  margin-left: -5.5px;
  margin-right: -5.5px;
}

.admin-form .two-col,
.two-col,
.admin-form .one-col,
.one-col {
  display: flex;
}

.admin-form .two-col > div,
.two-col > div,
.admin-form .one-col > div,
.one-col > div {
  width: 100%;
  padding: 0 5.5px;
}

.one-col input {
  width: 100%;
}

.admin-form .two-col > div,
.two-col > div {
  width: 50%;
}

.admin-form .two-col .floatLbl {
  margin: 0;
  border: 1px solid #e1e1e1;
}

.admin-form .floatLbl input {
  background-color: #fff;
}

.admin-form .floatLbl input:disabled {
  color: #6f6f6f;
  background-color: #eaeaea;
}

.admin-form input.falseEnabled {
  padding: 11px 20px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.glow-blue {
  box-shadow: 0 0 3px 0 rgba(0, 166, 255, 0.49);
}

.admin-form .custom-select {
  background-color: #fff;
}

.admin-form .custom-select.disabled {
  background-color: #eaeaea;
}

.admin-content .btn:disabled,
.admin-content .btn-primary:disabled {
  color: #fff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

#createPasswordLinkRow {
  padding-top: 10px;
}

#createPasswordLinkRow a:link,
#createPasswordLinkRow a:visited {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
}

.border-box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 16px 20px;
}

.border-box.vscroll {
  max-height: 324px;
}

.border-box.disabled {
  background-color: #eaeaea;
}

.border-box__list-item {
  font-size: 14px;
  color: #838383;
  border-bottom: 1px solid #e1e1e1;
}

div.border-box__list-item:last-of-type {
  border-bottom: none;
}

.admin-form .border-box__select-all {
  margin-bottom: 0;
}

.admin-form .border-box__select-all label {
  color: #000;
}

.border-box .styled-checkbox label {
  color: #898d90;
}

/* Dual List Box */
.dual-list-box {
  display: table;
  width: 100%;
  text-align: left;
}

.list-box-a, .list-box-b {
  display: table-cell;
  width: 50%;
}

.list-box-interior {
  display: flex;
}

.list-box-interior .border-box {
  flex-basis: 100%;
  padding: 0;
  height: 324px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e1e1e1 #fbfbfb;
  -ms-scrollbar-highlight-color: #fbfbfb;
  -ms-scrollbar-face-color: #e1e1e1;
  -ms-scrollbar-arrow-color: #fbfbfb;
  -ms-scrollbar-shadow-color: #fbfbfb;
}

.list-box-interior .border-box::-webkit-scrollbar {
  width: 6px;
}

.list-box-interior .border-box::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}

.list-box-interior .border-box::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
}

.list-box-interior .border-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-box-interior .border-box ul li {
  font-size: 14px;
  color: #838383;
  padding: 0 10px;
  line-height: 1.2;
  text-align: left;
}

.list-box-interior .border-box ul li:hover {
  cursor: pointer;
  background-color: #f9fafc;
}

.list-box-interior .border-box ul li.selected,
.list-box-interior .border-box ul li.selected:hover {
  background-color: #f2f2f2;
}

.list-box-interior .border-box ul li div {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}

.list-box-interior .border-box ul li.selected div {
  border-bottom: none;
}

.list-box-interior .move-tools {
  padding: 11px;
}

.move-tools a {
  display: block;
  margin-bottom: 3px;
}

.move-tools a:hover {
  text-decoration: none;
}

.moveUp:after, .moveDown:after,
.moveToAssigned:after, .moveToUnassigned:after {
  font-family: Material-Design-Iconic-Font;
  color: #ffc423;
  font-size: 20px;
  line-height: 1;
  padding: 0 6px;
  display: block;
}

.moveToAssigned:after {
  content: "\f2fb";
}

.moveToUnassigned:after {
  content: "\f2fa";
}

.moveUp:after {
  content: "\f2fc";
}

.moveDown:after {
  content: "\f2f9";
}