@font-face {
  font-family: Montserrat;
font-style: Bold;
font-weight: 600; 

  src:url('./dompdf/vendor/dompdf/dompdf/lib/fonts/Montserrat-Bold.ttf') format("truetype");
}
@font-face {
  font-family: Montserrat;
font-weight: 400; 
  font-style: normal;
    src:url('./dompdf/vendor/dompdf/dompdf/lib/fonts/Montserrat-Regular.ttf') format("truetype");
}

@media print

{
header, .title, .selite, footer, aside, nav, form, iframe, .menu, .hero, .adslot, .header, .otsikko, .otsikkovasen, .ylareuna, .left, .user {
  display: none !important;
}
/*tulostusfix chromelle?*/
tr, th, td {
        page-break-inside: avoid !important;
        padding: 0 !important;
    }
div {
 overflow:initial !important
 }
 
.nappi
{
display: none;
}

body
{
	background-color: white !important; 
	font-size: 100% !important;
	 -webkit-print-color-adjust:exact;
	  border: none !important;
	  height: 99%;
	  color: black !important;
	 
}
.white
{
background-color: white !important;
color: black !important;
}
.selite2
{
color: black !important;
margin-left: 4vw;
}
.vasentasa > * > * >td, .vasentasa > * > * >th 
{
text-align: left !important;
}
table, th, td
{
	color: black !important;
	/*border: none !important;*/
}
table
{
width: 80%;}
td
{
min-width:33%;
}
.content, .content2
{
	  display: block;
    /*page-break-before: always;*/
	page-break-after: always;
overflow:initial !important;
height: 95vh !important;
}
h2
{
color: black !important;
}
h4
{
font-size: 0.2em;
}
hr
{
	width: 75%;
}
.logo-print
{
width: 10vw !important;
position: absolute;
margin-left: 3% !important;
margin-top: 0% !important;
display: block;
}
.logo2
{
width: 22vw !important;
/*position: absolute;
margin-left: 10% !important;
margin-top: 9% !important;*/
display: block;
}
.disclaimer
{
font-style: italic;
font-weight: 100;
font-size: 0.2em;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 0%;
color: black;
}
.dark
{
background-color: transparent !important;
}
}
/*näytöllä näkyvät */
/*sivu2 piiloon näytöllä*/
@media screen {
/*.content:nth-of-type(1)
{
display: none;
}*/
.content
{
background-color: white !important;
width: 50vw !important;
}
.white
{
background-color: white !important;
color: black !important;
}
.logo-print
{
/*width: 10vw !important;*/
width: 153px;
height: 62px;
position: absolute;
margin-left: 3% !important;
margin-top: 0% !important;
display: block;
}
.content2
{
	background-color: white !important;
width: 50vw !important;
color: black;
}
* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
 /* width: 33.33%;*/
  padding-top: 10px;
  /*height: 100vh;*/
}
.left, .right {
  width: 25%;
  
}
.left
{
position: fixed;
top: 4vw;
left: 0;
height: 100vh;
text-align: left;
margin-left: 7vw;
font-size: 1vw;
}
.right
{
	position: fixed;
left: 75%;
top: 4vw;
color: #f0f0f0;
font-size: small;
}

.middle {
  width: 50%;
  background-color: #242424;
  margin-left: 25%;
  margin-top: 4vw;
  color: #f0f0f0;
  
  
}
.full {
  width: 75%;
  background-color: #242424;
  margin-left: 25%;
  margin-top: 4vw;
  color: #f0f0f0;
  
  
}
.vasentasa > * > * >td, .vasentasa > * > * >th 
{
text-align: left !important;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.disclaimer
{	position: absolute;
/*font-style: italic;*/
font-weight: 400;
font-size: 0.5em;
margin-left: 5%;
margin-right: 20%;
bottom: 0;
text-align: left;
color: black;
text-transform: uppercase;
}
.disclaimer2
{
	font-style: italic;
font-weight: 400;
font-size: 0.5em;
margin-left: 5%;
margin-top: 5%;
margin-right: 20%;
margin-bottom: 2%;
padding-bottom: 5%;
color: black;
text-align: left;
color: black;
text-transform: uppercase;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
}
@page { margin: 0; }
body {
background-color: #333333;
margin: auto;
    width: 100vw;
    max-width: 100%;
    /*border: 3px solid darkgray;*/
    /*padding: 10px;*/
    /*position: absolute;*/ 
    /*font-size: 150%;*/
/*text-transform: uppercase;*/
text-align: center;
font-family: Montserrat;
letter-spacing: -0.02em;
font-weight: 600;
}
p
{
font-family: Montserrat;
font-weight: 400;
}
div
{
font-family: Montserrat;
font-weight: 400;
}
select
{
/* Dark grey */
background: #333333;

/* Grey 5 */
border: 1px solid #707070;
box-sizing: border-box;
border-radius: 4px;
font-size: 1.25em;
text-align: left;
/*padding: 2vw;*/
margin: 0.5vw;
min-width: 19vw;
color: #FFFFFF;
font-weight: 400;
font-family: montserrat;
}
a
{
text-decoration: none;
color: #f0f0f0;
}
/* 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 {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  /*suunnilleen yläpuolelle*/
  left: -2vw;
  top: -4.5vh;
}

