﻿/* ZERO
================================================== */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, fieldset, input {
	margin: 0;
	padding: 0;
}

/* CLEAR FIX
================================================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* TAGS
================================================== */
html, body {
    background: #aaa url('/images/sit_login_background.png') repeat 0px 0px;
    height: 100%;
}

/* STICKY FOOTER
================================================== */
/** {margin:0;padding:0;}*/
/* must declare 0 margins on everything, also for main layout components use padding, not vertical margins (top and bottom) to add spacing, else those margins get added to total height and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

#wrap {
	height: 100%;
	background-color: White;
	width: 980px;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 30px; /* must be same height as the footer */
}

#footer {
    width: 960px;
    position: relative;
	margin-top: -31px; /* negative value of footer height */
	height: 30px;
	clear:both;
	font-size: 0.9em;
	font-weight: 400;
	color: #000;
	border-top: solid 1px #DDDDDD;
	margin-left: 10px;
	margin-right: 10px;
}

.footer {
    width: 485px;
    position: relative;
	margin-top: -10px; /* negative value of footer height */
	height: 30px;
	clear:both;
	font-size: 0.9em;
	font-weight: 400;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}

/* LAYOUT
================================================== */
#wrapper {
	width: 980px;
	height: 1000px;
	margin: auto;
	background-color: white;
	float: left;
}

#masterbody {
    background: #aaa url('/images/sit_background.png') repeat 0px 0px;
}

#logobar {
	height: 50px;
	padding: 0px;
	margin: 0px;
	background: #232323 url('/images/sit_top.png') repeat-y 0px 0px;
}

.logo {
    float: left;
    /*margin: 8px 0 0 30px;*/
    width: 600px;
    overflow: hidden;
}

.menu {
    float: right;
    font-size: 1.1em;
    font-weight: 400;
    margin: 20px 10px 0 0;
    text-align: right;
    color: White;
}

.menubar {
    width: 976px;
    height: 30px;
    background-color: #ddd;
	float: left;
	font-size: 1.1em;
	font-weight: 400;
	padding-right: 4px;
}

.nav {
    text-align: right;
    display: inline;
    text-decoration: none;
}

.nav ul {
	list-style: none outside none;
}

.nav a {
	text-decoration: none !important;
	color: White !important;
}

.nav a:hover {
	text-decoration: underline !important;
	color: White !important;
}

.navStart {
    padding-left: 30px;
}

.navStart a {
	text-decoration: none;
}

.navStart a:hover {
	text-decoration: underline;
}

.navtext {
    margin: 6px 6px 0px 0px;
}

#content {
	width: 620px;
    padding-left: 30px;
	min-height: 450px;
	float: left;
}

#contenttop {
    margin-bottom: 20px;
    margin-top: 30px;
}

.contentheader {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.contentdescr {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 2em;
}

#certwrapper {
    margin-top: 5px;
}

.cert {
	margin: 2px 0 15px 0;

}

.certheader {
	font-size: 1em;
	background-color: #3399cc;
	color: #ffffff;
	padding: 5px 0px 5px 10px;
}

.certname {
	font-size: 1.4em;
	font-weight: 400;
}

.certdescription {
    padding: 15px 0 15px 0px;
    font-size: 1.1em;
    font-weight: 400;
}

.certcontent {

}

.certDone {
	font-size: 1em !important;
	font-weight: 700 !important;
}

.timeline {
    width: 620px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.timelineleft {
    float: left;
    width: 100px;
    font-size: 0.8em;
    font-weight: 400;
    text-align: right;
}

.timelinemiddle {
    float: left;
    width: 470px;
    margin: 0 0 0 15px;
}

.timelineright {
    float: left;
    width: 30px;
    text-align: right;
}

.timelineheader {
    font-size: 1.3em;
    font-weight: 700;
    color: #3399cc;
    text-decoration: underline;
}

.timelineheader_dim {
    font-size: 1.3em;
    font-weight: 700;
}

.timelinedescr {
    font-size: 1em;
    font-weight: 400;
}

.timelinesep {
    border-bottom: solid 1px #ddd;
    margin: 12px 0 12px 0;
}

#messages {
	width: 260px;
	margin: 30px 12px 0px 0px;
	float: right;
	min-height: 250px;
}

.messagesheader {
    font-size: 1em;
    font-weight: 400;
    background-color: #ddd;
    padding: 5px;
}

