/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 2 version
*/

#colortemplate {
	color: #CEE173; /*lightgreen*/	
	color: #81BC43; /*darkgreen*/
	border: solid 2px rgba(4,111,5,1.0); /*highlightborder*/
}

input::-ms-clear {
    display: none;
}

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-touch-action: none;
	    touch-action: none; /* disable zoom */
}

html, body, div, input{	
	color: #000000;
}

html, body{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: arial;
	background: url("../assets/bgpattern_mittelgrau.png") #eee repeat;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: url("../assets/cur_arrow.cur"), auto;
}

*:focus {
    outline: none;
}

#tf-x:focus,
#tf-y:focus,
#tf-title:focus,
.bg-key:focus,
.bg-value:focus,
#virtual-keyboard-top.active #vk-input-key,
#virtual-keyboard-bottom.active #vk-input-value{ 
	border: solid 2px rgba(4,111,5,1.0);
	
    /* border: solid 2px #333333; */
}

#title{
	position: absolute;
	left: 590px;
	top: 36px;
	width: 280px;
	height: 61px;
	background-image: url(../assets/title.png);
}

#btn-close{
	position: absolute;
	left: 853px;
	top: 19px;
	width: 42px;
	height: 42px;
	background-image: url(../assets/btn_close.png);
}

#btn-restart{
	position: absolute;
	left: 18px;
	top: 37px;
	width: 156px;
	height: 58px;
	background-image: url(../assets/btn_restart.png);
}

#btn-print{
	position: absolute;
	left: 185px;
	top: 37px;
	width: 130px;
	height: 58px;
	background-image: url(../assets/btn_print.png);
}

#btn-save{
	position: absolute;
	left: 320px;
	top: 37px;
	width: 143px;
	height: 58px;
	background-image: url(../assets/btn_menu_save.png);
}

#btn-load{
	position: absolute;
	left: 470px;
	top: 37px;
	width: 114px;
	height: 58px;
	background-image: url(../assets/btn_menu_load.png);
}

#stage{
	width: 100%;
	height: 100%;
	position: relative;	
}

#content{
	position: absolute;
	/* left: 50%; */
	/* top: 50%; */
	/* margin-left: -455px; */
	/* margin-top: -308px; */
	width: 911px;
	height: 609px;
	background-repeat: no-repeat;
}

#content.close{
	background-image: url(../assets/Panel_cut.png);
}

#content.normal{
	background-image: url(../assets/Panel_no_close.png);
	
}

#data-grid-container{
	position: absolute;
	left: 20px;
	top: 107px;
	width: 305px;
}

/*data-grid-header*/
#data-grid-header{
	position: absolute;
	left: 0px;
	top: 9px;
	width: 230px;
	height: 30px;
}


#data-grid-header-text-arrow{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 15px;
	height: 19px;	
	background-image: url(../assets/doublearrow.png);
}

#data-grid-header-text{
	position: absolute;
	left: 25px;
	top: 5px;
	width: 231px;
	height: 35px;	

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#data-grid-header-row{
	position: absolute;
	left: 29px;
	top: 45px;
	width: 224px;
	height: 36px;
	z-index: 1;
}

#data-grid-header-base{
	position: absolute;
	width: 101px;
	height: 30px;
	left: 0px;
	margin-left: 4px;
	padding: 1px 2px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

#data-grid-header-value{
	position: absolute;
	width: 101px;
	height: 30px;
	right: 0px;
	margin-right: 4px;
	padding: 1px 2px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

/*data-grid-sidebar*/
#data-grid-sidebar{
	position: absolute;
	left: 260px;
	top: 80px;
	width: 28px;
	height: 414px;
}

.data-grid-sidebar-btn{
	position: relative;
	width: 26px;
	height: 28px;
	margin-top: 8px;
	background-repeat: no-repeat;
}
.data-grid-sidebar-btn.minus{	
	background-image: url(../assets/minus_button.png);
}
.data-grid-sidebar-btn.plus{	
	background-image: url(../assets/plus_button.png);
}
/*data-grid-content*/

#data-grid-content{
	position: relative;
	left: 25px;
	top: 40px;
	width: 231px;
	height: 414px;
	overflow: hidden;
	background-image: url(../assets/tableframe.png);

}
#data-grid-content-slide{
	position: relative;
	left: 4px;
	top: 40px;
	width: 800px;
	height: 366px;
}

.data-grid-side{
	float: left;
	width: 224px;
	height: 366px;
}

.data-grid-row{
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 6px;
}

