/****

// Basic Elements

****/
*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*// Screollbar*/
::-webkit-scrollbar
{
	width: 15px;
}
::-webkit-scrollbar-track
{
	box-shadow: none;
	border-radius: 0;
	background: #333;
}
::-webkit-scrollbar-thumb
{
	background: #5E0045;
	border-radius: 0;
}
/*// Better Tabs Region*/
.nav-tabs
{
	border: 1px solid #E8E4E4;
	background: rgba(235, 235, 235, 0.5);
	display: block;
	width: 100%;
}
.nav-tabs LI
{
	display: table-cell;
	width: 20%;
	padding-right: 1px;
	height: auto;
	vertical-align: bottom;
}
.nav-tabs LI A
{
	display: block;
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #E8E4E4;
	border-left: 1px solid #E8E4E4;
	color: #333;
	text-align: center;
}
.nav-tabs LI A:hover
{
	display: inline-block;
	padding: 15px;
	border-radius: 0;
	background: #FFF;
}
.nav-tabs LI.active A.is-active
{
	border: none;
}
/*// User Login - Page*/
.user-login-form, .user-pass
{
	margin: 10% auto;
	max-width: 500px;
}
.user-login-form *:-webkit-autofill, .user-login-form *:-webkit-autofill:hover, .user-login-form *:-webkit-autofill:focus, .user-login-form *:-webkit-autofill:active, .user-pass *:-webkit-autofill, .user-pass *:-webkit-autofill:hover, .user-pass *:-webkit-autofill:focus, .user-pass *:-webkit-autofill:active
{
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #333333 !important;
}
.user-login-form LABEL, .user-pass LABEL
{
	display: block;
}
.user-login-form .js-form-item, .user-pass .js-form-item
{
	margin-top: 10px;
}
.user-login-form .js-form-item INPUT, .user-pass .js-form-item INPUT
{
	height: 31px;
	padding: 5px 10px;
	border: 1px solid #E8E4E4;
	width: 100%;
}
.user-login-form .description, .user-pass .description
{
	color: #333333;
	margin-top: 5px;
}
.user-login-form .button, .user-pass .button
{
	margin-top: 10px;
}
/*// User Login - Simple Login*/
.path-user .mm-page
{
	background: transparent;
}
.path-user .simplelogin-form
{
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 45px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	max-width: 320px !important;
}
.path-user .simplelogin-form .form-group BUTTON.btn-default.btn
{
	max-width: 300px;
	margin: auto;
}
.path-user .simplelogin-form .form-group BUTTON.btn-default.btn:hover
{
	max-width: 300px !important;
	margin: auto !important;
	background: #00A91A !important;
}
.path-user .simplelogin-form .form-group BUTTON.btn-default.btn:focus
{
	max-width: 300px !important;
	margin: auto !important;
	background: #00A91A !important;
}
.path-user .simplelogin-form .form-group BUTTON.btn-default.btn.active
{
	max-width: 300px !important;
	margin: auto !important;
	background: #00A91A !important;
	color: #FFF;
}
/*// User Page*/
#block-tools UL.menu.nav LI A
{
	background: #00549F;
	color: #FFF;
	margin: 5px 0;
	padding: 15px;
}
#block-tools UL.menu.nav LI A:hover
{
	background: #04B404;
	color: #FFF;
	margin: 5px 0;
	padding: 15px;
}
/*// Back to Top (CSS & Text)*/
#backtotop
{
	width: 50px;
	height: 50px;
	border-radius: 0px;
}
/*// EU Cookie Compliance*/
.eu-cookie-compliance-banner
{
	padding: 15px;
	background: #5E0045;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message H2
{
	font-size: 15px;
	font-weight: normal;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message P
{
	font-size: 15px;
	font-weight: normal;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message .find-more-button
{
	font-size: 15px;
	font-weight: normal;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-category LABEL
{
	font-size: 15px;
	font-weight: normal;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-category
{
	font-size: 15px;
	font-weight: normal;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-has-categories BUTTON.agree-button
{
	border-radius: 0px;
	font-size: 15px;
	letter-spacing: 3px;
}
/*// File Download*/
