﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
}

.werkbonRow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	/*margin-left: -15px;*/
}

td.vehicle {
	padding: 0px 15px 0px 15px;
}

th.employeeHoursEdit {
	text-align: center;
	width: 130px;
}

td.employeeHours {
	text-align: center;
}

tr.employeeHours:nth-child(even) {
	background-color: #f2f2f2;
}
/*input.checkbox {
    width: 25px;
    height: 25px;
}
input.radio {
    width: 25px;
    height: 25px;
}*/
td.radiocell {
	width: 100px;
}

table.borders, td.borders, tr.borders {
	border: 1px solid black;
}

.compactText {
	line-height: 1.15;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #ffffff;
}

div.aboveSignature {
	height: 75px;
}


input[type='time']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	display: none;
	margin: 0;
}

div.labelMarginTop {
	margin-top: 2px;
}
a.toolboxlink {
	font-size: 200%;
	font-weight: bold;
}

@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}