.data-grid-col-1{
	position: absolute;
	width: 101px;
	height: 30px;	
	margin-left: 4px;
	padding: 1px 2px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.data-grid-col-2{
	position: absolute;
	right: 0px;
	width: 101px;
	height: 30px;
	margin-right: 4px;
	padding: 1px 2px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

/*data-grid-footer*/
#data-grid-footer{
	position: absolute;
	left: 25px;
	top: 460px;
	width: 230px;
	height: 28px;
}

#data-grid-prev{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 39px;
	height: 28px;	
	background-image: url(../assets/slider_left.png);
}

#data-grid-text{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 28px;	
	text-align: center;
}

#data-grid-next{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 39px;
	height: 28px;	
	background-image: url(../assets/slider_right.png);
}

/*data-grid-special-next*/
#data-grid-special-next{
	display: block;
	position: absolute;
	left: 260px;
	top: 460px;
	width: 26px;
	height: 27px;	
	background-image: url(../assets/plus_button.png);	
}

/*diagramm-container*/

#diagramm-container{
	position: absolute;
	left: 316px;
	top: 101px;
	width: 543px;
	height: 485px;	
}

#tf-title{
	position: absolute;
	left: 84px;
	top: 17px;
	width: 310px;
	height: 30px;
	margin-left: 4px;
	margin-top: 6px;
	padding-left: 3px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;    

	background-color: #ddd;
	border: #ccc 1px solid;
	border-radius: 4px;
}
#tf-x{
	position: absolute;
	left: 119px;
	top: 443px;
	width: 358px;
	height: 30px;
	margin-left: 4px;
	margin-top: 6px;
	padding-left: 3px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;

	font-family: Arial;
	font-size: 16px;
	/*font-weight: bold;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	background-color: #CEE173; /*lightgreen*/
	border: #ccc 1px solid;
	border-radius: 4px;
}
#tf-x-info{
	position: absolute;
	left: 86px;
	top: 453px;
	width: 54px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 17px;

	font-family: Arial;
	font-size: 16px;
}
#tf-y{
	position: absolute;
	left: -124px;
	top: 224px;
	width: 323px;
	height: 30px;
	margin-left: 4px;
	margin-top: 6px;
	padding-left: 3px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;

	font-family: Arial;
	font-size: 16px;
	/*font-weight: bold;*/

	background-color: #81BC43; /*darkgreen*/
	border: #ccc 1px solid;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
}

#tf-y-info{
	position: absolute;
	left: -6px;
	top: 392px;
	width: 84px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 16px;

	font-family: Arial;
	font-size: 16px;

	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
}

#tf-diagramm{
	position: absolute;
	left: 419px;
	top: 57px;
	color: #6d6c6a;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#tf-title::-webkit-input-placeholder, #tf-x::-webkit-input-placeholder, #tf-y::-webkit-input-placeholder{
	color: #333333;
}

#tf-title::-moz-placeholder, #tf-x::-moz-placeholder, #tf-y::-moz-placeholder{
	color: #333333;
}

#tf-title:-ms-input-placeholder, #tf-x:-ms-input-placeholder, #tf-y:-ms-input-placeholder{
	color: #333333;
}

#tf-title::-ms-input-placeholder, #tf-x::-ms-input-placeholder, #tf-y::-ms-input-placeholder{
	color: #333333;
}

#tf-title::placeholder,
#tf-x::placeholder,
#tf-y::placeholder{
	color: #333333;
}

#btn-container{
	position: absolute;
	left: 418px;
	top: 14px;
	width: 136px;
	height: 41px;
}

#btn-bar{
	position: relative;
	float: left;
	width: 46px;
	height: 41px;
	background-image: url(../assets/toggel_inactive_1.png);
	background-repeat: no-repeat;
}

#btn-line{
	position: relative;
	float: left;
	width: 43px;
	height: 41px;
	background-image: url(../assets/toggel_inactive_2.png);
	background-repeat: no-repeat;
}

#btn-pie{
	position: relative;
	float: left;
	width: 44px;
	height: 41px;
	background-image: url(../assets/toggel_inactive_3.png);
	background-repeat: no-repeat;
}

#btn-bar.active{
	background-image: url(../assets/toggel_active_1.png);
}
#btn-line.active{
	background-image: url(../assets/toggel_active_2.png);
}
#btn-pie.active{
	background-image: url(../assets/toggel_active_3.png);
}

/*overlay*/
#overlay{
	display: none;
	position: relative;
	left: 20px;
	top: 107px;
	z-index: 1000;
}


/*overlay save*/
#overlay-save{
	position: relative;
	width: 870px;
	height: 499px;
	background-image: url(../assets/popup_bg.png);
	background-repeat: no-repeat;
}

#overlay-save-input-container{
	position: relative;
	left: 226px;
	top: 75px;
}

#overlay-save-input-icon{
	position: absolute;
	left: 0px;
	top: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../assets/icon_save.png);
	background-repeat: no-repeat;
}

