/* Ovo je za čiščenje css-abbr
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Arimo', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Kraj čišćenja css-a*/


#header {
	z-index: 10;
	background: white;
	background-image: url(Logo.jpg);
	background-repeat: no-repeat;
    width: 100%;
    height: 72px;
    color: white;
    position: fixed;
    top: 0px;
	box-shadow: 0px -9px 29px #034067;
}
#clockbox{
	color: #0d0dbb;
    font-size: small;
}
#pozdravna_poruka{
	position: relative;
    left: 50%;
    bottom: 12px;
}
#odabir_trke{
	margin-top: 84px;
    padding-left: 15px;
}
fieldset{
	    padding: 15px;
}
input{
	width: 100%;
    border-radius: 6px;
    height: 30px;
    border: 1px solid #cecece;
}
input:focus{
	background: rgba(138, 213, 243, 0.18);
    outline: none;
    box-shadow: 0px 0px 5px rgba(10, 190, 255, 0.36);
}
select{
	 border-radius: 6px;
    height: 30px;
    border: 1px solid #cecece;
}
textarea{
	width: 100%;
    border-radius: 6px;
    height: 80px;
    border: 1px solid #cecece;
}
textarea:focus{
	background: rgba(255, 255, 0, 0.18);
	 outline: none;
}
.naziv_trke{
	font-size: x-large;
    background: #25afcc;
    width: 30%;
    text-align: center;
    color: white;
    
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin: 5px 0px 11px 0px; 
    text-shadow: 1px 1px 3px darkslateblue;
	-webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
	padding: 12px 34px 29px 0px;
}
.otvorene_prijave_do{
	font-size:small;
	padding-left: 10px;
    position: relative;
    bottom: 34px;
    color: azure;
	font-style: italic;
	
	
	
	
	
	
	
	
	

    background: #25afcc;
    width: 30%;

    color: white;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-shadow: 1px 1px 3px darkslateblue;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    padding: 12px 34px 29px 0px;
	
	
	
	
	
	
}
.otvorene_prijave_do a{
	 text-shadow: 1px 1px 3px #25afcc;
}
strong{
	font-weight: bolder;
}
.help-block{
	color: gray;
    font-size: small;
    display: block;
    padding: 5px;
}
.control-group{
	padding:15px;
	transition: all 0.5s ease;
}
.control-group:hover{
	    cursor: alias;
    border-radius: 8px;
    box-shadow: 0px 0px 3px rgba(37, 175, 204, 0.58);
}
.control-label{
	font-size:20px;
	margin-bottom: 8px;
    display: block;
}
.col-md-4{
	width:100%
}
.fieldsetmoj{
	    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 1px;
    border-style: solid;
    border-color: threedface;
    border-image: initial;
	max-width: 30%;
    margin-top: 20px;
    margin-left: 10px;
	border-radius: 5px;
}
.pomaknimedesno{
	position: relative;
    left: 6px;
    top: 19px;
    color: white;
    font-style: oblique;
    font-size: xx-small;
}
h3{
	font-size: x-large;
	margin-top: 5px;
}
.prijavi_me_gumb{
	position: fixed;
    bottom: 2%;
    right: 50%;
	background: white;
    padding: 19px;
    box-shadow: 0px 0px 2px black;
    width: 210px;
}
.prijavi_me_gumb button{

}

#submit-registration {
  display: inline-block;
  border-radius: 4px;
  /* background-color: #006eb5; */
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  
  

background: #25afcc; 

  
}
#submit-registration:hover{
	background: #006eb5;
    box-shadow: 0px 0px 10px #0e0861;
    border-radius: 20px;
}

#submit-registration span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#submit-registration span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

#submit-registration:hover span {
  padding-right: 25px;
}

#submit-registration:hover span:after {
  opacity: 1;
  right: 0;
}


.prijavi_me_gumb p{
	font-size: medium;
    padding: 10px 43px 7px 0px;
}


@media only screen and (max-width: 700px) {
	.fieldsetmoj{
		max-width: 60%;
	}
	.prijavi_me_gumb {
    right: 2%;
	}
	.naziv_trke {    
    width: 73%;
	}
}
.kreiraj_trku{
	font-size:medium;
	margin-top: 100px;
}
.kreiraj_trku2{
	font-size:medium;
	margin-top: 10px;
}


.prijavi_me_gumb2 {
    background: white;
    padding: 19px;
    box-shadow: 0px 0px 2px black;
	width: 210px;
}
.blue{
	color:blue;
}
th{ 
	font-size:small;
	background:gray;
	color:white;
}
td, th{
	border:1px solid blue;
	padding: 5px;
}
.strong{
	font-weight:bold;
	
}
.butoni a{
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	background:blue;
	color:white;
	margin: 3px;
	text-decoration:none;
}
.red{
	color:red;
}
.btn2{
	border-radius: 6px;
    height: 30px;
    border: 1px solid #cecece;
	width:100px;
	background:green;
	cursor:pointer;
	color:white;

}
.obrisime{
	background:gray;
	cursor:pointer;
}
.obrisi{
	cursor: pointer;
	background:red;
}
.si_ziher{
	padding-top:20px;



    float: left;
}
.danekontejner{
	width:250px;
}
.zelim{
	padding: 10px;
    background: gray;
    width: max-content;
    float: left;
	margin: 10px 25px 0px 20px;
	cursor: pointer;
}
.zabrijal_sam{
	padding: 10px;
    background: gray;
    width: max-content;
    float: left;
	margin-top: 10px;
    cursor: pointer;
}
.crveno{
	color:red;
	font-weight:bold;
}