/* -------------------------------------------------------
		UTILITY
------------------------------------------------------- */

.margin-top-none {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

/* -------------------------------------------------------
		LAYOUT
------------------------------------------------------- */

.row.layout-gutters-minimal {
  margin-left: -2px;
  margin-right: -2px;
}

.row.layout-gutters-minimal [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

/* -------------------------------------------------------
		NOSCRIPT
------------------------------------------------------- */

.noscript-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.noscript-content {
  font-size: 18px;
  line-height: 24px;
  margin: 10%;
  width: 80%;
}

.noscript-content a {
  text-decoration: underline;
}

.noscript-logo {
  max-width: 250px;
}

/* -------------------------------------------------------
		LOADERS
------------------------------------------------------- */

.stripe-loader {
  height: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 5px;
}

.stripe-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 3px;
  background-color: #25327b;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}

/* -------------------------------------------------------
		CONTROLS
------------------------------------------------------- */

input[type="text"].form-control.control-flat,
input[type="text"].form-control.control-flat:focus,
input[type="email"].form-control.control-flat,
input[type="email"].form-control.control-flat:focus,
input[type="password"].form-control.control-flat,
input[type="password"].form-control.control-flat:focus,
input[type="number"].form-control.control-flat,
input[type="number"].form-control.control-flat:focus,
select.form-control.control-flat,
select.form-control.control-flat:focus {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}

input[type="email"].form-control.control-flat:focus,
input[type="password"].form-control.control-flat:focus,
input[type="text"].form-control.control-flat:focus,
input[type="number"].form-control.control-flat:focus,
select.form-control.control-flat:focus {
  border-bottom: 1px solid #ccc;
}

/* -------------------------------------------------------
		BUTTONS
------------------------------------------------------- */

.btn.btn-flat,
.btn.btn-flat:hover,
.btn.btn-flat:focus,
.btn.btn-flat:active,
.open > .btn.btn-flat:hover,
.open > .dropdown-toggle.btn-flat,
.open > .dropdown-toggle.btn-flat:focus {
  border-color: transparent;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: initial;
  opacity: 0.9;
}

.btn.btn-flat:hover,
.btn.btn-flat:focus,
.btn.btn-flat:active,
.open > .btn.btn-flat:hover,
.open > .dropdown-toggle.btn-flat,
.open > .dropdown-toggle.btn-flat:focus {
  opacity: 1;
}

.modal.bootstrap-dialog .btn.btn-flat,
.modal.bootstrap-dialog .btn.btn-flat:hover,
.modal.bootstrap-dialog .btn.btn-flat:focus,
.modal.bootstrap-dialog .btn.btn-flat:active {
  color: #808080;
}

.modal.bootstrap-dialog .btn.btn-flat:hover,
.modal.bootstrap-dialog .btn.btn-flat:active {
  color: #333;
}

.btn-arbiter {
  color: #333;
  background-color: #f7f7f7;
  border-color: #ccc;
}

.btn-arbiter:hover {
  background-color: #f2f2f2;
}

/* -------------------------------------------------------
		ALERTS
------------------------------------------------------- */

.alert {
  border-radius: 0;
  margin-bottom: 15px;
  border: none;
  padding: 12px;
}

a.alert {
  text-decoration: none;
  display: block;
}

.alert.alert-strong {
  margin: 0px;
  padding: 0px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  border-top: solid 1px rgba(0, 0, 0, 0);
  border-bottom: solid 10px rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box;
  color: #ffffff;
}

.alert.alert-strong.alert-success {
  background-color: #2ecc71;
}

.alert.alert-strong.alert-info {
  background-color: #003366;
}

.alert.alert-strong.alert-warning {
  background-color: #fcf8e3;
}

.alert.alert-strong.alert-danger {
  background-color: #c0392b;
}

.alert ul {
  margin: 0;
  padding-left: 15px;
}

.alert a {
  text-decoration: none;
  border-radius: 3rem;
  padding: 0.05em 0.5em;
  margin: 0em 0.2em;
  font-size: 0.8em;
  font-weight: bold;
  color: #333;

  /* truncate with ellipsis */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.alert.alert-danger a {
  font-size: 1em;
  color: #a94442;
}

.alert .close {
  opacity: 0.5;
}

.alert .alert-title {
  font-weight: bold;
  margin-bottom: 0.8em;
}

.alert.alert-strong ul {
  list-style-type: none;
  padding-left: 0px;
}

.alert.alert-strong ul li {
  color: rgba(255, 255, 255, 0.8);
}

.alert.alert-strong .message-wrapper {
  padding: 0.75rem;
  padding-right: 2rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------------------
		PANELS & MODALS
------------------------------------------------------- */

.panel.panel-adv.panel-adv-fill.panel-default {
  color: #333;
  background-color: #f5f5f5;
}

.panel.panel-adv.panel-adv-fill.panel-primary {
  color: #fff;
  background-color: #25327b;
}

.panel-primary {
  color: #fff !important;
  background-color: #25327b !important;
  border-color: #25327b !important;
}

.panel.panel-adv.panel-adv-fill.panel-success {
  color: #3c763d;
  background-color: #dff0d8;
}

.panel.panel-adv.panel-adv-fill.panel-info {
  color: #31708f;
  background-color: #d9edf7;
}

.panel.panel-adv.panel-adv-fill.panel-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.panel.panel-adv.panel-adv-fill.panel-danger {
  color: #a94442;
  background-color: #f2dede;
}

.panel.panel-adv > .panel-heading {
  font-weight: bold;
}

.panel.panel-adv > .panel-heading > .panel-heading-help-text {
  font-weight: normal;
  font-size: 0.85em;
}

.panel.panel-adv > .panel-heading.collapsible,
.panel.panel-adv > .panel-heading[data-toggle="collapse"] {
  cursor: pointer;
}

.panel.panel-adv > .panel-heading.collapsible::after,
.panel.panel-adv > .panel-heading[data-toggle="collapse"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  float: right;
}

.panel.panel-adv > .panel-heading.collapsible[aria-expanded="true"]::after,
.panel.panel-adv
  > .panel-heading[data-toggle="collapse"][aria-expanded="true"]::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
}

.panel.panel-adv .panel-body.panel-adv-no-pad-b {
  padding-bottom: 0;
}

.panel.panel-adv.panel-adv-no-edge {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.panel.panel-adv.panel-adv-no-edge > .panel-body {
  padding: 0;
}

.panel.panel-adv .panel-body.panel-adv-distinct-rows .row:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.panel.panel-adv .panel-body img.profile-img {
  width: 100px;
  height: 100px;
}

.panel.panel-adv .panel-body textarea,
.modal.bootstrap-dialog textarea {
  height: 200px;
}

.panel.panel-adv .panel-body .checkbox,
.panel.panel-adv .panel-body .radio {
  cursor: pointer;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
}

.panel.panel-adv .panel-body .checkbox:hover,
.panel.panel-adv .panel-body .radio:hover {
  background-color: #f5f5f5;
}

.panel.panel-adv .panel-body .checkbox img,
.panel.panel-adv .panel-body .radio img {
  margin: 0 8px 0 5px;
  height: 25px;
  width: 25px;
}

.panel.panel-adv .panel-body .checkbox.active,
.panel.panel-adv .panel-body .checkbox.active:focus,
.panel.panel-adv .panel-body .checkbox.active:hover,
.panel.panel-adv .panel-body .radio.active,
.panel.panel-adv .panel-body .radio.active:focus,
.panel.panel-adv .panel-body .radio.active:hover {
  color: #333;
  background-color: #f4f9ff;
  border-color: #f4f9ff;
}

.panel.panel-adv .panel-body .checkbox.success.active,
.panel.panel-adv .panel-body .checkbox.success.active:focus,
.panel.panel-adv .panel-body .checkbox.success.active:hover,
.panel.panel-adv .panel-body .radio.success.active,
.panel.panel-adv .panel-body .radio.success.active:focus,
.panel.panel-adv .panel-body .radio.success.active:hover {
  background-color: #4cbf46;
}

.panel.panel-adv .panel-body .checkbox.danger.active,
.panel.panel-adv .panel-body .checkbox.danger.active:focus,
.panel.panel-adv .panel-body .checkbox.danger.active:hover,
.panel.panel-adv .panel-body .radio.danger.active,
.panel.panel-adv .panel-body .radio.danger.active:focus,
.panel.panel-adv .panel-body .radio.danger.active:hover {
  background-color: #ff5151;
}

.panel.panel-adv .panel-body .panel-adv-files .panel-adv-file-wrapper {
  float: left;
  margin: 0 4px 4px 0;
}

.panel.panel-adv .panel-body .panel-adv-files .panel-adv-file {
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  display: block;
}

.panel.panel-adv .panel-body .panel-adv-files .panel-adv-file-wrapper,
.panel.panel-adv .panel-body .panel-adv-files .panel-adv-file {
  height: 100px;
  width: 100px;
}

.panel.panel-adv
  .panel-body
  .panel-adv-files.panel-adv-files-selectable
  .panel-adv-file-wrapper {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 150px;
  overflow: hidden;
}

.panel.panel-adv
  .panel-body
  .panel-adv-files.panel-adv-files-selectable
  .panel-adv-file-wrapper.double-checkbox {
  height: 200px;
}

.panel.panel-adv
  .panel-body
  .panel-adv-files.panel-adv-files-selectable
  .panel-adv-file-wrapper
  .checkbox {
  margin: 0;
  padding: 0;
}

.panel.panel-adv
  .panel-body
  .panel-adv-files.panel-adv-files-selectable
  .panel-adv-file-wrapper
  .checkbox
  input {
  margin-top: 18.6px;
}

.panel.panel-adv
  .panel-body
  .panel-adv-files.panel-adv-files-selectable
  .panel-adv-file-wrapper
  .checkbox
  label {
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.panel.panel-adv section:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.has-sections section:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .panel.panel-adv .panel-body .panel-adv-files .panel-adv-file-wrapper,
  .panel.panel-adv .panel-body .panel-adv-files .panel-adv-file {
    height: 150px;
    width: 150px;
  }

  .panel.panel-adv
    .panel-body
    .panel-adv-files.panel-adv-files-selectable
    .panel-adv-file-wrapper {
    height: 200px;
  }

  .panel.panel-adv
    .panel-body
    .panel-adv-files.panel-adv-files-selectable
    .panel-adv-file-wrapper.double-checkbox {
    height: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .phsThemev2 .themeV2Nav > .container {
    margin-top: 110px !important;
  }

  .phsThemev2 .themeV2Nav {
    background-color: transparent !important;
  }
}

@media only screen and (min-width: 992px) {
  .panel.panel-adv .panel-body .panel-adv-files .panel-adv-file-wrapper,
  .panel.panel-adv .panel-body .panel-adv-files .panel-adv-file {
    height: 200px;
    width: 200px;
  }

  .panel.panel-adv
    .panel-body
    .panel-adv-files.panel-adv-files-selectable
    .panel-adv-file-wrapper {
    height: 250px;
  }

  .panel.panel-adv
    .panel-body
    .panel-adv-files.panel-adv-files-selectable
    .panel-adv-file-wrapper.double-checkbox {
    height: 300px;
  }
}

.panel.panel-adv > .panel-footer {
  background-color: #fff;
}

.panel.panel-adv > .panel-footer.panel-adv-no-border {
  border-top: none;
}

.modal-backdrop.in {
  opacity: 0.4 !important;
  background-color: rgba(102, 153, 204, 100);
}

.modal-backdrop {
  z-index: -1;
  position: relative !important;
}

.modal.bootstrap-dialog .modal-dialog {
  -webkit-box-shadow: 1px 1px 5px #333;
  -moz-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
}

.modal.bootstrap-dialog .modal-content {
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.modal.bootstrap-dialog .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.panel.panel-default > .panel-heading,
.modal.bootstrap-dialog.type-default .modal-header {
  background-color: #f2f2f2;
}

.modal.bootstrap-dialog .modal-header.bootstrap-dialog-draggable {
  cursor: move;
}

.modal.bootstrap-dialog .modal-footer {
  border: none;
}

.modal.bootstrap-dialog .modal-body + .modal-footer {
  padding-top: 0;
}

.modal-footer div.bootstrap-dialog-footer {
  float: right !important;
  width: 100%;
}

/* -------------------------------------------------------
		SELF SELECT TEXT
------------------------------------------------------- */

.self-select-text {
  word-wrap: break-word;
}

/* -------------------------------------------------------
		FILE INPUT MASK
------------------------------------------------------- */

.file-input-mask .file-input-mask-clear-btn,
.file-input-mask .file-input-mask-has-selection {
  display: none;
}

.file-input-mask.has-selection .file-input-mask-no-selection {
  display: none;
}

.file-input-mask.has-selection .file-input-mask-clear-btn,
.file-input-mask.has-selection .file-input-mask-has-selection {
  display: inline;
}

.file-input-mask-input-btn {
  overflow: hidden;
  position: relative;
}

.file-input-mask-input-btn input[type="file"] {
  cursor: pointer;
  display: block;
  font-size: 999px;
  opacity: 0;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------------------
		SEPARATOR WITH TEXT
------------------------------------------------------- */

.separator-with-text {
  display: block;
  border-top: 1px solid #ccc;
  position: relative;
  margin: 25px 0 5px;
  text-align: center;
}

.separator-with-text > span {
  background-color: #fff;
  font-size: 0.9em;
  color: #808080;
  padding: 0 7px;
  position: relative;
  top: -10px;
}

/* -------------------------------------------------------
		DROPDOWN MENUS
------------------------------------------------------- */

.dropdown-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.dropdown-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  color: black;
}

/* -------------------------------------------------------
		TABLES
------------------------------------------------------- */

.recordSet {
  border: 1px solid #cccccc;
}

.recordSetColumns {
  background: url(/images/elements/recordSetColumnBG.jpg) repeat-x #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 9pt;
  cursor: pointer;
  padding: 4px;
  padding-right: 4px;
  padding-left: 4px;
  height: 30px;
  font-weight: bold;
}

.recordSetColumns a {
  color: #ffffff;
  text-decoration: none;
}

.recordSetColumns_lastOne {
  background: url(/images/elements/recordSetColumnBG.jpg) repeat-x #eeeeee;
  border-bottom: 1px solid #cccccc;
  font-size: 9pt;
  cursor: pointer;
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
  height: 30px;
  font-weight: bold;
}

.recordSetColumns_lastOne a {
  color: #ffffff;
  text-decoration: none;
}

.recordSetRowOdd {
  background-color: #efefef;
  cursor: pointer;
}

.recordSetRowEven {
  background-color: #ffffff;
  cursor: pointer;
}

.recordSetRowHover {
  background-color: #e1e7f2;
  cursor: pointer;
}

.recordSetData {
  padding: 5px;
  padding-left: 4px;
  border-top: 1px solid #ccc;
}

.recordSetData,
.recordSetRowEven,
.recordSetRowOdd {
  word-wrap: break-word;
  white-space: normal;
}

.recordSetRowSelected {
  background-color: #2b4d86;
  padding: 2px;
  padding-left: 4px;
  border-bottom: 1px solid #2b4d86;
  color: #ffffff;
  cursor: pointer;
}

.recordSetRowSelected .recordSetData {
  padding: 2px;
  padding-left: 4px;
  border-bottom: 1px solid #2b4d86;
  color: #ffffff;
  cursor: pointer;
}

.table td.overflow-superlg {
  max-width: 420px;
}

.table td.overflow-lg {
  max-width: 220px;
}

.table td.overflow-md {
  max-width: 180px;
}

.table td.overflow-sm {
  max-width: 120px;
}

.table td.overflow span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.user_centric button.overflow {
  width: 100%;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

table.recordSet {
  margin: 1em 0em 2em !important;
}

table.recordSet td {
  padding: 0.75em 1em !important;
  font-size: 1em;
}

td.recordSetColumns *,
td.recordSetColumns_lastOne * {
  padding: 0em !important;
  margin: 0em !important;
  display: inline-block;
}

td.recordSetColumns a,
td.recordSetColumns_lastOne a {
  float: right;
}

td.recordSetColumns,
td.recordSetColumns_lastOne {
  border: solid 1px rgba(255, 255, 255, 0.1) !important;
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  padding: 5px;
}

.recordSetData,
.recordSetColumns {
  padding: 5px !important;
  border: 0em !important;
}

.recordSetColumns,
.recordSetColumns_lastOne {
  background-color: #e3e3e3;
  background-image: none;
}

table.table {
  font-size: 0.9em;
}

table.table.no-top-border > tbody > tr:first-child > td {
  border: none;
}

table.table.no-bottom {
  margin-bottom: 0;
}

table.table tr.clickable {
  cursor: pointer;
}

table.table tr.danger-border {
  border: 2px dotted #ff0000;
}

table.table tr.has-thumbnail td,
table.table tr.has-thumbnail td * {
  line-height: 2rem;
}

table.table tr.has-thumbnail td.thumb-container {
  width: 2.5rem;
}

table.table img.thumbnail {
  max-height: 2rem;
  width: auto;
  margin: 0px;
  padding: 0px;
  border: none;
}

table.table a {
  text-decoration: none;
}

table.table .table-toolbar {
  padding: 0px !important;
}

table.table
  .table-toolbar
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
}

table.table
  .table-toolbar
  .btn-group
  > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
}

table.table td.ellipsis {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .table-responsive.table-always-responsive should be used on large horizontal tables that need to mimic the horizontal scroll bar look that is present on small screens */
.table-responsive.table-always-responsive table.table tbody tr td,
.table-responsive.table-always-responsive table.table tbody tr th,
.table-responsive.table-always-responsive table.table tfoot tr td,
.table-responsive.table-always-responsive table.table tfoot tr th,
.table-responsive.table-always-responsive table.table thead tr td,
.table-responsive.table-always-responsive table.table thead tr th {
  white-space: nowrap;
}

/** Bootstrap Tables */
.bootstrap-table .fixed-table-container table thead th .th-inner,
.bootstrap-table .fixed-table-container table tbody td .th-inner {
  white-space: normal;
}

/* -------------------------------------------------------
		FORMS
------------------------------------------------------- */

input.has-error,
select.has-error,
textarea.has-error {
  border-color: #c0392b !important;
}

input[type="checkbox"].has-error::before,
input[type="radio"].has-error::before {
  content: "";
  display: block;
  background: #c0392b !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.25;
}

input[type="radio"].has-error::before {
  border-radius: 100%;
}

input[type="checkbox"].has-error::before {
  border-radius: 25%;
}

.validate-group.has-error {
  background-color: rgba(192, 57, 43, 0.1) !important;
}

.panel.validate-group.has-error {
  border-color: #c0392b !important;
  color: #c0392b !important;
}

.panel.validate-group.has-error * {
  color: #c0392b !important;
}

.form-group > label + .help-block {
  margin: -5px 0 2px 0;
  font-style: italic;
  font-size: 0.85em;
}

/* -------------------------------------------------------
		ADMIN ACCESS
------------------------------------------------------- */

body.admin-access {
  padding-top: 40px;
}

#admin-access {
  z-index: 9999;
  position: fixed;
  top: 0;
  /* bottom: 0; */
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  background-color: #ffe4a8;
  text-align: center;
  color: #333;
  text-decoration: none;
}

#admin-access:hover {
  background-color: #f9dd9d;
}

@media only screen and (min-width: 992px) {
  body.admin-access {
    padding-top: 0;
  }

  #admin-access {
    top: -45px;
    right: -45px;
    left: auto;
    line-height: 82px;
    width: 85px;
    height: 84px;
    padding-top: 28px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 18px;
  }

  #admin-access i {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #admin-access span {
    display: none;
  }
}

/* -------------------------------------------------------
		PLUS-MINUS OPENER
------------------------------------------------------- */

.plusMinus {
  font: normal normal normal 14px/1 FontAwesome;
}

.plusMinus-plus:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0fe";
}

.plusMinus-minus:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f146";
}

