﻿/* 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. */

/* Sticky footer styles
-------------------------------------------------- */
body {
	background-image: url(/images/background_img.jpeg);
	background-repeat: round;
	background-position-x: center;
}

.commentbox-comment {
	margin-right: 10px;
	text-align: right;
}

.kendo-template-sticky-notes {
	height: 80%;
	width: 110%;
}

.kendo-strip-row {
	width: 45%;
	padding: 16px;
}

.user-profile {
	line-height: 30px
}

.user-profile-bold {
	line-height: 30px;
	padding: 15px;
	text-decoration-style: solid;
	font-weight: bold;
}

.bottom-buffer {
	margin-bottom: 1rem;
}

.podium .total {
	display: flex;
	font-size: 2rem;
	justify-content: center;
}

.podium .k-card {
	margin-bottom: 1rem;
}

.podium .k-card-image {
	padding: 0 7em;
}

.form-group.required .control-label:after {
	content: "*";
	color: red;
	font-weight: bold;
}

/*
		Avatar
*/

/*.avatar {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-size: 32px 32px;
	background-position: center center;
	vertical-align: middle;
	line-height: 32px;
	box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
	margin-right: 5px;
}

#welcome .avatar {
	width: 50px;
	height: 50px;
}

.user-profile-bold {
	line-height: 30px;
	padding: 15px;
	text-decoration-style: solid;
	font-weight: bold
}

.user-profile-bold-wp {
	line-height: 30px;
	text-decoration-style: solid;
	font-weight: bold
}*/

/*
		Kendo widget
*/

.k-widget {
	background-color: unset;
}

.padding-top-2 {
	padding-top: 2rem;
}

.main .row {
	background-color: white;

}

.main .row h1, h2, h3, h4, h5 {
	padding: 0 0 0.9rem 0;
}

.padding-2rem {
	padding: .9rem;
}



.faq {
	font-family: inherit;
	list-style: none;
}
.faqIntroQuestions {
	font-weight: bold;
	font-size: 25px;
}
.faqQuestions {
	font-weight: bold;
	color: #f68428;
	font-size: 25px;
}

.faqList {
	list-style: none;
	font-size: 21px;
}

.faqText {
	color: #f68428;
}