

@media print {
    body * {        
    }	
    .pbreak {
  	    page-break-after: always;
    }
    .topspace {
        clear:both;
        height:50px;
    }	
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
    .printonly {    	
    }    
    .noprint {
    	visibility:hidden;    	
    }    
}

.main {
	max-width:100%;
	overflow-x:hidden;	
}

/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
.Treant { position: relative; overflow: hidden; padding: 5 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.loaded .node,
.Treant.loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; right: 1px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: #868DEE; }
.Treant > .node img {	display:block; border: none; float: left; margin-top:-5px; margin-bottom:0px; }
.Treant a {color:#666666;}

table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* optional Container STYLES */
.Tchart { height: 1600px; margin: 5px; width: 100%; }
.Treant > .node { }
.Treant > p { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: bold; font-size: 0.8em; }
.node-name { font-weight: bold; font-size:1em;}

.nodeExample1 {
    padding: 12px 2px 2px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 240px;
    font-family: Tahoma;
    font-size: 0.8em;
    line-height:0px;
    overflow: hidden; 
  	text-overflow: ellipsis;
  	white-space: nowrap;
}

.nodeExample1 img {
    margin-right:  10px;
}

.gray {
    background-color: #909090;
}

.light-gray {
    background-color: #D3D3C7;
}

.blue {
    background-color: #A2BDFD;
}

.closeBT {
	position:absolute;
	display:block;
	visibility:visible;	
	float:right;
	top:10px;
	right:10px;
	width:25px;
	height:25px;	
	background-image: url('https://registar.online/img/close.jpg');
	background-position: center center; 
	background-size: 100% auto;    
	font-size:15px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	cursor:pointer;
	clear:both;
	zoom:1.5;
}

.mehr {
	display:block; 
	position:relative; 
	bottom:5px; 
	right:10px; 
	float:right; 
	padding:1px 8px; 
	color:#FFFFFF; 
	background-color:#E1535A;
	border-radius:3px;
	font-size:0.8em; 
	cursor:pointer;
	width:auto;	
}

.sto_selected {
	width:80%;
	background-color:#AFAFAF;
	color:#FFFFFF;
	font-size:1.3em;	
	text-align:left;
	height:40px;
	margin-top:-10px;
	border:1px solid #666666;
	padding:5px 15px;
	cursor:pointer;
}

.resp_selected {
	width:80%;
	background-color:#AFAFAF;
	color:#FFFFFF;
	font-size:1.3em;	
	text-align:left;
	height:40px;
	margin-top:-10px;
	border:1px solid #666666;
	padding:5px 15px;
	cursor:pointer;
}

.sto_selected2 {
	display:block;
	width:80%;
	background-color:#DDDDDD;
	color:#666666;
	font-size:1.3em;	
	text-align:left;
	height:40px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-top:0px;
	padding:5px 15px;
	cursor:pointer;
}

.resp_selected2 {
	display:block;
	width:80%;
	background-color:#DDDDDD;
	color:#666666;
	font-size:1.3em;	
	text-align:left;
	height:40px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-top:0px;
	padding:5px 15px;
	cursor:pointer;
}

.sto_selected:hover {
	background-color:#F5F5F5;
	color:#333333;
}

.sto_selected2:hover {
	background-color:#F5F5F5;
}

.resp_selected:hover {
	background-color:#F5F5F5;
	color:#333333;
}

.resp_selected2:hover {
	background-color:#F5F5F5;
}

.bullet {
	position:relative;
	float:left;
	width:2em;
	height:2em;
	padding:0.25em;
	font-size:1.4em;
	color:#FFFFFF;
	background-color:#AFAFAF;
	text-align:center;
	font-weight:bold;
	border-radius:50%;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:1em;
	margin-top:-0.5em;
}

.postit {
	position:absolute;
	display:block;
	top:80px;
	right:10px;
	width:200px;
	height:auto;
	min-height:260px;
	padding:15px;
	font-size:1.1em;
	line-height:1em;
	color:#333333;
	background-color:#DDDD00;
	-webkit-box-shadow: 2px 2px 3px 3px rgba(2, 2, 2, 0.3); /* WebKit */
	-moz-box-shadow: 2px 2px 3px 3px rgba(2, 2, 2, 0.3); /* Firefox */
	box-shadow: 2px 2px 3px 3px rgba(2, 2, 2, 0.3); /* Standard */
	
}

.video {
	position:absolute;
	display:block;
	top:40px;
	right:40px;
	width:56px;
	height:40px;
	padding:1px 9px;
	font-size:1.1em;
	border:1px solid #999999;
	border-radius:8px;
	color:#999999;
	background-color:#F0F0F0;
	cursor:pointer;
}

.fullscreen:-webkit-full-screen {
      width: auto !important;
      height: auto !important;
      margin:auto !important;
}
.fullscreen:-moz-full-screen {
      width: auto !important;
      height: auto !important;
      margin:auto !important;
}
.fullscreen:-ms-fullscreen {
      width: auto !important;
      height: auto !important;
      margin:auto !important;
}     
  

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides1, .mySlides2, .mySlides3, .mySlides4 {
  display: none;
}

/* Next & previous buttons */
.Sprev, .Snext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 6px 6px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.Snext {
  right: 0;
  border-radius: 6px 0 0 6px;
}

/* On hover, add a black background color with a little bit see-through */
.Sprev:hover, .Snext:hover {
  background-color: rgba(255,255,100,0.8);
}

/* Caption text */
.Stext {
  color: #333333;
  background-color:#FFFF90;
  font-size: 12px;
  padding: 3px 12px;
  position: absolute;
  bottom: 0px;
  width: auto;
  margin: auto auto;
  opacity:0.9;
  text-align: center;
}

/* Number text (1/3 etc) */
.Snumbertext {
  color: #666666;
  background-color:#FFFF90;
  font-size: 12px;
  padding: 3px 9px;
  position: absolute;
  opacity:0.9;
  top: 0;
  right:0px;
}

#helpbox {
	position:absolute;
	display:none;
	top:0px;
	right:0px;
	margin-right:0px;
	width:500px;
	height:100vh;
	background-color:#F9F9F9;
	border: 1px solid #E1535A;
	overflow-x:hidden;
	z-index:10002;
}

#helpcontent, #helpanswer, #helprequest {
	position:relative;
	margin:15px 15px 0px 15px;
	line-height:1.2em;
	height:auto;
}

