body{
	color:#868686;
}
.mt-50{
	margin-top:50px;
}
.mt-20{
	margin-top:20px;
}
.p5{
	padding:5px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.ptl20{
	padding-top:20px;
	padding-left:20px;
}
.ptb10{
	padding:10px 0;
}

.pad010{
	padding:0 5px;
}
.ptb-5{
	padding:5px 0;
}
.ml-20{
	margin-left:20px;
}
.pocetninaslov{
    background-color: #cceaeb;
    border-radius: 10px;
    padding:0px;
    border: 2px solid #b5b5b5;
}

.pocetninaslov h1{
	background-color: #cceaeb;
    color: #54667a;
    padding: 20px;
    margin-top: 20px;
}
.pocetninaslov:hover{
	padding:5px 5px 0px 5px;
	background-color: #cceaeb;
	border-radius: 10px;
}

.pocetnalink:hover{
	text-decoration: none;
}
.pocetnapod{
	background-color: #5eb5b5;
	color:white;
    /* border-radius: 50%; */
    padding: 20px;
}
.c_list_item:hover {
	cursor: pointer;
	background:#e1eaff!important;
}
.malatablica {
	width:100%;
	background-color: #edf2ff;
}
.malatablica a:focus, a:hover{
	text-decoration: none!important;
}

.malatablica :hover .slikatesta{

	padding:25px;
	-webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite;
    animation:spin 5s linear infinite;

}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
	


.malatablica td ,th{
	background:transparent!important; 
	border-color: #f1f1f1!important;
	border:0px;
}
.malatablica i{
	font-size:18px;
	color:white;
}
.malatablica .link{
	padding: 10px 10px;
    background-color: #3f88cd;
    border-radius:3px;
    color: white;
}
.malatablica .link:hover{
	opacity: 0.7;
}
.malatablica a{
	color:white;
	font-size: 16px;
}
.malatablica a:hover{
	color:#cceaeb;
	text-decoration: none;
}

.malatablica .tekst{
	font-size:18px;
}

.trazi{
	height: 34px!important;
}
.fa-folder-o{
	color:#c64538;
}
.fa-user{
	color:#87a5d2;
}
.fa-bars{
	color:#337ab7;
}
#divQst h1{
	color:#007bcc;
}
.podnozje{
	/* position: fixed;
    bottom: 0px;*/
	background: #54667a;
	width: 100%;
}
.podnozjeimg{
	max-width:30px;
}
.podnozje span{
	color: white;
}
.podnozje a{
	text-decoration: none;
}
.podnozje img{
	max-width:30px;
}
.kvadrat{
	border-radius:3px;
	display:inline-block;
	width:20px;
	height:20px;
}
#divQst h1{
	padding-bottom:20px;
}
.pitanja{
	display:inline-block;
	min-width:30px;
	min-height:30px;
	cursor:pointer;
	color:white;
	border-radius:3px;
	padding: 5px;
    margin: 2px;
    font-weight: bold;
}
.fa-facebook-square{
		color:#415f9b;
		font-size: 40px;
}
.fa-twitter-square{
		color:#1e9ff0;
		font-size: 80px;
}
.fa-pinterest-square{
		color:#e42b26;
		font-size: 80px;
}
.fa-facebook-square,
.fa-twitter-square,
.fa-pinterest-square{
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.fa-facebook-square:hover{
-webkit-animation:none;
    -moz-animation:none;
    animation:none;
}
.fa-twitter-square:hover{
-webkit-animation:none;
    -moz-animation:none;
    animation:none;
}
.fa-pinterest-square:hover{
-webkit-animation:none;
    -moz-animation:none;
    animation:none;
}



.naslovpodrez{
	font-family:lucida sans unicode,lucida grande,sans-serif;
	text-align:center;
	background-color: #91aeda;
	color: white;
    padding: 10px;
    margin-bottom: 20px;

}
.podrezultime{
	font-size: 16px;
    line-height: 1.4em;
}
.nav-tabs a{
	color: #868686;
}
.dvQstID h1{
	text-align:center;
	padding-bottom:20px;
	color: #418e47;
}
.links_b{
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	padding:5px;
}

.mobhead{
	background:#ffdc4c;
	color:#54667a;
}

.mobmenugumb i{
	margin-top: 30px;
	font-size: 35px;
}
.mobmenu{
	background:#87a5d2;
	border-radius: 0 0 10px 0;
	webkit-box-shadow: 5px 5px 10px 5px rgba(167, 167, 167, 0.75);
    -moz-box-shadow: 5px 5px 10px 5px rgba(167, 167, 167, 0.75);
    box-shadow: 5px 5px 10px 5px rgba(167, 167, 167, 0.75);

}
.mobmenu .menu_header_name{
	background:#3f88cd;
	padding:5px 10px;
	color:white;
	width:100%;
}

.mobmenu td{
	padding:5px 20px;
	color:white;
}
.mobmenu i{
	color:#000000;
	font-size:28px;
	cursor: pointer;
}
#xmenu{
	cursor: pointer;
}
.class1{
	padding:2px 5px;
}
.class1 a{
	color:white;
}
.mobodjavagumb{
	padding-top: 30px;
}
/*#divQst img{
	width:100%!important;
	height:auto!important;
}*/
.c_timer .timer{
	font-size: 24px;
}
#form1 p{
	padding:0 10px!important;
}
.t_style1 p{
	padding-top:10px;
}
/*.dvQstID img{
	width:100%!important;
	height:auto!important;
}*/
.slikakorisnik img{
	width:100%!important;
	height:auto!important;
}
#tblPager{
	background-color: #91aeda;
	border-radius: 10px;
}
#tblPager h3{
	color:white;
}
.tblpages:first-child a{
  font-size:20px;
}
.pages{
	display: inline-block;
}
.pages a{
	font-size:20px;
}
.pages a:hover{
	background:#d9534f;
	padding:5px;
	color:white;
}
.alert-info {
    color: #31708f;
    background-color: rgba(217, 237, 247, 0.67);
    border-color: #bce8f1;
}
.mob_main_content img{
    width: auto!important;
	max-width:100%!important;
	max-height:250px!important;
}
.tblGrid img{
	width:auto!important;
}
.nav-tabs>li.active>a{
	color:white!important;
}
.tablicapitanja{
	table-layout: fixed;
}
.tablicapitanja td{
	word-break: break-all;
}
#test_hr{
	padding:0 20px;

}
.dodajizmjenipitanje td{
	padding:5px 0;
}
.tablicarejting td{
	padding:0 5px;
}