/* -------------------------------------------------------
		DIGITAL SIGNATURE BLOCK
------------------------------------------------------- */

.digital-signature-block {
  padding: 0;
  margin: 0;
}

.digital-signature-block .digital-signature-body {
  padding: 5px 5px;
}

.digital-signature-block .dig-signature-title {
  margin: 0 0 0.8em 0;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}

.digital-signature-block .dig-signature-title:after {
  content: " ";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: rgba(200, 200, 200, 0.5);
  bottom: -0.5em;
  left: 0em;
}

.digital-signature-block .digital-signature-body .digital-signature-user-sig {
  font-size: 0.9em;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
}

/* -------------------------------------------------------
		BADGES
------------------------------------------------------- */

.badge.badge-arbiter {
  background-color: #9b2a2c;
}

/* -------------------------------------------------------
		OR SEPARATOR
------------------------------------------------------- */

.or-sep-preceding.form-group {
  margin-bottom: 0;
}

.or-sep {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.or-sep::after {
  content: "OR";
}

.or-sep.or-sep-lg {
  height: 46px;
  line-height: 46px;
}

/* -------------------------------------------------------
		REACH BOX
------------------------------------------------------- */

#reachbox {
  background-color: #ffffed;
  padding: 15px;
  margin-bottom: 15px;
}

