@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: #FFF;
  font-family: "Open sans", Calibri, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 0% 5px;
  -webkit-print-color-adjust: exact !important;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #2b31b6;
}
a:hover {
  text-decoration: underline;
}
.tuoterivi {
  display: none;
}
.tuoterivi td {
  padding-left: 20px;
}
table thead td {
  font-weight: 600;
}
h2 {
  font-size: 22px;
  font-weight: 600;
}
#drop-area.no-pointers * {
  pointer-events: none;
}
#wrapper.no_image {
  text-align: center;
  margin: 0 auto;
  padding: 0px;
}
#wrapper.no_image #drop-area {
  background-color: white;
  border: 3px dashed grey;
}
#wrapper.no_image #drop-area.uploaded {
  background-color: unset;
}
#wrapper.no_image #drop-area .drop-text {
  margin-top: 70px;
  margin-bottom: 70px;
  color: grey;
  font-size: 25px;
  font-weight: bold;
}
.alvraportti table td {
  vertical-align: top;
  font-size: 16px;
}
.alvraportti .otsikko {
  padding-top: 20px;
  font-weight: 600;
  font-size: 20px;
}
.alvraportti table td:nth-child(1) {
  max-width: 500px;
}
.alvraportti table td:nth-child(2) {
  width: 100px;
  text-align: right;
}
.alvraportti .kuvaus {
  padding-left: 20px;
}
.ostot #tiedotdiv {
  display: flex;
}
.kuittikuva {
  vertical-align: top;
  padding: 0 20px 20px 20px;
  min-width: 300px;
}
.kuittikuva img {
  max-width: 400px;
  max-height: 400px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
.invoice_kuittikuva {
  float: left;
  vertical-align: top;
  padding: 0 20px 20px 20px;
  min-width: 155px;
}
.invoice_kuittikuva img {
  max-width: 400px;
  max-height: 215px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
.thumbs {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 16px;
}
.thumbs_inline {
  height: 22px;
  float: right;
  margin-left: 20px;
  margin-top: 5px;
}
.notgood {
  color: #d02b23 !important;
}
.good {
  color: #517f3c !important;
}
.clickable {
  cursor: pointer;
}
.listaus {
  padding: 20px;
}
.listaus td {
  vertical-align: top;
  font-size: 16px;
  padding: 4px;
}
.listaus .currentrow {
  background: #cccccc !important;
}
.listaus table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.listaus table tr {
  padding: 2px;
}
.listaus table tbody tr:hover {
  transition: background 0.3s ease;
  background: #d9d9d9 !important;
  cursor: pointer;
}
.listaus tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.infoTaulu {
  font-size: 16px;
}
.infoTaulu tr td:first-child {
  font-weight: 600;
  padding-right: 20px;
}
.infoTaulu tr td {
  text-align: right;
}
.content {
  padding: 0 30px;
  padding-bottom: 40px;
  position: relative;
}
#datepicker {
  cursor: pointer;
  background: #eeeeee;
}
.clearLink {
  cursor: pointer;
  font-size: 12px;
  color: #000;
  margin-left: 5px;
}
.clearLink:hover {
  color: #7a7a7a;
}
.ui-datepicker.jrweekpicker-widget {
  border: 0;
  width: 300px;
  border-radius: 0;
  padding: 0 0 1.5em;
  box-shadow: 2px 2px 5px #aaa;
}
.ui-datepicker.jrweekpicker-widget table {
  font-size: 13px;
}
.ui-datepicker.jrweekpicker-widget table th,
.ui-datepicker.jrweekpicker-widget table td {
  padding: 0;
  width: 10px;
}
.ui-datepicker.jrweekpicker-widget table th.ui-datepicker-week-col,
.ui-datepicker.jrweekpicker-widget table td.ui-datepicker-week-col {
  text-align: center;
}
.ui-datepicker.jrweekpicker-widget table th {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #E3797D;
  padding-bottom: 1em;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-header {
  border: none;
  border-radius: 0;
  margin-bottom: 2em;
  background: #4ECDC4;
  color: #fff;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-header .ui-datepicker-title {
  padding: 20px 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  display: block;
  font-size: 1.8em;
  margin-bottom: 0.4em;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  color: rgba(255, 255, 255, 0.7);
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next {
  top: 50%;
  margin-top: -16px;
  border: 0;
  cursor: pointer;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev .ui-icon:hover,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next .ui-icon:hover {
  background-position: -96px -48px;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev.ui-datepicker-prev,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev.ui-datepicker-prev .ui-icon,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next.ui-datepicker-prev .ui-icon {
  background-position: -96px -32px;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev.ui-datepicker-next,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev.ui-datepicker-next .ui-icon,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next.ui-datepicker-next .ui-icon {
  background-position: -32px -32px;
}
.ui-datepicker.jrweekpicker-widget .ui-datepicker-prev.ui-datepicker-next .ui-icon:hover,
.ui-datepicker.jrweekpicker-widget .ui-datepicker-next.ui-datepicker-next .ui-icon:hover {
  background-position: -32px -48px;
}
.ui-datepicker.jrweekpicker-widget .ui-state-default {
  background: transparent;
  text-align: center;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: none;
}
.ui-datepicker.jrweekpicker-widget td.ui-datepicker-current-day .ui-state-default,
.ui-datepicker.jrweekpicker-widget .ui-state-hover {
  background: #4ECDC4;
  color: #fff;
}
.ui-datepicker.jrweekpicker-widget .ui-priority-secondary,
.ui-datepicker.jrweekpicker-widget .ui-widget-content .ui-priority-secondary,
.ui-datepicker.jrweekpicker-widget .ui-widget-header .ui-priority-secondary {
  opacity: .4;
  filter: alpha(opacity=40);
}
#headerValikko {
  text-align: left;
  font-size: 14pt;
  margin: 0px;
  padding: 0px 20px;
  border-bottom: 2px solid #0398d0;
  border-top: 2px solid #0398d0;
  overflow: visible;
}
#headerValikko .hasChildren:after {
  font-family: "fontAwesome";
  content: "\f107";
  font-size: 20px;
  vertical-align: text-bottom;
}
#headerValikko a,
#headerValikko li {
  color: #000000;
  font-weight: 600;
}
#headerValikko a:hover {
  text-decoration: none;
}
#headerValikko ul {
  margin: 0;
  list-style: none;
}
#headerValikko > ul {
  display: flex;
  flex-flow: row;
}
#headerValikko > ul > li {
  flex-grow: 1;
  margin: 2px;
  text-align: center;
  padding: 6px;
  position: relative;
}
#headerValikko > ul > li:hover {
  background: #3d88a4;
  cursor: pointer;
  color: #fff;
}
#headerValikko > ul > li:hover a {
  color: #fff;
}
#headerValikko > ul > li.open > ul {
  display: block;
}
#headerValikko > ul > li > ul {
  margin-top: 8px;
  padding-left: 0;
  display: none;
  position: absolute;
  z-index: 999;
  color: #000;
  top: 30px;
  right: 0;
  left: 0;
  background: #fff;
  min-width: 200px;
  text-align: left;
  box-shadow: 0px 2px 4px #b1b1b1;
}
#headerValikko > ul > li > ul > li {
  display: block;
  padding: 0;
  margin: 0;
}
#headerValikko > ul > li > ul > li a {
  display: block;
  padding: 5px 20px;
  color: #000000 !important;
  font-size: 16px;
}
#headerValikko > ul > li > ul > li:hover a {
  color: #1279aa !important;
}
#headerValikko > ul > li > ul a {
  color: #000;
}
input,
select,
textarea {
  border-radius: 1px;
  border: 1px solid #adadad;
  line-height: 1.36;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 5px 10px;
  vertical-align: baseline;
}
input[type="submit"],
input[type="button"] {
  margin: 10px;
  background: #f3eee2;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #d7c7a6;
}
.cat_closed .nimi::before {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 12px;
  font-weight: normal;
  margin-right: 4px;
  vertical-align: baseline;
  color: #000;
}
.cat_open .nimi::before,
.tuote_category0 .nimi::before {
  content: "\f078";
  font-family: "fontAwesome";
  font-size: 12px;
  font-weight: normal;
  margin-right: 4px;
  vertical-align: baseline;
  color: #000;
}
.tallennaNappula {
  float: right;
}
.tallennaNappula:hover {
  background: #009a04;
}
.tallennaNappula2 {
  background: #84d484;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 5px;
}
.delete-row {
  background: #df261e;
  padding: 0px 8px;
  border-radius: 5px;
  color: #d51818;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 16px;
}
.delete-row:hover {
  background: #bd271e;
}
.isocheckbox {
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}
input.readonly {
  background: #f1f1f1;
  border: 1px solid #CBCBCB;
  color: #6C6C6C;
}
.poistaNappula {
  float: right;
  background: #f2cbc9 !important;
}
.poistaNappula:hover,
.poistaNappula2:hover {
  background: #e7afac !important;
}
.xNappula {
  float: right;
  background: #efd0d0;
}
.extraNappula {
  float: right;
  background: #dcdaad;
  margin-top: 5px;
  margin-left: 5px;
}
.messages > div {
  font-size: 14px;
  background: #fffbbb;
  color: #333333;
  padding: 15px;
  margin-bottom: 20px;
}
.messages > div.notification {
  background: #fffbbb;
}
.messages > div.notification .message:before {
  content: url('../kuvat/success.png');
  margin-right: 15px;
}
.messages > div.error {
  background: #f6d6d4;
}
.messages > div.error .message:before {
  content: url('../kuvat/error2.png');
  margin-right: 15px;
}
.admintilaus {
  padding: 20px;
}
.otsikkokentta {
  width: 300px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}
