/*
 * Site : http:www.smarttutorials.net
 * Author :muni
 *
 */
html {margin: 0; height: 100%;
background: rgb(15,66,121); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(15,66,121,1) 0%, rgba(20,105,170,1) 50%, rgba(16,94,158,1) 51%, rgba(34,148,230,1) 92%, rgba(34,148,230,1) 92%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(15,66,121,1)), color-stop(50%,rgba(20,105,170,1)), color-stop(51%,rgba(16,94,158,1)), color-stop(92%,rgba(34,148,230,1)), color-stop(92%,rgba(34,148,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(15,66,121,1) 0%,rgba(20,105,170,1) 50%,rgba(16,94,158,1) 51%,rgba(34,148,230,1) 92%,rgba(34,148,230,1) 92%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(15,66,121,1) 0%,rgba(20,105,170,1) 50%,rgba(16,94,158,1) 51%,rgba(34,148,230,1) 92%,rgba(34,148,230,1) 92%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(15,66,121,1) 0%,rgba(20,105,170,1) 50%,rgba(16,94,158,1) 51%,rgba(34,148,230,1) 92%,rgba(34,148,230,1) 92%); /* IE10+ */
background: linear-gradient(135deg,  rgba(15,66,121,1) 0%,rgba(20,105,170,1) 50%,rgba(16,94,158,1) 51%,rgba(34,148,230,1) 92%,rgba(34,148,230,1) 92%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4279', endColorstr='#2294e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body {font-family: 'Roboto Condensed', sans-serif; margin: 0; font-weight: 100; }
header {}
a{text-decoration: none;color: #fff;}
header p{}
footer{
	background: #339966;
	height: 100px;
	color:#fff;
	bottom: 0;
	position: absolute;
	width: 100%;
}
footer p{padding-top:50px;}
.image{
	padding-top:10%;
	height: 453px;
}
.intro{
	margin:80px 0 0 80px;
  color: white;
}
.intro_index{
  padding:30px 60px;
}
.intro_results{
  padding:30px 60px;
}

.result-logo{margin-left: 42%;margin-top:1.6%;}
.result-logo1{margin-left: 55%;}
.result-container{margin-left: 40%;margin-top:1%; color:#684B68;}
.logout{padding-top:100px;}
.answer{color:green;font-weight: 800; font-size: larger; }
.result{height: 452px;}

/* My css */
.wrapper {
background: #efefef url("../image/bottom.png") no-repeat right bottom; width: 70%; margin: auto; padding: 50px;
-webkit-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.85);
box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.85);
}
.wrapper_index {
background: #efefef url("../image/bottom.png") no-repeat right bottom; width: 75%; margin: auto;
-webkit-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.85);
box-shadow: 0px 0px 33px -2px rgba(0,0,0,0.85);
}
.wrong_box {position: relative; margin-top: -90px;}
.wrong_box p {margin: 0;}
.wrong_header {background: orangered; margin: 0; padding: 11px 26px; color: white; font-size: 120%; font-weight: 100;}
.correct_answr {background: white; font-weight: bold; padding: 0 0 20px 26px; margin-bottom: 40px;}

.iks {float: left; width: 25%; background: white; height: auto;}

.status_bar {background: white; padding: 10px; margin-bottom: 30px; height: 20px;}
.container {margin-top: 30px;}
.pagi {float: left; display: inline-block;}
.score {float: right;}
.score span {
  background: none repeat scroll 0 0 yellowgreen;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  padding: 3px 9px 3px 7px;
}
.minimum {float: right; display: inline-block;}
.gumbi {margin: 40px 0;}
img.slika {
  border: 1px solid black;
  float: right;
  height: 180px;
  width: 180px;
}
.left_side {width: 70%; float: left; height: 295px;}
.right_side {width: 30%; float: right;}
.clear {clear: both;}
.header {
  background: url(../image/header.jpg) no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  height: 120px;
  margin: -50px;
  margin-bottom: 30px;
}


hr {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #aaaaaa;
}
h1 {
  font-size: 30px;
  margin-bottom: 40px;
}
p {
  margin-bottom: 20px;
}
.btn {
  font-family: "Roboto Condensed",sans-serif;
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: 800;
  padding: 10px 100px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  cursor: pointer;
  margin-left: 1px;
}
.btn:hover {
  background: #357ebd;
}
.btn2 {
  font-family: "Roboto Condensed",sans-serif;
  background: #d5d5d5;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-left:10px;
}
.btn2:hover {
  background: #357ebd;
}
.btn3 {
  font-family: "Roboto Condensed",sans-serif;
  background: #9acd32;
  border: #9acd32 solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: 800;
  padding: 10px 100px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  cursor: pointer;
  margin-left: 1px;
}
.btn3:hover {
  background: #607d00;
  border: #607d00 solid 1px;
}
.ok {
  margin-top: 40px;
  font-family: "Roboto Condensed",sans-serif;
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: 100;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ok:hover {
  background: #357ebd;
}
.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 360px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none;
}
label {cursor:pointer; font-weight: normal;}
label:hover {}
.questions {font-weight: bold; font-size: 17px; margin: 0; height: 80px;}

/* Large checkboxes */
input[rel="friend"]{
    height:22px;
    width: 22px;
    margin-top: 0;
    position: absolute;
}

label span {
  margin: 4px 0 0 35px;
  font-size: 16px;
  width: 43%;
}
.top {width: 73%; color: white; margin: auto; height: 30px;}
.homepage {float: left; width: 200px;}
.testovi {float: right; width: 220px; text-align: right;}
.credits {
  color: darkgray;
}




.inputs {
    outline: none;
    float: left;
    display: block;
    width: 270px;
    padding: 4px 8px;
    border: 1px solid #DBDBDB;
    color: #3F3F3F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background 0.2s linear, box-shadow 0.6s linear;
    -moz-transition: background 0.2s linear, box-shadow 0.6s linear;
    -o-transition: background 0.2s linear, box-shadow 0.6s linear;
    transition: background 0.2s linear, box-shadow 0.6s linear;
}

.inputs:focus {
    background: #F7F7F7;
    border: solid 1px #969696;
    -webkit-box-shadow: 2px 2px 7px #E8E8E8 inset;
    -moz-box-shadow: 2px 2px 7px #E8E8E8 inset;
    box-shadow: 2px 2px 7px #E8E8E8 inset;
}


.test_button {
  -moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  -webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
  background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
  background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
  background-color:#637aad;
  border:1px solid #314179;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:arial;
  font-size:13px;
  font-weight:bold;
  padding:6px 12px;
  text-decoration:none;
  width: 28px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 6px;
}
.test_button:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
  background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
  background-color:#5972a7;
}
.test_button:active {
  position:relative;
  top:2px;
}
.congra {text-align: center;font-weight: bold;}
.sorry {text-align: center;font-weight: bold;}
.skor {text-align: center;font-weight: bold;}
.fb-like {float: left; margin-top: 6px;}
.autoskola {float: right; width: 460px; font-size: 80%;}
.selected_{border: 3px solid red;}
.help-block {color: red; font-weight: bold; padding-left: 15px; font-size: 19px;}
.index {display: inline-block;}
strong {font-weight: 800;}
#totalusers {height: auto;}
small {font-weight: 100!important; padding-left: 15px;}
.topHome {
  padding-top: 30px;
  color: white;
  height: 30px;
  margin: auto;
  width: 73%;
}