/* Color definitions */
/* orange #FF6D22 orange light #FFA475 blue #3CBADB blue light #91DBF0
yellow #F1E800 yellow light #F1EB9C green #C9DD03 green light #EBFB59
red #B90013 red light #DB7D87 light gray #B6B1A9 light gray light #E0DCD7
dark gray #4D4F53 dark gray light #8A8C90 */

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 800

.sora-font {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* pure additions correction */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family:  "Sora", sans-serif !important;
}
.pure-g {
    letter-spacing: 0em;
    margin: 0 auto;
    font-family: "Sora", sans-serif !important;
}

.pure-g, .pure-u-1-2 {box-sizing:border-box}

input[type="checkbox"]{
  margin: 0.25em 0 !important;
}

.pure-table thead {
  background-color: #daea66;
  color: #4D4F53;
  text-align: left;
  vertical-align: bottom;
}

.pure-table thead th.centeredMiddle {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

.pure-form-stacked #filterwrapper label {display:inline-block;}
.pure-form fieldset.centeredFields {margin:0 auto; padding: 0 25px;}

@media screen and (max-width:401px){
  .pure-form fieldset.centeredFields {padding: 0;}
}

.loginForm {
  width:350px;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}

/* mobile adaption */
@media screen and (max-width:460px){
  .pure-u-1-2 {width: 100% !important;}
}
/* END pure additions correction */
/*input type file optimized*/
.originalFileInput{
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;}

.optimizedFileInput{
  display: inline-block;
  position: relative;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s ease-out;
  }

.reducedLabel{
  display: inline !important;
  margin: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
/*END input type file optimized*/

body {/*background: #E0DCD7;*/}
.main, .footer, .vnp-result {padding: 20px; background: #fff; width: 80%; margin: 0 auto;}
.main {margin-top:35px;}
.logo {width:100%}
.logo img {display: block; max-width:60px; margin: 0 auto;}
.borderbottom {height:15px; border-bottom:1px solid #FFA475;}
.topmargin25 {margin-top:25px;}
.topmargin50 {margin-top:50px;}
.bottommargin15 {margin-bottom:15px;}
.bottommargin25 {margin-bottom:25px;}
.bottommargin50 {margin-bottom:50px;}
.rightfloat {float: right; padding-right:15px !important;}
.leftfloat {float: left; padding-left:15px !important;}
.centerelement {display:block;margin:0 auto;}
.copyrights p {text-align:center;}
i.add_form_field {position: relative; top:0; left: 0;} /*top:72px; left: 24px;*/
.displayResults {max-width:520px; margin: 0 auto;}
img.presentationcenter {display: block; margin: 0 auto; width: 100%}

.bgred {}
.turn90 {transform: rotate(90deg)}
.turn-90 {transform: rotate(-180deg)}

.forcedTextColorWhite {color: #ffffff !important;}
.forcedTextColorGrey {color: #4D4F53 !important;}

.flexContainerLeftAlign {
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}

.sidenav {
 height: 100%; /* 100% Full-height */
 width: 0px; /* 0 width - change this with JavaScript */
 display: none;
 position: fixed; /* Stay in place */
 z-index: 1; /* Stay on top */
 top: 0; /* Stay at the top */
 left: 0;
 background-color: #111; /* Black*/
 opacity: 0.8;
 overflow-x: hidden; /* Disable horizontal scroll */
 padding-top: 60px; /* Place content 60px from the top */
 transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
 hyphens: auto;
}

/* The navigation menu links */
.sidenav a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 25px;
 color: #818181;
 display: block;
 transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
 color: #f1f1f1;
}
.sidenav a.smallItems {font-size: 18px;}
.indentFirst {
  text-indent: 12px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 36px;
 margin-left: 50px;
}
/*END Menu*/

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
 transition: margin-left .5s;
 padding: 20px;
}

/*Examples PDF POst */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.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;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
@media screen and (max-width: 500px) {
.loginForm {width:100%;}
.pure-form-stacked textarea {width: 300px;}
.pure-form fieldset.centeredFields {padding: 0;}
}
/*END Examples PDF Post*/

/*Examples Gallery Lightbox*/
/* src https://www.w3schools.com/howto/howto_js_lightbox.asp */
.gallerycontainer {width:100%;}
.gallerycontainer .row > .gallerycontainer .column {
  padding: 0 8px;
}

.gallerycontainer .column img {
  max-width:250px;
  width:100%;
}

.gallerycontainer .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.gallerycontainer .column {
  float: left;
  width: 25%;
}
/*Examples Gallery Lightbox*/

/*table in div*/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
  color: #4D4F53;
	display: table-row;
}
.divTableRow:hover {
	cursor: pointer;
  opacity: 0.7;
}
.divTableHeading {
	background-color: #3CBADB;
  color: #fff;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/*border: 0px solid #999999;*/
	display: table-cell;
	padding: 3px 10px;
}
.divTableCell{}
.divTableRow.odd{background:#fff}
.divTableRow.even{background:#91DBF0}

.divTableHead {
	vertical-align: middle;
}
.divTableHeading {
	background-color: #3CBADB;
  color: #fff;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #3CBADB;
  color: #fff;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

fieldset.tableArchiveResults {border: none;}
.tableArchiveResults .divTable {width:250px}
/*END table div*/

/* special form styles */
/*form in audience.php*/
form tr:last-child{display:none;}

/* END special form styles */

/*presentation footermenu*/
.footermenu p {
  font-size: 12px;
  margin-top: 25px;
  text-align: center;
}

.footermenu a {
  text-decoration: none !important;
  color: #B6B1A9 !important;
}

.footermenu a:hover {
  color: #FFA475 !important;
}
/*END presentation footermenu*/

/*Tooltip*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  font-size: 14px;
  visibility: hidden;
  width: 120px;
  background-color: #ffa475;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  /*bottom: 125%;
  left: 50%;
  margin-left: -60px;*/
  top: -5px;
  left: 125%;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  /*tt-top top: 100%;
  left: 50%;*/
  top: 10%;
  right: 100%;
  /* tt-top-triangle-position-y*/
  margin-top: 5px;
  margin-left: -25px;
  border-width: 5px;
  border-style: solid;
  /*triangle*/
  border-color: transparent #ffa475 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*END Tooltip*/

/* Tuning pure grid css */
.pure-u-1-3, .pure-u-1-4 {box-sizing: border-box;}
ul.outdented{margin-inline-start: 0;
  padding-inline-start: 15px;}
ul.outdented li {font-size:14px;}
.paddingLeft12px {padding-left: 12px !important;}
.paddingRight12px {padding-right: 12px !important;}
.borderLeft{border-left: 1px solid #FFA475;}
.borderLeftDotted {border-left: 1px dotted #FFA475;}
.borderRight{border-right: 1px solid #FFA475;}
.borderRightDotted {border-right: 1px dotted #FFA475;}
/* END Tuning pure grid css */

/*add to lightbox.css*/
span#closeNotice.close {position: relative !important; top: -15px !important;
right: -10px !important; color:#91DBF0 !important;}
span#closeNotice.close:hover {color:#FFA475 !important;}
.wrapBloc {display: block; margin: 0 auto;}
/*END add to lightbox.css*/

/*Tuning pure tables */
.pureQEM {font-size: 0.8em; table-layout: auto;}
.pureQEM th {padding:5px !important;}
