			@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600&display=swap');
			*:focus {outline:0;}
			body{
				margin:0;padding:0;
				background-color:#eee;
				font-family: 'IBM Plex Sans', sans-serif;
			}

			/** Pretty CheckBox zMod **/
			.pretty{
			    width: 230px;
			    margin-top:2px;
			}
			.pretty .state label{
				width: 100%;
				text-align:center;
			}
			.stateChecked > .pretty .state.p-success label{
				color:darkgreen;
	   			text-transform: capitalize;
			}
			.stateOpen > .pretty .state.p-success label{
				font-style: italic;
			    color: #888;
    			text-transform: capitalize;
			}
			.pretty .state label:before{
				border:1px solid #333;
			}
			.pretty.p-svg .state .svg{
				border:1px solid #333;	
			}
			/** E/O Pretty CheckBox zMod **/

			#breadCrumbs{
			    color: #ffd78e;
			    text-decoration: none;
			    /* font-style: italic; */
			    /* margin-top: 16px; */
			    position: absolute;
			    top: 156px;
			    left: 16px;
			}
			#breadCrumbs b{
				font-size: 20px;
			    color: #fff;
			}
			#breadCrumbs a{
			    color: #ffd78e;
    			text-decoration: none;
    			margin-left: 8px;
    			font-style: italic;
			}
			#breadCrumbs a:hover{
				text-decoration: underline;
			}
			.udButton{
				float:right;
				    background-color: #555;
    /* border: 1px solid #777; */
    padding: 3px;
    padding-right: 8px;
    position: relative;
    margin-left:5px;
    z-index: 3;
    font-size: 12px;
    color: #fff;
    text-indent: 20px;
    background-image: url(../img/down_fff.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 5px center;
    /* text-decoration: underline; */
    border-radius: 5px;
    cursor: pointer;
    transition: .2s background-color ease;
			}
			.udButton:hover{
				background-color:#000;
			}
			.tdata{
				position: relative;
				overflow: hidden;
			}

			.tdata,.tlabel{
				transition: 200ms color ease;
			}

			#lixContent.editMode .tdata{
				color:#bbb;
			}

			#lixContent.editMode .tdata.unlocked, #lixContent.editMode .tlabel{
				color:#000;
			}

			.tdata.unlocked{
			    background-color: #fff;
			}

			div.halfDataBlock:has(>div.tdata){
				filter:blur(4px);
			}

			.tdata>input{
			    pointer-events: none;
			    width: calc(100% - 32px);
			    border: none;

			    /* font-weight: 300; */
			    font-size: 15px;
			    margin: 0;
			    /* color: #999; */
			    /* line-height: 40px; */
			    padding: 0;
			    			    color:inherit;
				background: transparent;

			}

			.tdata>select{
				pointer-events: none;
			}

			.tdata.unlocked>input{
			    pointer-events: auto;
			    background: #fff;
			    color:#000;
			}

			.tdata>input:disabled{
			}

			#logo{
				float:none;
				height: 128px;
				margin:auto;
				transition: .7s all ease;
				text-align: center;
			}
			#logo.lix{
				height: 128px;
				}
			#logo>img{
				height: 100%;
			}
			.divider{
				width: 100%;
				height: 
			}
			#loginBar{
				height: 256px;
				width: 100%;
				top:50%;
			    transform: translateY(50%);
				transition: 1.4s all ease;
			}
			#loginBar.lix{
			    margin-top: -284px;
			}
			#loginBox{
				margin:auto;
				width: 444px;
				height: 100%;
			}
			#loginBox input{
				width: 100%;
			    background-color: #cecece;
			    padding: 12px;
			    font-weight: 500;
			    font-size: 18px;
   				font-family: 'IBM Plex Sans', sans-serif;

			    margin-top: 28px;
			    border: 1px solid #ccc;
			    border-radius: 8px;
			    transition: .7s background-color ease;
			}
			#loginBox input.invalid{
				border:1px solid red;
				background-color: rgba(255,0,0,0.4);
			}
			#loginBox input[type=button]{
				font-weight: 300;
				cursor: pointer;
				background-color: #3c3c3c;
			    color: #ccc;
			}


			#lixContent{
				width: 90%;
				margin-left:5%;
			}

			#lixContent h3,.dataBlockHeader{
				color:#000;
				font-weight: 300;
			}
			.dataBlockHeader{
				font-size: 19px;
			    padding-top: 16px;
			    width: 100%;
			    float: left;
			    padding-bottom: 16px;
			    /* margin-left: 5%; */
			    margin:0;
			    text-indent:12px;
			    background-color: #0e595b;
			    color: #fff;
			}
			table{
				width: 100%;
/*				background-color:#eee;
				border:1px solid #555;*/
				border-spacing:0;
			}
			table th{
				padding:8px;
				background-color:#ffd78e;
				text-align:center;
				text-transform: uppercase;
				border: 1px solid #e8b861;
			}
			table tr{
				background-color: #eee;
				transition: .2s background-color ease;
			}
			table tr:hover{
				background-color:#fff;
			}
			table td{
				border:1px solid #ccc;
				padding:6px;
			}
			table td.tdStatus{
			    width: 28px;
    			padding: 2px;
    		}
    		table td.tdStatus svg{
				width: 26px;
			    height: 28px;
   				fill: #b9660b;
   				margin-left:1px;
       		}
       		table td:last-child{
       			cursor: pointer;
       		}
			table td.tdStatus img{
				width: 26px;
			}
			.halfDataBlock{
			    position: relative;
			    display: inline-block;
			    width: 100%;
			    background: #fff;
			    border: 1px solid #ccc;
			    padding-bottom: 24px;
			    /* margin-top: 24px; */
			    margin-bottom: 16px;
			    margin-top:16px;
			}
			.lock{
				position: absolute;
				right:20px;
				top:12px;
				height: 32px;
				cursor: pointer;
				z-index: 2;
				width: 32px;
				background-size:32px 32px;
				background-image: url(../img/lock-open.png);
				background-repeat: no-repeat;
			}
			.lockClosed{
				right: 16px;
				background-image: url(../img/lock-closed.png);
			}

			.tdata .lock{
			    right: 4px;
			    top: 2px;
			    height: 24px;
 			    filter: grayscale(0);
			    width: 26px;
			    background-size: 24px 24px;
			    transition: 350ms filter linear;
			}
			.tdata .lockClosed{
				right: 0px;
		        filter: grayscale(1);
			}
			.tlabel{
			    /* padding: 5px; */
			    /* background-color: #eee; */
/*			    text-align: left;
			    color: #0e595b;
			    font-size: 14px;
			    text-transform: math-auto;*/
			    /* border: 1px solid #e8b861; */
/*			    width: 128px;
			    font-weight: bold;
			    display: inline-block;
			    float: left;*/
			    /* height: 36px; */
/*			    overflow: hidden;*/


			}
			.allStates .tlabel, .conds .tlabel{
				margin-left:0px;
			}
			.allStates .tdata, .conds .tdata{
				margin-left:16px;
			}
			.tdata{
			    /* border: 1px solid #ccc; */
			    /* padding: 5px; */
			    /* background-color: #eee; */
			    display: inline-block;
			    float: left;
			    text-indent: 6px;
			    width: calc(100% - 164px);
			    font-size: 14px;
			    /* height: 36px; */
			    overflow: hidden;
			    /* line-height: 36px; */
			}
			.tbox{
/*				border-bottom: 1px solid #b8d7cd;
				width: 96%;
				margin-left:2%;
				display: inline-block;
			    padding-top: 16px;
			    padding-bottom: 8px;
				position: relative;*/
				width: 100%;
				position: relative;
				display: inline-block;
    			margin: 0;
    			text-indent:8px;
    			padding: 6px 0px 6px 0px;
    			border-bottom:1px solid #ccc;
			}
			.stateOpen{
/*				background-color: #ffc5c5;*/
				background-color: #ddd;
    			border: 1px solid #ccc;
    			border-right: 16px solid red;
    			width: 240px;
			}
			.stateChecked{
				background-color:#c6ffc6;
				border: 1px solid #ccc;
			    border-right: 16px solid #4CAF50;
			    width: 240px;
			}
			.labelChecked{
			   background-color: #eaffea;
			   color: #0a3c0a;
			}
			.statesPerc{
			    position: absolute;
			    right: 56px;
			    top: 20px;
			    color: #fff;
			}
			.statesPerc.stateBad{
/*				color:#ff9b9b;*/
				color:#eee;
			}
			.statesPerc.stateHalf{
/*				color:#ffa64b;*/
/*				color:#ddfbbb;*/
			}
			.statesPerc.stateDone{
				color:#68ff68;
			}

			.checkmark{
			    width: 14px;
			    height: 14px;
			    border: 2px solid #ccc;
			    border-radius: 3px;
			    float: right;
			    position: absolute;
			    right: 10px;
			    top: 5px;
			}

			.checkmark>svg{
			    width: 24px;
			    display: none;
			    height: 34px;
			    position: absolute;
			    top: -13px;
			    left: -4px;
			    fill: limegreen;
			}

			.tbox.checked .tdata{
				text-align: center;
				width: calc(100% - 200px);
			}

			.tbox.checked .checkmark > svg{
				display: block;
			}

			.ovdata{
				position: relative;
			    display: inline-block;
    			width: 100%;
    			border-bottom: 1px solid #ccc;
    			border: 1px solid #ccc;
    			margin-bottom: 4px;
			    background-color: #fff;
			}

			.ovdata.inactive{
			    opacity: 0.4;
			    filter: grayscale(1);
			}

			.ovdata.closed{
				background:#f3f3f3;;
			}

			.ovdata.closed .ovcomplete{
			    filter: grayscale(50%);
    			opacity: 0.7;
    		}
			
			.ovdata.openfin{
				background:#fff8ee;
			}

			.ovdata.openfin .ovcomplete{
			    opacity: 0.6;
			}

