@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #333;
  font: 14px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #eee url("/userfile/apvrs/img/back.png");
  margin: 0;
  padding: 0;
  height: 100%;
}

.--bold {
  font-weight: bold;
}

.__flex {
  display: flex;
}

.__flex.__flex--end {
  justify-content: flex-end;
}

.--flex-xs {
  flex: 0.1;
}

.--flex-01 {
  flex: 0.1 !important;
}

.--flex-05 {
  flex: 0.5 !important;
}

.--flex-06 {
  flex: 0.6 !important;
}

.--flex-1 {
  flex: 1 !important;
}

.--flex-2 {
  flex: 2 !important;
}

.--flex-3 {
  flex: 3 !important;
}

.--h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 2rem;
  text-align: center;
}

.--red {
  color: red;
}

h1,
.q-form .h1 {
  font-size: 3em;
}

h2,
.q-form .h2 {
  font-size: 1.6em;
}

h3,
.q-form .h3 {
  font-size: 1.375em;
}

h5,
.q-form .h5 {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

h1,
.q-form .h1,
h2,
.q-form .h2,
h3,
.q-form .h3,
h4,
.q-form .h4 {
  font-weight: bold;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.link-xs {
  font-size: 0.8em;
  padding: 0 2px;
}

.__pointer {
  cursor: pointer;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: 10px;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
}

hr.separator {
  border-top: 2px solid #ccc;
}

div.mergeForm {
  display: block;
  overflow-x: scroll;
}

span.fc-title {
  white-space: pre-line;
}

.abstractsResult {
  line-height: 1em;
}

.canClick {
  cursor: pointer;
}

.blackColorHr {
  color: black;
  background-color: black;
  height: 1px;
}

.category-footnote {
  color: #f00;
  font-size: 0.8em;
}

.finished {
  background-color: #dff0d8 !important;
}

.gotoPage {
  visibility: hidden;
}

.showDetails {
  padding-left: 15px;
  padding-right: 15px;
}

.panel-heading {
  display: block;
  align-items: center;
  justify-content: space-between;
}

.panel-heading-right {
  margin-top: -5px;
}

.panel-darkgreen {
  border-color: #004e00;
}

.panel-darkgreen>.panel-heading {
  color: #fff;
  background-color: #006000;
  border-color: #006000;
}

.panel-heading-right>span {
  padding-left: 5px;
  padding-top: 5px;
}

.panel-pricing {
  transition: all 0.3s ease;
}

.panel-pricing:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

.panel-pricing .panel-heading {
  padding: 20px 10px;
}

.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}

.panel-pricing .list-group-item {
  color: #777;
  border-bottom: 1px solid rgb(250 250 250 / 50%);
}

.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 20px;
  color: #777;
  padding: 20px;
  margin: 0;
}

.panel-pricing .panel-body small,
.panel-pricing .panel-body .q-form .small,
.q-form .panel-pricing .panel-body .small {
  font-size: 15px;
}

.panel-pricing .panel-footer>label.radio-inline {
  font-size: 17px;
}

.pagesize {
  visibility: hidden;
}

.traineepdf {
  width: 100%;
  height: 800px;
}

.remarks {
  color: blue;
}

.formInput-group {
  width: 500px;
  padding-left: 15px;
}

.invitationsResult {
  line-height: 1em;
}

.importantInformation {
  font-size: 20px;
}

.registrationsResult {
  line-height: 1em;
}

.registration-payment-itemList {
  background-color: #f0f0f0;
}

.registration-fee-table-header {
  font-weight: bold;
}

.registration-fee-table-selectedCategory td {
  background-color: #9BE5FA !important;
}

.registration-fee-table-price-column {
  width: 22%;
}

.registration-fee-table-radio {
  width: 3%;
}

#proxy {
  position: fixed;
  top: 0;
  background: rgb(244 223 156);
  height: 65px;
  width: 100%;
  z-index: 998;
}

#proxy>button,
#proxy>label,
#proxy>input {
  position: relative;
  top: 25%;
  margin-right: 250px;
}

#proxy>label,
#proxy>input {
  position: relative;
  top: 30%;
  margin-right: 10px;
  font-size: 16px;
}

body,
html {
  height: 100%;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: transparent;
}

#wrapper {
  padding-left: 0;
  transition: all 0.2s ease;
}

nav.sidebar,
.main {
  transition: margin 200ms ease-out;
}

.main {
  padding: 10px 10px 0;
}

.contentWrapper {
  background-color: #fff;
  padding-top: 0;
}

@media screen and (width <= 767px) {
  .contentWrapper {
    padding-top: 68px;
  }
}

@media screen and (width >= 768px) {
  .main {
    position: absolute;
    width: calc(100% - 40px);
    margin-left: 40px;
    float: right;
  }

  nav.sidebar:hover+.main {
    margin-left: 200px;
  }

  nav.sidebar.navbar.sidebar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand,
  .q-form .navbar>.container-sm .navbar-brand,
  .q-form .navbar>.container-md .navbar-brand,
  .q-form .navbar>.container-lg .navbar-brand,
  .q-form .navbar>.container-xl .navbar-brand,
  .q-form .navbar>.container-xxl .navbar-brand {
    margin-left: 0;
  }

  nav.sidebar .navbar-brand,
  nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  nav.sidebar a {
    padding-right: 13px;
  }

  nav.sidebar .navbar-nav>li:first-child {
    border-top: 1px #e5e5e5 solid;
  }

  nav.sidebar .navbar-nav>li {
    border-bottom: 1px #e5e5e5 solid;
  }

  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  nav.sidebar .navbar-collapse,
  nav.sidebar .container-fluid,
  nav.sidebar .q-form .container-sm,
  .q-form nav.sidebar .container-sm,
  nav.sidebar .q-form .container-md,
  .q-form nav.sidebar .container-md,
  nav.sidebar .q-form .container-lg,
  .q-form nav.sidebar .container-lg,
  nav.sidebar .q-form .container-xl,
  .q-form nav.sidebar .container-xl,
  nav.sidebar .q-form .container-xxl,
  .q-form nav.sidebar .container-xxl {
    padding: 0;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  nav.sidebar {
    width: 200px;
    height: 100%;
    margin-left: -160px;
    float: left;
    margin-bottom: 0;
  }

  nav.sidebar li {
    width: 100%;
  }

  nav.sidebar:hover {
    margin-left: 0;
  }

  .forAnimate {
    opacity: 0;
  }

  #wrapper.toggled {
    padding-left: 40px;
  }

  #sidebar-wrapper {
    height: 100%;
    overflow: hidden auto;
    transition: all 0.2s ease 0s;
    z-index: 1000;
  }
}

@media screen and (width >= 1200px) {
  .main {
    width: calc(100% - 200px);
    margin-left: 200px;
  }

  nav.sidebar .forAnimate {
    opacity: 1;
  }

  #wrapper.toggled {
    padding-left: 200px;
  }

  #sidebar-wrapper {
    height: 100%;
    left: 200px;
    margin-left: -200px;
    overflow: hidden auto;
    transition: all 0.2s ease 0s;
    z-index: 1000;
  }
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #CCC;
  background-color: transparent;
}

nav:hover .forAnimate {
  opacity: 1;
}

section {
  padding-left: 15px;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgb(250 250 250 / 80%);
  z-index: 1;
}

#interestedOtherinput {
  margin-left: 5px;
  width: 150px;
}

.limitWidth {
  width: 30%;
  display: inline-block;
}

.form-group .datesSelection,
.form-group .roomsSelection,
.form-group .checkboxSelectionCSS {
  padding-top: 7px;
}

.form-group {
  position: relative;
}

.form-control,
.q-form .q-form-input-multiple-select-one select,
.q-form .q-form-input-multiple-text-multiple-as-tag__input-box .q-form-input-multiple-text-multiple-as-tag__input,
.q-form .q-form-input-multiple-typeahead .q-form-input-multiple-typeahead__query>input,
.q-form .q-form-input-single-date input,
.q-form .q-form-input-single-email input,
.q-form .q-form-input-single-html .quill-editor .ql-container .ql-editor,
.q-form .q-form-input-single-number input,
.q-form .q-form-input-single-password input,
.q-form .q-form-input-single-text input,
.q-form .q-form-input-single-text-area textarea,
.q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row input {
  height: 40px;
}

.form-group [data-toggle="floatLabel"] {
  padding-top: 12px;
}

.form-group select[data-toggle="floatLabel"] {
  padding-top: 13px;
}

.form-group [data-toggle="floatLabel"]+label {
  font-size: 11px;
  left: 20px;
  opacity: 1;
  position: absolute;
  top: 1px;
  transition: all 0.3s ease-in-out;
}

.form-group [data-toggle="floatLabel"]:required+label {
  color: rgb(255 0 0);
}

.form-group [data-toggle="floatLabel"][data-value=""] {
  padding-top: 6px;
}

.form-group [data-toggle="floatLabel"][data-value=""]+label {
  opacity: 0;
  top: -18px;
}

.red {
  color: red;
}

#resultMsg {
  color: #8a6d3b;
  font-weight: bold;
}

.absolute-center {
  inset: 0;
  margin: auto;
  overflow: auto;
  position: absolute;
}

.absolute-center.is-responsive {
  height: 100%;
  padding-top: 240px;
}

.absolute-center.loading {
  color: #000;
  text-align: center;
  background: url("../img/spinner.gif") no-repeat center 220px #fff;
}

a.color-blue-dark {
  background-color: #3A87AD;
  border-color: #3A87AD;
  color: #fff;
}

a.color-blue-dark:hover,
a.color-blue-dark:focus {
  background-color: #3FA0D1;
  border-color: #3FA0D1;
  color: #fff;
}

.border-thin {
  border: 1px solid #82ccfd;
}

.border-thin-left {
  border-left: 1px solid #82ccfd;
}

.border-thin-right {
  border-right: 1px solid #006eb6;
}

.fb-like {
  display: inline-block;
  position: relative;
  padding-top: 0;
}

.float-left {
  float: left;
}

.footnote {
  font-size: 0.8em;
}

.invitation-modal-footer {
  padding: 15px;
  text-align: right;
}

.landing {
  font-family: "gill sans MT", sans-serif;
}

