/***************************************************************

     MPI 2024
     Created By: Kyle Thompson
     Date: 11-20-2023

***************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Zilla+Slab:wght@300;400;500;600;700&display=swap");
/*********************
     Global
*********************/
html,
body {
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  background: rgb(255, 255, 255);
}

p {
  margin: 15px;
}

a {
  color: #337ab7;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h2 {
  font-size: 1.4rem;
  line-height: 1;
  color: #4a4a4a !important;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 174, 239, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

span.de_required {
  color: #c0392b;
}

.help-block {
  margin: 0px !important;
}

.small,
small {
  font-size: inherit !important;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

ul,
ol {
  list-style: inherit;
  padding: inherit;
  margin: inherit;
  margin-left: 2%;
}
ul li,
ol li {
  padding: inherit;
  list-style: inherit;
  margin: inherit;
  line-height: 170%;
}

ul,
ul li {
  list-style: disc;
}

ol,
ol li {
  list-style: decimal;
}

/*********************************
     Fields Layout
*********************************/
fieldset ul,
fieldset ol,
.alert ul,
.alert ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
fieldset ul li,
fieldset ol li,
.alert ul li,
.alert ol li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: inherit;
  margin-left: inherit;
}

/*****************************************
    General Alerts
*****************************************/
.alert {
  margin-top: 20px;
}
.alert ol,
.alert ul {
  list-style: inherit;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alert ol li,
.alert ul li {
  list-style: inherit;
  line-height: 26px;
}
.alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/******************************
    Header
******************************/
#header {
  top: 0px;
  height: auto;
  width: 100%;
  background: #ffffff;
  border-bottom: 4px solid #00aeef;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  z-index: 2;
  /******************************
      Navigation
  ******************************/
}
#header .container {
  position: relative;
}
#header .container .header-logo {
  width: 39%;
  float: left;
  padding-top: 3px;
}
#header .container .header-logo img {
  height: auto;
  width: 255px;
  margin: 15px 0px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
#header .container .event-title {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 27px;
  width: 53%;
  text-align: right;
}
#header .container .event-title h1 {
  margin: 0px;
  font-size: 32px;
  line-height: 2.3;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  color: #4a4a4a !important;
  font-weight: 500;
  text-align: right;
}
#header #menu {
  position: relative;
  top: 4px;
  width: 100%;
  z-index: 2;
  background: #00aeef;
}
#header #menu .navbar {
  width: 100%;
  right: 0px;
  min-height: 40px;
  bottom: 0px;
  position: relative;
  margin-bottom: 0px;
  background: transparent;
  border-radius: 0px;
}
#header #menu .navbar .navbar-header {
  margin: 0px;
  padding: 0px;
}
#header #menu .navbar .navbar-header a.navbar-brand {
  display: none;
}
#header #menu .navbar .navbar-header .navbar-toggle {
  background: #ffffff;
  z-index: 2;
}
#header #menu .navbar .navbar-header .navbar-toggle .icon-bar {
  color: #cccccc;
  background: #cccccc;
}
#header #menu .navbar .navbar-collapse {
  margin: 0px;
  padding: 0px;
}
#header #menu .navbar .navbar-collapse .nav.navbar-nav {
  width: 1140px;
  float: none;
  margin: 0px auto;
  background: transparent;
}
#header #menu .navbar .navbar-collapse .nav li {
  position: relative;
  display: block;
  padding: 0px !important;
  font-size: 1.1rem;
}
#header #menu .navbar .navbar-collapse .nav li a {
  background-color: transparent;
  padding: 10px 15px !important;
  border-bottom: 2px solid transparent;
  color: #ffffff;
  line-height: normal;
}
#header #menu .navbar .navbar-collapse .nav li a:hover, #header #menu .navbar .navbar-collapse .nav li a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#header #menu .navbar .navbar-collapse .nav li.active a {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#header #menu.menuTop {
  position: fixed;
  width: 100%;
  top: 0px;
}
#header.small {
  position: fixed;
  top: 0px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#header.small .header-logo img {
  height: auto;
  width: 200px;
  margin: 15px 0px;
}
#header.small .event-title h1 {
  font-size: 27px;
  line-height: 2.6;
}
#header.small .navbar-nav li a {
  font-size: 0.9rem;
  padding: 5px 10px !important;
}
#header.small nav.navbar {
  min-height: 34px !important;
}

