.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 3px dotted rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.session_table th {
  cursor: pointer;
}

caption {
  font-size: 18px;
  text-align: center !important;
}

#log_out {
    float: right;
    margin-top: 10px;
    height: 40px;
}
.manedlig {
  cursor: pointer;
}
#chart-div{
    width: 700px;
    position: fixed;
    top: 0;
    background: #F2F2F2;
    height: 400px;
    z-index: 9999;
    left: calc(50% - 350px);
    display: none;
    top: calc(50% - 200px);
}
#chart {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    top: 0;
    cursor: pointer;
}
#title {
  text-align: center;
  color: #7c9e2a;
  font-size: 30px;
  font-weight: 700;
  margin-top: 55px;
}

#close {
    width: 40px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;

}
#solStats {
    width: 600px;
    left: calc(50% - 300px);
}
#solStats { height:350px; padding-bottom:25px;} svg { height:500px;}

#sol_type {
    width: 200px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.klippekort_content{
    display: none;
}