/* Set used colors  */

.DocNewTableContainer {
	
	  overflow-x: scroll;
	  width:calc(100vw - 40px);
}	
:root {
   --TabColor:#2D89EF; /*#2D89EF;*/
   --Hovercolor:#378de5;  /*#378de5;*/
   --Hovercolor2:#79bbff; /*#79bbff;*/
   --Buttonscolor:#63b8ee; /*#63b8ee*/
   --Buttonscolor2:#468ccf; /**#468ccf*//
   --DetailColor:#DDDDDD; /*#DDDDDD;*/
   --TextColor:black;
   --WarningColor:red;
   --ButtonscolorWarn:#DB4848;
   --ButtonscolorWarn2:#EA8181;
   
}
.textColWhite {
	color: white;
}
.font10 { 
	font-size: 10px; 
	font-family:Arial;


}
.font12 { 
	font-size: 12px; 
	font-family:Arial;

}
.ifont12 { 
	font-size: 12px !important; 
	font-family:Arial;

}
.font14 { 
	font-size: 14px !important; 
	font-family:Arial;
}

.detailbackcolor {background-color:#b56b6b;}

.whitebackcolor {background-color: #f1f1f1;}
.blue1backcolor {background-color:--TabColor;}
.dlgdocbackcolor {background-color:#2D89EF;}
.dlgdetailbackcolor {background-color:#DDDDDD;}

.MainMenu {
	background-color : #DDDDDD;
	width : 100%;
	height: 30px;
	margin-top: 4px;
	display:inline-block;
	
}	




.effectshadow{
   color:#ffffcc;

}	
.effectshadow:hover,
.effectshadow:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.efxfectshadow:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}
.effectshadow > a:hover
{
	margin-top:0px;
}
	/*   Select2 boxen  */
.contactSl2country{
  width: 265px;
}

/* text dialog */
#dialog-text { font-size: 14px; }
#dialog-del-confirm
{
   
	z-index:9000;
}

/*#dialog-text h2 { font-size: larger; }
#dialog-text div { font-size: 20px; }
#dialog-text div.bigger { font-size: 150%; }
#dialog-text p { font-size: x-small; background-color: blue; }
*/
/* Animation of ShowMessage */

/* shMsgAnimatewas before tada */
@keyframes shMsgAnimate {  
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.shMsgAnimate {
  animation-name: shMsgAnimate;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

/*General of animation*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/*--------------------------------------------------*/

.prjTopBtn > div {
  height: 30px !important; 	
}


/* erzeugt eine Art TABulator. siehe Contacte */

.flex-container2,.flex-container3 {  /* used for Table select  */
  display: flex;
  background-color:#2D89EF;
}

.flex-container {  /* used for Table select  */
  display: flex;
  background-color: #f1f1f1;
}
.flex-push-right {
    margin-left: auto;
}
.flex-start {
    justify-content: flex-start; /* horizontal position */	
}

.btn-style10mrg {
  margin-left: 10px !important;
  width:120px;
}

.flex-container > div,.flex-container2 > div,.flex-container3 >div {  /* used for Table select  */
  
  background-color: var(--TabColor);
  margin: 4px;
  margin-bottom: 0px;
  padding: 10px;
  height: 28px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display:inline-block;
  cursor:pointer;
  z-index: 4;
  color:#ffffcc;
 
  
}

.flex-container > div:hover { /* used for Table select  */
	background:linear-gradient(to bottom, var(--Hovercolor) 5%, var(--Hovercolor2) 100%);

	background-color:var(--Hovercolor);
}
.flex-container2,.flex-container3:hover { /* used for Table select  */
 
	/*	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);*/
	background-color:#378de5;
}
.flex-container-active {

	box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
  transform: translateY(-0.25em) !important;
  height: 30px;
 /* border-color: var(--Hovercolor2);*/
}
.flex-container-active > a {  /* used to simulate one div is selected. */

	font-weight:900;
	z-index: 1;
}

/*NavPrjBtn*/
.SubNavButtonWarn {
	background:linear-gradient(to bottom, var(--ButtonscolorWarn) 5%, var(--ButtonscolorWarn2) 100%);
	background-color:var(--ButtonscolorWarn);
	color:white;
}
.SubNavButton,.SubNavPrjBtn {
	background:linear-gradient(to bottom, var(--Buttonscolor) 5%, var(--Buttonscolor2) 100%);
	background-color:var(--Buttonscolor);
	/*color:#14396a;*/
	color:white;
}
.SubNavButton,.SubNavPrjBtn,.SubNavButtonWarn {
	
	box-shadow:inset 0px 1px 0px 0px #bee2f9; 
	
	/*background-color:#2D89EF;*/
	/*background-color: Transparent;*/
	/*padding: 6px 12px;*/
	border-radius:6px;
	border:1px solid #3866a3;
	margin-bottom: 1;
	background-image: none; */
    
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:16px; /* no reaction*/
	//padding:10px 24px;
	text-decoration:none;
	
}
.SubNavPrjBtn{
	height:28px;
	margin-top: 4;
}
.SubNavButton,.SubNavButtonWarn {
	height:28px;
}	
.SubNavButtonWarn:hover {
	background:linear-gradient(to bottom, var(--ButtonscolorWarn2) 5%, var(--ButtonscolorWarn) 100%); /* dont know if it is working */
	background-color:var(--ButtonscolorWarn2);
}
.SubNavButton:hover,.SubNavPrjBtn:hover {
	background:linear-gradient(to bottom, var(--Buttonscolor2) 5%, var(--Buttonscolor) 100%); /* dont know if it is working */
	background-color:var(--Buttonscolor2);
}
.SubNavButton:active,.SubNavPrjBtn:active,.SubNavButtonWarn:active {
	position:relative;
	top:1px;
	color:#ffffff;
	transform: scale(0.98);
            /* Scaling button to 0.98 to its original size */
            box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
            /* Lowering the shadow */
}
.SubNavButtonFile {
font-weight: bold;
    color: dodgerblue;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}	

/* Language Menue  */
.langbutton {
 
  float:left;
  height:29px;
  border: none; 
  color: white;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-width: 1px 0 0 0;
  
  margin-top: .5em;
  padding: .3em .6em .3em .6em;
}

.langbutton:hover {
  padding-right: 8px;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 20px 0 rgba(0,0,0,0.19);
}

/* Language Menue  */
.toolbutton {
  background-color: var(--TabColor);
  float:left;
  height:29px;
  border: none;
  color: white;
  display: inline-block;
  background:#DDDDDD;
  cursor: pointer;
  outline: none;
  border-width: 1px 0 0 0;
  
  margin-top: .5em;
  padding: 2px 2px 0px 2px;
}
.toolbutton2 {
  background-color: var(--TabColor);
  float:left;
  height:29px;
  border: none;
  width:24px;
  color: white;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-width: 1px 0 0 0;
  padding: 1px 1px 0px 0px;
  
  margin-top: .5em;
  
}

.toolbutton:hover {
  
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 40px 0 rgba(0,0,0,0.19);
}
.toolbutton2:hover {
  
  box-shadow: 0 10px 14px 0 rgba(0,0,0,0.24), 0 17px 40px 0 rgba(0,0,0,0.19);
}
.toolBtnImg {
	width:24px;
	height:24px;
}
.toolBtnLng {
	width:20px;
	height:14px;
}

#dropzone {
    background: palegreen;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}


.dropdownlng {
  position: relative;
  display: inline-block;
  
}

.dropdownlng-content {
  display: none;
  position: absolute;
  
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownlng-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
} 

.dropdownlng-content a:hover {background-color: #ddd;}

.dropdownlng:hover .dropdownlng-content {display: block;}



.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  top:40px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  max-height:auto;
  height:auto;
  z-index:10;
}

.dropdown-content a:hover {
  background-color: #ddd;
   z-index:10;
}

.dropdown:hover .dropdown-content {
  display: block;
   z-index:10;
}

/* Search button und feld */
.searchbutton {
  float:left;
  height:24px;
  border: none;
  color: white;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.searchbutton:hover {
  padding-right: 8px;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.searchtext {
   float:left;
   border:1px solid;
   padding:2px 6px 2px 1px;
   background:white;
   margin: 6px 4px;
   height:28px;
   
   display:inline-block;
}

.searchtext input {
  border:none;
  background:none;
  outline:none;
  padding:0 0;
  margin:0 0;
  max-width:140px;
  height: 12px;
  font:inherit;
}
.searchselect {
   float:left;
   margin: 6px 4px;
   max-width:120px;
   width: 120px !important;
   /*font-size: 12px;*/
   height: 28px;
   color:black;
 box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
}



/*  Project Format  */

table.myPrjPosHeader {
      table-layout: fixed;
      width: 100%;
    }
table.myPrjPosHeader td {
	 /*overflow-wrap: anywhere; */
      overflow: hidden;
    }
table.myPrjPosHeader th {
		  
      visibility: hidden;
	  
    }	
.myDocHeader th {
	/*border: 1px solid;*/
   background-color: #bd4f4f; /*#BDBDBD;  nor found*/  
	padding: 0px;
 /*border-color: white;*/
  /*border: 1px solid ;*/
 visibility: hidden;
}
table.myDocHeader {
	/*border: 1px solid;*/
      table-layout: fixed;
      width: 100%;
    }
table.myDocHeader td {
	 /*overflow-wrap: anywhere; */
      overflow: hidden;
	  /*border: 1px solid;*/
    }
table.myDocBtnTab {
	border: 1px solid;
	padding: 10px;
	 border-spacing: 30px;
}
table.myDocBtnTab th {
	 /*overflow-wrap: anywhere; */
      
	  border: 1px solid;
	  
    }
table.myDocBtnTab td {
	 /*overflow-wrap: anywhere; */
      
	  border: 1px solid;
	  padding: 10px;
    }
	
	
	
* {
  box-sizing: border-box;
}
.Itemdetaildiv {
	height: 80%;
overflow-y: scroll !important;
}
.ItemBufListdiv {
	height: 80%;
overflow-y: scroll !important;
}
.CustomItemRefDiv {
	height: 200px;
overflow-y: scroll !important;
}
.ItemListdiv {
	height: 88%;
overflow-y: scroll !important;
}
/* Create two equal columns that floats next to each other */
.detailcolumn {
  float: left;
  min-width: 20%;
  height: 100%;
  padding: 4px;
  background-color: transparent;
}
.ItemDetailColumn {
  
  float: left;
  min-width: 20%;
  width:700px;
  height: 100%;
  padding: 4px;
  
}
.CPrjPosImg {
  float: left;
  min-width: 20%;
  max-height: 100px;
  height: 100px;
  padding: 4px;
  background-color: transparent;
}
.NewAttachemntImg {
	float: left;
  min-width: 40%;
  max-height: 100%;
  height: auto;
  padding: 4px;
  max-width: 100%;
  height: auto;
}
  background-color: transparent;
}
.detail {
   background-color: #DDDDDD ; /*#DDDDDD;*/
 height:100%;
}

/* Clear floats after the columns */
.detailrow:after {
  content: "";
  height: 100%;
  display: table;
  clear: both;
}
.fr3detail{
   background-color: #DDDDDD;
   height: 45px;
}


.vertical-alignment-helper {
display:table;
height: 100%;
width: 100%;
pointer-events:none;}

.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
pointer-events:none;}



div.contacttab
{
	display: flex ;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #999;
    margin-bottom: 0px;
    padding: 10px;
    background-color: var(--TabColor);
	height: 15px;
}	


	
.ui-dialog {
	top: 0;
	left: 0;
	padding: .2em;
    border:3px;
    
}
.ui-dialog .ui-dialog-titlebar {
    border:1px;
    display: none;
}
.ui-dialog .ui-dialog-content {
	border: 4;
	padding: 20px;
    font-size:24px;
 
    background-color: #FDF8E4;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	//text-align: left;
        text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
    background-color: var(--TabColor);
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
  float: none !important;
    
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cancelcls
{
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #F86379;
    height:50px;
    text-align: center;
    
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .yescls
{
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #90C93E;
    height:50px;

    
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.allblue
{
color: var(--TabColor);
border:0px;
background: #2D89EF;
}	

<style type="text/css">

#show-pdf-button {
	width: 150px;
	display: block;
	margin: 20px auto;
}

#file-to-upload {
	display: none;
}

#pdf-main-container {
	width: 400px;
	margin: 20px auto;
}

#pdf-loader {
	display: none;
	text-align: center;
	color: #999999;
	font-size: 13px;
	line-height: 100px;
	height: 100px;
}

#pdf-contents {
	display: none;
}

#pdf-meta {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#pdf-buttons {
	float: left;
}

#page-count-container {
	float: right;
}