/******************************
    Layout Styles
******************************/
#content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}
#content #content-left,
#content #content-right {
  display: none;
}
#content #content-middle {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
#content #content-middle .panel {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
#content #content-middle .panel.panel-default {
  box-shadow: none;
}
#content #content-middle .panel .panel-heading {
  display: none;
}
#content #content-middle .panel .panel-body {
  padding-top: 0px;
}
#content #content-middle .panel .panel-body .col-sm-9 .panel {
  background-color: transparent !important;
}
#content #content-middle .panel .panel-body .col-sm-9 .panel .panel-body,
#content #content-middle .panel .panel-body .col-sm-9 .panel #fields {
  padding-top: 0px;
}
#content #content-middle .alert-success {
  background: transparent;
  border: none;
  display: none;
}
#content #content-middle .tab-content {
  padding: 10px;
  border-radius: 0px;
  border: none;
  background: transparent;
}
#content #content-middle .tab-content .panel-default {
  background: transparent;
  border: none;
}

/******************************
    Field / Input Styles
******************************/
div.field {
  height: 100%;
  overflow: hidden;
  clear: both;
  margin: 3px 0px;
  width: 97%;
}
div.field .form-group {
  margin: 2px 0px;
  margin-bottom: 0px;
  height: 100%;
  overflow: hidden;
}
div.field .form-group label {
  float: left;
  font-weight: normal;
  line-height: normal;
  margin-right: 10px;
  padding-left: 2%;
  width: 29%;
}
div.field .form-group label .de_fee {
  float: right !important;
  font-weight: bold;
}
div.field .form-group div {
  float: left;
  width: 69%;
  margin-left: 0px;
}
div.field .form-group div select {
  width: 100%;
}
div.field fieldset {
  margin: 5px 15px;
}
div.field fieldset div.de_fieldset {
  padding-left: 2px;
}
div.field fieldset legend {
  font-size: 1.1rem;
}
div.field fieldset legend.left {
  float: left;
  width: 29%;
  display: inline-block;
  font-weight: normal;
  padding-left: 0;
}
div.field fieldset span.de_cols_1 {
  display: block;
  clear: both;
}
div.field fieldset span.de_cols_1 label {
  width: 100%;
  float: left;
  padding-right: 0px;
}
div.field [type=checkbox],
div.field input[type=radio] {
  float: left;
  opacity: 0 !important;
  position: absolute;
}
div.field [type=checkbox].checkbox, div.field [type=checkbox].radio,
div.field input[type=radio].checkbox,
div.field input[type=radio].radio {
  display: none !important;
}
div.field [type=checkbox] + label,
div.field input[type=radio] + label {
  display: inline-block !important;
  position: relative !important;
  padding: 7px 26px;
  padding-left: 30px;
  min-height: 1.3rem !important;
  margin-bottom: 0px;
  padding-top: 3px;
  cursor: pointer;
  color: #333333;
  line-height: 25px;
  font-weight: 400;
  width: 29%;
}
div.field [type=checkbox] + label:hover,
div.field input[type=radio] + label:hover {
  cursor: pointer !important;
}
div.field [type=checkbox] + label:before,
div.field input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.6);
  background: #fff;
}
div.field [type=checkbox][disabled] + label,
div.field input[type=radio][disabled] + label {
  color: rgba(0, 0, 0, 0.3) !important;
}
div.field [type=checkbox][disabled] + label:before,
div.field input[type=radio][disabled] + label:before {
  opacity: 0.5 !important;
}
div.field [type=checkbox]:checked + label:after,
div.field input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgb(0, 174, 239);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
div.field [type=checkbox]:checked + label:before,
div.field input[type=radio]:checked + label:before {
  border-color: rgba(0, 0, 0, 0.6);
}
div.field [type=checkbox]:not(:checked) + label:after,
div.field input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  transform: scale(0);
  opacity: 0;
}
div.field .sortStyle {
  border: none !important;
}
div.field .sortStyle:hover {
  border: none !important;
}
div.field .sortStyle .well {
  margin: 0px;
  background: none;
  width: 76%;
  border: none;
  box-shadow: none;
  float: left;
  padding: 0px;
}

