/**
* @file
* Subtheme specific CSS.
*/
:root{
	scroll-behavior: auto !important;
}
/* fonts */
.nav-link {
	/*	font-family: Courier, "Courier New", "American Typewriter", "sans-serif";*/
	font-weight: 400;
}
.nav-link:hover, .nav-link:active {
	/*	font-family: Courier, "Courier New", "American Typewriter", "sans-serif";*/
	color: black !important;
	transition: all 2s ease;
}

/* fonts end */
/* colors and backgrounds */
#page, #main-wrapper, .region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
	background: #e6f0ec url("../gfx/paper_back.jpg") !important;
}

img{
	max-width: 100%;
	height: auto;
}

.site-footer {
	/*background: rgba(0,0,0,.4) !important; changed in drupal to #d6dbd6 */
}
.path-group #main{max-width: 100%;}
#block-rethinkreportchart .charts-google, #block-rethinkreportchartemployees .charts-google, #block-rethinkreportchartaudiences .charts-google{
	width: 800px;
	height: 500px;
}
.block-rethink-theatre-pie-chart-block .charts-google{
	width: 100%;
	min-height: 500px;
}
.charts-google{
	width: 500px;
	height: 500px;
}
#block-rethinkreportcharttransport, #block-rethinkreportchartenergy, #block-rethinkreportchartmaterial, #block-rethinkreportchartwaste, #block-rethinkreportchartwater{
	display: inline-block;
	width: 33%;
}
#block-rethinkreportcharttransport h2, #block-rethinkreportchartenergy h2, #block-rethinkreportchartmaterial h2, #block-rethinkreportchartwaste h2, #block-rethinkreportchartwater h2{
	margin-bottom: -30px;
}
/* header */
header nav * img {
	width: 12rem;
}

nav#navbar-main {
	background: transparent !important;
}
.featured-top {
	/*margin-top: -3rem;*/
	margin-top: 0rem;
}
#block-rethinkreportcharttransportcolumn .charts-google, #block-rethinktheatrechartcolumn .charts-google{
	width: 1000px;
	height: 1000px;
}
.block-rethink-theatre-chart-column-block .charts-google{
	width: 90%;
	min-height: 500px;
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	background: #fff;
}
.block-rethink-theatre-pie-chart-block{
/*	margin-top: 30px; anders removed to align*/
	margin-bottom: 30px;
}
.block-rethink-theatre-pie-chart-block .charts-google{
	width: 90%;
	min-height: 500px;
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	background: #fff;
}
.pie-emission-table{
	/*background: #fff;
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	width: 90%;*/
	padding: 20px 20px 20px 40px;
}
.pie-emission-table-second-col{text-align: right;}
.pie-emission-table h6{margin-bottom: 0;}
.pie-emission-table tr{background: transparent;}
.pie-emission-table tr td, .pie-emission-table tr th{border: 1px solid #e4ebe3;}
div.hero  {
	width: 100%;
	height: 25rem;
	background-size: contain !important;
}

/* header end */

/* hero */
h1.brand-h1 {
    color: #3e3e3e;
    background-color: rgba(236, 217, 40, 0.8);
    font-size: 1.9rem;
    display: block;
    padding: 0.2rem 1rem;
}

div.brand-hero {
    min-height: 50vh;
    height: auto;
    background-color: transparent;
    position: relative;
    background-image: url(/sites/default/files/2023-03/back_flipflop.png);
    background-position: top right;
    background-size: 16rem;
    background-repeat: no-repeat;
    padding: 0px;
    padding-top: 9rem;
}

.brand-hero .my-3 {
    max-width: 30rem;
}
a.brand-button, a.btn-primary, button.btn-primary {
    border: none;
    color: var(--bs-black);
    background: #E0DB59;
    border-radius: 2px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    margin-top: 2rem;
    background-image: url('/sites/default/files/2023-03/icon_arrow.png');
    padding-left: 2.5rem;
    background-repeat: no-repeat;
	background-size: 2rem;
	background-position: 0.4rem 0.25rem;
}

.brand-button:hover, .brand-button:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #e7d42a !important;
}
/* hero end */


.field--type-image img, .field--name-field-user-picture img{
	max-width: 100%;
	height: auto;
}
#navbar-top a, #navbar-main a{
	color: #8f3639;
}
#navbar-top .container {
     justify-content: flex-end;
}
/* special menu cases */

.nav-link.nav-link--da-node-1398, .nav-link--da-bliv-medlem {
    font-weight: bold !important;
    color: color(srgb 0.59 0.5585 0.0502) !important;
    border: 2px solid;
}
body.user-logged-in * .nav-link.nav-link--da-node-1398 {
	display: none;
}

#edit-field-reporting-for .form-check{
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-right: 10px;
}
#views-bootstrap-theatres-block-1 .col-xl-2, #views-bootstrap-theatres-block-3 .col-xl-2{
	justify-content: center;
	align-self: center;
	text-align: center;
}
.block-views-blocktags-block-1{margin-top: 40px;}
textarea.form-control{
	background-color: #e6f0eb;
	border: none;
	-webkit-box-shadow: inset 2px 2px 4px rgb(0 0 0 / 50%);
	-moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,.5);
	box-shadow: inset 2px 2px 4px rgb(0 0 0 / 50%);
}
.button--danger{
	padding: 0.375rem 0.95rem;
	background: #eee;
	color: #888;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 10px;
	border: 1px solid transparent;
	margin-top: 2rem;
}
.button--danger:hover{
	color: #8f3639;
	border-color: #8f3639;
}
#block-baeredygtigogdanskscene{
	flex-basis: 100%;
	/* begin flexbox stuff */
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	position: relative;
	align-items: center;
	display: flex;
	margin-top: -20px;
	margin-bottom: 20px;
}
.page-view-frontpage div.views-element-container {
	margin-top: 5rem;
}

.navbar-expand-lg .navbar-collapse{
	flex-wrap: wrap;
}
#block-baeredygtigogdanskscene::after{
	content: "";
	background: #ccc;
	position: absolute;
	bottom: -10px;
	right: 0;
	height: 1px;
	width: 68%;
}
#block-baeredygtigogdanskscene h2{
	font-size: 1rem;
}
#block-baeredygtigogdanskscene img{
	height: 60px;
	width: auto;
}
#block-baeredygtigogdanskscene img:first-child{
	margin-right: 10px;
	margin-left: 20px;
}
#block-rethink-content form input:focus{
	background-color: #ceddd5;
}
textarea.form-control:focus{
	box-shadow: inset 2px 2px 4px rgb(0 0 0 / 50%);
	border-color:transparent;
	background-color: #ceddd5;
}
.nav-link{
	/*  color: #1d84c3; */
	color: #555 !important;
	padding: 0 1rem !important;
	/*font-size: 0.6rem;*/
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}
.nav-link {
	margin-top: 0.5em;
}
.report-section a.nav-link {
    position: absolute;
    bottom: 1em;
}
.nav-link.is-active {
	background: #E0D847;
	rotate: -1deg;
	color: #202020;
}
.breadcrumb{
	margin-top: 10px;
	padding: 10px;
}

.pagination {
	justify-content: center;
}


/* pageing */

.pagination.js-pager__items {
	margin-top: 4rem;
}
.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item:not(:first-child) .page-link, .page-link {
	border-radius: 3rem;
	margin: 0 15px;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bolder;
}

/* styling of building list */

.building
{
	background-image: url('../gfx/building.svg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	display: block;
}
li.breadcrumb-item {
	background-image: url('../gfx/back.svg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	display: block;
}

.highlighter, .item * strong  {
	background: #E3DA00;
	display: inline;
	padding: 2px 10px 0px 13px;
}

.view-header {
    padding: 1rem 2rem 2rem 0rem;
    width: auto;
    max-width: 45rem;
    text-align: justify;
}
.view-id-techtree_completed_initiatives .view-header{
	max-width: 100%;
	padding: 0;
	padding-bottom: 2rem;
}
.view-certificates-in-theatre .view-header{
	padding: 0;
}
#block-threemains h2 {
    text-align: center;
}
@media screen and (min-width: 40em){
	.layout--twocol-section.layout--twocol-section--25-75.section-first-column-width-24 > .layout__region--first {
		flex: 0 1 25%;
	}
}

div#block-threemains {
    margin: 5rem 0;
}