#pdf-current-page {
	display: inline;
}

#pdf-total-pages {
	display: inline;
}

#pdf-canvas {
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#page-loader {
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: none;
	color: #999999;
	font-size: 13px;
}
.selectItembigdrop{
	width: 600px !important;
}
.selectItem{
   margin: 6px 4px;
   font-size: 12px;
   height: 24px;
   width: 200px;
 box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
}
@import "compass/css3";

/* $activeColor: #c0392b; //red */
$activeColor: #27ae60; //green
$darkenColor: darken($activeColor, 20%);
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
$background: #3498db;

/* .slideOne */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  label {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: -3px;
    cursor: pointer;
    background: #fcfff4;
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label {
      left: 37px;
    }  
  }
}
/* end .slideOne */


/* .slideTwo */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  &:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 52px;
    background: #111;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  }
  label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
    background: #fcfff4;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    &:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 6px;
      left: 6px;
      background: #333;
      border-radius: 50px;
      box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label {
      left: 54px;
      &:after {
        background: $activeColor; /*activeColor*/
      }
    }
  }    
}
/* end .slideTwo */


/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
  &:after {
    content: 'OFF';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  }
  &:before {
    content: 'ON';
    color: $activeColor;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
  }
  label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label {
      left: 43px;
    }
  }    
}
/* end .slideThree */




