/*version:2024101402*/

/*
Muutoshistoria:
Pvm/Muuttaja    : Kommentti
================================================
202410141/teemu : Uppercase disabloitu tuoteboksista
202408312/Teemu : Varauskalenteri fix ja viimeisin veto paneeli
202408311/Jyri  : Muokattu .sivumenu visibility -> display
*/


@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");


html {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow-x: hidden !important;
}
body {
  -webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed;
	background-color: rgba(0,0,0,0.5) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom;
}

/*taustakuvan värjäys*/
#body1 {
/*mustavalkea
  -webkit-backdrop-filter: grayscale(80%)!important;
  backdrop-filter: grayscale(80%)!important;*/

/*värisävy*/
  -webkit-backdrop-filter: brightness(1) grayscale(100%) contrast(130%);
  backdrop-filter: brightness(1) grayscale(100%) contrast(130%);
/*hue-rotate(90deg)*/

}
/*header*/
.headerbar {
  -webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    /*keskita logo
    background-position: center top !important; */
  background-color: rgba(0,0,0,0.5) !important;
    border-bottom: 0px solid #FFA111;

}

#header > a[href="#menu"]::before {
content: "\f0c9" !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: bold !important;
text-transform: none !important;
color: #FFA111 !important;
font-size: 18px !important;
}
/*sisältöalueen leveys*/
.wrapper .inner {
     max-width: 1600px !important;
}

input, select {
    max-width: 475px !important;
}
form {
    font-size: 14px !important;
}
/*Sisältöalueen väri*/
section.wrapper.style3 {
    background-color: rgba(41,41,41,0.8);
    backdrop-filter: blur(4px) !important;
}

#footer {
    background-color: rgba(0,0,0,0.5) !important;
     -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	/*background-image: url(https://webkulkuri.fi/custom/sastamala/tausta_footer.png) !important;*/
	background-repeat: no-repeat;
	background-position: center top !important;
    min-height: 25vh;
}
.copyright p{
     font-size: 12px !important;
    line-height: 115% !important;
    margin: 0px !important;
    padding: 0px !important;
}
#evastekaytanto{
    background-color: rgba(0,0,0,0)!important;
    color: #ffffff !important;
    font-size: 11px !important;
}
#evastekaytanto a {
    color: #FFFFFF;
}

/* FONTIT */

h1, h2, h3, h4 {
    color: #FFFFFF !important;
    /*padding: 0px !important;
    margin-bottom: 10px;*/
    line-height: 110% !important;
    font-weight: 900 !important;
   font-family: 'Roboto', sans-serif !important;
}

h3 {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}

p, table, td {
   color: #FFFFFF !important;
    /*padding: 0px !important;*/
    line-height: 125% !important;
    font-weight: 300 !important;
   font-family: 'Roboto', sans-serif !important;
}

strong, b {
   color: #FFFFFF !important;
}

.notice p{
  color: #000 !important;
}

.warning p{
  color: #000 !important;
}

.success p {
  color: #000 !important;
}

.error p{
  color: red !important;
}

/*taulukon otsikkotekstit, esim. lomakkeessa textarean vieressä*/
table th {
  font-size: 14px !important;
}

#KorttiTable, #KorttiTable th {
  font-size: 17px !important;
}

ul, li {
  color: #FFFFFF !important;
  line-height: 125% !important;
  font-weight: 300 !important;
  font-family: 'Roboto', sans-serif !important;
}

/*TAULUKON MUUTOKSET */
table td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

td a{
    color: #FFF !important;
}
td a:hover{
    color: #000 !important;
}


.sivumenu {
    /*visibility: hidden !important;*/
    display: none !important;
}
.bmenu span{
    background-color: #FFF !important;
}

@media screen and (max-width: 1680px) {
    #alavalikko {
        visibility: visible;
    }
    .sivumenu {
        display: none !important;
    }
}

@media screen and (max-width: 1280px) {
    #alavalikko {
        visibility: visible;
    }
    .sivumenu {
        display: none !important;
    }

}

@media screen and (max-width: 980px) {
    #alavalikko {
        visibility: hidden;
        display: none;
    }
    .sivumenu  {
        display: block !important;
    }
}

@media screen and (max-width: 736px) {
    #alavalikko {
        visibility: hidden;
        display: none;
    }
    .sivumenu {
        display: block !important;
    }
}

@media screen and (max-width: 480px) {
    #alavalikko {
        visibility: hidden;
        display: none;
    }
    .sivumenu {
        display: block !important;

    }
}


/*KAUPAN TYYLIT*/

