@font-face {
	font-family: digits;
	src: url('digits.ttf');
}

body{
	background: -webkit-gradient(linear,right top, left bottom, from(#549ca9), to(#9ad8e3));
	background: -moz-linear-gradient(top right,#549ca9,#9ad8e3);
	background: url('../bandyms.jpg') no-repeat;
	background-size: cover;
	overflow:hidden;
}
#mokymas{
	margin-top: 179px;
	margin-left: 48px;
	font-variant:small-caps;
	font-size:24px;
	font-family: verdana;
}

#atsakyti{
	font-size: 20px;
    padding-left: 8px;
    font-family: digits;
}

#kl_nr{
	font-size: 20px;
    font-family: digits;	
}


#mokymas span{
	width:30px;
	height:30px;
	border-radius:360px;
	color:black;
	display:block;
	float:left;
	margin-left:5px;
	box-shadow: 7px 7px 10px #2F4F4F;
}

#automoto{
	position: absolute;
	bottom:20px;
	left: 0px;
	margin:0px auto;
	width:	960px;
	height: 130px;
	background-color: #b9babd;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #585605;
	border-bottom: 1px solid #585605;
}
#foo{
	margin-left:45px;
}

#foo img {
	border-radius:10px;
	border: 1px solid #A4A499;
	background-color: #CCC;
	padding: 9px;
	margin: 7px;
	width:182px;
	height:100px;
	float: left;
}

#testarea{
	position: relative;

	background-color: #D7D6C8;
	width:	960px;
	height: 720px;
	/*border: 2px solid #4E8959;*/
	border-radius:10px;
	margin: auto;
	border-top-left-radius: 50px;
	border-bottom: 1px solid #1e1d1c;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
}

.testarea{
	background-image: url('bg12.png');
}


#timerWrap{
	background: #F1EE79;
	width: 960px;
	height: 105px;
	position: absolute;
	border-top-left-radius:90px;
	border-bottom: 1px solid #243e26;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
}

#klausimas{
	position:relative;
}

.clear{
	clear:both;
}

#container{
	border: 1px solid #0B3422;
	/* background: url('bg12.png'); */
	position: relative;
	border-radius:5px;
	margin: auto;
	margin-top:15px;
	width: 960px;
	height: 736px;
	background: #828990;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;	
}

#logo{
	text-align:left;
	padding: 0;
	margin: 0;
	height: 265px;
}


#checkin{
	position: relative;
	height:505px;
	font-family:Verdana;
	/* text-align:center; */
	background: #F1EE79;
	/* border-bottom: 1px solid white; */
}

#checkinWrapper{
	padding:5px;
	line-height: 20px;
	background: #b8b8bb;
	color: #232323;
	margin: 0 auto;
	border-top: 1px solid #585605;
	border-bottom: 1px solid #585605;
}

#checkinWrapper button{
	width: 241px;
	margin-left: 345px;
	font-size: 25px;
	color: white;
	/* margin:10px; */
	background-color: #d62827;
	border: 1px solid white;
	font-variant: small-caps;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	border-radius:5px;
	cursor:pointer;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
}

#checkinWrapper button:hover{
	background-color:#F1EE79;
	color:#585605;
	border:1px solid white;
}

#kl{
	font-family: Verdana;
	font-weight: bold;
	height: 48px;
	background: #F1EE79;
	/*margin:0px 20px;

	border: 1px solid #18422E;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;*/
	margin-top: 55px;
	padding: 25px 20px 10px 20px;
	border-top: 1px solid #243e26;
	border-bottom: 1px solid #243e26;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
	overflow: hidden;
}

#img{
	margin:20px 5px 20px 20px;
	height: 265px;
	text-align:right;	
	padding: 5px;
}

#img img, #img video{
	height: 330px;
	max-width: 455px;
	margin:5px;
	border: 1px solid #243E26;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
}

#atsak{
	height: 207px;
	padding:8px;
	display: inline-block;
	margin-top: 8px;
	color: black;
}

