/*Hiding sponsors level tags*/
.partner-label-container{
display: none
}
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

.element-29884858 {border-radius:50% !important;}


/*RegForm Interaction*/
.section-6221673$ {
  display:none;
}


/* Colliers Reg Button Alignment Correction */
.element-29880766 .btn {
  padding-top:13px;
}

@media only screen and (max-width: 991px){
  .element-29880766 .btn {
    padding-top:15px;
  }
}


/*Office Form Styles*/

.xForm {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  color: #2C3345;
  margin:0 auto; 
  width:100%; 
  max-width:900px;
}
  
.form-label.form-label-auto {
	display: block;
    float: none;
    text-align: left;
    width: 100%;
}
  

  
.buttons {
  background-color:#25408f; 
  color:#ffffff; 
  width:100px; 
  padding:10px; 
  border-radius:10px; 
  border:0px;
}
  
.mainDiv select {
  width:80%; 
  padding-left:10px; 
  border-radius:10px;
  height:40px;
}
  
.ddl2 {width:80%; color: #2C3345 !important;}
  
select-selected {background-color:#0c9eda !important;}
  



.form-line {
	margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 0;
    padding-bottom: 0;
}
  
.form-label.form-label-left,
.form-label.form-label-left.form-label-auto,
.form-label.form-label-right.form-label-auto {
	width: 100%;
}

.form-header-group .form-header {
	color: #2C3345;
}

.form-header-group .form-subHeader {
	color: #2C3345;
}
/*END Office Form Styles*/
    

/* ACCORDION EDITS */

.faq-question {
  text-align: left;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  transition: 0.4s;
  border: 0.2px solid grey;
  margin: 0 0;
  background-color: #fff;
}
.faq-question:after {
  content: "⌵";
  font-size: 1.2em;
  float: right;
  color: #fff;
  position: relative;
  top: 4px;
  transition: .3s all;
  transform: rotate(0deg);
}

.faq-question:hover {
  background-color: #C3E6FF;
}

.active, .faq-question:hover {
  background-color: #C3E6FF;
}  

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Alexis Hernandez Bizzabo support navbar widening code*/

.image-container-item img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.global-template .navbar {
    min-height: 100px;
    border: 0;
    z-index: 30000;
}

@media only screen and (max-width: 768px){
.image-container-item img {
    position: absolute;
    max-width: 100%;
    max-height: 75%;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
.navbar-brand .image-container-item img {
    margin: auto 5px;
    top: 0px;
}
}
/*end of navbar code*/ 

/*Adding margin top to agenda widget = mario.r@bizzabo.com 06/11/24*/

@media screen and (min-width:1024px) {
  body > div.react-main > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row > div.container{
    margin-top: 5vh;
  }
  
  body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row{
    margin-top: 315px !important;
  }
}

/*Adjust spacing on hotel page for mobile @Bizzabo Support (Radia) ZD# 193411*/
@media only screen and (max-width: 430px) {
  #section-4513237 > div > div {
    padding-top: 50px;
  }
  #section-4513238 > div > div {
    padding-top: 4px;
  }
}