div[data-group=wide] .text-editable {
  width: 99% !important;
  padding-left: 10px;
}
div[data-group=wide] .information {
  display: none;
}

div[data-group=wide-radio] fieldset legend {
  width: 80% !important;
  float: left;
}
div[data-group=wide-radio] fieldset .de_fieldset {
  width: 20% !important;
}
div[data-group=wide-radio] fieldset .de_fieldset .de_cols_1 {
  width: auto !important;
  display: inline !important;
  clear: none !important;
}

div[data-group=table-guest] .colleagueFieldHeading {
  width: 29% !important;
  float: left !important;
  padding-top: 18px;
}
div[data-group=table-guest] span {
  display: block;
  padding-bottom: 0px;
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 0px;
  line-height: normal;
  padding-left: 15px;
}
div[data-group=table-guest] .well {
  padding: 0px;
  background: transparent;
  border: none;
  box-shadow: none;
}

div[data-group=suffix] .de_fieldset .de_cols_1 {
  display: inline-block;
  clear: none;
  width: 100%;
  max-width: 14%;
  padding-left: 0px;
  padding-top: 5px;
  margin-right: 6px;
}
div[data-group=suffix] .de_fieldset .de_cols_1 label {
  width: auto !important;
  padding-right: 0px;
  padding-left: 26px !important;
  padding-top: 0px;
}

div.file-upload label {
  width: auto !important;
  margin-right: 0px !important;
}
div.file-upload input {
  max-width: 86%;
  width: 100%;
}
div.file-upload legend {
  float: left;
  font-size: 1.1rem;
  border: none;
  margin-right: 10px;
  width: 20%;
}
div.file-upload .form-group {
  margin-bottom: 0px;
}

div[data-group=file] {
  z-index: 1;
}
div[data-group=file] div fieldset {
  margin-right: 0px;
  margin-bottom: 5px;
}
div[data-group=file] div fieldset div {
  position: relative;
  height: 50px;
  width: 69%;
  margin: 0px;
  padding: 0px;
}
div[data-group=file] div fieldset div:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 2;
  height: 47px;
  line-height: 27px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
div[data-group=file] div fieldset div:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 47px;
  background: #4daf7c;
  color: #fff;
  font-weight: normal;
  z-index: 3;
  font-size: 1.1rem;
  line-height: 40px;
  padding: 4px 10px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
div[data-group=file] div fieldset div:hover:before {
  background: #3d8c63;
}
div[data-group=file] div fieldset input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 47px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
div[data-group=file] div fieldset legend {
  border: none;
  width: 29%;
  float: left;
  font-weight: 400 !important;
  padding-top: 10px;
}
div[data-group=file] p {
  display: none;
}
div[data-group=file] p.foot {
  display: block;
  width: 74%;
  float: right;
  margin-top: 0px;
  padding: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 4px;
  margin-right: 0;
}

input[type=text],
input[type=email],
select,
textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 1.1rem;
  line-height: normal;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text][type=submit],
input[type=email][type=submit],
select[type=submit],
textarea[type=submit] {
  color: #fff;
  background-color: #27ae60;
  border-color: #239854;
}
input[type=text][type=submit]:hover,
input[type=email][type=submit]:hover,
select[type=submit]:hover,
textarea[type=submit]:hover {
  background-color: #2ecc71;
  border-color: #239854;
  color: #fff;
}

textarea {
  height: 100%;
  width: 100%;
  min-height: 150px;
}

select {
  height: auto !important;
}

/******************************
    Returning Reg. Styles
******************************/
form[name=returningRegForm] {
  border: none;
  background: transparent;
}
form[name=returningRegForm] .form-group.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 12px;
  background: transparent;
  border: none;
  width: 64%;
  padding-bottom: 0px;
}
form[name=returningRegForm] .form-group.row label {
  padding-left: 1px;
  width: 100%;
  font-weight: 400;
}
form[name=returningRegForm] #returning {
  margin-top: 25px;
}

