/*######################################################################################

    Copyright (c) 2007-2024 NIT-MREZA D.O.O. All rights reserved.

    This work is the property of the company NIT-Mreza d.o.o. and may without express
    written permission not to be copied, modified, distributed or be published.

    Codename: Quantura
    Filename: %FILENAME%
    Last updated: %LAST_UPDATED%
    Description:

  ######################################################################################*/
#navigation {
	z-index:2;
	left: 230px;
	position: absolute;
	float: left;
	margin-left: auto; margin-right: auto;
}
	
#navigation h2 {
	font-family: 'Roboto', sans-serif;
 	font-size: 14px;
	font-weight: normal;
	display:block;
	white-space:nowrap;
	margin: 0;
	color:#EFEFEF;
	padding: 19px 12px 19px 7px;		
}

#navigation a {	
	font-weight: normal;
	display:block;
	border-left: 1px solid #eaecee;
	border-right: 1px solid #eaecee;
	background: #FFFFFF;
	width: 195px;
	white-space:nowrap;
	margin:0;
	padding: 12px 5px;
}

#navigation a {
	font-family: 'Roboto', sans-serif;
 	font-size: 13px;
	padding-left: 7px;
	color: #000000;
	text-decoration:none;
}

#navigation a:hover{
	background-color: #f1f1f1;	
}

#navigation ul ul ul a {	
	width: 230px;
}
	
#navigation #block {
	border-top: 1px solid #eaecee;			
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#navigation li {
	position:relative;
}

#navigation .arrow {
	background: url(../site/menu_arrow_down.gif) no-repeat 97% center;	
}

#navigation ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border-top: 1px solid #eaecee;				
	border-bottom: 1px solid #eaecee;	
	box-shadow: 2px 2px 10px grey;		
}

#navigation ul ul ul {
	top:0;
	left:100%;
	border-top: 1px solid #eaecee;			
}

#navigation ul#nav-first h2 {

}

#navigation ul#lang {
	float: right;
}

#navigation ul#lang h2 {
	background: 0;
	background: url(../site/menu_arrow_down.gif) no-repeat 90% 70%;	
}

#navigation ul#lang a {
	padding-left: 7px;
	width: 85px;
}


/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#navigation li:hover h2{
}

div#navigation li:hover{
	cursor:pointer;
	z-index:100;
	background-color: hsla(0, 0%, 50%, 0.4);
	
}

div#navigation li:hover ul ul,
div#navigation li li:hover ul ul,
div#navigation li li li:hover ul ul,
div#navigation li li li li:hover ul ul
{display:none;}

div#navigation li:hover ul,
div#navigation li li:hover ul,
div#navigation li li li:hover ul,
div#navigation li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#navigation a.x {
	font-weight:normal;
	color:#000000;
	background: #FFFFFF url(../site/menu_arrow_right.gif) no-repeat 98% center;
}

#navigation a.x:hover {
	/*border-bottom: 1px solid #86c3f2;*/
	background-color: #f1f1f1;
}

/* End CSS Popout Menu */




.docs-container-left {
    position: absolute;
    right: 0;
    width: 150px;
    padding: 14px;                
    margin-bottom: 28px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;    
    z-index: 10;
    -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -moz-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -ms-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -o-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));    
}


.docs-container-left:after {
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    top: -20px;
    left: 20px;
    z-index: 10;
    right: auto;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}

.svg-container-left {
    position: absolute;
    right: 0;
    width: 150px;
    padding: 14px;                
    margin-bottom: 28px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;    
    z-index: 10;
    -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -moz-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -ms-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -o-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));    
}


.svg-container-left:after {
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    top: -20px;
    left: 20px;
    z-index: 10;
    right: auto;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}


.svg-container-right {
    position: absolute;
    left: 0;
    width: 150px;
    padding: 14px;                
    margin-bottom: 28px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;    
    z-index: 10;
    -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -moz-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -ms-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    -o-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
    filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));    
}


.svg-container-right:after {
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    top: -20px;
    left: 150px;
    z-index: 10;
    right: auto;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}



.icon-svg-menu li {
 	cursor: pointer;
    cursor: hand;	
	float: left;
	padding: 7px;
	line-height: 22px; 
	width: 135px;
}

.icon-svg-menu li:hover {
	background-color: #F5F5F5;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

.icon-svg-menu li svg {
	width: 20px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left; 
	fill: rgba(0,0,0,0.65);
}

.icon-svg-menu .alert {
	color: #D02D1C;
	cursor: default;
}

.icon-svg-menu .alert:hover {
	background-color: #FFFFFF;
}


#navigation-toggle {
	height: auto;
	max-height: 360px;
	overflow-y: auto;		
    border: 1px solid #e7e7e7;
    background: #FFFFFF;	
}

#navigation-toggle::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#navigation-toggle::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #F5F5F5;
}

#navigation-toggle::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCCCCC;
}

#navigation-toggle li a {
 	cursor: pointer;
    cursor: hand;
    text-align: left;
	padding: 0px 10px 0px 15px;
	height: 38px;
    font-size: 13px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 38px;
    display: block;	
    border-bottom: 1px solid #e7e7e7;
    background-color: #F5F5F5;
    text-decoration: none;
    color: #333333;
}

#navigation-toggle li a:hover, #navigation-toggle li a.active {
	background-color: #F5F5F5;	
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;	
}

#navigation-toggle #block {
	border-bottom: 1px solid #e0e0e0;
}

#navigation-toggle li ul {
    display: none;
}

#navigation-toggle li ul li a {
 	cursor: pointer;
    cursor: hand;
    text-align: left;
	padding: 0px 10px 0px 25px;
	height: 38px;
    font-size: 13px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 38px;
    display: block;	
    background-color: #FFFFFF;
    text-decoration: none;
    color: #357AE8;
    border-bottom: 1px solid #FFFFFF;
}