/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.2.2015, 10:21:34
    Author     : litvi
*/
.contact_details h3 {
	font-size: 14px;
	text-decoration: underline;
	text-transform: none;
	color: #868a8c;
}

ul.list-3 {
	overflow: hidden;
	margin: 0px !important;
}

ul.list-3 li {
	float: left;
	margin: 6px 3px;
	width: 32%;
}

.table-2 {
	margin-bottom: 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.table-2 td {
	border-right: 1px solid #f67070;
}

.table-2 td:nth-child(2) {
	font-weight: bold;
	width: auto;
}

.table-2 td {
	padding: 3px 7px 2px 7px;
}

.table-1, .table-2 {
	width: auto;
	border: 1px solid #f67070;
}

.table-1 {
	margin-bottom: 30px;
}

.table-1 tr, .table-2 tr {
	border-bottom: 1px solid #f67070;
}

.table-1 td {
	padding-left: 10px;
}

/* fomrs */
.bfQuickMode .row-fluid {
	margin-left: 10px !important;
}

.bfQuickMode fieldset {
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	width: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bfQuickMode legend {
	background-color: #f67070 !important;
}

.bfQuickMode button {
	outline: none;
}

.bfQuickMode legend {
	border: 0;
}

.bfCancelButton {
	margin-left: 10px !important;
}

.bfQuickMode {
	color: #5c5c5c;
	font-family: Trebuchet MS;
	font-size: 14px;
}

.bfQuickMode fieldset {
	margin-top: 30px !important;
	background: white;
	padding: 10px !important;
	border: 1px solid #bbccb0 !important;
}

.bfQuickMode legend {
	position: relative;
	text-align: right !important;
	margin-top: -25px !important;
	color: #ffffff !important;
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	font-size: 17px !important;
	padding: 0px 20px !important;
	font-weight: bold !important;
	border: 1px solid #bbccb0 !important;
}

.bfQuickMode section.bfElemWrap {
	border-bottom: 1px solid #bbccb0 !important;
	padding-top: 6px !important;
}

/* ##### inline ##### */

.bfQuickMode fieldset fieldset legend {
	margin-top: -25px !important;
	font-size: 15px !important;
}

.bfQuickMode fieldset.bfInline {
	margin-top: 30px;
}

/* ##### Input Fields ##### */
.bfQuickMode input[type=file] {
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #5e734e;
	background: #bbccb0;
	color: #002a45;
}

textarea {
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #5e734e;
	background: #bbccb0;
	color: #002a45;
}

.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode select {
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
	background: url(../images/blue_page_bg.png) repeat 0 0;
	border: 1px solid #ffffff;
	color: #002a45;
}

.bfQuickMode textarea:hover, .bfQuickMode input[type='text']:hover, .bfQuickMode input[type='password']:hover, .bfQuickMode select:hover {
	outline: none;
	border-color: #314124;
}

.bfQuickMode textarea:focus, .bfQuickMode input[type='text']:focus, .bfQuickMode input[type='password']:focus, .bfQuickMode select:focus {
	outline: none;
	border-color: #314124;
}


.bfQuickMode input[type='hidden'] {
	display: none;
}

/* ##### page intro ##### */

.bfQuickMode section.bfRolloverBg, .bfQuickMode span.bfRolloverBg {
	background-image: url('img/bg_rollover.png') !important;
	background-position: 0 0 !important;
	background-repeat: repeat-x !important;
	color: #000 !important;
}

/* ##### error messages #####*/

.bfQuickMode .bfErrorMessage {
	background: #ffeded;
	font-weight: bold;
	float: none;
	display: block;
	color: red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ##### max length message ##### */

.bfMaxLengthCounter {
	color: #666;
}

/* ##### tooltip ##### */

.bfQuickMode span.hasTip {
	background: transparent url('img/icon_info.png') right top no-repeat;
}

/* ##### Section Description #####*/

.bfQuickMode .bfSectionDescription {
	background: none;
	border: none;
	font-weight: normal;
}

.bfQuickMode .bfSectionDescription section {
	background: none;
	border: none;
}


/* ##### required ##### */

.bfQuickMode .bfRequired {
	background: none;
	font-size: 100%;
	font-weight: bold;
	border: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #f00;
	float: none;
}

/* ##### buttons ##### */

.bfQuickMode input[type='submit'], .bfQuickMode input[type='reset'], .bfQuickMode button {
	border: 1px solid #5e734e !important;

	background-image: url('img/bg_rollover.png') !important;
	background-position: 0 0 !important;
	background-repeat: repeat-x !important;
	color: #000 !important;
	cursor: pointer !important;
}

.bfQuickMode input[type='submit']:hover, .bfQuickMode input[type='reset']:hover, .bfQuickMode button:hover {
	border: 1px solid #88997a !important;
	background: #bdbdbd !important;
}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
	float: right !important;
}

.bfQuickMode .bfPrevButton {
	float: left !important;
}

.bfQuickMode input.bfCalendar {
	height: 23px;
	margin: 0px 0px 0px 5px;
}

.bfQuickMode button.bfCalendar {
	padding: 0px 5px !important;
}


span.bfElementGroupNoWrap input[type=checkbox],
span.bfElementGroupNoWrap input[type=radio],
span.bfElementGroup input[type=checkbox],
span.bfElementGroup input[type=radio] {
	background: transparent !important;
	border: 0 !important;
}

span.bfElementGroup input[type=checkbox],
span.bfElementGroup input[type=radio] {
	padding: 5px 0px 0px 0px\9 !important;
}

.bfElementGroup {
	padding-top: 2px !important;
	padding-top: 2px\9 !important;
}

span.bfElementGroup label {
	padding: 0px 0px 0px 0px\9 !important;
}

.bfGroupLabel {
	padding-top: 0px !important;
	padding-top: 0px\9 !important;
}

.bfQuickMode label {
	vertical-align: middle !important;
	vertical-align: middle\9 !important;
}


/* GTM cookie */

#cookies-information {
	color: #383b3c;
	background-color: #FFFFFF;
	border-bottom: 1px solid #f67070;
	text-align: center;
}

#allow-cookies-button {
	background-color: #f67070;
	padding: 3px 20px;
	border-radius: 6px;
}