/****************************************
    Colleague Adjustments
****************************************/
.colleagueForm .colleagueFieldHeading {
  width: 29% !important;
  float: left !important;
}
.colleagueForm .colleagueFieldHeading span {
  display: block;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: inherit;
  margin-top: 10px;
  line-height: normal;
}
.colleagueForm .colleagueFieldHeading p {
  display: none;
  margin: 0px !important;
}
.colleagueForm button[name=submit] {
  float: right;
  padding: 6px 12px;
  margin-left: 0px;
  margin-top: 30px;
  margin-left: 9px;
  margin-right: 0px;
  text-transform: none;
  background: rgb(67, 160, 71);
  border-color: rgb(56, 142, 60);
  color: #ffffff;
}
.colleagueForm button[name=submit]:hover, .colleagueForm button[name=submit]:focus {
  background: rgb(102, 187, 106);
  border-color: rgb(56, 142, 60);
  color: #ffffff;
}

a.addAnotherColleague {
  padding: 11px 14px !important;
  font-size: inherit !important;
  line-height: normal !important;
  border-radius: 6px !important;
  background-color: #5cb85c !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid #4cae4c !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin: 7px 12px;
}
a.addAnotherColleague:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

div.colleagueBag {
  width: 100% !important;
}
div.colleagueBag .remainingColleagues {
  margin: 15px 0px;
  margin-top: 0px !important;
  font-weight: bold;
}
div.colleagueBag .remainingColleagues span {
  display: inline-block !important;
  padding: 0px 4px !important;
}
div.colleagueBag ul li {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0px 10px;
  height: 100%;
  overflow: hidden;
  margin: 5px 0px;
  background: #ffffff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
div.colleagueBag ul li .loadModal {
  font-size: 1.1rem;
  float: left;
  width: 92% !important;
  max-width: 96%;
  padding: 10px 0px;
  color: #333333;
}
div.colleagueBag ul li .colleagueDelete {
  float: right !important;
  width: auto !important;
  background: #e74c3c !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 0px 9px !important;
  border: 1px solid #c0392b !important;
  margin: 10px 0px !important;
  height: auto !important;
  font-size: 0.8rem !important;
  line-height: 1.7rem !important;
}
div.colleagueBag ul li .colleagueDelete:hover, div.colleagueBag ul li .colleagueDelete:focus {
  background: #c0392b;
  border: #c0392b;
}
div.colleagueBag ul li:hover {
  background: rgb(0, 174, 239);
  border-color: #cccccc;
  color: #ffffff !important;
}
div.colleagueBag ul li a.loadModal {
  font-size: 1.1rem;
}
div.colleagueBag ul li a.loadModal:hover, div.colleagueBag ul li a.loadModal:focus {
  color: #ffffff !important;
}

#fieldContainer p {
  margin: 15px !important;
}

/*******************************************
     Modal Adjustments
*******************************************/
.modal-content .modal-footer button {
  background: rgb(244, 67, 54);
  border-color: rgb(211, 47, 47);
  color: #ffffff;
}
.modal-content .modal-footer button:hover, .modal-content .modal-footer button:focus {
  background: rgb(239, 83, 80);
  border-color: rgb(211, 47, 47);
  color: #ffffff;
}

#showRegistrant .panel-group .panel .panel-heading {
  display: block;
}

.fancybox-bg {
  opacity: 0.6 !important;
}

.modal-dialog,
.modalPopUp {
  width: 70%;
}

/************************************************
    Coupon / Payment Page
************************************************/
#couponForm {
  width: auto;
  height: 100%;
  overflow: hidden;
  vertical-align: baseline;
}
#couponForm #fieldContainer {
  float: left;
  width: auto;
  clear: none;
  display: inline-block;
}
#couponForm #fieldContainer .field .form-group div {
  width: 100% !important;
}
#couponForm input[type=text] {
  border-radius: 4px 0px 0px 4px;
}
#couponForm .field-editable {
  width: 100%;
}
#couponForm input[type=submit] {
  margin-top: 28px;
  border-radius: 0px 4px 4px 0px;
  float: left;
}

#paymentForm {
  display: block;
  clear: both;
}
#paymentForm label,
#paymentForm #ccInfo,
#paymentForm #bankInfo table,
#paymentForm #manualInfo {
  margin-left: 15px;
}
#paymentForm #billing_container label {
  margin-left: 0px;
}
#paymentForm h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
#paymentForm input[type=checkbox],
#paymentForm input[type=radio] {
  opacity: 1 !important;
  position: relative !important;
}

