/* Theme IGO 2023 */
 /* Style Attributes */
body
{
background: linear-gradient(#F7F4F4, #282563);
}

 /* Standard Content */
#userbar{display: none;} 



/*
To customize your website, you should identify at least 2 colors: the background color (footer or labels for example) and the color of the links, borders, or headers. Transform them in the #value format using a html color codes website. For example: http://html-color-codes.info/html-editor/ 
Once you have your colors in #value, you can apply them very quickly in your different sections with a "replace all" into a this document:
- Replace the value #282563 in this template to set the color for the backgrounds and buttons
- Replace the value #e95122 in this template to set the color for the titles, links and borders 
Save and refresh cache
*/
/* ----------------------------------------*/
/*      BANNER AND HEADER   */
/* ---------------------------------------*/

#ctl00_uxLogo /* Website and onsite New */{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}

#ctl00_uxTopContent_uxLogo.pageHeader{
display: block;
margin-left: auto;
margin-right: auto;
}

div#header{
background-color: #fff;  /* sets the header color to white */
border-top-left-radius:10px !important;
border-top-right-radius:10px !important;
}

/* --------------------------------------------*/
/*   END BANNER AND HEADER  */
/* -------------------------------------------*/


/************************************** RESPONSIVE WEBSITE LAYOUT ***********************************/

/* -----------------------------*/
/*          GENERAL        */
/* ----------------------------*/

html{
height:100%;
width:100%;
}

#ctl00_uxMainContent{h
width: 100% !important;
max-width: 990px !important;
}

@media screen and (max-width: 900px) {
.navbar {
        display: none;} 
}

/* ALIGN THE TEXT IN LIST WITH THE BULLET POINT */
li{
list-style-position:outside !important;
}

/* --------------------------------*/
/*        END GENERAL      */
/* --------------------------------*/

/* ----------------------------------------*/
/*      BACKGROUND IMAGE    */
/* ---------------------------------------*/
body{
margin:0;
padding:0;
background: -webkit-linear-gradient(#eceded, white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#eceded, white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#eceded, white); /* For Firefox 3.6 to 15 */
background: linear-gradient(#eceded, white); /* Standard syntax */
background-attachment: fixed;
font-family:Arial !important;
color:#000 !important;
}

#page-footer {
    background-color: rgba(144, 209, 237, 0);
}

/* IF YOU NEED AN IMAGE AS BACKGROUND */
/*
body{
margin:0;
padding:0;
background:url("/Download.axd?FileID=e15ad2ae-fa7f-4226-af07-20aa6cefa635") no-repeat center fixed;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}*/

/* ADAPT BACKGROUND */
body
{
background-attachment: fixed !important;
}
	
/* --------------------------------------------*/
/*   END BACKGROUND IMAGE   */
/* --------------------------------------------*/

/* ------------------------------*/
/*        PAGE WIDTH     */
/* -----------------------------*/
#page{
width: 100%; 
max-width: 990px;
margin: auto; 
border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-webkit-border-radius:10px;
box-shadow: 0px 3px 15px #000;
}

#page.pcp-page {
    width: 990px;
}

/* ---------------------------------*/
/*      END PAGE WIDTH   */
/* --------------------------------*/

/* ----------------------------------------*/
/*      BANNER AND HEADER   */
/* ---------------------------------------*/


/* CENTER THE BANNER */


/* HEADER AND TITLES COLORS */
 

h1, h2, h3, h4, h5, h6{
color: #282563 !important; 
}




/* BACKGROUND INFORMATION SECTION AS FOOTER */
 
div.information-component > h2{
  background-color: #ffffff;
!important;
}



/* ALL TEXT ONE COLOR */

 
.ui.form .field>label {
    margin: 0 0 .3em;
    display: block;
    color: #01325A;
    font-size: 1em;
!important;
}

/* Change capital letters to normal for sections */
.segment h2 {
text-transform: none;
}

/* BANNER SQUARE EDGES */
.logo-header, .logo-container
{
text-align: center;
}

/* BANNER ROUND EDGES */
 

.logo-header, .logo-container {
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
!important;
}

/* --------------------------------------------*/
/*   END BANNER AND HEADER  */
/* -------------------------------------------*/

/* ------------------------*/
/*            LINKS        */
/* ------------------------*/
 
a, a:link, a:visited, a:hover, a:active, .buttons input{
color:  #e95122; 
font-style: normal;
} 

/* -----------------------------*/
/*          END LINKS      */
/* -----------------------------*/

/* ----------------------------------------*/
/*  NAVIGATION BAR ON TOP */
/* ---------------------------------------*/
/* CHANGE ACTIVE PAGE BACKGROUND COLOR*/
 
.ui.active.step, .ui.steps .step.active
{
background-color: #e95122 !important;
color: white !important;
}

.step.active::after
{
background-color: #e95122 !important;
}

/* --------------------------------------------*/
/* REGISTRATION START PAGE */
/* --------------------------------------------*/

/* ADD A SPACE BETWEEN LOGIN BOX AND REG INTRO TEXT */
#registration-type-selection {
    margin-top: 45px;
}

/* POP UP FOR 3D SECURE INFORMATION */
a.infoPopUp {
background-image: url("https://b-com.mci-group.com/Download.axd?FileID=141bc871-d5b8-4360-a9c2-b96d9e68d315");
color: #000000;
cursor: pointer;
display: inline-block;
height: 30px;
position: relative;
text-decoration: none;
width: 30px;
}

a.infoPopUp span {
display: none;
z-index: 1;
}

a.infoPopUp:hover span {
background-color: #e0e0e0;
border: 1px solid #000000;
color: #133A99;
display: block;
font-family:Arial !important;
font-size: 11px;
left: -23em;
padding: 10px;
position: absolute;
text-align: justify;
top: -18em;
width: 20em;
}

/* -------------------------------------------------- */
/* END REGISTRATION START PAGE */
/* ---------------------------------------------------*/

/* -------------------------------- */
/* ACCESS CODE PAGE */
/* --------------------------------*/

#ctl00_mc_uxButton{
background-image:none !important;
background-color: #282563!important;
height:30px !important;
width:100px !important;
border:none !important;
font-size:14px !important;
border-radius:3px;
}

#ctl00_mc_uxButtonContinue{
background-image:none !important;
background-color: #282563!important;
height:30px !important;
width:170px !important;
border:none !important;
font-size:14px !important;
border-radius:3px;
}

/* --------------------------------------- */
/* END ACCESS CODE PAGE */
/* ---------------------------------------*/

/* -------------------------------------------- */
/*      RESET PASSWORD PAGE   */
/* --------------------------------------------*/

/* RESET PASSWORD TITLE */
#ctl00_MainContentTitle_lblTitle{
color:#000 !important;
}

