a {
  color: black;
  text-decoration: none;
}

a.link_with_underline {
  color: black;
  text-decoration: underline;
}

.form-group.required .control-label:after { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}

.gridrow {
  margin-bottom: 20px;
}
.gridrow .gridrow {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="gridcol-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

.adminuserTDMin50px {
  min-width: 50px;
}

.bottom-margin-3 {
  margin-bottom: 3cm;
}

body.login {
  background-image: url("../images/aktivitus-cycling-background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

div.login-container {
    display:table;/* shrinks to fit content */
    margin:auto;
}


}