/*
Theme Name: Toiletrapporten
Theme URI: http://underscores.me/
Author: Brave
Author URI: http://brave.dk
Description: Tilstandsrapport til toiletter.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toiletrapporten
Tags:

This theme, like WordPress, is licensed under the GPL.

Toiletrapporten is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('../toiletrapporten/custom-font.css');

.post-edit-link {
	display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
	background-color: #cde6e6;
}

.vc_row {
	margin: 0!important;
}

.survey_answer_image {
	padding: 0!important;
	width: 70%!important;
    max-width: 70%!important;
    height: auto!important;
    max-height: 70%!important;
}

.survey_answers {
	font-size: 0!important;
}

.survey_answers:hover {
	opacity: 0.3;
}

.survey_element {
	background: none!important;
	border-radius: 0!important;
    box-shadow: none!important;
    border: none!important;
}

.survey_table.eachdisplay .survey_question {
	color: #d72335!important;
	font-size: 9vw!important;
	font-family: 'DINNextLTPro-Bold'!important;
	margin-bottom: 5%!important;
}

.survey_table.endcontent .survey_question {
	color: #d72335!important;
	font-size: 0px!important;
	font-family: 'DINNextLTPro-Bold'!important;
}

.survey_table.endcontent .survey_question img {
	height: 50vh;
	margin-top: 15%;
}

.survey_question span {
	padding: 0!important;
	line-height: 0 !important;
}

.survey_element {
	margin: 0!important;
}

.modal-survey-container {
	top: 15vh!important;
}

.survey-results canvas {
	width: 100%!important;
	height: 100%!important;
}

h1 {
	color: #d72335!important;
	font-size: 4vw!important;
	font-family: 'DINNextLTPro-Bold'!important;
	text-align: center;
}

.survey-results .survey_header {
	display: none!important;
}

.survey-results .process {
	width: 50%!important;
    margin: auto!important;
    margin-bottom: 50px!important;
}

.survey-results .process strong {
	font-size: 0px!important;
}

.survey-results .right {
	float: none!important;
}

.survey-results .progress {
	height: 50px!important;
	border: none!important;
}

.survey-results .progress .bar {
	padding: 19px 0px 4px!important;
}

#survey_preloader {
	display: none!important;
}