/* CONTINUE AND CANCEL BUTTONS */
#ctl00_mc_btnContinue, #ctl00_mc_btnUserCancel{
width:80px;
height:30px;
background-color:#FFA3AA;
text-align:center;
border-radius:5px !important;
margin-top:20px !important;
color:#000 !important;
background-image:none !important;
font-size:14px !important;
border:none !important; 
margin-bottom:30px !important;
}

#ctl00_mc_btnContinue{
float:right !important;
margin-right:200px !important;
}

#ctl00_mc_btnUserCancel{
float:left !important;
margin-left:200px !important;
}

/* --------------------------------------------------- */
/*     END  RESET PASSWORD PAGE    */
/* ----------------------------------------------------*/

/* -------------------------------------------- */
/*      REGISTRATION WEBSITE    */
/* --------------------------------------------*/

/* DISPLAY THE ASTERISK ON MANDATORY FIELDS */
i.icon.asterisk:before {
    content: "\f069";
    color: red;
}

/* MAKE QUESTION TEXT BOLD */
.questionnaire-form .field>label {
    font-size: 1em;
    font-weight: bold;
}

/* CHANGE SERVICE PRICE LAYOUT */
.servicePrice {
    font-weight: bold;
}

span.servicePrice {
    color: #282563 !important;
}

.checkbox label span:nth-of-type(2),.checkbox label span:nth-of-type(3){
color: #282563 !important;
}

/* CHANGE BUTTONS COLOR */
 

/* CHANGE GREEN BUTTON COLOR */
.ui.green.button.active, .ui.green.buttons .active.button, .ui.green.icon.right.labeled.button.next, .ui.green.button, .ui.green.button:hover, .ui.green.buttons .button:hover, .hot-pendingchanges-continue
{
background-color: #282563 !important;
}

/* CHANGE BLUE BUTTON COLOR */
.ui.blue.button.active, .ui.blue.button:hover, .ui.blue.buttons .active.button, .ui.blue.buttons .button:hover, .ui.blue.button, .ui.blue.buttons
{
background-color: #282563 !important;
}

/* CHANGE RED BUTTON COLOR */
.ui.red.button.active, .ui.red.button:hover, .ui.red.buttons .active.button, .ui.red.button, .ui.red.buttons .button:hover {
    background-color: #282563 !important;
}

/* CHANGE GRAY BUTTON COLOR */
.ui.labeled.icon.button, .ui.labeled.icon.buttons .button, .ui.buttons, .ui.button:hover, .ui.button, .hot-pendingchanges-cancel
 {
    background-color: #282563 !important;
}

/* CHANGE TINY BUTTONS (PENDING CHANGES) */
.hot-pendingchanges-item-link.ui.tiny.button {
    background-color: #282563 !important;
}

/* CHANGE PAYMENT BUTTON COLOR */
#ctl00_mc_uxPaymentControl_uxPreviousButton, #ctl00_mc_uxPaymentControl_uxContinue
{
width: 200px;
background-color: #282563;
font-size: 12px;
}

/* CHANGE COLOR & BACKGROUND-COLOR OF WARNING MESSAGE (TERMS & CONDITIONS BOX E.G.) */
.ui.warning.message, .ui.yellow.message {
    background-color: #E6E6E6;
    color: #ff0000;
}

/* TELL A FRIEND FEATURE */
.customButton{
background-color:#840091;
color:#fff !important;
border-radius:10px;
height: 50px;
width: 150px;
border:none;
font-size:15px;
cursor:pointer;
text-decoration: none;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
float: right;
text-align: center;
}

.customButton:hover{
text-decoration: none;
background-color: #B100C1;
}

/* ----------------------------------------------- */
/*  END REGISTRATION WEBSITE */
/* -------------------------------------------------*/

/* ------------------------------------- */
/* SMALL GROUP WEBSITE */
/* -------------------------------------*/

/* ALIGN THE BILLING ADDRESS CHECKBOX WITH THE TEXT */
.ui .form input[type=checkbox]
{
vertical-align: middle !important;
}

/* CHANGE PRICE LAYOUT TO BOLD */
span[data-bind|="text: pricing.DisplayPrice"] {
font-weight: bold;
}

/* HIDE SHIPPING ADDRESS */
input[data-bind|="checked: groupInformation().UseDifferentShippingAddress"] {
    display: none;
}

/* -------------------------------------------- */
/* END SMALL GROUP WEBSITE */
/* --------------------------------------------*/


/********************************** END RESPONSIVE WEBSITE LAYOUT  *******************************/


/******************************************* OLD  WEBSITE LAYOUT  **************************************/

/* ----------------------------------------*/
/*      BANNER AND HEADER   */
/* ---------------------------------------*/

#ctl00_uxLogo /* Website and onsite New */{
display: block;
margin-left: auto;
margin-right: auto;
}

#ctl00_uxTopContent_uxLogo.pageHeader{
display: block;
margin-left: auto;
margin-right: auto;
}

div#header{
background-color: #fff;  /* sets the header color to white */
border-top-left-radius:10px !important;
border-top-right-radius:10px !important;
}

/* --------------------------------------------*/
/*   END BANNER AND HEADER  */
/* -------------------------------------------*/

/* ------------------------*/
/*            LINKS        */
/* ------------------------*/

.errordisplay a, .errordisplay a:link, .errordisplay a:visited, .errordisplay a:hover, .errordisplay a:active{
color: red; 
}

/* -----------------------------*/
/*          END LINKS      */
/* -----------------------------*/

/* --------------------------------------------*/
/* REGISTRATION START PAGE */
/* --------------------------------------------*/

/* PAGE TITLE IN EVENT COLOR */
.pagetitle-literal{
color:#e95122 !important;
}

/* CONNECT TO YOUR REGISTRATION */
div.login-extendedlogin-title /* Connect to your Registration on the Account Page */{
display:none !important;
}

/* CONNECT TO B-COM SECTION */
#epts-pnl-uniquefeature{
border: none !important;
}

/* CREATE BUTTON FOR FORGOT PASSWORD */ 
.extendedlogin-panel-forgotpassword{
background-color:#282563;
color:#fff;
border-radius:10px;
height:35px;
line-height:35px !important;
width:130px;
border:none !important;
font-size:14px;
background-image:none !important;
}

.extendedlogin-panel-forgotpassword a{
color:#fff !important;
text-decoration:none !important;
margin-left:10px !important;
}

/* TITLES IN THE BOXES (INDIVIDUAL OR SMALL GROUPS)*/
.epts-title, .extendedlogin-main-title{
background-color:#fff !important;
border:none !important;
color:#282563 !important;
font-size:15px !important;
}