div#block-threemains .brand-button {
	align-content: center
}
div#block-threemains * p.summary {
    min-height: 8rem;
}
/* design cards */
.item h2 {
	padding: 0 1rem;
	font-size: 1.6rem;
	align: left;
}
.item p {
	padding: 0 0.2rem 1rem 1rem;
}
.item .bottom {
	display: flex;
	padding-top: 0.6rem;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 0.6rem;
	margin-top: 1rem;
	flex: auto;
	jusstify-self: flex-end;
}
.item .label {
	display: inline-block;
	padding-top: 0rem;
	padding-right: 3rem;
	padding-left: 0.6rem;
	padding-bottom: 0.2rem;
	border-radius: 0 0 3px 0;
	background: #fff;
	position: absolute;
	/* top: -0.2rem; */
	/*	top: 1.5rem; anders */
	left: 0.6rem;
	text-transform: uppercase;
	font-size: small;
	letter-spacing: normal;
}
.initiative-card .label a, #block-views-block-initiatives-block-6 .slick-slide .label a{
	color: #7FA39F;
	position: relative;
	top: -3px;
}
.item .image {
	margin: 0;
	width: 100%;
	height: 10rem;
}
.tags  {
	flex: auto;
	/*display: flex;
	align-items: flex-start;
	justify-content: flex-start;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
	background: top left no-repeat url("../gfx/label.svg");
	/*   text-indent: 1.6rem;*/
	padding-left: 27px;
	padding-right: 5px;
}
.likes {
	background: top left no-repeat url("../gfx/like.svg");
	padding-left: 2rem;
	text-align: right;
	padding-right: 0.6rem;
}
.tags a {
	flex: 0 0 4rem;
	text-align: center;
	text-decoration: none;
}
#block-rethink-content form input:checked[type=radio]{
	background-color: #8f3639;
	border-color: transparent;
}

/* design cards done */

/* form design */
#block-rethink-content {
	background: #fff;
	border-radius: 3px;
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	padding: 3rem;
	padding-left: 6rem;
	/* margin: 10rem 0rem; */
}
.block-field-blockgrouptheatrelabel {
	font-weight: 900;
}
.field--name-field-theatre-type > .field__items {
	display: inline-block;
}
.path-group * #block-rethink-content {
	padding: 0px;
}
/* .node-type-report .main-content {
	background: #fafafa;
	border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	padding: 3rem;
	padding-left: 6rem;
	margin: 10rem 0rem;
} */

.node-type-report #block-rethink-content{
	background: none;
	box-shadow: none;
	padding: 0px;
	margin: 0;
}
#block-rethink-content form input,
#block-rethink-content form select.form-select,
#block-rethink-content form span.select2-selection {
	background-color: #E6F0EC;
	-webkit-box-shadow:inset 2px 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow:inset 2px 2px 4px rgba(0,0,0,.5);
	box-shadow:inset 2px 2px 4px rgba(0,0,0,.5);

}
#block-rethink-content form input,
#block-rethink-content form input.text-full,
#block-rethink-content form select.form-select,
#block-rethink-content form input.form-number {
	padding: 1rem;
}
#block-rethink-content form span.select2-selection{padding: 0.66rem;}
#block-rethink-content form span.select2-selection input{padding: 0;box-shadow: none;}
#block-rethink-content form span.select2-selection input:focus{background-color: transparent;}
.select2-container--default.select2-container--focus .select2-selection--multiple{border-color: #86b7fe;}

#block-rethink-content form input.form-checkbox {
	padding: 0rem !important;
}

#block-rethink-content form input.form-number {
	text-align: right;
}
#block-rethink-content form .field-group-tabs-wrapper {
	margin-top: 1.5rem;
}

/* tabs in form */
.horizontal-tabs {
	border: none;
}
.horizontal-tabs .horizontal-tabs-list {
	background-color: transparent;
}
.horizontal-tabs .horizontal-tab-button {
	border-top: 1px solid #ccc;
	padding: 7px;
}
.horizontal-tab-button.selected {
	border-left: 1px solid #ccc;
}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
	padding: 0.6em 2em;

}

.input-group-append span.input-group-text {
	padding: 1rem;
	background: transparent;
	border: none;
	font-weight: bold;
}
#block-rethink-views-block-initiatives-block-2 img, .view-theatres.view-display-id-page_1 img,
#block-views-block-theatres-block-1 img, #views-bootstrap-initiatives-block-1 img,
#views-bootstrap-taxonomy-term-page-1 img, #block-views-block-initiatives-block-6 .slick-slide img,
.view-theatres.view-display-id-block_3 img,
.view-theatres.view-display-id-block_2 img
{
	max-width: 100%;
	height: auto;
	/* wrong spacing anders  margin-top: 15px;*/
	margin-bottom: 15px;
}
#main{
	margin-top: 30px;
	margin-bottom: 30px;
}
a, .link{
	text-decoration: none;
}
#block-rethink-views-block-buildings-block-1, #block-rethink-views-block-initiatives-block-1, #block-rethink-views-block-reports-block-1 /*, #block-rethink-content*/{
	/* background: #dae5df; */
	background: transparent;
	padding: 20px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-view-frontpage #block-rethink-content{
	display: none;
}
#block-rethink-views-block-initiatives-block-2 .views-label{
	float: left;
	margin-right: 5px;
}
#block-rethink-content .field__label{
	font-weight: bold;
}
#block-rethink-content .field__label::after{
	content: ":";
}
.draggable a.tabledrag-handle .handle{
	width: 28px;
	height: 28px;
}
.field--type-entity-reference-revisions .paragraph-type-top.form-wrapper, .field--type-entity-reference-revisions .paragraphs-subform.form-wrapper{
	padding: 10px;
}
.field--type-entity-reference-revisions .paragraph-type-top .paragraph-type-title{
	display: none;
}
.field--type-entity-reference-revisions.field--name-field-stages .paragraph-type-top .paragraph-type-title{
	display: block;
	flex-basis: 100%;
	font-weight: bold;
}
.field--type-entity-reference-revisions .paragraph-type-top{
	justify-content: flex-end;
}
.field--type-entity-reference-revisions .paragraphs-subform.form-wrapper{
	display: flex;
	gap: 25px;
}
.initiative-card{
	/* [disabled]flex-basis: auto; */
	flex: 1 0 22rem;
	background: #fff;
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	position: relative;
	margin-right: 0.6rem;
	margin-left: 0.6rem;
	margin-bottom: 2rem;
	overflow: hidden;
	padding-top: 0.6rem;
	padding-bottom: 40px;
	max-width: 421px;
}
#block-views-block-initiatives-block-6 .slick-slide {
	/* [disabled]flex-basis: auto; */
	flex: 1 0 22rem;
	background: #fff;
	-webkit-box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	position: relative;
	margin-right: 0.6rem;
	margin-left: 0.6rem;
	margin-bottom: 2rem;
	overflow: hidden;
	padding-top: 0.6rem;
}
#block-views-block-initiatives-block-6 .slick-slide, #views-bootstrap-taxonomy-term-page-1 .initiative-card{
	min-height: 700px;
}
#block-views-block-initiatives-block-6 .slick-slide .slide__caption{
	min-height: 700px;
	padding-top: 0.5rem;
	padding-bottom: 40px;
	padding-right: 12px;
	padding-left: 12px;
}