.otsikkokentta.otsikkotop {
  vertical-align: top;
  padding-top: 5px;
}
.category_products {
  padding: 10px;
  max-height: 210px;
  overflow-y: auto;
  background: #fbfdfe;
}
.category_products b {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.category_products b:not(:first-of-type) {
  margin-top: 10px;
}
.loginpage {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #373330;
  height: 101%;
  max-height: 100%;
  min-width: 50rem;
}
.loginpage #logindiv {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 5px 30px 0 #000000;
  display: block;
  float: none;
  margin: auto;
  max-width: 45rem;
  min-height: 30rem;
  min-width: 0;
  padding: 40px 80px 50px;
  position: relative;
  width: 300px;
}
.loginpage #logindiv .logo {
  text-align: center;
}
.loginpage #logindiv .title {
  padding: 30px 0;
  font-size: 22px;
  color: #cea552;
  font-weight: 600;
  text-align: center;
}
.loginpage #logindiv .content input {
  width: 100%;
}
.loginpage #logindiv .content .titletext {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  padding-top: 15px;
}
.loginpage #logindiv .content .titletext .required {
  color: #e22626;
}
.loginpage #logindiv .content .submit {
  margin-top: 10px;
  background: #d7b979;
  cursor: pointer;
}
.loginpage #logindiv .content .submit:hover {
  background: #b99f69;
}
.errormsg {
  padding: 15px;
  background: #ffcccc;
  font-size: 16px;
  color: #333333;
}
h3 {
  margin: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.paataulu {
  border: 1px solid;
  border-radius: 5px;
  width: 100%;
}
.sarake_vasen {
  width: 300px;
  vertical-align: top;
  background: #f9f9f9;
  padding: 20px;
  border-right: 1px dotted #b3b3b3;
}
.sarake_oikea {
  vertical-align: top;
  background: #fdfdfd;
  padding: 20px;
}
.selectlista {
  margin: 4px;
}
.order_info {
  font-size: 16px;
  margin: 20px;
  margin-top: 10px;
}
.order_info .rowtitle {
  display: inline-block;
  font-weight: 600;
  width: 140px;
}
.adminActions {
  padding: 5px;
}
.adminActions select {
  font-size: 14px;
}
.form_actions {
  height: 50px;
  padding: 20px;
}
.form_actions .submit {
  float: right;
}
.form_actions input:not(.submit) {
  float: left;
}
#tiedotdiv,
.block {
  padding: 10px;
  padding-bottom: 40px;
  background: linear-gradient(to right, transparent, #e8f2fb, transparent);
  max-width: 1300px;
  border-top: 1px solid #0398d0;
  border-bottom: 1px solid #0398d0;
  border-image: -webkit-gradient(linear, left center, right center, from(transparent), to(transparent), color-stop(50%, #0398d0)) 3;
  box-shadow: 0px -15px 10px -15px rgba(0, 0, 0, 0.1), 0px 22px 10px -15px rgba(0, 0, 0, 0.1);
}
#extradiv,
#extraadddiv {
  border: 1px dotted;
  padding: 10px;
  padding-bottom: 40px;
  background-color: #f3e7d6;
  border-radius: 5px;
}
#yhteenvetodiv {
  border: 1px dotted;
  padding: 10px;
  background-color: #90bcbd;
  border-radius: 5px;
}
#selectit {
  margin-top: 10px;
}
.sarake_oikea h2 {
  margin: 5px;
  margin-top: 40px;
}
form {
  margin: 0px;
}
#verho {
  position: fixed;
  z-index: 10;
  background: rgba(204, 204, 204, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#lisaa_raakaaine {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  width: 440px;
  min-height: 300px;
  border: 3px solid;
  border-radius: 5px;
  background: aliceblue;
  padding: 20px;
}
.otsikkolinkki,
otsikkolinkki:visited,
otsikkolinkki:active {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  color: #000 !important;
  padding-bottom: 15px;
}
.raportti_taulu thead {
  font-weight: 600;
  background: #f2f2f2;
  border-bottom: 2px solid #000;
}
.raportti_taulu thead td {
  min-width: 100px;
  text-align: center;
}
.raportti_taulu tbody td {
  text-align: right;
}
.raportti_taulu td {
  padding: 5px;
}
.raportti_taulu tfoot {
  border-top: 2px solid #000;
  font-weight: 600;
  text-align: right;
}
.raportti_taulu td:nth-child(3),
.raportti_taulu td:nth-child(4),
.raportti_taulu td:nth-child(5) {
  background: #f8f8f8;
}
.raportti_taulu td:nth-child(6),
.raportti_taulu td:nth-child(7),
.raportti_taulu td:nth-child(8) {
  background: #f0f0f0;
}
.raportti_taulu td:nth-child(9),
.raportti_taulu td:nth-child(10),
.raportti_taulu td:nth-child(11),
.raportti_taulu td:nth-child(12) {
  background: #f8f8f8;
}
#mainwrapper {
  display: flex;
  flex-flow: wrap;
  padding: 20px;
}
#mainwrapper .block {
  margin: 10px;
  padding: 10px;
  font-size: 20px;
  min-width: 300px;
}
#mainwrapper .title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}
.laskurivit {
  padding-bottom: 50px;
}
.laskurivit tbody {
  text-align: right;
}
.laskurivit tfoot td {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
}
a.musta:link,
a.musta:visited,
a.musta:active {
  text-decoration: none;
  color: #000000;
}
a.musta:hover {
  text-decoration: underline;
}
.listaheader {
  border: 1px dotted #000;
  background: #6386a8;
}
.listaheader a {
  color: #ffffff;
  font-weight: bold;
}
.listaheader2 {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.pienempi,
.pienempi input,
.pienempi textarea,
.pienempi select,
.pienempi button {
  font-family: Calibri, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 10pt;
}
.kehysotsikko {
  margin-left: 10px;
  font-weight: bold;
  font-size: 22px;
}
.kehys {
  padding: 10px;
  border: 1px dotted #000000;
  background: #b9c8d7;
}
#samannimiset {
  position: absolute;
  margin-left: 2px;
  padding: 2px;
  z-index: 14;
  width: 290px;
  border: 1px dotted #000000;
  background-color: #88bbdd;
}
#liitetiedostot {
  text-align: left;
  position: absolute;
  margin-left: 2px;
  padding: 10px;
  z-index: 14;
  height: 200px;
  width: 550px;
  top: 50%;
  left: 30%;
  border: 3px solid #000000;
  background-color: #88bbdd;
}
#popup_tausta,
#lisaaAsiakas_popup_tausta,
#lisaaTyo_popup_tausta,
#lisaaProjekti_popup_tausta {
  position: absolute;
  z-index: 4;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  background: rgba(54, 54, 54, 0.85);
}
#popup,
#lisaaAsiakas_popup,
#toimiala_popup,
#lisaaTyo_popup,
#lisaaProjekti_popup {
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 40%;
  width: 1000px;
  height: 530px;
  margin-top: -250px;
  /*set to a negative number 1/2 of your height*/
  margin-left: -350px;
  /*set to a negative number 1/2 of your width*/
  background-color: #93a7bc;
  /* KAIKKIEN POPUPPIEN TAUSTAV�RI */
  text-align: left;
  color: #FFFFFF;
  border: 4px solid #343434;
  font-size: 14pt;
  padding: 10px 20px;
}
.testi {
  color: #FFFFFF;
  font-size: 16pt;
}
.testi input,
.testi select,
.testi textbox {
  color: #000000;
  font-size: 10pt;
}
#popup {
  height: 560px;
}
#lisaaAsiakas_popup {
  width: 450px;
  height: 420px;
  margin-top: -150px;
  /*set to a negative number 1/2 of your height*/
  margin-left: -250px;
  /*set to a negative number 1/2 of your width*/
}
#lisaaProjekti_popup {
  width: 450px;
  height: 320px;
  margin-top: -150px;
  /*set to a negative number 1/2 of your height*/
  margin-left: -250px;
  /*set to a negative number 1/2 of your width*/
}
#lisaaTyo_popup {
  width: 630px;
  height: 560px;
}
#toimiala_popup {
  top: 52%;
  left: 42%;
  background-color: #7998cc;
  z-index: 8;
  width: 600px;
  height: 520px;
}
#header {
  padding-top: 10px;
  padding-left: 10px;
}
#header img {
  max-height: 80px;
}
#header h2 {
  display: inline-block;
  margin-bottom: 0;
}
#header a:link,
#header a:visited,
#header a:active {
  font-size: 18pt;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
