﻿body {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Calibri', sans-serif;
	display: -ms-flexbox;
	-ms-flex-align: center;
	display: flex;
	align-items: center;
	background-image: url('../kuvat/tausta.jpg');
	background-color: #eee;
	background-repeat: repeat-y;
	background-size: cover;
	background-position: center top;
/*
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
*/
}
.container {
	width: 100%;
	max-width: 1200px;
	background-color: #eee;
}
.login {
	max-width: 450px !important;
}
.navbar {
	background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #666;
}
.nav-link.active {
	color: #000;
	border-bottom: 1px solid #000;
}
::-webkit-input-placeholder {
	color: #999999;
	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
	font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #999999;
	font-style:italic;
}
:-ms-input-placeholder {
	color: #999999;
	font-style:italic;
}
.btn {
	-webkit-border-radius: 0px !important;
	-moz-border-radius:    0px !important;
	border-radius:         0px !important;
}
.btn-primary {
	color: #fff;
	background-color: #50AF47;
	border-color: #50AF47;
} .btn-primary:hover, .btn-primary:active {
	background-color: #5b5b5b;
	border-color: #5b5b5b;
}
.btn-success {
	color: #fff;
	background-color: #50AF47;
	border-color: #50AF47;
} .btn-success:hover, .btn-success:active {
	background-color: #60bF57;
	border-color: #60bF57;
}
.input-group-text {
	background-color: #f8f9fa;
}

.info {
	margin: 5px 0px;
	background-color: #33b5e5;
	font-size: 15px;
	line-height: 1.3;
	padding: 10px 20px 10px 10px;
	border-left: 4px solid #1395c5;
	font-style:normal;
	color: white;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.etulaatikko {
	width: 160px;
	height: 140px;
	line-height: 1;
/*
	width: 100%;
	min-width: 160px;
	max-width:175px;
*/
}


.table-maksut,
.table-maksut > th,
.table-maksut > td {
  background-color: #50AF47;
}

.table-maksut th,
.table-maksut td,
.table-maksut thead th,
.table-maksut tbody + tbody {
  border-color: #50AF47;
}

.table-hover .table-maksut:hover {
  background-color: #50AF47;
}

.table-hover .table-maksut:hover > td,
.table-hover .table-maksut:hover > th {
  background-color: #50AF47;
}


@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}
