﻿.footer-text {
	color: #545b62;
	line-height: 18px;
	padding: 3px 4px 3px 6px;
}

.k-grid a.rowbutton {
	color: #fff;
}

body {
	color: #545b62;
	/*background-color: #fafafa;*/
}

.breadcrumb-item.active {
	color: #5e6974;
}

.breadcrumb-item > a {
	color: #545b62;
}

label {
	margin-bottom: .1rem;
	font-size: .8rem;
	line-height: 1.2;
}

.text-danger {
	color: #a83b4b !important;
}

.text-primary {
	color: #18637e !important;
}

a {
	color: #1c7394;
}

	a:hover {
		color: #2084a9;
	}
/*
	.k-grid tr td a {
		text-decoration: underline;
		color: #1c7394;
	}

		.k-grid tr td a:hover {
			text-decoration: underline;
			color: #2084a9;
		}
	*/
.btn-primary {
	color: #fff;
	background-color: #18637e;
	border-color: #3bafda;
}

.error {
	color: #dc3545;
}

.k-dropzone-hint {
	color: #323232 !important;
}