.odgovor{
    font-size: 16px;
}

.gumb_detaljiispita{
	width: 100%;
    padding: 17px;
    font-size: 16px;
    font-weight: bold;
}

.pitanje{
		font-size: 30px;
		color: #007bcc;
		line-height: 1.2em;
	}

.kontrole{
	max-width: 300px;
}
.kontrole .prev{
	font-weight:bold;
	font-size: 25px;
}
.kontrole .next{
	font-weight:bold;
	font-size: 25px;  /* equivalent to 'top left' */
}


.alert-primary {
    color: white;
    background-color: #337ab7;
}


.orangeBackground{
	background:orange!important;
}
.orangeBackground td{
	background:transparent!important;
}
.blockRow:hover{
	cursor:pointer;	
}

.katskipt{
	border-radius:10px;margin:10px;border: 5px solid whitesmoke;
}
.katskipt:hover{
	background:#f0f6ff;
	border: 5px solid #f0f6ff;
}
.katskipt h1{
	background-color: whitesmoke;
	margin-bottom: 0px;
}
.katskipt:hover h1{
	background:#f0f6ff;
}


/* Collapse
---------------------------------- */

.collapse {
    display: none;
}
.accordion-group .collapse{
	display: block;
}
.panel-group .panel-default {
  border-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-heading a {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px 40px 10px 15px;
  color: inherit;
}

/*Style 1*/
.collapse-style-1 .panel-heading {
  background-color: #fafafa;
}

.collapse-style-1 .panel-heading a {
  color: #999999;
}

.collapse-style-1 .panel-heading a:not(.collapsed) {
  color: #777777;
}

.collapse-style-1 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f146";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-1 .panel-heading a.collapsed:after {
  content: "\f0fe";
}

