
      .detailScrollFrame{
       margin: 0;
       padding: 0;
      height: 400px;
      width:1250px;
      display: block;
      border:solid #000 1px;

      }
      .detailScrollCont{
      height:100%;
      width:100%;

      }
      .detailTable{
      width:1200px; /*1200*/
      background-color:lightgrey;
      font-family:PT Sans Narrow;
      font-size:18px;
      border:1px solid grey;
      }
      .detailColorPicCont{
      width:120px;
      height:120px;
      padding:10px;
      background-color:white;
      cursor:pointer;
      }
      .detailColorPic {
      width:100%; /*maa vaere her*/
      height:100%; /*maa vaere her*/
      object-fit: contain;
      background-color:white;
      }
      .detailPicPicker {
      display:none;      
      position: absolute;
      grid-template-columns: 1fr 1fr;
      width: 400px; 
      height:400px; 
      overflow: scroll;
      overflow-x:hidden;
      background-color:white;
      z-index:2;
      top: 100px;
      left: 200px;
      padding:10px;
      }      
      .detailPicPickerCont{
      width:180px;
      height:180px;
      padding:0px;
      border: 1px solid lightgrey;
      cursor:pointer
      }
      .detailSelectColor{
      width:80px;
      }
      .detailColorRGB{
      width:100px;
      }
      .detailColorName{
      width:200px;
      }
      .detailSizeNumber{
      width:50px;
      text-align:right;
      }    
      .detailSizeNumberCont{
	  position:relative;
	  text-align:right;
	  white-space:nowrap;
	  max-width:100px;
	  border:1px solid black;
	  cursor:pointer;
      }
      .detailSizeRangeCont{
	  position:relative;
	  text-align:right;
	  white-space:nowrap;
	  text-align:right;
	  cursor:pointer;
	  border:1px solid gray;
      }
      .detailSizeGTIN{
	  display:none;
	  position:absolute;
	  top:0px;
	  width:150px;
	  height:20px;
	  font-family:Abel;
	  font-size:16px;		      
	  border-radius:5px;
	  padding:2px 5px 2px 5px;
	  z-index:2;
	  background-color:yellow;
      }
      .toolTableSB{
      width:100%;
      border:1px solid lightgrey;
      font-size:18px;
      }

      .detailAddLine{
      width:60px;
      border:2px solid black;
      font-size:40px;
      font-weight:bold;
      padding:5px 0px 5px 35px;
      border-radius: 20px;
      cursor:pointer;
      background-color:white;
      }
      .detailAddLine:hover{
      background-color:green;
      color: white;
      }
      .detailSizeTypeCont{
      display:inline-block;
      }
      .detailSizeTypeSelect{
      background-color:green;
      color: white;
      font-family:PT Sans Narrow;
      font-size:24px;
      font weight: bold;
      padding:10px;
      border-radius: 20px 20px 0 0;
      }

      .detailError{
      display:none;
      background-color:red;
      color: white;
      font-family:PT Sans Narrow;
      font-size:14px;
      padding:5px;
      }

      .detailColorDimension{
      display:inline-block;
      padding:0px 8px 0px 8px;
      border:2px solid green;
      font-family:PT Sans Narrow;
      font-size:14px;
      font-weight:bold;
      border-radius: 20px;
      background-color:white;
      color:green;
      cursor:pointer;      
      }
      .detailColorDimension:hover{
      background-color:green;
      color:white;
      }
      .detailColorRemove{
      display:inline-block;
      padding:0px 5px 0px 5px;
      border:2px solid red;
      font-family:PT Sans Narrow;
      font-size:14px;
      font-weight:bold;
      border-radius: 20px;
      background-color:white;
      color:red;
      cursor:pointer;      
      }
      .detailColorRemove:hover{
      background-color:red;
      color:white;
      }
      .detailColorDisplay{
	  position:relative;
	  top:5px;
	  width:20px;
	  height:20px;
      }
      .detailDebugKnapp{
      display:inline-block;
      padding:5px 5px 5px 5px;
      border:2px solid black;
      font-size:40px;
      font-weight:bold;
      border-radius: 20px;
      cursor:pointer;
      }
      .detail2D{
	  text-align:right;
      }


      /************** GTIN **********/
      .sizeGTIN{
	  display:inline-block;
	  width:16px;
	  height:16px;
	  border-radius:16px;
	  background-color:red;
      }