#header a:hover {
  font-size: 18pt;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}
#loginValikko {
  text-align: right;
  margin-right: 20px;
  font-size: 14px;
}
#valikkoItem {
  background-color: #416d98;
  border: 1px dotted #343434;
  display: inline;
  padding: 2px 10px;
  margin: 5px;
}
#valikkoItem:hover {
  background-color: #305f8c;
}
#valikkoLogin {
  background-color: #416d98;
  border: 1px dotted #343434;
  display: inline;
  padding: 2px 10px;
  margin: 0px;
}
#valikkoLogin:hover {
  background-color: #305f8c;
}
#footer {
  margin-top: 50px;
  font-size: 10pt;
}
#kehys {
  color: black;
  background-color: #EEE;
}
#sisalto {
  margin: 20px;
}
#sisalto a:link,
#sisalto a:visited,
#sisalto a:active {
  font-size: 10pt;
  color: #222288;
  font-weight: normal;
  text-decoration: none;
}
#sisalto a:hover {
  font-size: 10pt;
  color: #222255;
  font-weight: normal;
  text-decoration: underline;
}
#lomakeotsikko {
  font-size: 14pt;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px 10px;
}
#lomakeotsikko a:link,
#lomakeotsikko a:visited,
#lomakeotsikko a:active {
  font-size: 10pt;
  color: #222288;
  font-weight: bold;
  text-decoration: none;
}
#lomakeotsikko a:hover {
  font-size: 10pt;
  color: #222255;
  font-weight: bold;
  text-decoration: underline;
}
#lomakeAdd {
  background-color: #6386a8;
  color: #FFFFFF;
  border: 1px solid #343434;
  font-size: 10pt;
  margin: 0px 5px 30px 5px;
  padding: 15px;
}
#lomakeDel {
  background-color: #ab5c5c;
  color: #FFFFFF;
  border: 1px solid #343434;
  font-size: 10pt;
  margin: 0px 5px 30px 5px;
  padding: 15px;
}
#lomakeEdit {
  background-color: #b2b149;
  color: #FFFFFF;
  border: 1px solid #343434;
  font-size: 10pt;
  margin: 0px 5px 30px 5px;
  padding: 15px;
}
#lomake input,
#lomake select,
#lomake checkbox,
#lomake textarea,
#tiedostot input {
  color: #343434;
  font-family: Verdana;
  font-size: 10pt;
  background-color: #E9E9E9;
  border: 1px solid #343434;
}
#action {
  background-color: #336699;
  border: 1px solid #343434;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px 5px 30px 5px;
  padding: 5px;
}
#kansio {
  background-color: #a0aebe;
  border: 1px solid #343434;
  font-size: 10pt;
  margin: 2px 0px 0px 20px;
  padding: 5px;
}
#kansio a:link,
#kansio a:visited,
#kansio a:active {
  font-size: 12pt;
}
#kansio a:hover {
  font-size: 12pt;
}
#tiedostot {
  background-color: #91a5bc;
  border: 1px dotted #343434;
  font-size: 10pt;
  margin: 2px 0px 0px 20px;
  padding: 5px;
}
#tiedostot a:link,
#tiedostot a:visited,
#tiedostot a:active {
  font-size: 10pt;
  font-weight: normal;
}
#tiedostot a:hover {
  font-size: 10pt;
  font-weight: normal;
}
#user_admin {
  background-color: #aebf94;
  border: 1px solid #343434;
  font-size: 13pt;
  margin: 20px 0px;
  padding: 5px;
}
#user_normi {
  background-color: #aeb6bf;
  border: 1px solid #343434;
  font-size: 13pt;
  margin: 20px 0px;
  padding: 5px;
}
#flRight {
  float: right;
}
.showLomake {
  display: none;
  z-index: 30;
  position: absolute;
  left: 30%;
  top: 25%;
}
.showKuva {
  display: none;
  z-index: 30;
  position: absolute;
  top: 20px;
}
#projektiHover:hover {
  background-color: #a3aab3;
}
#kansioHover:hover {
  background-color: #8b96a3;
}
#tiedostoHover:hover {
  background-color: #8191a4;
}
#pieni:link,
#pieni:visited,
#pieni:active {
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}
#pieni:hover {
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}
.order_create_form .order_items input {
  text-align: center;
}
.order_create_form tr.head td {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #343434;
}
.order_create_form tr.productRow td {
  font-size: 16px;
  padding: 5px;
  border-bottom: 1px solid #c2c2c2;
}
.order_create_form tr.productRow td .list-ean {
  font-size: 14px;
  color: #8a8a8a;
  margin-left: 10px;
}
.order_create_form tr.productRow td .kampanjahinta {
  font-size: 14px;
  color: #3fb61a;
  margin-left: 10px;
}
.order_create_form tr.productRow td .tuotesisalto {
  position: relative;
}
.order_create_form tr.productRow td .tuotesisalto:hover .info {
  display: block !important;
}
.order_create_form tr.productRow td .tuotesisalto .info {
  position: absolute;
  z-index: 2;
  display: none;
  background: #fff;
  left: 25px;
  top: 0;
  padding: 10px 20px;
  border: 1px dashed #000;
  border-radius: 0 5px 5px 5px;
}
.order_create_form tr.productRow td .labelmakersisalto {
  position: relative;
  display: inline-block;
}
.order_create_form tr.productRow td .labelmakersisalto:hover .info {
  display: block !important;
}
.order_create_form tr.productRow td .labelmakersisalto .info {
  position: absolute;
  z-index: 2;
  display: none;
  background: #fff;
  left: 25px;
  top: 0;
  padding: 10px 20px;
  border: 1px dashed #000;
  border-radius: 0 5px 5px 5px;
}
.order_create_form tr.productRow td .labelmakersisalto .info .otsikko {
  font-weight: 600;
}
.order_create_form tr.category-title-row td:not(:first-of-type) {
  text-align: center;
  color: #919191;
  font-weight: 300;
}
.order_create_form tr.foot td {
  font-size: 16px;
  padding: 5px;
  font-weight: 600;
}
.order_create_form .toimituspvm {
  margin: 20px 0;
}
.order_create_form .toimituspvm input {
  margin-left: 20px;
}
.order_list td {
  font-size: 16px;
}
.print-page {
  padding: 0;
  margin: 0;
}
.print-page h2 {
  font-size: 44pt;
  margin-top: 20px;
  margin-bottom: 20px;
}
.print-page .order_info {
  float: right;
  margin-top: -60px;
}
.print-page .print_tuotanto {
  padding: 5px;
  padding-top: 0px;
  font-size: 18pt;
}
.print-page .print_tuotanto tr:not(.head):nth-child(even) {
  background: #d5d5d5;
}
.print-page .print_tuotanto > tbody > tr > td {
  border-bottom: 1px solid #828282;
}
.print-page .print_tuotanto td {
  padding: 1px 5px;
}
.print-page .print_tuotanto td.name {
  min-width: 500px;
}
.print-page .print_tuotanto td.qty {
  text-align: right;
  font-size: 14pt;
}
.print-page .print_tuotanto .pvmrow {
  font-size: 14pt;
}
.print-page .print_pakkaamo {
  padding: 20px;
  padding-top: 0px;
  font-size: 22pt;
  page-break-after: always;
}
.print-page .print_pakkaamo .customer {
  display: flex;
  border-top: 2px dotted #ccc;
}
.print-page .print_pakkaamo .customer .customerRow {
  flex-grow: 1;
  padding: 20px;
  padding-top: 10px;
}
.print-page .print_pakkaamo .pakkaamo_table {
  font-size: 22pt;
  width: 100%;
  margin-bottom: 30px;
}
.print-page .print_pakkaamo .pakkaamo_table .head {
  font-weight: 600;
}
.print-page .print_pakkaamo .pakkaamo_table tr:not(.head):nth-child(even) {
  background: #d5d5d5;
}
.print-page .print_pakkaamo .pakkaamo_table td {
  padding: 4px;
  border-bottom: 2px solid #ccc;
}
.print-page .print_pakkaamo .pakkaamo_table td.pakattuna {
  border-left: 2px solid #ccc;
}
.print-page .toimitustable {
  float: right;
}
.print-page .toimitustable tr {
  background: transparent !important;
}
.print-page .toimitustable tr.qtyrow {
  text-align: center;
}
.print-page .toimitustable .rotated td {
  vertical-align: bottom;
}
.print-page .toimitustable .totalrow {
  color: #adadad;
}
.editformi #tiedotdiv {
  display: flex;
}
.editformi #tiedotdiv .labelinfo {
  margin-left: 40px;
}
.editformi #tiedotdiv .labelinfo .otsikko {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.editformi #tiedotdiv .labelinfo .sisalto {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #e8f2fb;
}
.labelmakerprint {
  padding: 40px;
}
.labelmakerprint .otsikko {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.labelmakerprint .sisalto {
  max-width: 400px;
}