#month,
#year {
  width: auto !important;
}

#infoTable {
  width: 96% !important;
}
#infoTable tr th:nth-of-type(1) {
  width: 200px;
  font-weight: 600;
}
#infoTable tr th:nth-of-type(2) .row .col-xs-5:after {
  content: " / ";
  padding: 0px 12px;
  padding-right: 0;
  font-size: 21px;
  line-height: normal;
}
#infoTable tr th:nth-of-type(2) .row .col-xs-5 #month {
  display: inline-block !important;
}
#infoTable tr th:nth-of-type(2) .row .col-xs-6 {
  padding-left: 1px;
}

#valid_date,
#valid {
  margin: 0px !important;
  padding: 7px 0px;
}

#billing_body #reg_new #infoContainer .panel-body {
  padding-top: 15px;
}
#billing_body #reg_new #infoContainer .panel-body #fieldContainer {
  padding-top: 15px;
}
#billing_body #reg_new #infoContainer .panel-body #fieldContainer .field {
  margin: 6px 0px;
}

/************************************************
    WYSIWYG Fix
************************************************/
div.note-editor {
  width: 100% !important;
}
div.note-editor .note-toolbar {
  display: block !important;
  width: 100% !important;
}
div.note-editor .note-toolbar .note-btn-group {
  width: auto;
  float: left;
}
div.note-editor .note-toolbar .note-btn-group div {
  width: auto;
}
div.note-editor.note-frame {
  border: 1px solid #a9a9a9 !important;
  border-radius: 4px !important;
  background: inherit;
  background-color: inherit;
  margin-bottom: 0px;
}
div.note-editor.note-frame .note-editing-area {
  width: 100%;
}
div.note-editor.note-frame .note-editing-area .note-editable {
  width: 100%;
  padding: 0px;
}
div.note-editor.note-frame .note-statusbar {
  width: 100%;
  float: none;
}
div.note-editor.note-frame .note-statusbar .note-resizer .note-icon-bar {
  float: none;
}
div.note-editor.note-frame .note-placeholder {
  padding: 15px;
}

/************************************************
    Buttons
************************************************/
#register,
#returning,
#button input,
.btn-primary,
#addAdt,
#paybtn,
#linkReturningRegBack {
  padding: 11px 20px;
  text-transform: uppercase;
  margin: 5px;
  border: 1px solid rgb(0, 135, 186);
  color: #ffffff;
  background: rgb(63, 172, 237);
  border-radius: 4px;
  display: inline-block;
}
#register:hover,
#returning:hover,
#button input:hover,
.btn-primary:hover,
#addAdt:hover,
#paybtn:hover,
#linkReturningRegBack:hover {
  color: #ffffff;
  background: #0087ba;
  border-color: #122b40;
}
#register:focus,
#returning:focus,
#button input:focus,
.btn-primary:focus,
#addAdt:focus,
#paybtn:focus,
#linkReturningRegBack:focus {
  color: #ffffff;
  background: #122b40;
  border-color: #204d74;
}

#linkReturningRegBack {
  margin: 15px;
}

#register:after,
#button input:after,
div.review .btn-primary:nth-of-type(2):after,
#addAdt:after,
#returning:before,
div.review .btn-primary:before,
#breakdown_body .btn-primary:before {
  display: inline-block;
  font: normal normal normal 1.1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  margin-left: 10px;
  font-size: 18px;
}

#addAdt:after {
  content: "\f234";
}

div.review .btn-primary:nth-of-type(2):before,
#breakdown_body .btn-primary:nth-of-type(2):before {
  content: "";
}

#returning:before,
div.review .btn-primary:before,
#breakdown_body .btn-primary:before {
  content: "\f100";
  margin-right: 10px;
  margin-left: 0px;
}

div.review .btn-primary,
#breakdown_body .btn-primary {
  float: left;
  padding: 11px 16px 11px 11px;
}

div.review .btn-primary:nth-of-type(2) {
  float: right;
  padding: 11px 11px 11px 7px;
}