.tooltipsu > li
{
	margin-top: 0 !important;
	text-align: left;
	margin-left: 20px;
	list-style-type: circle;
	
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.content, .content2
{
width: 94vw;
min-height: 80vh;
/*border: 5px outset;*/
margin: auto;
text-align: center;
/*background-color: #dddddd;*/ 
}
.otsake
{
padding-bottom: 0px;
}
.isolla
{
	text-transform: uppercase;
}
.bold
{
font-weight:600;
}
.ots1
{
	position: relative;
	top: 10px;
	left: 250px;
	height: 20px;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
}
.ots2
{
	position: relative;
	top: -20px;
	left: 550px;
	text-align: left;
	width: 140px;
	font-weight: 400;
}
.ots3
{
font-weight: 600;
font-size: 2em;
margin-bottom: -20px;
}
.ots4
{
font-weight: 600;
font-size: 1.3em;
margin-bottom: 0px;
}
.vasen
{
text-align: left;
margin-left: 40px;
}

.vasen1
{
text-align: left;
margin-left: 1.4vw;
margin-top: 3vw;
}
.vasen2
{
text-align: left;
margin-left: 2.4vw;
}
.oikea
{
position: relative;
top: -10px;
line-height: 1px;
text-align: left;
left: 303px; 
}
.matala
{
line-height: 1px;
margin-bottom: -7px;
}
label
{

display: inline-block;
text-align: left;
min-width: 27vw;
font-weight: 600;

}
.side
{
min-width: 10vw;
font-size: x-small;
}
.side2
{
width: 10vw;
}
.label2
{
position: absolute;	
	display: block;
	top: 1vh;
	left: 62vw;
text-align: left;
padding: 2vw;
min-width: 2vw;
}
li.alkuun
{
position: absolute;
        display: block;
        top: 1vh;
        left: 33vw;
/*text-align: left;
padding: 2vw;
min-width: 2vw;*/
}

input
{
text-align: center;
/*padding: 2vw;*/
width: 19vw;
font-size: 1.25em;
margin: 0.5vw;
/* Dark grey */
background-color: #333333;
border: 1px solid #707070;
box-sizing: border-box;
border-radius: 4px;
color: #FFFFFF;
font-family: montserrat;
}
.kapee
{
width: 1vw !important;
margin-left: 17vw;
}
.kapee2
{
min-width: 19vw !important;
}

.syykoodit
{
	position: absolute;
	top: 25vh;
	right: 10vw;
	width: 10vh;
	font-size: 0.35em;
}

.hidden_mob
{
	display: none;
}
.hidden_desk
{
	display: none;
}
li
{
/*display: inline;*/
list-style-type: none;
margin-top: 3vw;

}
.server_status
{
font-size: 1vw;
color: gray;
}
.server_status_error
{
font-size: 2vw;
color: red;
}
.selite
{
font-size: 0.5vw;
/*margin-top: 3vw;*/
/* Off white */
color: #F0F0F0;
mix-blend-mode: normal;
}
.selite2
{
font-size: 0.5em;
/*margin-top: 1vw;
 Off white 
color: #F0F0F0;*/
mix-blend-mode: normal;
text-align: left;
position: relative;
margin-left: 40px;
margin-bottom: -15px;
}
.selite3
{
font-size: 0.5em;
/*margin-top: 1vw;
 Off white 
color: #F0F0F0;*/
mix-blend-mode: normal;
text-align: left;
position: relative;
margin-left: 3vw;
margin-bottom: 0px;
}
.arvo
{
text-align:left;
margin-left: 40px;
}

.user
{
/*background-color: red;*/
bottom: 10vh;
position: absolute;
/*left: 10vw;*/
width: 100%;
}
.pallo
{
width: 2.5vw;
height: 2.5vw;
    line-height: 2.25vw;
    border-radius: 50%;
    text-align: center;
    /*font-size: 32px;*/
    border: 2px solid #666;
    display: inline-block;
    background-color: #EC1226;
    color: #F0F0F0;
    font-weight: 600;
}
.username
{
color: #F0F0F0;
mix-blend-mode: normal;
}
.unit
{
/*position: relative;
left: 18vw;
top: -5vh;*/
position: relative;
margin-left: 36vw;
top: -35px;
min-width: 7vw;
display: inline-block;
}
.pieni
{
font-size: 0.7vw;
color: #868686;
font-weight: 400;

}
.isompi
{
font-size: 1.5vw;
font-weight: 600;
margin-right: 4vh;
}
.rivi1
{
display: inline;
}
.show_options
{
background-color: #2e2e2e;
width: 80%;
margin-left: 10%;
}
.ylareuna
{
height: 4vw;
width: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
z-index:2;
}
body.etusivu .logo
{
width: 10vw;
}
.otsikkovasen
{
display: inline;
	float: left;
	width: 25%;
	height: 4vw;
	/*background-color: #ec1226;*/
	background-color: #242424;;
	}
.logo, .logo2
{
	
width: 10vw;
margin-left: 7vw;

background-color: white;
}
.otsikko
{
display: inline;
float: right;
width: 75%;
background-color: black;
height: 4vw;

}
.otsikkoteksti
{
color: #f0f0f0;
/*margin-top: 1vw;*/
width: 75%;
left: 1vw;
text-align: left;
text-transform: uppercase;
line-height: 4vw;
position: relative;
}
.show_konemalli, .show_enginefeatures, .show_options, .show_calculation
{
width: 87%;
margin-left: 10%;
text-align: left;
    white-space: nowrap;
    border-radius: 8px;
    padding-left: 2px;
}
.show_konemalli
{
background-color: #2e2e2e;
}
.show_enginefeatures
{
background-color: #242424;

}
.show_konemalli_text
{
font-size: 2em;
font-weight: 600;
}
.label22
{
color: #868686;
    font-size: 0.7vw;
    margin-bottom: 1vh;
    margin-top:3vh;
}
.oikee
{
    position: absolute;
    left: 12vw;
}
.muistio
{
width: 4vw;
height: 4vw;
}
hr
{
width: 95%;
height: 1px;
color: #424242;
border-color: #424242;
}
.hrred
{
	color: #F23838;
	border-color: #F23838;
	width: 42px;
	position: initial;
	margin-left: 1.5vw;
margin-bottom: 3vw;
}
h4 
{
	/*margin: auto;*/
	margin-left: 8vw;
	margin-right: 12vw;
	font-size: 0.4em;
}
table, td, th {
    /*border: 1px solid black;*/
}

table {
   /* border-collapse: collapse;
/*color: black;*/
color: #f0f0f0;
/*white-space: pre-wrap;*/
margin: auto;
margin-bottom: 1vh;
width: 80%;
}
th
{ 
font-size: 1vw;

}
td
{
word-break: break-all;
text-align: center;
}
#myTable
{
width: 90%;
opacity: 0.7;
border-collapse:separate;
    border-spacing:0 2vh;
}
th
{
	text-transform: uppercase;
}
#myTable > tbody > tr
{
border: 1px solid #707070;
border-radius: 4px;
 
}
tr:hover
{
color: white;
cursor: pointer;
}
#myTable > tbody > tr:nth-child(odd)
{
background-color: #2C2C2C;
}
.flex
{
/*display: flex;
	justify-content: space-between;*/
	/*font-size: xx-large;*/
}
.rounded
{
padding: 4vh;
padding-bottom: 1vh;
border: 1px solid #868686;
border-radius: 10px;
margin-right: 40px;
width: 20px;
}
table#t1 {
    background-color: #62ca1b;
}
table#t2 {
/*    background-color: #b7cd60; */
background-color: #1bc2ca;
}
table#t3 {
    background-color: #ff8834;
}
table#t4 {
    background-color: #ea609e;
}
.dark
{
background-color: #B9B5B5;
}
button
{
border-radius: 12px;
background-color: #EC1226;
    border: none;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
  text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 2vw;
    cursor: pointer;
    font-family: montserrat;
}
.button2
{
border-radius: 12px;
background-color: green; 
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
  text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btnAddAction
{
border-radius: 12px;
background-color: darkgray; 
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
  text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.yellow
{
background-color: khaki; /* huomioväri */
}
.red
{
color: orangered; /* huomioväri */
}

.tbl-cart
{
position: absolute;
display: block;
width: 30vw;
/*height: 10vh;*/
top: 1vh;
right: 9vw; 
background-color: #dddddd;
}

/*valintanapit*/
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 45%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

#myInput {
  /*background-image: url('/css/searchicon.png');*/
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 20%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
#myInput2 {
  /*background-image: url('/css/searchicon.png');*/
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 20%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
