/* top frame border-bottom */
#sp-top-bar {
  background: #fff;
  border-bottom: 1px solid rgb(0,0,0,0.1);
  padding: 16px 0px 0px 0px;
}

/* top frame off */
#sp-header {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

img.logo-1 {
  float: left;
  padding: 40px 0px 40px 0px;
}

@media (min-width: 768px) {
  img.logo-1 {
    margin-left: 40px;
  }
} 

img.logo-2 {
  float: right;
  padding: 40px 20px 40px 20px;
}

@media (min-width: 768px) {
  img.logo-2 {
    margin-right: 40px;
  }
} 

/* background leaf short */
#sp-header {
  background-image: url(/images/left-leavs-2.png);
  background-repeat: repeat-y;
  background-size: 11px auto;
  background-attachment: scroll;
  background-position: left top;
  min-height: 60px;
}

#sp-main-body {
  padding: 0px 0px 0px 0px;
}

section#sp-main-body {
  background-image: url(/images/left-leavs-2.png);
  background-repeat: repeat-y;
  background-size: 11px auto;
  background-attachment: scroll;
  background-position: left top;
  min-height: 50px;
  padding: 40px 0px 0px 0px;
}

@media (max-width: 992px)  {
  #sp-header, section#sp-main-body {
    background-attachment: fixed;
  }
} 

/* left background padding */
#sp-main-body > div.container {
  padding-left: 20px;
}

div.container-fluid:nth-child(1) {
  padding-left: 10px;
  padding-right: 10px;
}

/* main test buttons */

/* submit BUTTONS */
.button-start, .button-intro, .button-test {
  background-color: #ffffff;
  border: 1px solid #111111;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;  
  cursor: pointer;
  font-size: 1.21em;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 25px 25px;
  margin: 20px 0px;
  text-align: center;
  transform: translateY(0);
  transition: transform 100ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;  
}

@media (min-width: 768px) {
  .button-start, .button-intro, .button-test {
    padding: 10px 30px;
  }
} 

.button-intro, .button-test {
  color: #eeeeee;
}

.button-start > a:nth-child(1), .button-intro-enabled, .button-test-enabled {
  color: #111111;
}


.button-start:hover, .button-intro-enabled:hover, .button-test-enabled:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translate(2px, 2px);
  /*transform: scale(0.99);*/
}

.button-start:hover > a:nth-child(1), .button-intro-enabled:hover, .button-test-enabled:hover  {
  color: #279640;
}



/*.button-intro-disabled {
  color: #eeeeee;
}*/


/*.button-test-disabled {
}

.button-test-enabled {
}
*/
/*div.container:nth-child(2) > div:nth-child(1) {
  text-align: center;
}
div.container:nth-child(10) > div:nth-child(1) {
  text-align: center; 
}*/


/* language switcher -> headers->style1 updated */
.lang-inline > li:nth-child(1) > a:nth-child(1) {
  font-family: "PT Sans Narrow";
  font-size: 1.71em;
}

#sp-header .sp-module {
  margin-left: 10px;
}

/* make them green */
.table-primary {
  --bs-table-bg: #44ae55;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-light {
  --bs-table-bg: red;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.form-check-input:checked {
    background-color: #44ae55;
    border-color: #279640;
}

.form-check-input:focus {
  border-color: #279640;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(39,150,64,.25);
}

.form-select:focus {
  border-color: #279640;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(39,150,64,.25);
}

/*.btn-success {
    color: #000;
    background-color: #44ae55;
    border-color: #279640;
}

.btn-success:hover {
    color: #000;
    background-color: #368b44;
    border-color: #279640;    
}*/

/* tables with questions */
tbody, td, tfoot, th, thead, tr {
    border-style: none;
    /*border-top-width: 0px;*/
}

/* Results */
@media (max-width: 768px) {
  .level-rounded {
    margin-top: 8px;
  }
} 

.level-rounded {
  border-radius: 13px;
  border: 1px solid rgb(37,37,37); 
  padding: 2px; 
  width: 90px;
  Height: 26px;
  text-align: center;
  margin-left: 13px;
}

.container-chart {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .chart-radial {
    display: none;
  }
} 

@media (min-width: 768px) {
  .chart-bar {
    display: none;
  }
} 

/* MY STYLES */
.row-inactive {
  border-bottom: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  border-right: none;
}

.row-active {
  border-bottom: 2px solid #279640;
  border-top: none;
  border-left: none;
  border-right: none;
}

hr.result-raport {
  height: 2px;
  color:  #279640;
  opacity: 1;
}









/* --------------------------------------------------------------------------------------------------------------------
main, for wholesite */
/*.list_class {
  width: 70px;  
}

@media (min-width: 768px) { 
  .cmpt-list {
    width: 520px;
  }
}

@media (max-width: 767.98px) { 
  .cmpt-list {
    width: 400px;
  }
}*/

/* backgroud leaf main 
#sp-main-body > div:nth-child(1) {
  background-image: url(/images/left-leavs-2.png);
  background-repeat: repeat-y;
  background-size: 10px auto;
  background-attachment: scroll;
  background-position: 0 0;
  padding: 40px 0px 30px 0px;
}
*/

.button-intro {
  /*background-color: #44ae55;*/
  /*background-color: #ffffff;*/
  /*border: 1px solid #279640;*/
/*  border: 1px solid #111111;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
*//*  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;*/
/*  outline: none;
  outline: 0;
  padding: 25px 25px;
  margin: 20px 0px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
*/}




  /* COOKIES */
  #cookies-message {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid #dadada;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background: #fafafa;
    color: #000;
    width: 100%;
    z-index: 999;
    opacity: 1;
}
#cookies-message a {
    color: #279640;
}
a#accept-cookies-checkbox {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #279640;
    color: #fafafa;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}