@import url("https://fonts.googleapis.com/css?family=Leckerli+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");

body {
	background: url("../../../../img/Marketing-tausta.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	font-family: "Roboto Condensed", sans-serif !important;
}

#body-wrapper .container {
	padding: 1rem 0 2rem !important;
}

#header .navbar-section {
	height: 3rem;
}

#header {
	font-size: 0.8rem;
	font-weight: 700;
	width: 100%;
	height: 4rem;
	color: #454d5d;
	border-bottom: 1px solid rgba(172, 179, 194, 0.2);
	background: #fff;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding-bottom: 15px !important;
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
	height: 1.4rem;
}

.lead {
	/*font-family: "Leckerli One", cursive !important;*/
	font-family: "Roboto Condensed", sans-serif !important;
}

#admin-login h1 svg path:last-child {
	fill: rgba(0, 0, 0, 0.9) !important;
}

#admin-login h1 svg path:first-child {
	fill: #000000 !important;
}

a {
	color: #e85600 !important;
	text-decoration: none !important;
}

a:hover {
	color: #606060 !important;
}

.dropmenu ul li a.active,
.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
	color: #606060 !important;
}

.mobile-menu .button_container span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	cursor: pointer;
	transition: all 0.35s ease;
	border: none;
	background: #e85600 !important;
}

.treemenu li a.active,
.treemenu li a:focus,
.treemenu li a:hover {
	text-decoration: none;
	color: #ffffff !important;
}

.buttons {
	padding-top: 20px;
}

.btn,
.button:hover {
	font-size: 0.8rem;
	line-height: 1.2rem;
	display: inline-block;
	height: unset !important;
	padding: 0.4rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff !important;
	border: 0.05rem solid #e85600 !important;
	border-radius: 0.1rem;
	outline: 0;
	background: #e85600 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn,
.button:hover {
	font-size: 0.8rem;
	line-height: 1.2rem;
	display: inline-block;
	height: unset !important;
	padding: 0.4rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff !important;
	border: 0.05rem solid #e85600 !important;
	border-radius: 0.1rem;
	outline: 0;
	background: #e85600 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-primary.button,
.btn.btn-primary {
	color: #ffffff !important;
	border-color: #e856008a;
	background: #e85600;
	border-radius: 6px;
}

.btn-primary.button:focus,
.btn-primary.button:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	color: #ffffff !important;
	border-color: #404040 !important;
	background: #404040 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem #e856002e;
}

h2 {
	margin-top: 0px !important;
}

.language-selector {
	float: right;
	right: 30px;
	position: relative;
	top: 50%;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 1rem !important;
	display: inline-block;
}

.language-selector > .btn {
	background-color: #ffffff !important;
	border: #ececec 1px solid !important;
	color: #d2d2d2 !important;
}

.dropdown-menu {
	min-width: 0rem !important;
}

/* FORM */

input {
	font-size: 0.8rem;
	line-height: 1.2rem;
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 1.8rem;
	padding: 1.2rem 0.6rem;
	transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
	border: 0.05rem solid #d6d6d6;
	border-radius: 4px;
	outline: 0;
	background: #ffffff;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #404040;
}

input:focus {
	border-color: #b70a142b;
	box-shadow: 0 0 0 0.1rem #b70a1426;
}

textarea {
	padding: 0.7rem 0.6rem !important;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	width: 100%;
}

textarea:focus {
	border-color: rgba(183, 10, 20, 0.16862745098039217) !important;
	outline: rgba(183, 10, 20, 0.16862745098039217) auto 0.1rem;
	outline-color: rgba(183, 10, 20, 0.16862745098039217);
	outline-style: auto;
	outline-width: 0.1rem;
	box-shadow: 0 0 0 0.1rem #b70a1426;
	transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}

.form-control {
	font-size: 0.8rem;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #eeeeee;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #b70a141a;
}

.form-label {
	line-height: 1.2rem;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
}

.form-group {
	margin-bottom: 0.8rem !important;
}

label {
	margin-bottom: 0px !important;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #d2d2d2;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d2d2d2;
}

::placeholder {
	color: #d2d2d2;
}

.toast.toast-success {
	border-color: #e85600 !important;
	background: #e85600 !important;
	padding: 0.7rem;
}

.avatar {
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.25;
	position: relative;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin: 0;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	background: #ffffff;
}
