
@media print {
  .pbreak {
  	  page-break-after: always;
  }
  .topspace {
      clear:both;
      height:50px;
  }
}

/* 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: 30px;
  transition: 0.6s ease;
  border-radius: 0 6px 6px 0;
  user-select: none;
  background-color: rgba(255,255,50,0.6);
}

/* 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,50,1);
}

/* Caption text */
.Stext {
  color: #333333;
  background-color:#FFFF30;
  font-size: 25px;
  font-weight:bold;
  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:#FFFF30;
  font-size: 30px;
  padding: 3px 9px;
  position: absolute;
  opacity:0.9;
  top: 0;
  right:0px;
}

.btn-outline-black{
	border-color:#101010;
}

.btn-black{
	color:#ffffff;
	background-color:#101010;
	border-color:#000000;
}

.btn-black:hover{
	color:#ffffff;
	background-color:#000000;
	border-color:#101010;
}