.collapse-style-1 .panel-body {
  border-top: none !important;
  background-color: #fafafa;
  padding-top: 0;
}

/*Style 2*/
.collapse-style-2 .panel {
  border-color: transparent;
}

.collapse-style-2 .panel-heading {
  background-color: transparent;
}

.collapse-style-2 .panel-heading a {
  color: #ffffff;
  background-color: #09afdf;
}

.collapse-style-2 .panel-heading a.collapsed {
  background-color: #333333;
}

.collapse-style-2 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-2 .panel-heading a.collapsed:after {
  content: "\f107";
}

.collapse-style-2 .panel-body {
  border-top: none !important;
  background-color: transparent;
  padding: 15px 0;
}

.collapse-style-2 .panel-body.p-15 {
  padding: 15px;
}

/*Style 3*/
.collapse-style-3 .panel {
  border-color: #999999;
}

.collapse-style-3 .panel-heading {
  background-color: transparent;
}

.collapse-style-3 .panel-heading a {
  color: #ffffff;
  background-color: #999999;
}

.collapse-style-3 .panel-heading a.collapsed {
  background-color: #999999;
}

.collapse-style-3 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f139";
  position: absolute;
  right: 15px;
  font-size: 12px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-3 .panel-heading a.collapsed:after {
  content: "\f13a";
}

.collapse-style-3 .panel-body {
  border-top: none !important;
  background-color: transparent;
}

.panel-heading a:hover {
  text-decoration: none;
}

.panel-title a i {
  font-size: 16px;
}

/*Contextual Headings*/
.collapse-contextual .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 15px;
  font-size: 10px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -6px;
}

.collapse-contextual .panel-heading a.collapsed:after {
  content: "\f067";
}

/*Content Collapse*/
.btn[data-toggle="collapse"] i:before {
  font-size: 10px;
  content: "\f068";
}

.btn.collapsed[data-toggle="collapse"] i:before {
  content: "\f067";
}
.captcha{
	border-radius:0 3px 3px 0;
} 
.input-prepend .arrow{
	width:36px;
}
.tblins_ans td{
	padding:5px 10px 5px 0px;
	text-align:center;
}

@media (max-width: 768px) {

  .input-prepend>#txtCaptcha{
		max-width:70px;
	}
	.input-prepend .arrow{
	width:auto;
}
	
}

@media only screen and (max-width: 700px){
	.main_table_desc_text h1{
		font-size: 130%;
	}
	.tablicapitanja h2{
		font-size: 100%;
	}
	.malatablica .link {
    padding: 5px 10px;
	}
	.pitanje h1{
		font-size: 18px;
	}
	.pitanje{
		font-size: 18px;
		color: #007bcc;
	}
	.da_ne{
		font-size: 100%;
	}
	.naslovpodrez{
		font-size: 100%;
	}
	.gumb_detaljiispita{
		padding: 5px;
		margin: 10px 0;
	}
	#uniquename{
		padding:15px;
	}
	.kontrole .prev{
	font-weight:bold;
	font-size: 14px;
	padding: 10px 20px;
	}
	.kontrole .next{
	font-weight:bold;
	font-size: 14px;
	padding: 10px 20px;
	}
	.kontrole .kasnije{
		margin-top:5px;
	}
	.kontrole .gotovo{
		padding: 10px;
	}

}

@media (max-width: 400px) {
	.podnozje span{
		font-size:12px;
	}	
}


 @media only screen and (max-width: 450px){
    .pocetninaslov img{
        max-height: 120px!important;
    }
    .pocetninaslov h1 {
        background-color: #cceaeb;
        color: white;
        padding: 10px;
        margin-top: 10px;
        font-size: 85%;
        font-weight: bold;
    }
    .pocetninaslov:hover {
        background-color: #e7f8f9;
        border-radius: 10px;
        padding:0px;
    }
    .pocetninaslov {
        background-color: #cceaeb;
        border-radius: 10px;
        padding:0px;
        border: 2px solid #b5b5b5;
	}
	.mobpad5{
		padding:5px;
	}
	.p-15{
		padding:15px;
	}
  
}

