/** NORMALIZING */
html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
}
*, *: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;
}
.clearfix
{
	clear:both;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
img
{
	border: 0;
}
html, body
{
	height: 100%;
}
body
{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333333;
	font-weight: 400;
	background-color: #ffffff;
	background-image: url(https://meetings.copernicus.org/iwrm2018/template_iwrm2018_bg_body_waves_273x644.jpg);
	background-repeat: repeat-x;
}
img
{
	border: 0;
}

h1, .h1,
h2, .h2,
h3, .h3
{
	color: #333333;
	margin: 0;
	font-size: 27px;
	font-weight: normal;
}
h1, .h1
{
	/*border-top: 3px dotted #17293d;*/
	margin-bottom: 13px;
}
h2, .h2
{
	font-size: 22px;
	margin-bottom: 16px;
}
h3, .h3
{
	font-size: 18px;
	margin-bottom: 18px;
}
table, p, ul, ol
{
	margin: 0 0 18px 0;
	padding: 0;
}
ul, ol
{
	margin-left: 25px;
}
p
{
	text-align: justify;
}
a
{
	color: #156aa3;
    text-decoration: underline;
}
a:focus
{
    outline: thin dotted;
}
table.fixed
{
	table-layout: fixed;
}
hr
{
	border-width: 4px 0 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: content-box;
    height: 0;
}
.text--left
{
	text-align: left;
}
.text--right
{
	text-align: right;
}
.table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table th
{
	color: #333333;
	background-color: #c3d9ff;
	font-weight: bold;
}
.table th,
.table td
{
	padding: 3px;
	vertical-align: top;
}
.table td
{
	border-bottom: 1px solid #eaeaeb;
}
.table .no-border
{
	border: 0;
}
/*spacer margin bottom x1, x2 keep them proportional*/
.spacer--bottom--x1
{
	margin-bottom: 12px;
}
.spacer--bottom--x2
{
	margin-bottom: 24px;
}
/* ==========================================================================
   Layout structure
   ========================================================================== */

.layout__page-container
{
	max-width: 1024px;
	margin: 0 auto;
}
.layout__header
{
	background-image: url(https://meetings.copernicus.org/iwrm2018/template_iwrm2018_image_moodboard_1024x130.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 130px;
	width: 1024px;
	margin-top: 10px;
}
.layout__header-moodboard-logo
{
    float: left;
    height: 140px;
    margin-right: 10px;
    margin-top: 0;
}
.layout__m-info
{
    float: left;
    margin-top: 20px;
}
.m-title,
.m-location-and-date
{
	text-shadow: 2px 3px 3px rgba(10, 10, 10, 0.6);
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.m-title,
.m-title a
{
	color: #ffffff;
	font-size: 36px;
	line-height: 29px;
	text-decoration: none;
}
.m-location-and-date,
.m-location-and-date a
{
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	text-indent: 0.5em;
	text-decoration: none;
}

.layout__top-navigation
{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 100%;
display:none; /*Menu links not available anymore*/
}
.layout__top-navigation ul
{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.layout__top-navigation > ul > li
{
	float: left;
	margin-right: 5px;
	padding: 0;
	position: relative;
}

.layout__top-navigation > ul > li > a
{
	/*background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #7ad4d0, #156fa3 60%) repeat scroll 0 0;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ad4d0+0,156fa3+60 */
	background: #7ad4d0; /* Old browsers */
	background: -moz-linear-gradient(top, #7ad4d0 0%, #156fa3 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7ad4d0 0%,#156fa3 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7ad4d0 0%,#156fa3 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad4d0', endColorstr='#156fa3',GradientType=0 ); /* IE6-9 */

	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 40px;
	float: left;
	padding: 0 10px;
	text-shadow: 2px 3px 3px rgba(10, 10, 10, 0.6);
}
.layout__top-navigation > ul > li > a.active
{
	/*background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #7ad4d0, #054b81 60%) repeat scroll 0 0;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ad4d0+0,054b81+60 */
	background: #7ad4d0; /* Old browsers */
	background: -moz-linear-gradient(top, #7ad4d0 0%, #054b81 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7ad4d0 0%,#054b81 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7ad4d0 0%,#054b81 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad4d0', endColorstr='#054b81',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.layout__top-navigation > ul > li > a:hover,
.layout__top-navigation > ul > li:hover > a
{
	/*background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #9deef7, #1242c0 60%) repeat scroll 0 0*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9deef7+0,1242c0+60 */
	background: #9deef7; /* Old browsers */
	background: -moz-linear-gradient(top, #9deef7 0%, #1242c0 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9deef7 0%,#1242c0 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9deef7 0%,#1242c0 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9deef7', endColorstr='#1242c0',GradientType=0 ); /* IE6-9 */
}
.layout__top-navigation > ul > li > a.active,
.layout__top-navigation > ul > li > a:hover,
.layout__top-navigation > ul > li:hover > a
{
	margin-top: -10px;
	padding: 5px 10px;
}
.layout__top-navigation a
{
	border-radius: 5px 5px 0 0;
}
.layout__body
{
	min-height: 780px;
	margin: 0 0 5px 0;
	/*position: relative; // # TODO this is used to see the nav items*/
	border-radius: 0 5px 5px;
	box-shadow: 5px 5px 20px #051b32;
	border: 5px solid #054b81;
	border-top: 40px solid #054b81;
	float: left;
	background-color: #ffffff;
}
.layout__body:after
{
	content: "";
	display: table;
	clear: both;
}
.layout__content
{
	vertical-align: top;
	background-color: #ffffff;
	width: 800px;
	padding: 10px;
	margin-left: 220px;
}
.layout__sidebar
{
	background-color: #ffffff;
    float: left;
    /*height: 100%;*/
    position: absolute;
    width: 220px;
	padding-top: 10px;
	padding-left: 10px;
}
.layout__sidebar--logos img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/** 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__link--level1
{
	background-color: #054b81;
    border: 1px solid #c3c3c3;
    color: #ffffed;
    display: block;
    font-weight: bold;
    margin-left: 0;
    padding: 4px 0 4px 4px;
    text-decoration: none;
}
.nav__level2
{
	padding: 0;
	margin: 0 0 0 5px;
}
.nav__item--level2
{
	background-color: #156aa3;
	border: 1px solid #c3c3c3;
    color: #ffffed;
    font-weight: bold;
    padding: 4px 0 4px 4px;
}
.nav__link--level2
{
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.nav__item--level2.co_function_get_navigation_is_no_parent.co_function_get_navigation_is_open
{
	background-color: #f97e05;
}

/* ==========================================================================
   CO App Adjustments
   ========================================================================== */

#co_auth_check_authiframecontainer
{
	margin-bottom: 20px;
}
#co_auth_check_authiframecontainer .co_administrator_menu_userinfo
{
	width: auto;
}

/*Fast entry buttons*/
.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;
}

.co_mto_fastEntry .icon-sign-in
{
	color: #626d73;
	margin-right: 3px;
}
.co_mto_fastEntry a
{
	color: #0072bc;
}