#err{
	position:relative;
	background-color: red;
	color:white;
	border:1px solid white;
	margin: auto;
	padding: 5px;
	font-family: Arial;
	font-size: 10px;
	width: 250px;
	
	z-index:9999;
}

#infowindow{
	padding: 50px;
	font-family: Verdana;
}

#infowindow ul{
	color: silver;
	border: 1px solid black;
	border-radius: 10px;
	background-color: #D7D7C8;
	/*background: #4F994F;*/
}

#infowindow li{
	color: black;
	margin: 10px;
	font-size: 20px;
	width:780px;
}

#taisykles{
	font-size:12px;
	margin: 5px 0px;
	
}

#taisykles li{
	font-size:16px;
	margin: 20px 0px;

}

#infowindow #start{
    width: 339px;
    margin-left: 199px;
    font-size: 20px;
    color: white;
    background-color: #d62827;
    border: 1px solid white;
    font-variant: small-caps;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 4px #3F4B3F;
    -moz-box-shadow: 3px 3px 4px #3F4B3F;
    /* width: 200px; */
    height: 50px;
    font-size: 20px;
    margin-left: 30%;

}

#infowindow #start:hover{
	background-color:#828990;
}
#infowindow #start:active{
	color:#223223;
}

#testarea h1{
	margin-left: 50px;
	color: olive;
	font-family: Georgia;
}



#timer{
	position:absolute;
	left: -116px;
	top: -40px;
	font-family: Helvetica;
	height: 333px;
	width: 392px;
	background: url('../virsus.png') no-repeat 48% 44%;
	font-family: Helvetica;
	padding: 3px;
	text-align: center;
	color: black;
	z-index:1;
}

#timer #clock{
	font-family: digits;
    font-size: 50px;
    text-align: right;
    padding-right: 20px;
    margin: 84px -168px 15px 15px;
    color: black;
}


#timer #BaigtiT{
	/*float: left;*/
	font-family: Verdana;
	margin-top: 84px;
	margin-left: 421px;
	width: 102px;
	font-size: 30px;
	/* text-align: right; */
	cursor:pointer;
	font-size: 20px;
	color: white;
	background-color: #d62827;
	border: 1px solid white;
	font-variant: small-caps;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
}

#BaigtiT:hover{
	color: red;
	text-decoration:underline;
}

#timer .questionBtn{
	font-family: Verdana;
	margin-top: 65px;
	margin-left: 370px;
	width: 170px;
	font-size: 30px;
	cursor:pointer;
	font-size: 20px;
	color: white;
	background-color: #22c926;
	border: 1px solid white;
	font-variant: small-caps;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	border-radius: 5px;
	padding: 13px;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 4px #3F4B3F;
	-moz-box-shadow: 3px 3px 4px #3F4B3F;
}

.questionBtn:hover{
	color: red;
	text-decoration:underline;
}






#timer #TitleEgz{
	/*float: left;*/
	text-align: right;
	margin-top: 20px;
	margin-right:20px;
}

#timer #kl_nr{
	font-family: Verdana;
	padding-right: 20px;
	text-align: right;
	/*float: right;*/
}

#control{
	height:25px;
	text-align:center;
}

.control_list{
	list-style: none;
	margin: 0px auto;
	padding: 0px 0px 0px 3px;
	display: inline-block;
	margin-top: -18px;
}

.control_list2{
	position: relative;
    display: inline-block;
    text-align: center;
    width: 960px;
    height: 25px;
    margin-top: 21px;
}

.control_list2 a{
	
	color:#73C97B;
	/*background: #243E26;*/
	/*width: 100px;*/
	/*text-decoration: none;*/
	margin: 5px;
	text-align: center;
	
}

.control_list2 a#back:hover, .control_list2 a#next:hover{
	background-color: #585605;
	color:#FFF;
}

.control_list2 a#back:active, .control_list2 a#next:active{
	background-color: #A4A499;
}