#reachbox h2::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f064";
  margin-right: 0.5rem;
}

#reachbox .validate-group {
  margin: 2rem 0 0 0;
}

#reachbox .validate-group:first-of-type {
  margin: 0;
}

#reachbox .question {
  font-weight: bold;
}

#reachbox .inner-container {
  padding: 2rem 1rem 0 2.5rem;
}

/* -------------------------------------------------------
		MISCELLANEOUS
------------------------------------------------------- */

a.help-indicator i,
a.help-indicator:visited i,
.help-indicator i {
  outline: none;
  color: #1e7cff;
}

a.help-indicator:active i,
a.help-indicator:focus i,
a.help-indicator:hover i {
  outline: none;
  color: #0069ff;
}

.help-indicator.header {
  float: right;
  font-size: 20px;
}

.vih {
  visibility: hidden !important;
}

.text-required {
  color: #d60606;
}

.ui-autocomplete {
  z-index: 99999;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-autocomplete-loading {
  background-image: url("/images/loaders/standard_34.gif");
  background-position: right center;
  background-repeat: no-repeat;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
  color: #333;
}

.deletePost,
.hidePost {
  float: right;
  width: 12px;
  height: 12px;
  display: none;
  cursor: pointer;
  margin-right: 6px;
  border: 1px solid #f00000;
  border-radius: 5px;
  padding: 1px 1px;
  background-color: #fc5858;
  background-image: linear-gradient(bottom, #f00000 20%, #fc5858 54%);
  background-image: -o-linear-gradient(bottom, #f00000 20%, #fc5858 54%);
  background-image: -moz-linear-gradient(bottom, #f00000 20%, #fc5858 54%);
  background-image: -webkit-linear-gradient(bottom, #f00000 20%, #fc5858 54%);
  background-image: -ms-linear-gradient(bottom, #f00000 20%, #fc5858 54%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.2, #f00000),
    color-stop(0.54, #fc5858)
  );
}

.deletePost img,
.hidePost img,
.pinPost img,
.unpinPost img {
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  left: 1px;
}

input[type="checkbox"][readonly],
input[type="radio"][readonly] {
  cursor: not-allowed;
}

input[type="checkbox"][readonly]:focus,
input[type="radio"][readonly]:focus {
  outline: none;
}

#errorDisplay .has-error {
  color: #d60606;
}

/* -------------------------------------------------------
		ELIGIBILITY ENTRY TABLE FORMS
------------------------------------------------------- */

table.entryForm .form-control,
table.entryForm input {
  padding: 6px 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  box-shadow: none;

  font-size: 12px;

  height: 34px;

  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

table.entryForm .form-control:focus,
table.entryForm input:focus {
  background-color: rgba(58, 142, 166, 0.1);
  outline: none !important;
}

table.entryForm .entryForm_userSelect .m-left {
  margin-left: 0px;
}

table.entryForm .stdSelect {
  padding: 2px !important;
}

table.entryForm td {
  padding: 1px !important;
}

table.entryForm .entryForm_userSelect input {
  margin: 0px !important;
}

table.entryForm .eligibilityForm_gateway_conf_ms .entryForm_userSelect input {
  width: 290px !important;
}

table.entryForm .eligibilityForm_gisa_elig .entryForm_userSelect input {
  width: 290px !important;
}

table.entryForm a.delete-row {
  display: inline-block;
  margin: 4px 3px 2px 3px;
}

table.entryForm a.delete-row .fa-trash-o {
  font-size: 1.5em;
  padding: 1px;
}

/* -------------------------------------------------------
		ELIGIBILITY NOTICES
------------------------------------------------------- */

#errorDisplay.alert-danger,
#successDisplay.alert-success {
  padding: 1em;
}

/* -------------------------------------------------------
		SYSTEM FORM FOOTER
------------------------------------------------------- */

.system-footer-verbiage {
  font-size: 0.8em;
  line-height: 1.3em;
}

/* -------------------------------------------------------
		MODULE INLINE INPUT
------------------------------------------------------- */

#theForm .inline-input {
  line-height: 1.5;
}

#theForm .inline-input.has-bottom {
  margin-bottom: 10px;
}

#theForm .inline-input input {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  max-height: 18px;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  position: relative;
  margin-top: 1px;
}

#theForm .inline-input input[type="text"].has-error {
  border: 1px solid;
}

#theForm .inline-input input[type="text"].datePickerInput {
  max-width: 14%;
}

