/*
    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 #234173;
  border-bottom: 1px solid #0f4c80;
  background: #1a64a0;
}



/*
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;
  display: none;
}

.confHeader {
  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 style for the title text.
*/
.conference-title-link {
  font-size: 22pt;
  display: block;
  padding: 25px 0;
  color: white;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: #f5faff;
  border-bottom: 1px solid #d5e4f1;
  border-top: 1px solid #d5e4f1;
  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;
}

#outer li a {
  display: block;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
  font-size: 10pt;
  padding: 5px 12px;
}

.menuConfTitle a {
color: #275c86;
padding: 7px 20px;
}

/*
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: 0px solid white;
  margin: 10px;
  background: #c4d2d7;
 border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/*
The menu item
*/
#outer li a {
  display: block;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
  font-size: 10pt;
  padding: 5px 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
  background: #e0e0e0;
}

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

.menuConfTitle a {
  color: #275c86;
  padding: 0px 12px;
}

.confTitleBox {
  background-image: url("https://indico.astron.nl/event/390/images/228-JVS-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.confSubTitleBox {
  display: none;
}

/*
A selected menu item
*/

.menuConfSelected {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #bd891a;
  background: #dadada;
  border-bottom: 0px solid #d0d0d0;
  border-top: 0px solid #d0d0d0;
  border-radius: 10px;
}

/*
sub menu item
*/
li ul.inner li a {
  padding: 5px 12px 3px 30px;
  background: transparent url(../../images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

/*
Support box
*/

.support_box {
  background: #c4d2d7;
  border: 0px solid #ccc;
  margin: 10px;
  padding-bottom: 5px;
  padding-top: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.support_box > h3 {
  color: #f3f3f3;
  background: #1a64a0;
  padding: 7px 11px 7px 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.support_box li  {
  color: #004990;
  padding: 0px 10px 0px 10px;
}
.support_box li a {
  color: #004990;
}


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

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

.participant {
    display: inline-block;
    width: 45%;
    margin: 1px;
    padding: 1px;
}
.name {
    font-weight: bold;
}
.affiliation {
    color: gray;
}
.badge {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    color: white;
    font-size: 0.9em;
}
.badge-online {
    background-color: #007bff !important;
}
.badge-loc {
    background-color: #FFCC33 !important;
}
.badge-jive {
    background-color: #28a745 !important;
}
.badge-pretoria {
    background-color: #ffc107 !important;
}
.badge-tutor {
    background-color: #17a2b8 !important;
}
.badge-lecturer {
    background-color: #dc3545 !important;
}