.middle-img {
  padding-left: 2px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

div#spinner {
  height: 100px;
  background: url("../img/spinner.gif") no-repeat center #fff;
  text-align: center;
  overflow: auto;
}

.questcms-abstracts {
  list-style: none;
  padding: 0 14px;
  margin: 0;
}

.questcms-abstracts>li-group-item>div {
  border: 1px solid #bce8f1;
  padding: 10px;
}

.questcms-abstracts>li-group-item:nth-child(odd)>div {
  background-color: #F2F2F2;
}

.questwork-titlebar {
  background-color: #006eb6;
  color: #fff;
  line-height: 3em;
  text-align: center;
}

.questcms-registrations {
  list-style: none;
  padding: 0 14px;
  margin: 0;
}

.questcms-registrations>li-group-item:nth-child(odd)>div {
  background-color: #F2F2F2;
}

.questcms-registrations>li-group-item>div {
  border: 1px solid #bce8f1;
  padding: 10px;
}

.questcms-awardNomination {
  list-style: none;
  padding: 0 14px;
  margin: 0;
}

.questcms-awardNomination>li-group-item:nth-child(odd)>div {
  background-color: #F2F2F2;
}

.questcms-awardNomination>li-group-item>div {
  border: 1px solid #bce8f1;
  padding: 10px;
}

.questcms-invitations {
  list-style: none;
  padding: 0 14px;
  margin: 0;
}

.questcms-invitations>li-group-item:nth-child(odd)>div {
  background-color: #F2F2F2;
}

.questcms-invitations>li-group-item>div {
  border: 1px solid #bce8f1;
  padding: 10px;
}

.questcms-transactions {
  list-style: none;
  padding: 0 14px;
  margin: 0;
}

.questcms-transactions>li-group-item:nth-child(odd)>div {
  background-color: #F2F2F2;
}

.questcms-transactions>li-group-item>div {
  border: 1px solid #bce8f1;
  padding: 10px;
}

.actionButton {
  margin: 1px;
  padding: 0 2px;
  width: 100%;
}

.actionButton-registration {
  width: 47%;
}

.actionButtonGroup button,
.actionButtonGroup input {
  margin: 2px;
}

.pad-t {
  padding-top: 2em;
}

.pad-b {
  padding-bottom: 2em;
}

.scrollbar {
  min-height: 400px;
  max-height: 550px;
  overflow-y: scroll;
}

.scrollbar-200 {
  max-height: 200px;
  overflow-y: scroll;
}

#sendMail {
  float: right;
}

.strong {
  font-weight: bold;
}

.text-l {
  font-size: 1.25em;
}

.title {
  padding: 0.8em 0 0.4em;
}

.transactionResult {
  line-height: 1em;
}

.wrapper {
  min-height: 2em;
}

footer,
header,
hgroup,
main,
nav,
section,
summary {
  margin: 0;
  padding: 0;
}

footer {
  font-family: "gill sans MT", sans-serif;
  background-color: #004264;
  width: 100%;
}

footer .navbar {
  min-height: 20px;
}

.badge-danger {
  background-color: #d43f3a;
}

.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #269abc;
}

.badge-inverse {
  background-color: #333;
}

.btn-darkgreen {
  color: #fff;
  background-color: #029402;
}

.btn-darkgreen:hover {
  color: #fff;
  background-color: #006000;
}

.btn-dimgray {
  color: #fff;
  background-color: #606860;
}

.btn-purple {
  color: #fff;
  background-color: #9370DB;
}

.btn-maroon {
  color: #fff;
  background-color: #800000;
}

.btn-maroon:hover {
  color: #fff;
  background-color: #800000;
}

.btn-brown {
  color: #fff;
  background-color: #8a6d3b;
}

.bkg-grey {
  background-color: #eee;
  color: #111;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  max-width: 1024px;
}

.container-home {
  background-color: #fff;
  padding-top: 50px;
}

#jump.btn-group-justified {
  padding-left: 17%;
  position: fixed;
  width: 60em;
}

.glyphicon-btn {
  color: #000;
  font-size: 1em;
  line-height: 1;
  opacity: 0.5;
  padding: 0 4px;
}

.glyphicon-btn:hover,
.glyphicon-btn:focus {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.glyphicon-color-black {
  color: black;
}

.glyphicon-color-blue-dark {
  color: #3a87ad;
}

.glyphicon-color-blue {
  color: blue;
}

.glyphicon-color-gray {
  color: #ddd;
}

.glyphicon-color-green {
  color: green;
}

.glyphicon-color-red {
  color: red;
}

.glyphicon-color-white {
  color: white;
}

.glyphicon-refresh {
  padding-left: 5px;
}

.navbar-collapse {
  max-height: 400px;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse {
  background-image: none;
  background-repeat: repeat-x;
  background-color: #232d6c;
  border-color: #232d6c;
}

.navbar-inverse .navbar-nav>li>a {
  color: #eee;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #f1a403;
}

.navbar-contact {
  padding-top: 10px;
}

.about-icon {
  float: left;
  margin-right: 12px;
}

.questcms-revisions {
  font-size: 0.8em;
}

legend {
  font-family: Andika, sans-serif;
}

.filler::after {
  border-right: 1px solid #82ccfd;
  background-color: inherit;
  inset: 0;
  content: "";
  height: auto;
  min-height: 100%;
  margin: inherit;
  position: absolute;
  width: inherit;
  z-index: -1;
}

#adminRegion {
  display: block;
}

div.admin-link {
  color: blue;
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
}

div.adminItem {
  padding: 10px 0;
}

div.adminItem img {
  display: none;
}

li.adminMenuItem {
  display: inline-block;
  min-width: 51%;
  padding: 0 10px;
}

.admin-item-header {
  background-color: #00f;
  padding: 4px;
}

.admin-item-header a {
  color: #fff;
}

.current-revision {
  color: red;
  font-style: italic;
}

ul.plain {
  list-style: none;
}

ul.contact>li {
  line-height: 2em;
}

ul.adjustSubspecialtyButtons {
  display: inline-block;
}

ul.adjustSubspecialtyButtons>li {
  list-style: none;
  float: left;
}

.questcms-googlemap {
  height: 420px;
}

.alert {
  margin-bottom: 0;
  padding: 0;
}

.alert .type {
  font-weight: bold;
}

.alert .text {
  font-style: italic;
}

.alert-error {
  background-color: red;
  border-color: white;
  color: white;
}

.alert-info {
  background-color: yellow;
  border-color: #EED3D7;
  color: #333;
}

.alert-success {
  background-color: blue;
  border-color: #EED3D7;
  color: #fff;
}

.alert-warning {
  background-color: yellow;
  border-color: #EED3D7;
  color: #333;
}

.alert-remarks {
  color: red;
}

.awardSelection {
  padding-top: 7px;
}

.awardNomination-notAllow {
  color: blue;
}

.awardNomination-notAllow-red {
  color: red;
}

.newAbstract {
  margin: 0 1rem;
}

.abstract-redBorder {
  border-color: red;
}

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

.abstract-panel-info>.abstract-panel-heading {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}

.abstract-qr-code {
  height: 60px;
}

.filter-form .abstract-label-info {
  text-align: left;
  width: 180px !important;
}

.abstract-panel-heading {
  margin-top: -5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}

.assign-reviewer-table-wrapper {
  overflow: auto;
  max-height: 500px;
}

.assign-reviewer-table-wrapper table tbody tr {
  background-color: initial !important;
}

.banner {
  overflow: auto;
}

.banner-blue {
  background-color: #009dfa;
  color: #fff;
}

.banner-blue-dark {
  background-color: #232d6c;
}

.banner-gray {
  background-color: #ccc;
}

.banner-gray-light {
  background-color: #f1f1f1;
  color: #333;
}

.banner-green {
  background-color: #2fcc82;
}

.banner-green-dark {
  background-color: #2e9e5a;
  color: #fff;
}

.banner-orange {
  background-color: #f1a403;
}

.banner-orange-dark {
  background-color: #dd840b;
}

.banner-red-danger {
  background-color: #D11515;
  color: #fff;
}

.banner-red-watermelon {
  background-color: #EF6049;
}

.banner-purple-light {
  background-color: #9F7FFF;
}

.color-blue {
  color: blue;
}

.color-gray {
  color: #ddd;
}

.color-red {
  color: red;
}

.color-orange {
  color: orange;
}

.color-white {
  color: white;
}

.color-bc0028 {
  color: #bc0028;
}

.input-color {
  position: relative;
}

.input-color input {
  padding-left: 20px;
}

.input-color .color-box {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  left: 5px;
  top: 5px;
}

.inline .input-color .color-box {
  left: 20px;
  top: 8px;
}

.call-to-action {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 1em 0;
}

.call-to-action .gg {
  margin: 0 auto;
}

.call-to-action .tagline {
  text-align: center;
  padding: 15px 0;
}

.call-to-action .action {
  padding-right: 0;
}

.call-to-action img {
  width: 120px;
}

#contentRegion {
  font-size: 1em;
  line-height: 1.5em;
  min-height: 870px;
  padding: 0 10px 80px;
}

#calendarRegion {
  background-color: #fff;
}

#notAssignedSessionRegion {
  background-color: #fff;
}