/* -------------------------------------------------------
		MODULE INITIAL CONTAINER
------------------------------------------------------- */

#theForm .initial-container input {
  text-align: center;
}

#theForm .initial-container input::placeholder {
  font-size: 11px;
}

#theForm .initial-container input:-ms-input-placeholder {
  font-size: 11px;
}

#theForm .initial-container input::-moz-placeholder {
  font-size: 11px;
}

#theForm .initial-container input::-webkit-input-placeholder {
  font-size: 11px;
}

#theForm .ppe-form-extra-initial-box {
  margin-top: 6px;
}

#theForm .initial-container .col-sm-2 > div {
  margin: 0;
}

#theForm .pp-forms .form-container div .initials {
  margin-right: 1.1rem;
  font-size: 12px;
  text-align: center;
}

#theForm .pp-forms .form-container div .initials:nth-of-type(1) {
  margin-bottom: 10px;
}

#theForm .pp-forms .form-container div .initials:nth-of-type(1) {
  margin-top: 0;
}

#theForm .initial-container-bottom {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .row.user_centric {
    margin-bottom: 1em;
  }

  #theForm .initial-container textarea {
    margin-bottom: 10px;
  }

  #theForm .initial-container > div:first-of-type p {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 480px) {
  #theForm .pp-forms .form-container div .initials {
    width: 30%;
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) {
  #theForm .pp-forms .form-container div .initials {
    width: 100%;
  }
}

