@CHARSET "UTF-8";

@font-face {
	font-family: EricssonHilda;
	src:
		url(fonts/EricssonHilda-Light.woff2)
		format('woff2'),
		url(fonts/EricssonHilda-Light.woff)
		format('woff'),
		url(fonts/EricssonHilda-Light.ttf)
		format('truetype');
	font-style: normal;
	font-weight: 100;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: EricssonHilda;
	src:
		url(fonts/EricssonHilda-Regular.woff2)
		format('woff2'),
		url(fonts/EricssonHilda-Regular.woff)
		format('woff'),
		url(fonts/EricssonHilda-Regular.ttf)
		format('truetype');
	font-style: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: EricssonHilda;
	src:
		url(fonts/EricssonHilda-Medium.woff2)
		format('woff2'),
		url(fonts/EricssonHilda-Medium.woff)
		format('woff'),
		url(fonts/EricssonHilda-Medium.ttf)
		format('truetype');
	font-style: normal;
	font-weight: 500;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: EricssonHilda;
	src:
		url(fonts/EricssonHilda-Bold.woff2)
		format('woff2'),
		url(fonts/EricssonHilda-Bold.woff)
		format('woff'),
		url(fonts/EricssonHilda-Bold.ttf)
		format('truetype');
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility
}

.update-needed {
	background: #F00;
}



body {
	
	margin: 0px;
	padding: 0px;
	
	font-family: Helvetica, Arial, sans-serif;
	
	color: #2f2124;
    background: #fff;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5em;
	
}

.main-content {
    background: #f8f4ed;
}

a {
	outline: 0 !important;
}


h2 {
	font-weight: 100;
	margin: 20px 0px 40px;
}


.no-marg-top {
	margin-top: 0 !important;
}

.no-marg-bottom {
	margin-bottom: 0 !important;
}

.elogo {
 
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60px;
    z-index: 2;
}

.elogo svg polygon, .elogo svg path {
    fill: #fff;
    transition: fill;
}

header.dark .elogo svg polygon, header.dark .elogo svg path {
    fill: #181818;
    transition: fill;
}

header.dark {
	color: #181818;
}

header {
	position: relative;
	
	background-image: url(../images/BDG_6673.jpg);
	background-size: cover;
	background-position: 50% 50%;
	

}

header:BEFORE {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	
}

header.login {
	position: absolute;
	min-height: 100%;
	width: 100%;
	

}

header.login .container {
	margin-top: 200px;
}

header.login h1 {
	
	margin-bottom: 50px;

}


.header-content {
	left:15px;
	width: 100%;
	margin-top:140px;
	text-align: left;
}


header .elogo {
    position: absolute;
    top: 28px;
    left: 28px;
}

header h1 {
	
	font-weight: 100;
	font-size: 50px;
	color: #fafafa;
	
	text-align: left;

}

header.dark h1 {
	color: #181818;
}

header h1 .sub-heading {
	display: block;
	font-size: 70%;
	margin-top: 20px;
}

header .btn {
	margin-top: 20px;
}

header .lang-wrapper {
	position: absolute;
	top: 20px;
	right: 0px;
}

header .lang-wrapper label {
	color: #fafafa;
}

header .container {
	position: relative;
	min-height: 350px;
	
}

header.small .container {
	position: relative;
	min-height: 250px;
	
}

@media (max-width: 767px) {

	.header-content {
	
		top: 30%;
	}

	header h1 {
	
		font-size: 36px;
	
	}
}

footer {
	background: #751300;
	color: #fafafa;
	padding: 5px 0px;
}

footer a {
	color: #fafafa;
	text-decoration: underline;
}

section {
	padding: 40px 0px;
}

	section .section-title {
		margin-top: 0px;
	}

section.light-grey {
	background: #e0e0e0;
}

ul, p {
	margin-bottom: 20px;
}

ul.eri-list {
	list-style: none !important;
    padding-left: 1.375rem !important;
    margin-top: 0;
    
}

ul.eri-list ul {
	list-style: none !important;
	padding-left: 1.375rem !important;
    
}

