html {
  height: 100%;
}
body {
  min-height: 100%;
}

.pink {
  color: #cc3399; }

.green {
  color: #699E24; }

.gray {
  color: #2A3847; }

.white {
  color: #ffffff; }

.black {
  color: #000000; }

.login {
  padding: 4rem; }
  .login input {
    border-radius: 4px;
    border: 1px solid black;
    margin-bottom: 1rem; }
  .login .header {
    font-family: 'Amatic SC', cursive;
    font-size: 3rem;
    margin-bottom: 2rem; }

.logindiv {
  background-color: #ffffff;
  /* border-radius: 4px; */
  position: fixed;
  z-index: 1000;
  padding:20px;
  /* border: 2px solid #999999; */
}

.indexpage .text1 {
  margin-top: 5rem;
  margin-bottom: 1rem; }
.indexpage .text2 {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2rem; }
.indexpage .text3 {
  margin-bottom: 2rem; }
.indexpage .text4 {
  margin-top: 7rem;
  margin-bottom: 5rem;
  font-weight: 600; }
.indexpage .imgtext {
  margin-top: 4rem;
  font-size: 1.2rem; }

.imgtext {
  border-bottom-color: #2a3847;
  border-bottom-style: solid;
  border-bottom-width: 1vw;
  border-radius: 1vw;
}
.landingpage {
  width: 75%!important;
  height: 75%!important;
  border-style: solid!important;
  border-width: 1vw!important;
  border-top-left-radius: 1vw!important;
  border-top-right-radius: 1vw!important;
  border-color: #2a3847!important;
  border-bottom: none!important;
}
.greenborder {
  border-left: 3px green solid; }

.testforfree {
  color: #ffffff;
  background-color: #cc3399;
  padding: 8px;
  border-radius: 5px;
  font-family: 'Amatic SC', cursive;
  font-size: 2rem; }

.testforfree:hover {
  border-bottom: 5px solid;
  text-decoration: none;
  color: #000000;
  cursor: pointer; }

.indexfirsttitle {
  font-family: 'Amatic SC', cursive;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 2rem 0;
  font-size: 2rem; }

.indexfirsttitle:hover {
  text-decoration: none;
  font-size: 2rem; }

.indexpage li {
  list-style-type: none; }

.footer {
  padding: 3rem 0 3rem 0;
  background-color: #2a3847;
  color: #ffffff; }
  .footer .col-md-2, .footer .col-md-3 {
    margin-top: 2rem;
    text-align: center; }

a {
  cursor: pointer; }

   .footerFix{
    position: relative;
   }


span,
b {
  font-family: 'Open Sans', sans-serif !important; }

.active > a {
  background-color: white !important;
  color: #000000 !important; }

.startlogga {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  float: left;
  height: 160px; 
  margin-bottom: -40px;
}

.startloggamobile {
  width: 4rem;
  height: 4rem; }

.nav > li > a:hover {
  background-color: #ffffff !important;
  color: #000000; }

.tab-content {
  padding-left: 20px;
  padding-right: 20px; }

ul.nav li a:hover,
ul.nav li a:focus,
ul.nav li a:active,
ul.nav li:hover ul li a:hover,
ul.nav li.current ul li a:hover,
ul.main li a:hover,
ul.main li ul li a:hover,
ul.main li a:active,
ul.main li:hover ul li a:hover,
ul.main li:hover ul li a:active {
  background: #ffffff; }

ul.nav li ul li.current a, ul.nav li ul li.current a:hover, ul.nav li.current:hover ul li a:active {
  color: #666; }

ul.main li ul li a {
  border-top: 1px solid #cccccc; }

ul.main li:hover ul li a {
  color: #fff; }

ul.main li a:active {
  background: #ffffff; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: #000000;
  opacity: 0.5;
  z-index: 50;
  display: none; }

.menu a.current {
  background-color: #ffffff; }

.loginbackgrounddiv {
  background: -webkit-radial-gradient(#8EC0D9, #0072ad);
  background: -o-radial-gradient(#8EC0D9, #0072ad);
  background: -moz-radial-gradient(#8EC0D9, #0072ad);
  background: radial-gradient(#8EC0D9, #0072ad); }

.createaccount {
  display: none;
  position: absolute;
  z-index: 100000;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px; }

.oddEven:hover {
  background: gray; }

table > thead > tr > td,
table > thead > tr > th,
table > tbody > tr > td {
  padding-left: 10px;
  padding-right: 10px; }

.btn_deactivated {
  background-color: #666666 !important; }

.mobilemenuheight {
  width: 100%;
  min-height: 5rem; }

.mobilemenuicon {
  height: 4rem;
  width: 4rem;
  font-size: 4rem;
  float: right; }

.mobilemenu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: #dbe9ea;
  border-bottom: 1px solid #2a3847;
  z-index: 100000;
  box-shadow: 0px 1px 3px; }

.mobilemenuitems {
  display: table;
  width: 80%;
  margin-left: 10%; }

.mobilemenuitems a {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  border-radius: 10px;
  color: #ffffff !important; }

button, .button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 4px;
  margin: 2px; }

button:hover, .button:hover {
  border-color: #000000; }

.submenumobile {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.list-group {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 15px; }

.mobilebutton {
  font-family: 'Amatic SC', cursive;
  text-align: center;
  position: relative;
  font-size: 3rem;
  display: block;
  padding-left: 0;
  margin-top: 5px;
  border: 0px solid;
  border-right-color: transparent;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #fff; }

.submenumobile > a {
  color: #fff; }

.center {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.text-left {
  text-align: left;
}

td > input {
  width: 100%; }

td > input[type="checkbox"] {
  width: auto; }

.pointer {
  cursor: pointer; }

.reviewcontent {
  background-color: #ffffff;
  width: 90%; }

.icon {
  width: 50px;
  height: 50px;
  cursor: pointer; }

.smallicon {
  width: 25px;
  height: 25px;
  cursor: pointer; }

textarea {
  width: 100%; }

.loggedinbg {
  background-color: #DCE9EA;
  margin: 0;
  width: 100%; }

.backgroundfilter {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  opacity: 0.5;
  z-index: -10; }

.indexmenu {
  float: right; }

.indexmenucontent {
  height: 10%; }

.indexmenu > a {
  font-family: 'Amatic SC', cursive;
  font-size: 25px;
  margin-left: 30px;
  margin-right: 30px; 
  border-bottom: 5px solid transparent;
}

.indexmenu > a:hover {
  border-bottom: 5px solid;
  text-decoration: none;
  color: #000000;
  cursor: pointer; }

.indexcontenttable {
  width: 100%; }

.indexcontenttable > tbody > tr > td {
  width: 50%;
  color: #000000;
  font-weight: bold;
  font-family: "Roboto medium"; }

.indexcontenttable > tbody > tr > td > h3 {
  color: #000000;
  font-family: "Roboto medium";
  font-size: 20px; }

.indexcontenttable > tbody > tr > td > img {
  width: 100%; }

.indextitle {
  font-family: "Raleway";
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px; }

.indexcontenttableimgs > tbody > tr > td {
  width: 50%; }

.indexcontenttableimgs > tbody > tr > td > img {
  width: 100%;
  margin-top: 20px; }

.title {
  font-size: 40px;
  font-weight: bold; }

.indeximg {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px; }

.graybg {
  background-color: #eeeeee;
  margin-top: 20px; }

body {
  margin-top: 40px;
  margin-left: 15%;
  margin-right: 15%; }

.indextoplogo {
  width: 170px;
  height: 170px; }

.indexfootertext {
  padding-top: 20px;
  padding-bottom: 20px; }

.viewcontent {
  margin-left: 2px;
  margin-right: 2px; }

.questionview {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 20px; }

.poorg, .posoc, .pomil {
  width: 100%;
  float: right;
  position: relative;
  border: 1px solid #000;
  min-height: 1.5rem; }

.poorg > div {
  background-color: #2A3847;
  height: 1.5rem; }

.posoc > div {
  background-color: #cc3399;
  height: 1.5rem; }

.pomil > div {
  background-color: #699E24;
  height: 1.5rem; }

.oversiktcolumn {
  padding: 2rem 2rem 2rem 2rem; }

.oversiktstatrow {
  margin-bottom: 1rem; }

.editviewbuttons {
  position: fixed;
  top: 2%;
  right: 2%; }

#pieexample {
  margin-bottom: 2rem; }

.focusBox{
  position:relative;
  z-index:150;;
  background-color:#fff;
  box-shadow: 5px 10px 5px;
} 
#closePopUp{
  float:right;
}
#newprojectnolicense{
  background-color: #eeeeee;
  width: fit-content;
  padding: 5px 8px 5px 8px;
}
#inviteUserDiv{
  display:block;
}	
.isInsideContainer{
  width:50%;
  float:left;
}
.cardContainer{
  min-width:auto;
  float:left;
  padding:5px;
  /* display: flex;
  justify-content: space-around ; */
  width: 300px;
}
.card{
  border:2px solid #ddd;
  border-radius:5px;
  padding:5px;
  max-width: 300px;
  min-height: 350px;
  float:left;
  margin:5px;
  overflow: hidden;
  position: relative;
  width:100%;
}
.card-body{
  width:100%;
}

#projectsBox{
  width:100%;
  overflow:auto;
  display: flex;
  flex-wrap: wrap;
}

.orgPie{
  margin:auto;
  margin-top:10px;
}

.orgLegend{
  margin:auto;
  box-shadow:none;
  padding:0px;
  padding-top:15px;
  font-size: 13px;
}
.orgPieHeader{
  padding-bottom:5px;
  border-bottom:2px solid #ddd;
  height: 60px;
}

.helperDropdown{
  width:100%;
  height:100%;
  position: absolute;
  bottom:100%;
  left:0;
  z-index:100;
  background-color:rgba(221, 221, 221, 0.9);
  transition:0.7s;
  padding:5px;
  overflow:hidden;
}

.align-bottom{
  width:100%;
  margin:0;
  position:absolute;
  bottom:0px;
  left:0;
}
.invite-helper{
  margin: 5px 5px 15px 5px;
}

.helperList{
  padding:5px;
  color:#333333;
}

.dropDownHeader{
  padding:5px;
  border-bottom:2px solid grey;
}

.activeProject{
  cursor: default !important;
}
.answerFlag{
  padding-top:10px;
  padding-left: 5px;
  font-size:20px; 
  color:black; 
  cursor:pointer;
  /* display: block; */
}
.flagged{
  color:red !important;
}
.evaluationFormContainer{
  overflow: hidden;

}
.examplesBody{
  overflow: hidden;
  width:100%;
  border:2px solid grey;
  border-radius:5px;
}
.evaluationSubmit{
  background-color: #555555;
   color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body {
    margin-left: 5%;
    margin-right: 5%; }

  .login {
    width: 90%;
    display: block; }

  .content {
    margin: 0; }

  .mainlogo {
    width: 50%; }

  button, .button {
    width: 100%; }

  .topcontenttable > tbody > tr > td {
    display: block;
    width: 100%; }

  .indexcontenttable > tbody > tr > td {
    display: block;
    width: 100%; }

  .indexfootertable > tbody > tr > td {
    display: block;
    width: 100%; }

  .indexfootertable > tbody > tr > td > img {
    display: block;
    float: none !important; }

  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 2%;
    margin-right: 2%; }

  .indexmenu > a {
    display: block; }

  .indexfootertext {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px; }

  .indextoptable > tbody > tr > td {
    display: block;
    width: 100% !important; }

  .indextoplogo {
    display: table;
    margin-left: auto;
    margin-right: auto; }

  .indexmenu,
  .startlogga {
    display: none; }

  .editviewbuttons {
    top: 6rem; }
  
  .cardContainer{
    width:100%;
  }
  .myPages{
    padding-left: 0px;
    padding-right: 0px;
  }

}

/* Adjustments */
.modal-title {
  text-align: center;
}
.modal-body > div {
  margin: 10px 0;
}
#sortTable > thead > tr > th:hover {
  cursor: pointer!important;
}
/* Gröna knappar & label */
.btn-green,
.label-green {
  color: #fff;
  background-color: #72b039;
  /* border-color: #fff; */
  border: 1px solid #fff;
  display: inline-block;
}
.btn-green:hover {
  color: #fff;
  border-color: #000;
}
/* Blå knappar & label */
.btn-blue,
.label-blue {
  color: #fff;
  background-color: #2d3d45;
  border-color: #fff;
}
.btn-blue:hover {
  color: #fff;
  border-color: #000;
}
/* Röda knappar & label */
.btn-red,
.label-red {
  color: #fff;
  background-color: #cb369b;
  border-color: #fff;
}
.btn-red:hover {
  color: #fff;
  border-color: #000;
}
.label-secondary {
  color: #444;
  border: 1px solid #ddd;
  display: inline-block;
}
#popuphtml,
#login {
  border: 5px solid #2d3d45;
  border-radius: 5px;
}
.delete-project {
  text-align: center;
}
.delete-project span {
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #d9534f;
}
/* Användare/Licenser */
.editLicenseGroup {
  color: #666;
  font-size: 0.75em;
}
.editLicenseGroup:hover {
  color: #333;
  font-size: 0.9em;
}
/* Registrerade användare */
.edit-user-cell:hover {
  cursor: pointer;
}
/* File upload */
.box {
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: white;
	border: 4px dashed #B5B5B5;
	color: #B5B5B5;
	font-size: 50px;
  text-align: center;
}
.box:hover {
  cursor: pointer;
}
#uploads .block {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: white;
	border: 1px solid #CCCCCC;
}

#uploads .block .progressBar {
	background-color: #3E6FAD;
	width: 0px;
	height: 5px;
	margin-top: 47px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
}

#uploads .format {
	text-align: left;
	/* font-size: 8px; */
}

#uploads .error {
	text-align: left;
	font-size: 10px;
	color: red;
}

/* Attachments*/
.link-list {
  list-style-type: none;
  margin-left: -35px;
  font-size: .85em;
}
.link-list > li {
  overflow: visible;
  white-space: nowrap;
}
.w120 {
  width: 120px;
}
#projectlist {
  overflow-x: scroll;
}