#overlay-save-input-text{
	position: absolute;
	left: 20px;
	top: 0px;
	line-height: 30px;
	font-family: Arial;
	font-size: 25px;
}

#overlay-save-bubble-container{
	position: relative;
	left: 187px;
	top: 158px;
	width: 510px;
	height: 241px;
	background-image: url(../assets/bubble_save.png);
	background-repeat: no-repeat;
}


#overlay-save-bubble-text{
	position: relative;
	left: 64px;
	top: 43px;
	width: 310px;
	height: 75px;
	line-height: 30px;
	/*text-align: center;*/
	/*vertical-align: middle;*/

	font-family: ComicSansMS,Arial;
	font-size: 16px;
	/*font-weight: bold;*/
}

.hdkf-button{
	position: absolute;
	width: 140px;
	height: 62px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0.4em;
	background-image: url(../assets/button_bg.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	font-family: ComicSansMS,Arial;
}

#overlay-save-bubble-btn-cancel{
	position: absolute;
	left: 229px;
	top: 100px; 	
	/* top: 150px;  */
}

#overlay-save-bubble-btn-save{
	position: absolute;
	left: 60px;
	top: 100px; 	
	/* top: 150px; */
}

#overlay-save-bubble-btn-rename{
	position: absolute;
	left: 150px;
	top: 130px; 	
}

#overlay-save-bubble-btn-export{
	position: absolute;
	left: 150px;
	top: 169px;
}



/*overlay load*/
#overlay-load{
	position: relative;
	width: 870px;
	height: 499px;
	background-image: url(../assets/popup_bg.png);
	background-repeat: no-repeat;
}

#overlay-save-header,
#overlay-load-header{
	position: relative;
	left: 225px;
	top: 50px;
}

#overlay-save-header .icon,
#overlay-load-header .icon{
	position: relative;
	float: left;
	left: 0px;
	top: 4px;
	width: 15px;
	height: 19px;
	background-image: url(../assets/doublearrow.png);
	background-repeat: no-repeat;
}

#overlay-save-header .text,
#overlay-load-header .text{
	position: relative;
	left: 5px;
	top: 0px;
	width: 310px;
	height: 30px;
	line-height: 30px;
	/*text-align: center;*/
	/*vertical-align: middle;*/

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#overlay-load-input-container{
	position: relative;
	left: 245px;
	top: 50px;
	width: 362px;
	height: 190px;
	float: left;
	overflow: hidden;
	border: #aaa 2px solid;
}

#overlay-load-input-container .slide {	
	position: relative;
	width: 2172px;
	height: 190px;
}

#overlay-load-input-container .side {
	position: relative;
	width: 362px;
	height: 190px;
	float: left;
}

#overlay-load-input-container .row{
	clear: both;
	width: 362px;
	height: 38px;
	background-image: url(../assets/row_load.png);
}

#overlay-load-input-container .row.selected{
	clear: both;
	width: 362px;
	height: 38px;
	background-image: url(../assets/row_load_selected.png);
}

#overlay-load-input-container .row .icon{
	position: relative;
	float: left;
	left: 5px;
	top: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../assets/icon_save.png);
	background-repeat: no-repeat;
}
#overlay-load-input-container .row.selected .icon{	
	background-image: url(../assets/icon_save_invert.png);
}

#overlay-load-input-container .row .text{
	position: relative;
	float: left;
	left: 15px;
	top: 5px;
	width: 310px;
	height: 30px;
	line-height: 30px;
	/*text-align: center;*/
	/*vertical-align: middle;*/

	font-family: Arial;
	font-size: 16px;
}

#overlay-load-input-container .row .btn-delete{
	position: relative;
	float: left;
	left: 0px;
	top: 6px;
	width: 26px;
	height: 27px;
	background-image: url(../assets/delete_button.png);
	background-repeat: no-repeat;

}

#overlay-load-input-btn-prev{
	/*display: none;*/
	position: absolute;
	left: 245px;
	top: 275px;
	width: 39px;
	height: 28px;	
	background-image: url(../assets/slider_left.png);
}

#overlay-load-input-tf-page{
	/*display: none;*/
	position: absolute;
	left: 245px;
	top: 273px;
	width: 362px;
	height: 38px;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;

	font-family: Arial;
	font-size: 16px;	
}

#overlay-load-input-btn-next{
	/*display: none;*/
	position: absolute;
	left: 568px;
	top: 275px;
	width: 39px;
	height: 28px;	
	background-image: url(../assets/slider_right.png);
}

#overlay-load-bubble-container,
#overlay-load-bubble-delete-container {
	position: absolute;
	left: 213px;
	top: 304px;
	width: 504px;
	height: 218px;
	background-image: url(../assets/bubble_load.png);
	background-repeat: no-repeat;
}