.control_list2 a#back{
    font-family: Verdana;
    display: block;
    background-image: url('../forward.png');
    background-repeat: no-repeat;
    background-position-x: 100px;
    background-position-y: 19px;
    background-color: #F1EE79;
    height: 41px;
    width: 96px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 5px;
    float: right;
    font-weight: bold;
    color: #0b3422;
    /* border: 1px outset #0b3422; */
    cursor: pointer;
    font-size: 13px;
    margin-right: 0px;
    text-transform: uppercase;
    margin-top: 14px;
    padding: 11px 10px 2px 14px;
    text-decoration: none;
    text-align: left;
    border-left: 1px solid #1e1d1c;
    border-top: 1px solid #1e1d1c;
}

.control_list2 a#back:after{
	content: "Kitas klausimas";	
}

.control_list2 a#next{
    font-family: Verdana;
    display: block;
    height: 39px;
    width: 108px;
    background-image: url('../backas.png');
    background-repeat: no-repeat;
    background-color: #F1EE79;
    background-position-y: 19px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 5px;
    float: left;
    font-weight: bold;
    color: black;
    /* border: 1px outset #0b3422; */
    cursor: pointer;
    font-size: 13px;
    margin-left: 0px;
    text-transform: uppercase;
    margin-top: 13px;
    padding: 13px 0px 3px 13px;
    text-decoration: none;
    border-right: 1px solid #1e1d1c;
    border-top: 1px solid #1e1d1c;
}

.control_list2 a#next:after{
	content: "Ankstesnis klausimas";	
}

.control_list2 a#baigti{
	position:absolute;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	width: 200px;
	height: 15px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	color: #F0F2ED;
	background: #c03000;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 8px;
	top: -28px;
	left: 38%;
	border: 2px solid #F0F2ED;
}

/*
.control_list2 a#next:hover{
background-image: url('../atgal_h.png');
}
.control_list2 a#back:hover{
background-image: url('../pirmyn_h.png');
}
*/

.control_list2 a#baigti:hover{
	background: #34BE40;
	color:#FFF;
}


#control a.item{
    display: block;
    font-family: digits;
    float: left;
    position: relative;
    padding-top: 7px;
    padding-bottom: 11px;
    height: 19px;
    width: 30px;
    text-decoration: none;
    text-align: center;
    color: #1e1d1c;
    margin-right: 3px;
    border-top: none;
    font-size: 20px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1e1d1c;
    background: #A4A499;
}

#control a.item:hover{
	color: #0B3422;
	border: 1px solid #C03000;
	background-color:#FFD200;
}

#control a.atsakytas{
	border: 1px solid #0B3422;
	color: #E1F1E4;	
	background:#5d5c5c;
}

#control a.goodAts{
	color: #0B3422;	
	background: url('../correct_bg.gif');
	background-size: 100%;
}

#control a.badAts{
	color: #E1F1E4;	
	background: url('../wrong_bg.gif');
	background-size: 100%;
}

#control a.currentView{
	border: 1px solid #0B3422;
	border-bottom: 10px solid #0B3422;
}

#control a.current{
	color: #e8eae9;
	border: 1px solid #C03000;
	background-color: #b92026;
	/*border-bottom: 5px solid #C03000;*/
	/*background: url(greenL.gif) no-repeat left bottom;*/
}


#control a.current:after{
	content: "";
	background: url('downarrow.png') no-repeat;
	background-size: 110%;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 15px;
	margin-left: 5px;
}

#ctrl{
	width:20px;
	height:20px;
	float:left;
	display: block;
	background-image: url('../ctrl.png');
	background-size: 100% 100%;
	margin:2px;
	border:1px white;
	cursor: pointer;
}

#colorPick{
	position:fixed;
	top:100px;
	left:50px;
	text-align:center;
	width:150px;
	color:white;
	background:black;
	outline:1px solid white;
}

