﻿body {font-size:80%}
h1 { font-size: 2.75rem;}
 .field_type_Image, .field_type_GenericHtml { margin: 10px 0 10px 0;}
.swMain ul.anchor li a.selected:hover, .swMain .buttonNext:hover {background-color:#007095;}
.check-radio-select .columns{padding-left:0px !important;}

.swMain .stepContainer { float: none;}

.swMain ul.anchor li a, .swMain .actionBar a { -moz-border-radius: none; -webkit-border-radius: none; border-radius: 0; border: 0;}
.swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish { margin: 10px 3px 0 3px;padding: 3px;border: 0;}
.swMain .buttonDisabled { border: 0 !important;}

.sub-item { float: left; width: 100%;}

label {font-size:inherit;}
div.check-radio-select {margin-bottom:0.5rem;}
div.check-radio-select input[type="radio"] { float: left;margin-right: 5px;}
.first-dd-item {background-color:#fff; color:#ddd;}
.swMain ul.anchor li a .stepDesc { width: 100%;}

.swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish { margin: 10px 3px 0 3px;padding: 5px;border: 0;}
.swMain .buttonDisabled { border: 0;}
.multi-postcode-section { background-color: #fff;}
.multi-postcode-section legend { background-color: initial; }
label.error, .panel label.error {
    display: none;
    color: #ffffff;
}
div[servercontroltype="Facebook"], div[servercontroltype="LinkedIn"], div[servercontroltype="Twitter"]
{
	display: inline;
}
#honey_pot_c
{
	display: none !important;
}

select, input[type="text"], input[type="checkbox"], input[type="password"], textarea {
	margin-bottom:0px;
}
#billingDetailsPnl select{
	width: 93%;
}

input[type="radio"] {margin-bottom:5px;}

input[type="checkbox"] {float:left; margin-right:3px;}

label.error {
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}

label.success {
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #548b54;
    color: white;
}

label.checked {
    display:none !important;
}
div.group>label.answer_label::before { content: "+ ";}

div.sub_answers {margin-left:10px;}


.remove_colleague {
    cursor:pointer;
    line-height: 20px;
    margin: 0 0 1rem 0.3rem;
}

.remove_colleague img {
    float:left;
    padding-right:0.3rem;
}
/* checkout page styles*/
.payment-title-box { padding: 0px 10px 10px 10px;}
form .row div.m-credit-card-payment div.panel { background-color: #fff; padding: 1rem;}
.m-credit-card-payment .panel>div { margin-bottom: 10px;}

.invoiceme { width: 100%;}

.total-price-container>div>div {
	padding: 5px !important;
	border: 1px dashed #ddd;
	background-color: #f9f9f9;
}


/* Product styles */
label[for='discount_selector_text_field'].success { background-color: #548b54;}
label[for='discount_selector_text_field'].alert { background-color: #f04124;}
#discount_selector_text_field.success { border: 1px solid #548b54;}
#discount_selector_text_field.alert { border: 1px solid #f04124;}

input.productQuantity { margin-bottom: 0;}
div.field_type_SpecificProductSelector { margin-bottom: 15px;}
input[type=checkbox].inputProductSelector { margin-top: 2px;}
.summary-container>div.columns { margin-bottom: 10px;}
div.summary-value div[class*="sum-"] {border-top: 1px dashed #999;padding: 10px 0px 10px 0px !important;}
.summary-main-container { display: none;}
.product-item-quantity { margin-bottom: 10px;}
.productQuantity { margin-bottom: 0;}
input[type="checkbox"] + label, input[type="radio"] + label  {display:inline;margin-left: 0;}

div.reset-question-margin label {margin-bottom:0px;}

/* Colleague Style Section*/
.colleague_subform { background-color: #ffffff;} 

/* Small screens */
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {

.swMain .stepContainer div.content {width:100%;}
/*Postcode loockup fix for small screed*/
div#MB_window { width: 100% !important; left: 0 !important;}

/*input type checkbox for small devices*/

input[type="checkbox"] {
	display: none;
}

	input[type=checkbox] ~ span, input[type=checkbox] + label, .inputProductSelector ~ label {
		display: block;
 
		width: 80%;
		padding: 2px 5px;    
		cursor: pointer;
	
		padding-left: 25px;
		background-image:url('../../../images/checkbox_unchecked.png');
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		min-height: 20px;
	}

	input[type=checkbox]:checked ~ span, input[type=checkbox]:checked + label, .inputProductSelector:checked ~ label{
     
		background-image:url('../../../images/check_green.png');
	}
	
/*input type radio for small devices*/

	input[type=radio] { display: none;}

	input#tac_cb { display:block; }

	input[type=radio] + label.answer_label, input[type=radio] + label.indented, input[type=radio] + span {
	display: block;
	background: #eee;
	border: 1px solid gray;
	    width: 100%;
	padding: 6px 0px 6px 5px;
	border-radius: 5px;
	cursor: pointer;
	    margin: 5px 0 0 0;
}

	input[type=radio]:checked + label.answer_label, input[type=radio]:checked + label.indented,  input[type=radio]:checked + span {
    color: #fff;
    font-weight: bold;
   background-size: 20px;
    border: 2px solid #548B54;
	
	background: url('../../../images/checked.png') right 5px center no-repeat,  -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #7CCD7C),
	color-stop(1, #6FB76F)
);

background: url('../../../images/checked.png') right 5px center no-repeat, -o-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, -moz-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, -webkit-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, -ms-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, linear-gradient(to bottom, #7CCD7C 0%, #6FB76F 100%);
}

    div.swMain {padding-top:0px}
	label.contact_label, label.question_label { padding-bottom: 0.350rem; font-weight:bold;}
	.columns {padding-left:1px; padding-right:1px;}
	label.stepNumber {margin-bottom:0px;}
	div.swMain ul.anchor { width:auto; float: none;}

	div.swMain ul.anchor li {clear:none;}

	div.swMain ul.anchor li a {width:100%; height:auto;}
	div.swMain ul.anchor li a .stepNumber {width:auto; font-size:1rem; }
	label.inline {margin-bottom:0;}
	input[type="button"] {margin-top:0.3rem;}
	div.actionBar a.button { width: 101px;}

 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */


   /*Seminar Planner desktop styles*/

.seminarTracks {
	font-weight: bold;
}




/* Medium screens */
@media only screen and (min-width: 40.063em) { 
	ul.medium-block-grid-1 {
		float:none;
	}
	.swMain ul.anchor { margin: 5px 0 0 0;}
	
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

.swMain .stepContainer div.content {width:100%;}
    label.contact_label, label.question_label { font-weight:bold;}
	div.swMain ul.anchor { width: 100%;}

    .swMain ul.anchor li { clear: none;}
    .swMain ul.anchor li a {width: 100%; font-size: 0.5rem;}
	.swMain ul.anchor li a .stepDesc { font-size: 12px;}
    form .content>.row { margin: 0 0.5rem; }
 } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.063em) { 
.swMain .stepContainer .StepTitle {margin-bottom:10px;}
.swMain ul.anchor, .swMain ul.anchor li {width:200px;}
.swMain .stepContainer { float: left; margin-left:15px; }
	.swMain .stepContainer div.content {max-width:710px; min-width: 710px;}
    .swMain ul.anchor li a { width: 200px; height: auto; min-height: 70px;}

     form .content>.row { margin: 0 0.5rem; }
} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	
 } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

 #billingDetailsPnl input[type='text'].invalid {
    border-color: red;
    box-shadow: 0 0 5px red;
}
      body {
        font:normal 14px Gotham Black ,Verdana, Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        color: black;
      }
      .swMain .stepContainer div.content, .panel p, label, .panel label {
        font:normal 14px Gotham Black ,Verdana, Arial, Helvetica, sans-serif;
      }
      
      .button, .swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish, .swMain ul.anchor li a.selected, a.resetButton {
      background-color:#008cba;
      }
      
      .main-fg-color-1 {
        background-color: #4d4d4d;
      }

      .main-fg-color-1-hover:hover {
        background-color: #4d4d4d;
        opacity: 0.8;
      }

      .main-fg-color-2 {
        background-color: #008cba;
      }
      
      .button:hover, .md-button:hover, .button.selected {
        background-color: #4d4d4d;
      }

      .button, .md-button {
        background-color: #008cba;
      }

      .main-fg-color-2-hover:hover {
      background-color: #008cba;
        opacity: 0.8;
      }

      .main-bg-color {
        background-color: #ffffff;
      }

      .main-bg-color-hover:hover {
        background-color: #ffffff;
      opacity: 0.8;
      }

      .main-text-color-1 {
        color: #4d4d4d;
      }

      .main-text-color-2 {
        color: #008cba;
      }

      .main-color-stroke-1 {
        stroke: #4d4d4d;
      }

      .main-color-stroke-2 {
        stroke: #008cba;
      }

      .registrant-count::before {
        background-color: #008cba;
      }

      .main-color-fill-1 {
      fill: #4d4d4d;
      }

      .main-color-fill-2 {
        fill: #008cba;
      }

      @media only screen and (max-width: 40em) {
      label.contact_label, label.question_label {
      padding-bottom: 0.350rem;
      font-weight:bold;
      }
      }

      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      div.panel label.contact_label, div.panel label.question_label { font-weight:bold;}
      }

      .hideIt {
      visibility: hidden;
      pointer-events: none;
      }

      label[class*="subLabel"] {
      font-size: 89.5%;
      font-style: oblique;
      margin-top: 3px;
      margin-left: 1px;
      line-height: 1.30;
      text-align: justify;
      opacity:0.9;
      }
      .check-radio-select.Radio {
      padding: 10px 0 10px 10px;
      }
      .check-radio-select.Radio .demo_question_radio .radio_answer {
      top: 10px;
      z-index: 1;
      }
      .check-radio-select.Radio .demo_question_radio .radio_answer + label.subLabel_ {
      top: 7px;
      }
      .check-radio-select.Radio .demo_question_radio .answer_label.group label.answer_label {
      top: 9px;
      position: relative;
      }
      .check-radio-select.Radio .demo_question_radio .answer_label.group + label.subLabel_  {
      top: 2px;
      }
      .check-radio-select.Radio.MultiBox span label.subLabel_, .check-radio-select.CheckboxList span label.subLabel_  {
      top: -7px;
      }
      .check-radio-select Radio .demo_question_radio .answer_label .group label.subLabel_ {
      top: 3px;
      }
      .check-radio-select.Autocomplete label.subLabel_ {
      top: -5px;
      }
      .check-radio-select label[class*="subLabel"] {
      position: relative;
      }
      .check-radio-select.Textbox div.file {
      position: relative;
      top: 10px;
      }
      .check-radio-select.Textbox div.file + label.subLabel_ {
      top: -6px;
      }
      .multiline {
      margin-bottom: 10px;
      }

    .login-fontcolor {
      color: #008cba;
    }

    .login-button:focus {
    background-color: #4d4d4d;
    }

    .login-hrefcolor {
    color: #008cba;
    }

    a.login-hrefcolor:link {
    color: #008cba;
    }

    a.login-hrefcolor:visited {
    color: #008cba;
    }

    a.login-hrefcolor:hover {
    color: #008cba;
    }

    a.login-hrefcolor:active {
    color: #008cba;
    }

    .login-fontcolor {
    color: #008cba;
    }

    .login-v-word {
    padding-top: 5px;
    padding-bottom: 8px;
    background: #ffffff;
    }

    .login-h-line::before,
    .login-h-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #008cba;
    }

    .login-v-wrapper {
    position: relative;
    margin: 0 0 2rem 50%;
    height: 19rem;
    border-left: 1px solid #008cba;
    }



    :root {
    --main-color: #C61932; 
    --hover-color: #1d1d1b;
    --anchor-done-hover-color: #C61932;
    --text-color: #000000;
    --body-color: #F1F1F1;
    --inactive-color: #F1F1F1;
    --inactive-text: #999999;
}

.first_image {
height: 45px;
margin-right: 20px;

}




@import url(https://circdatacdn.z33.web.core.windows.ne/ESI%20Media/SME%20XPO/SME%20XPO/GOTHAM-BLACK.TTF);
@import url(https://circdatacdn.z33.web.core.windows.ne/ESI%20Media/SME%20XPO/SME%20XPO/Gotham-Book.otf);


@font-face{
  font-family: "Gotham Black", sans-serif;
  src: url("https://circdatacdn.z33.web.core.windows.ne/ESI%20Media/SME%20XPO/SME%20XPO/GOTHAM-BLACK.TTF") format("truetype");
}
@font-face{
  font-family: "Gotham Book", sans-serif;
  src: url("https://circdatacdn.z33.web.core.windows.ne/ESI%20Media/SME%20XPO/SME%20XPO/Gotham-Book.otf") format("opentype");
}

/* MAIN
-------------------------------- */

body {
    background-color: var(--body-color) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background: linear-gradient(90deg, rgba(204,37,55,1) 0%, rgba(172,36,63,1) 16%, rgba(108,28,68,1) 100%) !important;
}

.contact_label {
    font-family: "Gotham Black", sans-serif;
}
.panel {
    background: #FFF !important;
}

.logo_image {
    width: 100%;
    margin: 0 auto 1rem;
}
#step-2 > div:nth-child(9) > div > div > div.large-6.medium-6.columns.check-radio-select.CheckboxList{
padding-left:27px; 
}
.mandatory {
    color: red !important;
}


.panel {
    opacity: 0.99;
    background: none;
    border: none !important;
    border-radius: 3px;
}

.stepContainer {
    width: 100%;
    margin-left: 0 !important;
}

.content {
    min-width: 100% !important;
    border-radius: 0 !important;
    padding-bottom: 21px !important;
    border: none !important;
    border-top: 1px solid #CCC !important;
    background: white !important;
}

.logo_section {
    text-align: center;
}

.logo_section img {
    width: 100%;
}



.StepTitle {
    display: none !important;
}

.contact_label,
.question_label {
    font-weight: bold !important;
}

h4,
label,
span,
p {
    color: var(--text-color) !important;
}

label.error {
    color: white !important;
}

.CheckboxList {
    margin-top: 15px; 
}

.DropDownList {
       margin-top: 10px; 
}

/* ThankYou
-------------------------------- */

.conf_page {
    background-color: white !important;
    margin-top: 10px !important;
}
.conf_page p {
    font-family: 'Gotham Black', sans-serif !important;
    font-size: 0.9rem;
}

/* FE logo ---------------------- */
#imgExhibitorLogo {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.generated_form {
    border: none !important;

}

.swMain ul.anchor li a {
    padding: 5px;
}

/* Inputs ---------------------- */



input{
    -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
     position: relative;
     right: 0;
     bottom: 0;
     left: 0;
     height: 15px;
     width: 15px;
     transition: all 0.15s ease-out 0s;
      background-color: transparent;
     border: none;
     color: #fff;
   }
   

input:checked {
  background: #c41c34;
}
input:checked::before {
  width: 15px;
  height: 15px;
  display:flex;
  content: '\f00c';
  font-size: 10px;
  font-weight:bold;

  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #c41c34;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
input[type="radio"] {
  border-radius: 50%;
  outline: 1px solid #c41c34 ;
}
input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"] {
    outline: 1px solid #c41c34 ;
    border-radius: 2px;
  }

input:checked {
  background: #c41c34;
  
}
input:checked::before {
  width: 15px;
  height: 15px;
  display:flex;
  content: '\f00c';
  font-size: 10px;
  font-weight:bold;

  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #c41c34;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]::after {
  border-radius: 50%;
}
input[type="text"]{
    border-radius:3px;
 }
 
 input[type="select"]{
      border-radius:3px;
 }

/* Colleague
-------------------------------- */

.cart-manager-wrap .recipient-add-btn {
    width: 150px;
    height: 40px;
    border-radius:3px;
}
.md-toolbar-tools{
    background: linear-gradient(90deg, rgba(204,37,55,1) 0%, rgba(172,36,63,1) 16%, rgba(108,28,68,1) 100%) !important;

}
.form_field_41 {
    margin-bottom: 0 !important;
}
.form_field_45 {
        margin-bottom: 0 !important;
}
.form_field_25 label input[type='checkbox'] {
    margin-left: -18px;
}
.form_field_22 input[type="checkbox"]:disabled {
  background: #dddddd !important;
}
.cart-manager-wrap .recipient-add-btn {
    font-weight: bold !important;
}
.md-button {
     font-weight: bold !important;
}


/* ANCHOR
-------------------------------- */

ul.anchor {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
}

ul.anchor li {
    width: 100% !important;
    margin: 0 5px !important;
}

ul.anchor li a {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    display: grid !important;
    justify-content: center !important;
    border-radius: 5px !important;
}

ul.anchor li a>* {
    color: white !important;
    font-size: 1rem !important;
    text-align: center !important;
    font-family: "Gotham Black", sans-serif !important;

}
ul.anchor li a.selected {
    background: var(--main-color) !important;
    border: solid 1px var(--main-color) !important;
}

ul.anchor li a.selected:hover {
    background: var(--hover-color) !important;
    border: solid 1px var(--hover-color) !important;
}

ul.anchor li a.done {
    background: var(--hover-color) !important;
    border: solid 1px var(--hover-color) !important;
}

ul.anchor li a.done:hover {
    background: var(--anchor-done-hover-color) !important;
    border: solid 1px var(--anchor-done-hover-color) !important;
}

ul.anchor li a.disabled>* {
    color: var(--text-color) !important;
}

ul.anchor li a .stepNumber {
    font-size: .8rem !important;
    padding: 5px !important;
}

.content,
.contact_label,
.question_label,
.answer_label{
     font-family: "Gotham Book", sans-serif !important;
    font-size: .9rem !important;
 
}


.actionBar a{
      font-family: "Gotham Black", sans-serif !important;
    font-size: 16px !important;
    

}



/*Add Colleague btn
-------------------------------- */

.form_field_85 button {
    background-color: var(--main-color);
}

.form_field_85 button:hover {
    background-color: var(--hover-color);
}

.form_field_85 button span{
    color: white !important;
}

.md-button{
    background-color: var(--main-color);
}

.md-button:hover{
    background-color: var(--hover-color);
}

.md-button span{
    color: white !important;
}

.address-lookup-dialog button {
    background-color: var(--main-color);
}

.address-lookup-dialog button:hover {
    background-color: var(--hover-color);
}

/* BTN
-------------------------------- */

.actionBar .button,
#popupidconfirm input,
#btnCheckout {
    background: var(--main-color);
    font-weight: bold !important;
    margin-right: 0 !important;
    border-radius: 5px !important;
}

.actionBar .button:hover,
#popupidconfirm input:hover,
#btnCheckout:hover {
    background: var(--hover-color);
}

.buttonDisabled {
    display: none !important;
}


/* Content
-------------------------------- */



.actionBar {
    padding-right: 1rem !important;
}


/* Responsive
-------------------------------- */

@media only screen and (max-width: 40em) {
    input[type=checkbox]:checked~span {
        padding-left: 25px;
    }
  
    

}
@media only screen and (max-width: 40em) {
    input[type="checkbox"] {
        display: block;
    }
   
    input[type=checkbox]:checked + label {
        background-image: none;
    }

 

    input[type="checkbox"]~span,
    input[type="checkbox"]:checked~span,
    input[type="checkbox"]+label {
        cursor: default;
        padding-left: 0;
        background-image: none;
        display: inline;
    }
 .form_field_25 label input[type='checkbox'] {
        margin-left: 0px;
    }
    #step-2 > div:nth-child(9) > div > div > div.large-6.medium-6.columns.check-radio-select.CheckboxList{
        padding-left:5;
        }
}
