/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

/** NORMALIZING */
html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/* Reset back for MO */
#co_mto_globalContentContainer *,
#co_mto_globalContentContainer *:before,
#co_mto_globalContentContainer *:after
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#co_mto_globalContentContainer
{
	font-size: 12px;
}
img
{
	border: 0;
}
html, body
{
	height: 90%;
}
body
{
	margin: 0;
	background-color: #CCCCAA;
	color: #000000;
	font-family: 'open_sans', sans-serif;
	line-height: 1.625;
}
/** LAYOUT */
.layout
{
	width: 100%;
	max-width: 1024px;
	margin: 28px auto 0 auto;
	min-height: 100%;
	background-color: #fff;
}
.layout__header
{
    height: 90px;
    background-image: url(https://meetings.copernicus.org/ecss2017/template_ecss2017_moodboard_bg_1024x90.png);
    background-repeat: no-repeat;
}
.layout__header .meeting-info
{
	font-family: "Source Sans Pro", ​Helvetica, ​sans-serif;
	font-size: 16px;
	text-align: center;
	float: right;
	width: 270px;
}
.layout__top-navigation
{
	height: 35px;
	background-color: #000000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	font-weight: bold;
}
.layout__top-navigation ul
{
	list-style: outside none none;
	margin: 0;
	padding-left: 82px; /* - padding of menu items*/
	clear:left;
}
.layout__top-navigation > ul > li
{
	float: left;
	position: relative;
	line-height: 22px;
	padding: 6px 0;
}
.layout__top-navigation > ul > li a
{
	border-color: #ffffff;
    color: #ffffff;
	text-decoration: none;
}
.layout__top-navigation a
{
	font-size: 15px;
	padding: 0 18px;
}
.layout__top-navigation > ul > li:hover
{
	background: #1a1a5d;
}
.layout__top-navigation a:hover,
.layout__top-navigation a:focus
{
	font-weight: bold;
}
.layout__top-navigation .top-navigation-last-item a
{
	border-right: 0;
}

.layout__body
{
	display: table;
	width: 100%;
	/*height: 450px;
	height: calc(100%-181px);*/
}
.layout__sidebar-left,
.layout__content
{
	display: table-cell;
	vertical-align: top;
}
.layout__content
{
	padding: 20px 12px 26px 12px;
}
.layout__sidebar-left
{
	width: 200px;
	padding: 20px 5px 26px 5px;
}
.footer
{
	padding: 10px 42px 26px 42px;
	border-top: 1px solid #dddddd;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	margin: 0 auto 28px auto;
	width: 1024px;
}

.sidebar--section.copernicus-meetings-logo
{
	text-align: center;
}


/** NAVIGATION */
.nav-container
{
	margin-bottom: 1rem;
}
.nav-container ul
{
	list-style-type: none;
}
.nav__level1
{
	padding: 0;
	margin: 0;
}
.nav__link--level1,
.nav__item--level1
{
	display: block;
}
.nav__item--level1
{
	margin-bottom: 3px;
}
.nav__link--level1
{
	text-decoration: none;
	color: #fff;
	background-color: #1A1A5B;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}
.nav__link--level1:hover,
.nav__link--level1:focus
{
	text-decoration: none;
}
.nav__item--level1.co_function_get_navigation_is_open .nav__link--level1
{
	text-decoration: none;
}
.nav__level2
{
	padding: 0;
	margin: 0;
	background-color: #EEEEFF
}
.nav__item--level2
{
	margin: 0 5px 0 13px;
	padding: 5px 0 0 0;
}
.nav__link--level2
{
	text-decoration: none;
	color: #1a1a5d;
}
.nav__link--level2:hover,
.nav__link--level2:focus,
.nav__link--level2.active_menuitem
{
	color: #1A1A5B;
}
.nav__link--level2.active_menuitem
{
	text-decoration: underline;
}


/** BASIC TYPO */
p, ul, ol, table
{
	margin: 0;
}
p
{
	margin-bottom: 1rem;
}
ul, ol
{
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
ul
{
	list-style: outside none square;
}
ol
{
	list-style: decimal;
}
h1, .h1,
h2, .h2,
h3, .h3
{
	font-weight: 700;
	margin: 0;
}
h1, .h1
{
	color: #1f1f9d;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 1rem;
}
h2, .h2
{
	font-size: 17px;
	line-height: 27px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3, .h3
{
	font-size: 13px;
	line-height: 34px;
	letter-spacing: 0.1em;
}
a
{
	color: #1f1f9d;
	text-decoration: none;
}
a:focus,
a:active,
a:hover
{
	text-decoration: underline;
}
.table,
.table--bordered
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000000;
	margin-bottom: 20px;
	width: 100%;
}
.table th,
.table--bordered th
{
	background-color: #1a1a5d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.table th,
.table td,
.table--bordered th,
.table--bordered td
{
	padding: 6px;
	vertical-align: top;
}
.table--bordered th,
.table--bordered td
{
	border: 1px solid #000000;
}
.table tbody tr:nth-child(odd),
.table--bordered tbody tr:nth-child(odd)
{
    background: #dddddd none repeat scroll 0 0;
}
.table tbody tr:nth-child(even),
.table--bordered tbody tr:nth-child(even)
{
    background: #ffffff none repeat scroll 0 0;
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo
{
	margin-bottom: 1em;
	width: 100%;
}
.co_administrator_menu_userinfo p
{
	padding: 0;
}

/*Fast entry buttons*/
.co_mto_fastEntry .icon-sign-in,
#m-fast-entry-buttons .icon-sign-in
{
	color: #626d73;
	margin-right: 3px;
}
.co_mto_fastEntry a
{
	background-color: #E0E0E0;
	display: block;
	margin-left: 0;
	padding: 4px 0 4px 4px;
	text-decoration :none;
	color: #626D73;
	border:1px solid #C3C3C3;
	font-weight: bold;
	width: 11em!important;
}
.co_mto_fastEntry a,
#m-fast-entry-buttons ul li a
{
	color: #1a1a5d;
}