/* .roundedTwo */
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 5px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    } 
  }   
}
/* end .roundedTwo */



/* .squaredOne */
.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: $activeColor;
      background: linear-gradient(top, $activeColor 0%, $darkenColor 100%);
      box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
      opacity: 0;
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }   
  } 
}
/* end .squaredOne */


/* .squaredTwo */
.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}
/* end .squaredTwo */


/* .squaredThree */
.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }    
  }
}
/* end .squaredThree */


/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}
/* end .squaredFour */


// ** Page Styling - Nothing to do with the Radio Buttons **
*{box-sizing: border-box;}
body {
  background: $background;
  overflow :auto;
  overflow-x:scroll;
  margin:0px;
  font-weight: 300;
  h1, h2, em {
    color: #eee;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px #000;
  }
  em{
    font-size: 14px;
    text-align: center;
    display: block;
    
  }
  .ondisplay{
    text-align:center;
    padding:20px 0;
    section{
      width:100px;
      height:100px;
      background: #555;
      display:inline-block;
      position: relative;
      text-align: center;
      
      border: 1px solid gray;
      border-radius: 5px;
      box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.3), 
        0 0 40px rgba(0, 0, 0, 0.1) inset;
      &:after{
/*         visibility: hidden; */
        content:attr(title);
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 3px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        text-shadow: 0px 1px #000; 
      }
    }
  }
}

