/*
    Use this stylesheet to modify the layout of your
    conference.
*/

@import url("https://use.typekit.net/gue8nuw.css");

:root {
    --color-black: oklch(0.14 0.003 69.39);
    --color-charcoal: oklch(0.31 0.0265 228.78);
    --color-charcoal-light: oklch(0.47 0.0199 225.56);
    --color-green-light: oklch(0.95 0.02 147.74);
    --color-green: #86c28b;
    --color-green-dark: oklch(51.863% 0.06583 146.657);
    --color-yellow: oklch(0.85 0.1616 88.6);
    --color-yellow-lightened: hsl(49, 100%, 55%);
    --color-orange: oklch(0.68 0.2063 37.64);
}

.conference-page {
    font-family: "Liberation Sans", sans-serif;
}

.conference-page h1, .conference-page h2, .confTitle .conference-title-link {
    font-family: "din-condensed", "sans-serif";
}

ul.steps li.completed .circle::before {
    background-color: var(--color-green);
    border-color: var(--color-green);
}

ul.steps li.completed .horizontal-line {
    background-color: var(--color-green);
}

ul.steps li.completed .text {
    color: var(--color-green-dark);
}

.conference-page header .title>.text>.title-with-actions h2, .conference-page header .title>.text>.title-with-actions h3 {
    color: var(--color-green-dark);
    font-weight: 700;
}

.action-box.highlight {
    border-color: var(--color-green);
    color: var(--color-charcoal-light);
    background-color: var(--color-green-light);
}
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label {
    color: var(--color-charcoal)
}
.i-button.highlight:not(.label):not(.borderless):not(.text-color), .action-button:not(.label):not(.borderless):not(.text-color), .categorynav .category-list .item .button-wrapper .action-button:not(.label):not(.borderless):not(.text-color) {
    background-color: var(--color-yellow);
    border: none;
    color: var(--color-black);
}
.i-button.highlight:not(.label):not(.borderless):not(.text-color):active, .action-button:not(.label):not(.borderless):not(.text-color):active, .i-button.highlight:not(.label):not(.borderless):not(.text-color).open, .action-button:not(.label):not(.borderless):not(.text-color).open {
    background: var(--color-yellow);
    background-image: none;
    color: var(--color-black);
}
.i-button.highlight:not(.label):not(.borderless):not(.text-color):hover, .action-button:not(.label):not(.borderless):not(.text-color):hover {
    background: var(--color-yellow-lightened);
    background-image: none;
    color: var(--color-black);
    border: none;
}

.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="time"], .ui.form input[type="text"], .ui.form input[type="file"], .ui.form input[type="url"] {
    border-color: var(--color-charcoal-light);
}
.ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="file"]:focus, .ui.form input[type="url"]:focus {
    border-color: var(--color-charcoal);
}
.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain)>.icon {
    color: var(--color-charcoal);
}

a, .fake-link, .ui-widget-content a {
    color: var(--color-green-dark);
    font-weight: 700;
}
a:hover, .fake-link:hover, .ui-widget-content a:hover {
    text-decoration: underline;
    color: var(--color-green-dark);
    font-weight: 700;
}

.conference-page section .header-row h3 {
    color: var(--color-charcoal);
    font-weight: 700;
    font-family: "din-condensed", "sans-serif";
}

.submission-title h3 {
    color: var(--color-charcoal) !important;
}

/* ----------- 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: var(--color-charcoal) !important;
  min-height: 90px;
  border-top: 3px solid var(--color-green);
  border-bottom: 1px solid var(--color-green);
  background: white;
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
  width: 950px;
  margin: 0 auto;
}

/*
The box containing the logo. By the default the logo is placed
on the left of the conference title.
*/
.confLogoBox {
  float: left;
  padding-right: 10px;
}

/*
The box containing the logo when configured in banner mode.
*/
.confLogoBannerBox img {
  width: 100%;
  margin-bottom: 0.5rem;
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 36px;
  line-height: 40px;
  display: block;
  padding: 25px 0;
  color: var(--color-charcoal);
  font-weight: 700;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: var(--color-green-light);
  border-bottom: 1px solid var(--color-green);
  border-top: 1px solid var(--color-green);
  padding: 0.5rem 0;
}

/*
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: #24425a;
}

/*
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: #0f283d;
  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 var(--color-green);
  background: var(--color-green-light);
}

/*
The menu item
*/
#outer li a {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}

/*
The menu item when doing mouseover
*/
#outer li a:not(.no-link):hover {
    background: var(--color-yellow-lightened);
}

/*
A non selected menu item
*/
.menuConfTitle {
  text-align: left;
}

.menuConfTitle a {
  color: var(--color-charcoal);
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: var(--color-black);
  background: var(--color-yellow);
}

/*
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: #f6f6f6;
  border: 1px solid #ccc;
}

.support_box > h3 {
  color: #f3f3f3;
  background: var(--color-green-dark);
}

/* ----------- Styles for the page content ----------- */

/*
Wrapper around the content
*/
.confBodyBox {
  margin-left: 230px;
}

/* payment page specific styles */
div#payment-content p:nth-of-type(3) a {
  font-size: 20px;
}