/*######################################################################################

    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:

  ######################################################################################*/

/*--- Process Header ---------------------------------------------------------*/
.process_header {
	margin-left: auto; margin-right: auto;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight:normal;
	color: #FFFFFF;
	cursor: default;
}

.process_header .ml {
	font-family: 'Roboto', sans-serif;
	float: left;
	padding-right: 5px;
	font-weight: normal;
 	font-size: 15px;	
}

.process_header .mr {
	float: right;
	padding-right: 7px;
	font-weight: normal;
	font-size: 13px;	
}

.process_header .info {
	font-weight: normal;
	font-size: 11px;			
}

.process_header .block {
	float: left;
	margin-left: 10px;
}

.process_header .element {
	float: left;
}

.process_header .element img {
	margin-right: 2px;
	height: 30px;
	line-height: 30px;	
}

/*--- Process Header ---------------------------------------------------------*/
.process_subheader {
	margin-left: auto; margin-right: auto;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-weight:normal;
	cursor: default;
	border-bottom: 1px solid #DBDBDB;
}

.process_subheader .ml {
	font-family: 'Roboto', sans-serif;
	float: left;
	padding-right: 5px;
	font-weight: normal;
 	font-size: 15px;	
}

.process_subheader .mr {
	float: right;
	padding-right: 7px;
	font-weight: normal;
	font-size: 13px;	
	margin-top: 5px;
}

/*--- Process Bar ---------------------------------------------------------*/
.process_bar {
	margin-left: auto; margin-right: auto;
	margin: 0px;
	overflow: hidden;	
	padding: 0px 0px 0px 0px;
}

.process_bar .menu {
	margin-left: auto; margin-right: auto;
	height: 36px;
	line-height: 36px;	
	overflow: hidden;	
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #DBDBDB;			
	background-color: #F6F6F6;
}

.process_bar .menu .ml {
	float: left;
	margin-left: 5px;
}

.process_bar .menu .mr {
	float: right;
	margin-right: 0px;		
}

.process_bar .mr .block {
	float: right;
	padding-left: 10px;	
	padding-right: 7px;
	font-weight: normal;
	font-size: 11px;			
}

/*--- Process Table Header -------------------------------------------*/
.processHTable {
	width: 100%;
	text-align: left;
	font-weight: normal;		
	background-color: #ffffff;
	overflow: hidden;	
	margin-bottom: 5px; 
}

.processHTable .leftBlock {
	float: left;
	padding: 0px 0px 0px 0px;
}

.processHTable .leftBlock #element_title {
	float: left;
	margin-right: 5px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;	
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;	
}

.processHTable .rightBlock {
	float: right;
	padding: 0px 0px 0px 0px;
}

.processHTable .rightBlock #element {
	float: left;
	margin-right: 7px;
}

.processHTable .rightBlock #element_scroll {
	float: left;
	width: 11px;
	margin-right: 11px;
}

/*--- Process Icons Menu ---------------------------------------------------------*/

ul.process_icon_menu {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	height: 32px;
	margin-top: 1px;
}

ul.process_icon_menu li {
    float: left;
	border: 1px solid transparent;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
 	cursor: pointer;
    cursor: hand;
    width: 32px;
    height: 32px;
    text-align: center;
	margin-right: 3px;	
}

ul.process_icon_menu li svg {
	width: 24px;
	padding: 4px;
	fill: rgba(0,0,0,0.54);
}

ul.process_icon_menu img {
	margin-top: 4px;
}

ul.process_icon_menu #current {
	border: 1px solid #86c3f2;
	background-color: #baddf8;
}

ul.process_icon_menu .current {
	border: 1px solid #86c3f2;
	background-color: #cae7fe;
}

ul.process_icon_menu .title {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
 	cursor: default;
 	width: auto;	
}

ul.process_icon_menu li.title:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon_menu .subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
 	cursor: default;
 	width: auto;	
 	margin-top: 1px;
}

ul.process_icon_menu li.subtitle:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon_menu .input {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
 	cursor: default;
 	width: auto;	
}


ul.process_icon_menu .txt {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	margin-left: 5px;
 	cursor: default;	
	width: 350px;
}

ul.process_icon_menu li.txt:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon_menu .dummy {
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 5px;	
 	cursor: default;	
 	height: 28px;
 	width: 0px;
 	border: 1px solid transparent;
 	border-left: 1px solid #CCCCCC;
	background-color: transparent;	
}

