body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  box-sizing: border-box;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin-left: 1rem;
  margin-right: 2rem;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
h1 {
  text-align: center;
}

h4 {
  color: #fff;
  padding: 1em 0.5em 1em 0.5em;
  margin-top: 5em;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

h4.kommunikasjon {
  background-color: rgb(234, 75, 110);
}

h4.samarbeidsklima {
  background-color: rgb(100, 36, 47);
}

h4.helter {
  background-color: rgb(146, 152, 193);
}

h4.lederstil {
  background-color: rgb(160, 208, 173);
}

h4.systemerstrukturer {
  /*background-color: rgb(0, 78, 143);*/
  background-color: rgb(237, 228, 169);
}

h4.kantineprat {
  background-color: rgb(33, 167, 149);
}

input,
textarea {
  background-color: #eee;
}
/**
* * Colors 
*/

textarea.kommunikasjon {
  background-color: rgba(234, 75, 110, 0.5);
}
textarea.samarbeidsklima {
  background-color: rgba(100, 36, 47, 0.5);
}
textarea.helter {
  background-color: rgba(146, 152, 193, 0.5);
}
textarea.lederstil {
  background-color: rgba(160, 208, 173, 0.5);
}
textarea.systemerstrukturer {
  background-color: rgba(237, 228, 169, 0.5);
}
textarea.kantineprat {
  background-color: rgba(33, 167, 149, 0.5);
}
/* 
Colors for the default TASK and WWW version
*/
.task textarea.kommunikasjon {
  background-color: rgba(132, 165, 23, 0.5);
}
.task textarea.samarbeidsklima {
  background-color: rgba(243, 146, 0, 0.5);
}
.task textarea.helter {
  background-color: rgba(232, 65, 44, 0.5);
}
.task textarea.lederstil {
  background-color: rgba(61, 181, 214, 0.5);
}
.task textarea.systemerstrukturer {
  background-color: rgba(0, 78, 143, 0.5);
}
.task textarea.kantineprat {
  background-color: rgba(234, 78, 150, 0.5);
}

.coop textarea.kommunikasjon {
  background-color: rgba(34, 51, 101, 0.5);
}
.coop textarea.samarbeidsklima {
  background-color: rgba(54, 80, 250, 0.5);
}
.coop textarea.helter {
  background-color: rgba(127, 78, 130, 0.5);
}
.coop textarea.lederstil {
  background-color: rgba(74, 177, 252, 0.5);
}
.coop textarea.systemerstrukturer {
  background-color: rgba(75, 123, 148, 0.5);
}
.coop textarea.kantineprat {
  background-color: rgba(26, 126, 92, 0.5);
}

.storebrand textarea.kommunikasjon {
  background-color: rgba(215, 43, 38, 0.5);
}
.storebrand textarea.samarbeidsklima {
  background-color: rgba(95, 119, 88, 0.5);
}
.storebrand textarea.helter {
  background-color: rgba(130, 158, 52, 0.5);
}
.storebrand textarea.lederstil {
  background-color: rgba(185, 29, 32, 0.5);
}
.storebrand textarea.systemerstrukturer {
  background-color: rgba(177, 223, 219, 0.5);
}
.storebrand textarea.kantineprat {
  background-color: rgba(119, 102, 85, 0.5);
}

h2.coop {
  color: #fff;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 4em;
  padding-bottom: 4em;
}
h2.coop.kommunikasjon {
  background-color: rgb(34, 51, 101);
}
h2.coop.samarbeidsklima {
  background-color: rgb(54, 80, 250);
}
h2.coop.helter {
  background-color: rgb(127, 78, 130);
}
h2.coop.lederstil {
  background-color: rgb(74, 177, 252);
}
h2.coop.systemerstrukturer {
  background-color: rgb(75, 123, 148);
}
h2.coop.kantineprat {
  background-color: rgb(26, 126, 92);
}

textarea {
  width: 90%;
  margin-left: 1rem;
  margin-right: 1rem;
}

input[type="submit"] {
  border: 0.2em solid #fff;
  border-radius: 1px;
  color: #fff;
  background-color: #22254f;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
input[type="button"] {
  border: 0.2em solid #fff;
  border-radius: 1px;
  color: #fff;
  background-color: #22254f;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.rd {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0.3em;
}

.active {
  background-color: #000;
  color: #fff;
}

img {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.wrapper {
  max-width: 40em;
  margin: 0 auto;
}
p {
  margin-left: 1rem;
  margin-right: 1rem;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}

.topic {
  margin-bottom: 10rem;
}
.currentpics {
  position: absolute;
  bottom: 1rem;
  left: 0px;
  width: 100vw;
  height: 82vh;
}
.cp {
  position: relative;
  bottom: 0px;
  display: inline-block;
}

.wp {
  position: relative;
  top: 0px;
  display: inline-block;
  vertical-align: top;
}
.wantedpics {
  position: absolute;
  top: 7rem;
  left: 0px;
  width: 100vw;
  height: calc(100vh - 8rem);
  text-align: right;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.wantedpics img {
  position: relative;
  top: 0px;
}
.report {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0px;
  /* transform: translateX(-50%); */
  display: none;
  background-color: #fff;
  min-height: 100vh;
  overflow: hidden;
}
.report .topic {
  display: none;
  margin-bottom: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.report .topic:first-of-type {
  display: block;
}
.prioritized {
  display: none;
}
.graph {
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 90vw;
  max-height: 75vh;
}

.reportnav {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.fullreport table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
}

.fullreport td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}

.addnewcard {
  box-shadow: 0px 0px 5px #ccc;
  padding: 1em;
  margin: 1em;
  display: inline-block;
}

.addnewcard input[type="submit"] {
  border: 0.2em solid #fff;
  border-radius: 1px;
  color: #fff;
  background-color: #22254f;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  padding: 0.5em;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

input[type="button"].cancel {
  border: 0.2em solid #fff;
  border-radius: 1px;
  color: #22254f;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
  padding: 0.5em;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}

thead,
tr:nth-child(even) {
  background: #eee;
}

.admin table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.admin td,
.admin th {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 30ch;
}
.admin select {
  max-width: 30ch;
}
/*
.smallgroups p {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
*/