#block-views-block-initiatives-block-6 .slick-next{
	right: -30px;
}
#block-views-block-initiatives-block-6 .slick-prev{
	left: -30px;
}
#block-views-block-initiatives-block-6 .slick-arrow::before{
	color: #2F4858;
}
.initiative-card-full-width{
	/* [disabled]flex-basis: auto; */
	background: #fff;
	-webkit-box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
	position: relative;
	/* margin-right: 0.6rem;
	margin-left: 0.6rem;
	margin-bottom: 2rem; */
	margin-left: 1rem 0;
	overflow: hidden;
	/* padding-top: 0.6rem;
	padding-bottom: 40px; */
	padding: 20px;
}
.block-views-blockinitiatives-block-4 table tr, .block-views-blockinitiatives-block-4 table tr td, .block-views-blockinitiatives-block-5 table tr, .block-views-blockinitiatives-block-5 table tr td{
	background: transparent;
	border: none;
	box-shadow: none;
}
#views-bootstrap-initiatives-block-7 .initiative-full-inner1,
.block-views-blockinitiatives-block-4 .initiative-full-inner1{
	display: flex;
	border-bottom: 1px solid #ccc;
	flex-wrap: wrap;
}
.block-views-blockinitiatives-block-5 .initiative-full-inner1{
	display: flex;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	flex-wrap: wrap;
}
#views-bootstrap-initiatives-block-7 .initiative-full-inner1-left,
.block-views-blockinitiatives-block-4 .initiative-full-inner1 .initiative-full-inner1-left, .block-views-blockinitiatives-block-5 .initiative-full-inner1 .initiative-full-inner1-left{
	margin-right: 10px;
	flex: 0 1 30%;
}
#views-bootstrap-initiatives-block-7 .initiative-full-inner1-left .image-style-initiative-image,
.block-views-blockinitiatives-block-4 .initiative-full-inner1 .initiative-full-inner1-left .image-style-initiative-image,
.block-views-blockinitiatives-block-5 .initiative-full-inner1 .initiative-full-inner1-left .image-style-initiative-image{
	max-width: 100%;
	height: auto;
}
#views-bootstrap-initiatives-block-7 .initiative-full-inner1-right,
.block-views-blockinitiatives-block-4 .initiative-full-inner1 .initiative-full-inner1-right,
.block-views-blockinitiatives-block-5 .initiative-full-inner1 .initiative-full-inner1-right{
	flex: 0 1 65%;
}
#views-bootstrap-initiatives-block-7 .initiative-full-inner2,
.block-views-blockinitiatives-block-4 .initiative-full-inner2, .block-views-blockinitiatives-block-5 .initiative-full-inner2{
	display: flex;
	margin-top: 10px;
}
.block-field-blockgrouptheatrefield-logo .field--name-field-logo {
	padding: 1rem;
	max-width: 250px;
}
.page-view-taxonomy-term  #block-rethink-content{
	background: transparent;
	box-shadow: none;
	padding: 0px;
}
#block-rethinkreportchart{
	width: 100%;
}
#block-individualreporttab .field--name-body .report-button{
	float: left;
	color: #fff;
	/* cursor: pointer; */
	margin-right: 10px;
	display: inline-block;
}
#block-individualreporttab .field--name-body .report-button a{
	color: #fff;
	padding: 10px 15px;
	background: #8f3639;
	display: inline-block;
}
#block-individualreporttab .field--name-body .report-button a:hover, #block-individualreporttab .field--name-body .report-button#report-general a{
	background: #2f4858;
}
#block-individualreporttab{
	height: 70px;
}
.node-type-report .main-content{
	position: relative;
}
#block-rethinkreportchartemployees,#block-rethinkreportchartaudiences{
	position: absolute;
	top: 303px;
}
#block-rethinkreportchartemployees,#block-rethinkreportchartaudiences{
	/* display: none; */
	visibility: hidden;
}
.initiative-card .bottom, #block-views-block-initiatives-block-6 .slick-slide .bottom{
	position: absolute;
	bottom: 15px;
	width: 90%;
}
.initiative-card .bottom-content, #block-views-block-initiatives-block-6 .slick-slide .bottom-content{
	display: flex;
	justify-content: flex-end;
}
.initiative-card h2 a, #block-views-block-initiatives-block-6 .slick-slide h2 a{
	color: #7FA39F;
	color: #3e625e !important; /* new color */

}
.path-group	#block-rethink-content{
	box-shadow: none;
	background: transparent;
}
.path-group	#block-rethink-content .node-form{
	background: rgba(255,255,255, 0.9);
	padding: 30px;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.vote-like a, .vote-like a:link, .vote-like a:visited, .vote-dislike a, .vote-dislike a:link, .vote-dislike a:visited{
	background: url(../gfx/like-sprite.png) no-repeat;
	width: 22px;
	height: 22px;
}
.vote-dislike{
	display: none;
}
.vote-like a:hover {
	background-position: 0 -56px;
}
.field--name-field-logo {
	padding: 1rem;
}
#energy-report-page, #water-report-page, #waste-report-page, #transport-report-page, #material-report-page, #general-report-page{
	display:none;
}
.node-type-report .contextual-region.node--view-mode-full{margin-bottom: 15px;}
/* report list on theatre page */
.report_list h2, .block-views-blockreports-block-2 h2, .block-rethink-permissions-reports-block h2, .block-views-blockbuildings-block-1 h2 {
	font-size: 1.4rem;
	margin-top: 2rem;
	padding-bottom: 0px !important;
}
.report_list h3, .block-views-blockreports-block-2 h3, .block-rethink-permissions-reports-block h3, .block-views-blockbuildings-block-1 h3 {
	font-size: 1.2rem;
	margin-top: 1.5rem;
}