ul.questcms-clients {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.questcms-clients .glyphicon-btn {
  font-size: 1.6em;
  padding: 12px 8px;
}

ul.questcms-clients li {
  border: 4px solid #fff !important;
}

.demo-list .active {
  background-color: blue;
  color: white;
}

.delegate-smallTableHeader {
  font-size: 0.8em;
}

.delegate-conflict {
  background-color: red !important;
}

.delegate-smallfontsize {
  font-size: 1.2em;
  padding: 6px;
}

table {
  width: 100%;
}

th,
td {
  border: 1px solid #ccc;
  padding: 5px 10px;

}

table:not(.withoutStyle) tbody tr:nth-child(2n+1) {
  background-color: rgb(240 240 240);
}

.fileUpload-button {
  position: relative;
  overflow: hidden;
}

.fileUpload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.filter-form .input-group {
  width: 100%;
}

.filter-form .label-info {
  width: 180px !important;
  text-align: left;
}

.filter-form .form-control,
.filter-form .q-form .q-form-input-multiple-select-one select,
.q-form .q-form-input-multiple-select-one .filter-form select,
.filter-form .q-form .q-form-input-multiple-text-multiple-as-tag__input-box .q-form-input-multiple-text-multiple-as-tag__input,
.q-form .q-form-input-multiple-text-multiple-as-tag__input-box .filter-form .q-form-input-multiple-text-multiple-as-tag__input,
.filter-form .q-form .q-form-input-multiple-typeahead .q-form-input-multiple-typeahead__query>input,
.q-form .q-form-input-multiple-typeahead .filter-form .q-form-input-multiple-typeahead__query>input,
.filter-form .q-form .q-form-input-single-date input,
.q-form .q-form-input-single-date .filter-form input,
.filter-form .q-form .q-form-input-single-email input,
.q-form .q-form-input-single-email .filter-form input,
.filter-form .q-form .q-form-input-single-html .quill-editor .ql-container .ql-editor,
.q-form .q-form-input-single-html .quill-editor .ql-container .filter-form .ql-editor,
.filter-form .q-form .q-form-input-single-number input,
.q-form .q-form-input-single-number .filter-form input,
.filter-form .q-form .q-form-input-single-password input,
.q-form .q-form-input-single-password .filter-form input,
.filter-form .q-form .q-form-input-single-text input,
.q-form .q-form-input-single-text .filter-form input,
.filter-form .q-form .q-form-input-single-text-area textarea,
.q-form .q-form-input-single-text-area .filter-form textarea,
.filter-form .q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row input,
.q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row .filter-form input {
  text-align: left;
  width: 100%;
}

ul.footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.footer li {
  display: inline;
  padding: 0 1em;
}

.footer,
.footer a {
  color: #ccc;
}

ul.footer a {
  font-size: 0.9em;
  text-transform: uppercase;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-info {
  float: right;
  font-size: 0.8em;
  font-weight: 300;
  margin: 0;
  padding-top: 2em;
}

.footer .copyright {
  font-size: 0.7em;
  font-weight: 300;
  text-shadow: 1px 1px 4px #000;
  text-transform: uppercase;
  text-align: center;
  padding-right: 0.5em;
}

.footer .contact {
  font-size: 0.9em;
  line-height: 1em;
  padding-top: 1.3em;
  text-align: center;
}

.footer .first-row {
  padding-top: 1em;
}

.login-container {
  position: relative;
  width: 60%;
  margin: 80px auto;
  padding: 20px 40px 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
}

#output {
  position: absolute;
  width: 300px;
  top: -75px;
  left: 0;
  color: #fff;
}

#output.alert-success {
  background: rgb(25 204 25);
}

#output.alert-danger {
  background: rgb(228 105 105);
}

#login-reminder {
  color: #fff;
  background: rgb(25 204 25);
  text-align: center;
  padding: 10px;
}

#login-reminder>a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.login-container::before,
.login-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3.5px;
  left: 0;
  background: #fff;
  z-index: -1;
  transform: rotateZ(4deg);
  border: 1px solid #ccc;
}

.login-container::after {
  top: 5px;
  z-index: -2;
  transform: rotateZ(-2deg);
}

.avatar {
  width: 90%;
  height: 50px;
  margin: 10px auto 30px;
  border-radius: 100%;


}

.form-box input {
  width: 100%;
  padding: 10px;
  text-align: center;
  height: 40px;
  border: 1px solid #ccc;
  background: #fafafa;
  transition: 0.2s ease-in-out;
}

.form-box input:focus {
  outline: 0;
  background: #eee;
}

.form-box input[type="text"] {
  border-radius: 5px 5px 0 0;
}

.form-box input[type="password"] {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.form-box button.login {
  margin-top: 15px;
  padding: 10px 20px;
}

.form-input-btn .btn {
  margin: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.passwordGroup {
  position: relative;
}

.passwordGroup input[type="password"] {
  padding-right: 30px;
}

.passwordGroup .glyphicon,
#password2 .glyphicon {
  display: none;
  right: 15px;
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.hotel-booking img {
  display: block;
  margin: 1em auto;
}

.hotel-booking img.inline {
  display: inline;
  margin: 4px;
}

.invitation-importResult {
  resize: none;
  width: 993px;
}

.invitation-warning {
  color: red;
}

.login-logo {
  height: 100px;
}

.login-form input {
  color: #006eb6;
}

#languageMenuRegion {
  margin: 0;
}

ul.questcms-languageMenus img {
  width: 30px;
}

ul.questcms-languageMenus>li {
  display: inline-block;
  padding: 0 2px;
}

ul.questcms-languageMenus>li>a:focus,
ul.questcms-languageMenus>li>a:hover {
  background-color: transparent;
}

img.mainmenu-item {
  height: 36px;
}

.mainmenu-glyphicon {
  font-size: 1.4em;
}

#profileRegion {
  padding: 8px 0;
}

div.questcms-paginator {
  text-align: center;
}

div .paymentTable-save {
  display: none;
}

div.editing .paymentTable-label,
div.editing .paymentTable-buttons {
  display: none;
}

div.editing .paymentTable-save {
  display: block;
}

a.shortcut-link {
  font-size: 0.8em;
  text-decoration: underline;
}

.session-title {
  font-size: 1.5em;
  font-weight: bold;
}

.fc-widget-content {
  height: 50px !important;
}

.fc-timeline-event {
  min-height: 47px !important;
}

.questcms-stepFlow-step p {
  margin-top: 10px;
}

.questcms-stepFlow-row {
  display: table-row;
}

.questcms-stepFlow {
  display: table;
  width: 100%;
  position: relative;
}

.questcms-stepFlow-step button[disabled] {
  opacity: 1 !important;
}

.questcms-stepFlow-row::before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.questcms-stepFlow-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.4286;
  border-radius: 15px;
}

.currentRate {
  background-color: #9BE5FA;
}

.waivedRegistrationFee {
  color: green;
}

.cart-outstanding {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em 0;
}

.cart-waived {
  color: red;
}

.payByPayDollarsForm {
  display: inline-block;
  padding: 0 2px;
}

#paypal-button {
  padding: 0 2px;
}

table#cart>tbody>tr>td,
table#cart>tfoot>tr>td {
  vertical-align: middle;
}

@media screen and (width <= 600px) {
  table#cart tbody td .form-control,
  table#cart tbody td .q-form .q-form-input-multiple-select-one select,
  .q-form .q-form-input-multiple-select-one table#cart tbody td select,
  table#cart tbody td .q-form .q-form-input-multiple-text-multiple-as-tag__input-box .q-form-input-multiple-text-multiple-as-tag__input,
  .q-form .q-form-input-multiple-text-multiple-as-tag__input-box table#cart tbody td .q-form-input-multiple-text-multiple-as-tag__input,
  table#cart tbody td .q-form .q-form-input-multiple-typeahead .q-form-input-multiple-typeahead__query>input,
  .q-form .q-form-input-multiple-typeahead table#cart tbody td .q-form-input-multiple-typeahead__query>input,
  table#cart tbody td .q-form .q-form-input-single-date input,
  .q-form .q-form-input-single-date table#cart tbody td input,
  table#cart tbody td .q-form .q-form-input-single-email input,
  .q-form .q-form-input-single-email table#cart tbody td input,
  table#cart tbody td .q-form .q-form-input-single-html .quill-editor .ql-container .ql-editor,
  .q-form .q-form-input-single-html .quill-editor .ql-container table#cart tbody td .ql-editor,
  table#cart tbody td .q-form .q-form-input-single-number input,
  .q-form .q-form-input-single-number table#cart tbody td input,
  table#cart tbody td .q-form .q-form-input-single-password input,
  .q-form .q-form-input-single-password table#cart tbody td input,
  table#cart tbody td .q-form .q-form-input-single-text input,
  .q-form .q-form-input-single-text table#cart tbody td input,
  table#cart tbody td .q-form .q-form-input-single-text-area textarea,
  .q-form .q-form-input-single-text-area table#cart tbody td textarea,
  table#cart tbody td .q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row input,
  .q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row table#cart tbody td input {
    width: 20%;
    display: inline !important;
  }

  .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }

  .actions .btn-info {
    float: left;
  }

  .actions .btn-danger {
    float: right;
  }

  table#cart thead {
    display: none;
  }

  table#cart tbody td {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
  }

  table#cart tbody tr td:first-child {
    background: #333;
    color: #fff;
  }

  table#cart tbody td::before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }

  table#cart tfoot td {
    display: block;
  }

  table#cart tfoot td .btn {
    display: block;
  }
}

#searchBoxRegion {
  padding: 12px 0 0;
}

#searchRegion {
  color: #999;
}

#search-term {
  font-weight: bold;
}

div.searchItem {
  padding: 10px 0;
}

div.searchItem img {
  display: none;
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 7.5%) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}

.search-form .form-group input.form-control,
.search-form .form-group .q-form .q-form-input-multiple-text-multiple-as-tag__input-box input.q-form-input-multiple-text-multiple-as-tag__input,
.q-form .q-form-input-multiple-text-multiple-as-tag__input-box .search-form .form-group input.q-form-input-multiple-text-multiple-as-tag__input,
.search-form .form-group .q-form .q-form-input-multiple-typeahead .q-form-input-multiple-typeahead__query>input,
.q-form .q-form-input-multiple-typeahead .search-form .form-group .q-form-input-multiple-typeahead__query>input,
.search-form .form-group .q-form .q-form-input-single-date input,
.q-form .q-form-input-single-date .search-form .form-group input,
.search-form .form-group .q-form .q-form-input-single-email input,
.q-form .q-form-input-single-email .search-form .form-group input,
.search-form .form-group .q-form .q-form-input-single-html .quill-editor .ql-container input.ql-editor,
.q-form .q-form-input-single-html .quill-editor .ql-container .search-form .form-group input.ql-editor,
.search-form .form-group .q-form .q-form-input-single-number input,
.q-form .q-form-input-single-number .search-form .form-group input,
.search-form .form-group .q-form .q-form-input-single-password input,
.q-form .q-form-input-single-password .search-form .form-group input,
.search-form .form-group .q-form .q-form-input-single-text input,
.q-form .q-form-input-single-text .search-form .form-group input,
.search-form .form-group .q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row input,
.q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row .search-form .form-group input {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
}