.ad-modified {
  font-weight: bold !important;
}

.user-centric-content > h6 {
  margin-bottom: 16px;
}

.user-centric-content > h6 > span.title-text {
  display: inline-block;
  min-width: 150px;
}

/**
 * PPE icons
 */
.indicator_approved {
  color: #00bb00;
}

.indicator_notapproved {
  color: #bb0000;
}

/**
 * W&S icons
 */
.indicator_full {
  color: #00bb00;
}

.indicator_as_tolerated {
  color: #ffdc16;
}

.indicator_limited {
  color: #f2a100;
}

.indicator_out {
  color: #d14;
}

/**
 * App Launcher
 */
.dropdown-menu.app-launcher {
  right: 0 !important;
  left: auto !important;
  text-align: center;
  width: 270px;
  padding: 25px 31px 25px 30px !important;
  max-height: 360px !important;
}

.dropdown-menu.app-launcher ul {
  padding: 5px 0 5px 0;
}

.dropdown-menu.app-laucher > li,
.dropdown-menu.app-launcher li {
  list-style: none outside none;
}

.dropdown-menu.app-launcher a:link,
.dropdown-menu.app-launcher a:visited,
.dropdown-menu.app-launcher a:hover,
.dropdown-menu.app-launcher a:active {
  text-decoration: none;
}

/* GLOBAL APP CSS FOR BUTTON FOR Bootstrap 4 */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* Disabled Fields Fix */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .row Global Fix */
.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* Checkbox Global Fix */
input[type="checkbox"] {
  position: relative;
  top: 2px;
}

/* Radio button Global Fix */
input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.input-group-text > input[type="checkbox"] {
  top: 0px;
}

/* Quick fix for child checkbox in leftnavbar setups module */
.col-md-4 > div > input[type="checkbox"] {
  position: relative;
  top: 0px;
}

/* label global fix */
label {
  font-weight: bold;
}

/* Modal Footer Default Fix */
.modal-footer {
  text-align: right;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
}

/* global th small */
th > small {
  font-weight: bold;
}

.border-left-radius-0 {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

/* Quick fix for modal footer cancel and save button alignment */
div.modal-footer {
  display: flex !important;
}

/* @mdeia print fixes on pitch count page */
@media print {
  #interior-content-container > div {
    color: black;
  }

  #interior-content-container > h1 {
    color: black;
  }

  #interior-content-container > h3 {
    color: black;
  }
}

/* global fix for links of table in modules */
table td label a {
  color: #1b6b8d !important;
}

/* Add Image button border color fix */
.add-img-btn-color {
  border: 1px solid #767676 !important;
}

/* hr default to match BS3 */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px !important;
}

.table-condensed2 > thead > tr > th,
.table-condensed2 > tbody > tr > th,
.table-condensed2 > tfoot > tr > th,
.table-condensed2 > thead > tr > td,
.table-condensed2 > tbody > tr > td,
.table-condensed2 > tfoot > tr > td {
  padding-left: 5px;
  padding-bottom: 0.5px;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  border-top-width: 0px;
  border-top-style: initial;
  border-top-color: initial;
}

.outline-shadow-none {
  outline: none !important;
  box-shadow: none !important;
}

/* Gloablly Enable Text Resize */
textarea {
  resize: both !important;
}

/* Global Fix For Popovers to support BS4 */
.fade.in {
  opacity: 1;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%) !important;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%) !important;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -16px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* Manage Category, Add a Tag Resize */
.icon-resize {
  width: 9.25px !important;
}

label a i.fa-caret-right:before {
  content: "";
}

