@charset "UTF-8";
.remove-title .main_title {
  display: none;
}
.bootstrap-wrapper .card.card-body.bg-light blockquote {
  border: 2px solid orange;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fdd;
  border-color: #fdd transparent #fdd transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller, .lds-roller div, .lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.min_105 {
  min-height: 105px;
}
.instruction {
  color: red;
  font-style: italic;
}
.error, .radio-error {
  border: 1px solid red !important;
}
#um-submit-btn {
  background-color: #f90;
  transition: 0.4s;
}
#um-submit-btn:hover {
  background-color: rgba(255, 153, 0, 0.7);
}
.card.card-body.bg-light, .well {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-warning {
  color: #337ab7 !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border-color: #337ab7 !important;
  border-radius: 0 !important;
}
label {
  color: #000 !important;
}
label > span {
  font-weight: 400 !important;
}
input.form-control, select.form-control {
  height: 40px !important;
}
.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.gform_button, .btn-danger {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  box-shadow: 0 7px 15px rgba(102, 102, 102, 0.4);
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  color: #fff !important;
}
.next-prev-btn-wrapper {
  text-align: center;
}
.prev-btn {
  margin-right: 10px;
}
.bootstrap-wrapper .modal-dialog {
  margin: 200px auto;
}
.bootstrap-wrapper .modal {
  background: rgba(0, 0, 0, 0.6);
}
.modal-open .modal {
  overflow-y: scroll;
}
.mr-10 {
  margin-right: 10px;
}
.d-block {
  display: block !important;
}
input[type="date"].form-control {
  line-height: 1.42857143 !important;
}
.chosen-select-wrapper .chosen-single {
  width: 100% !important;
  height: 35px !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #555 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: none !important;
  border-bottom: 1px solid #d3d3d3 !important;
}
.chosen-select-wrapper .chosen-single.error {
  border-bottom: 1px solid red !important;
}
.bootstrap-wrapper .form-control.error {
  border-bottom: 1px solid red !important;
}
.form-control {
  width: 100% !important;
  height: 35px !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #555 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: none !important;
  border-bottom: 1px solid #d3d3d3 !important;
}
.btn {
  white-space: normal !important;
}
.hide-btn {
  transition: 0.4s;
  display: none !important;
}
.hide-btn.active {
  display: inline-block !important;
}
.multiple-amount-submit-btn {
  font-size: 12px !important;
  display: inline-block;
  cursor: pointer;
  color: #000 !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border: 1px solid #337ab7;
  margin-bottom: 5px !important;
}
.fa-envelope {
  cursor: pointer;
  margin: 5px;
  color: #e8794c;
}
.fa-edit {
  color: #e8794c;
  cursor: pointer;
  margin: 5px;
}
.fa-trash {
  color: red;
  cursor: pointer;
  margin: 5px;
}
.fa-file-text-o {
  color: #f0ad4e;
  cursor: pointer;
  margin: 5px;
}
.fa-sign-in {
  color: #5cb85c;
  cursor: pointer;
  margin: 5px;
}
. .attendee .alert {
  font-size: 16px;
}
.attendee .alert span {
  font-weight: 700;
}
.attendee .alert a {
  border: 2px solid #337ab7;
  color: #337ab7 !important;
  padding: 6px 18px;
  text-decoration: none !important;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
}
.view_room {
  cursor: pointer;
  color: #5cb85c;
}
.mb_15 {
  margin-bottom: 15px;
}
.select-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
}
.select-style {
  cursor: pointer;
  font-size: 14px;
  color: #555;
}
.select-style::-ms-expand {
  display: none;
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  background: #ddd;
  overflow: hidden;
  border-radius: 4px;
}
.select-wrapper::after {
  content: "";
  font-family: fontAwesome;
  color: #A3A3A3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 5px;
  pointer-events: none;
}
.select-wrapper:hover::after {
  color: #A3A3A3;
}
.select-wrapper::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.chosen-choices {
  padding-left: 12px !important;
}
.radio-btn label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.radio-btn input[type="radio"] {
  display: none;
}
.radio-btn input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
  text-align: center;
  background: transparent;
  position: absolute;
  content: "";
  top: 1px;
  left: 0px;
  cursor: pointer;
  border: 1px solid #337ab7;
  border-radius: 4px;
  transition: 0.4s;
}
.radio-btn input[type="radio"]:checked + label::before {
  width: 20px;
  height: 20px;
  text-align: center;
  background: #337ab7;
  position: absolute;
  content: "";
  top: 1px;
  left: 0px;
  cursor: pointer;
  border: 1px solid #337ab7;
  border-radius: 4px;
}
.radio-btn input[type="radio"] + label::after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  content: "";
  font-family: FontAwesome;
  color: #fff;
  cursor: pointer;
  top: 1px;
  left: 0px;
  font-size: 13px;
  border: 1px solid #337ab7;
  background: transparent;
  border-radius: 4px;
  line-height: 14px;
  transform: scale(0);
  transition: 0.4s;
}
.radio-btn input[type="radio"]:checked + label::after {
  transform: scale(1);
  background: #337ab7;
}
.checkbox-btn-inline label, .radio-btn-inline label {
  display: inline-block !important;
  margin-right: 5px;
  font-size: 14px;
}
.my-sqr-check-btn {
  display: inline-block;
}
.my-sqr-check-btn label {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  cursor: pointer;
}
.my-sqr-check-btn input[type="checkbox"] {
  display: none;
}
.my-sqr-check-btn input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  text-align: center;
  background: transparent;
  position: absolute;
  content: "";
  left: 0px;
  top: 3px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-verify-box .my-sqr-check-btn input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid gray;
}
.my-sqr-check-btn input[type="checkbox"] + label::after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  content: "";
  font-family: FontAwesome;
  color: #fff;
  cursor: pointer;
  left: 0px;
  top: 3px;
  font-size: 13px;
  border: 1px solid #337ab7;
  background: transparent;
  border-radius: 4px;
  line-height: 14px;
  transform: scale(0);
  transition: 0.4s;
}
.my-sqr-check-btn input[type="checkbox"]:checked + label::after {
  transform: scale(1);
  background: #337ab7;
}
/*Loading CSS */
.lds-ripple {
  display: none;
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.loading.lds-ripple {
  display: inline-block;
}
.lds-ripple span {
  position: absolute;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple span:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 9px;
    left: 10px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -2px;
    left: -0.5px;
    width: 21px;
    height: 21px;
    opacity: 0;
  }
}
/*Loading CSS End */
table thead tr th {
  text-align: center !important;
  border-bottom-width: 1px !important;
}
table tbody tr td.price {
  text-align: right;
}
table tbody tr td.action {
  text-align: center;
}
#congressNoteView .modal-body, #viewNoteModal .modal-body {
  max-height: calc(80vh - 200px);
  overflow-y: auto;
}
.chosen-container {
  width: 100% !important;
  display: block;
}
.export-btn {
  color: #000 !important;
  font-size: 14px !important;
  margin-left: 15px;
  border: 1px solid #dc742f;
  padding: 4px 12px;
  border-radius: 4px;
  display: inline-block;
  transition: 0.4s;
  cursor: pointer;
}
.export-btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #dc742f;
}
.export-btn:hover .fa-file-excel-o {
  color: #fff;
}
.export-btn:hover .fa-file-pdf-o {
  color: #fff;
}
.export-btn .fa-file-excel-o {
  color: green;
  font-weight: bold;
  padding-right: 5px;
  transition: 0.4s;
}
.export-btn .fa-file-pdf-o {
  color: #dc742f;
  font-weight: bold;
  padding-right: 5px;
  transition: 0.4s;
}
.custom-file-upload {
  border: 1px solid #dc742f;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: transparent;
  border-radius: 4px;
}
.fa-cloud-upload {
  color: #dc742f;
  font-size: 18px;
  padding-right: 5px;
}
.pass_info_label {
  font-size: 13px;
}
#addGuestModal .close {
  color: #fff;
  opacity: 1;
}
#addGuestModal .modal-header {
  border-bottom: 1px solid #337ab7;
  background: #337ab7;
  color: #fff;
}
#addGuestModal .modal-lg {
  width: 100%;
  padding-left: 134px;
  padding-right: 117px;
}
.trash_active {
  color: #333 !important;
  font-size: 14px !important;
  transition: 0.5s;
}
.trash_active:hover {
  text-decoration: none !important;
}
.trash_active.active {
  color: #dc742f !important;
  font-weight: 700;
}
.trash-border-devider {
  margin: 0 10px;
  width: 2px;
  height: 11px;
  background: #666;
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.custom-input-btn {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.5s;
}
.custom-input-btn:hover {
  background: #337ab7;
  border: 1px solid #dc742f;
}
.custom-input-btn.active {
  background: #337ab7;
  border: 1px solid #dc742f;
}
.padding-left-0 {
  padding-left: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-left-0 {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-0 {
    padding-left: 15px !important;
  }
}
.padding-right-0 {
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-right-0 {
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .padding-right-0 {
    padding-right: 15px !important;
  }
}
.phone {
  border-radius: 0 4px 4px 0 !important;
  margin-left: -2px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .phone {
    border-radius: 4px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .phone {
    border-radius: 4px !important;
    margin-left: 0 !important;
  }
}
.select_phone {
  border-radius: 4px 0 0 4px !important;
  border-right: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select_phone {
    border-radius: 4px !important;
    border-right: 1px solid #ccc !important;
  }
}
@media (max-width: 767px) {
  .select_phone {
    border-radius: 4px !important;
    border-right: 1px solid #ccc !important;
  }
}
.sublabel {
  font-size: 90%;
  font-weight: 700 !important;
}
.heading-text {
  color: #337ab7;
  font-size: 16px;
  font-weight: 700;
}
.body-text {
  color: #000;
  font-size: 13px;
  text-align: justify;
  line-height: 18px;
  padding: 20px 0;
}
.footer-modal-btn {
  font-size: 15px !important;
  text-transform: capitalize !important;
}
#footerModal .modal-header {
  padding: 15px 15px 0 0;
  border-bottom: none;
}
#footerModal .modal-body {
  padding: 0 15px 15px 15px;
}
#footerModal .modal-content {
  border-radius: 0;
}
/*    Loading */
#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: 0.8;
}
button {
  margin: 40px;
  padding: 5px 20px;
  cursor: pointer;
}
.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #ff0000;
  border-right-color: transparent;
  border-radius: 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*    End Loading*/