#ribbon {
	position:fixed; 
	bottom:40px; 
	right:0px; 
	margin-right:0px; 
	width:80px; 
	z-index:9999; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:1.2em; 
	line-height:1.2em;
	text-align:left;
	padding:5px 10px 5px 15px; 
	background-color:#E1535A;
	border: 2px solid #E1535A;
  	border-radius: 10px 0px 0px 10px;
  	cursor:pointer;
}

#ribbon:hover {
	background-color:#DD3333;
	border: 2px solid #DD3333;	
}

@media (max-width: 767px) {
	#helpbox {
		width:400px;
	}
	#leadreport {
		padding:0px;
	}
	#ribbon {
		bottom:50px; 
		width:60px; 
		font-size:1em; 
		padding:2px 10px 2px 10px;
	} 	
}

.border-5{
	border-style:solid;
 	border-width: 5px;
}

.theader{
    position:sticky;
    top: 0;
}

.wiztab{
	height:14px; 
	margin-left:10px; 
	font-size:0.8em; 
	font-weight:bold; 
	color:#333333;
}

#map {
	position:relative; 
	width:100%; 
	height:650px;
	z-index:1;
	overflow:hidden;
}

#mapLayer {
	position:absolute;
	top:10px; 
	width:350px;
	height:auto; 
	z-index:3;
}

@media (max-width: 767px) {
	#map {
		position:relative;
		height:500px;
	} 
	#mapLayer {
		position:relative; 
		display:inline-block;
		width:100%;
		height:auto; 
		z-index:3;		
	}
	#mapLayer:after {
		clear:both;
	}
}
	
.brandDiv {
	position:relative;
	float:left;
	width:77px;
	height:50px;
	margin:5px;
	padding:10px 5px;
	border:1px solid #999999;
	border-radius:10px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	background-color:#F5F5F5;
}

.btn-serv {
	line-height:1.2em; 
	width:100%; 
	background-color:#EFEFEF;
}

.btn-serv:hover {
	background-color:#66DDFF;
}

.btn-serv-active {
	line-height:1.2em; 
	width:100%; 
	background-color:#33AACC;
}

.smallBrandDiv {
	position:relative;
	float:left;
	width:38px;
	height:24px;
	margin:2px;
	margin-right:4px;
	padding:3px 2px;
	border:1px solid #999999;
	border-radius:3px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	background-color:#F5F5F5;
}
