/*.navbar-header{padding-left: 0.8em;}*/
p, ul {
	margin-bottom: 10px;
}


.navbar-brand {padding-left: 1.5em;}
.menu-dole-znaci{
	display: inline-block;
	float: left;
}

html, body{
	height: 100%;
	overflow: hidden;	
}

.nav3{
	padding: 0px;
}
.ikona{
	font-family: "fontello";
    font-size: 1.5em;
}

span.ikona-mala{
	font-family: "fontello";     
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;     
}

.nav-link {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
	font-family: "Arial",Helvetica;
}
.container-fluid {
	background-color: black;
}
#kopceJazik{
	margin-left: 0px;
	min-width: 35px;
	text-align: center;
}

.navbar-brand{
	text-align: left;
	padding: 0px;
}

.navbar-btn{
	color: white;
	margin-right: 12px;
	padding: 0px;
}
.navbar-btn:hover{
	color: LightGray;
	}

.navbar {
	margin: 0px;
	padding: 0px;
}

.ft{
	margin: 0px;
	padding: 0px;	
}
.ft .navbar-btn{
	margin: 0px;
	padding: 0px;
	
}
.facebook{	
	color: #1877f2;	
	line-height: 1;
  	font-size: 2em; 
  	padding: 0px;

}
.twitter{	 
	color: #4bb7f9;
	line-height: 1;
  	font-size: 2em; 
  	padding: 0px;	
}
.btn-mk{
	padding: 5px;	
	text-transform: uppercase;
	font-weight: bold;
}
.znaci{
	margin: 0px auto;	
}
.znak{
	font-size: 1em;
}
#linijaLoad{
	position: absolute;
	top:-5px;
	height: 5px;
	background:red;
	z-index: 2;
}

/*adEditor*/

#adEditor {
	font-family: "Times New Roman",Times,serif;
	text-align: justify;
	font-size: 20px;
	border:1px dashed black;	
	padding: 1em;
	padding-top: 1.5em;
	background-color: white;
	margin-top: 10px;	
	margin-bottom: 0px;
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
}

#adEditor p.pocetna{
	max-width: 700px;
	margin: 0px auto;
	color: gray;
	text-align: center;
}
#adEditor td{
	text-align: left;
}
#adEditor .ftDole{
	text-align: left;
}
.nav3, .radioNavodnici{
	font-family: "Times New Roman",Times,serif;
}
.radioNavodnici{
	font-size: 18px;
}

.modal{
	z-index: 2500;
}
.modal-header{
	background-color: #DCDCDC;	
}
p.modal-title{
	font-weight: bold;
	font-size: 1.3em;	
}
.vnimatelno{color: green;}
.zaobjasnuvanje{color: red;}
.nemaGreski{	
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;	
	font-size: 50px;
	display: block;
	text-align: center;
	color: green;	
}
#prikaziNepoznati p {
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*tooltip*/
.tooltip{
	font-size: 1em;		
	font-family: "Arial", Helvetica;		
}

.ttis {
	display: inline-block;
	line-height: 5px;
}
.ttis:hover {
	cursor: pointer;
}

.ttis:before{
	content: "\e80a";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: relative;	
	font-size: 10px;
	color: green;
	top:-6px;
	display: block;
	width: 100%;
	text-align: center;
	margin-right: -2px;
}


.ttbg{
	position: relative;		
	/*background-image: url("../images/zoltosvetlo.png");*/
	background-color: rgb(255, 0, 0, 0.2);
	/*background-color: #ffffb2;*/
	cursor: pointer;
}
.blink {
    animation: blink .75s linear infinite;
    color: red;
}


	@keyframes blink {
	    0% { opacity: 1; }
	    50% { opacity: 1; }
	    50.01% { opacity: .3; }
	    100% { opacity: .3; }
	}
	.ttgr{		
		color:red;
		cursor: pointer;
	}
	.ttnz, .ttmb{		
		border-bottom: 2px solid #FFA07A;
		cursor: pointer;
	}
	.tooltip-inner p{
		margin: 0px;
		padding-right: 3px;
		padding-left: 3px;
		text-decoration: none;
		color: white;
		border-radius: 3px;	
		height: 25px;
		line-height: 25px;

	}
	.tooltip-inner p:hover{
		color: Lime;
		background-color: #242B31;
		cursor:pointer;
	}
	.tooltip-inner hr {		
		margin: 0px;
		padding: 0px 0px 0px 0px;	    
	    border-top: 1px solid white;

	}
	.tooltip-inner .tocno {
		background-color:green;
		line-height: 20px;
		height: 20px;
		/*
		margin: 3px;
		padding: 0px 7px 0px 7px;
		
		
		*/
	}
	.tooltip-inner .tocno:hover {
		color:Lime;
	}
	.tooltip-inner .pop, .tooltip-inner .popng {
		background-color:Crimson;
		height: 20px;
		line-height: 20px;
		/*
		margin: 3px;
		padding: 0px 7px 0px 7px;
		
		*/
		
	}
	.tooltip-inner .pop:hover, .tooltip-inner .popng:hover {
		color: Lime;
	}

	.tooltip-inner .obj {
		background-color:#17A2B8;
		height: 20px;
		line-height: 20px;
		/*
		margin: 3px;
		padding: 0px 7px 0px 7px;
		*/
		
	}
	.tooltip-inner .obj:hover{
		color:white;
	}

	.ttpDesno {
	    left: 10px;
	    top: 10px;
	}

	.tooltip .ttgr .arrow {
	    left: 90% !important;
	}
	
	/*tooltip KRAJ*/


	.modal-body td{
		padding: 5px;
	}
	.modal-body p{
		margin-bottom: 5px;
		line-height: 1.2em;		
	}
	.form-group label{
		margin-bottom: 4px;
	}
	.form-group input{
		padding: 5px;
	}
	.form-group{
		margin-bottom: 8px;
	}
	#pozadina {
	background: url("../images/magnify.gif") no-repeat center;	
	visibility:hidden;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;	
	z-index: 2000;
}

#gresniEd{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#gresniEd .btn{
	margin-left:2px;
	margin-right:2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 4px 0px 4px;
	font-size: .85em;
}

#gresniEd a{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	/*color:white;*/
}
#gresniEd a:hover{	
	cursor: pointer;
}
.inColor{color: red;}

#prZborovi, #neZborovi{
	margin-right: 0px;
}
#neZborovi{
	visibility: hidden;
}
#adEditor table td{
	font-size: 18px;
}
/*
.sprintlogo{
	font-size: 16px;
}
*/
.ss-logo{
	background-color: white;
	text-align: center;
}

.ss-logo:hover{
	cursor: pointer;
}
#slog{
	 text-align: center; 
}
.malitp {
	font-size:12px;	
}
