  @media only screen and (min-width: 36em) {
	.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon:before {
	    left: 0.6667em;
	    width: 2.5rem;
	    background-size: 100% auto;
	}
}

.image-selpa img {
  border: 5px solid #aaa;
  border-radius: 4px;
  padding: 5px;
}

.image-selpa a img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.selpa-training-img img {
  border: 1px solid #000;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

.form-disabled label {
    color: #717171;
}

.form-disabled input, .form-disabled select, .form-disabled textarea {
    color: #717171;
    border-color: #bbb;
    background: #ededed;
}

.no-padding-bottom div {
  padding-bottom: 0!important;
}

.no-padding-top {
  padding-top: 0px!important;
}

.no-padding-bottom {
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}

.flexslider li .views-field-field-image img {
  max-height: 500px;
  height: auto!important;
}

.flexslider {
  z-index:0;
}

.content_layout li ul li {
  font-size: inherit;
}