/**======**/

/**cookies**/
body div.cc-window.cc-floating {
	border: 1px solid transparent;
}

body .cc-revoke,
body .cc-window {
	font-family: inherit;
	line-height: 1.4;
}

.cnt-cookies {
	padding: .4rem 0;
}

.cc-window span.cc-message span.cc-cookie-settings-toggle,
.cc-window .cc-btn {
	border-width: 1px;
}

.cc-window .cc-btn {
	font-weight: 400;
	text-decoration: none;
}

.cc-window .cc-close {
	font-size: 1em;
	opacity: .4;
}

body div.cc-revoke {
	width: 46px;
	height: 46px;
	text-align: center;
}

body .cc-window.cc-floating .cc-compliance {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

body div.cc-floating div.cc-checkboxes-container {
	margin-bottom: 1rem;
}

body .cc-revoke.cc-right {
	right: 5px;
}

body .cc-floating .cc-message {
	margin-bottom: 0;
}

body .cc-window div.cc-checkboxes-container a.cc-btn.cc-allow {
	padding: .4em;
	height: 22px;
}

body div.cc-window.cc-floating div.cc-settings-label {
	margin-bottom: 10px;
}

body .fancybox-content {
	color: inherit;
}

body .cc-cookie-category-description {
	color: inherit;
}

div.cc-revoke::before {
	content: "";
	background: url(/images/icons/gdpr-icon.svg) no-repeat;
	width: 100%;
	height: 3rem;
	position: relative;
	background-size: contain;
	display: flex;
	justify-content: center;
}

body .cc-center.cc-allowall-button {
	margin-left: -400px;
}

body .cc-center {
	top: 10%;
	margin-top: 0 !important;
}

body .cc-center,
body .cc-bottom,
body .cc-right {
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

body div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after {
	top: -6px;
	height: 35px;
}

body div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
	left: 3px;
	top: 6px;
}

body input.cc-cookie-checkbox+span:before {
	top: 6px;
}

body input.cc-cookie-checkbox+span:after {
	left: 0;
	top: -11px;
	width: 14px;
	height: 14px;
}

/***/
@media (min-width: 768px) {
	body .cc-revoke.cc-center {
		left: 5%;
	}
}

@media (max-width: 767.98px) {
	body .cc-revoke.cc-center {
		left: 25%;
	}

	body div.cc-window.cc-floating {
		padding: 1em;
	}

	body .cc-window .cc-message {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	body div.cc-floating div.cc-checkboxes-container {
		margin-bottom: 2rem;
	}
}

@media (max-width: 320.98px) {
	body div.cc-floating div.cc-checkboxes-container {
		margin-top: 0;
	}

	body .cc-window .cc-message {
		font-size: 13px;
	}

	body div.cc-window.cc-floating div.cc-compliance {
		flex-wrap: nowrap;
	}

	body .cc-window span.cc-message span.cc-cookie-settings-toggle {
		position: relative;
	}

	body div.cc-window.cc-floating.cc-center {
		width: 100%;
		overflow: auto;
	}
}