body {
	background-image: url("../images/background_panel_wide.png");
}

@font-face {
	font-family: "BCArabicBold";
	src: url("../fonts/British Council Arabic - Bold.ttf") format("truetype");
}

.w3-theme-l5 {
	color: #000 !important;
	background-color: #f8fdfc !important
}

.w3-theme-l4 {
	color: #000 !important;
	background-color: #e9f8f5 !important
}

.w3-theme-l3 {
	color: #000 !important;
	background-color: #d3f2ec !important
}

.w3-theme-l2 {
	color: #000 !important;
	background-color: #bdebe2 !important
}

.w3-theme-l1 {
	color: #000 !important;
	background-color: #a8e4d8 !important
}

.w3-theme-d1 {
	color: #000 !important;
	background-color: #76d5c2 !important
}

.w3-theme-d2 {
	color: #000 !important;
	background-color: #5accb5 !important
}

.w3-theme-d3 {
	color: #fff !important;
	background-color: #3dc4a9 !important
}

.w3-theme-d4 {
	color: #fff !important;
	background-color: #34a991 !important
}

.w3-theme-d5 {
	color: #fff !important;
	background-color: #2b8c79 !important
}

.w3-theme-light {
	color: #000 !important;
	background-color: #f8fdfc !important
}

.w3-theme-dark {
	color: #fff !important;
	background-color: #2b8c79 !important
}

.w3-theme-action {
	color: #fff !important;
	background-color: #2b8c79 !important
}

.w3-theme {
	color: #000 !important;
	background-color: #91ddce !important
}

.w3-text-theme {
	color: #91ddce !important
}

.w3-border-theme {
	border-color: #91ddce !important
}

.w3-hover-theme:hover {
	color: #000 !important;
	background-color: #91ddce !important
}

.w3-hover-text-theme:hover {
	color: #91ddce !important
}

.w3-hover-border-theme:hover {
	border-color: #91ddce !important
}

.w3-hover-text-darktheme:hover {
	color: #1b1fa4 !important
}

.w3-text-darktheme {
	color: #1b1fa4 !important
}

.panel_center {
	height: calc(100vh);
	overflow-y: visible;
	border: 0px solid red;
}

#container {
	margin-top: 30px;
	color: #1B1FA4;
	border: 0px solid #1B1FA4;
	overflow-y: auto;
	background-color: white;
	padding-bottom: 100px;
}


h4 {
	font-size: 1.2em;
}

em {
	font-weight: bold;
}

.widgetLabel {
	padding: 0px 10px 0px 5px;
}

.titlefont {
	font-family: "BCArabicBold", Verdana, Tahoma;
}

.logo {
	padding: 20px 0px 30px 0px;
}

.surveyQuestion {
	margin-bottom: 0px;
}

.survey-warning {
	color: #ff0000 !important;
	font-weight: bold;
}

.navBar {
	background-color: #1B1FA4;
	color: #ffffff;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #1B1FA4;
	color: #1B1FA4;
}

tr {
	text-align: left;
	color: #1B1FA4;
}


div#title {
	font-size: 3em;
	font-family: "BCArabicBold", Verdana, Tahoma;
	color: #1B1FA4;
	line-height: 1em;
	padding-top: 20px;
}

div#timer {
	font-family: "BCArabicBold", Verdana, Tahoma;
	color: #1B1FA4;
}

div#progress {
	color: #91DDCE;
}

#timer {
	font-size: 1em;
	padding-right: 0.2em;
}

#myProgress {
	width: 100%;
	height: 20px;
	background-color: #E6E6E6;
	margin-top: 30px;
	margin-bottom: 30px;
}

#myBar {
	width: 0%;
	height: 20px;
	background-color: #91DDCE;
}

.home_button,
.next_button,
.finish_quiz,
.continue_quiz,
.start_quiz {
	background-color: #91DDCE;
	color: #1B1FA4;
}

.prompt {
	background-color: #FFF;
	font-family: Arial, Verdana, Tahoma;
	color: #1B1FA4;
	font-weight: bold;
}


mark,
.mark {
	background: #FFF;
	color: #1B1FA4;
	text-decoration: underline;
	font-weight: bold;
}

.grades {
	background: #E6E6E6;
}

.mail_link {
	color: #1B1FA4;
}




h4.stage {
	background-color: #FFF;
	font-family: "BCArabicBold", Verdana, Tahoma;
	font-size: 1.1em;
	color: #1B1FA4;
}

#myanswer {
	color: #1B1FA4;
}

#question_box {
	border: 0px solid #1B1FA4;
}

#hint {
	color: #1B1FA4;
}









#question_box {
	margin: 0;
	padding: 0;
	position: relative;
	height: 3em;
	border: 0px solid orange;
	padding-left: 1em;
	margin-top: 0em;
	margin-bottom: 1.1em;
}

#item_underline,
#myanswer {
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent;
	font-family: monospace;
	font-size: 35px;
	font-size: 2em;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: 0.2em;
}

#item_underline {
	color: grey;
	outline: none;
	border: 0px solid red;
}

#myanswer {
	left: 1.20em;
	line-height: 1em;
	height: 2em;
	border: 0px solid blue;
	width: 90%;
}


.under {
	color: Blue;
	border: 0px solid red;
	padding-bottom: 5spx;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input::-ms-clear {
	display: none;
}