/*######################################################################################

    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:

  ######################################################################################*/


/*--- Seite ----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
    
    /*
	scrollbar-base-color:#F7F7F7;
	scrollbar-3dlight-color:#fafafa;
	scrollbar-highlight-color:#CECFCE;
	scrollbar-shadow-color:#CECFCE;
	scrollbar-darkshadow-color:#fafafa;
	scrollbar-track-color:#FFFBFF;
	scrollbar-arrow-color:#0474ca;
	*/
}

html, body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;	
	color: #333333;
	overflow: hidden;
}

ul li {
	list-style-type: none;	
}


p {
	margin-top: 10px;
	line-height: 1.5em;
}

pre,code{
	font-size: 1em;
}

pre,code {
	float: left;
	color:#008000;
	font:13px/1.54 "courier new",courier,monospace;
	white-space: pre-wrap; 
}

iframe {
	width: 100%;
}


/*
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

::-webkit-scrollbar {
	width: 17px;
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #d9d9d9;
	border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-corner {
	background: #f1f1f1;	
	border: 0px solid #f1f1f1;	
}
*/

/*--- Überschriften ----------------------------------------------------------*/

h1,h2,h3,h4{
	margin: 20px 0 10px 0;
}

h1 {
	font-weight: normal;
	font-size: 19px;
	color: #1683D3;
}


.hh1 {
	margin: 0px 0 10px 0;
	font-size: 19px;
	font-weight: 500;
	color: #000000;	
}

.hh2 {
	margin: 0px 0 10px 0;
	font-size: 19px;
	font-weight: 500;
	color: #000000;	
}

h2 {
	font-weight: normal;	
	font-size: 17px;
	color: #1683D3;	
}

.sh2 {
	line-height: 26px;	
	font-size: 15px;			
	margin: 13px 0 10px 0;
	font-weight: 700;
 	cursor: default;	
}

.sh2 svg {
	margin-left: 10px;	
	margin-right: 5px;	
	width: 24px;
	padding: 0px;
	float: left;
	fill: rgba(0,0,0,0.54);
}

h3 {
	color: #000000;		
	font-size: 17px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 28px;
}


.hh3 {
	font-size: 21px !important;
    height: 30px; !important;
}

.hh3_1 {
    margin-top: 0px !important;
}

#BOXA h3:first-child {
	margin-top: 8px;
}

h4 {
	font-weight: bold;
	font-size:15px;
	color: #666666;		
}

.hh4 {
	letter-spacing: 0.5px;
	color: rgba(0,0,0,0.77);
	margin: 0px 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

h5 {
	font-weight: normal;
	font-size:14px;
	color: #666666;		
	margin: 8px 0 2px 0;
}	

.hh5 {
	letter-spacing: 0.2px;
	color: rgba(0,0,0,0.77);
	margin: 0px 0 10px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

h6 {
	font-weight: normal;
	font-size: 13px;
	color: #666666;	
	margin: 8px 0 2px 0;	
}

.hh6 {
	color: #000000;	
	font-size: 13px;			
	margin: -5px 0 10px 0;
 	cursor: default;
 	color: rgba(0,0,0,0.54);
}

/*--- Hyperlinks ----------------------------------------------------------*/

a {
	color: #357AE8;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover	{
	text-decoration:underline;
}

a img {
	border: 0;
}


/*--- Globale Werte ----------------------------------------------------------*/

/* Linie */
.divider {
	clear: both;
	position: relative;
  	height: 0;
	line-height: 0;
	font-size: 0;
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;	
	margin-bottom: 20px;
}

hr {
    height: 1px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    margin: 20px 0px 20px;
    width: 175px;
}

/* Pflichtfeld */
.mf {
	font-weight: bold !important;
}

.required-marker {
	padding-left: 4px;	
}

/* Aktiv */
#current {
	border: 1px solid #86c3f2;
	background-color: #FFFFFF;	
}

/* Bottom Line Title Block */
#b_line_1 {
	height: 32px;
	border-bottom: 1px solid #DBDBDB;
}

.field_save {
	background-color: #E9F5ED;
}

/* Loading Bar */
.loading-state {
	background-image: url(../elements/loading5.gif)!important;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Loading */
.busy {
	background-image: url(../elements/loading.gif)!important;
	background-repeat: no-repeat;
	background-position: left center;
}

/* Filter */
.flhl {
	border-bottom: 2px solid #3367D6;
}

.f2h2 {
	border-bottom: 2px solid #3367D6 !important;
	/*background-color: #fff2a8;*/
}


/* Box */
.box {
	float: left;
	margin-right: 5px;
}

.box_txt {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.box_svg {
	float: left;
	margin-top: 4px;
}



#site_loader {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background: rgba(255,255,255,0.702);
}

.l_circle_site {
	margin: 0 auto;
	width: 90%;
	position: relative;
	text-align: center;
}

.l_circle_site h1 {
	margin: 5px 0 0 0;
	font-size: 15px;
	font-weight: normal;
}

#loader {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#FFFFFF;
	opacity: 0.7;
	filter:Alpha(Opacity=70);	
}

#loader_CL2 {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#FFFFFF;
	opacity: 0.7;
	filter:Alpha(Opacity=70);	
}

#tabloader {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background:#FFFFFF;
	opacity: 0.7;
	filter:Alpha(Opacity=70);	
}

.l_circle {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #000000;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.l_circle .l_circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


#process_loader {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0.602);
}

.circle_process {
	margin: 0 auto;
	top: 10%;
	width: 90%;
	position: relative;
	text-align: center;
}

.circle_process h1 {
	margin: 35px 0 0 0;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.site-loading {
	width: 256px;
    height: 256px;    
    background-image: url("../svg/ui-loading5.svg");
}


#screen_loader {
	display: none;
	position: absolute;
	z-index:99999;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0.602);
}

.circle_screen {
	margin: 0 auto;
	top: 10%;
	width: 90%;
	position: relative;
	text-align: center;
}

.circle_screen h1 {
	margin: 35px 0 0 0;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}


/*--- Offline -------------------------------------------------*/
.graying {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}



/*--- Cursor -------------------------------------------------*/

.cursor-1 {
 	cursor: pointer;
    cursor: hand;
}

.cursor-2 {
 	cursor: not-allowed;
	color: #8080C0;
 	background-color: #8080C0;
}

.cursor-3 {
 	cursor: move;
}

/*--- Clear -----------------------------------------------------------*/
.clear {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
}

.clear5 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	padding-top: 5px;
}

.clear10 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	padding-top: 10px;
}

.clear15 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	padding-top: 15px;
}

.clear20 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	padding-top: 20px;
}

.clear30 {
	position: relative;
	clear: both;
	line-height: 0;
	font-size: 1px;
	padding-top: 30px;
}

/*--- Animation -----------------------------------------------------------*/

@-webkit-keyframes rotation_asc {
    from {-webkit-transform: rotate(180deg);}
    to   {-webkit-transform: rotate(0deg);}
}

@-webkit-keyframes rotation_desc {
    from {-webkit-transform: rotate(180deg);}
    to   {-webkit-transform: rotate(360deg);}
}

.rotation_open {
    -webkit-transform: rotate(90deg);
    border: 1px solid #FF00FF;
}

.rotation_close {
    -webkit-transform: rotate(0deg);    
}