/* DESCRIPTION IN THE BOXES (INDIVIDUAL OR SMALL GROUPS) */
.epts-description{
background-image:none !important;
margin-left:-28px;
}

/* NEW BUTTONS TO SELECT INDIVIDUAL OR SMALL GROUP REGISTRATION : BUTTONS ARE CREATED IN WEB SITE SETUP > COMMON LABELS*/
/* LABELS NAME: ONLINE_REGISTRATION_SELECTION_GROUP_REGISTERLINK and ONLINE_REGISTRATION_SELECTION_PARTICIPANT_REGISTERLINK */
.buttonLogin{
background-color:#282563;
color:#fff;
border-radius:10px;
height:45px;
width:230px;
border:none !important;
font-size:15px;
float:left !important;
font-size:15px;
float:left !important;
line-height: 45px;
text-align: center;
font-style: normal;
}

/* TITLES IN THE LOGIN BOXES (AFTER CHOOSING INDIVIDUAL OR SMALL GROUP REGISTRATION) */
.extendedlogin-panel-title{
color:#282563 !important;
margin-bottom:10px !important;
font-size:15px !important;
}

/* LOGIN AND CONTINUE BUTTONS (AFTER CHOOSING INDIVIDUAL OR SMALL GROUP REGISTRATION) */
#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnLogin, 
#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnDuplicateCheck, #ctl00_mc_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnLogin, #ctl00_mc_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnDuplicateCheck{
background-color:#282563;
color:#fff;
border-radius:10px;
height:35px;
width:110px;
border:none !important;
font-size:14px;
float:right !important;
background-image:none !important;
}

input#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnLogin /* login button on the Registration Start Page */{
float:right; 
}

#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnDuplicateCheck /* Continue button on the Registration Start Page */{
float: right; 
}

/* LINK FORGOT PASSWORD */
div.extendedlogin-panel-forgotpassword {
float: left;   /* puts the link on the left, since the login button is on the right (see above) */ 
} 

/* PLEASE WAIT MESSAGE WHEN LOGIN */
div#loadingLogin {
float:right; /* the message is on the right because the forgot password is on the left */
}

/* CUSTOMIZE THE TEXT FIELDS IN THE LOGIN BOXES (AFTER CHOOSING INDIVIDUAL OR SMALL GROUP REGISTRATION) */
#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_uxUserName, #ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_uxPassword, #ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_uxFirstName, #ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_uxLastName, #ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_uxEmail{
border-radius:5px !important;
height:20px !important;
border:1px solid #c8c8c8 !important;
}

/* BACKGROUND COLOR IN THE LOGIN BOXES (AFTER CHOOSING INDIVIDUAL OR SMALL GROUP REGISTRATION) */
#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_rowSystemLogin, 
#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_rowNewContact{
background-color:#dcdcdc;
border-radius:10px;
height:250px;
}

/* BOX TO CONNECT WITH SOCIAL NETWORKS 
#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_pnlExternalLogin{
background-color:#dcdcdc !important;
border-radius:10px !important;
margin-top:15px !important;
padding:15px !important;
}*/

/* -------------------------------------------------- */
/* END REGISTRATION START PAGE */
/* ---------------------------------------------------*/

/* -------------------------------- */
/* ACCESS CODE PAGE */
/* --------------------------------*/

#ctl00_mc_uxButton{
background-image:none !important;
background-color: #282563!important;
height:30px !important;
width:100px !important;
border:none !important;
font-size:14px !important;
border-radius:3px;
}

#ctl00_mc_uxButtonContinue{
background-image:none !important;
background-color: #282563!important;
height:30px !important;
width:170px !important;
border:none !important;
font-size:14px !important;
border-radius:3px;
}

/* --------------------------------------- */
/* END ACCESS CODE PAGE */
/* ---------------------------------------*/

/* -------------------------------------------- */
/*      RESET PASSWORD PAGE   */
/* --------------------------------------------*/

/* RESET PASSWORD TITLE */
#ctl00_MainContentTitle_lblTitle{
color:#000 !important;
}

/* CONTINUE AND CANCEL BUTTONS */
#ctl00_mc_btnContinue, #ctl00_mc_btnUserCancel{
width:80px;
height:30px;
background-color:#FFA3AA;
text-align:center;
border-radius:5px !important;
margin-top:20px !important;
color:#000 !important;
background-image:none !important;
font-size:14px !important;
border:none !important; 
margin-bottom:30px !important;
}

#ctl00_mc_btnContinue{
float:right !important;
margin-right:200px !important;
}

#ctl00_mc_btnUserCancel{
float:left !important;
margin-left:200px !important;
}

/* --------------------------------------------------- */
/*     END  RESET PASSWORD PAGE    */
/* ----------------------------------------------------*/

/* -------------------------------------------- */
/*      REGISTRATION WEBSITE    */
/* --------------------------------------------*/

/* THE CODES BELOW REMOVE THE GREY BORDERS AROUND THE TITLES */
div.template-design {
background-image: none; /* erase the background image */
padding:12px 0 0;
margin:0;
}

div.template-module {
background-image: none;
}

div.template-object {
background-image: none;
padding: 0;
}

/* NAVIGATION BAR */
.wizardNaviguationBar .page .enabled
{
color: #000 !important; /* defines the color of the enabled pages in the navigation bar (= the previous pages)*/
}

.wizardNaviguationBar .page .current
{
color: #e95122; /* defines the color of the current page in the navigation bar */
font-size:14px !important;
font-weight:bold;
}

.wizardNaviguationBar .page .disabled
{
color: #000 !important; /* sets the color of the links that have not yet been visited */
}

.nodisplaydates
{
display:none;
}

/* TABLE FOR ACCOMPANYING PERSON */
.dxgvHeader table tr td{
color:#000 !important;
border:none !important;
}

#ctl00_mc_uxAccompanyingPersonEditControl_uxSaveButton, #ctl00_mc_uxAccompanyingPersonEditControl_uxCancelButton
{
width:80px;
height:35px;
background-color:#FFA3AA;
text-align:center;
border-radius:5px !important;
margin-top:20px !important;
color:#000 !important;
border:none !important;
font-size:13px !important;
}

#ctl00_mc_uxAccompanyingPersonEditControl_uxSaveButton{
float:right !important;
}

#ctl00_mc_uxAccompanyingPersonEditControl_uxCancelButton{
float:left !important;
}

.dxgvHeader{
background-color:#E8E8E8 !important;
border:none !important;
border:none !important;
}

/* REMOVE EXTRA BORDER IN ACC PERSON TABLE */
.dxgvStatusBar {
border-top: NONE !IMPORTANT;
}

/* CHANGE BORDER COLOR IN ACC PERSON TABLE */
table#ctl00_mc_uxIndividualRegistrationEditControl_uxAccPersonListViewControl_uxAccompanyingPersonListXGrid {
    border: 1px solid #d3d3d3;
}