ul.process_icon_menu svg:hover {
	fill: #4285f4;
	background: rgba(0,0,0,0.10);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;		  		
}

ul.process_icon_menu li.dummy:hover {
	border-left: 1px solid #CCCCCC;
	background-color: transparent;	
}

ul.process_icon_menu #pmc1 {
	fill: #666666;
}

ul.process_icon_menu #pmc1:hover {
	fill: #4285f4;
}

ul.process_icon_menu #pmc2 {
	fill: #29ab6c;
}

ul.process_icon_menu #pmc2:hover {
	fill: #4285f4;
}

ul.process_icon_menu #pmc3 {
	fill: #4682B4;
}

ul.process_icon_menu #pmc3:hover {
	fill: #4285f4;
}

ul.process_icon_menu #pmc4 {
	fill: #8FBC8F;
}

ul.process_icon_menu #pmc4:hover {
	fill: #4285f4;
}

ul.process_icon_menu #pmc5 {
	fill: #DC143C;
}

ul.process_icon_menu #pmc5:hover {
	fill: #4285f4;
}

/*--- Process Icons Menu ---------------------------------------------------------*/
ul.process_icon {
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	height: 24px;
	margin-top: 1px;
}

ul.process_icon li {
    float: left;
	border: 1px solid transparent;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
 	cursor: pointer;
    cursor: hand;
    width: 24px;
    height: 24px;
    text-align: center;
	margin-right: 3px;	
}

ul.process_icon img {
	margin-top: 4px;
}

ul.process_icon #current {
	border: 1px solid #86c3f2;
	background-color: #baddf8;
}

ul.process_icon .current {
	border: 1px solid #86c3f2;
	background-color: #cae7fe;
}

ul.process_icon .title {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
 	cursor: default;
 	width: auto;	
}

ul.process_icon li.title:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon .subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
 	cursor: default;
 	width: auto;	
 	margin-top: 1px;
}

ul.process_icon li.subtitle:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon .input {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
 	cursor: default;
 	width: auto;	
}

ul.process_icon .txt {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	margin-left: 5px;
 	cursor: default;	
	width: 350px;
}

ul.process_icon li.txt:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon .dummy {
	margin-top: 2px;
	width: 5px;
 	cursor: default;	
 	height: 20px;
 	border: 1px solid transparent;
	background: transparent url(../site/process_menu_line_1x1.jpg) repeat-y center center; 	
}

ul.process_icon li:hover  {
	background-color: #79C7F4;
	border: 1px solid #129BED;
}

ul.process_icon li.dummy:hover {
	border: 1px solid transparent;
	background-color: transparent;	
}

ul.process_icon svg {
	width: 18px;
	fill: rgba(0,0,0,0.54);
	margin-top:3px;
}


/*--- Process Infoblock ---------------------------------------------------------*/
.process_infoblock {
	margin-left: auto; margin-right: auto;
	margin: 0px;
	overflow: hidden;	
	padding: 0px 0px 0px 0px;
}

.process_infoblock .menu {
	margin-left: auto; margin-right: auto;
	padding-left: 10px;	
	min-height: 20px;
	line-height: 20px;
	overflow: hidden;	
	background-color: #F6F6F6;			
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DBDBDB;				
}

.process_infoblock .menu .ml {
	float: left;
	font-size: 13px;		
	width: 700px;
}

.process_infoblock .menu .mr {
	float: right;
	font-size: 11px;	
	margin-right: 5px;	
}

.process_infoblock .menu .mr .block {
	float: left;
}

.process_infoblock .menu .mr .status {
	float: left;
	margin-left: 20px;
	margin-right: 3px;
	margin-top: 1px;
}

/*--- Process Continue Menu ---------------------------------------------------------*/
.process_formular {
	font-family: 'Roboto', sans-serif;
 	cursor: pointer;
    cursor: hand;
	text-align: center;
	margin: 5px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 2px;				
	color: #FFFFFF;
}

.process_formular_off {
	font-family: 'Roboto', sans-serif;
	text-align: center;
 	cursor: not-allowed;	
	margin: 5px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 2px;			
	color: #FFFFFF;
	background-color: #C6C6C6;	
}
   
   
/*--- Process Position ---------------------------------------------------------*/
.process_position {
	margin-left: auto; margin-right: auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-left: 1px solid #DBDBDB;	
	border-bottom: 1px solid #DBDBDB;	
	border-right: 1px solid #DBDBDB;	
	background-color: #F6F6F6;				
}

