body{
	
	background-attachment:fixed;
	background-color: lightblue;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	color:#888;
	
}
.disabled {
   pointer-events: none;
   cursor: default;
}
#tooltip {
    background: #fff;
    border: 1px solid red;
    padding: 3px 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}

a.tip {
    font-family:Verdana, Arial, Helvetica, sans-serif; color:#888787;
	font-size:12px;
	font-weight:none;
	text-align:justify;
	text-decoration:none;
	padding-left:0px;
	line-height:18px;
    /*border-bottom: 1px dashed;*/
}
a.tip:hover {
    /*cursor: help;*/
    position: relative;
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 0px dotted;
    /*padding: 5px 20px 5px 5px;*/
    display: block;
    z-index: 100;
    width: 100px;

}
a.tip span img{
    display: none;
}
a.tip:hover span img{
display: inline-block;
    width:100px;
	height:auto;
	 position: absolute;
	 right: 190px;
	 top:-7px;
	 z-index:55;
	 box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}
@-moz-document url-prefix() { 
  a.tip:hover span img {
    border:0px solid red;
	display: inline;
    position:absolute;
    right:140px;
    top:0;
  }
}
@-ie-document url-prefix() { 
  a.tip:hover span img {
    border:0px solid red;
	display: inline;
    position:absolute;
    right:100px;
    top:0;
  }
}

#opcija{
line-height: 25px;
	
}


/*a {
  color: #900;
  text-decoration: none;
  
}

a:hover {
  color: red;
  position: relative;
}
a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}*/



.upload_message_success {
	padding:4px;
	background-color:#009900;
	border:0px solid #006600;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}

.upload_message_error {
	padding:4px;
	background-color:#CE0000;
	border:0px solid #990000;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}

.slider {
position: relative; 
    width: 100%;
	max-width:390px;
    padding: 4px 4px 4px 4px;
    height: 100%;
	line-height: 20px;
    border: 0px solid blue;
	overflow:hidden;
	
}

img#slider {
	width:187px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px;
	
	
}
#inputslide {
z-index:3;
 margin: auto;  
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inslider {
	top:20px;
	left:15px;
   position: absolute;
max-width:20px;
border: 0px solid blue;
line-height: 44px;
text-align:center;
z-index:1;	
border-bottom-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;

}

.example{
  margin-bottom : 1.5em;
}

input.slider[type=checkbox]:not(old),
input.slider[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input.slider[type=checkbox]:not(old) + label,
input.slider[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : 228px;
  padding-left : 28px;
  background   : url('images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input.slider[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input.slider[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}
select#slider {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	color: #fff;
	padding: 7px;
	font-size: 14px;
	text-transform:uppercase;
	width: 210px;
	background: #BDBDBD /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
select#slider_pozadina {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	color: #fff;
	padding: 7px;
	font-size: 14px;
	text-transform:uppercase;
	width: 210px;
	background: #2E9AFE /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}
select#slider_pozadina:hover {
	color: #777;
	background: #f5f5f5 /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	}
	select#slider:hover {
	color: #777;
	background: #f5f5f5 /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	}
	select#slider_kat:hover {
	color: #777;
	background: #f5f5f5 /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	}
select#slider_kat {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	color: #fff;
	padding: 7px;
	font-size: 14px;
	text-transform:uppercase;
	width: 210px;
	background: #2E9AFE /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	display: block;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}

select#error {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	color: #777;
	padding: 7px;
	font-size: 14px;
	text-transform:uppercase;
	width: 210px;
	background: #fff /*url(images/select-arrow-open.png) 98% center no-repeat*/;
	display: block;
	border: 1px solid #ff0000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
option#slider {
	background:#59A6DA;
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;
	font-size:12px;
	font-weight:none;
	text-align:justify;
	text-decoration:none;
	padding-left:0px;
	padding-bottom:0px;
    width: 200px;
	height:25px;
	max-width:390px;
    height: 25px;
	line-height: normal;
    border: 0px solid blue;
	overflow:hidden;
	vertical-align:top; 
	text-align:top;
}
.FontExo{font-family: 'Exo 2', sans-serif;font-weight: 600;font-size: 1.0em;letter-spacing: 1px;}
.adminlogin{background:transparent;margin-top:250px;border:0px solid #333;}
.color777{color:#777;}
.bgcolorFFF{background:#fff;}
.bgnocolor{background:transparent;}
/* Borders */
.borderleft{border-left:1px solid #ccc;}
.borderright{border-right:1px solid #ccc;}
.bordertop{border-top:1px solid #ccc;}
.borderbottom{border-bottom:1px solid #ccc;}
.borderall{border:1px solid #ccc;}
.prijava{padding-top:7px;padding-bottom:2px;padding-left:17px;}
.marginT{margin-top:15px;}
.marginL{margin-left:15px;}
.marginR{margin-right:15px;}
.marginB{margin-bottom:15px;}
/*