/* margin Remove Texas Emergency Contact and Consents Form-> Checkbox section -> List the sports you will participat */
.validate-group.ppe-sports-selection-list .col-sm-4 label {
  margin-bottom: 0px;
}

/* removed padding from check boxe section ->Confirm Sports student participated in – Sending School Completes -> On CHSAA Application Transfer Eligibility */
.staff-confirm-sports .transfer-sports-selection-list .col-md-3 {
  padding: 0px;
}

/* Start a New Submission button hover and color Fix on Document Management*/
.btn-color-fix {
  color: #fff !important;
  background-color: #28a4d7 !important;
  border-color: #1b6b8d #1b6b8d black !important;
  border-top-color: rgb(27, 107, 141) !important;
  border-right-color: rgb(27, 107, 141) !important;
  border-bottom-color: black !important;
  border-left-color: rgb(27, 107, 141) !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
}

label .btn-color-fix:hover {
  background-color: #1b6b8d !important;
}

/* Document Management print page fixes ->(CHSAA) Colorado High School Activities Assoc  */
@media print {
  a {
    text-decoration: none !important;
  }

  table td label a {
    color: #000 !important;
  }

  span {
    text-decoration: none !important;
    color: #000 !important;
  }

  table td a,
  table td i {
    color: #000 !important;
  }

  table thead tr th {
    color: #000 !important;
  }

  .content-wrapper
    .page-content
    .table-striped.table-hover.table-sm.table-condensed
    .print-margin-fix
    label {
    margin-bottom: 4px !important;
  }
}

/* thead border fix */
.thead-border-fix {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
}

#college-advisor.modal.fade .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.input-container {
  position: relative;
}

input.mz-input {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-family: "Segoe UI";
  font-size: 16px;
}

#vaad_request_modal textarea.mz-input {
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  font-family: "Segoe UI";
  font-size: 16px;
  z-index: 2000;
}

.mz-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-family: "Segoe UI";
  font-size: 16px;
}

input.mz-input:focus {
  outline: none;
  border: 2px solid #7a7a7a;
}

input.mz-input:focus + .mz-label .mz-text {
  font-size: 12px;
  transform: translate(0, -50%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  color: #7a7a7a;
}

.mz-label .mz-text {
  transition: all 0.15s ease-out;
}

input.mz-input:focus + .mz-label .mz-text,
:not(input[value=""]) + .mz-label .mz-text {
  font-size: 11px;
  transform: translate(0, -120%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  color: #7a7a7a;
}

input.mz-input:focus + .mz-label .mz-text {
  color: #7a7a7a;
}

/* css for select */

select.mz-input {
  height: 48px;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  font-family: "Segoe UI";
  font-size: 16px;
}

select.mz-input:focus {
  outline: none;
  border: 2px solid #7a7a7a;
}

select.mz-input:focus + .mz-label .mz-text {
  font-size: 12px;
  transform: translate(0, -50%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  color: #7a7a7a;
}

select.mz-input:focus + .mz-label .mz-text {
  font-size: 11px;
  transform: translate(0, -130%);
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
}

select.mz-input:focus + .mz-label .mz-text {
  color: #7a7a7a;
}

.label-text {
  color: #7a7a7a !important;
  text-align: left !important;
  font-size: 13px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
}

.noty_bar.noty_type_error .noty_text {
  font-weight: normal !important;
}

.noty_bar.noty_type_error {
  background-color: #e75f5e;
}

.su-sports .checkbox.row {
  text-align: left !important;
  align-items: baseline !important;
}

.su-sports .col-md-4 > div > input[type="checkbox"] {
  top: 2px !important;
}

.account-linking-dialog div.modal-header .bootstrap-dialog-title,
.account-linking-dialog div.modal-header,
.accL-succes-modal div.modal-header .bootstrap-dialog-title,
.accL-succes-modal div.modal-header {
  color: #ffffff !important;
  background-color: #129846 !important;
  text-align: center;
  font-size: 1.125rem;
}

/* .account-linking-dialog div.modal-content {
  margin-left: -110px;
  width: 140%;
} */

@media (min-width: 576px) {
  .account-linking-dialog .modal-dialog {
    max-width: 740px !important;
    margin: 10.75rem auto;
  }
}

#scLinkingForm {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#scLinkingForm fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-sizing: border-box;

  /*stacking fieldsets above each other*/
  position: relative;
}

#scLinkingForm fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#scLinkingForm fieldset:not(:first-of-type) {
  display: none;
}

#scLinkingForm fieldset .form-card {
  text-align: left;
}

/*Green Buttons*/
#scLinkingForm .action-button,
.accL-succes-modal .action-button {
  width: 120px;
  background: #129846;
  font-weight: bold;
  color: white;
  border: 1px solid #132432;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

#scLinkingForm .action-button.disabled {
  background: #12984699;
  border: none;
}

#scLinkingForm .action-button.disabled:hover {
  background: #12984699;
  border: none;
  box-shadow: none;
}

#scLinkingForm .action-button.cancel {
  background: white;
  font-weight: bold;
  color: #132432;
  border: 1px solid #132432;
}

#scLinkingForm .action-button:hover,
#scLinkingForm .action-button:focus,
.accL-succes-modal .action-button:hover,
.accL-succes-modal .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #129846;
}

/*Previous Buttons*/
#scLinkingForm .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#scLinkingForm .action-button-previous:hover,
#scLinkingForm .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*The background card*/
/* .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    } */

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#scLinkingForm .mz-label,
#scLinkingForm .acL-sports-label {
  font-size: 12px !important;
  font-weight: bold !important;
}

.account-linking-dialog .modal-dialog {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.account-linking-dialog {
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 600px) {
  #scLinkingForm .action-button {
    width: 100%;
    margin: auto !important;
    margin-top: 10px !important;
  }

  #scLinkingForm .col-md-6 {
    width: 100%;
    padding: inherit !important;
    margin-top: 10px !important;
  }
}

body.accL-modal-open {
  overflow: hidden;
}

.accL-overlay-wrapper {
  margin-top: -120px;
  width: 100%;
  height: 120%;
  display: inline-block;
  position: absolute;
  background: rgb(0 0 0 / 60%);
}