#paybtn {
  float: right !important;
  padding: 11px 16px !important;
  background: rgb(76, 175, 80);
  border-color: rgb(67, 160, 71);
  color: rgb(255, 255, 255);
  content: "Complete Registration";
}
#paybtn:hover, #paybtn:focus {
  background: rgb(102, 187, 106);
  border-color: rgb(67, 160, 71);
  color: rgb(255, 255, 255);
}

#rhome {
  margin-bottom: 27px;
  color: #ffffff !important;
}
#rhome:hover, #rhome:focus {
  color: #ffffff !important;
}

/***************************************
    Page Info
***************************************/
div.pageinfo {
  padding: 10px;
  margin: 8px 0px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #00aeef;
  text-shadow: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
}
div.pageinfo strong {
  font-weight: 400;
}

/***************************************
    Review Page
***************************************/
.review .field-summary.row {
  width: 100%;
  margin: 0px;
}
.review .field-summary .col-md-6 {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 66.66666667%;
}
.review .field-summary .col-md-6 li {
  list-style: none;
  margin: 0px;
  padding: 0px 15px;
  line-height: inherit;
  margin-left: inherit;
}
.review .field-summary .field p,
.review .field-summary .field_value p {
  margin: 15px 0px;
}

/***************************************
    Completed Page
***************************************/
.thanks p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

/**************************************
    Capacity Alerts
**************************************/
.form-group .alert.alert-danger {
  float: none !important;
  width: 100% !important;
  text-align: left;
  height: 100%;
  overflow: hidden;
  margin: 10px 0px;
  display: block;
}
.form-group .alert.alert-danger strong {
  margin-right: 10px;
}

span.error-help-block {
  margin: 0px;
}

/**************************************
    MYCS Footer Logo Font
**************************************/
@font-face {
  font-family: "MyConferencesuite_Alliance";
  src: url("../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj");
  src: url("../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj#iefix") format("embedded-opentype"), url("../../../../css/webfonts/MyConferencesuite_Alliance.ttf?z1yefj") format("truetype"), url("../../../../css/webfonts/MyConferencesuite_Alliance.woff?z1yefj") format("woff"), url("../../../../css/webfonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance") format("svg");
  font-weight: normal;
  font-style: normal;
}
#footer {
  padding: 25px;
  height: 100%;
  overflow: hidden;
  border-top: solid 5px #a8d644;
  width: 100%;
  background: transparent;
}
#footer .footer p {
  font-size: 0.9rem;
  line-height: 3rem;
}
#footer .footer .MyCS_brand {
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 9px;
}
#footer .footer .MyCS_brand:after {
  font-family: "MyConferencesuite_Alliance" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #f7942d;
  font-size: 36px;
  text-shadow: none;
}

