﻿
img.tsok {
    width: 17px;
    height: 17px;
    content: url("../Images/checkmark2.png");
    margin-bottom: -2px;
}

img.tswarning {
    width: 17px;
    height: 17px;
    content: url("../Images/warning2.png");
    margin-bottom: -2px;
}

img.tsopenfile {
    width: 20px;
    height: 20px;
    content: url("../Images/Open-icon.png");
    margin-bottom: -2px;
    margin-left: 4px;
}

img.tsinfo {
    width: 20px;
    height: 20px;
    content: url("../Images/ic_info_outline_white.png");
    margin-bottom: -7px;
}

.showsection {
    float: right;
    width: 18px;
    height: 18px;
    content: url("../Images/ShowSection.png");
    margin-right: 5px;
    margin-top: 2px;
    opacity: 0.4;
}

.hidesection {
    float: right;
    width: 18px;
    height: 18px;
    content: url("../Images/HideSection.png");
    margin-right: 5px;
    margin-top: 0px;
    opacity: 0.4;
}

.tsfilename {
    font-size: 8pt;
}

.HideDawElement {
    display: none !important;
}

.tsheight26 {
    min-height: 26px;
    padding: 0px 4px 0px 4px;
}

.tswidth15 {
    width: 15%;
}

.tswidth20 {
    width: 20%;
}

.tswidth25 {
    width: 25%;
}

.tswidth30 {
    width: 30%;
}

.tswidth40 {
    width: 40%;
}

.tswidth50 {
    width: 50%;
}
.tswidth55 {
    width: 55%;
}
.tswidth60 {
    width: 60%;
}
.tswidth65 {
    width: 65%;
}

.tswidth50px {
    width: 50px;
}

.tswidth100 {
    width: 226px;
}

.tswidth99 {
    width: 200px;
}

.tsfaderborder {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
	margin-bottom:5px;
	margin-top:5px;
	width:231px;
}

.ts-valuefield {
    width: 30px !important;
    min-width: 30px !important;
    min-height: 26px;
    padding: 0px 4px 0px 4px;
}

.ts-plusminusvaluefield {
    width: 35px !important;
    min-width: 35px !important;
    min-height: 23px;
    padding: 0px 2px 0px 2px;
	text-align: center;
}

.ts-plusminusvaluefield2 {
    width: 55px !important;
    min-width: 55px !important;
    min-height: 23px;
    padding: 0px 2px 0px 2px;
	text-align: center;
}

.ts-inputfield {
    font-size: 10pt !important;
    min-width: 30px !important;
    min-height: 26px;
    padding: 0px 4px 0px 4px;
}

.ts-inputfieldsmall {
    font-size: 9pt !important;
    min-width: 30px !important;
    min-height: 26px;
    padding: 0px 4px 0px 4px;
}

.ts-inputfieldsmall,
option
 {
    font-size:9pt !important;
    font-weight: var(--sdpi-fontweight);
    letter-spacing: var(--sdpi-letterspacing);
 }

.ts-qinputfield {
	width: 70px !important;
    min-width: 70px !important;
    font-size: 10pt !important;
    min-height: 23px;
    padding: 0px 0px 0px 0px;
	text-align: center;
}

.ts-textsmall {
    font-size: 8pt !important;
}

.ts-button {
        margin-right: 0px !important;
        margin-left: 0px !important;
        min-height: 26px;
}

.ts-plusminusbutton {
        margin-right: 0px !important;
        margin-left: 0px !important;
        min-height: 26px;
		width:19px;
}


.ts-item-value {
    flex: 1 0 0;
    /* flex-grow: 1;
  flex-shrink: 0; 
  margin-right: 14px;
  margin-left: 4px;*/
    justify-content: space-evenly;
}