/* CHANGE THE HEIGHT OF THE SUB TABLE FOR ACC PERSON */
td#ctl00_mc_uxIndividualRegistrationEditControl_uxAccPersonListViewControl_uxAccompanyingPersonListXGrid_tcStatusBar {
    height: 30px;
}

/* MAKE THE PREVIOUS/NEXT BUTTONS BIGGER AND ADD BACKGROUND COLOR */
input#ctl00_uxNextButton, #ctl00_uxPreviousButton{
width:80px;
height:40px;
background-color:#282563;
color:#fff;
text-align:center;
border-radius:5px !important;
margin-top:20px !important;
}

/* CATEGORIES BACKGROUND AND FONT COLOR */
.category{
padding-left: 5px;/* add a space between the border and the text */
background-color: #282563; /* define the background color of the labels. For example: Profile*/
color: #ffffff ; /* change the #value to add a color for the text */
height: 27px; 
line-height: 27px; /* If you have changed the height value, the line-height should be the same */
margin-bottom:15px !important; /* add a space after the title */
margin-top:15px !important; /* add a space before the title */
border-radius:3px !important;
width: auto;
}

/* HIDE EXTERNAL COMMUNITIES IN PERSONAL INFO PAGE */
#ctl00_mc_ctl00_uxContactEditControl_uxExternalCommunityManagementPanel{
display: none; /* this code hides the external communities in the personal info page*/
}

/* MAIN RIGHT MENU (the menu on the right on the personal information page, with the “contact us” link) */
.main-right-menu {
display: none !important;
}

/* CUSTOMIZE THE TEXT FIELDS, DROP DOWN LISTS AND TEXTAREA */
.editFormField input[type="text"], .editFormField select, .editFormField textarea{
border: 1px solid #c8c8c8 !important;
height:20px !important;
border-radius:3px !important;
}
.aspnetmembership-password-textbox, #ctl00_mc_ctl00_uxContactEditControl_uxAspnet_MembershipEditControl_uxPasswordConfirmation{
border: 1px solid #c8c8c8 !important;
height:20px !important;
border-radius:3px !important;
}

.editFormField-birthdate select{
border: 1px solid #c8c8c8 !important;
height:20px !important;
border-radius:3px !important;
}

.answer input[type="text"], .answer select{
border: 1px solid #c8c8c8 !important;
height:20px !important;
border-radius:3px !important;
}

.answer textarea{
border: 1px solid #c8c8c8 !important;
border-radius:3px !important;
}

/* SERVICE BOOKING PAGE - ADD BACKGROUND COLOR */
/*.WSSSOCtn{
padding-left: 5px;/* add a space between the border and the text */
background-color: #2E5495; /* define the background color of the labels. For example: Profile*/
color: #ffffff !important; /* change the #value to add a color for the text */
height: 27px; 
line-height: 27px; /* If you have changed the height value, the line-height should be the same */
margin-bottom:15px !important; /* add a space after the title */
margin-top:15px !important; /* add a space before the title */
border-radius:3px !important;
}

span.WSSSOTitle{
color:#fff !important;
} */

/* HOTEL PAGE (old one) */
.hot-largeitem-address{ 
display:none; /* this code hides the hotel address */
}

.hot-largeitem-phone{ 
display:none; /* this code hides the hotel phone number */
}

div#bingMapControlContainer /* hotel map: the codes below allows the map to be centred */{
margin-left:auto; 
margin-right:auto;
}

/* HOTEL PAGE - NEW ONE */
.customhotlayout-calltoaction a{
color:#fff !important;
}

/*Adjust width for the Hotel Page*/
.maincontainer.PageHotel {
width: 990px !important;
}

/* MAKE THE CONITNUE BUTTON BIGGER ON THE PAGE WHEN A PAYMENT METHOD HAS BEEN CHOSEN */
input#ctl00_mc_uxPaymentControl_uxContinue{
font-size:15px; float:right;
margin-bottom:30px;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
background-image:none;
}

/* BOOKING SUMMARY PAGE - MODIFY THE TABLE */
.xb1,.xb2, .xb3,.xb4,.xb5,.xb6,.xb7,.xb8{
display:none !important;
}

.xboxcontent{
border:1px solid #a8a8a8 !important;
}

.xboxcontent .layout th{
height:25px !important;
line-height:25px !important;
background-color: #282563 !important;
color:#fff !important;
}

.xboxcontent{
margin-top:20px !important;
border-radius:5px !important;
}

#ctl00_mc_lblTotalDeposit, #ctl00_mc_uxTotalDeposit{
color:#282563 !important;
}

/* PAY BUTTON ON THE BOOKING SUMMARY PAGE */
input.payButton{
width:145px !important;
height:40px;
background-color:#282563;
color:#fff;
text-align:center;
}

input[value="Proceed to payment >"]{
width: 225px !important;
}

/* ON PAYMENT PAGE, BUTTON TO CONFIRM AND TO CHANGE PAYMENT METHOD */
#ctl00_mc_uxPaymentControl_uxPreviousButton, #ctl00_mc_uxPaymentControl_uxContinue{
width:200px;
height:40px;
background-color:#282563;
color:#fff;
text-align:center;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
background-image:none;
font-size: 12px;
}

/* CUSTOMIZE THE TEXT FILEDS TO ENTER CC DETAILS */
.field input, .field select{
border-radius:5px !important;
height:35px !important;
border:1px solid #c8c8c8 !important;
}

/* FINISH BUTTON */
#ctl00_mc_uxFinish{
width:110px !important;
height:35px;
font-size:14px !important;
background-color:#282563;
color:#fff;
text-align:center;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}

/* TELL A FRIEND FEATURE */
.customButton{
background-color:#840091;
color:#fff !important;
border-radius:10px;
height: 50px;
width: 150px;
border:none;
font-size:15px;
cursor:pointer;
text-decoration: none;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
float: right;
text-align: center;
}

.customButton:hover{
text-decoration: none;
background-color: #B100C1;
}

/* ACT ON LAYOUT - ON CONFIRMATION PAGE */
.button_container {
background-color: #D42628;
width: 300px;
padding: 10px;
margin-left: 316px;
border-radius: 10px;
}

.button {
color: white !important;
text-decoration: none !important;
font-weight: bold;
}

/* END ACT ON LAYOUT - ON CONFIRMATION PAGE */

#ctl00_mc_ctl00_uxQuestionnaireFillControl_uxQuestion_98303_uxAnswerEditControl_0,
#ctl00_mc_ctl00_uxQuestionnaireFillControl_uxQuestion_98304_uxAnswerEditControl_0,
#ctl00_mc_uxQuestionnaireFillControl_uxQuestion_98303_uxAnswerEditControl_0,
#ctl00_mc_uxQuestionnaireFillControl_uxQuestion_98304_uxAnswerEditControl_0,
#ctl00_mc_uxQuestionnaireFillControl_uxQuestion_95585_uxAnswerEditControl_0
{
display: none;
}