@media (min-width: 768px) {
  .emr-form,
  .ovrviw_name {
    text-align: center;
  }
}

.linked_accounts_tab {
  overflow: hidden;
  border-bottom: 1px solid green;
}

/* .linked_accounts_tab button:hover {
  background-color: #ddd;
} */

/* .linked_accounts_tab button.active {
  border-top: 1px solid green;
  border-right: 1px solid green;
  border-top-right-radius: 6px;
} */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent.active {
  display: block;
}
.bt-green-btn {
  max-width: 215px;
  border-radius: 6px !important;
  border-color: var(--bt-green);
  color: var(--bt-green);
}
.bt-green-btn:hover,
.bt-green-btn i:hover {
  border-color: var(--bt-blue);
  color: var(--bt-blue);
}
.bt-green-btn i {
  margin-top: 1px;
  font-size: 20px;
}
.hrdivider {
  position: relative;
}
.hrdivider hr {
  border-color: var(--bt-green);
  width: 100%;
}
.hrdivider span {
  position: absolute;
  top: -9px;
  background: #fff;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  left: 35px;
}
.btn-wrap-tilt {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  padding-top: 0px;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  vertical-align: middle;
  background: transparent;
}
.btn-wrap-tilt.active {
  display: inline-block;
  padding-top: 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  vertical-align: middle;
  background: #e5e4e2;
  border-left: 1px solid green;
  border-right: 1px solid green;
  border-top: 1px solid green;
  border-bottom: 0px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .bt-green-btn {
    max-width: 100%;
  }
  .btn-wrap-tilt {
    width: 99%;
    margin: 1px;
  }
  .btn-wrap-tilt.active {
    border-radius: 10px;
    border: 1px solid green;
  }
  .linked_accounts_tab {
    padding-bottom: 20px;
  }

  .logged_in_banner {
    padding-bottom: 6px;
  }

  .logged_in_banner .user_name_loggen_in {
    font-size: 16px;
  }

  .logged_in_banner h2 {
    font-size: 0.8rem !important;
  }

  .logged_in_banner .column-2 a {
    margin: 0px !important;
    font-size: 0.8rem;
    padding: 0px;
    padding-left: 5px;
    padding-right: 3px;
  }

  .column-1 {
    width: 100%;
  }
  .column-2 {
    width: 100%;
  }

  .mob-padding-adjustment {
    padding-top: 100px !important;
  }

  .logged_in_banner .user_name_logged_in {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .column-2 {
    margin-left: 60px;
  }

  .column-3 {
    margin-left: 20px !important;
    margin-top: 10px !important;
  }

  .logged_in_banner .user_name_logged_in {
    font-size: 30px;
  }

  .logged_in_banner .user_name_loggen_in {
    font-size: 30px;
  }

  .desktop-text-right {
    text-align: right !important;
  }
}

.skiptranslate iframe {
  display: none !important;
}
.skiptranslate span > a > img {
  display: none !important;
}
.skiptranslate span > a > span:nth-child(1) {
  padding-right: 6px;
}
.skiptranslate span > a > span:nth-child(3) {
  padding-right: 4px;
}

#home-btn-container .quick-nav-heading {
  color: #081131;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

#home-btn-container .dashboard-btn {
  text-align: center;
  flex: 1 0 13%; /* explanation below */
  margin: 5px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: 12px;
}
#home-btn-container .dashboard-btn-text {
  color: #081131;
  font-size: 15px;
  font-weight: 700;
}
#home-btn-container .dashboard-btn-icon {
  color: #129846;
  font-size: 60px;
  margin-bottom: 12px;
}
.welcome_msg {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
div.coming_soon h3 {
  font-weight: 600;
  font-family: "Source Sans Pro, Sans-serif";
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 7px !important;
}
.email_text_color {
  color: #054bfe !important;
}
.text-black {
  color: #000 !important;
}
.contact_heading {
  color: #9da6ba;
  font-size: 13px;
  font-weight: 600 !important;
}
.account-info-dropdown,
.account-info-dropdown a {
  font-family: "Source Sans Pro", Sans-serif;
  text-decoration: none !important;
  color: black !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.account-info-caret::after {
  display: inline-block !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078";
  border-top: none;
  position: absolute;
  top: 12px;
  right: 35px;
  font-weight: bold;
  font-size: 22px;
}
a.card_heading:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  float: right;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  top: 12px;
  right: 15px;
}
#message_center_card a.card_heading:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f141";
  color: #868686;
  float: right;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  top: 16px;
  right: 15px;
}
a.card_heading.collapsed:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}

div#vaad_widget_card,
div#linked_accounts_card,
div#account_information_card,
div#message_center_card {
  background: white;
  border-radius: 15px;
  padding-bottom: 10px;
  height: 100%;
}

div#vaad_widget_card,
div#account_information_card,
div#message_center_card {
  background: white;
  border-radius: 15px;
  margin-bottom: 15px;
}
#vaad_widget_card .card_heading_not_clickable,
#account_information_card .card_heading,
#quick_navigation_card .card_heading,
#linked_accounts_card .card_heading,
#linked_accounts_card .card_heading_not_clickable,
#message_center_card .card_heading,
#message_center_card .card_heading_not_clickable {
  color: #081131;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

div#vaad_widget_card {
  height: auto !important;
  margin-bottom: 20px;
}

div#account_information_card {
  height: auto !important;
}

div#vaad_widget_card,
div#account_information_card,
div#message_center_card,
div#linked_accounts_card {
  background: white;
  border-radius: 15px;
  padding-bottom: 10px;
  height: 100%;
}
.dashboard-fill-btn {
  max-width: 215px;
  min-width: 149px;
  color: #ffff !important;
  border-radius: 5px !important;
  border-color: var(--bt-green);
  background-color: var(--bt-green);
}
.fs-10 {
  font-size: 10px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.email_text_color {
  color: #054bfe !important;
}
.text-black {
  color: #000 !important;
}
.contact_heading {
  color: #9da6ba;
  font-size: 13px;
  font-weight: 600 !important;
}
.account-info-dropdown,
.account-info-dropdown a {
  text-decoration: none !important;
  color: black !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.account-info-caret::after {
  display: inline-block !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078";
  border-top: none;
  position: absolute;
  top: 12px;
  right: 35px;
  font-weight: bold;
  font-size: 22px;
}
a.card_heading:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  float: right;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  top: 12px;
  right: 15px;
}

a.card_heading.collapsed:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}