.messagescontent {
    font-size: 1em;
    font-weight: 400;
    padding: 0px 0px 0px 10px;
    margin: 0px 0 0 0;
}

.messagescontent2 {
    font-size: 1em;
    font-weight: 400;
    padding: 10px 0px 0px 10px;
    margin: 5px 0 0 0;
}

.messageusername {
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0px 0px 10px;
    margin: 5px 0 0 0;

}

.clear {
	clear: both;
}

.contentmiddle {
	background-color: transparent;
	background: url('/images/contentmiddle.png') repeat-y 0px 0px;
}

.contentbottom {
	height: 12px;
	background-color: transparent;
	background: url('/images/contentbottom_widget.png') no-repeat 0px 0px;
}

#reglogbox {
	margin: 0px auto;
	width: 484px;
	background-color: transparent;
	text-align:left;
	top: 30px;
	position: relative;
}

.reglogmiddle {
	padding: 1px;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.reglogbottom {
	height: 15px;
	background-color: transparent;
}

/* RegLog
================================================== */
#reglog-control-container {
	background-color: #fff;
	padding-top: 50px;
}

#reglog-togglecontainer {
	padding-top: 20px;
	background-color: #ffffff;
}

.reglogmiddle {
	padding-top: 0px;
}

.nav-tabs {
	margin: 0 0 60px;
	padding: 0;
	border-bottom: 55px solid #d4d5d9;
	margin-bottom: 0px;
}

.testclear {
	clear: both;
}

.nav-tabs:before {
	display: table;
	content: " ";
}

.nav-tabs li {
	list-style: none;
	width: 50%;
	float: left;
	font-size: 18px;
	text-align: center;
	margin: 0 !important;
}

	.nav-tabs li a {
		border: none !important;
		display: block;
		padding: 18px 7px;
		line-height: 1;
		text-decoration: none;
		background-color: #ffffff;
		font-weight: 300;
		position: relative;
	}

	.nav-tabs li.reglog-toggle-link-active a:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		bottom: -12px;
		margin-left: -7.5px;
		border-style: solid;
		border-width: 10px 7.5px 0;
		border-color: #3399cc transparent transparent;
	}

	.nav-tabs li.reglog-toggle-link-active a:after {
		content: '';
		position: absolute;
		bottom: -2px;
		height: 3px;
		width: 100%;
		left: 0;
		background-color: #3399cc;
	}

.reglog-header {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}

#reglog-control-container {
	padding: 20px;
	background-color: #fff;
	padding-top: 50px;
}

#reglog-togglecontainer {
	background-color: #ffffff;
}

.reglogmiddle {
	padding-top: 0px;
}

.nav-tabs {
	margin: 0 0 60px;
	padding: 0;
	border-bottom: 55px solid #d4d5d9;
	margin-bottom: 0px;
}

.testclear {
	clear: both;
}

.nav-tabs:before {
	display: table;
	content: " ";
}

.nav-tabs li {
	list-style: none;
	width: 50%;
	float: left;
	font-size: 18px;
	text-align: center;
	margin: 0 !important;
}

	.nav-tabs li a {
		border: none !important;
		display: block;
		padding: 18px 7px;
		line-height: 1;
		text-decoration: none;
		background-color: #ffffff;
		font-weight: 300;
		position: relative;
	}

	.nav-tabs li.reglog-toggle-link-active a:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		bottom: -12px;
		margin-left: -7.5px;
		border-style: solid;
		border-width: 10px 7.5px 0;
		border-color: #3399cc transparent transparent;
	}

	.nav-tabs li.reglog-toggle-link-active a:after {
		content: '';
		position: absolute;
		bottom: -2px;
		height: 3px;
		width: 100%;
		left: 0;
		background-color: #3399cc;
	}

.reglog-header {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}

.reglogSignInForgotPassword {
	float: right;
}

.reglogfieldhuge::placeholder {
	color: #ccc;
}

.reglogfieldhuge::-webkit-input-placeholder { /* Edge */
	color: #ccc;
}

.reglogfieldhuge:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc;
}

@media screen and (max-width: 768px) {
	.reglog-header {
		font-size: 2.0em;
	}

	#reglog-control-container {
		padding-top: 20px;
	}

	.nav-tabs li {
		font-size: 14px;
	}

		.nav-tabs li a {
			padding: 20px 7px;
		}

	.reglogSignInForgotPassword {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.reglog-header {
		font-size: 2.0em;
	}

	#reglog-control-container {
		padding-top: 20px;
	}

	.nav-tabs li {
		font-size: 14px;
	}

		.nav-tabs li a {
			padding: 20px 7px;
		}
}

/* CONTENT
================================================== */
.topbar {
    padding: 30px 360px 0 30px;
    border-bottom: 1px solid #ddd;
    background-color: #d6ebf5;
}

.twocoltable {
	margin-left: 2px;
}

.leftcolupper {
	width: 238px;
	height: 100%;
	padding: 30px 0px 0px 1px;
}

.leftcollower {
    width: 238px;
    height: 300px;
	padding: 0px 0px 0px 1px;
}

.leftcol {
	width: 200px;
	padding: 30px 18px 20px 20px;
}

.rightcol {
	width: 640px;
	background-color: transparent;
	padding: 30px 50px 30px 50px;
}

.leftcolplayer {
	width: 200px;
	padding: 30px 20px 20px 20px;
}

.leftcolmain {
    padding: 0px 18px 10px 20px;
}

.rightcolplayer {
	width: 738px;
	background-color: transparent;
	padding: 30px 0 30px 0;
}

.reglogtable {
    margin-left: 2px;
}

.reglogleft {
	width: 80px;
	background-color: transparent;
	padding: 30px 20px 20px 20px;
}

.reglogright {
	/*width: 244px;*/
	background-color: transparent;
	padding: 30px 20px 20px 20px;
}

.reglogfield {
	width: 190px;
	height: 19px;
	border: 1px solid black;
	padding: 4px 4px 0 4px;
}

.reglogfieldbig {
	width: 610px;
	border: 1px solid black;
	padding: 4px 4px 0 4px;
}

.leftdivider {
    border-bottom: 1px solid #ddd;
    margin: 20px 0 20px 0;
}

.mysettingsleft {
	width: 100px;
	background-color: transparent;
	padding: 5px 5px 5px 0;
}

.mysettingsright {
	background-color: transparent;
	padding: 5px 0 5px 0;
}

.settingsfield {
	width: 300px;
	height: 22px;
	border: 1px solid black;
	padding: 4px;
}

.scrollthumbholder {
    float: right;
    text-align: right;
    background-color: #ddd;
    padding: 5px 13px 5px 5px;
    Margin-left: 5px;
}

.scrollthumb {
    margin: 5px;
}

.logotype {
       margin: 0px 0px 0px 20px;
}

/* KNOWLEDGE TEST
================================================== */
.quizanswers {
    width: 400px;
	padding: 7px;
	color: black;
	line-height: 1.2;
	background-color: #ddd;
}

.quizmarked {
    width: 400px;
	padding: 7px;
	color: black;
	line-height: 1.2;
	background-color: #009DDB;
}

.quizhover {
    width: 400px;
	padding: 7px;
	color: black;
	line-height: 1.2;
	cursor: pointer;
	background-color: #009DDB;
}

.quizresultlist {
	margin: 0 0 18px 18px;
	list-style: disc outside;
}

.quizresultlist li {
	margin-bottom: 7px;
}

/* TIME LINE HOVER
================================================== */
.timelinedim {
    color: #ccc;
}

.timelineheaderdim {
    color: #ccc;
}

.hoverclass {
	padding: 10px;
	z-index: 1;
	position: relative;
	cursor: hand;
	height: 113px;
}

.hoverclassBG {
	padding: 10px;
	z-index: 1;
	position: relative;
	cursor: hand;
	height: 113px;
	background-color: #ddd;
}

/* PLAYER MENU
================================================== */
.lista {
	line-height: 1.2;
	margin-left: 20px;
}

.done {
	padding: 0 0 0.7em 15px;
	background: url('/images/done_small.png') no-repeat 0px 3px;
}

.undone {
	padding: 0 0 0.7em 15px;
	background: url('/images/undone_small.png') no-repeat 0px 3px;
}

.playing {
	padding: 0 0 0.7em 15px;
	background: url('/images/playing_small.png') no-repeat 0px 3px;
}

.playerinfo {
	padding: 10px;
	background-color: #e2e2e2;
}

.playerinfo_classic {
	padding: 10px;
	background-color: transparent;
	color: #fff;
}

/* INFO POPUP
================================================== */
.completed {
	background: url('/images/done_small.png') no-repeat 0 4px;
}

.odd {
	background-color: #eee;
}

.even {
	background-color: transparent;
}

/* HELP MENU
================================================== */
.helplist a {
	text-decoration: none;
}

.helplist a:hover {
	text-decoration: underline;
}

.helpitem {
    padding-left: 15px;
}

.helpitemon {
    padding-left: 15px;
    background: url('/images/playing_small.png') no-repeat 0px 3px;
}

/* ADMIN
================================================== */
.admindiv {
	margin-left: 25px;
}

.searchfield {
	width: 350px;
	height: 22px;
	border: 1px solid black;
	padding: 0 4px 0 4px;
}

.userleftcell {
	width: 150px;
	height: 20px;
}

.userrightcell {
	width: 350px;
	height: 20px;
}

.fieldbutton {
	color: #000;
	background-color: grey;
	padding: 4px 7px 4px 7px;
}

.deletebutton {
	color: #fff;
	background-color: maroon;
	padding: 4px 7px 4px 7px;
}

.statcell1 {
	width: 250px;
}

.statcell2 {
	width: 60px;
	text-align: center;
}

.statcell3 {
	width: 90px;
	text-align: center;
}

.statcell4 {
	width: 135px;
}

.statcell5 {
	width: 100px;
	text-align: center;
}

.statcell6 {
	width: 60px;
	text-align: center;
}

.statcell7 {
	width: 90px;
	text-align: center;
}

/* CERT IMAGE
================================================== */
.certimg {
	width: 17px;
	height: 17px;
}

.certimgpos {
	float: right;
	position: relative;
	right: 10px;
	top: -10px;
}

.support {
	background-color: #d6ebf5;
	padding: 20px;
	width: 620px;
	border: 1px solid #ccc;
}

/* BUTTONS
================================================== */
/* Start page submit button */
.startpagesubmitbtn {
	margin-bottom: 1em;
}

.startpagesubmitbtn a:link, .startpagesubmitbtn a:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	padding: 7px 50px 7px 50px;
	border-radius: 12px;
	background-color: #3399cc\9 !important;
	border: solid 1px #4871af;
	background: #3399cc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3399cc 0%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399cc), color-stop(100%,#006699));
	background: -webkit-linear-gradient(top, #3399cc 0%,#006699 100%);
	background: -o-linear-gradient(top, #3399cc 0%,#006699 100%);
	background: -ms-linear-gradient(top, #3399cc 0%,#006699 100%);
	background: linear-gradient(to bottom, #3399cc 0%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc',endColorstr='#006699',GradientType=0 );5c,endColorstr='#82961c',GradientType=0 );
}

.startpagesubmitbtn a:hover {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background-color: #99AA20;
	padding: 7px 50px 7px 50px;
	border-radius: 12px;
	border: 1px solid #4871af;
	background: rgb(56,176,224);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(56,176,224,1) 0%, rgba(0,142,193,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,176,224,1)), color-stop(100%,rgba(0,142,193,1)));
	background: -webkit-linear-gradient(top, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	background: -o-linear-gradient(top, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	background: linear-gradient(to bottom, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b0e0', endColorstr='#008ec1', GradientType=0 );
}

.startpagesubmitbtn a:active {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background-color: #006699;
	padding: 7px 50px 7px 50px;
	border-radius: 12px;
	border: 1px solid #4871af;
	background: #006699;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #006699 0%, #3399cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#3399cc));
	background: -webkit-linear-gradient(top, #006699 0%,#3399cc 100%);
	background: -o-linear-gradient(top, #006699 0%,#3399cc 100%);
	background: -ms-linear-gradient(top, #006699 0%,#3399cc 100%);
	background: linear-gradient(to bottom, #006699 0%,#3399cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#3399cc',GradientType=0 );
}

/* small button */
.greenbtn a:link, .greenbtn a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #99AA20;
	padding: 3px 10px 3px 10px;
	border: solid 1px #4871af;
	border-radius: 7px;
	background: #3399cc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3399cc 0%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399cc), color-stop(100%,#006699));
	background: -webkit-linear-gradient(top, #3399cc 0%,#006699 100%);
	background: -o-linear-gradient(top, #3399cc 0%,#006699 100%);
	background: -ms-linear-gradient(top, #3399cc 0%,#006699 100%);
	background: linear-gradient(to bottom, #3399cc 0%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#006699',GradientType=0 );5c', endColorstr='#82961c',GradientType=0 );
}

.greenbtn a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background-color: #99AA20;
	padding: 3px 10px 3px 10px;
	border: 1px solid #4871af;
	border-radius: 7px;
	background: rgb(56,176,224);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(56,176,224,1) 0%, rgba(0,142,193,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,176,224,1)), color-stop(100%,rgba(0,142,193,1)));
	background: -webkit-linear-gradient(top, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	background: -o-linear-gradient(top, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	background: linear-gradient(to bottom, rgba(56,176,224,1) 0%,rgba(0,142,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b0e0', endColorstr='#008ec1',GradientType=0 );
}

.greenbtn a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background-color: #99AA20;
	padding: 3px 10px 3px 10px;
	border: 1px solid #4871af;
	border-radius: 7px;
	background: #006699;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #006699 0%, #3399cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#3399cc));
	background: -webkit-linear-gradient(top, #006699 0%,#3399cc 100%);
	background: -o-linear-gradient(top, #006699 0%,#3399cc 100%);
	background: -ms-linear-gradient(top, #006699 0%,#3399cc 100%);
	background: linear-gradient(to bottom, #006699 0%,#3399cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#3399cc',GradientType=0 );
}

/* small inactive button */
.disabledbtn a, .disabledbtn a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999 !important;
	background-color: #dbdbdb;
	padding: 3px 10px 3px 10px;
	border: 1px solid #aaa;
	border-radius: 7px;
	cursor: default;
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZWI1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #dceb5c 0%, #1e5799 0%, #f2f2f2 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dceb5c), color-stop(0%,#1e5799), color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: linear-gradient(to bottom,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dceb5c', endColorstr='#dbdbdb',GradientType=0 );
}

.disabledbtn a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999 !important;
	background-color: #dbdbdb;
	padding: 3px 10px 3px 10px;
	border: solid 1px #aaa;
	border-radius: 7px;
	cursor: default;
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZWI1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #dceb5c 0%, #1e5799 0%, #f2f2f2 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dceb5c), color-stop(0%,#1e5799), color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: linear-gradient(to bottom,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dceb5c', endColorstr='#dbdbdb',GradientType=0 );
}

.disabledbtn a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999 !important;
	background-color: #dbdbdb;
	padding: 3px 10px 3px 10px;
	border: solid 1px #aaa;
	border-radius: 7px;
	cursor: default;
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZWI1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #dceb5c 0%, #1e5799 0%, #f2f2f2 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dceb5c), color-stop(0%,#1e5799), color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	background: linear-gradient(to bottom,  #dceb5c 0%,#1e5799 0%,#f2f2f2 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dceb5c', endColorstr='#dbdbdb',GradientType=0 );
}

/* FORMS
================================================== */
.reglogfieldhuge {
	width: 100%;
	border: 1px solid #888;
	background-color: #f5f5f5;
	padding: 20px 10px 20px 10px;
	font-size: 20px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
}

.grayfieldtext {
	color: #aaa
}

.idnumberfield {
	width: 200px;
	border: 1px solid #888;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.personalfield {
	width: 95%;
	border: 1px solid #888;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
	color: #000;
	text-align: left;
}

.personalfielddisabled {
	width: 95%;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
	color: #999;
	text-align: left;
}

/* RESOURCE/HELP APP
================================================== */
/* layout */
.si-rs-help-resources-container {
	width: 740px;
	height: 664px;
	min-height: 450px;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-rs-help-resources-header {
	height: 40px;
	color: #999;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background-color: #555;
	margin: 0;
	padding: 0.75em 0 0.75em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-rs-help-resources-start {
	height: 40px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	margin: 100px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-rs-help-resources-menu {
	width: 240px;
	height: 450px;
	min-height: 450px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #f9f9f9;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-rs-help-resources-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.si-rs-help-resources-menu ul li a {
	color: #000;
	text-decoration: none;
	background-color: #e9e9e9;
	padding: 1em;
	display: block;
	border-bottom: 1px solid #fff;
}

.si-rs-help-resources-menu ul li a:visited {
	color: #000;
}

.si-rs-help-resources-menu ul li a.current {
	color: #fff;
	background-color: #009ddb;
}

.si-rs-help-resources-menu ul li:first-child a {
	border-top: 1px solid #fff;
}

.si-rs-help-resources-menu ul li:last-child a {
	border-bottom: none;
}

.si-rs-help-resources-menu-firstlast {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-color: #393939;
	padding: 0.4em 1em 0.4em 1em;
	display: block;
	border-bottom: 1px solid #fff;
}

.si-rs-help-resources-content-container {
	width: 500px;
	min-height: 430px;
	float: right;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-rs-help-resources-content-container h1 {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.si-rs-help-resources-content-container p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 8px;
}

.si-rs-help-resources-content-container span {
	font-weight: 700;
}

.si-rs-help-resources-content-container a:link,
.si-rs-help-resources-content-container a:visited {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.si-rs-help-resources-content-container a:hover,
.si-rs-help-resources-content-container a:active {
	color: #555;
	font-weight: 700;
	text-decoration: underline;
}

.si-rs-help-resources-list {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.si-rs-help-resources-header-mobile,
.si-rs-resources-menu-mobile {
	display: none;
}


/* =============== VEM HAR SPELPROBLEM? =============== */
.si-signs-container {
	width: 740px;
	height: 416px;
	text-align: center;
	background: #fff url('/flash/ATGOmbud_2015/kannetecken/kannetecken_bg.jpg') no-repeat 0 0 / cover;
	position: relative;
	margin: 0 auto 0 auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-headline-container {
	height: 76px;
	text-align: center;
	background: #fff url('/flash/ATGOmbud_2015/kannetecken/bg_stripes_repaty.png') repeat-y 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-headline-container h2 {
	color: rgb(27,52,129);
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-question {
	width: 80%;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 auto 0 auto;
	padding: 30px 0 20px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-answers-container {
	width: 470px;
	margin: 0 auto;
	padding: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-answers-left {
	width: 225px;
	text-align: left;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-answers-right {
	width: 225px;
	text-align: left;
	float: right;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-button-container {
	margin: 30px 0 0 0;
	padding: 0;
}

.si-signs-answers-button {
	margin: 0;
	list-style: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-answers-button li {
	width: 225px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	border: 2px solid #fff;
	margin: 0 0 10px 0;
	padding: 7px;
	position: relative;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-signs-answers-button li:last-child {
	margin: 0;
}

/*.si-signs-answers-button li:hover {
	color:  #000;
	background: rgb(255,226,0);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}*/

.picked {
	color: #000 !important;
	background-color: rgb(255,226,0) !important;
}

a.si-signs-button:link,
a.si-signs-button:visited {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	background-color: #fff;
	margin: 0;
	padding: 5px 70px 5px 70px;
	position: relative;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.65);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.si-signs-button:active {
	top: 2px;

	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
}

/*a.si-signs-button:hover {
	color: #000;
	background-color: rgb(255,226,0);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}*/

#si-signs-page-1 {
	display: block;
}

#si-signs-page-2 {
	display: none;
}

.si-signs-feedback {
	width: 80%;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 0 auto 0 auto;
	padding: 120px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ACCEPTERA COOKIE
============================================================ */
.si-cookiewrapper {
    width: 100%;
    text-shadow: 0 1px #fff;
    background: #f7f7f7;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px;
    position: relative;
    top: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .si-cookiewrapper .si-cookieinner {
        width: 100%;
        max-width: 740px;
        margin: 0 auto;
        background-color: transparent;
    }

    .si-cookiewrapper p {
        width: 70%;
        color: #333 !important;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        margin: 0;
        padding: 0 15px 0 0;
        float: left;
    }

.si-cookiebutton {
    margin: 15px 0 0 0;
    text-align: center;
    float: right;
}

#si-cookieclose {
    width: 11%;
    min-width: 100px;
    color: #333;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
    border-bottom: 1px solid #7a7a7a;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* MISC
================================================== */
.regctrltable {
	width: 440px;
}

.reglog-footer {
	text-align: center;
}

.reglogSignInLabels {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 5px;
    letter-spacing: .05em;
}

/* MEDIA QUERIES
============================================================ */
@media (max-width: 480px) {

	html, body {
		background-color: #ffffff;
		font-size: 1em !important;
	}

	#top {
		max-width: 100%;
		height: 50px;
		margin-bottom: 20px;
	}

	.topbar {
		padding: 1em;
		width: auto;
		max-width: 100%;
	}

	.logo {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.logobar {
		max-width: 100%;
		position: relative;
	}

	.menu {
		float: none;
		color: black;
		text-align: center;
		position: absolute;
		margin-top: 55px;
		clear: both;
		width: 100%;
		max-width: 100%;
		background-color: #fcfeee;
		font-size: 16px !important;
	}

	.nav a:link {
		color: black !important;
	}

	.nav a:visited {
		color: black !important;
	}

	#containerbox {
		width: 100%;
		max-width: 100%;
	}

	#reglogbox {
		top: 0px;
		width: 100%;
		max-width: 100%;
	}

	.reglogtop {
		box-shadow: none !important;
		width: 100% !important;
		max-width: 100%;
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
	}

	.reglogmiddle {
		box-shadow: none;
	}

	.footer {
		color: #000 !important;
		width: auto;
		max-width: 100%;
		margin: 0 !important;
		text-align: center;
		font-size: 1em !important;
		padding: 0.5em 1em 1em 1em;
	}

	#footer {
		width: auto;
		max-width: 100%;
		margin: 0 !important;
		text-align: center;
		font-size: 1em !important;
		padding: 0.5em 1em 1em 1em;
	}

	.footer a {
		color: #000 !important;
		font-size: 1em !important;
	}

	.reglogfieldhuge {
		width: 100%;
		max-width: 100%;
		padding: 20px 0px 20px 0px;
		font-size: 15px !important;
	}

	.reglogfieldbig {
		width: 100%;
		max-width: 100%;
	}

	#regPnl {
		padding-bottom: 10px;
	}

	.regctrltable {
		width: 100%;
		max-width: 100%;
	}

	.contentbg {
		background-color: #fff;
	}

	#wrap {
		width: 100%;
	}

	#lefthelp {
		width: 90% !important;
		max-width: 100%;
		float: none !important;
	}

	.helpheader {
		margin: 1em 0 0 0 !important;
	}

	.leftcolmain {
		max-width: 90%;
		padding: 0 !important;
	}

	#middlehelp {
		width: 90% !important;
		max-width: 100% !important;
		padding: 0 1em 0 1em !important;
		float: none !important;
	}

	.support {
		width: 90%;
		padding: 5% 5% 5% 5%;
	}

	.preferences {
		width: auto;
		max-width: 100%;
		margin: 1em;
	}

	.settingsfield {
		width: 96%;
	}

	.mysettings {
		width: 100%;
	}

	.mysettingsleft {
		width: 25%;
		background-color: transparent;
		padding: 5px 5px 5px 0;
	}

	.mysettingsright {
		width: 75%;
		background-color: transparent;
		padding: 5px 0 5px 0;
	}

	#mainContent_changePassword1_ChangePassword1 {
		width: 100%;
		max-width: 100% !important;
	}

	.startpagesubmitbtn {
		margin-bottom: 0.5em;
		font-size: 12px;
	}

	.reglogSignInLabels {
		font-size: 11px;
	}

	/* device button override */
		input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"] {
   		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		border-radius: 0;
	}

	/** Start page **/
	#content {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}

	.timeline {
		width: 100%;
	}

	.timelinemiddle {
		width: 50%;
	}

	.certheader {
		overflow: hidden;
		height: 100%;
	}

	.certheadertext {
		max-width: 60%;
	}

	.certheaderoverlay {
		max-width: 30%;
	}

	h2 {
		font-size: 1.7em !important;
	}

	.editpreferencescontent {
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 0.5em;
	}

	.adminmenuholder {
		width: auto;
		max-width: 100%;
		float: none;
		margin: 0;
		padding: 0.5em;
	}

	.adminiframeholder {
		margin: 0;
		width: auto;
		max-width: 100%;
		float: none;
		padding: 0.5em;
	}

	.adminiframe {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: auto;
	}

	.si-cookiewrapper .si-cookieinner {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
		background-color: transparent;
	}

	.si-cookiewrapper p {
		width: 100%;
		margin: 0;
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
		float: none;
	}

	.si-cookiebutton {
		margin: 0;
		float: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* device button override */
	input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
	}
}