/*			.ovdata .ovname{
			    float: left;
			    padding: 8px;
			}
*/
			.ovdata .ovperson{
			    float: left;
			    padding: 8px;
    			border-left: 1px solid #ccc;
			}

			.ovdata .ovdates{
			    font-size: 13px;
			    text-indent: 4px;
			    color: #444;
			    margin-top: 2px;
			}
			
			.ovdata .ovcomplete{
			    width: 42px;
			    height: 42px;
			    position: relative;
			    border-radius: 100%;
			    /* width: 32px; */
			    /* height: 32px; */
			    /* border-radius: 100%; */
			    float: left;
			    line-height: 42px;
			    font-size: 12px;
			    text-align: center;
			    margin: 6px;
			    color:#444;
			}

			.ovdata .ovcomplete svg{
				transform: rotate(-90deg);
				transform-origin: center;
				position: absolute;
			    top: 0;
			    left: 0;
			}

			.ovdata .ovcomplete{
				color:darkgreen;
				font-weight: bold;
			}

			.ovdata .ovcomplete.sub33{
			    color: darkred;
			}

			.ovdata .ovcomplete.sub66{
			    color: #e2800a;
			}

			.ovdata .ovcomplete.sub33 svg circle:nth-of-type(2){
				stroke:red;
			}

			.ovdata .ovcomplete.sub66 svg circle:nth-of-type(2){
				stroke:orange;
			}

			.ovdata .ovtype{
			    width: 128px;
			    float: left;
			    font-size: 13px;
			    padding: 10px;
			    text-align: right;
			}

			.ovdata .ovicons svg{
				transition: .1s fill ease-in-out;
				cursor: pointer;
			}

			.ovdata .ovicons svg:hover{
				fill:#396673;
			}

			.ovdata .ovicons{
			    margin-right: 0px;
				float:right;
				display: inline-block;
			}

			.ovdata .ovicon{
				float:right;
				display: inline-block;
			    padding: 12px;
			    fill: #999;
		        border-left: 1px solid #ccc;
			}

			.ovdata .ovicon.active{
			    background: #396673;
			    fill: #fff;
			    border-bottom: 1px solid #396673;
			    border-top-left-radius: 6px;
			    border-top-right-radius: 6px;
			}

			.ovdata .ovicon.ovedit{
				border-right: 1px solid #ccc;
			}

			.ovdata .ovicon.ovedit.active{
				border-right: 1px solid #396673;
			}

			.ovdata .round {
    transform: rotate(-90deg);
    transition: all 1s ease-in-out;
    fill: none;
    stroke: limegreen;
    stroke-width: 8;
    stroke-linecap: round;
    z-index: 99;
    stroke-dasharray: 0 999;
    position: absolute;
    left: 2.5;
    top: 2.5;
}
.ovdropdown-box{
    float: left;
    width: calc(100% - 69px);
    /* border-top: 1px solid #ccc; */
    /* float: right; */
    border-left: 55px solid #396673;
    display: none;
    border-right: 6px solid #396673;
    border-bottom: 6px solid #396673;
    border-radius: 6px;
    border-top-right-radius: 0px;
    margin: 8px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}

