/**********************************************************************************************
	
	reset

**********************************************************************************************/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********************************************************************************************
	
	Added for TKI V2

**********************************************************************************************/
@font-face {
  font-family: 'Oswald';
  src:  url('../font/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
input, button, select, label, textarea {
  font-family: inherit;
  font-size: inherit;
}
input[type="submit"] {
	background-color: transparent;
}
h1{
	font-size: 1.9rem;
	line-height: 1.5;
}
h2{
	font-size: 1.8rem;
	line-height: 1.3;
}
h3{
	font-size: 1.5rem;
	line-height: 1.2;
}
h4{
	font-size: 1.3rem;
	line-height: 1.1;
}
h5{
	font-size: 1.0rem;
	line-height: 1.3;
}
small {
	font-size: 0.9em;
}
.inactive {
	color: graytext;
}
strong {
	font-size: 1.05em;
}
/*================ inline blocks ================================*/
.col10percent {
	display: inline-block;
	vertical-align : middle;
	width: 10%;
}
.col15percent {
	display: inline-block;
	vertical-align : middle;
	width: 15%;
}
.col25percent {
	display: inline-block;
	vertical-align : middle;
	width: 25%;
}
.col20percent {
	display: inline-block;
	vertical-align : middle;
	width: 20%;
}
.col30percent {
	display: inline-block;
	vertical-align : middle;
	width: 30%;
}
.col40percent {
	display: inline-block;
	vertical-align : middle;
	width: 40%;
}
.col50percent {
	display: inline-block;
	vertical-align : middle;
	width: 50%;
}
.col60percent {
	display: inline-block;
	vertical-align : middle;
	width: 60%;
}
.col70percent {
	display: inline-block;
	vertical-align : middle;
	width: 70%;
}
.col75percent {
	display: inline-block;
	vertical-align : middle;
	width: 75%;
}
.col80percent {
	display: inline-block;
	vertical-align : middle;
	width: 80%;
}
/*================ alignement ============================*/
.align-center {
	text-align : center;
}
.align-left {
	text-align : left;
}
.align-right {
	text-align : right;
}
/*================ links ==================================*/
/*a, [onclick], label, input[type="submit"] {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}
a img[src] {
	border-bottom: none;
}
a.inactive, [onclick].inactive {
	text-decoration: none;
	border-bottom: none;
	cursor: default;
}*/
/*================ links buttons ================================*/
.link-button {
	text-decoration: none;
	background-color: transparent;
	border: none;
	padding: 0;
	border-bottom: 1px dotted;
	cursor: pointer;
	font-size: 1.2em;
}
/*.link-button:hover {
	font-size: 1.3em;
}*/
.link-button.smaller{
	font-size: 1.0em;
}
.link-button.light{
	font-size: inherit;
}
.file-name {
	font-size: 1.2em;
	padding: 10px 0;
}
.file {
	/* hide standard file input*/
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

/*.button-label {
	font-size: 1.1rem;
	border-bottom: 1px dotted;
}
.button, input[type="submit"].button {
	width: fit-content;
	width: -moz-fit-content;
	border-radius: 30px;
	margin: auto;
	padding: 0 3px 2px 4px;
	cursor: pointer;
	border-bottom: none;
	vertical-align: middle;
	overflow: hidden;
}
.submit {
	text-align: center;
	padding-top: 20px;
}
span.submit {
	font-size: 1.2rem;
}*/
/*================ slider switch ==========================*/
.notmodifiable:before {
	position: relative;
	display: inline-block;
	content: "\2714";
  	height: 18px;
  	width: 18px;
  	line-height:18px;
  	background-color: #2196F3;
  	border-radius: 24px;	
	left: 3px;
	bottom: 3px;
	color: white;
} 
/* The switch - the box around the slider */
.switch {
	  position: relative;
	  display: inline-block;
	  width: 42px; /*3 + 18 + 18 + 3*/
	  height: 24px;/*3 + 18 + 3*/
	  border-bottom: none;
}
/* Hide default HTML checkbox */
.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
}
/* The slider */
.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
}
.slider:before {
	  position: absolute;
	  content: "";
	  height: 18px;
	  width: 18px;
	  line-height:18px;
	  left: 3px;
	  bottom: 3px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
}
input:checked + .slider {
  	background-color: #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
	content: "\2714";
}
input:checked + .slider:after{
	content: "\2002\2002\2002\2002on";
}
input + .slider:after{
	content: "\2002\2002\2002\2002off";
}
/* Rounded sliders */
.slider.round {
  	border-radius: 24px;/*3 + 18 + 3*/
}
.slider.round:before {
  	border-radius: 50%;
} 
/*================ form elements ==========================*/
input, textarea, select {
	width: 100%;
	border: none;
	margin: 5px 0;
	padding: 4px 0;
}
input[type="checkbox"]{
	width: auto;
	margin-right: 10px;
	margin-left: 0;
}
input[type="radio"]{
	width: auto;
	vertical-align: middle;
}
/*================ placeolder ==========================*/
::-webkit-input-placeholder { /* Edge */
  font-size: 0.9em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 0.9em;
}
::placeholder {
  font-size: 0.9em;
}
/*================ tables ================================*/
table {
    text-align: center;
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
	word-break: break-word; /* to prevent overflow */
}
td, th  {
    padding: 10px;
/*    vertical-align: middle;*/
}
/*================ table as selector ======================*/
.tableSelect {
	border-spacing: 0; 
	cursor: default;
}
.tableSelect td.selectable:hover {
	cursor: pointer;
}
.tableSelect td {
	padding: 5px;
}
.tableSelect tr:nth-child(1) > td {
	border-top: none;
}
.tableSelect td {
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
.tableSelect tr:last-of-type td{
	border-bottom: 1px solid;
}
.tableSelect-container{
	overflow: auto;
	text-align: left;
	width: auto;
	resize: vertical;
	height: 300px;
}
.tableSelect tr:hover {
	font-weight: bold;
}
/*================ draggable popup =======================*/
.draggable {
	position: fixed;
	left: 0;
	top: 0;
  	z-index: 9;
 	min-width: 300px;
}
.draggable .content {
	width: 500px;
	height: 400px;
  	resize: both;
  	overflow: auto;	
}
.draggable-header {
  	padding: 10px;
  	cursor: move;
  	z-index: 10;
  	text-align: center;
}
.draggable .close {
	font-size: 50px;
	font-weight: bold;
	height: 35px;
	width: 35px; 
	display:inline-block; 
	vertical-align: middle; 
	text-align: center;
}
.draggable .close {
	padding-top: 7px;
}
.draggable .close:hover, .draggable .close:focus {
  text-decoration: none;
  cursor: pointer;
}
/*================ slideshow ====================*/
/* Slideshow container */
.slideshow-container{
  	/*position: relative;*/
  	text-align: center;	
}

.SearchByKuids_search .slideshow-container, .SearchByKeywords_search .slideshow-container {
	max-width: 260px;
	max-height: 450px;
}
.Assets_assetDetails .slideshow-container {
	max-width: 300px;
	max-height: 450px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
.slideshow-container .slides-shows {
	min-height: 150px;
	vertical-align:middle;
	display: flex;
	justify-content:center;
	align-items:center;
}
.Assets_assetDetails .image-link {
	max-width: 300px;
	max-height: 400px;
	object-fit: contain;
	transition: all 1s ease .5s;
}
.SearchByKuids_search .image-link, .SearchByKeywords_search .image-link{
	max-width: 260px;
	max-height: 400px;
	object-fit: contain;
	transition: all 1s ease .5s;
}
.SearchByKuids_search .image-link:hover, .SearchByKeywords_search .image-link:hover, .Assets_assetDetails .image-link:hover{
	max-width: 1200px;
	z-index: 999;
}
/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  width: auto;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  color: #698787;;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .slideshow-container .dot:hover {
  background-color: #717171;
}
/*================ scaled iframe =======================*/
.wrap {
	width: 400px;
	height: 400px;
	padding: 0;
	overflow: hidden;
	z-index: -1;
}
.screen-wrap {
	width: 400px;
	height: 400px;
	margin: auto;	
}
.scaled-frame {
	width: 800px;
	height: 800px;
/*	border: 0px;
	-moz-transform: scale(0.50);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.50);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.50);
	-webkit-transform-origin: 0 0;*/
	transform: scale(0.5,0.5);
	transform-origin: 0 0;
}
.iframe-screen {
	position: relative;
	top: -400px;
	width: 393px;
  	height: 393px;
  	background-color: transparent;
}