#colorPick #title{
	background:-webkit-gradient(linear, 0 0, 0 5, from(#000), to(#FFF));
	color:black;
}

#ats_zone{
	width:600px;
	height:400px;
	background: #CCC;
	border:3px solid #DDD;
}
#egzStatus{
	/*display:none;*/
}

#vardas, #pavarde, #kategorija,#egzStatus,#egzStatus2, #egzKiekis{
	color: black;
	font-variant: small-caps;
	float:right;
	font-size: 25px;
	font-weight:bold;
}

.inputas{
	color: black;
	/*text-transform:uppercase;*/
	font-size: 19px;
	/* font-weight:bold; */
	padding: 5px;
	width:500px;
	margin-bottom: 5px;
}

.labelis {
	display: inline-block;
	width:200px;
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}

#arrow {
     position: absolute;
    background: url(arrow12.png) left top no-repeat;
    background-size: 35%;
    width: 80px;
    height: 165px;
    top: 130px;
    left: 190px;
    -webkit-transform-origin: 13.8px 35.5px;
    z-index: 9699;
    overflow: auto;
}

#rezIdentity{
	position:relative;
	left: 180px;
	height: 15px;
	top: -720px;
	width: 450px;
}

.hasDatepicker{
    background-image:url(./images/calendar-small.gif);
    background-repeat:no-repeat;
    background-position:100% 50%;
}

#wrp{
	/*background: url('bq.jpg');*/
    overflow: hidden;
    position: relative;
    /* width: 600px; */
    height: 590px;
    margin: 0px auto;
    padding-top: 130px;
}

#allLights {
	position: absolute;
    left: 20%;
    width: 70px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #111;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #808080), color-stop(1.00, #000000));
    box-shadow: 7px 7px 10px #2F4F4F;
}
.lights   { 
	margin:10px;
	width:50px;
	height:50px;
	background-color:#000;
	border-radius: 150px;
	background-position: center center;
	}

.shadow{
	box-shadow: 10px 10px 25px #CCC;
	-moz-box-shadow: 5px 5px 25px #CCC;
	-webkit-box-shadow: 5px 5px 25px #CCC;
}

.red{
	background-color: red;
	box-shadow: 0px 0px 60px #FF4500;
}

.yellow{
	background-color: yellow;
	box-shadow: 0px 0px 60px #FFD700;
}

.green{
	background-color: chartreuse;
	box-shadow: 0px 0px 60px #32CD32;
}

.generationText{
	position: absolute;
    left: 40%;
    top: 270px;
    font-family: verdana, serif;
    font-size: 25px;
	
}

#pavadinimas{
	font-size:32px;
	width: 245px;
	position:absolute;
	top: 40px;
	right: 30px;
	font-family: verdana;
	font-variant:small-caps;
}


#pavadinimas span {
	text-align: center;
	width:40px;
	height:40px;
	border-radius:360px;
	color:black;
	display:block;
	float:right;
	margin-left:10px;
	box-shadow: 7px 7px 10px #2F4F4F;
}


.redFont{
	background-color:red;
	box-shadow: 0px 0px 60px #FF4500;
}

.greenFont{
	background-color:green;
	box-shadow: 0px 0px 60px #32CD32;
}
.yellowFont{
	background-color:yellow;
	box-shadow: 0px 0px 60px #FFD700;
}

.key{
	width:30px;
	height:30px;
	border-radius:10px;
	background-color:#CCC;
	padding:3px;
	border:1px solid grey;
	font-weight:bold;
}


/*
p > input
{
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}
*/



p > input
{
	padding: 0;
    margin: 0;
    width: 50px;
    height: 30px;
	transform: scale(1.5);
}


#atsak p{
	height: 60px;
	width: 950px;
	margin: 0;
	padding: 0;
	position: relative;
}

#atsak p > label{
	height: 50px;
	margin-left: 15px;
	vertical-align: top;
	line-height: 20px;
	position: absolute;
	font-family: verdana;
}
}