.search-form .form-group input.form-control::placeholder,
.search-form .form-group .q-form .q-form-input-multiple-text-multiple-as-tag__input-box input.q-form-input-multiple-text-multiple-as-tag__input::placeholder,
.q-form .q-form-input-multiple-text-multiple-as-tag__input-box .search-form .form-group input.q-form-input-multiple-text-multiple-as-tag__input::placeholder,
.search-form .form-group .q-form .q-form-input-multiple-typeahead .q-form-input-multiple-typeahead__query>input::placeholder,
.q-form .q-form-input-multiple-typeahead .search-form .form-group .q-form-input-multiple-typeahead__query>input::placeholder,
.search-form .form-group .q-form .q-form-input-single-date input::placeholder,
.q-form .q-form-input-single-date .search-form .form-group input::placeholder,
.search-form .form-group .q-form .q-form-input-single-email input::placeholder,
.q-form .q-form-input-single-email .search-form .form-group input::placeholder,
.search-form .form-group .q-form .q-form-input-single-html .quill-editor .ql-container input.ql-editor::placeholder,
.q-form .q-form-input-single-html .quill-editor .ql-container .search-form .form-group input.ql-editor::placeholder,
.search-form .form-group .q-form .q-form-input-single-number input::placeholder,
.q-form .q-form-input-single-number .search-form .form-group input::placeholder,
.search-form .form-group .q-form .q-form-input-single-password input::placeholder,
.q-form .q-form-input-single-password .search-form .form-group input::placeholder,
.search-form .form-group .q-form .q-form-input-single-text input::placeholder,
.q-form .q-form-input-single-text .search-form .form-group input::placeholder,
.search-form .form-group .q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row input::placeholder,
.q-form .q-form-input-single-typeahead .q-form-input-single-typeahead__input-row .search-form .form-group input::placeholder {
  display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

.search-form button,
.search-form input {
  height: 40px;
}

ul#subspecialtySelection {
  list-style: none;
  padding: 0;
}

.smallPlaceHolder {
  font-size: 10px;
}

.smallPlaceHolder::placeholder {
  font-size: 10px;
}

#slideMenu-trigger span {
  display: inline-block;
  transform: rotate(90deg);
}

#slideMenu {
  width: 200px;
  box-shadow: 3px 3px 2px #888;
  position: fixed;
  top: 60px;
  left: -160px;
  border: 1px dotted gray;
  color: gray;
  z-index: 99;
  min-height: 160px;
  background-color: white;
}

#slideMenu-trigger {
  padding-top: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

li.subspecialty {
  list-style: none;
}

.brand {
  font-family: Arvo, serif;
}

.status-bar {
  height: 60px;
}

.scrollbar-on-top,
.scrollbar-on-top>* {
  transform: rotateX(180deg);
}

.tt-dropdown-menu {
  text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 263px;
  height: 34px;
  font-size: 14px;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.table-responsive>thead>tr>th {
  text-align: center;
}

.questcms-duplicateUsers>tr>td:nth-child(4),
.questcms-duplicateUsers>tr>td:nth-child(5),
.questcms-duplicateUsers>tr>td:nth-child(6),
.questcms-duplicateUsers>tr>td:nth-child(7) {
  width: 18%;
}

.questcms-duplicateUsers>tr>td:nth-child(2),
.questcms-duplicateUsers>tr>td:nth-child(3) {
  width: 10%;
}

.has-feedback .form-control-feedback {
  display: block;
  height: 34px;
  position: absolute;
  right: 25px;
}

ul.questcms-users {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.questcms-users .glyphicon-btn {
  font-size: 1.6em;
  padding: 12px 8px;
}

ul.questcms-users li {
  background-color: #eee;
  border: 2px solid #fff !important;
}

.users-header {
  overflow: auto;
}

.users-input {
  padding: 8px;
}

.browser-remarks {
  font-size: 0.8em;
}

.version {
  color: #337ab7;
  font-size: 0.8em;
}

.webpage-contact {
  padding-top: 2em;
}

.webpage-client img {
  width: 100%;
}

.why-img-text {
  font-size: 16px;
}

ul.horizontal-image>li {
  display: inline-block;
  padding: 10px 40px;
}

ul.horizontal-image>li>p {
  text-align: left;
  line-height: 1.4em;
}

ul.horizontal-image>li>img {
  padding: 20px 0;
}

.bs-docs-social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

.bs-docs-social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.bs-docs-social-buttons li {
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}

ul.questcms-languageMenus {
  margin: 0;
  padding: 0;
  text-align: center;
}

.questcms-mainmenus i.fa {
  float: right;
  padding: 4px;
}

.redBorder {
  border-color: #F00;
}

#todoRegion ul {
  padding: 0;
}

#todoRegion li {
  border-bottom: 1px solid #444;
  list-style: none;
  padding: 1em 0;
}

#todoRegion li .footnote {
  font-size: 0.9em;
  font-style: italic;
}

#todoRegion .panel-body {
  background-color: #fdfd96;
}

.ticket-charity .row,
.ticket-charity .remarks {
  padding: 1em 0;
}

.charity-run-photos .q-congress-photo-grid-item-upload__button {
  width: 10em;
}

.charity-run-photos img {
  max-width: 100%;
}

.q-congress-topic-list-item-question {
  margin-top: 10px;
}

.q-congress-topic-list-item-question__item {
  border: 1px solid rgb(197 197 197);
  border-radius: 5px;
  margin: 5px 0;
  padding: 4px;
}

.q-congress-topic-list-item__note--has-note {
  color: yellow;
}

.q-congress-topic-list-item__footnote {
  font-size: 0.8em;
}

.q-modal.q-congress-topic-list-item__modal,
.q-modal.q-congress-topic-list-item-upload__modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 60%);
  overflow: auto;
  z-index: 1099;
}

.q-modal.q-congress-topic-list-item__modal .q-modal__dialog,
.q-modal.q-congress-topic-list-item-upload__modal .q-modal__dialog {
  background-color: #ddd;
  border-radius: 0.5em;
  padding: 1em;
  width: 80%;
}

.q-modal.q-congress-topic-list-item__modal .confirm,
.q-modal.q-congress-topic-list-item-upload__modal .confirm {
  background-color: blue;
  border-radius: 1em;
  color: #fff;
  padding: 0.1em 2em;
}

.q-modal.q-congress-topic-list-item__modal .cancel,
.q-modal.q-congress-topic-list-item-upload__modal .cancel {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  flex: 0;
  padding: 0.1em 2em;
}

.q-modal .q-modal-region-tool-video.q-modal-region-tool>video,
.q-modal .q-modal-region-tool-image.q-modal-region-tool>img {
  display: block;
  margin: 1em auto;
}

.session-presentation .modal-dialog {
  width: 70%;
}

.session-presentation .modal-body {
  overflow: auto;
  text-align: center;
}

@media (width <= 991px) {
  .carousel-text-container {
    min-height: 19em;
    padding-top: 0;
    width: 100%;
  }

  .footer {
    text-align: center;
  }

  ul.footer li {
    display: block;
  }

  .footer .contact,
  .footer .social {
    text-align: center;
  }

  .hamburger {
    display: block;
  }

  .login-container {
    width: 90%;
  }
}

@media (width <= 767px) {
  .carousel-text-container {
    width: 100%;
  }
}

@media (width <= 450px) {
  .carousel-text-container {
    width: 100%;
  }
}

.btn-consent {
  min-width: 7em;
  margin-right: 2px;
}

.hotel__terms {
  font-weight: bold;
}

table.hotel-table th,
table.hotel-table td {
  text-align: center;
}

.hotel-table__header {
  background-color: rgb(240 240 240);
}

.hotel-table__body {
  background-color: #fff !important;
}

table.delegate-hotel th,
table.delegate-hotel td {
  text-align: center;
}

table.delegate-hotel td img {
  height: 160px;
}

.q-congress-rsvp {
  color: #666;
}

.q-congress-rsvp-details {
  border: 1px solid #ebccd1;
  margin: 0;
  text-align: center;
  width: 100%;
}

.q-congress-rsvp-details__greeting {
  background: #eee;
  padding: 2em;
}

.q-congress-rsvp-details__name {
  background: #F2DEDE;
  color: #A94442;
  font-weight: bold;
  font-size: 1.375em;
  padding: 40px 20px;
}

.q-congress-rsvp-details__date,
.q-congress-rsvp-details__time,
.q-congress-rsvp-details__venue {
  border-top: 1px solid #efefef;
  padding: 0.5rem 0;
}

.q-congress-rsvp-form {
  margin: 0;
  width: 100%;
}

.q-congress-rsvp-form__ticket {
  background-color: #eee;
  border-left: 1px solid #ebccd1;
  border-right: 1px solid #ebccd1;
  border-bottom: 1px solid #ebccd1;
  padding: 1em;
  text-align: left;
}

.q-congress-rsvp-form__attendance {
  background-color: #eee;
  border-left: 1px solid #ebccd1;
  border-right: 1px solid #ebccd1;
  border-bottom: 1px solid #ebccd1;
  padding: 1em;
  text-align: left;
}

.q-congress-rsvp-form__status {
  background-color: #eee;
  border-left: 1px solid #ebccd1;
  border-right: 1px solid #ebccd1;
  border-bottom: 1px solid #ebccd1;
  padding: 1em;
  text-align: center;
}

.q-congress-rsvp-form__button {
  background: #d9534f;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  margin: 1rem auto;
  text-align: center;
  width: 30%;
}

.q-congress-rsvp-footer {
  border-top: 1px #efefef solid;
  color: #454545;
  margin: 1rem 0;
  padding: 1rem;
  width: 100%;
}

.q-form__buttons--button {
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0.5rem;
  padding: 6px 12px;
}

.q-form-input__input-file-container {
  margin: 5px 0;
  padding: 6px 12px;
  width: fit-content;
}

.q-form__buttons--button.submit,
.q-form-input__input-file-container {
  border-color: #337ab7;
  background-color: #337ab7;
  color: white;
}

.q-form__buttons--button.submit:hover,
.q-form-input__input-file-container:hover {
  background-color: #286090;
  border-color: #204d74;
}

