@layer base {
	:root {
		--body: #e5e7e8;
		/*--grey: #070707; */
		--grey: #050505;
		--harmaa: rgb(0 0 0 / 60%);
		--darkgrey: #090909;
		--nv-primary-accent: #2b2b2b;
		--nv-secondary-accent: #fd0000;
		--nv-site-bg: #ffffff;
		--nv-light-bg: #ededed;
		--nv-dark-bg: #14171c;
		--nv-text-color: #14171c;
		--nv-text-dark-bg: #ffffff;
		--nv-c-1: #77b978;
		--nv-c-2: #f37262;
		--nv-fallback-ff: Verdana, Geneva, sans-serif;
	}
}
@font-face {
		font-family: "hurme";
		src: url("assets/fonts/HurmeGeometricSans_No4_4_Regular-webfont.woff") format('woff');
	}

	@font-face {
		font-family: "hurmeBold";
		src: url("assets/fonts/HurmeGeometricSans_No2_6_Bold-webfont.woff") format('woff');
	}
html {
	font-size: 14px;
}
body {
	background-color: var(--body);
	max-width: 100%;
	overflow-x: hidden;
	color: var(--grey);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-size: 1rem;
	padding: 0 1rem 1rem;
}

a.logo-link {
	display: block;
	padding: 1rem;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
	padding: 0.5rem 1rem;
	vertical-align: top;
	font-size: 1rem;
	text-align: left;
}

table tr.odd {
	background-color: var(--nv-light-bg);
}
tr.tyolajlivalinta {
	padding: 0.5rem 0.25rem;
}

.valinta {
	padding: 0 1rem 0.25rem 0;
	display: block;
	float: left;
	min-width: 20%;
	width: auto;
	max-width: 30%;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

input.form-control {
	padding: 1rem;
}
input[type="checkbox"] {
	padding: 0.5rem;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--grey);
	background-color: var(--body);
	border: 1px solid var(--darkgrey);
	border-radius: 0.25rem;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
select,
textarea {
	min-width: 20%;
	height: 2.75rem !important;
	margin: 0.5rem 1rem;
	line-height: 3rem;
	padding: 0.5rem 1rem;
	vertical-align: bottom;
	line-height: 1 !important;
	max-width: 97%;
}
.combobox {
	margin: 0 1rem !important;
}
td.form-inline span {
	margin-right: 5px;
	margin-top: 6px;
}
td.form-inline input {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
tr.odd td:first-of-type {
	padding-left: 1rem;
}
.combobox-container {
	margin-left: -0.5rem;
	margin-bottom: 0.5rem;
}
.filter-row td:first-of-type {
	width: 7%;
}
.hour-reports select.form-control {
	width: 20%;
	float: left;
}
table.table-padded td {
	padding: 1rem;
}
table.table-padded td table td {
	padding: 0;
}

/* th.hidden,td.hidden {
    display: inline !important;
} */

.form-inline.float-left > * {
	float: left;
	margin-right: 1rem;
}
.form-inline.float-left > *:last-child {
	margin-right: 0;
}
.form-inline.float-left > *:first-child {
	margin-left: 0;
}
.form-inline.float-left .combobox-container,
.form-inline.float-left .calendarButton {
	margin-top: 6px;
}

.combobox-container {
	min-width: 250px;
	max-width: 550px;
	height: 16px;
	line-height: 14px;
	font-size: 10px;
	margin-top: 6px;
}
.combobox-container .pcombo {
	min-width: 450px;
	max-width: 600px;
}

.combobox {
	line-height: 14px;
	font-size: 12px;
}

#header {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: var(--nv-light-bg);
	box-shadow: inset 0 1px 0 var(--nv-light-bg), 0 1px 0 var(--nv-light-bg),
		0 2px 5px rgba(0, 0, 0, 0.1);
}

.table,
table {
	background-color: #efefef;
}
.table .table {
	background-color: transparent;
}
table.tableGrayLiquid {
	z-index: 0;
	position: relative;
}
table.paddings tr td:first-of-type {
	padding-left: 1rem;
}

table.paddings tr:first-of-type td {
	padding-top: 1rem;
}

td.preset-width {
	width: 250px;
}

.admin-only {
	background-color: #dedef6;
	padding: 0.5rem;
	line-height: 1;
}
.admin-only b {
	line-height: 3.75rem;
}
.admin-only input[type="number"] {
	width: 50% !important;
	float: left;
}
.admin-only label {
	line-height: 1;
	vertical-align: middle;
	display: table-cell;
	height: 3.75rem;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.head_gr {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.ui-widget-header,
.head_gr {
	border-bottom: 1px solid #666666;
	background: #ff9900;
	color: #222222;
	font-weight: bold;
}

.calendarButton {
	font-size: 24px;
	padding-bottom: 3px;
	background-color: transparent;
	color: #74cac3;
}

input[type="submit"]:not(.btn) {
	-moz-border-radius: 5px;
	-moz-box-shadow: #c1d19e 0px 0px 10px;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #6e7849 0 0 10px;
	-webkit-transition: all 0.5s ease;
	background-color: #5ea14f;
	border-radius: 5px;
	border: 1px solid #6f886d;
	box-shadow: #c1d19e 0px 0px 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	margin: auto;
	padding: 6px;
	text-decoration: none;
	text-shadow: #000000 5px 5px 10px;
	transition: all 0.5s ease;
}

input[type="submit"].cancelBtn,
input[type="file"] {
	-moz-border-radius: 5px;
	-moz-box-shadow: #9e9e9e 0px 0px 10px;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #6e7849 0 0 10px;
	-webkit-transition: all 0.5s ease;
	background-color: #d4d4d4;
	border-radius: 5px;
	border: 1px solid #858585;
	box-shadow: #9e9e9e 0px 0px 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	margin: auto;
	padding: 6px;
	text-decoration: none;
	text-shadow: #000000 5px 5px 10px;
	transition: all 0.5s ease;
}

input[type="submit"].deleteBtn {
	-moz-border-radius: 5px;
	-moz-box-shadow: #9e9e9e 0px 0px 10px;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #6e7849 0 0 10px;
	-webkit-transition: all 0.5s ease;
	background-color: #e82326;
	border-radius: 5px;
	border: 1px solid #858585;
	box-shadow: #9e9e9e 0px 0px 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 1em;
	margin: auto;
	padding: 6px;
	text-decoration: none;
	text-shadow: #000000 5px 5px 10px;
	transition: all 0.5s ease;
}

input[type="submit"]:not(.btn):hover {
	padding-left: 25px;
}

input[type="radio"],
input[type="checkbox"] {
	height: 14px;
	margin-right: 4px;
}

th,
b {
	font-family: hurmeBold !mportant;
}

.hurme {
	font-family: hurme !mportant;
}
.hurme {
	font-family: hurme !mportant;
}
.sparks {
	max-width: 480px;
}
.extra-padding {
	padding: 1rem;
}
.extra-padding-horizontal {
	padding: 0 1rem;
}
.extra-padding-vertical {
	padding: 1rem 0;
}