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

/* ----------- Styles for the conference header ----------- */

.confLogo {
border-radius:30px;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/event/28583/logo-1951759351.png");
  position: relative;
}
/*
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: #15284F;
  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;
  color: #15284F;
}

/*
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;
  color: #15284F;
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 0pt;
  display: block;
  padding: 2px 0;
  color: #15284F;
}

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

/*
Style for links in the lower part of the header
*/
.confSubTitle a {
  font-size: 11pt;
  color: #15284F;
}

/*
Styles for the date and place information.
*/
.datePlace {
   display: none !important;
}

/*
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: #15284F;
  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: #f6f6f6;
}

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

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

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

/*
A selected menu item
*/

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

/*
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: #1a64a0;
}

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

/*
Wrapper around the content
*/
.confBodyBox {
  margin-left: 230px;
}
div.page-content p {
  color: #636363;
  line-height: 1.3rem;
  text-align: justify;
}
.page-content table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.075);
}
.page-content th, .page-content td {
  border:none;
  padding: 0.5em;
}
.page-content table {
  margin: 0 0 2em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-content table tbody tr{
  border-color: rgba(181, 167, 179, 0.8);
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
}
.datePlace {
  background: rgb(255, 252, 241) none repeat scroll 0 0;
  border-left: 10px solid #b5a7b3;
  color: black;
  font-family: tahoma;
  font-size: initial;
  font-style: italic;
  margin: 0 2em 0em 0em;
  padding: 0.5em 1em;
  text-indent: 5px;
}
#event-search-box input.prompt{border: 4px solid #b5a7b3;}
.conference-title-link{padding: 25px 0 10px 0;}
div#confSectionsBox div.conf_leftMenu #outer, div.conf_leftMenu div.support_box {background: white;font-weight: lighter;border: 3px solid #b5a7b3;}
div.conf_leftMenu div.support_box h3 {background:#71500b}
#outer .menuConfSelected > a, .menuConfMiddleCellSelected > a{
color: #f9f5ee;
background: #797979;
border-bottom: 1px solid #d0d0d0;
border-top: 1px solid #d0d0d0;
}
span.conference-title-link span{
  font-family: tahoma;
  font-weight: bolder;
  color: #b5a7b3;
}
.main .conf.clearfix {
/*background: radial-gradient(at 50% 20%, #dfc77e 10px, #cec5b3 20%, #1d2132 40%);*/
background: #15284F;
}
.confBodyBox {
  margin-left: 230px;
  background: white;
  padding: 10px;
}
.confBodyBox .mainContent blockquote{border-left: 10px solid #295682}
.conf .simpleTextAnnouncement{background:#e3d0e0;color: #002841;}
.conf .conference-page header .title-with-actions h2 {
  color: #797979;
  font-size: 2rem;
  font-weight: lighter;
  font-family: tahoma;
  text-shadow: 1px 1px 1px #e3d0e0;
}
.conf .conference-page header .title-with-actions{
border-bottom: 2px solid #e3d0e0;
}
hr {
  height: 8px;background-image: linear-gradient(90deg, #734c7e, #ffffff);
  border: 0px;height: 2px;margin: 20px auto;
}