.q-form__buttons--button.clear {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

.q-form__buttons--button.clear:hover {
  border-color: #adadad;
  background-color: #e6e6e6;
}

.q-form__buttons--button.confirm {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}

.q-form__buttons--button.confirm:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.q-form__buttons--button.typesetting {
  border-color: #17a2b8;
  background-color: #17a2b8;
  color: white;
}

.q-form__buttons--button.typesetting:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.q-form-input__input-file-container>.q-form-input__input-file {
  display: inline-block;
}

.q-list {
  overflow-wrap: break-word;
}

.q-list-header__row,
.q-list-body-row,
.__flex {
  display: flex;
}

.q-list-header__row .__flex--1,
.q-list-body-row .__flex--1,
.__flex .__flex--1 {
  flex: 1;
}

.q-list-header__row>.__flex--2,
.q-list-body-row>.__flex--2,
.__flex>.__flex--2 {
  flex: 2;
}

.q-list-header__row>.__flex--3,
.q-list-body-row>.__flex--3,
.__flex>.__flex--3 {
  flex: 3;
}

.q-list-header__row .__flex--xs,
.q-list-body-row .__flex--xs,
.__flex .__flex--xs {
  flex: 0.1;
}

.template-list table.q-list__table:not(.withoutStyle) tbody tr:nth-child(2n+1) {
  background-color: unset;
}

.template-list table.q-list__table th,
.template-list table.q-list__table td {
  border: 0;
  padding: 0;
}

.template-list .q-list-header__row,
.template-list .q-list-body-row {
  display: flex;
}

.template-list .q-list-header__row .__flex--1,
.template-list .q-list-body-row .__flex--1 {
  flex: 1;
}

.template-list .q-list-header__row .__flex--2,
.template-list .q-list-body-row .__flex--2 {
  flex: 2;
}

.template-list .q-list-header__row .__flex--xs,
.template-list .q-list-body-row .__flex--xs {
  flex: 0.1;
}

.template.q-list {
  overflow-wrap: anywhere;
}

.q-store .button-group {
  display: flex;
}

.q-store .button-group button {
  border-radius: 0.2rem;
  cursor: pointer;
  margin: 1rem 0;
  padding: 0.2rem 0.5rem;
}

.store-view__header {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  margin: 1rem 0;
  padding: 1rem;
}

.store-view__header,
.q-store,
.q-store-indicator,
.store-view__footer {
  cursor: default;
  margin: 0 auto;
}

@media only screen and (width <= 1250px) {
  .store-view__header,
  .q-store,
  .q-store-indicator,
  .store-view__footer {
    width: 80vw;
  }
}

@media only screen and (width <= 700px) {
  .store-view__header,
  .q-store,
  .q-store-indicator,
  .store-view__footer {
    width: 95vw;
  }
}

.q-store-table-header .--name {
  padding: 0 3rem;
  text-align: left;
}

.q-store-table-header .--price,
.q-store-table-header .--quantity,
.q-store-table-header .--discount,
.q-store-table-header .--price-adjustment,
.q-store-table-header .--sub-total,
.q-store-table-header .--comments {
  text-align: center;
}

.q-store-table-row .--checkbox,
.q-store-table-row .--name,
.q-store-table-row .--price,
.q-store-table-row .--quantity,
.q-store-table-row .--discount,
.q-store-table-row .--price-adjustment,
.q-store-table-row .--sub-total,
.q-store-table-row .--comments {
  background-color: #fff;
  color: #666;
  padding: 0 1rem;
}

.q-store-table-row .--comments .--errors {
  color: #f00;
  font-style: italic;
}

.q-store-table-footer .__footer {
  background-color: #EAEAEA;
  border: none;
}

.q-store-indicator .__button {
  border: 1px solid #6462FB;
  border-radius: 5%;
  color: #6462FB;
  margin: 0.1rem 0.2rem;
  padding: 0.2rem 0.4rem;
}

.q-store-indicator .__button:hover {
  background-color: #6462FB;
  color: #fff;
}

.q-store-indicator .__button--cancel {
  color: rgb(150 150 150);
}

.q-store-indicator .__button--cancel:hover {
  text-decoration: underline;
}

.q-store-shop-header {
  background: #1D4693;
  color: #fff;
}

.q-store-shop-header th {
  border: none;
}

.__add-to-cart {
  background-color: #fff;
  border: 1px #1D4693 solid;
  border-radius: 0.2rem;
  color: #1D4693;
  cursor: pointer;
  font-weight: bold;
  margin: 1rem 0;
  padding: 0.2rem 0.5rem;
}

.__add-to-cart:hover {
  background-color: #1D4693;
  color: #fff;
}

.q-store-cart-header {
  background-color: #4b4638;
  color: #fff;
}

.q-store-cart-header th {
  border: none;
}

.__check-out {
  background-color: #fff;
  border: 1px #4b4638 solid;
  color: #4b4638;
  font-weight: bold;
}

.__check-out:hover {
  background-color: #4b4638;
  color: #fff;
}

.q-store-check-out {
  margin: 1rem 0;
}

.__check-out-table .q-store-cart-header {
  background-color: #6462FB;
  color: #fff;
}

.__check-out-table .__coupon {
  display: none;
}

.__cancel {
  background-color: #fff;
  border: none;
}

.__cancel:hover {
  text-decoration: underline;
}

.__pay {
  background-color: #fff;
  border: 1px #6462FB solid;
  color: #6462FB;
  font-weight: bold;
}

.__pay:hover {
  background-color: #6462FB;
  color: #fff;
}

.__submit {
  background-color: #6462FB;
  border: 1px #6462FB solid;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: 1rem 0;
  padding: 0.2rem 0.5rem;
}

.__clear {
  background-color: #6462FB;
  border: 1px #6462FB solid;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: 1rem 0;
  padding: 0.2rem 0.5rem;
}

.q-store-invoice .__cancel {
  background-color: #fff;
  border: 1px #909090 solid;
  border-radius: 0.2rem;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: small;
  margin: 1rem 0;
  padding: 0.2rem 0.5rem;
}

.q-store-invoice .__cancel:hover {
  background-color: #909090;
  color: #fff;
}

.q-store-invoice .q-list-body-row-cell-action {
  flex-direction: column;
}

.q-store-merchandise-price {
  border: 0.1rem solid black;
  margin: 0.5rem 0;
}

.q-store-merchandise-price .name,
.strategies>.__label {
  font-weight: 600;
}

.q-store-merchandise-price-strategy {
  margin: 0.5rem 0;
}

.q-store-merchandise-price-strategy .__label {
  font-weight: 600;
}

.q-store-merchandise-price-strategy .__value {
  font-weight: normal;
}

.store-view__footer .--paragraph {
  margin-bottom: 35px;
}

.q-store-wallet {
  margin: 1rem 0;
}

.q-store-wallet .__back {
  background-color: #fff;
  border: 1px #909090 solid;
  border-radius: 0.2rem;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: small;
  margin: 1rem 0;
  padding: 0.2rem 0.5rem;
}

.q-store-wallet .__back:hover {
  background-color: #909090;
  color: #fff;
}

.q-store-wallet .q-list .q-list-body-row-cell-action__button {
  margin-right: 0.5rem;
}








.rg-checkout .q-list-footer__internal-title {
  text-align: right;
  background-color: #eee;
  padding: 0.2rem 3rem;
}

.q-store-admin-settle .q-form__buttons--button {
  margin: 0 1rem 0 0;
}

.session-conflicts {
  color: red;
  font-style: italic;
}

.q-store-wallet-edit-item-option select {
  padding: 6px;
}

.evaluation {
  font-size: 1.8rem;
  line-height: 1.6;
}

.evaluation a {
  text-decoration: underline;
}

.evaluation .required {
  color: red;
}

.evaluation .--block {
  display: block;
}

.evaluation .--bold {
  font-weight: bold;
}

.evaluation .__header {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

.evaluation .__form .q-form-input,
.evaluation .__form .q-form-label {
  padding: 0.5rem 0;
}

.evaluation .__form .--title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: center;
}

.evaluation .__form .--header {
  color: #618cce;
  font-weight: bold;
  padding: 0.5rem 0;
}

.evaluation .__form .--sub-header {
  font-weight: bold;
  padding: 0.5rem 0;
}

.evaluation .__form .--indent-1 {
  padding-left: 2rem;
}

.evaluation .__form .--alert {
  color: red;
}

.evaluation .__form .q-form-input-single__items,
.evaluation .__form .q-form-input-multiple__items {
  padding-left: 2rem;
}

.evaluation .__form .q-form-input-single__items input,
.evaluation .__form .q-form-input-multiple__items input {
  margin-right: 1rem;
}

.evaluation .__form .q-form__buttons {
  padding: 1rem 0;
}

.box .box__header {
  text-align: center;
}

.panel-heading .page-title {
  margin: 10px 0;
}

.panel-heading .page-title>label {
  margin-bottom: unset;
}

.login-and-register-buttons-view {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.login-and-register-buttons-view .q-widget {
  margin-top: 5rem;
}

.login-and-register-buttons-view .q-widget .q-widget-controller>.q-widget-containers-column {
  flex: 1;
}

.event-registration-admin-view .panel-heading {
  display: flex;
  justify-content: space-between;
}

.event-registration-admin-view .panel-heading>div {
  display: inline-block;
}

.q-modal {
  z-index: 1000;
}

.method .header,
.method .cell {
  padding: 6px 6px 6px 10px;
}

.method .list-header .header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #445a65;
  background-color: #eee;
  cursor: pointer;
}

.method [class^="row"],
.method [class*=" row"] {
  border-bottom: 1px solid #ddd;
}

.method [class^="row"]:hover,
.method [class*=" row"]:hover {
  background-color: #f7f7f7;
}

.method .cell {
  font-size: 0.85em;
  overflow-wrap: break-word;
}

.method .cell .mobile-isrequired {
  display: none;
  font-weight: normal;
  text-transform: uppercase;
  color: #aaa;
  font-size: 0.8em;
}

.method .cell .propertyname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.method .cell .type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.method .cell code {
  color: #428bca;
}

.method .cell a,
.method .cell a:hover {
  text-decoration: none;
}

.method .cell code.custom {
  color: #8a6d3b;
  text-decoration: none;
}

.method .cell .text-muted {
  color: #ddd;
}

@media (width <= 991px) {
  .method [class^="row"],
  .method [class*=" row"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .method .cell {
    padding: 0 10px;
  }

  .method .cell .propertyname {
    font-weight: bold;
    font-size: 1.2em;
  }

  .method .cell .propertyname .lookuplink {
    font-weight: normal;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 10px;
  }

  .method .cell .type {
    padding-left: 10px;
    font-size: 1.1em;
  }

  .method .cell .isrequired {
    padding-left: 10px;
    display: none;
  }

  .method .cell .description {
    padding-left: 10px;
  }

  .method .cell .mobile-isrequired {
    display: inline;
  }
}

[class^='row'].margin-0,
[class*=' row'].margin-0,
[class^='form-group'].margin-0,
[class*=' form-group'].margin-0 {
  margin-left: -0;
  margin-right: -0;
}

[class^='row'].margin-0>[class^='col-'],
[class^='row'].margin-0>[class*=' col-'],
[class*=' row'].margin-0>[class^='col-'],
[class*=' row'].margin-0>[class*=' col-'],
[class^='form-group'].margin-0>[class^='col-'],
[class^='form-group'].margin-0>[class*=' col-'],
[class*=' form-group'].margin-0>[class^='col-'],
[class*=' form-group'].margin-0>[class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}

[class^='row'].margin-0 [class^='row'],
[class^='row'].margin-0 [class*=' row'],
[class^='row'].margin-0 [class^='form-group'],
[class^='row'].margin-0 [class*=' form-group'],
[class*=' row'].margin-0 [class^='row'],
[class*=' row'].margin-0 [class*=' row'],
[class*=' row'].margin-0 [class^='form-group'],
[class*=' row'].margin-0 [class*=' form-group'],
[class^='form-group'].margin-0 [class^='row'],
[class^='form-group'].margin-0 [class*=' row'],
[class^='form-group'].margin-0 [class^='form-group'],
[class^='form-group'].margin-0 [class*=' form-group'],
[class*=' form-group'].margin-0 [class^='row'],
[class*=' form-group'].margin-0 [class*=' row'],
[class*=' form-group'].margin-0 [class^='form-group'],
[class*=' form-group'].margin-0 [class*=' form-group'] {
  margin-left: 0;
  margin-right: 0;
}


.admin-list-view .panel-heading,
.my-edit-view .panel-heading,
.my-list-view .panel-heading {
  display: flex;
  justify-content: space-between;
}

.admin-list-view .panel-heading>div,
.my-edit-view .panel-heading>div,
.my-list-view .panel-heading>div {
  display: inline-block;
}

.q-form {
  .q-form-input-multiple-typeahead__input {
    >span {
      background-color: #f6f6f6;
      border: 1px solid;
      border-radius: 4px;
      display: inline-block;
      margin: 0 4px;
      padding: 4px;
    }
  }

  .q-form-tool-list-file-viewer {
    .__filename {
      color: #337ab7;
      text-decoration: underline;
    }
  }
}

.excel-to-array {
  height: 10em;
}

.q-store-cart-header .--name {
  width: 30%;
}

.q-store-cart-header .--price {
  width: 10%;
}

.q-store-cart-header .--quantity {
  width: 10%;
}

.q-store-cart-header .--discount {
  width: 10%;
}

.q-store-cart-header .--sub-total {
  width: 10%;
}

.q-store-cart-header .--comments {
  width: 30%;
}

.q-store-shop-header .--action {
  width: 20px;
}

.q-store-shop-header .--name {
  width: 50%;
}

.q-store-shop-header .--price {
  width: 10%;
}

.q-store-shop-header .--comments {
  width: 40%;
}

.q-store .--price-adjustment {
  display: none;
}

.page__header img {
  max-width: 100%;
}

.login-and-register-buttons-view .q-widget .q-widget-controller {
  margin: unset;
  display: flex;
  justify-content: center;
}

.login-and-register-buttons-view .box {
  margin-top: 50px;
  width: 100%;
  background: white;
  padding: 30px;
}

.login-and-register-buttons-view .q-widget .q-widget-controller>.q-widget-containers-column>.q-widget-containers-column>.q-widget-elements-adapters-q-button {
  justify-content: center;
  margin: 5px;
}

.q-list .q-list-header__cell {
  font-size: initial;
  text-transform: unset;
}

.q-list .q-list-body-row-cell {
  font-size: 0.9em;
}

.dropdown-menu {
  font-size: 0.9em;
}

.q-widget .q-widget-controller .q-widget-elements-adapters-q-tab .__tabs .__tab {
  border-radius: 6px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.q-widget .q-widget-controller .q-widget-elements-adapters-q-tab .__tabs .__tab:first-child {
  border-left: 1px solid #ccc;
}

.q-form-column {
  min-height: 130px;
}

.q-form .q-form-dynamic .q-form-dynamic-row .__collapse-title {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 6px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  color: unset;
}

.q-button__icon {
  margin-left: 6px;
  margin-right: 6px;
}

.questcms-invitations .btn {
  font-size: 0.9rem;
}

.btn-1 {
  padding: 10px 20px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-1:hover {
  background: #2980b9;
}

.btn-2 {
  padding: 12px 24px;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  background-size: 200% auto;
  transition: background-position 0.5s;
}

.btn-2:hover {
  background-position: right center;
}

.btn-3 {
  padding: 12px 25px;
  background: #2ecc71;
  color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 0 #27ae60;
  cursor: pointer;
  transition: all 0.1s;
}

.btn-3:hover {
  transform: translateY(2px);
  background-position: right center;
  box-shadow: 0 3px 0 #27ae60;
}

.btn-4 {
  padding: 12px 30px;
  background: transparent;
  color: #9b59b6;
  border: 2px solid #9b59b6;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}

.btn-4:hover {
  color: white;
}

.btn-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #9b59b6;
  z-index: -1;
  transition: left 0.3s;
}

.btn-4:hover::before {
  left: 0;
}

.btn-5 {
  padding: 12px 25px;
  background: #34495e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.btn-5:hover {
  box-shadow: 0 0 15px #3498db;
}

.btn-6 {
  padding: 12px 20px 12px 40px;
  background: #e74c3c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: padding 0.3s;
}

.btn-6::before {
  content: '→';
  position: absolute;
  left: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

.btn-6:hover {
  padding: 12px 20px 12px 50px;
}

.btn-6:hover::before {
  opacity: 1;
}

.btn-7 {
  padding: 12px 30px;
  background: #f39c12;
  border-radius: 5px;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-7:hover {
  transform: skewX(-10deg);
  background: #e67e22;
}

.btn-8 {
  padding: 12px 30px;
  background: transparent;
  color: #16a085;
  border: 2px solid #16a085;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-8::before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid #16a085;
  opacity: 0;
  transition: all 0.3s;
}

.btn-8:hover {
  background: #16a085;
  color: white;
}

.btn-8:hover::before {
  opacity: 1;
  inset: -8px;
}

.btn-9 {
  padding: 12px 25px;
  background: transparent;
  color: #2c3e50;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.btn-9:hover {
  color: #e74c3c;
}

.btn-9::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #e74c3c;
  transition: width 0.3s;
}

.btn-9:hover::after {
  width: 100%;
}

.btn-10 {
  padding: 12px 30px;
  background: #9b59b6;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s;
}

.btn-10:hover {
  animation: bounce 0.5s;
}

.q-store-cart {
  margin: 1rem 0;

  .__coupon {
    .q-store-cart-row-coupon {
      padding: 0;
    }

    .q-list-body-row-cell-qty {
      justify-content: left;

      .q-list-body-row-cell-qty__button {
        font-size: 1.5rem;
      }
    }

    .--display-name {
      flex: 0.6;
    }

    .--available,
    .--use {
      flex: 0.2;
    }
  }

  .q-store-table-footer .__footer {
    background-color: #4b4638;
    color: #fff;
  }

  .q-store-table-row .--checkbox,
  .q-store-table-row .--name,
  .q-store-table-row .--price,
  .q-store-table-row .--quantity,
  .q-store-table-row .--discount,
  .q-store-table-row .--sub-total,
  .q-store-table-row .--comments {
    background-color: unset;
  }
}

.q-store-cart,
.q-store-check-out {
  overflow: auto;
}

table.__cart-table,
table.__cart-table tbody {
  border-bottom: 2px solid #999;
}

table.__cart-table tbody tr:nth-child(2n+1) {
  background-color: unset;
}

table.__cart-table tbody:nth-child(2n+1) {
  background-color: #eee;
}

table.__cart-table .q-list .q-list-header__row,
table.__cart-table .q-list .q-list-header__cell {
  background: unset;
  color: #fff;
}

table.__cart-table .q-list .q-list-header__row {
  background-color: #999;
}

.q-store-shop {
  .q-store-shop-row {
    .--comments {
      .--coupon {
        color: red;
      }
    }
  }

  margin-top: 1rem;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.store-view__footer {
  .--trainee-upload-box {
    display: flex;
    align-items: center;
  }

  margin-top: 35px;
}

.__button div {
  margin-left: 0;
}

@media (width <= 750px) {
  .box__header h1 {
    font-size: 24px;
  }

  .container {
    padding-right: 6px;
    padding-left: 6px;
  }

  .login-and-register-buttons-view .box {
    margin-top: 10px;
    width: 94%;
  }

  .q-widget * {
    max-width: 100%;
    white-space: break-spaces;
  }

  .login-container {
    width: 90% !important;
    padding: 10px !important;
  }
}

.q-form .q-form-input__label {
  font-size: initial;
}

.q-form-dynamic-rows__btn i {
  margin-left: 6px;
  margin-right: 6px;
}

.q-form-dynamic-rows__btn.clear {
  background-color: #e6e6e6 !important;
  border: 1px solid #adadad !important;
  color: unset !important;
}

.q-form-dynamic-rows__btn.clear:hover {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

.q-form__buttons--button.assign,
.q-list-body-row-cell-action__button.assign {
  background: #3498db;
  color: white;
}

.q-form__buttons--button.assign:hover,
.q-list-body-row-cell-action__button.assign:hover {
  background: #2980b9;
}

.q-list-body-row-cell-action__button.assign::before {
  content: "\f4c4";

}

.q-form__buttons--button.create-email-job {
  border: 1px solid #fd7e14;
  background-color: #fd7e14;
  color: #fff;
}

.q-form__buttons--button.create-email-job:hover {
  border-color: #e06b0b;
  background-color: #e06b0b;
}

.q-form__buttons--button.create-email-job::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 6px;
}

.q-form__buttons--button.download {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

.q-form__buttons--button.download:hover {
  border-color: #adadad;
  background-color: #e6e6e6;
}

.q-form__buttons--button.export,
.q-list-body-row-cell-action__button.export {
  background: #16a085;
  color: white;
}

.q-form__buttons--button.export:hover,
.q-list-body-row-cell-action__button.export:hover {
  background: #138a72;
}

.q-list-body-row-cell-action__button.export::before {
  content: "\f56e";

}

.q-form__buttons--button.save,
.q-form-input__input-file-container,
.q-file-button {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

.q-form__buttons--button.save:hover,
.q-form-input__input-file-container:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.q-form-input__container {
  display: flex;
}

.q-form-input__container input,
.q-form-input__container select,
.q-form-input__container textarea {
  flex-grow: 1;
}

.q-form-input__button--toggle {
  display: inline-block;
}

.q-form-input__button--toggle .q-form-input__label {
  display: inline-block;
}

.q-form-input-single-file .q-form-input__container {
  flex-direction: column;
}

.q-form-section.__abstracts div {
  display: inline;
  font-weight: bold;
}

.q-form .q-form-input-single-html .quill-editor .ql-container .ql-editor,
.q-form .q-form-input-single-text-area textarea {
  height: unset;
}

.q-form .q-form-input-single-html .quill-editor .ql-container.ql-disabled .ql-editor {
  background-color: #eee;
  cursor: not-allowed;
}

.admin-search-view .q-form-input {
  padding: 6px 0;
}

.admin-search-view .q-form-input-multiple,
.admin-search-view .q-form-input-single {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.admin-search-view .q-form-input-multiple .q-form-input__label,
.admin-search-view .q-form-input-single .q-form-input__label {
  flex: 1;
}

.admin-search-view .q-form-input-multiple .q-form-input__container,
.admin-search-view .q-form-input-single .q-form-input__container {
  flex: 5;
}

.q-modal-region-footer {
  display: flex;
  justify-content: center !important;
  margin-top: 0 !important;
}

.q-congress-topic-list .q-congress-topic-list-item-file__delete .confirm {
  background-color: unset !important;
  width: 200px !important;
}

.q-congress-topic-list-item-file.flex .btn-link {
  display: none;
}

.q-list-body-row-cell-action {
  align-content: flex-start;
}

.q-list-body-row-cell-action__button-icon {
  margin: 0 2px;
}

.q-list .q-list-body-row-cell .q-list-body-row-cell-action__button {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  font-size: 0.9em;
  margin: 1px;
  min-width: 120px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: center;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.q-list-body-row-cell-action__button::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  left: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.q-list-body-row-cell-action__button a {
  color: unset;
}

.q-list-body-row-cell-action__button-label {
  display: inline-block;
  padding: 2px 0;
  white-space: nowrap;
}

.q-list-body-row-cell-action__button.activate {
  background: #27ae60;
  color: white;
}

.q-list-body-row-cell-action__button.activate:hover {
  background: #219653;
}

.q-list-body-row-cell-action__button.activate::before {
  content: "\f00c";
}

.q-list-body-row-cell-action__button.deactivate {
  background: #e74c3c;
  color: white;
}

.q-list-body-row-cell-action__button.deactivate:hover {
  background: #c0392b;
}

.q-list-body-row-cell-action__button.deactivate::before {
  content: "\f05e";
}

.q-list-body-row-cell-action__button.add-to-group,
.q-list-body-row-cell-action__button.return {
  background: #8e44ad;
  color: white;
}

.q-list-body-row-cell-action__button.add-to-group:hover,
.q-list-body-row-cell-action__button.return:hover {
  background: #7d3c98;
}

.q-list-body-row-cell-action__button.add-to-group::before,
.q-list-body-row-cell-action__button.return::before {
  content: "\f0c0";

}

.q-list-body-row-cell-action__button.admire,
.q-list-body-row-cell-action__button.refund-request {
  background: #5bc0de;
  color: white;
}

.q-list-body-row-cell-action__button.admire:hover,
.q-list-body-row-cell-action__button.refund-request:hover {
  background: #31b0d5;
  color: white;
}

.q-list-body-row-cell-action__button.admire::before {
  content: "\f164";
}

.q-list-body-row-cell-action__button.refund-request::before {
  content: "\f071";
}

.q-list-body-row-cell-action__button.amend,
.q-list-body-row-cell-action__button.refunded {
  background: #f0ad4e;
  color: white;
}

.q-list-body-row-cell-action__button.amend:hover,
.q-list-body-row-cell-action__button.refunded:hover {
  background: #ec971f;
  color: white;
}

.q-list-body-row-cell-action__button.amend::before {
  content: "\f044";
}

.q-list-body-row-cell-action__button.refunded::before {
  content: "\f00c";
}

.q-list-body-row-cell-action__button.approve-trainee,
.q-list-body-row-cell-action__button.reject-refund {
  background: #2ecc71;
  color: white;
}

.q-list-body-row-cell-action__button.approve-trainee:hover,
.q-list-body-row-cell-action__button.reject-refund:hover {
  background: #27ae60;
}

.q-list-body-row-cell-action__button.approve-trainee::before {
  content: "\f058";

}

.q-list-body-row-cell-action__button.reject-refund::before {
  content: "\f057";
}

.q-list-body-row-cell-action__button.change-email,
.q-list-body-row-cell-action__button.send-email {
  background: #e67e22;
}

.q-list-body-row-cell-action__button.change-email:hover,
.q-list-body-row-cell-action__button.send-email:hover {
  background: #d35400;
}

.q-list-body-row-cell-action__button.change-email::before,
.q-list-body-row-cell-action__button.send-email::before {
  content: "\f0e0";
}

.q-list-body-row-cell-action__button.delete,
.q-list-body-row-cell-action__button.cancel {
  background: #e74c3c;
}

.q-list-body-row-cell-action__button.delete:hover,
.q-list-body-row-cell-action__button.cancel:hover {
  background: #c0392b;
}

.q-list-body-row-cell-action__button.delete::before,
.q-list-body-row-cell-action__button.cancel::before {
  content: "\f1f8";
}

.q-list-body-row-cell-action__button.duplicate {
  background: #8a7d38;
}

.q-list-body-row-cell-action__button.duplicate:hover {
  background: #6b5e1f;
}

.q-list-body-row-cell-action__button.duplicate::before {
  content: "\f24d";
}

.q-list-body-row-cell-action__button.edit,
.q-list-body-row-cell-action__button.--green {
  background: #2ecc71;
}

.q-list-body-row-cell-action__button.edit:hover,
.q-list-body-row-cell-action__button.--green:hover {
  background: #27ae60;
}

.q-list-body-row-cell-action__button.edit::before,
.q-list-body-row-cell-action__button.--green::before {
  content: "\f044";
}

.q-list-body-row-cell-action__button.set-payment-date {
  background: #f39c12;
}

.q-list-body-row-cell-action__button.set-payment-date:hover {
  background: #f39c12;
}

.q-list-body-row-cell-action__button.set-payment-date::before {
  content: "\f133";
}

.q-list-body-row-cell-action__button.merge,
.q-list-body-row-cell-action__button.--purple {
  background: #9b59b6;
  color: white;
}

.q-list-body-row-cell-action__button.merge:hover,
.q-list-body-row-cell-action__button.--purple:hover {
  background: #8e44ad;
}

.q-list-body-row-cell-action__button.merge::before,
.q-list-body-row-cell-action__button.--purple::before {
  content: "\f0c5";
}

.q-list-body-row-cell-action__button.proofread {
  background: #16a085;
  color: white;
}

.q-list-body-row-cell-action__button.proofread:hover {
  background: #138a72;
}

.q-list-body-row-cell-action__button.proofread::before {
  content: "\f891";

}

.q-list-body-row-cell-action__button.proxy {
  background: #3498db;
}

.q-list-body-row-cell-action__button.proxy:hover {
  background: #2980b9;
}

.q-list-body-row-cell-action__button.proxy::before {
  content: "\f007";
}

.q-list-body-row-cell-action__button.reset {
  background: #f39c12;
  color: white;
}

.q-list-body-row-cell-action__button.reset:hover {
  background: #e67e22;
}

.q-list-body-row-cell-action__button.reset::before {
  content: "\f021";
}

.q-list-body-row-cell-action__button.review {
  background: #2ecc71;
}

.q-list-body-row-cell-action__button.review:hover {
  background: #27ae60;
}

.q-list-body-row-cell-action__button.review::before {
  content: "\f044";
}

.q-list-body-row-cell-action__button.select {
  background: #1abc9c;
}

.q-list-body-row-cell-action__button.select:hover {
  background: #16a085;
}

.q-list-body-row-cell-action__button.select::before {
  content: "\f14a";
}

.q-list-body-row-cell-action__button.upload {
  background: #1abc9c;
}

.q-list-body-row-cell-action__button.upload:hover {
  background: #16a085;
}

.q-list-body-row-cell-action__button.upload::before {
  content: "\f093";
}

.q-list-body-row-cell-action__button.undelete {
  background: #1abc9c;
  color: white;
}

.q-list-body-row-cell-action__button.undelete:hover {
  background: #16a085;
}

.q-list-body-row-cell-action__button.undelete::before {
  content: "\f2ea";
}

.q-list-body-row-cell-action__button.view {
  background: #f39c12;
}

.q-list-body-row-cell-action__button.view:hover {
  background: #e67e22;
}

.q-list-body-row-cell-action__button.view::before {
  content: "\f06e";
}

.q-list-body-row-cell-action__button.vote {
  background: #2ecc71;
}

.q-list-body-row-cell-action__button.vote:hover {
  background: #27ae60;
}

.q-list-body-row-cell-action__button.vote::before {
  content: "\f164";
}

.q-list-body-row-cell-action__button.withdraw,
.q-list-body-row-cell-action__button.withdraw-vote {
  background: #95a5a6;
}

.q-list-body-row-cell-action__button.withdraw:hover,
.q-list-body-row-cell-action__button.withdraw-vote:hover {
  background: #7f8c8d;
}

.q-list-body-row-cell-action__button.withdraw::before,
.q-list-body-row-cell-action__button.withdraw-vote::before {
  content: "\f2f4";
}

.q-list-body-row-cell-action__button.orange {
  background: #f39c12;
  color: white;
}

.q-list-body-row-cell-action__button.orange:hover {
  background: #e67e22;
}

.q-list-body-row-cell-action__button.dark {
  background: #34495e;
  color: white;
}

.q-list-body-row-cell-action__button.dark:hover {
  background: #2c3e50;
}

.q-list-body-row-cell-action__button.teal {
  background: #1abc9c;
  color: white;
}

.q-list-body-row-cell-action__button.teal:hover {
  background: #16a085;
}

.q-list-body-row-cell-action__button.pink {
  background: #e84393;
  color: white;
}

.q-list-body-row-cell-action__button.pink:hover {
  background: #fd79a8;
}

.q-list-body-row-cell-action__button.yellow {
  background: #f1c40f;
  color: #2c3e50;
}

.q-list-body-row-cell-action__button.yellow:hover {
  background: #f39c12;
}

.q-list-body-row-cell-action__button.light-grey {
  background: #ecf0f1;
  color: #2c3e50;
}

.q-list-body-row-cell-action__button.light-grey:hover {
  background: #bdc3c7;
}

.my-registration-group-edit-view {
  .q-store-cart-row>.__option {
    display: none;
  }
}

.q-congress-payment-return>* {
  display: block;
}

.--sticky {
  position: sticky;
  top: 0;
}

.-bg-white {
  background-color: white;
}

@media (width >= 768px) {
  .modal-dialog {
    width: 60%;
    margin: 30px auto;
  }
}

.q-widget-containers-box.__pending {
  margin-bottom: 20px;
}

.q-widget-containers-box.__pending .__inner-box {
  border: 1px solid #bce8f1;
}

.q-widget-containers-box.__pending .__element {
  margin: 0;
  padding: 10px;
}

.q-widget-containers-box.__pending .__html {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.q-widget-containers-box.__pending .q-list-header__cell {
  font-size: 0.95em;
}

.q-widget-containers-box.__reviewed {
  margin-bottom: 20px;
}

.q-widget-containers-box.__reviewed .__inner-box {
  border: 1px solid #006000;
  font-size: 0.95em;
}

.q-widget-containers-box.__reviewed .__element {
  margin: 0;
  padding: 10px;
}

.q-widget-containers-box.__reviewed .__html {
  background-color: #006000;
  border-color: #006000;
  color: #fff;
}

.q-widget-containers-box.__reviewed .q-list-header__cell {
  font-size: 0.95em;
}

.q-widget-containers-box.__confirm {
  margin-bottom: 20px;
  text-align: center;
}

.q-widget-containers-box.__confirm .__html {
  background-color: #a94442;
  border-color: #a94442;
  color: #fff;
}

.q-widget-containers-box.__confirm .q-button {
  margin: 0 auto;
  text-align: center;
}

.scoresheet .q-form-input-single__items {
  border: 1px solid black;
  width: 100%;
}

.scoresheet .q-form-input__input-box {
  border-bottom: 1px solid black;
  width: 100%;
}

.scoresheet .q-form-input__input-box input {
  margin-left: 6px;
}

.scoresheet .q-form-input__input-box span {
  display: inline-block;
  padding-left: 6px;
  width: 100px;
}

.scoresheet .inline-block {
  display: inline-block;
  border-left: 1px solid black;
  height: 1.6em;
  padding-left: 6px;
}

.q-list.assign-reviewer .q-list-header__cell {
  font-size: 0.95em !important;
}

.q-list.assign-reviewer .q-list-header__cell,
.q-list.assign-reviewer .q-list-body-row-cell {
  min-width: 120px;
}

.q-list.assign-reviewer {
  overflow-x: auto;
  max-height: 500px;
}

.q-list.assign-reviewer .q-list-header {
  position: sticky;
  top: 0;
  z-index: 500;
  font-size: 0.9em;
}

.q-list.assign-reviewer .q-list-header__row,
.q-list.assign-reviewer .q-list-body-row {
  flex-wrap: nowrap !important;
}

.q-list.assign-reviewer .q-list-header__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 101;
}

.q-list.assign-reviewer .q-list-body-row>[style*="flex-basis: 100%"] {
  display: none !important;
}

.q-list.assign-reviewer .q-list-body-row-cell:first-child {
  position: sticky;
  left: 0;
  z-index: 50;
  border-right: 1px solid #eee;
}

.q-list.assign-reviewer .q-list-body-row:nth-child(even) .q-list-body-row-cell:first-child {
  background: #eee;
}

.q-list.assign-reviewer .q-list-body-row:nth-child(odd) .q-list-body-row-cell:first-child {
  background: white;
}

.q-form a.--link {
  color: #337ab7;
}

.q-store-cateogry .__currency,
.q-store-cateogry .__store-remarks,
.q-store-cart .__currency,
.q-store-cart .__store-remarks,
.q-store-check-out .__currency,
.q-store-check-out .__store-remarks {
  display: inline-block;
}

.q-form-cropper-popup {
  background: rgb(0 0 0 / 80%);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 2000;
  overflow-y: auto;
  align-items: center;
}

.q-form-cropper-popup__btn-group {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;

}

.q-form-cropper-popup__canvas {
  height: 500px;
  width: 600px;
}

.q-form-cropper-popup__container {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin: auto;
}

.q-form-cropper-popup__layout {
  display: flex;
  gap: 20px;
}

.q-form-cropper-popup__preview {
  height: 300px;
  width: 300px;
}

.q-form-cropper-popup__tips {
  align-items: center;
  display: flex;
  margin-top: 12px;
}

.q-form-cropper-popup__viewer {
  background-color: black;
}

.login-main-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.login-login-container {
  max-width: 1500px;
  width: 100%;
  display: flex;
  min-height: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgb(0 82 155 / 15%);
  background: white;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  color: #333;
}

.login-details-panel {
  flex: 1;
  background: linear-gradient(135deg, #004077 0%, #0066A0 100%);
  color: white;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.login-details-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 30% 40%, rgb(0 163 224 / 20%) 0%, transparent 15%),
    radial-gradient(circle at 70% 60%, rgb(0 131 176 / 15%) 0%, transparent 15%);
  z-index: 0;
}

.login-details-content {
  position: relative;
  z-index: 1;
}

.login-congress-badge {
  display: inline-block;
  background: rgb(255 255 255 / 15%);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  backdrop-filter: blur(5px);
}

.login-details-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.login-details-list {
  margin: 20px 0;
}

.login-detail-item {
  display: flex;
  align-items: center;

}

.login-detail-item .q-grid-body-row-cell-html__value {
  display: flex;
  align-items: center;
}

.login-detail-icon {
  width: 50px;
  height: 50px;
  background: rgb(255 255 255 / 15%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px !important;
  flex-shrink: 0;
  font-size: 1.6rem;
}

.login-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
}

.login-details-note {
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}

.login-login-panel {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
}

.login-portal-header {
  text-align: center;
  margin-bottom: 40px;
}

.login-portal-subtitle {
  color: #666;
  font-size: 1.1rem;
  font-weight: 500;
}

.login-form-container {
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
}

.login-form-header {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00529B;
}

.login-form-header p {
  color: #666;
  font-size: 1rem;
}

.login-form-tabs {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}

.login-form-content {
  display: block;
  flex: 1;
}

.login-form-content-box {
  border-bottom: 1px solid #EFEFEF;
  height: 20%;
  justify-content: center;
}

.login-form-content-box.--password {
  height: 15%;
}

.login-label {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.login-register-now-text {
  color: #004890;
}

.login-log-in-text {
  margin-top: 1rem !important;
  padding-top: 1rem;
}

.login-log-in-text p {
  color: #098DA8;
  margin-top: 2.4rem;
}

.login-btn {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Inter, sans-serif;
}

.login-btn-primary {
  color: #fff;
  border: 1px solid transparent;
}

.login-register-now {
  background-color: #0066A0;
  border-color: #1E40AF;
  color: white;
}

.login-log-in {
  background-color: #2D9596;
  border-color: #189BBE;
  color: white;
}

.login-register-now:hover {
  background-color: #1E3A8A;
  border-color: #1C3A6F;
}

.login-log-in:hover {
  background-color: #0E7490;
  border-color: #155E75;
}

.login-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.login-btn+.login-btn {
  margin-top: 1.5rem;
}

.btn-reset {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}

.login-forgot-password {
  text-align: center;
  margin-top: 1rem !important;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-forgot-password .forgot-btn {
  color: #666;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  border: none;
  padding: 0;
  cursor: pointer;
}

.login-forgot-password .forgot-btn:hover .q-button__label {
  text-decoration: underline;
  color: #00529B;
}

.login-form-footer {
  margin-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

@media (width <= 900px) {
  .login-login-container {
    flex-direction: column-reverse !important;
    max-width: 500px !important;
  }

  .login-details-panel,
  .login-login-panel {
    padding: 50px 30px !important;
  }

  .login-details-title {
    font-size: 1.8rem !important;
  }
}

@media (width <= 600px) {
  .login-login-container {
    flex-direction: column-reverse !important;
    max-width: 400px !important;
  }

  .login-details-panel,
  .login-login-panel {
    padding: 30px 20px !important;
  }

  .login-detail-item {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .login-detail-icon {
    margin-bottom: 10px !important;
  }

  .login-btn {
    padding: 14px !important;
    font-size: 1.2rem !important;
  }
}

.help-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.2s ease;
}

.help-icon:hover {
  color: #3498db;
}

.help-icon i {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.help-icon:hover i {
  transform: scale(1.1);
}

.help-icon .help-text {
  position: relative;
  border-bottom: 1px dotted #999;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

.help-icon:hover .help-text {
  border-bottom: 1px solid #3498db;
  color: #3498db;
  border-bottom-color: #3498db;
}

.help-icon .help-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  transition: width 0.3s ease;
}

.help-icon:hover .help-text::after {
  width: 100%;
}

.help-icon.tooltip-style {
  position: relative;
}

.help-icon.tooltip-style .help-text {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 5px;
  border-bottom: none;
}

.help-icon.tooltip-style:hover .help-text {
  visibility: visible;
}

.help-icon.tooltip-style .help-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent;
}

.help-icon-link {
  text-decoration: none;
  color: inherit;
}

.help-icon-link:hover {
  text-decoration: none;
}