.ovdropdown-box .lock{
    position: absolute;
    left: -44px;
    bottom: 6px;
    top:auto;
    right: auto;
}

.ovchecklist-box{
}

.ovdropdown-box .tbox.Checked{
	background-color: #f1fff1;
}

.ovdropdown-box .tlabel{
    display: inline-block;
    float: left;
    font-size: 13px;
}

.ovdropdown-box .ts-checkbox{
    float: right;
    font-size: 13px;
    color: #777;
    display: none;
    width: auto;
    margin-right:42px;
}

.ovdropdown-box .tbox.Checked .ts-checkbox{
	display: inline-block;
}

.ovdropdown-box .tdata.savefile{
	float:right;
	width: auto;
	margin-right:8px;
}

.ovdropdown-box .tlabel.savefile
{    
	text-indent: 24px;
}

.ovdropdown-box .tlabel.savefile svg{
    position: absolute;
    left: 4px;
}

.ovdropdown-box .tdata.inputData{
	width: auto;
	float:left;
}


.ovdropdown-box .tlabel.inputData{
    float: left;
    width: auto;
    margin-right: 6px;
    font-size: 13px;
    color: #36565f;
    font-style: italic;
}

.ovdropdown-box .tdata.inputData input{
	font-size:14px;
	width: auto;
}