ul.eri-list li:before {
	display: block;
    position: relative;
    content: '';
    width: .8rem;
    height: 1px;
    top: 1.1rem;
    left: -1.375rem;
    background-color: #181818;
}

ul.eri-list.light li:before {
	display: block;
    position: relative;
    content: '';
    width: .8rem;
    height: 1px;
    top: 1.1rem;
    left: -1.375rem;
    background-color: #fafafa;
}

.navbar-inverse {
    background-color: #242424;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fafafa;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
        font-weight: 100;
        margin: 0px;
        font-size: 15px;
        font-weight: 100;
    }

    .navbar-nav > li > a {
        color: #fafafa;
    }

    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }



    nav.navbar {
        background: none;
        border: 0;
    }

}

@media (max-width: 767px) {
    nav.navbar {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
    }

    header .elogo {
        top: 78px;
    }
    
    header.login .elogo {
	    top: 28px;
	}

    .navbar-inverse .navbar-nav > li > a {
        color: #fafafa;
        margin-left: 20px;
        border-left: 3px solid #363636;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        border-left: 3px solid #0082F0;
    }
}




table.agenda {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0px;
}


table.agenda p {
	margin-bottom: 10px;
}

table.agenda td {
	padding: 8px 10px;
    font-size: 15px;
    vertical-align: top;
}

table.agenda td.time {
    text-align: right;
	vertical-align: top;
	width: 120px;
}

table.agenda tr:nth-child(even) td {
    background: #fafafa;
}

table.agenda tr:nth-child(odd) td {
	background: #F2F2F2;
}

table.agenda tr:nth-child(even) td.time {
	border-right: 1px solid #F2F2F2;
}

table.agenda tr:nth-child(odd) td.time {
	border-right: 1px solid #fafafa;
}



table tr.finalized {
    background: rgba(15, 195, 115, 0.2);
}

table tr.not-finalized {
    background: rgba(255, 140, 10, 0.2);
}

table tr.previous {
    background: #EDEDED;

    td {
        color: #999;
    }
}

.glyphicon.success {
    color: #0FC373;
}

.glyphicon.warning {
    color: #FF8C0A;
}

table td.button-column a {
    margin: 2px;
}


.s-block {
    position: relative;
    padding: 0px 2px;

    margin: 10px 0px;

    line-height: 1em;
}

.s-blocks.row {
    margin-right: -2px;
    margin-left: -2px;
}

.s-block:hover .speaker-nt {
    border-bottom: 3px solid #0082F0;
    
}

.s-block  img {
	display: block;
	width: 100%;
}

.s-block .speaker-nt {
    position: relative;
    height: 165px;
    background: #f0f0f0;
    border-bottom: 3px solid #fafafa;
}

.s-block .name {
    position: absolute;
    bottom: 115px;
    font-weight: 700;
    display: block;
    padding: 0px 10px;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    padding-bottom: 8px;
}

.s-block .title {
    position: absolute;
    top: 40px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    padding: 0px 10px;
}

.s-block .company-logo {
	display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30%;
}



.s-block a {
    color: #242424;
}

@media (min-width: 992px) {
    .s-block.col-md-3 {
        width: 16.666%;
        
    }

    .s-block .title {
        font-size: 11px;
    }

    .s-block .title {  
    }
}

@media (min-width: 1200px) {
    
    .s-block .name {
        
    }

    .s-block .title {
        font-size: 12px;
    }
}


div.images .image img {
	width: 100%;
	margin-top: 20px;
}


.tb-block.col-md-3, .tb-block.col-sm-4, .tb-block.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding: 2px;
}

.tb-blocks.row {
    margin-right: -2px;
    margin-left: -2px;
}

.tb-block {
	padding: 15px;
	line-height: 1em;
	margin-bottom: 10px;
}

.tb-block .tb-inner {
	position: relative;
	background: #0082F0;
	color: #FFF;
	font-size: 16px;
	height: 200px;
}

.tb-block .tb-inner .title {
	position: absolute;
    bottom: 55%;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    padding: 0 10px 10px;
}