.chosen-select-wrapper .chosen-single {
  box-shadow: none !important;
  color: #555 !important;
  height: 40px !important;
  cursor: pointer;
}
.chosen-select-wrapper .chosen-single:hover {
  text-decoration: none;
}
.through-line {
  text-decoration: line-through !important;
  color: lightgray;
}
.overlay-btn {
  position: absolute;
  width: 71px;
  background-color: rgba(220, 116, 47, 0.8);
  content: "";
  height: 40px;
  left: 47.8%;
  bottom: 15px;
  border-radius: 4px;
  display: none;
}
.overlay-btn.active {
  display: inline-block;
}
.form-group label {
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
textarea.form-control {
  font-size: 14px !important;
}
#myTabs {
  position: relative;
  width: calc(100% - 200px);
}
#myTabs .instructions_btn {
  border: 1px solid #337ab7 !important;
  background: #337ab7 !important;
  color: #fff !important;
  padding: 9px 14px;
  line-height: 1.429;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  right: -200px;
  font-weight: 700;
  transition: 0.4s;
  text-decoration: none;
}
#myTabs .instructions_btn.participants_list_btn {
  right: -87px;
  cursor: pointer;
}
.hide_label_style {
  display: block !important;
  opacity: 0;
}
.required_field {
  font-size: 24px;
  color: #CB0F1A;
  opacity: 1;
  padding-left: 2px;
}
.loading_animation {
  display: none;
}
.add_loading_btn {
  min-width: 90px;
  text-align: center;
}
.loading .loading_animation {
  display: block;
}
.loading .loading_btn_txt {
  display: none;
}
.lds-roller, .lds-roller div, .lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 10px 10px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 1.8px;
  height: 1.8px;
  border-radius: 50%;
  background: currentColor;
  margin: -0.9px 0 0 -0.9px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 15.65685px;
  left: 15.65685px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 16.9282px;
  left: 14px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 17.72741px;
  left: 12.07055px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 18px;
  left: 10px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 17.72741px;
  left: 7.92945px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 16.9282px;
  left: 6px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 15.65685px;
  left: 4.34315px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 14px;
  left: 3.0718px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#viewStateroomModal .modal-body {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}