.ts-item-value {
    font-size: 9pt;
    font-weight: var(--sdpi-fontweight);
    letter-spacing: var(--sdpi-letterspacing);
}
.ts-item-value.button,
    .ts-item-value.select,
    .ts-item-value > select {
        margin-right: 0px;
        margin-left: 0px;
        min-height: 26px;
    }

.ts-item-label {
    text-align: right;
    flex: none;
    width: 94px;
    padding-right: 4px;
    font-weight: 600;
    -webkit-user-select: none;
}

.ts-box
{
	margin-right:5px; 
	margin-left:15px; 
    margin-bottom:2px;
	padding:0px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: gray; 
	border-radius: 5px;
}

.ts-mixerbox {
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0 0 5px 0;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-radius: 5px;
}

.ts-mixerboxheader{
	color:PaleGoldenRod;
	font-weight: bold;
	font-style: italic;
	margin-left: 7px; 	
}

.ts-updateinfo{
	color:PaleGoldenRod;
    font-size: 8pt;
	font-style: italic;
}

.ts-samewarning{
	color:PaleGoldenRod;
	margin-left: 100px; 	
}

.ts-twolinelabel {
    align-items: safe center;
    margin-bottom: 5px;
}

.tooltip-container {
  position: relative;
  }

.tooltip-container:hover .tooltip-content {
      visibility: visible;
      opacity: 1;
      transition: .25s all ease;
      transition-delay: 2s;
}
  
 .tooltip-container-fast {
  position: relative;
  }

 .tooltip-container-fast:hover .tooltip-content {
      visibility: visible;
      opacity: 1;
      transition: .25s all ease;
      transition-delay: .5s;
}


.tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: gray; 
  top: -25px;
  left: -50px;
  padding: 3px 15px;
  margin: 16px; 
  width: 200px;
  transition: .25s all ease;
  transition-delay: .25s;
  z-index: 2;
  color: #FFFFFF;
}

.tooltip-content:after {
 }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}

.stepper {
  border: 1px solid #eee;
  display: inline-block;
  overflow: visible;
  height: 2.1em;
  background: #fff;
  padding: 1px;
}

.stepper input {
  width: 3em;
  height: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  color: #000;
}

.stepper button {
  width: 1.4em;
  font-weight: 300;
  height: 100%;
  line-height: 0.1em;
  font-size: 1.4em;
  padding: 0.2em !important;
  background: #eee;
  color: #333;
  border: none;
}

/* ============================================= */

u {
	text-decoration: underline;
}

sdCheckbox { }

input[type="number"] {
  background-image: url('icon_updown_gray.png');
  background-position: center right;
  background-size: 14px;
  background-repeat: no-repeat;
}
input[type="number"].nospinner  {
  background-image: none !important;
  background-position: center right!important;
  background-size: 0px!important;
  background-repeat: no-repeat!important;
  text-align: center;
}

input[type="number"].nospinner::-webkit-inner-spin-button  {
  background-image: none !important;
  background-position: center right!important;
  background-size: 0px!important;
  -webkit-appearance: none !important;
   height: 0px!important;
  width: 0px!important;
  cursor: default !important;
  background-repeat: no-repeat!important;
  text-align: center;
}


input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  opacity: 1 !important;
  background: transparent !important;
  border-width: 0px;
  margin: 0;
  /*border-left: 1px solid #d8d8d8;*/
  height: 14px;
  width: 10px;
  cursor: pointer;
}

.sdpi-item[type="checkbox"] > .sdpi-item-value > *,
.sdpi-item[type="radio"] > .sdpi-item-value > * {
  display: inline;
}

/*.sdpi-item[type="range"] .sdpi-item-value {
	margin-top: -10px;
}*/

html {
    --sdpi-tab-container-left-offset: -30px;
    --sdpi-tab-padding-vertical: 5px;
    --sdpi-tab-padding-horizontal: 7px;
    --sdpi-tab-selected-color: #6b6b6b;
}

.tab-container {
    margin-top: -8px;
}

#clights::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, blue, red)
}