.tb-block .tb-inner hr {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 45%;
    border-top: 1px solid #fafafa;
    margin: 0px;
    padding: 0px; 
} 

.tb-block .tb-inner .presenter {
	position: absolute;
	top: 45%;
    color: #fafafa;
    padding: 10px 10px 0px;
}

.tb-block .tb-inner .customer {
	position: absolute;
	bottom: 10px;
	right: 2.5%;
    color: #fafafa;
    padding: 10px 10px 0px;
    text-align: right;
    
}

.vs-block {
    margin-top: 10px;
    margin-bottom: 10px;
    
}







.vs-block img {
	display: block;
	width: 100%;
	border-top: 6px solid #fafafa;
}

.vs-block .stream-title {
    
    
    display: table;
    
    width: 100%;
    
   
    background: #f0f0f0;
   
    
}

.vs-block .stream-title span {
	display: table-cell;
	width: 100%;
	padding: 0px 10px;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #fafafa;
    font-size: 22px;
    font-weight: 500;
}

.vs-block a {
    text-decoration: none;
}

.vs-block a:hover {
    text-decoration: none;
}

.vs-block.track-1 .stream-title {
	background: #0FC373;
}

.vs-block.track-2 .stream-title {
	background: #0082F0;
}

.vs-block.track-3 .stream-title {
	background: #FF8C0A;
}

.vs-block.track-4 .stream-title {
	background: #AF78D2;
}

.vs-block.track-1:hover img {
    border-top: 6px solid #0FC373; 
}

.vs-block.track-2:hover img {
    border-top: 6px solid #0082F0; 
}

.vs-block.track-3:hover img {
    border-top: 6px solid #FF8C0A; 
}

.vs-block.track-4:hover img {
    border-top: 6px solid #AF78D2; 
}

.track-content {
	color: #fafafa;
}

.track-content div.bordered {
	border: 1px solid #fafafa;
}

#track-1.track-content {
	background: #0FC373;
}

#track-2.track-content {
	background: #FF8C0A;
}

#track-3.track-content {
	background: #0082F0;
}

#track-4.track-content {
	background: #AF78D2;
}




@media (max-width: 991px) {
	.vs-block .stream-title {
	    font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.vs-block .stream-title {
	    font-size: 22px;
	}
}



@media (min-width: 992px) {
	.vs-block {
	}
}



.vs-block.col-md-3, .vs-block.col-sm-4, .vs-block.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding: 2px;
}

.vs-blocks.row {
    margin-right: -2px;
    margin-left: -2px;
}


.workshop-content {
	background: #0082F0;
}

.workshop-content .fancy-header {
	color: #fafafa;
}

.workshop-content .workshop {
	color: #fafafa;
}


.workshop-content .presenter {
	background: #fafafa;
	padding: 15px;
	margin-top: 20px;
	border-radius: 2px;
}

.workshop-content .presenter h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	color: #333;
	
}

.workshop-content img {
	width: 100%;
}


.video-16-9 {
	width: 100%;
	padding-top: 56.25%;
    position: relative;
    height: 0px;
    
    
}

.video-16-9 .embed-video {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
    
    cursor: pointer;
}

.video-16-9 > iframe {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
}

.contact-block {
	padding: 20px;
	background: #F0F0F0;
}

.form-reminder {
    background: #e8e4dd;
    padding: 20px;
    margin: 40px 0 0;
    border-radius: 5px;
    font-size: 14px;
}

.form-reminder h3 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
}

.form-reminder .form-group {
    margin: 20px 0;
}

.form-reminder .alert {
    padding: 10px;
    margin: 20px 0 0;
}


h2.fancy-header {
	font-size: 24px;
	margin-top: 0px;
}

h2.fancy-header .sub {
	display: block;
	font-size: 16px;
}

.fancy-content {
	display: none;
	max-width: 600px;
	border-radius: 2px;
}

table.members {
    margin-bottom: 2rem;
}

table.members td, table.members th {
    vertical-align: top;
    padding-block: 0.5rem;
}

table.members th {
    padding-inline-end: 3rem;
}
