/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #1c3766 rgb(196, 193, 187);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  background: rgb(196, 193, 187);
  border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
  background-color: #1c3766;
  border-radius: 20px;
  border: 3px solid rgb(196, 193, 187);
}


.text-bold{
	font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.ver-align{
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform:
	translateY(-50%);
	transform: translateY(-50%);
}

.center {
	margin: auto;
	width: 50%;
	border: 3px solid green;
	padding: 10px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

ul.ks-cboxtags {
	list-style: none;
	margin: 0px;
}

ul.ks-cboxtags li{
	display: inline;
	padding: 5px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.ks-cboxtags li label{
	width: 80px;
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 0px solid rgba(139, 139, 139, .3);
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;

	-webkit-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);


		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: all .2s;
}

ul.ks-cboxtags li label {
		padding: 8px 12px;
		cursor: pointer;
}

ul.ks-cboxtags li label::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		padding: 2px 6px 2px 2px;
		content: "\f067";
		transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
		content: "\f00c";
		transform: rotate(-360deg);
		transition: transform .3s ease-in-out;

}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
		border: 0px solid #3b67b8;
		background-color: #4579d9;
		-webkit-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		color: #fff;
		transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.tu-toggle {
	isolation: isolate;
	position: relative;
	height: 10px;
	width: 20px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow:
	  -4px -2px 4px 0px #ffffff,
	  4px 2px 6px 0px #d1d9e6,
	  2px 2px 2px 0px #d1d9e6 inset,
	  -2px -2px 2px 0px #ffffff inset;
  }

  .tu-toggle-state {
	display: none;
  }

  .tu-indicator {
	height: 100%;
	width: 200%;
	background: #94373b;
	border-radius: 15px;
	transform: translate3d(-75%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
	box-shadow:
	  -8px -4px 8px 0px #ffffff,
	  8px 4px 12px 0px #d1d9e6;
  }

  .tu-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
  }

  .tu-label-text {
	margin-left: 10px;
	margin-right: 10px;
	color:#999999;
	font-size:11px;
	font-weight: bold;
  }

  .tu-label-text-xl{
	font-size:14px;
	color:#000000;
  }

  .tu-toggle-xl{
	height: 20px;
	width: 40px;
  }

  .tu-toggle-state:checked ~ .tu-indicator {
	transform: translate3d(25%, 0, 0);
	background: #5a0218;
  }

  .tu-toggle-state:checked ~ .tu-label-text {
	color: #000000;
  }

  .dragGDIV {
    width: 35%;
    height: 400px;
    left: 80px;
    top: 20px;
    position: absolute;
    z-index: 880;
    background-color: #ffffffe3;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.dragIDIV {
    width: 30%;
    left: 50px;
    top: 120px;
    position: absolute;
    z-index: 1000;
    background-color: #ffffffe3;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.dragDIV-Header {
    padding: 5px;
    cursor: move;
    z-index: 10;
    background-color: #3569c2;
    font-weight: 900;
    color: #fff;
}

.chart-area {
    border: 3px solid RGBA(0,0,0,0.0);
    width: 100%;
      height: 364px;
    font-size: 10px;
    transition: border, background-color 1s linear;
    border-radius: 25px;
}

.highlightChart {
  border: 3px solid RGBA(0,128,0,0.5);
  background-image: url('../img/illustrations/ddi.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-style:  dashed solid;
  background-color: RGBA(0,128,0,0.1);
  transition: all 1s linear;
}

.highlightPath {
  stroke: RGBA(0,128,0,0.7);
  stroke-width: 5px;
  fill: RGBA(0,128,0,0.45);
  transition: all 1s linear;
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dosis/v22/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQl2xMB.ttf) format('truetype');
  }


.value {
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    background: #ecf0f1;
    color: #34495e;
    padding-top: 40px;
    text-shadow: white 1px 1px 1px;
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    width: 300px;
    height: 100px;
    line-height: 60px;
    margin: 40px auto;
    letter-spacing: -0.07em;
    text-shadow: white 2px 2px 2px;
  }

  input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 300px;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #e74c3c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  ​ input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #e74c3c;
  }
  input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
  }

  .text-big{
    font-weight: bold;
    font-size: larger;
  }

  .text-med{
    font-weight: bold;
    font-size: large;

  }

  .text-nor{
    font-weight: bolder;
    font-size: medium;

  }

  .text-black{
    color: #000000;
  }

  .table-crop td {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
  }

  .rainbow {
    /* Chrome, Safari, Opera */
    -webkit-animation: rainbow 5s infinite;
    /* Internet Explorer */
    -ms-animation: rainbow 5s infinite;
    /* Standar Syntax */
    animation: rainbow 5s infinite;
  }


  /* Chrome, Safari, Opera */

  @-webkit-keyframes rainbow {
    0% {
      color: orange;
    }
    10% {
      color: purple;
    }
    20% {
      color: red;
    }
    30% {
      color: CadetBlue;
    }
    40% {
      color: yellow;
    }
    50% {
      color: coral;
    }
    60% {
      color: green;
    }
    70% {
      color: cyan;
    }
    80% {
      color: DeepPink;
    }
    90% {
      color: DodgerBlue;
    }
    100% {
      color: orange;
    }
  }


  /* Internet Explorer */

  @-ms-keyframes rainbow {
    0% {
      color: orange;
    }
    10% {
      color: purple;
    }
    20% {
      color: red;
    }
    30% {
      color: CadetBlue;
    }
    40% {
      color: yellow;
    }
    50% {
      color: coral;
    }
    60% {
      color: green;
    }
    70% {
      color: cyan;
    }
    80% {
      color: DeepPink;
    }
    90% {
      color: DodgerBlue;
    }
    100% {
      color: orange;
    }
  }


  /* Standar Syntax */

  @keyframes rainbow {
    0% {
      color: orange;
    }
    10% {
      color: purple;
    }
    20% {
      color: red;
    }
    30% {
      color: CadetBlue;
    }
    40% {
      color: yellow;
    }
    50% {
      color: coral;
    }
    60% {
      color: green;
    }
    70% {
      color: cyan;
    }
    80% {
      color: DeepPink;
    }
    90% {
      color: DodgerBlue;
    }
    100% {
      color: orange;
    }
  }