.theatre-report-link{margin-bottom: 15px; display: flex; gap: 10px;}
.theatre-report-link a{ color:#000; font-weight: bold; display: flex;}
.theatre-report-link a:hover{ color:#e44949;}
.theatre-report-link img{max-width: 60px;margin-top: -3px;}

.theatre-report-link * .editbutton {
    width: 30px;
    height: auto;
    overflow: hidden;
    background-image: url(/themes/custom/rethink/gfx/icons/icon_edit.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 1px solid red; */
    background-position: center;
}

.theatre-report-link:hover {
    background: rgba(255,255,255,.5);
}

.view-id-initiatives.view-display-id-block_4 .initiative-card-full-width{    min-height: 210px;margin: 1rem 0;}
.block-views-blockinitiatives-block-4, .block-views-blockquestionnaire-dashboard-block-1{margin-top: 15px;margin-bottom: 15px;}
.tag-cloud div {
	/* flex: 0 1 20rem; */
	/* align-content: baseline; */
}
.tag-cloud-item:first-letter {
	text-transform: uppercase;
}
.node--type-report.node--view-mode-full .field--name-field-usage, .node--type-report.node--view-mode-full .field--name-field-units,
.node--type-report.node--view-mode-full .field--name-field-water-use, .node--type-report.node--view-mode-full .field--name-field-water-waste.field--type-integer,
.node--type-report.node--view-mode-full .field--name-field-distance-travelled{
	display: inline-block;
}

.node--type-report.node--view-mode-full .field--type-entity-reference {
	margin: 0px;
}
.node--type-report.node--view-mode-full .field--type-entity-reference-revisions table tr td{
	width: 200px;
	text-align: left;
}
#block-views-blockinitiatives-block-4 .tabledrag-toggle-weight-wrapper, .tabledrag-toggle-weight-wrapper,
.node-type-initiative #block-rethink-page-title{
	display: none;
}
body div.tabledrag-changed-warning{
	background: #f9efd2;
	padding: 5px;
}
.draggable a.tabledrag-handle{
	float: right;
	margin-right: 0;
	margin-left: 0;
	margin-top: 50px;
}
.node--type-report.node--view-mode-full .field--type-entity-reference-revisions table tr td:last-child{
	width: 200px;
	text-align: right;
}
.role-anonymous.path-group .views-field-draggableviews{
	display: none;
}
.node-type-initiative .block-views-blocktags-block-1{
	margin-top: 10rem;
}
#block-rethink-content form input:checked[type=checkbox]{
	/* background-image: url("../images/red-check.svg"); */
	border-color: #555;
}
#block-rethink-content form input:checked[type=checkbox]::before{
	background-image: url("../images/red-check.svg");
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	left: -5px;
	top: -9px;
}
#block-rethinktheatrechartcolumn{padding:20px;}
#block-rethinktheatrechartcolumn h2{margin-bottom: -80px;}
/* hide inspired by field in initiative form  */
.form-item-field-inspired-by{display: none;}
.block-field-blocknodeinitiativefield-end-date{margin-bottom: 10px;}
/* To hide published checkbox in report page */
.role-authenticated.node-type-report .node-form .field--name-status{display: none;}
.field--name-field-contact-person .field__label{margin-bottom: 15px;}
.field--name-field-contact-person  .field--name-field-image  img{border-radius: 50%;}
.paragraph--type--contact-person .field--name-field-name{font-weight: bold;margin-bottom: 8px;}
.paragraph--type--contact-person .field--name-field-title-designation{font-style: italic;font-size: 14px;}
.block-field-blockgrouptheatrefield-certificates{clear: both;}
.block-field-blockgrouptheatrefield-contact-person{margin-top: 15px;}
.field--name-field-contact-person .field--name-field-email, .field--name-field-contact-person .field--name-field-phone{font-size: 14px;}
.field--name-field-contact-person .field--name-field-email::before{content: "\f0e0";font-family: "Font Awesome 5 Free";float: left;margin-right: 10px;font-weight: 900;color:#2C5974;}
.field--name-field-contact-person .field--name-field-phone::before{content: "\f879";font-family: "Font Awesome 5 Free";float: left;margin-right: 10px;font-weight: 900;color:#2C5974;}
.view-initiatives.view-display-id-block_5 table{margin-top: 0;}
.view-initiatives.view-display-id-block_5 table tr:nth-of-type(1) td{padding-top: 0;}
.path-group h2{font-size: 1.7em;}
.view-certificates-in-theatre.view-display-id-block_1 .views-field-field-certificate-icon a{position: relative;}
.view-certificates-in-theatre.view-display-id-block_1 .views-field-field-certificate-icon .certificate-signed-date {
	position: absolute;
	right: 5%;
	font-size: .8em;
	top: -25px;
	font-size: 10px;
	font-weight: bold;
}
.view-certificates-in-theatre.view-display-id-block_1 .views-field-field-certificate-icon img{max-width: 250px;height: auto;}
.block-views-blockcertificates-in-theatre-block-1 h2{font-size: 1em;font-weight: bold;font-family: 'Lato', arial, sans-serif;}
.view-certificates-in-theatre.view-display-id-block_1 .views-row{margin-bottom: 20px;}
.emission-number{font-variant-numeric: tabular-nums;}
.white-bg-section-with-shadow{background: #fff;padding: 25px 40px;margin-top: 45px;margin-bottom: 45px;box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);}
.white-bg-section-with-shadow .layout__region--second{border-left: 1px solid #e1e1e1;padding-left: 30px;}
.white-bg-section-with-shadow .layout__region--second h2{font-size: 1em;color: #8f3639;margin-bottom: 20px;}
#drupal-off-canvas input[type="text"]{border: solid 1px #ccc;padding: 10px;}
#drupal-off-canvas button{background: #2d2d2d;padding: 12px 15px !important;border-radius: 10px;}
.block-rethink-report-chart-transport-block h2, .block-rethink-report-chart-energy-block h2, .block-rethink-report-chart-water-block h2, .block-rethink-report-chart-waste-block h2, .block-rethink-report-chart-material-block h2{display: flex;align-items: center;color: #8f3639;margin-left: -20px;}
.block-rethink-report-chart-transport-block h2::before{background: url('/themes/custom/rethink/gfx/transport.svg') no-repeat;background-size: contain; width: 70px;height:70px;content: "";}
.block-rethink-report-chart-energy-block h2::before{background: url('/themes/custom/rethink/gfx/energy.svg') no-repeat;background-size: contain; width: 70px;height:70px;content: "";}
.block-rethink-report-chart-water-block h2::before{background: url('/themes/custom/rethink/gfx/drop.svg') no-repeat;background-size: contain; width: 70px;height:70px;content: "";}
.block-rethink-report-chart-waste-block h2::before{background: url('/themes/custom/rethink/gfx/waste.svg') no-repeat;background-size: contain; width: 70px;height:70px;content: "";}
.block-rethink-report-chart-material-block h2::before{background: url('/themes/custom/rethink/gfx/materials.svg') no-repeat;background-size: contain; width: 70px;height:70px;content: "";}
.block-field-blocknodereporttitle .field--name-title{font-size: 1.7em;font-family: 'Montserrat', sans-serif;font-weight: 700;}
.theatre-report-link-report-for{color: #7FA39F;font-weight: bold; text-transform: uppercase; font-size: 0.8rem;}
.view-initiatives-for-reports .views-row {display: flex;margin-bottom: 20px;gap: 15px;}
.view-initiatives-for-reports .views-field-title p{font-size: 16px;}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image .image-widget-data .file--image{display: none;}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image{min-width: 20%;}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image .image-widget-data{position: relative;}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image .image-widget-data button{background: #666;border-color: #666;border-radius: 50%;box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image .image-widget-data button:hover{background: #8f3639;border-color: #8f3639;}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image img{border: 1px solid #ccc;}
.group-theatre-edit-form .field--name-field-contact-person .field--name-field-image .image-preview{position: relative; left: 10%;}
.entity-group-content-create-report.path-group #block-rethink-content .node-form{background: transparent;box-shadow: none;padding:0;}
.node-type-report.entity-report-edit .main-content{background: transparent;box-shadow: none;padding:0;}
.entity-group-content-create.path-group #main{max-width: 1320px;}
#report-general-info, #klima-rapportering-info, #synlighed-info, .final-report-section{margin-bottom: 50px;background: rgba(255,255,255, 0.9);padding: 30px;box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);}
.btn-primary.disabled, .btn-primary:disabled{background-color: #787878;border-color: #787878;}
#block-printreport{position: absolute; top: -28px; right: 14%;}
.modal.show .modal-dialog{top: 30vh;}
.report-template-lists img{display: block;margin: auto;}
.report-template-message{padding:10px 15px;background: #f2f2bb;}
a:hover, a:focus, .link:hover, .link:focus {color: #2F4858 !important;}
#block-views-block-theatres-block-2{margin-top: 15px;}
.view-conversion-factors table tr th{background: #757575 !important;}
.tag-cloud-item {display: list-item;list-style-position: inside;list-style-type: circle;}
#block-rethink-search button.btn-primary{margin-top:auto;margin-left: 10px;color: var(--bs-black);}
#search-block-form{margin-top: 25px;}

.entity-report-edit.node-type-report #block-rethink-content{
    padding: 3rem;
    padding-left: 6rem;
}

/* layout color */
#main:first-child div.row-offcanvas-left{
	margin: 0px;
	padding: 0px;
}
.report-section10-wrapper .banner-report-field_content,
.report-section1-wrapper .banner-report-field_content{
    padding: 3rem 3rem;
	height: 80vh;
}
.report-section10-wrapper .banner-report-content,
.report-section1-wrapper .banner-report-content{
    position: relative;
}
.report-section10-wrapper .banner-report-content .heading-center-box,
.report-section1-wrapper .banner-report-content .heading-center-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-height: 45vh;
	max-width: 75%;
	margin: auto;
}

.report-section10-wrapper .banner-report-content .report-group-title,
.report-section1-wrapper .banner-report-content .report-group-title{
    display: inline-block;
}
.report-section10-wrapper .banner-report-content .field--name-title,
.report-section1-wrapper .banner-report-content .field--name-title{
    color: #fff;
	text-align: center;
    text-shadow: 2px 2px 6px rgba(0,0,0,.5);
}
.heading-center-box h1.field--name-title {
    font-size: 3.5rem;
}

.report-section10-wrapper .container,
.report-section1-wrapper .container{
	padding: 0rem;
}
.report-section1-wrapper{background-color: #e7eae3;}
.report-section2-wrapper{background-color: #ffffff;}
.report-section3-wrapper{background-color: #ffffff;}
.report-section4-wrapper{background-color: #D49C37;}
.report-section5-wrapper{background-color: #C67769;}
.report-section6-wrapper{background-color: #E69297;}
.report-section7-wrapper{background-color: #315A74;}
.report-section8-wrapper{background-color: #676767;}
.report-section9-wrapper{background-color: #949494;}
.report-section10-wrapper{background-color: #F4D3D4;}
.report-section11-wrapper{background-color: #e7eae3;}

.report-section2-wrapper .container{background-color: #f2f2f2;}
.report-section3-wrapper .container{background-color: #e7eae3;}
.report-section4-wrapper .container{background-color: #fff;}
.report-section5-wrapper .container{background-color: #fff;}
.report-section6-wrapper .container{background-color: #fff;}
.report-section7-wrapper .container{background-color: #fff;}
.report-section8-wrapper .container{background-color: #fff;}
.report-section9-wrapper .container{background-color: #fff;}
.report-section10-wrapper .container{background-color: #fff;}
.report-section11-wrapper .container{background-color: #fff;}

/* .report-section1-wrapper .container, */
.report-section2-wrapper .container,
.report-section3-wrapper .container,
.report-section4-wrapper .container,
.report-section5-wrapper .container,
.report-section6-wrapper .container,
.report-section7-wrapper .container,
.report-section8-wrapper .container,
.report-section9-wrapper .container,
/* .report-section10-wrapper .container, */
.report-section11-wrapper .container
{
	padding: 3rem;
}
.node--type-report .report-section1-banner-img{
	min-height: 80vh;
	object-fit: cover;
}

.node--type-report .report-section1-wrapper .container,
.node--type-report .report-section2-wrapper .container,
.node--type-report .report-section3-wrapper .container,
.node--type-report .report-section4-wrapper .container,
.node--type-report .report-section5-wrapper .container,
.node--type-report .report-section6-wrapper .container,
.node--type-report .report-section7-wrapper .container,
.node--type-report .report-section8-wrapper .container,
.node--type-report .report-section9-wrapper .container,
.node--type-report .report-section10-wrapper .container,
.node--type-report .report-section11-wrapper .container {
	min-height: 80vh;
}

.thank-you-link-color{
	color: #f0f8ff;
}
.thank-you-link-color:hover{
	color: #8f3639 !important;
}
.report-section10-wrapper .banner-report-content h3.field--name-title .contextual-region,
.report-section1-wrapper .banner-report-content h3.field--name-title .contextual-region{
	display: inline-block;
}
.report-section10-wrapper .banner-report-content h3.field--name-title .contextual-region a,
.report-section1-wrapper .banner-report-content h3.field--name-title .contextual-region a{
	color: #f0f8ff !important;
}
.report-section10-wrapper h6,
.report-section1-wrapper h6{
	color: #f0f8ff;
	font-weight: normal;
}
.report-section3-wrapper .field--name-field-year{
	font-size: 25px;
    font-weight: 500;
    padding-bottom: 1rem;
}
.report-section4-wrapper .relation-parents,
.report-section5-wrapper .relation-parents,
.report-section6-wrapper .relation-parents,
.report-section7-wrapper .relation-parents,
.report-section8-wrapper .relation-parents,
.report-section9-wrapper .relation-parents,
.report-section3-wrapper .relation-parents{
	position: relative;
}

.report-section2-wrapper .block-views-blockbuildings-block-5 .views-field{
	font-weight: bold;
}
.report-section2-wrapper .views-label-field-number-of-audiences,
.report-section2-wrapper .views-label-field-number-of-employees{
	padding-right: 20px;
}

.report-section2-wrapper .block-views-blockbuildings-block-5 .pie-emission-table-second-col{
	color: #8f4a36;
}

.report-section2-wrapper .block-views-blockbuildings-block-5 tr th,
.report-section2-wrapper .block-views-blockbuildings-block-5 tr td {
	border: 1px solid #a4a4a4;
}
.report-section2-wrapper .block-views-blockbuildings-block-5 tr {
	background: transparent;
}
.node-type-report .pie-emission-table{
	background-color: transparent !important;
	box-shadow: unset !important;
}

.node-type-report main.main-content{
	padding: 0px;
	margin: 0px;
}

.report-section4-wrapper,
.report-section5-wrapper,
.report-section6-wrapper,
.report-section7-wrapper,
.report-section8-wrapper,
.report-section9-wrapper{
	border-bottom: 1px solid #ccc;
}
.report-section9-wrapper .pie-emission-table .pie-emission-table-second-col,
.report-section3-wrapper .pie-emission-table .pie-emission-table-second-col{
	color: #8f4a36;
 }

 .report-section9-wrapper .pie-emission-table h5,
 .report-section3-wrapper .pie-emission-table h5{
	display: none;
 }

.report-section9-wrapper .block-rethink-report-chart-audience-travel-block h2{
    display: flex;
    align-items: center;
    color: #8f3639;
    /* margin-left: -20px; */
}

.sitelogo-img{
	max-width: 150px;
	object-fit: cover;
}

.report-section10-wrapper .banner-report-field_content:last-child a,
.report-section1-wrapper .banner-report-field_content:last-child a{
	display: inline-block;
}
.report-second-event-table{
	width: 50%;
}
.report-section .pie-emission-table{
	width: 70%;
	margin: auto;
}

.block-rethink-report-chart-audience-travel-block h2::before {
    background: url('/themes/custom/rethink/gfx/audience-travel-blue.png') no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    content: "";
	margin-right: 15px;
}
.path-group #navbar-main,
.node-type-report #navbar-main {
    background: #A7B298 !important;
}

.node-type-report .node__meta,
.path-group .node__meta,
.node-type-report #block-rethink-breadcrumbs,
.path-group #block-rethink-breadcrumbs{
    display: none;
}

.node-type-report #main, .path-group #main{
    margin-top: 0;
    margin-bottom: 0;
	padding: 0;
}

.path-group .main-content{
	padding: 0px;
}

.node-type-report .nav-tabs {
    border-bottom: 0px;
}

.node-type-report header nav * img, .path-group header nav * img{width: 6rem;}
.node-type-report nav.tabs, .path-group nav.tabs {
    background: #C5CEBB;
    padding: 10px;
}
.node-type-report .navbar-brand:after{content:""}
.node-type-report .nav-tabs .nav-link{color: #406140!important;}
.node-type-report .nav-tabs{border-bottom: 0px;}
.node-type-report #navbar-main{background: #A7B298	 !important;}
.node-type-report .nav-tabs .nav-link.active{color: #fff !important;background-color: transparent; border-color: transparent;}
.navbar-toggler:focus{box-shadow: 0 0 0 0.1rem;}
/* .node--type-report .view-initiatives-for-reports .views-field-title .field-content:first-child a{
	font-size: 1rem;
} */


.pie-emission-table tr td, .pie-emission-table tr th {
    /* border: 1px solid #e4ebe3; */
    border: 1px solid #a4a4a4;
}
.report-section9-wrapper .block-rethink-report-chart-audience-travel-block h2{
	top: 5px !important;
}

.report-section1-wrapper .view-id-buildings.view-display-id-block_2 a{
	color: #fff;
}

/* climate page budget form style start */

.form-inline-climate-budget  .form-control{
	font-size: 1.7rem;
	background-color: transparent !important;
	box-shadow: unset !important;
	border: unset !important;
}

.form-inline-climate-budget .input-isset{
	padding-left: 5px;
}
div#block-rethink-content:has(form.form-inline-climate-budget){
	padding-left: 3rem;
}
/* questionnaire page style start */

.node--type-questionnaire .form-check-input{
	padding: 0.6rem !important;
}
.node--type-questionnaire .step.finish {
	background-color: #809081;
}
.node--type-questionnaire .question{
	position: relative;
	z-index: 1;
}
.node--type-questionnaire .question::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: rotate(179deg);
	background-color: #F7D304;
	left: -1%;

}
.node--type-questionnaire .tab input[type="radio"],
.node--type-questionnaire .tab input[type="checkbox"]{
	display: none;
}

.node--type-questionnaire .tab .form-check-label{

    display: block;
    position: relative;
    cursor: pointer;
	box-shadow: 3px 4px 4px 0 rgba(59,59,59,0.4);
}

.node--type-questionnaire .tab input[type="radio"]:checked + label,
.node--type-questionnaire .tab input[type="checkbox"]:checked + label {
	border-color: #ddd;
}

.node--type-questionnaire .tab input[type="radio"]:checked + label:before,
.node--type-questionnaire .tab input[type="checkbox"]:checked + label:before {
	content: "✓";
	background-color: #f7d304;
	transform: scale(1);
}

/* .node--type-questionnaire .tab input[type="radio"]:checked + label img,
.node--type-questionnaire .tab input[type="checkbox"]:checked + label img {
	transform: scale(0.9);
	z-index: -1;
} */
.node--type-questionnaire .question{
	display: inline-block;
	font-size: 27px;
	padding: 0px 20px;
	margin-bottom: 35px;
}
.node--type-questionnaire #questionnaire-custom-form{
	text-align: center;
}
#questionnaire-custom-form #prevBtn{
	margin-right: 10px;
}
.node--type-questionnaire .tab .form-check-label::before{
	background-color: white;
    color: #30495a;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: 40%;
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 9;
}

.node--type-questionnaire .tab .form-check-label img{
	/* height: 100px;
	width: 100px; */
	/* transition-duration: 0.2s;
	transform-origin: 50% 50%; */

	height: 100%;
}
.node-type-questionnaire #block-rethink-content{
	padding: 1.5rem;
}
.node--type-questionnaire .tab .form-check-label .card{
	border: unset;
}
.node--type-questionnaire .tab .form-check-label .card .card-title{
	margin: 0px;
}

.node--type-questionnaire #questionnaire-custom-form .tab .row{
	margin-bottom: 20px;
}
/* Make circles that indicate the steps of the form: */
.node--type-questionnaire #questionnaire-custom-form .step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
.node--type-questionnaire #multiple-steps .step{
	display: none;
}
/* Hide all steps by default: */
.node--type-questionnaire #questionnaire-custom-form .tab {
	display: none;
}

.node--type-questionnaire #questionnaire-custom-form #prevBtn {
	background-color: #bbbbbb;
	color: #fff;
}

/* Mark input boxes that gets an error on validation: */
.node--type-questionnaire #questionnaire-custom-form input.invalid {
	background-color: #ffdddd;
}

.node--type-questionnaire #questionnaire-custom-form .step.active {
	opacity: 1;
}

.block-rethink-questionnaire-dashboard-block .repsonses span{
	font-weight: 300;
}
.canvasjs-wrapper .canvasjs-chart-credit{
	display: none;
}
.block-rethink-questionnaire-dashboard-block .repsonses{
	margin-top: 1.5rem;
}
.block-rethink-questionnaire-dashboard-block .qr-ganaration{
	text-align: center;
}
.block-rethink-questionnaire-dashboard-block .qr-ganaration img{
	max-width: 300px;
	max-height: 300px;
}
.block-field-blocknodequestionnaire-dashboardtitle{
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.block-field-blocknodequestionnaire-dashboardtitle a{
	color: #2F4858 !important;
}
.node--type-questionnaire .question-responses-thanks{
	display: inline-block;
    padding: 0px 35px;
    margin-bottom: 20px;
	position: relative;
    z-index: 1;
}
.node--type-questionnaire .question-responses-thanks::before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: rotate(179deg);
    background-color: #F7D304;
    left: -1%;
}

.role-anonymous.node-type-questionnaire #header, .role-anonymous.node-type-questionnaire #block-rethink-breadcrumbs, .role-anonymous.node-type-questionnaire .site-footer{display: none;}
.role-anonymous.node-type-questionnaire #main{padding-top: 70px; padding-bottom: 70px; margin-top: 0; margin-bottom: 0;}

.node-type-questionnaire #block-rethink-content {
    padding: 1.5rem;
    max-width: 80%;
    margin: auto;
    padding-bottom: 0.3rem;
	min-height: 500px;
}
.node-type-questionnaire .node__content{ max-width: 800px; margin: auto;}

body.node-type-questionnaire{
	background: #e6f0ec url(/themes/custom/rethink/gfx/paper_back.jpg) !important;
}

.node-type-questionnaire .action-btn-question{
	margin-bottom: 35px;
}
.node-type-questionnaire .question-wrapper-footer{
	margin-bottom: 35px;
	font-size: 13px;
	padding-left: 1.5em;
}
.node--type-questionnaire-dashboard .custom-questionnaire-response-wrapper .category-res-content{
	font-size: 15px;
    position: relative;
    top: -5px;
    left: 5px;
}
.node--type-questionnaire-dashboard .custom-questionnaire-response-wrapper .category-res-content span{
	color: #809081;
}
.node--type-questionnaire-dashboard .custom-questionnaire-response-wrapper  .custom-bar{
	min-height:25px;
	display: inline-block;
	transition: width 2s;
}

.node--type-questionnaire-dashboard .custom-questionnaire-response-wrapper .question-res-wrapper{
	text-align: right;
	align-self: center;
}
.node--type-questionnaire-dashboard .custom-questionnaire-response-wrapper{
	border: 1px solid #ccc;
    padding: 30px;
    background: #f7f7f7;
}
.node--type-questionnaire #questionnaire-custom-form .form-check{
	padding-left:0;
}
.node--type-questionnaire #questionnaire-custom-form{
	min-height: 250px;
}
.questionnaire-dashboard-stat-row{border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;}
.questionnaire-dashboard-stat-row:last-child{border: unset;}


.node-questionnaire-edit-form .field--name-field-question .field--name-field-option .paragraphs-subform .form-item .description,
.node-questionnaire-form .field--name-field-question .field--name-field-option .paragraphs-subform .form-item .description{display: none !important;}

.node-questionnaire-edit-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image .description,
.node-questionnaire-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image .description{display: none !important;}

.node-questionnaire-edit-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image .alert-success,
.node-questionnaire-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image .alert-success{display: none !important;}

.node-questionnaire-edit-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image .file-size,
.node-questionnaire-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image .file-size{display: none !important;}

.node-questionnaire-edit-form .field--name-field-form-status .form-item-field-form-status input,
.node-questionnaire-form .field--name-field-form-status .form-item-field-form-status input{
	padding: 0.6rem !important;
}

.node-questionnaire-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image button[id~="-subform-field-option-image-"],
.node-questionnaire-edit-form .field--name-field-question .field--name-field-option .paragraphs-subform .field--name-field-option-image button[id~="-subform-field-option-image-"]{
	background: #ccd5cc;
}

.node-questionnaire-edit-form .question_item_subform .option_item_subform,
.node-questionnaire-form .question_item_subform .option_item_subform{
	display: flex;
	gap: 10px;
}

.node-questionnaire-edit-form .question_item_subform .field--name-field-option-image .description,
.node-questionnaire-form .question_item_subform .field--name-field-option-image .description{
	display: none;
}

.node-questionnaire-edit-form .question-option-wrapper-box button.button--small,
.node-questionnaire-form .question-option-wrapper-box button.button--small{
	margin: 0px !important;
}
.second-row-indented{
    width: 100%;
    padding-left: 0%;
}
.export-report-btn{
	background-color: #eee !important;
	margin-left: 0.5rem !important;
}
/* questionnaire page style end */

.path-user .form-select:disabled,
.path-user .form-control:disabled{
	background-color:#e9ecef !important;
}

/* report preview mode css style start */
.node-report-edit-form .paragraph--view-mode--preview table{
	margin: 0;
}
.node-report-edit-form .draggable a.tabledrag-handle{
	margin-top: 0;
}
.node-report-edit-form .table-responsive tbody td{
	padding: 0;
}
.node-report-edit-form.node-form .paragraphs-subform.form-wrapper{
	padding-bottom: 0.7rem !important;
}
.node-report-edit-form.node-form .paragraph--view-mode--preview .field--name-field-notes{
	font-weight: bold;
}

/* report preview mode css style end */


/* group menu custom css thearter start */
.menu-group-wrapper-container{
	background-image: url('/modules/custom/rethink_permissions/images/background_yellow.svg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-group-menu-tab-wrapper a{
	color: inherit;
}

/* group menu custom css thearter end */

.view-id-theatres .box-set-field {
    display: inline-block;
    box-shadow: 3px 4px 0 0 rgb(59 59 59 / 50%);
    background-color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    min-width: 180px;
}

.view-id-theatres .box-set-field .number-small-tag, .view-id-theatres .box-set-field .employees-small-tag {
    font-weight: bold;
}
.view-id-theatres .box-set-field h5 {
    margin-bottom: 0;
}
.view-id-initiatives.view-display-id-block_7 .initiative-card-full-width p.label {
    display: inline-block;
    padding-top: 0rem;
    padding-right: 3rem;
    padding-left: 0.6rem;
    padding-bottom: 0.2rem;
    border-radius: 0 0 3px 0;
    background: #fff;
    position: absolute;
    left: 0.6rem;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: normal;
}

#views-bootstrap-initiatives-block-7 .views-field-nothing,
#views-bootstrap-initiatives-block-7 .initiative-card-full-width {
    height: 100%;
}

#views-bootstrap-initiatives-block-7 h4{
 	font-size: 1.2rem;
}

.box-set-field-wrapper {
    display: inline-block;
    box-shadow: 3px 4px 0 0 rgb(59 59 59 / 50%);
    background-color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    min-width: 180px;
}

.box-set-field-wrapper .small-font-size {
    font-weight: bold;
}

.view-id-theatres.view-display-id-block_4 .address {
    font-size: 0.8rem;
}

/* climate page budget form style end */

.view-id-theatres.view-display-id-block_5 .wrapper-img img{
	border: solid 3px #fff;
    box-shadow: 2px 3px 0px rgba(0,0,0,.2);
    rotate: 2deg;
}

.path-group #block-rethink-content{
	padding: 1rem !important;
}
article.node--type-techtree h3{
	font-size: 1.2rem;
}

.techtree-image-top-icon-set {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff70;
    padding-right: 0.5rem;
    min-width: 260px;
    display: flex;
    align-items: center;
}

.techtree-image-top-icon-set p{
	display: inline-block;
    position: relative;
    min-width: 40px;
    min-height: 36px;
    margin: 0;
}

.techtree-image-top-icon-set p img{
    position: absolute;
    top: 0;
    padding: 0.1rem;
    background-color: #fff;
	max-width: 36px;
}

.techtree-image-top-icon-set span{
	font-size: 0.9rem;
    font-style: italic;
	padding-left: 5px;
}
.group-theatre-edit-form .field--name-field-techtree-enabled,
.group-theatre-form .field--name-field-techtree-enabled,
.node-initiative-form .field--name-field-techtree-initiative,
.node-initiative-edit-form .field--name-field-techtree-initiative{
	display: none;
}
.view-techtree.view-display-id-block_2 .views-field.views-field-field-theme-primary{position: relative;}


.audiance-table{
	width: 100% !important;
	padding: 20px 10px;
}

.path-node.node--type-techtree h2{
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.theater-reports-content-custom h2{
	margin-bottom: 30px;
}

.theater-reports-content-custom .report-cover {
    position: relative;
    width: 90%;
    height: 122px;
    verflow: hidden;
    display: flex;
    background-color: transparent;
}

.theater-reports-content-custom .binding-rings {
    Position: relative;
    left: 8px;
    z-index: 1000;
    width: 20px;
    background-image: url("/modules/custom/rethink_permissions/images/binder.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.theater-reports-content-custom .cover-content {
    flex: 1;
    position: relative;
    background: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
	background-image: url("/sites/default/files/default_images/philipp-torres-LNYdZutqsi0-unsplash.jpg");
}

.theater-reports-content-custom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.theater-reports-content-custom .edit-option{
	margin-left: 30px;
    margin-right: 30px;
    background-color: #A8A8A8;
  	padding-top: 2px;
    padding-bottom: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    border: 1px solid rgba(20, 20, 20, .2);
    color: #ccc;
    transition: 0.15s padding ease-in, 0.15s margin ease-in, 0.15s border ease-in;
}

.theater-reports-content-custom .edit-option:hover a{
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-in;
    color: #fff;
	transition: .3s ease-in-out;
}

.theater-reports-content-custom .edit-option a{
    display: block;
    font-variant-caps: all-small-caps;
    text-decoration: none;
    color: #fff;
}

.theater-reports-content-custom .edit-option a:hover {
	color: #fff !important;
}

.theater-reports-content-custom .year {
    align-self: flex-end;
    font-weight: bold;
    font-size: 0.77rem;
	background-color: rgba(0, 0, 0, 0.2);
    Padding: 5px 15px;
	margin-bottom: 0;
}

.theater-reports-content-custom .title {
    font-weight: bold;
    font-size: 0.85rem;
	background-color: rgba(0, 0, 0, 0.2);
    Padding: 7px;
	margin-bottom: 0;
}

.theater-reports-content-custom .custom-report-book{
	min-height: 170px;
}

.block-views-blockinitiatives-block-7 .view-header{
	text-align: end;
	max-width: 100%;
    padding-right: 0;
}

.node--type-landing-page #block-rethink-content{
	padding: 1rem 0rem;
}

.alert svg{
	height: 50px;
}

#views-bootstrap-initiatives-block-7 .link-tags,
#views-bootstrap-initiatives-block-4 .link-tags{
	position: absolute;
    bottom: 0.5rem;
    width: 90%;
    padding-top: 0.5rem;
}

#views-bootstrap-initiatives-block-7 h4,
#views-bootstrap-initiatives-block-4 h4{
	font-size: 1.2rem;
}
#views-bootstrap-initiatives-block-7 .initiative-card-full-width{
	padding-bottom: 50px;
}
@media (min-width: 768px) {
	.report-section2-wrapper .views-field-field-address{
		padding-bottom: 15px;
	}
	.report-section2-wrapper .views-field-field-number-of-audiences,
	.report-section2-wrapper .views-field-field-number-of-employees{
		padding-bottom: 9px;
	}
	.report-section2-wrapper .views-field-field-goal{
		padding-top: 100px;
	}
	.report-section2-wrapper .views-field-field-logo{
		padding-bottom: 50px;
	}
	.report-section4-wrapper .block-rethink-report-chart-transport-block h2,
	.report-section9-wrapper .block-rethink-report-chart-audience-travel-block h2,
	.report-section5-wrapper .block-rethink-report-chart-energy-block h2,
	.report-section6-wrapper .block-rethink-report-chart-water-block h2,
	.report-section7-wrapper .block-rethink-report-chart-waste-block h2,
	.report-section8-wrapper .block-rethink-report-chart-material-block h2{
		padding: 0;
		position: absolute;
		width: 50%;
		right: 0;
		top: 40px;
	}
	.report-section1-wrapper .views-field-gid{
		text-align: center;
	}
	.report-section11-wrapper .views-field-field-description{
		column-count: 2;
	}
	.report-section4-wrapper .view-initiatives-for-reports,
	.report-section5-wrapper .view-initiatives-for-reports,
	.report-section6-wrapper .view-initiatives-for-reports,
	.report-section7-wrapper .view-initiatives-for-reports,
	.report-section8-wrapper .view-initiatives-for-reports,
	.report-section9-wrapper .view-initiatives-for-reports{
		padding-top: 80px;
	}
	.report-section4-wrapper .block-field-blocknodereportfield-noter-til-transport ,
	.report-section5-wrapper .block-field-blocknodereportfield-energy-notes,
	.report-section6-wrapper .block-field-blocknodereportfield-water-notes,
	.report-section7-wrapper .block-field-blocknodereportfield-waste-notes,
	.report-section8-wrapper .block-field-blocknodereportfield-noter-til-materialer,
	.report-section9-wrapper .block-field-blocknodereportfield-audience-travel-note{
		padding-top: 80px;
	}
	.node-questionnaire-edit-form .question-option-wrapper-box div.js-form-wrapper:first-child,
	.node-questionnaire-form .question-option-wrapper-box div.js-form-wrapper:first-child{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	.node-questionnaire-edit-form .question-option-wrapper-box .paragraph-type-top .paragraph-type-title,
	.node-questionnaire-form .question-option-wrapper-box .paragraph-type-top .paragraph-type-title{
		display: none !important;
	}

	/* node-report-edit-form style */
	.node-report-edit-form .field--widget-entity-reference-paragraphs .field-multiple-drag{
		width: 75px;
	}

}

@media (max-width: 1200px) {
    .box-set-field-wrapper {
        min-width: 110px;
        min-height: 115px;
    }
}


@media (max-width: 480px) {
	header nav * img {
		width: 8rem;
	}
	.featured-top {
		margin-top: 0;
	}
	div.hero {
		height: 12rem;
	}

	/* .node-type-report .main-content{
		padding-left: 3rem;
	} */
	#block-individualreporttab .field--name-body .report-button{
		margin-bottom: 15px;
	}
	#block-views-block-initiatives-block-6 .slick-prev{
		left: 0;
	}
	#block-views-block-initiatives-block-6 .slick-next{
		right: 0;
	}

	.view-id-initiatives_for_reports .views-row{
		display: block;
	}
}

/* layout builder style  media*/
@media (max-width: 768px) {

	h2 {
		text-align: center;
	}

	.view-header {
		padding: 2rem 2rem 2rem 2rem;
	}
	.charts-google{
		width: 400px;
		height: 250px;
		margin-left: 0;
	}
	#block-rethinkreportchartenergy .charts-google{
		width: 400px !important;
		height: 250px !important;
		margin-left: 0;
		min-height: 250px !important;
	}
	#block-rethinkreportchart .charts-google, #block-rethinkreportchartemployees .charts-google, #block-rethinkreportchartaudiences .charts-google{
		width: 400px;
		height: 250px;
		margin-left: 0;
	}
	#block-rethinkreportcharttransport h2, #block-rethinkreportchartenergy h2, #block-rethinkreportchartmaterial h2, #block-rethinkreportchartwaste h2, #block-rethinkreportchartwater h2{
		margin-bottom: -10px;
	}
	#block-individualreporttab{
		height: auto;
	}
	#block-rethinkreportchartemployees, #block-rethinkreportchartaudiences{
		top: 425px;
	}
	#block-rethinkreportcharttransport, #block-rethinkreportchartenergy, #block-rethinkreportchartmaterial, #block-rethinkreportchartwaste, #block-rethinkreportchartwater{
		display: block;
		width: 100%;
	}
	#block-rethinkreportcharttransportcolumn .charts-google, #block-rethinktheatrechartcolumn .charts-google{
		width: 400px;
		height: 400px;
	}
	.path-group .layout--threecol-section--33-34-33 .layout__region--first, .path-group .layout--threecol-section--33-34-33 .layout__region--second, .path-group .layout--threecol-section--33-34-33 .layout__region--third{
		margin-bottom: 20px;
	}
	.block-rethink-theatre-chart-column-block .charts-google, .block-rethink-theatre-pie-chart-block .charts-google{width: 100%;}
	#main{
		margin-top: 0px;
	}
	div#block-threemains * p.summary {
    	min-height: 0px;
	}
	div#block-threemains * .btn-primary {
		margin-bottom: 2rem;
	}

	/* layout build style */
	.report-section9-wrapper .layout__region--second,
	.report-section3-wrapper .layout__region--second{
		padding-bottom: 200px;
	}
	.report-section10-wrapper .banner-report-field_content,
	.report-section1-wrapper .banner-report-field_content{
		padding: 1rem 1rem;
	}
	.report-section2-wrapper .container,
	.report-section3-wrapper .container,
	.report-section4-wrapper .container,
	.report-section5-wrapper .container,
	.report-section6-wrapper .container,
	.report-section7-wrapper .container,
	.report-section8-wrapper .container,
	.report-section9-wrapper .container,
	/* .report-section10-wrapper .container, */
	.report-section11-wrapper .container{
		padding: 1rem;
	}
	.report-section10-wrapper .views-field-field-logo img,
	.report-section1-wrapper .views-field-field-logo img{
		max-width: 30%;
	}
	.report-section1-wrapper .report-group-title .view-display-id-block_2 a{
		font-size: 1rem;
	}
	.report-section10-wrapper .banner-report-content .heading-center-box,
	.report-section1-wrapper .banner-report-content .heading-center-box{
		text-align: center;
	}
	.report-section11-wrapper .chart-spaces{
		width: 100%;
		padding: 0;
	}
	.report-section10-wrapper .banner-report-content .heading-center-box{
		height:80%
	}
	.report-section2-wrapper .block-views-blockbuildings-block-5{
		margin-bottom: 1rem;
	}
	.report-section .pie-emission-table{
		width: 100% !important;
		padding: 30px 0px;
	}
	#block-printreport{
		right: 0;
	}
	.node--type-questionnaire .tab .form-check-label::before{
		top: 15%;
		left: 30%;
		width: 50px;
		height: 50px;
	    font-size: 35px;
		line-height: 45px;
	}
	.node--type-questionnaire .tab .form-check-label .card .card-body{
		padding: 0.5rem 0.5rem;
	}
	.node--type-questionnaire-dashboard .custom-questionnaire-response-wrapper .question-res-wrapper{
		text-align: left;
	}
	.node--type-questionnaire-dashboard #block-rethink-content{
		padding:1rem;
	}
	.block-rethink-questionnaire-dashboard-block .qr-ganaration p{
		word-break: break-all;
	}
	.node--type-questionnaire-dashboard .block-field-blocknodequestionnaire-dashboardtitle{
		margin-top: 1rem;
		margin-bottom: 1rem;
		height: auto;
	}
	.node-type-questionnaire #block-rethink-content{
		max-width:100%;
	}
	.node--type-questionnaire .tab .form-check-label .card .card-title{
		font-size: 14px;
	}
	.node--type-questionnaire .question{
		font-size: 1rem;
	}
	.node--type-questionnaire{
		font-size: 1.2rem;
	}
	.node-questionnaire-edit-form .question_item_subform .option_item_subform,
	.node-questionnaire-form .question_item_subform .option_item_subform{
		display: block;
	}
	.node-questionnaire-form .field--widget-entity-reference-paragraphs .field-multiple-drag{
		display: none;
	}
	.entity-group-content-create-questionnaire .main-content#content,
	.entity-group-content-create-questionnaire #block-rethink-content{
		padding: 0 !important;
	}
	.entity-group-content-create-questionnaire #block-rethink-content .node-form{
		padding: 1rem;
	}
	.node-questionnaire-edit-form .field--name-field-question .paragraphs-subform,
	.node-questionnaire-form .field--name-field-question .paragraphs-subform {display:block;}

	.page-user-register #block-rethink-content, .page-user-password #block-rethink-content, .page-user-login #block-rethink-content, .path-user #block-rethink-content{
		padding: 1.5rem;
    	padding-left: 1.5rem;
	}

	.order-notes-mobile{
		order: 4;
	}
	.entity-report-edit.node-type-report #block-rethink-content{
		padding: 1rem;
		padding-left: 1rem;
	}
	.custom-group-menu-tab-wrapper{
		padding: 0px;
	}
    .view-id-theatres .box-set-field {
        /* min-width: 85px;
        padding: 0.2rem 0.2rem; */
		min-width: 115px;
    }

	.view-id-theatres .box-set-field h5 {
        font-size: 0.9rem;
    }
	.view-id-theatres .box-set-field small {
        font-size: 0.675em;
    }
	.box-set-field-wrapper {
        min-width: 110px;
		padding: 0.5rem 0.5rem;
    }
	.box-set-field-wrapper small {
        font-size: 0.675rem;
    }
	.box-set-field-wrapper .emission-number {
        font-size: 0.8rem;
    }
	.view-id-theatres .gap-35 {
        gap: 0.35rem;
    }
	#views-bootstrap-initiatives-block-7 .initiative-full-inner2, #views-bootstrap-initiatives-block-7 .row:first-child{
		gap: 1rem;
	}
	.view-id-initiatives.view-display-id-block_7 .initiative-card-full-width{
		min-height: 450px;
	}
	.block-rethink-theatre-pie-chart-block .box-emmission{
		margin-top: 30px;
	}
	.block-rethink-theatre-pie-chart-block .box-emmission h3{
		text-align: center;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.initiative-card{
		max-width: 361px;
	}
		/* hero */
	h1.brand-h1 {
    	font-size: 4rem;
	}
}

@media (min-width: 768px) {

	/* hero */
	h1.brand-h1 {
    	font-size: 3rem;
		display: inline-block;
	}

	div.brand-hero {
		min-height: 50vh;
		height: auto;
		background-color: transparent;
		position: relative;
		background-image: url(/sites/default/files/2023-03/back_flipflop.png);
		background-position: bottom right;
		background-size: contain;
		background-repeat: no-repeat;
		padding: 80px 20px
	}

	#block-rethinkreportchartenergy .charts-google{
		width: 500px !important;
		height: 500px !important;
	}
	.path-group .layout--threecol-section--33-34-33 .layout__region--first{flex: 0 0 24%;}
	.path-group .layout--threecol-section--33-34-33 .layout__region--second, .path-group .layout--threecol-section--33-34-33 .layout__region--third{flex: 0 0 38%;}

}
@media (min-width: 851px){
	.site-footer__top .region {
		margin-right: 30px;
	}

}
@media (min-width: 1024px){
		.second-row-indented  {
    	width: 100%;
	    padding-left: 25%;
	}
}