/* ----------------------------------------------- */
/*   END REGISTRATION WEBSITE  */
/* -------------------------------------------------*/

/* --------------------------- */
/*             FOOTER      */
/* ---------------------------*/

#footer{
color: #FFFFFF; /* choose a value for the color of the text (font) */
background-color: #282563;
background-image: none !important;
padding-top: 0.05em;
padding-bottom: 0.1em;
font-size: 11px; /* the font size of a footer should always be smaller than the content */
width:100%; /* sets the footer’s width à must be the same value than the page’s width */
min-height:55px !important;
line-height:20px !important;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-bottom-left-radius:10px;
-moz-border-bottom-right-radius:10px;
-ms-border-bottom-left-radius:10px;
-ms-border-bottom-right-radius:10px;
border:none !important;
}

/* ------------------------------ */
/*         END FOOTER     */
/* -------------------------------*/

/* ------------------------------ */
/*     ACCOUNT PAGE    */
/* --------------------------------*/

input#ctl00_mc_uxExtendedLoginControl_btnLogin /* Login button on the Account page */{
float: right; /* button on the right */
width: 60px; 
height: 20px;
background-color: #282563 !important; 
color:#fff !important; 
}

input#ctl00_mc_uxExtendedLoginControl_btnDuplicateCheck /* Continue button on the Account page */{
float: right; /* continue button on the right */
width: 60px; 
height: 20px;
color:#fff !important; 
background-color: #282563 !important;
} 

div.extendedlogin-panel-forgotpassword /* link Forgot password on the Account Page */{
float: left;   /* puts the link on the left, since the login button is on the right (see above) */ 
color:#000 !important; 
} 

/* ------------------------------------ */
/*    END ACCOUNT PAGE   */
/* -------------------------------------*/
/* ---------------------------------- */
/*       SMALL GROUPS       */
/* ----------------------------------*/

/* SMALL GROUP – REGISTRATION START PAGE */
input#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnLogin{
float: right; /* login button on the right*/
} 

div.extendedlogin-panel-forgotpassword {
float: left;   /* puts the link Forgot Password on the left, since the login button is on the right (see above) */ 
} 

div#loadingLogin  /* Please wait message on the Registration Start Page*/{
float:right; /* the message is on the right because the forgot password is on the left */
}

input#ctl00_mc_ctl00_uxEventParticipationTypeSelectionControl_uxExtendedLoginControl_btnDuplicateCheck{
float:right; /* continue button on the right */
}

/* MODIFY THE SMALL GROUP CREATION SUMMARY */
.OGRDashCtn {
    margin-top: 20px !important;
}

/* -----------------------------------*/
/*   END SMALL GROUPS    */
/* -----------------------------------*/

/* ----------------------------------------------------------------------------- */
/*    MENU IN INFORMATION PAGES – M&E WEBSITES    */
/* ---------------------------------------------------------------------------- */

.topmenu-level-0{ 
background-image:none !important;
background-color: #282563 !important;
margin-bottom:30px !important;
}

div#topmenu li a:hover { 
color: #000 !important; 
cursor:pointer;
border-bottom:none;
}

div#topmenu ul{
background-image:none !important;
background-color: #282563 !important;;
}

div#topmenu li { 
background-image:none !important;
background-color: #282563;
font-size:12px;
}

div#topmenu li a {  
color: #FFFFFF !important;
margin: 0 !important;
border-right: none !important;
padding-top:0 !important;
padding-right: 15px !important;
padding-left: 15px !important;
padding-bottom: 0pt !important;
margin-top:4px !important;
line-height:25px;
}

div#topmenu li.topmenu-selected a { 
color:#000 !important; 
background-color: #e95122 !important; 
}

div#topmenu UL.topmenu-level-0 li:hover, div#topmenu UL.topmenu-level-0 li a:hover{
background-color: #e95122 !important; 
color:#000 !important; 
}

div#topmenu li.topmenu-selected{ 
background-color: #e95122 !important;
}

/* ----------------------------------------------------------------------------------- */
/*  END MENU IN INFORMATION PAGES – M&E WEBSITES    */
/* -----------------------------------------------------------------------------------*/

/* ---------------------------------------------------*/
/* SUPPLIER PORTAL - INFO PAGES  */
/* --------------------------------------------------*/
#MetroTable{
margin: auto;
}

#MetroTable td{
width: 200px !important;
background-color: #ED1F62;
text-align: center;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
 box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#MetroTable td:hover{
background-color: #DAEDF4;
}

#MetroTable img{
width: 70px;
height: 70px;
}

#MetroTable a{
text-decoration: none !important;
}

#HomeButton{
background-color: #ED1F62;
padding: 10px;
width: 50px;
border-radius: 7px;
}

#HomeButton a{
text-decoration: none;
color: white !important;
font-weight: bold;
}

#spacing {
    box-shadow: 0px 0px 0px white !important;
    background: none !important;
}

/* ---------------------------------------------------------- */
/* END SUPPLIER PORTAL - INFO PAGES   */
/* ----------------------------------------------------------*/

/**************************************** END OLD  WEBSITE LAYOUT  ***********************************/

/* ------------------------------------ */
/*    ABSTRACT WEBSITE     */
/* ------------------------------------*/

/* NAME OF THE EVENT FOR ABSTRACT WEBSITE */
.abstractsubmission-welcome-eventinfo-name{
background-color: #282563; /* the #value defines the background color of the label */
color: #ffffff; /* you can change the color of the text */
display: block; /* do not change this value */
font-size: 1.2em; /* defines the size of the text into the label */
font-weight: bold; /* puts the text in bold */
padding: 5px 10px 5px 5px; /* do not change this value */
boder:none !important;
 }

/* LAYOUT FOR AUTHOR BOXES */
#ctl00_mc_uxAuthorGridView_StatusBar_uxAdd, #ctl00_mc_uxAuthorGridView_pr0_uxAffiliationEditButton,#ctl00_mc_uxAuthorGridView_pr0_uxConflictEditButton {
    padding: 5px;
    background-color: #282563;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-radius: 3px !important;
    text-align: left;
}

#ctl00_mc_uxAuthorGridView_tcpr0 > table > tbody > tr > td {
    width: 50%;
    text-align: left;
}

#ctl00_mc_uxAuthorGridView_tcpr0 > table  {
    padding: 5px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-collapse: collapse;
    border-bottom-style: none;
    width: 100%;
}