.ovdropdown-box .ovbox-subheader{
    float: left;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-top: 8px;
    color: #396673;
    padding-bottom: 8px;
    /* font-style: italic; */
    text-indent: 4px;
    border-bottom: 1px solid #396673;
    width: 100%;
    border-top: 1px solid #396673;
}

.ovdropdown-box .basefact-box{
	position: relative;
    border-bottom: 16px solid #396673;
}

.ovdropdown-box .basefact-box svg.addLine{
    position: absolute;
    left: 20px;
    bottom: 5px;
    fill: #999;
}

.ovdropdown-box.unlocked .basefact-box svg.addLine:hover{
	fill:#396673;
	cursor: pointer;
}

.ovdropdown-box .tbox.userDetails{
    text-indent: 4px;
    width: calc(100% - 16px);
    border-left: 16px solid #CCC;
    /* text-indent: 16px; */
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #eee;
}



input[type=date]{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:13px!important;
}

select{
	font-size:14px;
}



textarea{
    border: none;
    height: auto;
    width: calc(100% - 64px);
    height: 96px;
    margin-left: 8px;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.ovdropdown-box .tdata.inputData select{
    border: none;
    background: transparent;
}

.ovdropdown-box .tdata.inputData.textareaData{
	width: 100%;
}

.ovdropdown-box.unlocked .tdata.inputData input,.ovdropdown-box.unlocked .tdata.inputData select{
	width: auto;
	pointer-events: all;
	cursor: pointer;
}


.ovdropdown-box .tdata.savefile svg{
	fill: #999;
	margin-left:8px;
	float:right;
	transition: .3s fill ease-in-out;
}

.ovdropdown-box .tlabel.addfile{
    border: 3px dotted #444;
    float: none;
    text-indent: 0;
    margin: auto;
    padding: 14px;
    margin-left: 6px;
    width: calc(100% - 56px);
    text-align: center;
    background-color: #e8f8ff;
    font-size: 15px;
    color: #444;
}

.ovdropdown-box.unlocked .tdata.savefile svg:hover,.ovdropdown-box .tdata.savefile svg.alwaysOn:hover{
	fill:#2390b0;
	cursor: pointer;
}

.ovdropdown-box.unlocked .checkmark:hover{
	border:2px solid #396673;
    cursor: pointer;
}

.ovdropdown-box.unlocked .tbox:hover{
	background-color:#fefff0;
}

div.ovbox-header svg{
	position: absolute;
	left:-44px;
	fill:#fff;
}
div.ovbox-header{
    font-size: 15px;
    width: 100%;
    float: left;
    position: relative;
    padding:6px 0 6px 00;
    /* margin-left: 5%; */
    margin: 0;
    font-style: italic;
    text-indent: -6px;
    background-color: #444;
    background-color: #396673;
    font-weight: 500;
    color: #fff;
}

div.ovbox-header .lock{
	height: 24px;
	width: 24px;
	top: 22px;
    left: -28px;
    background-size:24px 24px;
}

.ovdropdown-box .tbox.tfactline{
    text-indent: 4px;
    width: calc(100% - 16px);
    border-left: 16px solid #CCC;
    /* text-indent: 16px; */
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #eee;
}

.tfactline input, .tfactline select{
	pointer-events: none;
}

.tfactline.tfacttotal .tlabel{
	float:right;
    font-size: 13px;
    /* font-weight: bold; */
    margin-right: 8px;
}

.tfactline.tfacttotal .tamount{
    font-size: 13px;
    margin-right: 2px;
}

.ovdropdown-box.unlocked .tfactline input, .tfactline select{
	pointer-events: all;
}

.tfactline div.tlabel{
    float: left;
    display: inline-block;
}

.tfactline div.tvat{
    float: right;
    display: inline-block;
}

.tfactline div.tamount{
    float: right;
    display: inline-block;
}

.tfactline div.tamount::after{
	content: '€';
    font-size: 14px;
    color: #444;
    margin-right: 8px;
}

.ovname div.ocmw-label{
	float: left;
    color: green;
    margin-right: 4px;
    background-color: #3f8c3f;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    font-size: 12px;
}

.tfactline input, .tfactline select{
    border: none;
    background: transparent;
}

.tfactline div.tamount input{
    text-align: right;
}

.ovbox-subheader .addButton{
    display: block;
    float: right;
    background-color:#999;
    color: #fff;
    font-size: 13px;
    border: 1px solid #aaa;
    /* line-height: 15px; */
    margin-right: 8px;
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 2px;
    transition: .2s background-color linear;
}
.ovbox-subheader svg{
	position: absolute;
	top:4px;
	fill:#999;
	right: 4px;
    transition: .2s fill linear;
}

.ovbox-subheader svg.factPreview{
	right: 48px;
}


.ovdropdown-box .ovbox-subheader.addheader{
	background:#396673;
}
.ovdropdown-box .ovbox-subheader svg:hover{
    fill: #396673;
    cursor: pointer;
}

.ovdropdown-box.unlocked .ovbox-subheader .addButton:hover{
    background-color: #396673;
    cursor: pointer;
    border: 1px solid #fff;
}


			@media only screen and (max-width: 600px) {
				.ovdata .ovicons svg:hover{
					fill:#ccc;
				}
				.ovdata .ovicons svg:active{
					fill:#444;
				}
				.ovdata .ovicons{
				    width: 100%;
    				border-top: 1px solid #ccc;
				}
				.ovdata .ovfiles, .ovdata .ovchecklist{
/*					border-left:none;
					border-right: 1px solid #ccc;*/
				}
				.ovdata .ovtype{
					text-align: left;
					width: auto;
					margin-left:2px;
					padding-left:2px;
				    padding-right: 0px;
				}
				.allStates .tdata{
					margin-left:0;
				}
				img.rcardspreview{
					width: 100%;
				}
				.ovdropdown-box .tbox.Checked .ts-checkbox{
					float:left;
				}
				.tdata,.tlabel{
					width: calc(100% - 12px);
				   margin-left: 0px;
				   height: auto;
    					min-height: 20px;
				}
				.ovdropdown-box .tlabel.savefile{
					width: auto;
				}
				.ovdropdown-box .tlabel.inputData{
					width: 100%;
				}
				.tlabel.stateOpen,.tlabel.stateChecked{
					width:calc(100% - 27px);
				    margin-bottom: 16px;
				}
				#lixContent{
					width: 98%;
					margin-left:1%;
				}

			}