/*********************************
     Mobile Adjustments
*********************************/
@media (min-width: 240px) and (max-width: 900px) {
  body {
    padding-top: 0px;
  }
  #header {
    height: auto;
    position: relative;
  }
  #header .container {
    position: relative;
    height: auto;
  }
  #header .container .header-logo {
    width: 100% !important;
    text-align: center !important;
    float: none;
    padding-top: 0px;
  }
  #header .container .header-logo img {
    height: auto !important;
    width: 50%;
  }
  #header .container div.event-title {
    position: relative !important;
    text-align: center !important;
    padding: 0px !important;
    width: auto !important;
  }
  #header .container div.event-title h1 {
    margin: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
  }
  #header #menu .navbar {
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
  }
  #header #menu .navbar .container-fluid {
    padding: 0px !important;
  }
  #header #menu .navbar .navbar-header {
    margin-top: 0px;
  }
  #header #menu .navbar .navbar-nav {
    width: 100% !important;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0 !important;
    background: none;
  }
  #header #menu .navbar .navbar-nav > li > a {
    font-size: 1.1rem !important;
    padding: 10px 15px !important;
  }
  #header.small .header-logo img {
    margin: 2px 0px;
  }
  #header.small .event-title h1 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  #header.small #menu .navbar {
    min-height: 34px !important;
  }
  #header.small #menu .navbar .navbar-nav > li > a {
    font-size: 1.1rem !important;
    padding: 10px 15px !important;
  }
  div.review {
    width: 100%;
    float: none;
    display: block;
    height: 100%;
    overflow: hidden;
  }
  #content-middle,
  #content-left,
  #content-right {
    padding: 0px;
  }
  #content-middle .panel {
    box-shadow: none;
  }
  #content-middle .panel-default {
    border: none;
  }
  #content-middle .panel-default .panel-body {
    border: none;
    padding: 7px;
  }
  #content-middle .panel-default .panel-body #fieldContainer {
    padding: 10px;
  }
  .field .form-group label,
  .field .form-group div {
    width: 100% !important;
    float: none !important;
  }
  .field .form-group label {
    padding-left: 0px !important;
  }
  .field .form-group fieldset {
    margin-left: 0px;
  }
  .field .form-group fieldset legend {
    padding-left: 0px !important;
    width: 100% !important;
  }
  .field .form-group fieldset .de_fieldset .de_cols_1 {
    margin: 1px 0px;
  }
  .field .form-group fieldset .de_fieldset .de_cols_1 label {
    padding-left: 5% !important;
  }
  .field .sortStyle {
    margin: 0px;
    padding: 0px 3px;
  }
  .field .sortStyle .colleagueFieldHeading {
    width: 100% !important;
    float: none !important;
  }
  .field .sortStyle .well {
    width: 100% !important;
  }
  .field .colleagueBag ul li a.loadModal {
    width: auto;
  }
  .field .colleagueBag ul li .colleagueDelete {
    padding: 0px 8px !important;
    margin: 6px 0px !important;
    width: auto !important;
    font-size: 1.1rem !important;
  }
  a.navbar-brand {
    text-align: left;
    display: block !important;
    width: 100%;
    float: left;
    position: absolute;
    border-radius: 4px 4px 0 0;
    background: transparent;
    color: #ffffff;
  }
  #content {
    width: 100%;
  }
  .review {
    padding: 6px !important;
  }
  .review #fieldContainer hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .review .field-summary {
    padding-bottom: 0px;
  }
  .review .field-summary .field {
    width: 100%;
    float: none;
    display: block;
    font-weight: bold;
    padding-left: 0px;
  }
  .review .field-summary .field_value {
    width: 100%;
    float: none;
  }
  .review .field-summary .col-md-8 {
    width: 100%;
    float: none;
    list-style: none;
    margin: 0px;
  }
  .review .field-summary .col-md-8 li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .review .field-summary .col-md-8 li .well {
    padding: 0px;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 10px;
    background: none;
    border: none;
  }
  .review .field-summary .col-md-8 li .well #fieldContainer .row {
    margin: 7px 0px;
  }
  .review .field-summary .col-md-8 li .well #fieldContainer .row .field {
    padding-left: 0px;
  }
  .review .field-summary .col-md-8 li .well #fieldContainer .row .field_value {
    padding-left: 0px;
  }
  .review .field-summary .col-md-6.field_value p {
    margin: 0px;
    padding: inherit;
  }
  .review .field-summary .col-md-6 li {
    padding-left: 0px;
  }
  .review .field-summary.row {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  div.col-sm-9,
  div.col-sm-3 {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 15px 0px;
  }
  #footer .footer {
    font-size: 0.8rem;
  }
  #footer .footer .MyCS_brand {
    top: 0;
    display: block;
    margin: 10px 0px;
  }
  #footer .footer .MyCS_brand:after {
    font-size: 3rem !important;
  }
  #universalModal {
    padding-right: 0px !important;
  }
  #universalModal .modal-dialog {
    width: 97%;
    margin: 0px auto;
  }
  div[data-group=table-guest] {
    margin: 15px 0px;
  }
  div[data-group=table-guest] .colleagueFieldHeading {
    width: 100% !important;
    float: none !important;
  }
  div[data-group=table-guest] .colleagueFieldHeading span {
    padding-left: 0px !important;
    font-weight: bold !important;
  }
  div[data-group=table-guest] .well ul {
    margin: 15px 0px;
    display: block;
    height: 100%;
    overflow: hidden;
  }
  div[data-group=table-guest] a.addAnotherColleague {
    margin: 15px 0;
  }
  div[data-group=file] .form-group fieldset legend {
    height: 100%;
    overflow: hidden;
    display: block;
    float: none;
  }
  div[data-group=file] .form-group fieldset div {
    width: 98% !important;
    margin-left: 4px;
  }
  div[data-group=suffix].field .de_fieldset .de_cols_1 {
    max-width: 17%;
  }
  div[data-group=suffix].field .de_fieldset .de_cols_1 label {
    padding-left: 33% !important;
  }
  .modalPopUp {
    width: 95% !important;
  }
  .alert.alert-success {
    display: none;
  }
}
/*********************************
     Virtual Portal
*********************************/
#app-layout-virtual .top-navigation {
  background: url("https://mycs-cdn.myconferencesuite.com/other/Project/2650/fc/92/Chapter-logos_horizontal_Ottawa.png") no-repeat 15px center/contain #ffffff;
  background-size: 313px;
  border-bottom: 15px solid #00aeef;
  padding: 20px;
}
#app-layout-virtual .top-navigation .navbar-nav .nav-link {
  border: 2px solid transparent;
  border-radius: 4px;
  color: #00aeef;
}
#app-layout-virtual .top-navigation .navbar-nav .nav-link.active {
  background: rgba(0, 174, 239, 0.4);
  border-radius: 4px;
  font-weight: 600;
  border: 2px solid #00aeef;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#app-layout-virtual .top-navigation .navbar-nav .nav-link:hover, #app-layout-virtual .top-navigation .navbar-nav .nav-link:focus {
  border: 2px solid #00aeef;
}
#app-layout-virtual .top-navigation svg {
  color: #00aeef !important;
}
#app-layout-virtual .left-side #header {
  box-shadow: none;
  padding: 0px;
}
#app-layout-virtual .left-side #header #spa_main {
  padding: 15px;
}
#app-layout-virtual #main_body .justify-content-md-center .col-md-4 {
  width: 75% !important;
  flex: 75% !important;
  max-width: 44%;
  margin: 0;
}
#app-layout-virtual #main_body #scheduleTabs li a {
  color: #00aeef;
  font-weight: bold;
  background: #ffffff;
  border-top: 1px solid #00aeef;
  border-right: 1px solid #00aeef;
  border-left: 1px solid #00aeef;
  border-bottom: 1px solid #dee2e6;
}
#app-layout-virtual #main_body #scheduleTabs li a.active, #app-layout-virtual #main_body #scheduleTabs li a:hover, #app-layout-virtual #main_body #scheduleTabs li a:focus {
  background: #00aeef;
  color: #ffffff;
  border-bottom: 1px solid #00aeef;
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .session-item-left {
  background: #00aeef;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #00aeef !important;
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side {
  padding: 0.3rem 0.8rem;
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col {
  margin: 0px;
  padding: 0px;
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations a {
  color: #ffffff;
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations a.download-btn {
  background: rgb(52, 152, 219);
  border-color: rgb(52, 152, 219);
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations a.download-btn:hover {
  background: rgba(52, 152, 219, 0.9);
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations .video-link {
  background: rgb(39, 174, 96);
  border-color: rgb(39, 174, 96);
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations .video-link:hover {
  background: rgba(39, 174, 96, 0.9);
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations .bookmark-btn {
  background: rgb(230, 126, 34);
  border-color: rgb(230, 126, 34);
}
#app-layout-virtual #main_body #scheduleTabsContent .tab-pane .day-tab-content .grid-view .session-item .right-side .session-col .session-item-right .session-operations .bookmark-btn:hover {
  background: rgba(230, 126, 34, 0.9);
}
#app-layout-virtual .site-lobby form {
  top: 25%;
  position: relative;
}
#app-layout-virtual .site-lobby form:before {
  height: 157px;
  background: url(https://mycs-cdn.myconferencesuite.com/other/Project/2650/fc/92/Chapter-logos_horizontal_Ottawa.png) no-repeat top center/contain;
  content: "MPI OTTAWA LIBRARY";
  font-size: 32px;
  display: block;
  padding-top: 90px;
  text-align: center;
  color: #00aeef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/******************************
Adjustments
******************************/
#button {
  text-align: right;
  position: relative;
  float: right;
}/*# sourceMappingURL=MPI_Template.css.map */