.abstractsubmission-welcome-toppanel {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #ffffff !important;
    background-color: #FEFEFE;
    overflow: hidden;
}


.abstractsubmission-welcome-technicalrequirements {
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    background-color: #e95122;
    padding: 5px;
    color: #ffffff;
border-radius: 10px;
    width: 150px;
!important;
}

.abstractsubmission-welcome-contactus {
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    background-color: #e95122;
    padding: 5px;
    color: white;
    border-radius: 10px;
    width: 100px;
!important;
}

.abstractsubmission-welcome-eventinfo-name {
    background-color: #e95122;
    color: #ffffff;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 10px 5px 5px;
    border-radius: 10px;
!important;
}

.duplicate-abstract-box {
    margin: 5px auto 5px auto;
    width: 85%;
    border: none;
    background-color: #FEFEFE;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
!important;
}

.duplicate-abstract-item {
    margin-top: 10px;
    padding: 5px;
    border: none;
    background-color: #FEFEFE;
!important;
}

.duplicate-abstract-linkpanel {
    float: right;
    border: none;
    background-color: #FEFEFE;
    width: 280px;
    padding: 10px;
    margin-top: -50px;
    background-image: url(/App_Themes/BCom1/images/gnome/64/Gnome-Emblem-Documents-64.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
!important;
}

.wizardButtons .next {
    float: right;
    background: #e95122;
    color: #ffffff;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
!important;
}

.wizardButtons input[disabled].next {
    float: right;
    background: #e95122;
    color: #ffffff;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
!important;
}

.buttons input[disabled]{
    float: right;
    background: #e95122;
    color: #ffffff;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
!important;
}

.abstract-content-field-content {
    width: 74%;
    padding-top: 5px;
!important;
}

.wizardButtons .back {
    float: left;
    background: #e95122;
    color: #ffffff;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 10px;
!important;
}

.wizardNaviguationBar .page .normalLeftImage, .wizardNaviguationBar .page .normalRightImage, .wizardNaviguationBar .page .firstRightImage, .wizardNaviguationBar .page .lastLeftImage {
    background-image: url(/Download.axd?FileID=9d6820c9-86e4-4cec-929b-a453fc0b5a3b);
    background-repeat: repeat-x;
    background-position: center center;
!important;
}

.wizardNaviguationBar .page .normalMiddleImage, .wizardNaviguationBar .page .firstMiddleImage, .wizardNaviguationBar .page .lastMiddleImage {
    background-image: url(/Download.axd?FileID=d488b4c7-e48a-4c1a-9136-bd4cc6fb67ff);
!important;
}

.wizardNaviguationBar .page .currentMiddleImage {
    background-image: url(/Download.axd?FileID=d488b4c7-e48a-4c1a-9136-bd4cc6fb67ff);
!important;
}

.abstract-submission-basecontent-title {
    width: 550px;
    border-radius: 5px;
!important;
}

.questionAnswer {
    width: 99%;
    border-radius: 5px;
!important;
}

.abstract-content-field-title {
    width: 60%;
    padding-top: 10px;
    padding-right: 10px;
!important;
}




.dxgvControl, .dxgvDisabled {
    border: 1px Solid #ffffff;
    font: 12px Tahoma, Geneva, sans-serif;
    background-color: #F2F2F2;
    color: Black;
    cursor: default;
    border-radius: 10px;
!important;
}

.dxgvHeader {
    background-color: #E8E8E8 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
!important;
}

.AuthorAffiliationsTable .suggestCbx {
    width: 150px;
    border-radius: 10px;
}

.dxeTrackBar, .dxeIRadioButton, .dxeButtonEdit, .dxeTextBox, .dxeRadioButtonList, .dxeCheckBoxList, .dxeMemo, .dxeListBox, .dxeCalendar, .dxeColorTable {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 10px;
!important;
}

.dxeButtonEditSys {
    width: 170px;
    BORDER-RADIUS: 10PX;
!important;
}

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #ffffff !important;
}

.newAuthorFormSection {
    border: solid 1px #CFCFCF;
    background-color: #F5F5F5;
    display: block;
    padding: 0.5em;
    margin: 1em;
    clear: both;
    border-radius: 10px;
!important;
}

.suggestCbx {
    width: 100px;
    border-radius: 10px;
!important;
}

div#topmenu ul {
    background-image: none !important;
    background-color: #e95122 !important;
    display: none;
!important;
}


/* ------------------------------------------ */
/*    END ABSTRACT WEBSITE   */
/* -------------------------------------------*/


/* ----------------------------------- */
/*   GROUP / COMMUNITY PORTAL   */
/* ------------------------------------*/

/* BUTTONS TO LOGIN */
#ctl00_mc_uxExtendedLoginControl_btnLogin, #ctl00_mc_uxExtendedLoginControl_btnDuplicateCheck{
background-color:#d62828;
color:#fff;
border-radius:10px;
height:35px !important;
width:110px !important;
border:none !important;
font-size:14px;
float:right !important;
background-image:none !important;
}

#login-extendedlogincontrol-container, .login-extendedlogin-panel{
border:none !important;
}

/* REMOVE BORDERS AND ADD BACKGROUND COLOR ON LOGIN PAGE */
#ctl00_mc_uxExtendedLoginControl_rowNewContact{border:none !important;}
#ctl00_mc_uxExtendedLoginControl_rowSystemLogin, #ctl00_mc_uxExtendedLoginControl_rowNewContact{
background-color:#dcdcdc;
border-radius:10px;
height:200px;
}

/* ADD BACKGROUND COLOR ON SOCIAL NETWORK BOX TO LOGIN 
#ctl00_mc_uxExtendedLoginControl_pnlExternalLogin{
background-color:#dcdcdc;
border-radius:10px;
margin-top:10px !important;
padding:10px !important;
}*/

/* CUSTOMIZE THE TEXT FIELDS ON THE LOGIN PAGE */
.loginFormField input{
border:1px solid #c8c8c8 !important;
height:20px !important;
border-radius:5px !important;
}

.positions-container
{display: none;}

.md-tabitem-positions
{display: none;}

.md-tabitem-contactprofile
{display: none;}

.toolboxitem-changeshistory
{display: none;}

.cmcreation-left-code
{display: none;}

#uxViewChangesHistory
{display: none;}

#ctl00_mc_uxDocumentControl_WebSiteLabelControl5
{display: none;}

.cp-docs-show-docinput
{display: none;}

.md-tabitem-addresses
{display: none;}

#masterlist-export-downloadoptions-panel
{visibility: hidden;}

.rl-assignreservations-quantity
{visibility: hidden;}

.rl-assignreservations-spinner
{visibility: hidden;}

.rl-assign-selected-reservations-button
{visibility: hidden;}

