/*
    Use this stylesheet to modify the layout of your
    conference.
*/

/* ----------- Styles for the conference header ----------- */

/*
The wrapper of the whole conference page.
*/
.conf {
  width: 100%;
  border: none;
  margin: auto;
}

/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: white;
  min-height: 90px;
  border-top: 3px solid #5a4e3e;
  border-bottom: 1px solid #5a4e3e;
  background-color: #f5f5dc;
  background-image: url('https://event.mostwiedzy.pl/event/93/images/1977-Pusty%20szablon%20mwtw2026.jpg') !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confLogoBox {
  float: left !important;
  padding-right: 10px;
}

.confLogoBox {
  display: none !important;
}

.confTitle::before {
  content: '' !important;
  float: left !important;
  width: 240px !important;
  height: 160px !important;
  margin-right: 15px !important;
  margin-top: 0px !important;
  background: url('https://event.mostwiedzy.pl/event/93/images/1976-na%20stron%C4%99%20rejestracji_page-0001.jpg') left center / contain no-repeat !important;
}

.conference-title-link {
  display: block !important;
  overflow: hidden !important;
  font-size: 20pt !important;
  padding: 25px 0;
  color: white;
  color: #5a4e3e !important;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background-color: #F2EEE4 !important;
  border-bottom: 1px solid #D9CDBF !important;
  border-top: 1px solid #D9CDBF !important;
  color: #5a4e3e !important;
}

.confSubTitleContent,
.datePlace,
.datePlace .date,
.datePlace .place,
.datePlace .timezone {
  color: #5a4e3e !important;
}

/*
The content of the lower part of the header. Is by default
centered and has a fixed width.
*/
.confSubTitleContent {
  width: 950px;
  margin: 0 auto;
  font-size: 11pt;
  color: #5a4e3e;
}

/*
Style for links in the lower part of the header
*/
.confSubTitle a {
  font-size: 11pt;
}

/*
Styles for the date and place information.
*/
.datePlace {
  font-size: 12pt;
}

/*
Announcement styles
*/
.simpleTextAnnouncement {
  background: #f5faff url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
  border-top: 1px solid #c2d6e7;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: #5a4e3e;
  padding: 8px 0;
}

/* ----------- Styles for the main content ----------- */

/*
The wrapper around the menu and the page content.
By default centered with a fix width.
*/
#confSectionsBox {
  width: 950px;
  margin: 0 auto;
  margin-top: 30px;
}

/* ----------- Styles for the menu ----------- */

/* Styles for all menu Items */

/*
Wrapper around the menu
*/
.conf_leftMenu {
  float: left;
  width: 200px;
}

/*
Styles for the menu box
*/
#outer {
  border: 1px solid #ccc;
  background: #5a4e3e;
}

/*
The menu item
*/
#outer li a {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
  background: #5a4e3e;
}

/*
A non selected menu item
*/
.menuConfTitle {
  text-align: left;
}

.menuConfTitle a {
  color: #5a4e3e;
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #bd891a;
  background: #dadada;
  border-bottom: 1px solid #5a4e3e;
  border-top: 1px solid #5a4e3e;
}

/*
sub menu item
*/
li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

/*
Support box
*/

.support_box {
  background: #f5f5dc;
  border: 1px solid #ccc;
}

.support_box > h3 {
  color: #f5f5dc;
  background: #f5f5dc;
}


.confBodyBox {
  margin-left: 30px;
}

.action-box.highlight {
  background-color: #F2EEE4 !important;
  border-color: #CEC4B6 !important;
}

.action-box .label {
  color: #5a4e3e !important;
}

.action-box .text div {
  color: #5a4e3e !important;
}

.action-box .i-button.highlight {
  background-color: #D9CDBF !important;
  color: #5a4e3e !important;
  border-color: #CEC4B6 !important;
}

.infogrid .infoline .text,
.infogrid .infoline .label,
.infogrid .infoline time,
.infogrid .infoline .place,
.infogrid .infoline .address,
.infogrid .infoline .timezone {
  color: #5a4e3e !important;
}

.infogrid .infoline .icon {
  color: #5a4e3e !important;
}


.conferenceDetails .description {
  color: #5a4e3e !important;
}

.conference-menu .menuConfTitle a {
  color: #5a4e3e !important;
}

.conference-menu .menuConfTitle.selected a {
  color: #8b6914 !important;
  background: #E8DCCB !important;
}


.support_box .card-header {
  background: #D9CDBF !important;
}

.support_box .card-title {
  color: #5a4e3e !important;
}


.support_box .card-block a {
  color: #5a4e3e !important;
}

.support_box .card-block .icon {
  color: #5a4e3e !important;
}


.support_box {
  background: #F2EEE4 !important;
  border-color: #CEC4B6 !important;
}


.side-menu .conference-menu {
  background: #F2EEE4 !important;
  border-color: #CEC4B6 !important;
}
.info-message-box .message-text a {
  color: #5a4e3e !important;
}

.info-message-box .icon {
  color: #5a4e3e !important;
}

.i-button.text-color.subtle {
  color: #5a4e3e !important;
}

.action-box .icon-ticket {
  color: #5a4e3e !important;
}

.i-button.next.highlight {
  background-color: #D9CDBF !important;
  color: #5a4e3e !important;
  border-color: #CEC4B6 !important;
}

.conference-actions .i-button {
  color: #5a4e3e !important;
}

html body .action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon,
html body .action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label {
  color: #5a4e3e !important;
}

html body .page-content,
html body .page-content *,
html body .page-content label,
html body .page-content .i-box-title,
html body .page-content .field-caption,
html body .page-content .field-description,
html body .page-content .label-text,
html body .page-content .infogrid .text,
html body .page-content .infogrid .label,
html body .page-content .infogrid .icon {
  color: #5a4e3e !important;
}

html body .i-box-header {
  background-color: #D9CDBF !important;
}

html body .i-box-content {
  background-color: #F9F7F2 !important;
}

html body input#regformSubmit {
  background-color: #D9CDBF !important;
  color: #5a4e3e !important;
  border-color: #CEC4B6 !important;
}

html body .email-info {
  color: #5a4e3e !important;
  background-color: #F2EEE4 !important;
  border-color: #CEC4B6 !important;
}