.process_position .ml {
	float: left;
	margin-left: 5px;
	padding-top: 1px;	
}

.process_position .mc {
	float: left;
}

.process_position #element {
	float: left;
	margin-top: 3px;
	margin-right: 4px;
}

.process_position #element_txt {
	float: left;
	margin-right: 4px;
}

.process_position .block {
	padding-left: 10px;
}

.process_position select {
	font-size: 13px;
	height: 24px;
	padding: 0px;
}

.process_position .mr {
	float: right;
	margin-right: 17px;	
	border-right: 1px solid #DBDBDB;	
}

.process_position .mr .infoblock li {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	height: 30px;					
	color: #000000;	
	background-color: #FFFFFF;	
	border-left: 1px solid #DBDBDB;
}

.process_position .mr .infoblock .dummy {
	background-color: #FFFFFF;	
	float: right;
	width: 10px;
	height: 30px;
	border: 0px;
}   

/*--- Process Infoblock Position ---------------------------------------------------------*/

.content_info {
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	margin: 1px;
	border: 1px solid;	
	border-color: #DBDBDB;
	background-color: #eeeeee;
	height: 12px;	
	line-height: 12px;	
}

.content_info a {
	color: #333333;
	text-decoration:underline;	
}

.content_info_left {
	width: 128px;	
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	margin: 1px;
	border: 1px solid;	
	border-color: #DBDBDB;
	background-color: #eeeeee;
	height: 12px;	
	line-height: 12px;
}

.content_info_right {
	width: 138px;		
	float: right;
	text-align: right;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	margin: 1px;
	border: 1px solid;	
	border-color: #DBDBDB;	
	background-color: #eeeeee;
	height: 12px;	
	line-height: 12px;
}

.content_info_right_gl {
	width: 63px;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #999999;
	padding: 4px;
	margin: 1px;
	border: 1px solid;	
	border-color: #DBDBDB;
	background-color: #eeeeee;
	height: 12px;	
	line-height: 12px;
}

.content_info_right_gl a {
	color: #999999;
	text-decoration:underline;	
}

.content_info_right_lo {
	width: 63px;
	float: left;
	text-align: right;
	font-size: 12px;
	padding: 4px;
	margin: 1px;
	border: 1px solid;	
	border-color: #DBDBDB;
	background-color: #eeeeee;
	height: 12px;
	line-height: 12px;
}

/*--- Process MSG ---------------------------------------------------------*/

.process_box_ok {
	text-align: left;
	font-weight: normal;
  	padding: 10px 32px;
	margin-bottom: 15px;
	border: 2px solid #66CC6B;
	background: #E0F3E1 url(../icons/16x16/w10/ok.png) no-repeat 10px 9px;  	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;			

}

.process_information {
	text-align: left;
	font-weight: bold;
  	padding: 10px 32px;
	border: 2px solid #fdd981;
	background: #ffefb2 url(../icons/16x16/office/information.png) no-repeat 10px 9px;  	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;			
}

.process_stop {
	text-align: left;
	font-weight: bold;
  	padding: 10px 32px;
	border: 2px solid #d9655a;
	background: #fbba9c url(../icons/16x16/ic/sign_warning.png) no-repeat 10px 9px;  	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;					
}

/*--- Process Input Touch ---------------------------------------------------------*/
.process_input {
	padding: 10px;
	width: 360px;
    float: center;
	font-size: 13px;  	
	font-family: 'Roboto', sans-serif;
    text-align: center;
	background-color: #f7f7f7;	
	border: 1px solid #CCCCCC;	
	margin-right: 5px;	
	margin-bottom: 5px;		
}

.process_input #element_img {
	float: left;
	line-height: 32px;
	height: 32px;
	margin-right: 7px;
}

.process_input #element_txt {
	float: left;
	text-align: left;
	line-height: 32px;
	height: 32px;
	font-weight: bold;
	font-size: 19px;
}

.process_input #element_input {
	float: left;
	text-align: left;
	line-height: 32px;
	height: 32px;
}

.process_input input {
	font-size: 19px;
}