#ctl00_uxUserAccountBar_uxManageAccount
{visibility: hidden;}

.cmcreation-advancedCreationOptions
{visibility: hidden;}

#uxIndividualReservations
{display: none;}

.hro-item-sitelink
{display: none;}

.cp-foc-box-data-left
{display: none;}

#ctl00_mc_uxFlatAbstractReviewerRepeater_ctl01_uxFlatAbstractReviewerView_uxTopicsSelectionDeadline 
{ display:none;}

/* CHANGE TITLE COLOR - FINANCIAL PAGE */
.cp-section-title{
color: #0072c6 !important;
}

/* REMOVE IMAGE ON ACTIONS BOXES - MEMBERS PAGE */
.ml-toppanel{
background-image:none !important;
}

/* CENTER THE SECTIONS ON HOME PAGE */
.dashboardItemBaseContainer{
margin-left:45px !important;
}

/* REMOVE THE CORNER ON SECTION - HOME PAGE
Remove display none to display the asterisks
div.corner{
display:none !important;
}
 */

/* CHANGE THE BACKGROUND COLOR OF THE MENU */
.cp-topmenu-container, .cp-leftmenu-communityname{
background-image:none !important;
background-color: #d62828 !important;
border-bottom: none !important;
font-size:14px !important;
}

/* CHANGE COLOR OF THE TABS */
.cp-topmenu-text-row{
background-image:none !important;
background-color: #d62828 !important;
border-bottom: none !important;
color:#fff !important;
}

/* CHANGE THE COLOR OF THE LINKS IN THE TABS */
.cp-topmenu-text-row a{
color:#ffffff !important;
}

/* REMOVE THE ARROWS ON SELECTED TAB */
.cp-topmenu-arrow-row{
display:none !important;
}

/* REMOVE THE BORDERS ON SELECTED TAB */
.cp-topmenu-text-community-selected{
border-bottom: none !important;
}

/* CHANGE THE COLOR OF THE LINK ON THE SELECTED TAB */
.cp-topmenu-text-community-selected a{
color: #ffffff !important;
}

/* CHANGE NAME OF THE GROUP ON THE LEFT */
.cp-leftmenu-headerrow td{
height:26px !important;
border: none !important;
background-color: #d62828  !important;
}

/* CHANGE COLOR OF TEXT WHEN HOVER */
.cp-topmenu-text-row a:hover{
color: #ffffff !important;
text-decoration:none !important;
}

/* CHANGE COLOR OF THE SELECTED MENU ON THE LEFT */
.cp-leftmenu-selected
{
color: #0072c6 !important;
}

input[type="radio"]{
border:none !important;
}

/*CHANGE COLOR ADD NEW MEMBER BUTTON*/
.communitybutton {
    background-color: #0072c6;
    /* background-image: none; */
    border-color: #d62828;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    border: none;
border-radius: 5px;
}

/*REMOVE PURPLE ARROW FROM TOPMENU GROUP MANAGEMENT*/
.cp-topmenu-arrow-community-selected {
    background-image:none !important;
}

/*REMOVE ORANGE ARROW FROM TOPMENU RESERVATIONS STATUS*/
.cp-topmenu-arrow-information-selected {
    background-image:none !important;
}

/*CHANGE ORANGE ARROW FROM TOPMENU RESERVATIONS STATUS*/
.cp-topmenu-text-information-selected {
    background-color: #baf2ca !important;
    border-bottom: 4px solid  #0c5621 !important;
}


/*REMOVE PANEL SEARCH AND GENERAL ACTIONS BACKGROUND COLOR*/
.ml-toppanel {
    width: 47%;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ffff;
    border-top: 1px solid #ffff;
    height: 120px;
    padding: 0 3px 10px 10px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: none !important;
    background-color: #ffff;
    !important: ;
}

/*CHANGE POP PANEL AT THE BOTTOM FROM GENERAL ACTIONS */
.ml-bottompanel {
    border: 1px solid #AAAAAA;
    margin: 30px 0 0 0;
    border-top: 1px solid #d7e5ef;
    border-left: 1px solid #d7e5ef;
    border-right: 1px solid #d7e5ef;
    border-bottom: 1px solid #d7e5ef;
    padding: 10px 10px 33px 10px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #d7e5ef;
    display: none;
!important;
}

/*CHANGE COLOR OF SELECTED RESERVATION */
.rl-reservations-editeditemsummary {
    background-color: #d7e5ef;
    background-image: none !important;
    background-position: none !important;
    background-repeat: no-repeat;
    border-color: #d7e5ef #d7e5ef #d7e5ef #d7e5ef;
    border-style: solid;
    border-width: 1px;
    height: 110px;
    margin: 0 0 15px;
    padding: 0 3px 10px 10px;
    width: 47%;
!important;
}


/*CHANGE COLOR OF TITLES EVERYWHERE*/
.community-cl {
    color:  #002A5C;
!important;
}

/*CHANGE HEADER COLOR EVERYWHERE*/
.cp-community h1, .cp-community h2, .cp-community h3, .cp-community h4, .cp-community h5, .cp-community h6, .cp-community-title {
    color: #002A5C;
!important;
}

/*CHNAGE COLOR ADD NEW RESERVATIONS BUTTON*/
.ui.purple.buttons .button, .ui.purple.button {
    background-color: #bc0d0d;
    color: #fff;
    text-shadow: none;
    background-image: none;
!important;
}

/*CHANGE HOVER COLOR FOR ADD NEW RESERVATIONS BUTTON*/
.ui.purple.buttons .button:hover, .ui.purple.button:hover {
    background-color: #bc0d0d;
    color: #fff;
    text-shadow: none;
}

/*CHNAGE MEMBERS LIST COLOR LINE*/
.psg-header tr:last-child th {
    border-bottom-color: #002A5C;
!important;
}

/*CHANGE COLOR FOR GROUP MANAGEMENT TOP MENU BOX*/
.cp-topmenu-text-community-selected {
    background-color: #0072c6 !important;
    border-bottom: 4px solid #0072c6 
!important;
}

/*CHANGE COLOR FOR BUY REGISTRATIONS OVERVIEW TABLE*/
.rl-reservations-choose, .rl-reservations-edit {
    margin-bottom: 1em;
    padding: 5px;
    background-color: #d7e5ef;
    border-color: #d7e5ef #d7e5ef #7E649E #7E649E;
    border-width: 1px;
    border-style: solid;
!important;
}


/*CHANGE COLOR FOR BACK TO MEMBER LIST BUTTON*/
.cp-pagemenu-button {
    background-color: #0072c6;
    border-color: #0072c6;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.4em;
    padding: 4px;
    margin: auto 2px auto 2px;
    display: inline-block;
border-radius: 5px;
}