.dashboard-wrapper {
  margin-top: 30px;
}
.dashboard-bar {
  margin-bottom: 20px;
  padding-top: 60px;
}
.dashboard-bar a {
  color: #333;
  display: inline-block;
}
.dashboard-bar a:hover {
  text-decoration: none;
}
.dashboard-bar a.active {
  font-weight: 700;
}
.dashboard-bar .border-devider {
  margin: 0 10px;
  width: 2px;
  height: 11px;
  background: #666;
  display: inline-block;
}
.products table.product-table thead tr th:last-child {
  text-align: center;
}
.products table.product-table tbody tr td:last-child {
  text-align: center;
}
.products table.product-table tbody tr td:last-child span {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.products table.product-table tbody tr td:last-child span.edit-row {
  color: #e8794c;
}
.products table.product-table tbody tr td:last-child span.del-row {
  color: red;
}
#editMemberModal .chosen-container {
  width: 100% !important;
  display: block;
}
#editMemberModal .chosen-container-active .chosen-choices {
  box-shadow: none;
}
#addMemberModal .chosen-container {
  width: 100% !important;
  display: block;
}
#addMemberModal .chosen-container-active .chosen-choices {
  box-shadow: none;
}
.attendee_by_wrapper {
  cursor: pointer;
  position: relative;
  margin: -10px -15px;
  padding: 10px 15px;
}
.attendee_by_wrapper .attendee_by_item {
  position: absolute;
  left: 0;
  top: -80px;
  background: #f2f2f2;
  width: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
}
.attendee_by_wrapper .attendee_by_item a {
  display: block;
  padding: 0 15px;
}
.attendee_by_wrapper .attendee_by_item a:hover {
  text-decoration: none;
  background: #ddd;
}
.attendee_by_wrapper:hover .attendee_by_item {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.member-type {
  display: none;
}
.stateroom_action_btns .assing_btn, .stateroom_action_btns .freeze {
  color: #dc742f;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
}
.stateroom_action_btns .detached_btn, .stateroom_action_btns .unfreeze {
  color: #333;
  font-weight: 700;
  margin-left: 10px;
  cursor: pointer;
}
.congress-list {
  list-style: none !important;
}
.red-notice {
  text-align: center;
  background: red;
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 67px;
}
.red-notice h2 {
  font-size: 35px;
  font-weight: 700;
}
.blink {
  animation: blink 1.5s linear infinite;
}
.my-account-bar {
  margin-bottom: 20px;
}
.next-prev-btn-wrapper {
  padding-top: 35px;
}
.attendee table thead tr th:last-child {
  text-align: center;
}
.attendee table tbody tr td:last-child {
  text-align: center;
}
.attendee table tbody tr td:last-child span {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.attendee table tbody tr td:last-child span.edit-row {
  color: #e8794c;
}
.attendee table tbody tr td:last-child span.del-row {
  color: red;
}
@media (max-width: 767px) {
  .attendee .balance {
    display: block;
    padding: 10px 0 20px;
  }
}
.name-number-select-wrapper .attendee-edit-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}
.name-number-select-wrapper .attendee-edit-wrapper .attn_edit {
  position: absolute;
  right: 5px;
  top: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  border: 2px solid #f9248b;
  padding: 0 4px;
  border-radius: 4px;
  z-index: 9;
  color: black;
  font-weight: 600;
}
.name-number-select-wrapper .attendee-edit-wrapper .attend-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 10px;
}
.name-number-select-wrapper .attendee-edit-wrapper ul.congress-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.name-number-select-wrapper .attendee-edit-wrapper ul.congress-list li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.name-number-select-wrapper .attendee-edit-wrapper ul.congress-list li .check_mark {
  position: absolute;
  left: 0;
  top: 7px;
  color: #c9302c;
}
.name-number-select-wrapper .name-btn-check {
  background: transparent;
  color: #c9302c;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 5px;
  border: 1px solid #c9302c;
  border-radius: 4px;
  cursor: pointer;
}
.name-number-select-wrapper .name-btn-check .fa-check {
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
  display: none;
}
.name-number-select-wrapper .name-btn-check.completed {
  background: #c9302c;
  color: #fff;
}
.name-number-select-wrapper .name-btn-check.completed .fa-check {
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
  display: inline-block;
}
.is_congress_yes_wrap {
  display: none;
}
.is_congress_no_wrap {
  display: none;
}
.is_congress_yes_wrap.active {
  display: block;
}
.is_congress_no_wrap.active {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .col-md-10.col-tab-land-device {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  label.pass_info_label {
    font-size: 11px;
  }
}
#retrieve_modal .modal-header {
  border-bottom: 0;
}
#retrieve_modal .modal-body {
  padding: 0px 40px 40px !important;
}
.inner_section_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.inner_section_wrapper p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
.inner_section_wrapper p .color_red {
  color: red;
}
[id^="rxp-overlay-"] {
  z-index: 999999 !important;
}
#load-payment-int {
  display: none;
}
.checked_notice {
  color: red;
  background: yellow;
  padding: 0 10px;
  text-align: center;
  margin: 20px auto 0;
}
.payments-wrapper {
  max-width: 400px;
  padding: 15px 0;
}
.payments-wrapper .item-wrapper {
  width: 100%;
  border: 1px solid #F4B083;
}
.payments-wrapper .item-wrapper .single-item {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: right;
}
.payments-wrapper .item-wrapper .single-item:nth-child(odd) {
  background: #f2f2f2;
}
.payments-wrapper .item-wrapper .single-item:nth-child(even) {
  background: rgba(241, 241, 241, 0.5);
}
.payments-wrapper .item-wrapper .single-item .title {
  width: 68%;
  float: left;
  overflow: hidden;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.payments-wrapper .item-wrapper .single-item .title .excludeing_fee {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.payments-wrapper .item-wrapper .single-item .details {
  font-size: 18px;
}
.payments-wrapper .item-wrapper .single-item .details .colun {
  font-weight: 700;
  padding-right: 10px;
  color: #333;
  font-size: 20px;
}
.payments-wrapper .item-wrapper .single-item .deu {
  color: #d9534f;
  font-weight: 700;
}
.payments-wrapper .item-wrapper .single-item .paid {
  color: green;
  font-weight: 700;
}
.payments-wrapper .control-label {
  text-align: left;
}
.custom-pay-input {
  display: none;
}
.credite-card-style {
  display: none;
}
.credite-card-style .control-label {
  text-align: left !important;
}
#playNowModal .modal-header {
  border: none !important;
  padding: 10px 10px 0 0 !important;
}
.custom-amount-input {
  display: none;
}
.custom-amount-input.active {
  display: block;
}
.todays_deposit_ttl {
  font-size: 18px;
  color: #d9534f;
  padding-right: 5px;
}
.todays_deposit_amount {
  font-size: 18px;
  color: #d9534f;
  font-weight: 700;
}
.form-control-numeral {
  width: 25% !important;
}
#gp-pay-button {
  margin-right: 15px;
}
.payment-history-ttl {
  color: #dc742f !important;
  font-weight: 700 !important;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .early-bird-from-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .early-bird-from-wrapper {
    padding: 0 15px;
  }
}
.early-bird-from-wrapper h3 {
  color: #337ab7;
}
.early-bird-from-wrapper .custom-input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 14px;
  color: #555;
  border: none;
  background-image: none;
  border-bottom: 1px solid #d3d3d3;
}
.early-bird-from-wrapper textarea.custom-input {
  height: inherit;
}
.early-bird-from-wrapper label {
  margin-bottom: 0;
  font-weight: normal;
  color: #e8794c;
}
.early-bird-from-wrapper span {
  color: #337ab7 !important;
  font-size: 20px;
}
.early-bird-from-wrapper .input-readonly {
  display: inline-block !important;
  border: none !important;
  font-weight: bold !important;
  color: #e8794c !important;
  font-size: 20px;
}
.early-bird-from-wrapper .btn.btn-danger {
  border-radius: 0;
  box-shadow: 0 7px 15px rgba(102, 102, 102, 0.4);
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
  color: white !important;
  margin-top: 15px;
}
.early-bird-from-wrapper .select-wrapper::after {
  top: -8px;
}
.early-bird-reg-details .single-section-wrapper {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.early-bird-reg-details .single-section-wrapper:last-child {
  border-bottom-color: #ddd;
}
.early-bird-reg-details .single-section-wrapper .title-name {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
  display: block !important;
  background: #EAF2FA;
  padding: 7px 10px;
}
.early-bird-reg-details .single-section-wrapper .val-input-wrapper {
  padding: 7px 10px;
}
.early-bird-reg-details .single-section-wrapper .val-input-wrapper .value {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
  display: block !important;
}
.early-bird-reg-details .single-section-wrapper .val-input-wrapper .details-input-control {
  display: none !important;
  width: auto !important;
}
.early-bird-reg-details .single-section-wrapper.active .details-input-control {
  display: inline-block !important;
}
.early-bird-reg-details .single-section-wrapper.active .value {
  display: none !important;
}
.early-bird-content table thead tr th:last-child {
  text-align: center;
}
.early-bird-content table tbody tr td:last-child {
  text-align: center;
}
.early-bird-content table tbody tr td:last-child .view-details-link {
  color: #d43f3a;
}
.member-details {
  margin-bottom: 30px;
}
.member-details .single-section-wrapper {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.member-details .single-section-wrapper:last-child {
  border-bottom-color: #ddd;
}
.member-details .single-section-wrapper .title-name {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
  display: block !important;
  background: #EAF2FA;
  padding: 7px 10px;
}
.member-details .single-section-wrapper .val-input-wrapper {
  padding: 7px 10px;
}
.member-details .single-section-wrapper .val-input-wrapper .value {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
  display: block !important;
}
.member-details .single-section-wrapper .val-input-wrapper .details-input-control {
  display: none !important;
  width: auto !important;
}
.member-details .single-section-wrapper.active .details-input-control {
  display: inline-block !important;
  min-width: 204px;
}
.member-details .single-section-wrapper.active .value {
  display: none !important;
}
.add-note-section {
  padding-bottom: 30px;
}
.transaction-reg-details {
  margin-bottom: 30px;
}
.transaction-reg-details .single-section-wrapper {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.transaction-reg-details .single-section-wrapper:last-child {
  border-bottom-color: #ddd;
}
.transaction-reg-details .single-section-wrapper .title-name {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
  display: block !important;
  background: #EAF2FA;
  padding: 7px 10px;
}
.transaction-reg-details .single-section-wrapper .val-input-wrapper {
  padding: 7px 10px;
}
.transaction-reg-details .single-section-wrapper .val-input-wrapper .value {
  font-size: 16px;
  font-weight: 400 !important;
  color: #333;
  display: block !important;
}
.transaction-reg-details .single-section-wrapper .val-input-wrapper .details-input-control {
  display: none !important;
  width: auto !important;
}
.transaction-reg-details .single-section-wrapper.active .details-input-control {
  display: inline-block !important;
  min-width: 204px;
}
.transaction-reg-details .single-section-wrapper.active .value {
  display: none !important;
}
.add-note-section {
  padding-bottom: 30px;
}
.participant-items tr td {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.participant-items tr td:first-child {
  text-align: left;
}
.participant-items tr td:last-child {
  text-align: right;
}
.congress-reg-wrapper .nav-tabs > li > a:focus {
  box-shadow: none !important;
}
.congress-reg-wrapper ul {
  padding: 0 !important;
  border-bottom: none !important;
}
.congress-reg-wrapper ul li {
  border-radius: 0 !important;
  cursor: pointer;
}
.congress-reg-wrapper ul li a {
  border: 1px solid #d3d3d3 !important;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  background: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 0 !important;
}
.congress-reg-wrapper ul li a:hover {
  background: transparent !important;
  color: #000;
}
.congress-reg-wrapper ul li.active {
  border-radius: 0 !important;
}
.congress-reg-wrapper ul li.active a {
  background: #d3d3d3 !important;
  color: #000 !important;
  margin-bottom: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .congress-reg-wrapper ul li.active a {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .congress-reg-wrapper ul li.active a {
    margin-bottom: 0px;
  }
}
.gen-info-content .other-lang {
  display: none;
  transition: 0.4s;
}
.gen-info-content .other-lang.active {
  display: block;
}
.gen-info-content .other-function {
  margin-top: 10px !important;
  display: none !important;
  border: 2px solid #c9302c !important;
}
.gen-info-content .other-function.active {
  display: block !important;
}
.items-wrapper .radio-btn-inline label {
  margin-right: 30px !important;
}
.a-la-carte-wrapper {
  display: none;
}
.a-la-carte-wrapper.active {
  display: block;
}
.dietary_restrictions_input {
  display: none !important;
}
.dietary_restrictions_input.active {
  display: block !important;
}
.food_allergies_input {
  display: none !important;
}
.food_allergies_input.active {
  display: block !important;
}
@media (max-width: 767px) {
  .attendee .balance {
    display: block;
    padding: 10px 0 20px;
  }
}
.select-item-modal-body-wrapper .member-name {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.select-item-modal-body-wrapper .item_types {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.attendee_name_on_modal {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px !important;
  padding-bottom: 10px;
}
.section-wrapper {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: none;
}
.section-wrapper h3 {
  margin: 0 0 15px;
  color: #337ab7;
  font-weight: 700;
  font-style: italic;
}
.section-wrapper h3 span {
  font-weight: 400;
  font-size: 14px;
}
#genInfo .section-wrapper {
  border-bottom: 3px solid #d3d3d3;
}
#genInfo .section-wrapper.badge_complementary_info {
  border-bottom: none;
}
@media (max-width: 767px) {
  .phone {
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .phone {
    margin-top: 5px !important;
  }
}
.pay-now-table-wrapper {
  padding: 15px 0;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.pay-now-table-wrapper table {
  border: none !important;
}
.pay-now-table-wrapper table tbody tr td {
  border: none !important;
  color: #000;
  padding: 2px 8px !important;
  text-align: left;
}
.pay-now-table-wrapper table tbody tr td span {
  font-size: 12px;
}
.pay-now-table-wrapper table tbody tr td.currency-align-right {
  text-align: right;
  min-width: 120px;
}
.guest-list a {
  display: inline-block;
  margin-bottom: 5px;
}
.border-devider {
  margin: 0 5px;
  width: 2px;
  height: 11px;
  background: #666;
  display: inline-block;
}
.flashing {
  color: red !important;
}
.flashing .sublabel {
  animation: blink 1.2s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.wheelchair_input {
  display: none !important;
}
.wheelchair_input.active {
  display: block !important;
}
.guest_wheelchair_input {
  display: none !important;
}
.guest_wheelchair_input.active {
  display: block !important;
}
.relation_show {
  display: none;
}
.relation_show.active {
  display: block;
}
.single_selected_events:nth-child(3), .single_selected_events:nth-child(5) {
  clear: left;
}
.login-wrapper {
  padding: 30px;
  margin-bottom: 30px;
}
.login-wrapper h3 {
  color: #dc742f;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.login-verification label {
  font-weight: normal;
}
body.logged-in .main_title {
  display: none;
}
.page-id-4404 .main_title {
  display: none;
}
.login-require-checkbox-wrapper {
  margin-bottom: 30px;
}
.login-require-checkbox-wrapper .radio-btn label {
  font-size: 14px;
  font-weight: 700;
}
.login-best-result-box {
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 30px;
}
.login-best-result-box h3 {
  margin: 0;
  padding: 0;
  color: #dc742f;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.login-best-result-box .list-item {
  padding-top: 21px !important;
}
.login-best-result-box .dot-point {
  padding-left: 25px !important;
  padding-bottom: 0 !important;
}
.initial-login {
  display: none;
}
.initial-login.active {
  display: block;
}
.login_rq_checkbox {
  display: block;
}
.login_rq_checkbox.deactive {
  display: none;
}
.login-submit-btn:disabled {
  position: relative;
}
.login-submit-btn:disabled .disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 116, 47, 0.7);
  color: #fff;
  padding-top: 5px;
  opacity: 1;
  transition: 0.5s;
}
.login-submit-btn {
  position: relative;
}
.login-submit-btn .disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 116, 47, 0.7);
  color: #fff;
  padding-top: 5px;
  opacity: 0;
  transition: 0.5s;
}
.my-sqr-check-btn.custop_top input[type="checkbox"] + label::before {
  top: 8px;
}
.my-sqr-check-btn.custop_top input[type="checkbox"] + label::after {
  top: 8px;
}
.balk-table table thead tr th {
  text-align: center;
}
.balk-table table tbody tr td span {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.balk-table table tbody tr td span.edit-row {
  color: #e8794c;
}
.single-box-wrapper {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.single-box {
  box-shadow: 0 2px 13px rgba(51, 51, 51, 0.2);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
  padding: 10px;
}
.single-box-middle {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.single-box-middle h1 {
  font-size: 24px !important;
  margin: 0 !important;
  padding: 0 0 10px 0;
  color: #c9302c;
  font-weight: 700;
}
.single-box-middle p {
  margin: 0 !important;
  color: #e8794c;
  font-weight: 700 !important;
}
.future-payment-date {
  display: none;
}
.future-payment-date.active {
  display: block;
}
.upload-btn-wrapper {
  display: inline-block;
}
.upload-btn-wrapper label {
  font-weight: 400;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.top-form {
  text-align: center;
  margin-bottom: 15px;
}
.top-form span {
  padding-right: 15px;
  font-weight: 700;
  color: #000;
}
.top-form .btn {
  padding: 5px 12px !important;
  margin-bottom: 4px !important;
}
.second-form {
  margin-bottom: 15px;
}
.second-form .td-input-wrapper {
  position: relative;
}
.second-form .td-input {
  border-radius: 0 !important;
  border: none !important;
}
.left-border-none {
  border-left: none !important;
}
.border-top-none {
  border-top: none !important;
}
.border-column {
  border: 1px solid #ddd;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.border-column.chosen-select-wrapper .chosen-container-single .chosen-single {
  border: none !important;
  border-radius: 0 !important;
}
.th-heading {
  text-align: center;
  padding: 8px 6px;
  font-weight: 700;
}
.companions_find {
  display: none;
}
.companions_find.active {
  display: block;
}
.web-master-menu ul {
  margin: 0;
  display: block;
}
.web-master-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  background: #fbe4d5;
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #f4b083;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  transition: 0.4s;
}
.web-master-menu ul li:hover {
  background: #f4b083;
}
.web-master-menu ul li:hover ul.submenu {
  top: 37px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  left: -1px;
}
.web-master-menu ul li ul.submenu {
  position: absolute;
  left: 0;
  top: 48px;
  padding: 0 !important;
  width: 100%;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.web-master-menu ul li ul.submenu li {
  display: block;
  text-align: left;
  border: none;
  border-bottom: 1px solid #f4b083;
  position: relative;
  margin: 0;
}
.web-master-menu ul li ul.submenu li a {
  color: #000;
  text-decoration: none;
  width: 200px;
  display: block;
}
.web-master-menu ul li ul.submenu li:hover ul.child-menu {
  left: -100%;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.web-master-menu ul li ul.submenu li ul.child-menu {
  position: absolute;
  left: -104%;
  top: 0;
  width: 100%;
  padding: 0 !important;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  z-index: -1;
}
.web-master-menu ul li ul.submenu li ul.child-menu li:hover ul.child-menu-2 {
  left: -100%;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.web-master-menu ul li ul.submenu li ul.child-menu li ul.child-menu-2 {
  position: absolute;
  left: -104%;
  top: 0;
  width: 100%;
  padding: 0 !important;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  z-index: -1;
  min-width: 100%;
}
.web-master-menu ul li ul.submenu li ul.child-menu li ul.child-menu-2 li:hover ul.child-menu-3 {
  left: -100%;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.web-master-menu ul li ul.submenu li ul.child-menu li ul.child-menu-2 li ul.child-menu-3 {
  position: absolute;
  left: -104%;
  top: 0;
  width: 100%;
  padding: 0 !important;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  z-index: -1;
}
.hotal-wrapper .hotel-booking-table {
  padding-bottom: 50px;
}
.hotal-wrapper table thead tr th {
  text-align: center;
}
.hotal-wrapper table tbody tr td.price {
  text-align: right;
}
.hotal-wrapper table tbody tr td.action {
  text-align: center;
}
.accommodation_hotel_info {
  margin-bottom: 30px;
}
.inner_section_red_color {
  max-width: 920px;
  margin: 0 auto;
  font-weight: 700;
  color: red;
}
.inner_section_red_color p {
  font-size: 16px;
  line-height: 26px;
}
.flight-details_note {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: red;
  margin-top: 30px !important;
  display: inline-block;
}
.section-check_in_out {
  max-width: 800px;
  margin: 50px 0;
  color: #000;
}
.section-check_in_out .check_ttl {
  font-size: 20px;
  font-weight: 500;
}
.section-check_in_out .checked_notice_3, .section-check_in_out .checked_notice {
  color: red;
  background: yellow;
  padding: 0 10px;
  text-align: center;
  margin: 20px auto 0;
}
.section-check_in_out .checked_notice_3 {
  max-width: 740px;
}
.section-check_in_out .checked_notice {
  max-width: 500px;
}
tr.row-disabled {
  background: lightcoral !important;
  color: #fff;
}
.congress-user-reg-wrapper label {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 600;
}
.congress-user-reg-wrapper label span {
  color: #555555;
  font-style: italic;
  font-style: 13px;
}
.congress-user-reg-wrapper .cmn-btn {
  font-size: 15px;
  font-weight: 700;
  border: none !important;
  line-height: 1em !important;
  padding: 16px 40px !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  box-sizing: border-box;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.congress-user-reg-wrapper .cmn-btn:hover {
  background-color: rgba(255, 153, 0, 0.7);
}
.congress-user-reg-wrapper .reg-btn {
  margin-right: 5px;
  background-color: rgba(255, 153, 0, 0.7);
}
.congress-user-reg-wrapper .reg-btn:hover {
  background-color: rgba(255, 153, 0, 0.7);
}
.congress-user-reg-wrapper .login-btn {
  margin-left: 5px;
}
.search-frm-wrapper {
  display: inline-block;
}
.add-transaction-right {
  display: inline-block;
}
.single-notes {
  background: #ddd;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-notes p {
  font-weight: 400;
}
.delete_admin_notes {
  float: right;
  cursor: pointer;
}
.date-of-note {
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.fa-credit-card {
  color: #f0ad4e;
  cursor: pointer;
}
.attendees-option {
  display: none;
}
.label_mb_10 label {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .ui-datepicker {
    max-height: 242px !important;
    overflow-y: scroll !important;
  }
}
.transactions_table_wrap table tbody tr td {
  height: 50px;
  vertical-align: middle !important;
  border: 1px solid #e9e9e9 !important;
}
.transactions_table_wrap table tbody tr:nth-of-type(2n+1) {
  background-color: #e0e0e0 !important;
}