/*input fieldit*/
form, th {
    color: white !important;
}
/*poista kaupan symbolit
.flex.flex-2 .col iframe {
display: none !important;
visibility: hidden !important;
border: 1px solid red !important;
}
*/
/*allaolevan määritelmän kaksi viimeistä -saldo ja -asosuus on lisätty koska html-koodissa oli kirjoitusvirheitä*/
.wrapper.style3 input[type="text"], .wrapper.style3 input[type="number"], .wrapper.style3 input[type="password"], .wrapper.style3 input[type="email"], .wrapper.style3 select, .wrapper.style3 textarea, #saldo, #asosuus {
  background: rgba(255,255,255,0.0);
  border: 1px solid white !important;
  color: white !important;
  font-family: 'Roboto', sans-serif !important;
}
select {
    border: 1px solid white !important;
    color: white !important;
     font-family: 'Roboto', sans-serif !important;
}
/*pudotusvalikon taustaväri yms*/
select option {
  background: rgba(0,0,0,1.0) !important;
  color: #FFFFFF !important;
   font-family: 'Roboto', sans-serif !important;
}
label {
    color: #FFFFFF;
}
.tab01 label{
    color: #000000;
}
.flex.flex-2 .col
{
    /*width: 50% !important;*/
}
/*section.wrapper.style3 input[type="checkbox"] tämä myös javascript checkbox ohjauksessa testattu*/
section.wrapper.style3 label{
  /*background-color: rgba(255,255,255,0.5) !important;*/
  line-height: 150% !important;
  display: inline-block !important;
}

input[type="checkbox"] + label, input[type="radio"]+label{
    background-color: rgba(255,255,255,0.5);
    color: #000000 !important;
}

.tab01 input[type="checkbox"]+label, .tab01 input[type="radio"]+label,
.tab02 input[type="checkbox"]+label, .tab02 input[type="radio"]+label,
#KorttiTable input[type="checkbox"]+label, #KorttiTable input[type="radio"]+label
{
   background-color: transparent;
}



#poisturuksi {
    display: none;
}
.tab01 {
	background-color: rgba(255,255,255,0.2) !important;
	color: #FFFFFF;
	font-family: Arial;
	padding: 5px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3) !important;
	border: 0px !important;
}
fieldset {
	border: 0px solid white !important;
    background-color: rgba(255,255,255,0,25) !important;
}
legend {
	background-color: rgba(0,0,0,0.8) !important;
	color: #fff;
	padding: 3px 6px !important;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3) !important;
}
legend i {
	font-style: normal !important;
    color: white !important;
}
/*SIVUBORD vaakavalikko*/
#sivubord {
    color: white !important;
	width: auto !important;
    border: 1px solid white !important;
	background-color: rgba(255,255,255,0) !important;
}
#sivubord a{
    color: white !important;
}
#sivubord a:hover, .osiovalittu{
  background-color: rgb(210,105,30) !important;
}
.osio1 {
    padding-bottom: 5px !important;
}
/*TUOTEBOXI*/
#tuotebox{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.7) !important;
    
    border: none !important;
  /*min-width: 250px !important;
  width: 30% !important;
  max-width: 100% !important;*/
}
#tuotebox, #tuotebox p, #tuotebox h3  {
    color: #000000 !important;
    font-size: 16px !important;
}
#tuotebox, #hintalappu  {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #fff !important;
    font-style: normal !important;
    /*text-transform: uppercase !important;*/
}

#tuotebox .normihinta {
    background: rgb(51,51,51);
}

.siirryBtn {
    /* background: #64B32E !important; */
    background: #000000 !important;
	/*padding: 10px !important;*/
	font-family:"Arial Black", Gadget, sans-serif !important;
	text-align: center !important;
	width: 100px !important;
	display: block;
	width: auto !important;
	min-width: 150px !important;
	color: #ffffff !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border: 1px solid rgba(192,165,165) !important;
    line-height: 100% !important;
}
.siirryBtn:hover {
 /* background: #38790B !important; */
 background: #2e4652 !important;
 border: 1px solid white !important;
}

.fi_rivi:hover{
   background-color: rgb(6,57,112) !important;
   color: #FFFFFF !important;
}
.fi_rivi:hover label{
    color: #FFFFFF !important;
}

.fi_rivi:hover td{
  background-color: #2e4652 !important;
  color: #FFFFFF !important;
}
.fi_rivi3 td{
  background-color: rgb(105,105,105)!important;
}
.fi_rivi4 td{
  background-color: #DCDCDC !important;
  color: #000000 !important;
}

#popupbox{
  background-color: rgb(169,169,169) !important;
  color: #ffffff;
}
@media only screen and (min-width: 800px){
    .yritysname{
      font-size: 16pt !important;
      font-family: "Times new roman";
      font-weight: normal;
      float: left;
      margin-left: 130px;
      text-align: left;
      color: rgba(255,255,255,1) !important;
    }
}
@media (max-width: 799px){
    .yritysname{
        font-size: 11pt !important;
        font-family: "Times new roman";
        font-weight: normal;
        float: left;
        margin-left: 130px;
        text-align: left;
        color: rgba(255,255,255,1) !important;
    }
}

/*VARAUSKALENTERI*/
.tab02 .green {
    background-color: rgba(136,189,36,1) !important;
    color: #000000 !important;
}
.tab02 .red {
    background-color: rgba(0,0,0,0.3) !important;
    color: darkgrey !important;
}

/*INFOPALKKIOIKEA*/
#infopalkkioikea {
    background: rgb(77,77,77) !important;
    -moz-box-shadow: 0px 3px 10px #000000;
-webkit-box-shadow: 0px 3px 10px #00000;
box-shadow: 0px 3px 10px #000000;
}
.infoheat {
    background: rgb(48,48,48) !important;
    
}