/*** /Intranet/Groups/Administration/staff-transformation/stylesheet.css/ ***/

.overview-list {
  padding-left: 1.5em !important;
}


.overview-list li{
  font-weight: bold;
}

.overview-list ul li{
  font-weight: normal;
  margin-bottom: 10px;
}

.hilight {
  padding: 1.5em;
  margin: 1em 0 1.5em -1.5em;
  background-color:#FFF1A8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn,
#body form#team-i00001 input[type="submit"] {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  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 transparent;
  border-radius: 4px;
}

.btn-primary,
#body form#team-i00001 input[type="submit"] {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-info {
  float: right;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