.vaad_request_modal,
.account_info_update_modal {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 140px;
}
#confirmationDialog .modal-title,
#successDialog .modal-title {
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .help_request_form .vaad_request_form .modal-footer,
  .account_info_update_modal .modal-footer {
    justify-content: space-around;
  }

  .mobile_padding_0 {
    padding: 0px !important;
  }
}

@media (max-width: 950px) {
  .landscape_btn .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  .nopadding_mbl {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  .phsThemev2 .navbar-nav {
    padding: 0 28px 0 0 !important;
  }
  button.btn.btn-light.dropdown-toggle.school-dropdown.d-print-none {
    width: auto !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .brand-logo.p-0.d-print-none img {
    margin: 0 !important;
  }
  .topnavbar .navbar-header {
    width: auto !important;
  }
  ul.d-print-none.flex-row.fold2.navbar-nav {
    margin: 0 !important;
  }
  ul.fold2.navbar-nav.flex-row.ceostyle.d-print-none {
    padding: 0 !important;
  }
  .topnavbar .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 0.75rem;
    font-size: 0.75rem;
  }
  .btn {
    font-size: 13px;
  }
  .nav-item .input-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 148px;
  }
  .input-group .btn {
    font-size: 12px;
  }
  .nav-item .btn {
    font-size: 12px;
  }
  body.admin-access > div.wrapper > header {
    top: 40px !important;
  }
  button.btn.btn-light.dropdown-toggle.school-dropdown.d-print-none {
    width: auto !important;
  }
  .form-control {
    font-size: 0.75rem;
  }
  .topnavbar .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 0.7rem !important;
    font-size: 0.75rem !important;
  }
  .topnavbar {
    padding: 13px 0;
  }
  .school-dropdown {
    width: auto !important;
  }
}
@media (max-width: 950px) and (orientation: landscape) {
  .dropdown-menu.dropdown-menu-right.animated.fadeInRight.w-100.d-print-none {
    max-height: 70vh !important;
  }
}

@media screen and (max-width: 768px) {
	.emergency-info-resp .modal-dialog,
  .audit-log-info-resp .modal-dialog {
    min-width: auto !important;
    width: 90%;
    margin-inline: auto;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  .vaad-modal-landscape {
    margin-left: 300px !important;
    width: 400px !important;
  }
}

@media screen and (max-width: 768px) {
  ul.fold2.navbar-nav.flex-row.ceostyle.d-print-none {
    margin: 0 0 0 auto !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  .vaad-modal-landscape,
  .contact-update-modal,
  .billing-contact-update-modal {
    margin-left: 300px !important;
    width: 400px !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-menu-portrait {
      width:250px;
  }
}

@media screen and (max-width: 768px) {
  .aside-inner.d-print-none.sidebar-submenu-infront {
      margin-top: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .dropdown-menu.animated.fadeInTop.dropdown-menu-right2.pb-2.w-100.text-center.d-print-none {
      max-height: 70vh !important;
    min-height:auto !important;
    overflow-y:auto !important;
    font-size:small;
  }
}

/* Varsity Women page button design for mobile view */
@media screen and (max-width:768px) {
  .edit-buttons-portrait {
      display: inline !important;
  }
}

@media screen and (max-width:767px) {
  ul.fold2.ceostyle {
    margin: 0;
    padding: 0;
    display: flex !important;
  }
  .navbar-nav {
    display: none;
  }
  li.nav-item {
    margin: 0;
    padding: 0 !important;
  }
  li.nav-item a.btn {
    font-size: 12px;
  }
  li.dropdown.nav-item.nav-item-hoverable a.nav-link {
    padding: 15px 9px 10px;
  }
  .topnavbar .navbar-brand {
    margin: 0;
  }
  .topnavbar .navbar-brand .brand-logo > img {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .btncombo-portrait .btn.btn-primary{
    height: 75px !important;
  }
}

@media screen and (max-width: 580px) {
  .ui-autocomplete.ui-widget-content {
  max-width: 86% !important;
  }

.ui-autocomplete.ui-widget-content li{
  word-wrap:break-word !important;
      font-size: 0.8rem;
 }
}

/* Account linking popup style here */
#linkModal.modal {
  padding: 0px !important;
  height: 100vh !important;
  overflow: hidden !important;
}
#linkModal.modal .fold {
  max-height: 100vh;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  margin: 0;
}
#linkModal.modal .overlay-wrapper.d-print-none {
  margin: 0;
  height: 100%;
  inset: 0;
}
#linkModal.modal .modal-dialog.d-print-none {
  height: max-content;
  transform: translate(0) !important;
  margin: 0 auto !important;
}
#linkModal.modal  .modal-dialog {
  width: 100% !important;
}
.admin-access .navbar{
  padding: 0 !important;
}
@media screen and (max-width:1024px) {
  #linkModal.modal .fold {
    max-height: unset;
    height: unset;
  }
  #linkModal.modal .modal-dialog .modal-content {
    width: 90%;
    margin: 0 auto;
  }
  .account-popup-text{
		margin-left: unset !important;
	}
}
@media screen and (max-width:768px) {
  #linkModal.modal .dark-wrapper {
    inset: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  /* Med Central Daterangepicker */
    .daterangepicker.show-calendar{
    max-height: 350px;
    overflow: auto;
    }
}
@media screen and (max-width:580px) {
  #linkModal.modal .fold {
    max-height: 100vh;
    height: 100%;
  }
  /* Filter View dropdown style goes here */
  .filterview-dropdown {
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    width: max-content !important;
  }
  .custom-tooltip-btn:hover::after {
    word-wrap: break-word;
    font-size: 14px !important;
    left: 100px !important;
    text-wrap:wrap;
  }
}
 /* Atheletic trainer general info section style goes here */
 @media screen and (max-width: 932px) {
  #athletic-trainer-reporting-form .form-control {
    width: 93%;
  }
}
@media (min-width: 933px) and (max-width: 1440px){
	#athletic-trainer-reporting-form .form-control {
    width: 95%;
  }
}