/* TextField  Input Text with included Label, moving to Top */
.TextField {
  position: relative;
}

/* add basic styles for input */
.TextFieldinput {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #0085ca;
  outline: none;
  background-color: white;  /* Hintergrund Eingabefeld */
}

/* Change position offset top and left when input focused or valided */
.TextFieldinput:focus + .TextFieldlabel, .TextFieldinput:valid + .TextFieldlabel {
  top: -6px;
  /* font-size: 13px;*/
  color: #0085ca;
  left: 10px
}

/* Move label into input and disable user event on it */
.TextFieldlabel {
  position: absolute;
  left: 5px;
  top: 2px;
  color: #ccc;
  pointer-events: none;
  display: flex;
  transition: .2s ease;
}

/* before and after of label as the layer for backgroud of haft their parent */
.TextFieldlabel::before {
  transition: all .2s ease;
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
}

.TextFieldlabel::after {
  transition: all .2s ease;
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
  top: 50%;
}
.TextFieldlabel::after {
  transition: all .2s ease;
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
  top: 50%;
}
/* Span have text for label, it will put on top of label::after, label::before */
.TextFieldlabel > span {
  position: relative;
  font-size: 12px;
  color:blue;  /* von Arnold */
  background-color:white;  /* von Arnold */
  z-index: 99;
}


