/* content pages*/

/* @font-face { */
	/* font-family: "Kingthings Trypewriter 2"; */
	/* src: url('images/fwhtypew.ttf'); */
/* } */

html{
	/* background-image:url(../images/contentbg.jpg); */
	background-attachment: fixed;
}
body {
	background: none;
	font-family: Montserrat, sans-serif;
}

/* @media(min-width:768px) {} */

.head {
	margin-top: 20px;
	border-radius: 4px 4px 0 0;
    height:6em;
    background-color: rgba(0,0,0,0.3);
	box-shadow: 0 0 12px -3px rgba(0,0,0,0.5);
	position: relative;
	z-index: 3;
}

.titlehead {
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    font-size:1.3em;
    letter-spacing: 1px;
    margin-left: 15px;
	color: #fff;
	position: absolute;
	top: 37.3333%;
}

.wrapper {
    background-color:#fff;
	border-radius: 0 0 4px 4px;
    color:#454545;
    padding:10px;
    margin-bottom:50px;
	box-shadow: 0 0 12px -3px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
}

.nav {
	margin: 10px 0 50px;
}

.nav-pills > li > a {
	color: #bd070b;
	color: #666;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
	color: #bd070b;
	color: #666;
}

.nav-pills > li > a {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0);
	border-radius: 0;
	transition: none;
	padding: 2px 2px 2px;
}

.nav-pills > li~li {
	margin-left: 20px;
}

.navbar {
	background-color:rgba(0,0,0,.4);
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a.fwh-nav-active {
	border: none;
	border-bottom: 1px solid #bd070b;
	border-bottom: 1px solid #666;
}

.nav-tabs > li > a.fwh-nav-active:hover {
	cursor: default;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

.faqtekst{
    font-size:14px;
    font-weight: normal;
    margin-bottom:20px;
    text-transform:none;
}

.fwh-inline-icon {
	position: relative;
	bottom: 2px;
	margin: 0 6px;
}

#fwh-attendee-stats table td {
	padding: 0 6px;
}

/* Bootstrap Overrides */

input[type="checkbox"], 
input[type="radio"] {
	margin: 0;
	margin-top: -4px;
}
label {
	font-weight: 400;
}

/* UIkit Overrides */

.uk-tooltip {
	font-family: Montserrat, sans-serif;
}
.uk-tooltip:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0px;
	height: 6px;
	width: 100%;
	background: url('../images/icons/conarrow_s_666.png');
	background-position: 50%;
	background-repeat: no-repeat;
}
.uk-accordion-title {
	background-color: #f4f4f4;
}
.uk-input:focus {
	border: 1px solid #666;
}

/* font override */
#fwh-attendee-stats,
.uk-tooltip,
.nav-pills > li > a {
	font-family: Montserrat, sans-serif;
}

/* General Registration Styling */

.loggedin {
	position: absolute;
	top: -45px;
	right: 30px;
	background-color: #666;
}
@media(max-width:768px) {
	.loggedin {
		position: relative;
		top: 0;
		left: 0;
	}
}

.loggedin.uk-label {
	font-size: 8pt;
	font-family: Montserrat, sans-serif;
}

/* Registration Form Styling */
.fwh-reg-form img[src*='icon'] {
	position: relative;
	bottom: 2px;
	margin: 0 6px;
	/* border-radius: 100%; */
	/* background: #aaa; */
	/* padding: 4px; */
}
.fwh-reg-form table td {
	padding: 0 6px;
}
.fwh-uk-button {
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
	font-family: Montserrat, sans-serif;
	padding: 0 20px 0 35px;
}
.fwh-uk-button:hover {
	border: 1px solid #666;
	/* background: #666; */
}
.fwh-uk-alert {
	color: #888;
	font-family: Montserrat, sans-serif;
}
.fwh-form-label {
	font-family: Montserrat, sans-serif;
	display: block;
}
.fwh-table {
	text-align: right;
}
.fwh-table td,
.fwh-table th {
	padding: 4px 8px;
}
.fwh-table-2 tr:hover {
	background-color: #eee;
}
.fwh-table-2 td,
.fwh-table-2 th {
	padding: 1px 2px;
}

.fwh-short {
	width: 175px;
}
table.attendance tr[uk-tooltip]:hover {
	background-color: #eee;
}
.fwh-check-left {
	position: relative;
	top: 8px;
	float: left;
}
.fwh-check-higher {
	position: relative;
	top: -1px;
}
.fwh-modal-error {
	display: none;
}
.uk-modal {
	z-index: 1050;
}
.uk-inline {
	vertical-align: top;
}
.error {
	color: #D23;
	font-style: italic;
}

input.foldout-toggle {
	display: none;
}
label.foldout-toggle {
	display: block;
	cursor: pointer;
}
label.foldout-toggle:hover {
	color: #888;
}
h3 label.foldout-toggle {
	font-weight: bold;
}
label.foldout-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid currentColor;

  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}
input.foldout-toggle:checked + label.foldout-toggle::before {
	transform: rotate(90deg) translateX(-3px);
}

.foldout-content {
	/*visibility: collapse;*/
	display: none;
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease-in-out;
}

.foldout-content.active {
  /*visibility: visible;*/
	display: table;
}

@media(max-width: 768px) {
	.fwh-negligible-image {
		display: none;	
	}
}