/*
 * Colours
 */
$grey_light: #ccc;
$grey_medium: #999;

/*
 * Mixins
 */
@mixin vendor-prefix($property, $value) {
  -webkit-#{$property}: #{$value};
  -moz-#{$property}: #{$value};
  -ms-#{$property}: #{$value};
  -o-#{$property}: #{$value};
  #{$property}: #{$value};
}

p.notice {
  padding: 0 10px;
}

.update-posts {
  &.notice {
    display: flex;
    position: relative;
    top: -14px;
    border: 0;
    margin-left: 0;
    padding-left: 0;
    background: none;
    box-shadow: none;
  }
  &.updated {
    margin-top: 20px;
    margin-left: 0;
  }
}

.help {
  float: left;
  .info-icon {
    @include vendor-prefix(border-radius, 50%);
    border: 1px solid $grey_light;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    color: $grey_light;
    font-size: 13px;
    margin: 5px 0 5px 10px;
    padding-left: 1px;
    &:hover {
      border-color: $grey_medium;
      color: $grey_medium;
    }
  }
}

.nav-tab {
  margin-bottom: -1px;
  padding: 0;
}

.nav-tab a {
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;

  &:focus {
    box-shadow: none;
    outline: 0;
  }
}

.ui-tabs-panel {
  clear: both;
}

.ui-tabs-panel h3 {
  font: italic normal normal 24px/29px Georgia, "Times New Roman",
    "Bitstream Charter", Times, serif;
  margin: 10px 0 0;
  line-height: 35px;
  text-shadow: 0 1px 0 #fff;
}

.ui-tabs-panel h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0;
}

.wrap h3,
.wrap table {
  display: none;
}

#content {
  min-width: 910px;
}
table {
  border-top: 2px solid #ccc;
}

tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
}

form {
  max-width: 720px;
}

.button {
  min-width: 110px;
}

th label {
  font-size: 12px;
  font-weight: 700;
}

td label {
  color: #666;
}

span.thin {
  font-weight: 400;
}

textarea {
  width: 100%;
}

input.regular-text {
  width: 100%;
}

#reset label {
  color: #000;
}

#floatleft {
  float: left;
}

#informations {
  margin: 20px 0 10px 10px;
  width: 170px;
  border-color: #ddd;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}

#informations #titel {
  background: #dfdfdf;
  background: linear-gradient(
    0deg,
    rgba(223, 223, 223, 1) 0%,
    rgba(236, 236, 236, 1) 100%
  );
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
  padding: 5px;
  text-align: center;
}

#informations #text {
  padding: 5px;
  text-align: center;
}

#informations #text img.profilpic {
  float: right;
  width: 38px;
  height: 50px;
}
#informations #text li {
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
  padding-bottom: 2px;
}

#informations #text li.center {
  text-align: center;
}

.newred {
  color: red;
  display: block;
  margin-top: 3px;
}
.newred_dot {
  color: red;
  position: relative;
  left: 3px;
}
.orange {
  color: #f90;
}

#mc_embed_signup {
  clear: both;
}

#mc_embed_signup label {
  color: green;
  line-height: 2.5em;
}
.mc-field-group.updated {
  padding: 1.5em;
  margin: 0 0 1.5em;
}

.pickerstyle {
  display: inline-block;
  float: left;
}

.label-radio {
  margin-right: 20px;
}

.clear-both {
  clear: both;
}
