:root {
	--foreground-1: #000;
	--foreground-2: #5b5b5c;
	--foreground-highlight-1: #111;
	--foreground-invert-1: #fff;
}

/**
 * Reset styles
 */
body {
	font-family: sans-serif;
}

.btn-primary {
	color: var(--foreground-invert-1);
	background-color: var(--foreground-1);
	border-color: var(--foreground-2);
}

.btn-primary:hover {
	color: var(--foreground-invert-1);
	background-color: var(--foreground-highlight-1);
	border-color: var(--foreground-2);
}

/**
 * Login styles
 */
.form-login-container{
	width: 100%;
  max-width: 570px;
	padding: 1rem;
  margin: auto;
}

.login-title {
	border: 1px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.15) 50%, rgba(0,0,0,0)) 1 / 1 / 0 stretch;
}

/**
 * Dashboard styles
 */
.dashboard-icon {
	position: relative;
	margin-right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

@media(min-width:468px) {
	.dashboard-icon {
		margin-top: 1rem;
	}
}

@media(min-width:1200px) {
	.dashboard-icon {
		margin-right: 28%;
	}
}

a {
	color: #d20a0f;
}

a:hover {
	color: #e4181b;
}

.h1, h1 {
	font-size: 2.7rem;
	font-weight: 300;
}

.h2, h2 {
	font-weight: 300;
}

.h3, h3 {
	font-size: 1.5rem;
}

/**
 * Footer and footer component styles
 */
footer {
	border-top: 5px solid var(--foreground-1);
}

footer .list-inline a {
	color: gray;
}

#contact-icons {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#contact-icons a {
	color: var(--foreground-1);
	display: inline-block;
}

#contact-icons a img {
	height: 20px;
	width: auto;
}

/**
 * Training list
 */
#trainingTabsContent td:first-child {
	width: 1.25em;
}
