/*
    Use this stylesheet to modify the layout of your
    conference.
	
	Used for CroCEE 2025 - 3rd Croatian Conference on Earthquake Engineering
	
	Template design - Ivo Haladin (ihaladin@grad.hr) 
*/

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

/* IMPORT Raleway Google font */

@import url(https://fonts.googleapis.com/css?family=Raleway);

.main {
  background-image: url("/static/custom/files/crocee-footer-back.jpg");
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center bottom;
}
/*
The wrapper of the whole conference page.
*/
.conf {
  width: 100%;
  border: none;
  margin: auto;
  padding-bottom: 20px;

}

/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: white;
  min-height: 200px;
  border-top: 3px solid #234173;
  border-bottom: 1px solid #0f4c80;
  background: #2d538c;
  background-image: url("/static/custom/files/header-bg3.jpg");
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center bottom;
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
  position: relative;
  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;
  /* height: 90px; */
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 24pt;
  display: block;
  padding: 10px 0;
  color: white;
  font-family: Raleway;
  font-weight: 600;
  min-height: 170px;
}

.conference-title-link span[itemprop="title"]{
	/* color: red; */
	position: absolute;
	bottom: 15px;
	left: 90px;
    line-height: 30px;
}

/*
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;
  font-family: Raleway;
  padding-left: 90px;
}

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


.mainContent {
    font-family: Raleway, verdana, arial, sans-serif !important;
}


.mainContent p{
	text-align: justify;
    font-family: Raleway, verdana, arial, sans-serif;
	line-height: 1.5;
	color: rgba(0,0,0,0.90);
	font-size: 1.1em !important;
}
.mainContent p{
	text-align: justify;
    font-family: Raleway, verdana, arial, sans-serif;
	line-height: 1.5;
	color: rgba(0,0,0,0.90);
	font-size: 1.1em !important;
}

.mainContent h1{
	color: #ed1c24 !important;
}

.mainContent h2{
	color: #f14d3e !important;
}

.mainContent h3{
	color: #f14d3e !important;
}

.mainContent a{
	color: #2d538c !important;
}

.mainContent a:hover{
	color: #f14d3e !important;
}

.newsdate{
    font-family: Raleway, verdana, arial, sans-serif;
	width: 100%;
	min-height: 20px;
	border-top: 1px solid #c2d6e7;
	background: linear-gradient(rgba(223, 232, 240, 1) 0px, rgba(234, 245, 253,1) 10px), rgba(234, 245, 253,1) 16px, rgba(223, 232, 239,1) 20px));
	color: #ed1c24;
	font-style: italic;
	padding: 10px;
	
}

.newsbody{
    font-family: Raleway, verdana, arial, sans-serif;
	width: 100%;
	min-height: 20px;
	border-top: 1px solid #c2d6e7;
	background: rgba(223, 232, 239,1);
	padding: 10px;
	line-height: 1.5;
	color: rgba(0,0,0,0.90);
	font-size: 1.1em !important;

}
.newsbody img{
	object-fit: cover;
    width: 170px;
    height: 170px;
	}

.action-box.highlight {
    border-top: 1px solid #2d538c !important;
    border-bottom: 1px solid #2d538c !important;
    border-right: 1px solid #2d538c !important;
    border-left: 1px solid #2d538c !important;
    background: #edf3fd !important;
    color: #777 !important;
}

.mainContent.infogrid{
	/* text-align: justify; */
    font-family: Raleway, verdana, arial, sans-serif;
	line-height: 1.5;
	color: rgba(0,0,0,0.90);
	font-size: 1.1em !important;
}

.mainContent ul.steps li.completed .horizontal-line{
    background-color: #2d538c !important;
}
.mainContent ul.steps li.completed .circle::before{
	background-color: #f14d3e !important;
	border-color: #2d538c !important;
}
.mainContent ul.steps li.completed .text{
    color: #2d538c !important;
}

.infoline i, .infoline .icon {
    color: #2d538c;
}

.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon {
    color: #2d538c;
}

.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label {
    color: #2d538c;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color), .i-selection input[type="checkbox"]:checked + label:not(.label):not(.borderless):not(.text-color), .i-selection input[type="radio"]:checked + label:not(.label):not(.borderless):not(.text-color), .categorynav .category-list .item .button-wrapper .action-button:not(.label):not(.borderless):not(.text-color), .action-button:not(.label):not(.borderless):not(.text-color) {
    background: #214a9f;
    border-color: #2d538c;
    color: #fff !important;
}

.i-button.highlight:not(.label):not(.borderless):not(.text-color):hover, .i-selection input[type="checkbox"]:checked + label:not(.label):not(.borderless):not(.text-color):hover, .i-selection input[type="radio"]:checked + label:not(.label):not(.borderless):not(.text-color):hover, .action-button:not(.label):not(.borderless):not(.text-color):hover {
    background: #f14d3e;
    /* background-image: linear-gradient(to bottom, #f14d3e, #0086b3); */
}

.conferenceDetails .description {
	font-size: 1.1em !important;
    font-family: Raleway, verdana, arial, sans-serif;
	color: rgba(0,0,0,0.90);
	line-height: 1.5;
}

/* ----------- 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: Raleway, verdana, arial, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  color: #2d538c;
}

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

/*
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: #ed1c24 !important;
  background: #F5FAFF;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

/*
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 {
  font-family: Raleway, verdana, arial, sans-serif !important;
  background: #f6f6f6;
  border: 1px solid #ccc;
  /* padding-bottom: 80px; */
  /* background-image: url("/static/custom/files/logo-gf-back.png"); */
  /* background-repeat: no-repeat; */
  /* background-position: left bottom; */
}

.support_box > h3 {
  font-family: Raleway, verdana, arial, sans-serif !important;
  color: #f3f3f3;
  background: #2d538c;
  font-weight: 700;
}

.support_box > ul > li > a {
  color: #2d538c !important;
}

.support_box > ul > li > a:hover {
  color: #f6836c !important;
}

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

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

/*
FOOTER
*/
.footer {
	color: #FFF;
	background-color: #777777;
}

.footer .footer-content {
	padding: 10px;
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }