.TopLogo {
    background: url('./topplogo.jpg') no-repeat 0 0;
    background-color:Transparent;
}

.TopBanner {
    height: 44px;
    position: unset !important;
    z-index: 1;
    width: 449px !important;
    transition: 0.3s;
}

@media only screen and (max-width: 815px) {
	.navbar-nav {
		flex-direction: row !important;
	}
	.TopBanner {
		width: 320px !important;
	}
}

.navbar {
    border-bottom: 3px solid #ff6002;
    color: #912323;
    background-color: #FFFFFF;
    padding: 0 0 !important;
}

/*Light-color er brukt p� bakgrunnen til knapper og ting som skal trykkes p�*/
/*Dark-color er brukt til tekst eller ikoner som ligger opp� light-color*/
/*Light-color og dark-color bytter plass n�r man hovrer over noe.*/
/*Very-dark-color er brukt til illustrere at noe er valgt. Feks n�r brukeren velger skin*/
:root {
	--light-color: #e8e8e8;
	--dark-color: #787878;
	--very-dark-color: #545454;
	--navbar-line-color: #FBBB4F;
}

.cardTitle {
    font-size: 16px;
    font-weight: bold;
	color:#223A76;
}

.table40101{
width:95% !important;
}
.ButtonSaveToDisk, .ButtonSendToTeacher{
display:none !important;
}
.cke_1 .cke_top {
    background-image: -webkit-linear-gradient(top, rgb(234, 244, 249), rgb(51, 153, 204));
    border-bottom-color: rgb(45, 137, 183);
}
.OuterTable30000_2 {
    background: url('30000.jpg') no-repeat;
    height : 550px;
    width : 775px;
}
.OuterTable30001_2 {
    background: url('30001.jpg') no-repeat;
    height : 550px;
    width : 775px;
}

.OuterTable30005_2 {
    background: url('30005.jpg') no-repeat;
    height : 550px;
    width : 775px;
}
.OuterTable30004_2 {
    background: url('30001.jpg') no-repeat;
    height : 520px;
    width : 775px;
}
/* Marg p� kulepunkter*/

ul {
    margin: 1px 1px 1px -20px;
}

.SelectButton {background:url('./select_button_square.png') no-repeat 0 0;cursor : pointer;height : 21px;width : 21px; vertical-align : middle;}
.SelectButtonDisabled {background: url('./select_button_disabled.png') no-repeat 0 0;height : 21px;width : 21px}
.SelectButtonSquare {background: url('./select_button_square.png') no-repeat 0 0;cursor : pointer;height : 20px;width : 20px}
.SelectButtonSquareDisabled {background: url('./select_button_square_disabled.png') no-repeat 0 0;height : 20px;width : 20px}
.CorrectSymbol {background: url('./correct_symbol.png') no-repeat 0 0;cursor : pointer;height : 21px;width : 21px;}
.CorrectSymbolSquare {background: url('./correct_symbol.png') no-repeat 0 0;cursor : pointer;height : 20px;width : 20px;}
.WrongSymbol {background: url('./wrong_symbol.png') no-repeat 0 0;cursor : pointer;height : 21px;width : 21px}
.WrongSymbolSquare {background: url('./wrong_symbol.png') no-repeat 0 0;cursor : pointer;height : 20px;width : 20px}
.SUOn {background: url('./su_on.png') no-repeat 0 0;cursor : pointer;height : 21px;width : 21px}
.SUOnDisabled {background: url('./su_on_disabled.png') no-repeat 0 0;height : 21px;width : 21px}
.SUOnSquare {background: url('./su_on_square.png') no-repeat 0 0;cursor : pointer;height : 21px;width : 21px}
.SUOnSquareDisabled {background: url('./su_on_square_disabled.png') no-repeat 0 0;height : 21px;width : 21px;}
.SUOnSquareCorrect {background: url('./correct_symbol.png') no-repeat 0 0;height : 21px; width : 21px;}
.WrongAnswerSmall {background: url('./wrong_answer_small.png') no-repeat 0 0;height :21px; width:21px;}

.Visible30001_L_2 {
    width: 744px;
    height: 480px;
    left: 25px;
    top: 10px;
}

.Visible30007_L_2 {
    width: 720px;
    height: 485px;
    left: 2px;
    top: 0px;
    display: block;
    margin-left: 15px;
    overflow: auto;
}

.Visible30007_R_2 {
	width: 0px;
	height: 471px;
	background-color:red;
	left: 450px;
	top: 0px;
	overflow: auto;
	display: block;
}

.NavigationTest {
	font-family: arial, sans-serif;
	font-size: 14pt;
	cursor: pointer;
	width: 90px;
	height: 40px;
	visibility: visible;
	display: block;
}

.Navigate30004_2 {
	display: block;
	position: absolute;
	left: 390px;
	top: 425px;
	width: 350px;
}

.CaptionPoll {
    position: absolute;
    left: 330px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 600;
    color: darkred;
    height: 34px;
}
.StartRandomTest {
    background: url(./start_testen.jpg) no-repeat 0 0;
    cursor: pointer;
    width: 163px;
    height: 50px;
    vertical-align: middle;
    visibility: visible;
    position: absolute;
    left: 67px;
}