/* Change the backgroud color following their parent */
.TextFieldinput:focus + .TextFieldlabel::after {
  background: white;
}

.TextFieldinput:focus + .TextFieldlabel::before {
  background: #fafafa;
}

/* Color Field with including label */
.ColorField {
  position: relative;
  box-sizing: unset !important;
}

/* add basic styles for input */
.ColorFieldinput {
  padding: 0px 0px 0 0px; */
  outline: none;
  width:100%;
  height:32px; 
  background-color: white;  /* Hintergrund Eingabefeld */
}

/* Change position offset top and left when input focused or valided */
.ColorFieldinput:focus + .ColorFieldlabel, .ColorFieldinput:valid + .ColorFieldlabel {
  top: 0px;
  /* font-size: 13px;*/
  color: #0085ca;
  left: 5px
}

/* Move label into input and disable user event on it */
.ColorFieldlabel {
  position: absolute;
  pointer-events: none;
  display: flex;
  transition: .2s ease;
}

/* before and after of label as the layer for backgroud of haft their parent */



/* Span have text for label, it will put on top of label::after, label::before */
.ColorFieldlabel > span {
  position: relative;
  font-size: 12px;
  color:black;  /* von Arnold */
  top: 8px;
  z-index: 99;
}


/* Change the backgroud color following their parent */

/* End ColorField  Input Text with included Label, moving to Top */

.FormCheckbox {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  position: relative;
		
}
.FormCheckboxLabel {
		background-color: #fff;
		display: inline-block;
        color: #000;
		position: relative;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
}

.boxout2 {
  clear: both;
  width: 100%;
  box-shadow: 0 3px 4px #000;
}

@media (min-width: 40em) {

  .boxout2 {
    clear: both;
    float: left;
    width: 400px;
    margin: 1em 1em 1em -4em;
  }

  .boxout2 {
    float: left;
    margin: 1em -4em 1em 0em;
  }

}
.itemListcomment {
 overflow: hidden;
  display: -webkit-box;
  /* display 2 lines only */
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
 
}	
.JtableSubTblimg {
	background-color: white;	
}	
.JtableSubTblimg:hover {
   transform: rotate(0.25turn);
   transform: scale(2);
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 80px;
  height: 80px;
  /*z-index: 2000;	*/
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
}
.imgzoompopup{
            display: none;
            width: 600px;
			height:480px;
            
			top: 60px;
			
			left: 10px;
			position: absolute;
			 z-index: 2000;	
			cursor: pointer;
        }
.pricecl{
  width:100px;

}		
.myItem {
  background-color:lightgray;
  margin-left:auto;
  margin-right:auto;
  width:370px;
  max-width:370px;
  
}	
.myItem select {
   height:30px;	
   pointer-events: none;
}	
.myItem input {
   height:30px;	
   margin-top:0px;
}
.myItem span {
   color:black;	
}	
.unitcl {
	width:100px;
}
.FormLabelFont {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: -2px;
	color: #0F0F0F;
	font-weight: 700;
	text-decoration: none solid rgb(68, 68, 68);
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
 @media (min-width: 320px) and (max-width: 767px) {
  .myItem {
	  width:80vw;
	  max-width:80vw;
	}	
    
}