/*CHANGE COLOR FOR TITLE INSIDE MEMBER*/
.cp-section-title {
    color: #0072c6;
!important;
}

/*CHANGE COLOR FOR RESERVATIONS STATUS BAR*/

#reservationDashboard .serviceUnassigned {
    height: 20px;
    background: #bc0d0d; 
    float: left;
    margin: 0;
    font-weight: bold;
    padding: 3px;
    text-align: center;
!important;
}

#reservationDashboard .serviceAssigned {
    height: 20px;
    background-color: #0a9b33;
    float: left;
    margin: 0;
    font-weight: bold;
    padding: 3px;
    text-align: center;
!important;
}

/*HIDE LEGEND*/
div.servicesLegend{display:none;}

/* WORKAROUND BY AA: HIDE THE ACCOMPANYING PERSON GRID */
#ctl00_mc_uxIndividualRegistrationEditControl_uxAccPersonPanel ,#ctl00_mc_ctl00_uxIndividualRegistrationEditControl_uxAccPersonPanel{  display: none;
}

/* REMOVE THE EDIT RESERVATIONS BUTTON NEXT TO PURCHASE */
.ui.button.purple.rl-reservations-editbutton{display:none;}
a.ui.button.purple.rl-reservations-editbutton{display:none;}
button.ui.button.purple.rl-reservations-editbutton{display:none;}

/* MAKE THE LOGOUT BUTTON RED AND BIG*/
#ctl00_uxUserAccountBar_uxLoginLogout{color: red;font-weight: bold;font-size:15px;}

 


/* REMOVE DONUTS FROM INFO*/
#reservationDashboard .donutsContainer {
    width: 600px;
    /* margin-top: 10px; */
    display: none;
}


/* REMOVE SQUARES FROM INFO*/
#groupInformationDashboards .dashboardItemBaseContainer.rounded {
    border-radius: 0 0 0 0;
    DISPLAY: NONE;
}

/* SELECTED TAB COLOR BACKGROUND*/
.cp-topmenu-text-information-selected {
    background-color: #0072c6 !important;
    border-bottom: 4px solid #0072c6 !important;
}


/* HIDE PROFILE OPTIONS IN ME SECTION */

#cp-select-newEmpty-ctl00_mc_uxContactProfileSelectControl{display: none}

.mebutton, .cp-action-button {
    background-color: #00B050;
    border-color: #00B050;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

i.basic.icon.edit:before {
    content: '✍';
display: none;
}

/* HIDE SEND ACCOUNT CREATION */
#uxSendAccountCreation {
    background-image: url(/App_Themes/BCom1/images/CommunityPortal/accountcreation_16x16.png);
    display: none;
}

/* HIDE USERS STATS */
.cmhvc-box-small-norightmargin {
    float: left;
    max-width: 320px;
    min-width: 200px;
    margin: 5px 0 5px 0;
    display: none;
}


/* HIDE EDIT FROM BILLING ADDRESS AND ACCOUNTING INFO */
.cmqec-financialdetailslist .financialdetailsbuttons-edit, .cmqec-financialdetailslist .financialdetailsbuttons-save, .cmqec-financialdetailslist .financialdetailsbuttons-cancel {
    text-decoration: underline;
    margin-left: 5px;
    float: right;
    DISPLAY: none;
}

.cmqec-addresslist .addressbuttons-edit, .cmqec-addresslist .addressbuttons-save, .cmqec-addresslist .addressbuttons-cancel {
    text-decoration: underline;
    margin-left: 5px;
    float: right;
    DISPLAY: none;
}

/* HIDE PAY AMOUNT DUE BUTTON */
.cp-foc-link {
    color: #214079;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}


/* HIDE SUBSTITUTE MEMBER */
.toolboxitem-replace {
    background-image: url(/App_Themes/BCom1/images/CommunityPortal/MemberDetails/user_refresh_32x32.png);
    display: none;
}

/* HIDE ACCOUNT CREATION INSIDE  MEMBER */
.toolboxitem-sendaccountcreation {
    background-image: url(/App_Themes/BCom1/images/CommunityPortal/MemberDetails/account_creation_32x32.png);
    DISPLAY: NONE;
}


/* HIDE SEND CONFIRMATION EMAIL INSIDE  MEMBER */
.toolboxitem-sendconfirm {
    background-image: url(/App_Themes/BCom1/images/CommunityPortal/MemberDetails/confirm_32x32.png);
    DISPLAY: NONE;
}

/* HIDE SERACH PANEL */

/* HIDE SIDE MENU CREATE MANUALLY AND IMPORT */ 
.cmcreation-left-menu {
    background-repeat: no-repeat;
    background-position: center 30px;
    text-align: center;
    padding: 80px 0 50px 0;
    font-weight: bold;
    cursor: pointer;
    width: 90px;
    opacity: 0.7;
    display: none;
}


/* HIDE SOME SEARCH OPTIONS*/
.pshs-textbox {
    border: 1px solid #888888;
    background-image: url(/Scripts/knockoutplugins/img/dropdown.blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 1px 18px 1px 1px;
    min-width: 20px;
    height: 15px;
    background-color: #FFFFFF;
    DISPLAY: NONE;
}

.ml-quest-desc {
    font-style: italic;
    color: #A4A4A4;
    font-weight: normal;
    display: none;
}

/* ------------------------------------------ */
/*   END GROUP/COMMUNITY PORTAL   */
/* ------------------------------------------*/


/* ALIGN PRICES TO RIGHT */

.ui-spinner {
    height: 25px !important;
    width: 60px;
    border: 1px solid #AAAAAA;
}

.sp-style .ui.checkbox.radio {
width: 100%;
}
.sp-style .ui.checkbox.radio .servicePrice {
display: block;
float: right;
}

.sp-style .ui.checkbox {
width: 100%;
}
.sp-style .ui.checkbox .servicePrice {
display: block;
float: right;
}

/*END OF ALIGN PRICES TO RIGHT */

/* HIDE NEW REG BUTTON */

button.ui.green.icon.labeled.button.new-registration {
    display: none;
}

/*END OF HIDE NEW REG BUTTON */

/*REMOVE PAYMENT METHOD ON UNIVERSAL APP*/
.pcp-page #ctl00_uxMainContent div[class='wizard-step payment-method-selection'] div[class='paymentlines list container ui form'] div[class='grouped fields'] div[class='field'] div[class='ui radio checkbox']>label[for='paymentmethodselection-banktransfer'] { display : none !important; }
.pcp-page #ctl00_uxMainContent div[class='wizard-step payment-method-selection'] div[class='paymentlines list container ui form'] div[class='grouped fields'] div[class='field'] div[class='ui radio checkbox']>label[for='paymentmethodselection-check'] { display : none !important; }

/* END Theme IGO 2023 */