#overlay-load-bubble-delete-container{	
	display: none;
}


#overlay-load-bubble-text,
#overlay-load-bubble-delete-text{
	position: relative;
	left: 64px;
	top: 33px;
	width: 310px;
	height: 75px;
	line-height: 30px;
	font-family: ComicSansMS,Arial;
	font-size: 16px;
}

#overlay-load-bubble-btn-cancel,
#overlay-load-bubble-delete-btn-cancel {
	position: absolute;
	left: 220px;
	top: 97px;
}
#overlay-load-bubble-delete-btn-continue,
#overlay-load-bubble-btn-save,
#overlay-load-bubble-btn-load{
	position: absolute;
	left: 70px;
	top: 97px;
}
#overlay-load-bubble-btn-import{
	position: absolute;
	left: 616px;
	top: 80px;
}

#overlay-load-bubble-btn-import-input{
	display: none;
}

/*overlay feedback*/
#overlay-feedback{
	position: relative;
	left: 25px;
	right: 25px;
}

#overlay-feedback-bubble-container{
	position: absolute;
	left: 8px;
	top: 8px;
	width: 443px;
	height: 241px;
	background-image: url(../assets/bubble_feedback.png);
	background-repeat: no-repeat;
}

#overlay-feedback-bubble-text{
	position: relative;
	left: 153px;
	top: 51px;
	width: 233px;
	height: 75px;
	line-height: 20px;
	/*text-align: center;*/
	/*vertical-align: middle;*/

	font-family: ComicSansMS,Arial;
	font-size: 16px;
	/*font-weight: bold;*/
}

#overlay-feedback-bubble-btn-continue{
	position: absolute;
	left: 96px;
	top: 132px;
}

#overlay-feedback-bubble-btn-cancel{
	position: absolute;
	left: 239px;
	top: 132px;
}

#diagramm-canvas{
	position: absolute;
	left: 100px;
	top: 63px;
}

#logo{
	width: 299px;
	height: 156px;
	top: 0px;
	left: 0px;
	z-index: 900;
	position: absolute;
	background-position: 0px 10px;
    background-image: url(../../assets/Wolkelogo_portal.png);
}	

.bg-key {
	border-radius: 5px;
	border: 0px;
	background-color: #CEE173; /*lightgreen*/
}

.bg-value {
	border-radius: 5px;
	border: 0px;
	background-color: #81BC43; /*darkgreen*/
}


/*virtual keyboard*/

#virtual-keyboard-container{
	left: 17px;
	top: 100px;
	width: 312px;
	height: 500px;
	z-index: 2;
	position: absolute;
	overflow: hidden;
	display: none;
}

#virtual-keyboard{
	font-size: 16px;
	font-family: arial;
	color: #333333;

	width: 312px;
	height: 500px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-position: 0px 0px;
    background-image: url(../assets/panelNumPad.png);

	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#virtual-keyboard-back{
	width: 164px;
	height: 32px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-position: 0px 0px;
    background-image: url(../assets/button_back.png);
}

#virtual-keyboard-top{
	width: 280px;
	height: 69px;
	top: 45px;
	left: 50%;
	margin-left: -140px;
	position: absolute;
	background-position: 0px 0px;
	background-image: none;
}	

#virtual-keyboard-bottom{
	width: 280px;
	height: 370px;
	top: 114px;
	left: 50%;
	margin-left: -140px;
	position: absolute;
	background-position: 0px 0px;
	background-image: none;
    float: left;
}	

#virtual-keyboard-top.active{
	/* background-image: none; */
    background-image: url(../assets/markerData.png);
}

#virtual-keyboard-bottom.active{
	/* background-image: none; */
    background-image: url(../assets/markerNum.png);
}

#virtual-keyboard-key-container{
	width: 100%;
	position: absolute;
	left: 13px;
	top: 81px;
}

#virtual-keyboard-key-container .btn{
	position: relative;
	padding: 2px;
}

#virtual-keyboard-text-key{
	font-weight: bold;
}

#virtual-keyboard-text-value{
	font-weight: bold;
}
#virtual-keyboard-key-input-container{
	left: 35px;
	top: 5px;
	position: absolute;
}
#virtual-keyboard-value-input-container{	
	left: 33px;
	top: 7px;
	position: absolute;
}
#vk-input-value{
	width: 139px;
	height: 32px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: -16px;
	line-height: 32px;

	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	color: #333333;

	background-color: #f1df95;
	border-radius: 5px;
	border: 2px solid #ffffff;
}

#vk-input-key{
	width: 207px;
	height: 32px;

	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	color: #333333;

	text-align: center;
	vertical-align: middle;

	background-color: #f1df95;
	border-radius: 5px;
	border: 2px solid #ffffff;
}