body {
    margin: 0;
}

label {
  font-weight: 600;
  font-size: 13px;
  color: #666;
}

img {
  height: 40px;
}

.logo {
  margin: 10px;
}

.top-bar {
  height: 4px;
  width: 100%;
  background-image: url('../img/gradient.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.main-content {
  background-color: #f9fbf4;
  padding: 0 0 50px;
}

a.btn {
  width: 120px;
  background: #18673B;
  color: #fff;
  background-color: #18673B;
  margin-top: 5px;
  margin-bottom: 5px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  text-decoration: none;

}

a.btn:hover {
  background-color: #00572D;
  color: #fff;
}

a.btn:active {
  background-color: #00572D;
  color: #fff;
}

a.btn:focus {
  background-color: #00572D;
  color: #fff;
}
.container-fluid {
    padding-top: 20px;
    margin-bottom: -25px;
}

h2 {
  font-size: 16px;
}

.text-right {
  text-align: left;
}

.ui-widget-content {
    background: #f9fbf4 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x;

}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #5F967C;
    background: #5F967C url(images/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #00572D;
        color: #000;
    background: #fff url(images/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #5F967C;
    background: #ccc url(images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #000;
}

.textarea-width {
  width: 100%;
  margin: 0;
  min-height: 100px;
}

.allign-adress {
  float: left!important;
  text-align: left;
}

h1 {
  margin-top: 10px;
  font-size: 18px;
  color: #18673B;
}

p {
  font-size: 12px;
}

textarea.wide {
  width: 100%;
  max-width: 100%;
}

.block-white {
  background: #fff;
}
@media (min-width: 767px) {
  .period_container {

    padding: 15px;

  }

  button.btn {
    width: initial;
  }

  .btn-secundary {
    width: initial;
  }

  .text-right {
    text-align: right;
  }

  img {
    height: 80px;
  }

  .top-bar {
    height: 8px;
  }

  .btn-pull-right {
    text-align: right;
  }

  .allign-adress {
    float: right!important;
    text-align: right;
  }

  h1 {
    margin-top: 20px;
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  textarea.wide {
    width: 50%;
    max-width: 100%;
  }

  h2 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .period_container {

    padding: 15px;

  }

  button.btn {
    width: initial;
  }

  .btn-secundary {
    width: initial;
  }

  .text-right {
    text-align: right;
  }

  .form-wrapper-overzicht {
    max-width: 1000px;
    margin: auto;
  }

  h1 {
    margin-top: 40px;
    font-size: 24px;
  }

  p {
    font-size: 14px;

  }

  textarea.wide {
    width: 50%;
    max-width: 100%;
  }

  h2 {
    font-size: 24px;
  }
}

.logo {
    margin-left: 2em;
} 