/*
 * DSO Toolkit is built upon Bootstrap SASS 3.3.7 and FontAwesome. Building this module will result in artifacts that already
 * include Bootstrap and FontAwesome. To build this file from your project you will need to pass two extra include paths to the sass compiler.
 *
 * - node_modules/dso-toolkit/node_modules
 * - node_modules
 *
 * For example:
 *   $ node-sass --include-path node_modules/dso-toolkit/node_modules --include-path node_modules
 *
 * See https://github.com/dso-toolkit/dso-toolkit/issues/105 for more information
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! based on normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #39870c;
  text-decoration: none; }
  a:hover, a:focus {
    color: #676cb0;
    text-decoration: underline; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #275937; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.5rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin: 0 0 12px; }

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  padding: .2em;
  background-color: #f8f6cc; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #666; }

.text-primary {
  color: #275937; }

a.text-primary:hover,
a.text-primary:focus {
  color: #173621; }

.text-success {
  color: #191919; }

a.text-success:hover,
a.text-success:focus {
  color: black; }

.text-info {
  color: #191919; }

a.text-info:hover,
a.text-info:focus {
  color: black; }

.text-warning {
  color: #191919; }

a.text-warning:hover,
a.text-warning:focus {
  color: black; }

.text-danger {
  color: #191919; }

a.text-danger:hover,
a.text-danger:focus {
  color: black; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #275937; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #173621; }

.bg-success {
  background-color: #e4f1d4; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #cce4ae; }

.bg-info {
  background-color: #e1ecf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #b9d3ec; }

.bg-warning {
  background-color: #f8f6cc; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f2ee9f; }

.bg-danger {
  background-color: #f5d8dc; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ebafb8; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: auto; } }
  @media (min-width: 992px) {
    .container {
      width: 922px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1152px; } }

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -16px;
  margin-left: -16px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: default; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919; }

.form-control, .dso-shopping-cart .dso-edit-name {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  background-image: none;
  border: 1px solid #275937;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .dso-shopping-cart .dso-edit-name:focus {
    border-color: #275937;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(39, 89, 55, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(39, 89, 55, 0.6); }
  .form-control::-moz-placeholder, .dso-shopping-cart .dso-edit-name::-moz-placeholder {
    color: #666;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .dso-shopping-cart .dso-edit-name:-ms-input-placeholder {
    color: #666; }
  .form-control::-webkit-input-placeholder, .dso-shopping-cart .dso-edit-name::-webkit-input-placeholder {
    color: #666; }
  .form-control::-ms-expand, .dso-shopping-cart .dso-edit-name::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .dso-shopping-cart .dso-edit-name[disabled], .form-control[readonly], .dso-shopping-cart .dso-edit-name[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .dso-shopping-cart .dso-edit-name,
  .dso-shopping-cart fieldset[disabled] .dso-edit-name {
    background-color: #fff;
    opacity: 1; }
  .form-control[disabled], .dso-shopping-cart .dso-edit-name[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .dso-shopping-cart .dso-edit-name,
  .dso-shopping-cart fieldset[disabled] .dso-edit-name {
    cursor: default; }

textarea.form-control, .dso-shopping-cart textarea.dso-edit-name {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .dso-shopping-cart input.dso-edit-name[type="date"],
  input[type="time"].form-control,
  .dso-shopping-cart input.dso-edit-name[type="time"],
  input[type="datetime-local"].form-control,
  .dso-shopping-cart input.dso-edit-name[type="datetime-local"],
  input[type="month"].form-control,
  .dso-shopping-cart input.dso-edit-name[type="month"] {
    line-height: 38px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .dso-shopping-cart .input-group-sm > input.dso-edit-name[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .dso-shopping-cart .input-group-sm > input.dso-edit-name[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .dso-shopping-cart .input-group-sm > input.dso-edit-name[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .dso-shopping-cart .input-group-sm > input.dso-edit-name[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .dso-shopping-cart .input-group-lg > input.dso-edit-name[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .dso-shopping-cart .input-group-lg > input.dso-edit-name[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .dso-shopping-cart .input-group-lg > input.dso-edit-name[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .dso-shopping-cart .input-group-lg > input.dso-edit-name[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 16px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: default; }
  .radio label,
  .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: default; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .dso-shopping-cart .input-group-lg > .form-control-static.dso-edit-name,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .dso-shopping-cart .input-group-sm > .form-control-static.dso-edit-name,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control, .dso-shopping-cart .input-group-sm > .dso-edit-name,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .dso-shopping-cart .input-group-sm > select.dso-edit-name,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .dso-shopping-cart .input-group-sm > textarea.dso-edit-name,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.dso-shopping-cart .input-group-sm > select.dso-edit-name[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .form-group-sm .dso-edit-name {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm .dso-shopping-cart select.dso-edit-name, .dso-shopping-cart .form-group-sm select.dso-edit-name {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm .dso-shopping-cart textarea.dso-edit-name, .dso-shopping-cart .form-group-sm textarea.dso-edit-name,
.form-group-sm select[multiple].form-control,
.form-group-sm .dso-shopping-cart select.dso-edit-name[multiple],
.dso-shopping-cart .form-group-sm select.dso-edit-name[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .dso-shopping-cart .input-group-lg > .dso-edit-name,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .dso-shopping-cart .input-group-lg > select.dso-edit-name,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .dso-shopping-cart .input-group-lg > textarea.dso-edit-name,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.dso-shopping-cart .input-group-lg > select.dso-edit-name[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .form-group-lg .dso-edit-name {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg .dso-shopping-cart select.dso-edit-name, .dso-shopping-cart .form-group-lg select.dso-edit-name {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg .dso-shopping-cart textarea.dso-edit-name, .dso-shopping-cart .form-group-lg textarea.dso-edit-name,
.form-group-lg select[multiple].form-control,
.form-group-lg .dso-shopping-cart select.dso-edit-name[multiple],
.dso-shopping-cart .form-group-lg select.dso-edit-name[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .has-feedback .dso-edit-name {
    padding-right: 47.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .dso-shopping-cart .input-group-lg > .dso-edit-name + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .dso-shopping-cart .dso-edit-name + .form-control-feedback,
.dso-shopping-cart .form-group-lg .dso-edit-name + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .dso-shopping-cart .input-group-sm > .dso-edit-name + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .dso-shopping-cart .dso-edit-name + .form-control-feedback,
.dso-shopping-cart .form-group-sm .dso-edit-name + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #191919; }

.has-success .form-control, .has-success .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .has-success .dso-edit-name {
  border-color: #191919;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .dso-shopping-cart .dso-edit-name:focus, .dso-shopping-cart .has-success .dso-edit-name:focus {
    border-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c; }

.has-success .input-group-addon {
  color: #191919;
  background-color: #e4f1d4;
  border-color: #191919; }

.has-success .form-control-feedback {
  color: #191919; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #191919; }

.has-warning .form-control, .has-warning .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .has-warning .dso-edit-name {
  border-color: #191919;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .dso-shopping-cart .dso-edit-name:focus, .dso-shopping-cart .has-warning .dso-edit-name:focus {
    border-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c; }

.has-warning .input-group-addon {
  color: #191919;
  background-color: #f8f6cc;
  border-color: #191919; }

.has-warning .form-control-feedback {
  color: #191919; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #191919; }

.has-error .form-control, .has-error .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .has-error .dso-edit-name {
  border-color: #191919;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .dso-shopping-cart .dso-edit-name:focus, .dso-shopping-cart .has-error .dso-edit-name:focus {
    border-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4c4c4c; }

.has-error .input-group-addon {
  color: #191919;
  background-color: #f5d8dc;
  border-color: #191919; }

.has-error .form-control-feedback {
  color: #191919; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #595959; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .form-inline .dso-edit-name {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .dso-shopping-cart .dso-edit-name,
    .dso-shopping-cart .form-inline .input-group .dso-edit-name {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .dso-shopping-cart .input-group > .dso-edit-name, .dso-shopping-cart .form-inline .input-group > .dso-edit-name {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }

.form-horizontal .form-group {
  margin-right: -16px;
  margin-left: -16px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 16px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #39870c;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: default;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #39870c;
  background-color: #fff;
  border-color: #39870c; }
  .btn-default:focus, .btn-default.focus {
    color: #39870c;
    background-color: #e6e6e6;
    border-color: #081202; }
  .btn-default:hover {
    color: #39870c;
    background-color: #e6e6e6;
    border-color: #214f07; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #39870c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #214f07; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #39870c;
      background-color: #d4d4d4;
      border-color: #081202; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #39870c; }
  .btn-default .badge {
    color: #fff;
    background-color: #39870c; }

.btn-primary {
  color: #fff;
  background-color: #e17000;
  border-color: #e17000; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ae5700;
    border-color: #623100; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ae5700;
    border-color: #a45200; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ae5700;
    background-image: none;
    border-color: #a45200; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #8a4500;
      border-color: #623100; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #e17000;
    border-color: #e17000; }
  .btn-primary .badge {
    color: #e17000;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #39870c;
  border-color: #2f700a; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #255808;
    border-color: black; }
  .btn-success:hover {
    color: #fff;
    background-color: #255808;
    border-color: #173705; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #255808;
    background-image: none;
    border-color: #173705; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #173705;
      border-color: black; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #39870c;
    border-color: #2f700a; }
  .btn-success .badge {
    color: #39870c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #39870c;
  border-color: #2f700a; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #255808;
    border-color: black; }
  .btn-info:hover {
    color: #fff;
    background-color: #255808;
    border-color: #173705; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #255808;
    background-image: none;
    border-color: #173705; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #173705;
      border-color: black; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #39870c;
    border-color: #2f700a; }
  .btn-info .badge {
    color: #39870c;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #e17000;
  border-color: #c86300; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ae5700;
    border-color: #482400; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ae5700;
    border-color: #8a4500; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ae5700;
    background-image: none;
    border-color: #8a4500; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #8a4500;
      border-color: #482400; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #e17000;
    border-color: #c86300; }
  .btn-warning .badge {
    color: #e17000;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e17000;
  border-color: #c86300; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ae5700;
    border-color: #482400; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ae5700;
    border-color: #8a4500; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ae5700;
    background-image: none;
    border-color: #8a4500; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #8a4500;
      border-color: #482400; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #e17000;
    border-color: #c86300; }
  .btn-danger .badge {
    color: #e17000;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #39870c;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #676cb0;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #fff;
      text-decoration: none;
      background-color: #39870c; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #275937;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control, .input-group .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .input-group .dso-edit-name {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .dso-shopping-cart .dso-edit-name:focus, .dso-shopping-cart .input-group .dso-edit-name:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .input-group .dso-edit-name {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .dso-shopping-cart .dso-edit-name:not(:first-child):not(:last-child),
  .dso-shopping-cart .input-group .dso-edit-name:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #191919;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #275937;
  border-radius: 4px; }
  .input-group-addon.input-sm, .dso-shopping-cart .input-group-sm > .input-group-addon.dso-edit-name,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .dso-shopping-cart .input-group-lg > .input-group-addon.dso-edit-name,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .dso-shopping-cart .dso-edit-name:first-child, .dso-shopping-cart .input-group .dso-edit-name:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .dso-shopping-cart .dso-edit-name:last-child, .dso-shopping-cart .input-group .dso-edit-name:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #a3a3a3; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #a3a3a3;
        text-decoration: none;
        cursor: default;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #39870c; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #000;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #275937; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 0;
  font-size: 20px;
  line-height: 24px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: 0; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.5px 0; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 13px;
          padding-bottom: 13px; } }

.navbar-form {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .navbar-form .dso-edit-name {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .dso-shopping-cart .dso-edit-name,
      .dso-shopping-cart .navbar-form .input-group .dso-edit-name {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .dso-shopping-cart .input-group > .dso-edit-name, .dso-shopping-cart .navbar-form .input-group > .dso-edit-name {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px; }
  .navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 0;
      margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: 0; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #39870c;
      border-radius: 24px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #39870c; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #afcf9d;
    cursor: default;
    background-color: #fff; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #191919; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #39870c; }

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #191919;
  background-color: #e4f1d4;
  border-color: #e4f1d4; }
  .alert-success hr {
    border-top-color: #d8ebc1; }
  .alert-success .alert-link {
    color: black; }

.alert-info {
  color: #191919;
  background-color: #e1ecf7;
  border-color: #e1ecf7; }
  .alert-info hr {
    border-top-color: #cddff2; }
  .alert-info .alert-link {
    color: black; }

.alert-warning {
  color: #191919;
  background-color: #f8f6cc;
  border-color: #f8f6cc; }
  .alert-warning hr {
    border-top-color: #f5f2b6; }
  .alert-warning .alert-link {
    color: black; }

.alert-danger {
  color: #191919;
  background-color: #f5d8dc;
  border-color: #f5d8dc; }
  .alert-danger hr {
    border-top-color: #f0c4ca; }
  .alert-danger .alert-link {
    color: black; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: default;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #275937;
    border-color: #275937; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #83c999; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #191919;
  background-color: #e4f1d4; }

a.list-group-item-success,
button.list-group-item-success {
  color: #191919; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #191919;
    background-color: #d8ebc1; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.list-group-item-info {
  color: #191919;
  background-color: #e1ecf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #191919; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #191919;
    background-color: #cddff2; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.list-group-item-warning {
  color: #191919;
  background-color: #f8f6cc; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #191919; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #191919;
    background-color: #f5f2b6; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.list-group-item-danger {
  color: #191919;
  background-color: #f5d8dc; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #191919; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #191919;
    background-color: #f0c4ca; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 24px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #275937; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #275937;
    border-color: #275937; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #275937; }
    .panel-primary > .panel-heading .badge {
      color: #275937;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #275937; }

.panel-success {
  border-color: #e4f1d4; }
  .panel-success > .panel-heading {
    color: #191919;
    background-color: #e4f1d4;
    border-color: #e4f1d4; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e4f1d4; }
    .panel-success > .panel-heading .badge {
      color: #e4f1d4;
      background-color: #191919; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4f1d4; }

.panel-info {
  border-color: #e1ecf7; }
  .panel-info > .panel-heading {
    color: #191919;
    background-color: #e1ecf7;
    border-color: #e1ecf7; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e1ecf7; }
    .panel-info > .panel-heading .badge {
      color: #e1ecf7;
      background-color: #191919; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e1ecf7; }

.panel-warning {
  border-color: #f8f6cc; }
  .panel-warning > .panel-heading {
    color: #191919;
    background-color: #f8f6cc;
    border-color: #f8f6cc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f8f6cc; }
    .panel-warning > .panel-heading .badge {
      color: #f8f6cc;
      background-color: #191919; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f8f6cc; }

.panel-danger {
  border-color: #f5d8dc; }
  .panel-danger > .panel-heading {
    color: #191919;
    background-color: #f5d8dc;
    border-color: #f5d8dc; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f5d8dc; }
    .panel-danger > .panel-heading .badge {
      color: #f5d8dc;
      background-color: #191919; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f5d8dc; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #afcf9d;
  border: 1px solid #afcf9d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Asap, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * DSO Toolkit styling
 */
h1, .dso-jumbotron .dso-jumbotron-title, .dso-legal-document .dso-is-document,
.dso-legal-document .dso-is-paragraph {
  color: #275937;
  font-size: 2rem;
  font-weight: 700; }

h2, .dso-legal-document .dso-is-chapter,
.dso-legal-document .dso-is-subparagraph, .dso-steps-indicator {
  color: #275937;
  font-size: 1.5rem;
  font-weight: 700; }

h3, .form > fieldset > fieldset > legend,
form > fieldset > fieldset > legend, .dso-legal-document .dso-is-title,
.dso-legal-document .dso-is-subsubparagraph {
  color: #275937;
  font-size: 1.25rem;
  font-weight: 600; }

h4, .dso-legal-document .dso-is-department,
.dso-legal-document .dso-is-article {
  color: #275937;
  font-size: 1rem;
  font-weight: 600; }

h5 {
  color: #191919;
  font-size: 1rem;
  font-weight: 600; }

@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 400;
  src: local("Asap Regular"), local("Asap-Regular"), url("../fonts/Asap/Asap-Regular.woff2") format("woff2"), url("../fonts/Asap/Asap-Regular.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 400;
  src: local("Asap Regular italic"), local("Asap-Regularitalic"), url("../fonts/Asap/Asap-Italic.woff2") format("woff2"), url("../fonts/Asap/Asap-Italic.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 500;
  src: local("Asap Bold"), local("Asap-Bold"), url("../fonts/Asap/Asap-Medium.woff2") format("woff2"), url("../fonts/Asap/Asap-Medium.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 500;
  src: local("Asap Bold italic"), local("Asap-Bolditalic"), url("../fonts/Asap/Asap-MediumItalic.woff2") format("woff2"), url("../fonts/Asap/Asap-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 600;
  src: local("Asap Bold"), local("Asap-Bold"), url("../fonts/Asap/Asap-SemiBold.woff2") format("woff2"), url("../fonts/Asap/Asap-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 600;
  src: local("Asap Bold italic"), local("Asap-Bolditalic"), url("../fonts/Asap/Asap-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Asap/Asap-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: normal;
  font-weight: 700;
  src: local("Asap Bold"), local("Asap-Bold"), url("../fonts/Asap/Asap-Bold.woff2") format("woff2"), url("../fonts/Asap/Asap-Bold.woff") format("woff"); }

@font-face {
  font-family: "Asap";
  font-style: italic;
  font-weight: 700;
  src: local("Asap Bold italic"), local("Asap-Bolditalic"), url("../fonts/Asap/Asap-BoldItalic.woff2") format("woff2"), url("../fonts/Asap/Asap-BoldItalic.woff") format("woff"); }

body {
  max-width: 100%;
  overflow-x: hidden; }

main > .row {
  padding-bottom: 48px;
  padding-top: 48px; }

.row.dso-banner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50% - 16px);
  padding-right: calc(50vw - 50% - 16px);
  background-color: #ebf3e6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding-top: 2rem; }

.row.dso-featured {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50% - 16px);
  padding-right: calc(50vw - 50% - 16px);
  background-color: #ebf3e6; }

html {
  font-size: 16px; }

.caption {
  font-style: italic; }

small,
.small {
  font-size: 14px; }

sub,
sup {
  font-size: .65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

del {
  background-color: #f5d8dc; }

ins {
  background-color: #e4f1d4;
  text-decoration: none; }

svg.di {
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.dso-accordion .dso-section-handle {
  font-weight: 600; }

.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section .dso-section-handle,
.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section > h1.dso-section-handle,
.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section > h2.dso-section-handle,
.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section > h3.dso-section-handle,
.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section > h4.dso-section-handle,
.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section > h5.dso-section-handle {
  font-size: 1em;
  line-height: 24px;
  margin: 0; }

.dso-accordion:not(.dso-accordion-compact) .dso-section-handle {
  background-color: #fff;
  border: 1px solid #8b4a6a;
  border-radius: 4px;
  overflow: hidden;
  padding: 12px 15px;
  position: relative; }
  .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a {
    color: #8b4a6a;
    display: block;
    padding-left: 32px;
    word-break: break-word; }
    .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a::before {
      background: url("../dso-icons.svg#img-chevron-down-cannon-pink") no-repeat;
      background-position: center;
      background-size: cover;
      height: 1.5em;
      vertical-align: top;
      width: 1.5em;
      content: "";
      display: inline-block;
      left: 15px;
      position: absolute; }
    .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a::after {
      content: "";
      position: absolute;
      right: 12px;
      top: 12px; }
    .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a:hover, .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a:active, .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a.active {
      color: #8b4a6a;
      text-decoration: none; }
    .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a .dso-status {
      display: block;
      float: right;
      font-weight: 400;
      text-decoration: underline; }
    .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a .dso-attachments {
      color: #666;
      display: block;
      float: right;
      font-weight: 400;
      text-decoration: none; }
      .dso-accordion:not(.dso-accordion-compact) .dso-section-handle a .dso-attachments::after {
        background: url("../dso-icons.svg#img-paperclip-grijs") no-repeat;
        background-position: center;
        background-size: cover;
        height: 24px;
        vertical-align: top;
        width: 24px;
        content: "";
        display: inline-block; }

.dso-accordion:not(.dso-accordion-compact) .dso-accordion-section {
  border-radius: 4px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section + .dso-accordion-section {
    margin-top: 4px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-success > .dso-section-handle, .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-danger > .dso-section-handle, .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-warning > .dso-section-handle, .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-info > .dso-section-handle {
    padding-right: 48px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-success > .dso-section-handle a::after {
    background: url("../dso-icons.svg#img-status-success") no-repeat;
    background-position: center;
    background-size: cover;
    height: 24px;
    vertical-align: top;
    width: 24px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-danger > .dso-section-handle a::after {
    background: url("../dso-icons.svg#img-status-danger") no-repeat;
    background-position: center;
    background-size: cover;
    height: 24px;
    vertical-align: top;
    width: 24px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-warning > .dso-section-handle a::after {
    background: url("../dso-icons.svg#img-status-warning") no-repeat;
    background-position: center;
    background-size: cover;
    height: 24px;
    vertical-align: top;
    width: 24px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-info > .dso-section-handle a::after {
    background: url("../dso-icons.svg#img-status-info") no-repeat;
    background-position: center;
    background-size: cover;
    height: 24px;
    vertical-align: top;
    width: 24px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) {
    border: 1px solid #8b4a6a; }
    .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle {
      background-color: #8b4a6a;
      border: 0;
      border-radius: 0 0 4px 4px; }
      .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a {
        color: #fff; }
        .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a::before {
          background-image: url("../dso-icons.svg#img-chevron-up-wit"); }
        .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments {
          color: #fff; }
          .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) > .dso-section-handle a .dso-attachments::after {
            background-image: url("../dso-icons.svg#img-paperclip-wit"); }
    .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open:not(.dso-nested-accordion) .dso-attachments a::after {
      background-image: url("../dso-icons.svg#img-paperclip-wit"); }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open.dso-nested-accordion {
    background-color: #dbc8d1;
    border: 0;
    border-radius: 4px; }
    .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-handle a::before {
      background-image: url("../dso-icons.svg#img-chevron-up-cannon-pink"); }
    .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open.dso-nested-accordion > .dso-section-body {
      padding: 15px 17px 32px; }
    .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section.dso-open.dso-nested-accordion .dso-accordion-section {
      background-color: #fff; }
  .dso-accordion:not(.dso-accordion-compact) .dso-accordion-section:not(.dso-open) .dso-section-body {
    display: none; }

.dso-accordion:not(.dso-accordion-compact) .dso-section-body {
  padding: 16px 16px 32px; }
  .dso-accordion:not(.dso-accordion-compact) .dso-section-body .dso-rich-content + .dso-accordion,
  .dso-accordion:not(.dso-accordion-compact) .dso-section-body .dso-accordion + .dso-rich-content {
    margin-top: 16px; }

.dso-accordion.dso-accordion-compact {
  border-bottom: 1px solid #ccc; }
  .dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open button::before {
    background-image: url("../dso-icons.svg#img-chevron-up"); }
  .dso-accordion.dso-accordion-compact .dso-accordion-section.dso-open .dso-section-body {
    border-top: 1px solid #ccc;
    display: block;
    padding: 16px; }
  .dso-accordion.dso-accordion-compact .dso-section-handle {
    border-top: 1px solid #ccc;
    box-sizing: content-box;
    font-size: 1em;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 12px 16px 12px 8px;
    position: relative; }
    .dso-accordion.dso-accordion-compact .dso-section-handle button {
      background: transparent;
      border: 0;
      color: #39870c;
      display: block;
      padding: 0 0 0 32px;
      text-align: left;
      word-break: break-word; }
      .dso-accordion.dso-accordion-compact .dso-section-handle button:hover, .dso-accordion.dso-accordion-compact .dso-section-handle button:active, .dso-accordion.dso-accordion-compact .dso-section-handle button.active {
        color: #39870c; }
      .dso-accordion.dso-accordion-compact .dso-section-handle button:focus {
        text-decoration: underline; }
      .dso-accordion.dso-accordion-compact .dso-section-handle button::before {
        background: url("../dso-icons.svg#img-chevron-down") no-repeat;
        background-position: center;
        background-size: cover;
        height: 1.5em;
        vertical-align: top;
        width: 1.5em;
        content: "";
        display: block;
        left: 8px;
        position: absolute; }

.dso-attachments {
  color: #666;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap; }
  .dso-attachments::after {
    background: url("../dso-icons.svg#img-paperclip-grijs") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em;
    content: "";
    display: inline-block; }

.alert {
  line-height: 24px;
  min-height: 64px;
  padding: 19px 16px 19px 63px;
  position: relative; }
  .alert:not(:first-child) {
    margin-top: 24px; }
  .alert::before {
    content: "";
    left: 15px;
    position: absolute;
    top: 15px; }
  .alert.alert-success::before {
    background: url("../dso-icons.svg#img-status-success") no-repeat;
    background-position: center;
    background-size: cover;
    height: 32px;
    vertical-align: top;
    width: 32px; }
  .alert.alert-danger::before {
    background: url("../dso-icons.svg#img-status-danger") no-repeat;
    background-position: center;
    background-size: cover;
    height: 32px;
    vertical-align: top;
    width: 32px; }
  .alert.alert-warning::before {
    background: url("../dso-icons.svg#img-status-warning") no-repeat;
    background-position: center;
    background-size: cover;
    height: 32px;
    vertical-align: top;
    width: 32px; }
  .alert.alert-info::before {
    background: url("../dso-icons.svg#img-status-info") no-repeat;
    background-position: center;
    background-size: cover;
    height: 32px;
    vertical-align: top;
    width: 32px; }
  .alert a,
  .alert a:visited {
    color: #191919; }
  .alert .btn {
    background-color: rgba(25, 25, 25, 0.05); }
    .alert .btn:hover, .alert .btn:active, .alert .btn:focus {
      background-color: rgba(25, 25, 25, 0.2);
      color: #000; }

.alert a:not(.btn),
.dso-highlight-box a:not(.btn),
.dso-rich-content > :not(table) a:not(.btn),
.dso-info:not(.dso-accordion-section) a:not(.btn) {
  text-decoration: underline; }
  .alert a:not(.btn):hover, .alert a:not(.btn):focus,
  .dso-highlight-box a:not(.btn):hover,
  .dso-highlight-box a:not(.btn):focus,
  .dso-rich-content > :not(table) a:not(.btn):hover,
  .dso-rich-content > :not(table) a:not(.btn):focus,
  .dso-info:not(.dso-accordion-section) a:not(.btn):hover,
  .dso-info:not(.dso-accordion-section) a:not(.btn):focus {
    text-decoration: none; }

a:not(.btn):visited {
  color: #8b4a6a; }

a:not(.btn).download::after, a:not(.btn).extern::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  vertical-align: top; }

a:not(.btn).download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

a:not(.btn).extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.dso-badge {
  background-color: #666;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  font-size: .875em;
  line-height: 1em;
  padding: 4px 8px; }
  .dso-badge.badge-info {
    background-color: #6ca4d9;
    color: #191919; }
  .dso-badge.badge-primary {
    background-color: #275937;
    color: #fff; }
  .dso-badge.badge-success {
    background-color: #39870c;
    color: #fff; }
  .dso-badge.badge-warning {
    background-color: #dcd400;
    color: #191919; }
  .dso-badge.badge-danger {
    background-color: #ce3f51;
    color: #fff; }

.banner {
  padding: 16px 0;
  position: relative; }
  .banner .row > div {
    line-height: 24px;
    padding-left: 48px;
    position: relative; }
    .banner .row > div::before {
      content: "";
      display: inline-block;
      left: 16px;
      position: absolute; }
    .banner .row > div button {
      float: right; }
      .banner .row > div button svg.di {
        color: #000; }
    .banner .row > div a {
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .banner .row > div > span {
        display: block;
        width: calc(100% - 24px); } }
  .banner.alert-danger .row > div::before {
    background: url("../dso-icons.svg#img-status-danger-outline") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .banner.alert-warning .row > div::before {
    background: url("../dso-icons.svg#img-status-warning-outline") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .banner a,
  .banner a:visited {
    color: #191919; }

ol.breadcrumb {
  list-style: none;
  margin-bottom: 0;
  padding: 0 10px; }
  ol.breadcrumb:before, ol.breadcrumb:after {
    display: table;
    content: " "; }
  ol.breadcrumb:after {
    clear: both; }
  ol.breadcrumb > li {
    float: left; }
    ol.breadcrumb > li + li::before {
      color: #7f7f7f;
      content: "|";
      float: left;
      padding: 0 8px; }
  ol.breadcrumb > li.active {
    color: #666; }
  ol.breadcrumb > li > a {
    color: #275937; }

.btn {
  border-radius: 4px;
  border-width: 1px;
  font-size: 1em;
  font-weight: 500; }
  .btn.btn-primary, .btn.btn-default {
    min-width: 56px; }
  .btn:active, .btn.active, .btn:active:hover, .btn.active:hover {
    box-shadow: none; }
  .btn.btn-default, .btn.btn-primary {
    line-height: 24px;
    padding: 11px 15px; }
    .btn.btn-default svg.di, .btn.btn-primary svg.di {
      margin-left: -8px;
      margin-right: 8px; }
    .btn.btn-default span + svg.di, .btn.btn-primary span + svg.di {
      margin-left: 8px;
      margin-right: -8px; }
    .btn.btn-default.btn-sm, .btn.btn-primary.btn-sm {
      line-height: 16px; }
      .btn.btn-default.btn-sm svg.di, .btn.btn-primary.btn-sm svg.di {
        margin-bottom: -4px;
        margin-top: -4px; }
      .btn.btn-default.btn-sm.extern::after, .btn.btn-default.btn-sm.download::after, .btn.btn-primary.btn-sm.extern::after, .btn.btn-primary.btn-sm.download::after {
        margin-bottom: -4px;
        margin-top: -4px; }
  .btn + .btn {
    margin-left: 16px; }
  .btn.extern::after, .btn.download::after {
    content: "";
    display: inline-block;
    height: 1.5em;
    margin-left: 8px;
    vertical-align: top;
    width: 1.5em; }

.btn-default:not(.btn):visited:not(:focus):not(:hover) {
  color: #39870c; }

.btn-default:hover, .btn-default:focus {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff; }

.btn-default:active, .btn-default:active:hover, .btn-default:active:not(.btn):visited, .btn-default.active, .btn-default.active:hover, .btn-default.active:not(.btn):visited {
  background-color: #275937;
  border-color: #275937;
  color: #fff; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #afcf9d;
  color: #afcf9d;
  opacity: 1; }

.btn-default.extern::after {
  background: url("../dso-icons.svg#img-external-link") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.btn-default.extern:hover::after, .btn-default.extern:focus::after {
  background: url("../dso-icons.svg#img-external-link-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.btn-default.extern.disabled::after, .btn-default.extern[disabled]::after {
  background: url("../dso-icons.svg#img-external-link-grasgroen-40") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.btn-default.download::after {
  background: url("../dso-icons.svg#img-download") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.btn-default.download:hover::after, .btn-default.download:focus::after {
  background: url("../dso-icons.svg#img-download-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.btn-default.download.disabled::after, .btn-default.download[disabled]::after {
  background: url("../dso-icons.svg#img-download-grasgroen-40") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

.btn-primary {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff; }
  .btn-primary:hover {
    background-color: #275937;
    border-color: #275937;
    color: #fff; }
  .btn-primary:not(.btn):visited:not(:focus):not(:hover) {
    color: #fff; }
  .btn-primary:focus {
    background-color: #39870c;
    border-color: #39870c;
    color: #fff; }
  .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:not(.btn):visited, .btn-primary.active, .btn-primary.active:hover, .btn-primary.active:not(.btn):visited {
    background-color: #15301e;
    border-color: #15301e;
    color: #fff; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #afcf9d;
    border-color: #afcf9d;
    color: #fff;
    opacity: 1; }
  .btn-primary.extern::after {
    background: url("../dso-icons.svg#img-external-link-wit") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .btn-primary.download::after {
    background: url("../dso-icons.svg#img-download-wit") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }

.btn-link {
  border: 0;
  border-radius: 0;
  color: #39870c;
  line-height: 1;
  padding: 0; }
  .btn-link.btn-align {
    line-height: calc(1.5em - 1px);
    padding: 11px 0;
    position: relative; }
  table.table .btn-link {
    position: relative;
    top: -2px; }
  .btn-link svg.di + span:not(.sr-only),
  .btn-link span:not(.sr-only) + svg.di {
    margin-left: 8px; }
  .btn-link svg.di,
  .btn-link span {
    vertical-align: middle; }
  .btn-link:not(.btn):visited:not(:focus):not(:hover) {
    color: #39870c; }
  .btn-link:not([disabled]):hover {
    text-decoration: none; }
    .btn-link:not([disabled]):hover span:not(.icon) {
      text-decoration: underline; }
  .btn-link:focus {
    background-color: transparent;
    color: #39870c;
    text-decoration: none; }
  .btn-link:active, .btn-link:active:focus, .btn-link.active, .btn-link.active:focus {
    color: #275937; }
    .btn-link:active > svg.di, .btn-link:active:focus > svg.di, .btn-link.active > svg.di, .btn-link.active:focus > svg.di {
      background-color: #275937;
      border-color: #275937;
      color: #fff; }
  .btn-link.disabled, .btn-link.disabled:hover, .btn-link[disabled], .btn-link[disabled]:hover {
    color: #afcf9d;
    opacity: 1; }
  .btn-link.disabled > svg.di, .btn-link[disabled] > svg.di {
    background-color: #fff;
    border-color: #afcf9d;
    color: #afcf9d; }
  .btn-link.extern::after, .btn-link.download::after {
    position: relative;
    top: -2px; }
  .btn-link.extern::after {
    background: url("../dso-icons.svg#img-external-link") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .btn-link.extern.disabled::after, .btn-link.extern[disabled]::after {
    background: url("../dso-icons.svg#img-external-link-grasgroen-40") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .btn-link.download::after {
    background: url("../dso-icons.svg#img-download") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .btn-link.download.disabled::after, .btn-link.download[disabled]::after {
    background: url("../dso-icons.svg#img-download-grasgroen-40") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }

ul.dso-cards,
ol.dso-cards {
  padding-left: 0;
  list-style: none; }
  ul.dso-cards:not(.dso-interactions-bottom) .dso-card,
  ol.dso-cards:not(.dso-interactions-bottom) .dso-card {
    display: flex;
    flex-direction: row; }
    ul.dso-cards:not(.dso-interactions-bottom) .dso-card .dso-card-interactions,
    ol.dso-cards:not(.dso-interactions-bottom) .dso-card .dso-card-interactions {
      align-items: center;
      flex-direction: column; }
  ul.dso-cards .dso-interactions-bottom .dso-card .dso-card-interactions,
  ol.dso-cards .dso-interactions-bottom .dso-card .dso-card-interactions {
    flex-direction: row; }
  ul.dso-cards > li + li,
  ol.dso-cards > li + li {
    border-top: 1px solid #e5e5e5; }

.dso-cards {
  background: #fff; }
  .dso-cards:not(.dso-flat) {
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5); }

.dso-card > a {
  display: flex;
  padding: 16px 16px 8px;
  width: 100%; }
  .dso-card > a, .dso-card > a:not(.btn):visited, .dso-card > a:active, .dso-card > a:focus {
    color: inherit;
    text-decoration: none; }
  .dso-card > a:hover {
    background-color: #f2f2f2;
    color: inherit;
    text-decoration: none; }
  .dso-card > a .dso-rich-content h2:first-child,
  .dso-card > a .dso-rich-content h3:first-child {
    font-size: 1.125em; }

.dso-card-interactions {
  display: flex;
  justify-content: space-between;
  padding: 16px; }
  .dso-card-interactions .dso-card-interaction {
    display: flex;
    text-align: center; }
  .dso-card-interactions .dso-info-button {
    height: 24px;
    margin: 0;
    width: 24px; }

ul.dso-conclusion {
  list-style-type: none;
  margin: 4px 0 0;
  padding-left: 0; }
  ul.dso-conclusion li {
    margin: 0 0 8px;
    padding-left: 26px;
    position: relative; }
    ul.dso-conclusion li::before {
      left: 0;
      position: absolute;
      top: 3px; }
    ul.dso-conclusion li.dso-success::before, ul.dso-conclusion li.dso-warning::before, ul.dso-conclusion li.dso-forbidden::before, ul.dso-conclusion li.dso-danger::before {
      content: ""; }
    ul.dso-conclusion li.dso-success::before {
      background: url("../dso-icons.svg#img-status-success") no-repeat;
      background-position: center;
      background-size: cover;
      height: 18px;
      vertical-align: top;
      width: 18px; }
    ul.dso-conclusion li.dso-warning::before {
      background: url("../dso-icons.svg#img-status-warning") no-repeat;
      background-position: center;
      background-size: cover;
      height: 18px;
      vertical-align: top;
      width: 18px; }
    ul.dso-conclusion li.dso-forbidden::before {
      background: url("../dso-icons.svg#img-forbidden") no-repeat;
      background-position: center;
      background-size: cover;
      height: 18px;
      vertical-align: top;
      width: 18px; }
    ul.dso-conclusion li.dso-danger::before {
      background: url("../dso-icons.svg#img-status-danger") no-repeat;
      background-position: center;
      background-size: cover;
      height: 18px;
      vertical-align: top;
      width: 18px; }
    ul.dso-conclusion li .dso-info {
      margin: 16px 0 16px -26px; }
    ul.dso-conclusion li ul li {
      font-style: italic;
      margin: 0 0 8px;
      padding: 0; }
      ul.dso-conclusion li ul li p {
        margin: 0; }

dl dd:not(:last-of-type) {
  margin-bottom: 16px; }
  dl dd:not(:last-of-type):before, dl dd:not(:last-of-type):after {
    display: table;
    content: " "; }
  dl dd:not(:last-of-type):after {
    clear: both; }

@media screen and (min-width: 768px) {
  dl:not(.dso-vertical) dt {
    clear: left;
    float: left;
    width: 200px;
    word-wrap: break-word; }
  dl:not(.dso-vertical) dd {
    margin-left: 216px; }
  dl:not(.dso-vertical).dso-columns-1-3 dt {
    width: 25%; }
  dl:not(.dso-vertical).dso-columns-1-3 dd {
    margin-left: calc(25% + 16px); }
  dl:not(.dso-vertical).dso-columns-2-2 dt {
    width: 50%; }
  dl:not(.dso-vertical).dso-columns-2-2 dd {
    margin-left: calc(50% + 16px); }
  dl:not(.dso-vertical).dso-columns-3-1 dt {
    width: 75%; }
  dl:not(.dso-vertical).dso-columns-3-1 dd {
    margin-left: calc(75% + 16px); } }

dl.dso-vertical dt,
dl.dso-vertical dd {
  width: 100%; }

dl.dso-vertical dd {
  margin-left: 0; }

dl.dso-emphasize-description dt {
  color: #666;
  font-weight: normal; }

dl.dso-with-header dt:first-of-type,
dl.dso-with-header dd:first-of-type {
  color: #39870c;
  font-weight: bold; }

.dso-description-term {
  border-bottom: 2px dotted #6ca4d9;
  position: relative; }
  .dso-description-term, .dso-description-term:visited, .dso-description-term:active, .dso-description-term:focus {
    color: #191919 !important;
    text-decoration: none !important; }
  .dso-description-term:hover {
    border-bottom-style: solid;
    text-decoration: none; }
  .dso-description-term.dso-open::before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    bottom: -14px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
    z-index: 2; }
  .dso-description-term.dso-open::after {
    border-color: #6ca4d9 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -16px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
    z-index: 1; }
  .dso-description-term:not(.dso-open) + .dso-description-content {
    display: none; }
  .dso-description-term.dso-open + .dso-description-content {
    display: block; }
  .dso-description-term + .dso-description-content {
    background-color: #e1ecf7;
    border: 1px #6ca4d9 solid;
    margin: 4px 0;
    padding: 8px 32px 8px 8px;
    position: relative; }
    .dso-description-term + .dso-description-content > a {
      display: block;
      height: 24px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 24px; }
      .dso-description-term + .dso-description-content > a::before {
        background: url("../dso-icons.svg#img-times-zwart") no-repeat;
        background-position: center;
        background-size: cover;
        height: 1.5em;
        vertical-align: top;
        width: 1.5em;
        content: "";
        display: block; }

.dropdown > .btn-default.dropdown-toggle::after {
  background: url("../dso-icons.svg#img-caret-down-grasgroen") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em;
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 10px; }

.dropdown > .btn-default.dropdown-toggle:hover::after, .dropdown > .btn-default.dropdown-toggle:focus::after {
  background-image: url("../dso-icons.svg#img-caret-down-wit"); }

.dropdown .dropdown-menu li a:focus {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff;
  text-decoration: underline; }

.dropdown .dropdown-menu.dso-checkable li a {
  padding-left: 40px; }

.dropdown .dropdown-menu.dso-checkable li.dso-checked a:not(:focus) {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff; }

.dropdown .dropdown-menu.dso-checkable li.dso-checked a::before {
  background: url("../dso-icons.svg#img-check-wit") no-repeat;
  background-position: center;
  background-size: cover;
  height: 24px;
  vertical-align: top;
  width: 24px;
  content: "";
  display: block;
  float: left;
  margin-left: -32px;
  margin-right: 8px; }

.dropdown.open > .btn-default.dropdown-toggle {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff; }
  .dropdown.open > .btn-default.dropdown-toggle::after {
    background-image: url("../dso-icons.svg#img-caret-down-wit"); }
  .dropdown.open > .btn-default.dropdown-toggle:hover {
    background-color: #275937;
    border-color: #275937;
    color: #fff; }
  .dropdown.open > .btn-default.dropdown-toggle:focus {
    background-color: #39870c;
    border-color: #39870c;
    color: #fff;
    text-decoration: underline; }

.row.dso-equal-heights {
  display: flex;
  flex-wrap: wrap; }
  .row.dso-equal-heights > [class*="col-"] > .dso-highlight-box {
    height: calc(100% - 48px);
    min-height: auto; }
  .row.dso-equal-heights > [class*="col-"] > .dso-whitebox {
    height: calc(100% - 56px);
    min-height: auto;
    padding-bottom: 16px; }
  .row.dso-equal-heights > [class*="col-"] > .dso-whitebox-small {
    height: calc(100% - 56px);
    min-height: auto; }

footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-color: #e5e5e5;
  border-top: 1px solid #bcbebd;
  margin-top: 48px;
  padding-bottom: 48px;
  padding-top: 24px; }
  footer h2 {
    border-bottom: 1px solid #bcbebd;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 0;
    padding-bottom: 8px; }
  footer a {
    color: #275937; }
    footer a:hover, footer a.active, footer a:active {
      color: #191919;
      text-decoration: underline; }
    footer a:visited {
      color: #275937; }
      footer a:visited:hover, footer a:visited.active, footer a:visited:active {
        color: #191919; }
  footer ul {
    padding-left: 0;
    list-style: none; }
    footer ul li {
      line-height: 2em; }

.dso-footnotes {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #999;
  padding-top: 12px; }
  .dso-footnotes .dso-footnote-backlink::after {
    content: "^";
    display: inline-block;
    font-weight: 700; }

.form .dso-field-container,
form .dso-field-container {
  position: relative; }

.form > fieldset > fieldset,
form > fieldset > fieldset {
  padding-bottom: 32px; }
  .form > fieldset > fieldset > legend,
  form > fieldset > fieldset > legend {
    border-bottom: 0;
    margin-bottom: 32px; }
  .form > fieldset > fieldset + fieldset > legend,
  form > fieldset > fieldset + fieldset > legend {
    border-top: 1px solid #ccc;
    padding-top: 32px; }

.form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons,
form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons {
  text-align: right; }
  .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:before, .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:before,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after {
    display: table;
    content: " "; }
  .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after {
    clear: both; }
  .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons .btn:not(:only-child):first-child,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons .btn:not(:only-child):first-child {
    float: left; }

.form.dso-sections .dso-form-buttons,
form.dso-sections .dso-form-buttons {
  text-align: right; }

.form .dso-form-buttons .btn-link,
form .dso-form-buttons .btn-link {
  line-height: 24px;
  padding: 11px 15px; }
  .form .dso-form-buttons .btn-link.btn-align,
  form .dso-form-buttons .btn-link.btn-align {
    line-height: calc(1.5em - 1px); }

.form .dso-form-buttons .btn ~ .btn,
form .dso-form-buttons .btn ~ .btn {
  margin-left: 8px; }

.form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons,
form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons {
  text-align: right; }
  .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:before, .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:before,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after {
    display: table;
    content: " "; }
  .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons:after {
    clear: both; }
  .form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons .btn:not(:only-child):first-child,
  form:not(.dso-single-page):not(.dso-sections) .dso-form-buttons .btn:not(:only-child):first-child {
    display: block;
    float: left; }

.form.dso-sections .dso-form-buttons,
form.dso-sections .dso-form-buttons {
  text-align: right; }
  .form.dso-sections .dso-form-buttons .btn:not(.btn-link):not(:only-child):first-child,
  form.dso-sections .dso-form-buttons .btn:not(.btn-link):not(:only-child):first-child {
    display: block;
    float: left; }

.form .dso-form-buttons .btn-link,
form .dso-form-buttons .btn-link {
  padding: 11px 0; }

.form .dso-form-buttons .btn ~ .btn,
form .dso-form-buttons .btn ~ .btn {
  margin-left: 16px; }

.form-group {
  margin-bottom: 0; }
  .form-group + .form-group {
    margin-top: 32px; }
  .form-group > .dso-info {
    float: left;
    margin: 16px 0; }
  .form-group .dso-selectable > .dso-info {
    float: none;
    margin: 8px 16px -8px -32px;
    width: calc(100% + 32px); }
  .form-group .control-label {
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left; }
  .form-group legend.dso-label-container {
    border-bottom: 0;
    font-size: 16px;
    margin-bottom: 8px; }
    .form-group legend.dso-label-container label {
      display: inline; }
  .form-group.dso-required.dso-checkboxes .control-label::after, .form-group.dso-required.dso-confirm .control-label::after, .form-group.dso-required.dso-input .control-label::after, .form-group.dso-required.dso-radios .control-label::after, .form-group.dso-required.dso-select .control-label::after, .form-group.dso-required.dso-textarea .control-label::after {
    color: #666;
    content: "verplicht";
    font-size: .85em;
    font-style: italic;
    font-weight: 400;
    margin-left: 4px; }
  .form-group.has-feedback .form-control, .form-group.has-feedback .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .form-group.has-feedback .dso-edit-name {
    padding-right: 47px; }
  .form-group.has-feedback .form-control-feedback {
    color: #275937;
    width: 48px; }
    .form-group.has-feedback .form-control-feedback svg.di {
      margin-top: 7px; }
  .form-group.dso-invalid .form-control, .form-group.dso-invalid .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .form-group.dso-invalid .dso-edit-name {
    border-color: #ce3f51; }
    .form-group.dso-invalid .form-control:focus, .form-group.dso-invalid .dso-shopping-cart .dso-edit-name:focus, .dso-shopping-cart .form-group.dso-invalid .dso-edit-name:focus {
      box-shadow: inset 0 0 0 2px #ce3f51; }
  .form-group.dso-invalid .dso-message {
    color: #ce3f51;
    padding-left: 32px;
    position: relative; }
    .form-group.dso-invalid .dso-message::before {
      background: url("../dso-icons.svg#img-status-danger") no-repeat;
      background-position: center;
      background-size: cover;
      height: 24px;
      vertical-align: top;
      width: 24px;
      content: "";
      display: block;
      left: 0;
      position: absolute; }
  .form-group .dso-message,
  .form-group .dso-help-block {
    margin: 8px 0 0; }
  .form-group .dso-help-block {
    color: #666;
    font-style: italic; }
  .form-group textarea {
    resize: vertical; }

.form-group select:not([multiple]) {
  background-image: url("../dso-icons.svg#img-caret-down");
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: calc(100% - 8px);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 32px; }
  .form-group select:not([multiple]):disabled {
    background-image: url("../dso-icons.svg#img-caret-down-disabled"); }
  .form-group select:not([multiple])::-ms-expand {
    display: none; }

.form-group.dso-invalid select:not([multiple]) {
  background-image: url("../dso-icons.svg#img-caret-down-invalid"); }

.form-control, .dso-shopping-cart .dso-edit-name {
  border-width: 1px;
  box-shadow: none;
  height: 40px;
  padding: 6px 14px; }
  .form-control[size], .dso-shopping-cart .dso-edit-name[size] {
    width: auto; }
  .form-control:focus, .dso-shopping-cart .dso-edit-name:focus {
    border-color: #275937;
    box-shadow: inset 0 0 0 2px #275937; }
  .form-control[disabled], .dso-shopping-cart .dso-edit-name[disabled] {
    border-color: #e5e5e5;
    color: #999; }
  .form-control[readonly], .dso-shopping-cart .dso-edit-name[readonly] {
    border-width: 1px; }

.form-horizontal .form-group > .dso-label-container {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .form-horizontal .form-group > .dso-label-container {
      float: left;
      width: 50%; } }

.form-horizontal .form-group > legend.dso-label-container {
  margin-top: 7px; }

.form-horizontal .form-group > .dso-field-container {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .form-horizontal .form-group > .dso-field-container {
      float: left;
      width: 50%; } }

.form-horizontal .form-group > .dso-info {
  margin: 16px;
  width: calc(100% - 32px); }

@media screen and (min-width: 768px) {
  .form-horizontal .form-group.dso-confirm .dso-field-container {
    margin-left: 50%;
    padding-left: 16px; } }

.form-horizontal .form-group.dso-static .dso-field-container {
  margin-bottom: 0;
  min-height: 40px;
  padding-bottom: 7px;
  padding-top: 7px; }

.form-horizontal .form-group.dso-textarea .form-control, .form-horizontal .form-group.dso-textarea .dso-shopping-cart .dso-edit-name, .dso-shopping-cart .form-horizontal .form-group.dso-textarea .dso-edit-name {
  padding-bottom: 5px;
  padding-top: 5px; }
  .form-horizontal .form-group.dso-textarea .form-control:not([rows]), .form-horizontal .form-group.dso-textarea .dso-shopping-cart .dso-edit-name:not([rows]), .dso-shopping-cart .form-horizontal .form-group.dso-textarea .dso-edit-name:not([rows]) {
    height: calc(4.5em + 14px); }

.form-horizontal .form-group.dso-radios.dso-inline .dso-selectable {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .form-horizontal .form-group.dso-checkboxes .dso-field-container, .form-horizontal .form-group.dso-radios .dso-field-container {
    padding-top: 7px; } }

form.form-horizontal .form-group.dso-files,
.form.form-horizontal .form-group.dso-files {
  padding-left: 16px;
  padding-right: 16px; }

form .form-group.dso-files .dso-remove,
.form .form-group.dso-files .dso-remove {
  font-size: 0;
  min-width: auto;
  padding: 4px; }
  form .form-group.dso-files .dso-remove::before,
  .form .form-group.dso-files .dso-remove::before {
    background: url("../dso-icons.svg#img-times-bosgroen") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em;
    content: "";
    display: block;
    font-size: 16px; }

form .form-group.dso-files .dso-file-upload input[type="file"],
.form .form-group.dso-files .dso-file-upload input[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  form .form-group.dso-files .dso-file-upload input[type="file"]:focus + label,
  .form .form-group.dso-files .dso-file-upload input[type="file"]:focus + label {
    color: #39870c;
    text-decoration: none; }
    form .form-group.dso-files .dso-file-upload input[type="file"]:focus + label > svg.di,
    .form .form-group.dso-files .dso-file-upload input[type="file"]:focus + label > svg.di {
      background-color: #39870c;
      color: #fff; }

form .form-group.dso-files .dso-description + .dso-filelist,
.form .form-group.dso-files .dso-description + .dso-filelist {
  margin-top: 16px; }

form .form-group.dso-files .dso-filelist,
.form .form-group.dso-files .dso-filelist {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  form .form-group.dso-files .dso-filelist li,
  .form .form-group.dso-files .dso-filelist li {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: flex;
    padding: 3px 7px 2px; }
    form .form-group.dso-files .dso-filelist li + li,
    .form .form-group.dso-files .dso-filelist li + li {
      margin-top: 8px; }
    form .form-group.dso-files .dso-filelist li .dso-filename,
    .form .form-group.dso-files .dso-filelist li .dso-filename {
      font-weight: 600;
      padding-right: 8px;
      width: calc(100% - 8px);
      word-break: break-all; }
    form .form-group.dso-files .dso-filelist li .dso-confidential + .dso-remove,
    .form .form-group.dso-files .dso-filelist li .dso-confidential + .dso-remove {
      margin-left: 32px; }
    form .form-group.dso-files .dso-filelist li .dso-selectable,
    .form .form-group.dso-files .dso-filelist li .dso-selectable {
      margin-bottom: 0; }
    form .form-group.dso-files .dso-filelist li .dso-filename,
    form .form-group.dso-files .dso-filelist li .dso-confidential,
    .form .form-group.dso-files .dso-filelist li .dso-filename,
    .form .form-group.dso-files .dso-filelist li .dso-confidential {
      margin: 4px 0; }
    form .form-group.dso-files .dso-filelist li > svg.di,
    .form .form-group.dso-files .dso-filelist li > svg.di {
      flex: 0 0 24px;
      height: 24px;
      margin: 4px 0 4px 8px; }
    form .form-group.dso-files .dso-filelist li button::before,
    .form .form-group.dso-files .dso-filelist li button::before {
      color: #191919; }
    @media screen and (max-width: 991px) {
      form .form-group.dso-files .dso-filelist li,
      .form .form-group.dso-files .dso-filelist li {
        display: block; }
        form .form-group.dso-files .dso-filelist li:before, form .form-group.dso-files .dso-filelist li:after,
        .form .form-group.dso-files .dso-filelist li:before,
        .form .form-group.dso-files .dso-filelist li:after {
          display: table;
          content: " "; }
        form .form-group.dso-files .dso-filelist li:after,
        .form .form-group.dso-files .dso-filelist li:after {
          clear: both; }
        form .form-group.dso-files .dso-filelist li .dso-confidential,
        form .form-group.dso-files .dso-filelist li > svg.di,
        form .form-group.dso-files .dso-filelist li .dso-remove,
        .form .form-group.dso-files .dso-filelist li .dso-confidential,
        .form .form-group.dso-files .dso-filelist li > svg.di,
        .form .form-group.dso-files .dso-filelist li .dso-remove {
          display: block;
          float: left; }
        form .form-group.dso-files .dso-filelist li .dso-confidential,
        .form .form-group.dso-files .dso-filelist li .dso-confidential {
          width: calc(100% - 64px); } }

header {
  margin-bottom: 8px; }
  header .dso-logo-bar {
    position: relative; }
  header .dso-tools-bar {
    float: right;
    margin-top: 25px; }
    @media screen and (max-width: 991px) {
      header .dso-tools-bar {
        clear: both;
        float: none;
        margin-top: 0; } }
  header .dso-search,
  header .dso-login {
    float: left; }
    @media screen and (max-width: 991px) {
      header .dso-search,
      header .dso-login {
        margin-bottom: 16px; } }
  header .dso-search {
    margin-right: 8px; }
  header .logo {
    width: 300px; }
  header .breadcrumb {
    margin-top: 20px; }
  header h1 {
    font-size: 2em;
    margin-top: 10px; }
  header h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 0; }
  header .form-control-feedback {
    color: #275937;
    font-size: 1.4em; }

.dso-highlight-box {
  background-color: #e5e5e5;
  margin-top: 48px;
  padding: 16px; }
  .dso-highlight-box.dso-white {
    background-color: #fff; }
  .dso-highlight-box.dso-yellow {
    background-color: #f8f6cc; }
  .dso-highlight-box.dso-drop-shadow {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 8px 0 rgba(0, 0, 0, 0.1); }
  .dso-highlight-box.dso-border {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px; }
  .dso-highlight-box:not(.dso-border):not(.dso-drop-shadow) a:not(.btn),
  .dso-highlight-box:not(.dso-border):not(.dso-drop-shadow) a:visited:not(.btn) {
    color: #191919; }

.hero-image img {
  height: auto;
  width: 100%; }

.dso-info:not(.dso-accordion-section) {
  background-color: #e5e5e5;
  padding: 16px 32px 16px 16px;
  position: relative; }
  .dso-info:not(.dso-accordion-section) > button {
    background-color: transparent;
    border-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .dso-info:not(.dso-accordion-section) > button::before {
      background: url("../dso-icons.svg#img-times-bosgroen") no-repeat;
      background-position: center;
      background-size: cover;
      height: 1.5em;
      vertical-align: top;
      width: 1.5em;
      content: "";
      display: inline-block; }
  .dso-info:not(.dso-accordion-section) .dso-rich-content img {
    display: block;
    margin: 8px auto;
    max-width: 100%; }

.dso-info-button {
  background: url("../dso-icons.svg#img-info") no-repeat;
  background-position: center;
  background-size: cover;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em;
  margin-left: 8px;
  min-width: 16px;
  padding: 0; }
  .dso-info-button.dso-open, .dso-info-button:hover, .dso-info-button:active, .dso-info-button.active {
    background-image: url("../dso-icons.svg#img-info-active"); }
  .dso-info-button:focus {
    background-color: transparent;
    outline: 5px auto -webkit-focus-ring-color; }

@media screen and (min-width: 768px) {
  label.control-label + .dso-info-button {
    margin-top: 7px; }
    .dso-radios label.control-label + .dso-info-button,
    .dso-checkboxes label.control-label + .dso-info-button {
      margin-top: 0; } }

.dso-jumbotron {
  margin-right: -16px;
  margin-left: -16px; }
  .dso-jumbotron:before, .dso-jumbotron:after {
    display: table;
    content: " "; }
  .dso-jumbotron:after {
    clear: both; }
  .dso-jumbotron .dso-jumbotron-title {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
    margin-top: 0; }
    @media (min-width: 992px) {
      .dso-jumbotron .dso-jumbotron-title {
        float: left;
        width: 100%; } }
  .dso-jumbotron .dso-jumbotron-body {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px; }
    @media (min-width: 992px) {
      .dso-jumbotron .dso-jumbotron-body {
        float: left;
        width: 66.66667%; } }
  .dso-jumbotron .dso-jumbotron-image {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px; }
    @media (min-width: 992px) {
      .dso-jumbotron .dso-jumbotron-image {
        float: left;
        width: 33.33333%; } }
  .dso-jumbotron .dso-jumbotron-cta {
    clear: both;
    margin-top: 16px; }

.dso-label {
  background-color: #e4f1d4;
  border: 1px solid #e4f1d4;
  border-radius: 4px;
  color: #275937;
  display: inline-block;
  line-height: 1em;
  padding: 4px 8px; }
  .dso-label button {
    background: none;
    border: 0;
    border-left-color: #275937;
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 0 4px 4px 0;
    float: right;
    margin-bottom: -4px;
    margin-left: 8px;
    margin-right: -8px;
    margin-top: -4px;
    padding: 4px 8px; }
    .dso-label button:hover, .dso-label button:focus, .dso-label button:active {
      background-color: #fff;
      border-left-color: #e4f1d4;
      color: #275937; }
    .dso-label button > svg.di {
      display: block;
      margin: -4px; }
  .dso-label.dso-label-info {
    background-color: #6ca4d9;
    border: 1px solid #6ca4d9;
    color: #191919; }
    .dso-label.dso-label-info button {
      border-left-color: #191919; }
      .dso-label.dso-label-info button:hover, .dso-label.dso-label-info button:focus, .dso-label.dso-label-info button:active {
        background-color: #fff;
        border-left-color: #6ca4d9;
        color: #000; }
  .dso-label.dso-label-primary {
    background-color: #275937;
    border: 1px solid #275937;
    color: #fff; }
    .dso-label.dso-label-primary button {
      border-left-color: #fff; }
      .dso-label.dso-label-primary button:hover, .dso-label.dso-label-primary button:focus, .dso-label.dso-label-primary button:active {
        background-color: #fff;
        border-left-color: #275937;
        color: #275937; }
  .dso-label.dso-label-success {
    background-color: #39870c;
    border: 1px solid #39870c;
    color: #fff; }
    .dso-label.dso-label-success button {
      border-left-color: #fff; }
      .dso-label.dso-label-success button:hover, .dso-label.dso-label-success button:focus, .dso-label.dso-label-success button:active {
        background-color: #fff;
        border-left-color: #39870c;
        color: #39870c; }
  .dso-label.dso-label-warning {
    background-color: #dcd400;
    border: 1px solid #dcd400;
    color: #191919; }
    .dso-label.dso-label-warning button {
      border-left-color: #191919; }
      .dso-label.dso-label-warning button:hover, .dso-label.dso-label-warning button:focus, .dso-label.dso-label-warning button:active {
        background-color: #fff;
        border-left-color: #dcd400;
        color: #000; }
  .dso-label.dso-label-danger {
    background-color: #ce3f51;
    border: 1px solid #ce3f51;
    color: #fff; }
    .dso-label.dso-label-danger button {
      border-left-color: #fff; }
      .dso-label.dso-label-danger button:hover, .dso-label.dso-label-danger button:focus, .dso-label.dso-label-danger button:active {
        background-color: #fff;
        border-left-color: #ce3f51;
        color: #ce3f51; }

.dso-legal-document h1,
.dso-legal-document h2,
.dso-legal-document h3,
.dso-legal-document h4,
.dso-legal-document h5,
.dso-legal-document h6 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

.dso-list-button {
  background-color: #fff;
  border-color: #ccc;
  color: #191919;
  font-weight: 600;
  margin-top: 4px;
  padding: 10px 16px;
  text-align: left;
  white-space: normal;
  width: 100%; }
  .dso-list-button:first-of-type {
    margin-top: 0; }
  .dso-list-button:hover, .dso-list-button:focus {
    background-color: #fff;
    border-color: #39870c;
    color: #191919; }
  .dso-list-button:active, .dso-list-button:active:hover, .dso-list-button.active, .dso-list-button.active:hover {
    background-color: #fff;
    border-color: #39870c;
    color: #191919; }
  .dso-list-button.disabled, .dso-list-button.disabled:hover, .dso-list-button[disabled], .dso-list-button[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #666;
    opacity: 1; }
  .dso-list-button.dso-selected {
    border-color: #39870c;
    border-width: 2px; }
  .dso-list-button svg.di {
    color: #39870c;
    float: right;
    height: 24px;
    width: 24px; }
  .dso-list-button .dso-count {
    float: right;
    font-weight: 700; }

.dso-navbar .dso-navbar-header {
  float: left; }

@media screen and (max-width: 991px) {
  .dso-navbar {
    clear: left; }
    .dso-navbar > .dso-nav {
      clear: both; }
    .dso-navbar:not(.dso-open) > .dso-nav {
      display: none; } }

.dso-navbar.dso-navbar {
  min-height: 32px; }
  .dso-navbar.dso-navbar .dso-navbar-toggle {
    background-color: #ebf3e6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0 0 8px;
    padding: 6px 12px; }
    .dso-navbar.dso-navbar .dso-navbar-toggle:hover, .dso-navbar.dso-navbar .dso-navbar-toggle:focus {
      background-color: #ebf3e6; }
    @media screen and (min-width: 992px) {
      .dso-navbar.dso-navbar .dso-navbar-toggle {
        display: none; } }

#state-switch:checked ~ .dso-example .dso-navbar > .dso-nav {
  display: block; }

body.dso-modal-open:not(.dso-scripted-height) .dso-modal .dso-body {
  max-height: calc(70vh - 146px - 1.5em);
  overflow-x: auto; }

@media screen and (min-width: 768px) {
  body.dso-modal-open {
    overflow: hidden; }
    body.dso-modal-open::before {
      background-color: rgba(255, 255, 255, 0.8);
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 19; } }

@media screen and (max-width: 767px) {
  body.dso-modal-open .container {
    display: none; } }

.dso-modal .dso-dialog {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.dso-modal .dso-header {
  border-bottom: 1px solid #d3ddd6;
  padding: 16px;
  position: relative; }
  .dso-modal .dso-header h2 {
    margin: 0;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dso-modal .dso-header .dso-close {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 13px;
    text-align: center;
    top: calc(50% - 16px);
    width: 32px; }
    .dso-modal .dso-header .dso-close::before {
      background: url("../dso-icons.svg#img-times") no-repeat;
      background-position: center;
      background-size: cover;
      height: 1.5em;
      vertical-align: top;
      width: 1.5em;
      content: "";
      display: inline-block;
      vertical-align: middle; }
    .dso-modal .dso-header .dso-close:hover {
      background-color: #fff;
      border: 2px solid #39870c; }
    .dso-modal .dso-header .dso-close:active, .dso-modal .dso-header .dso-close.active {
      background-color: #39870c; }
    .dso-modal .dso-header .dso-close:active::before, .dso-modal .dso-header .dso-close.active::before {
      background-image: url("../dso-icons.svg#img-times-wit"); }

.dso-modal .dso-body {
  height: calc(100% - 96px - 1.5rem);
  margin-bottom: 32px;
  margin-top: 32px;
  min-height: 1.5rem;
  padding: 0 32px; }

.dso-modal .dso-footer {
  min-height: 80px;
  padding: 0 32px 32px;
  text-align: right; }
  .dso-modal .dso-footer .btn-link {
    float: left;
    line-height: calc(1.5em - 1px);
    padding: 11px 0;
    position: relative; }

.dso-modal.dso-confirm .dso-footer button:first-child {
  float: left; }

@media screen and (min-width: 768px) {
  .dso-modal {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20; }
  @keyframes slideInFromTop {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
    .dso-modal .dso-dialog {
      animation: 1s ease-out 0s 1 slideInFromTop;
      margin: auto;
      margin-top: 15vh;
      max-width: 640px;
      opacity: 1; }
    .dso-modal .dso-footer .btn + .btn-default {
      margin-left: 16px; }
    .dso-modal .dso-footer .btn + .btn-link {
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .dso-modal {
    max-width: 100%; }
    .dso-modal .dso-footer button {
      width: 100%; }
      .dso-modal .dso-footer button + button {
        margin-top: 8px; }
      .dso-modal .dso-footer button.btn-link,
      .dso-modal .dso-footer button.btn-link span {
        float: none; } }

.dso-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .dso-nav {
      border-bottom: 1px solid #ccc; } }
  .dso-nav > li > a {
    display: block; }
    .dso-nav > li > a, .dso-nav > li > a:hover, .dso-nav > li > a:focus, .dso-nav > li > a:visited {
      color: #275937; }
  .dso-nav > li.dso-active > a {
    border-bottom: 4px solid #8b4a6a;
    font-weight: bold; }
  .dso-nav.dso-nav-main {
    margin-bottom: 8px; }
    .dso-nav.dso-nav-main > li {
      display: block; }
      @media screen and (min-width: 768px) {
        .dso-nav.dso-nav-main > li {
          display: inline-block; } }
      .dso-nav.dso-nav-main > li > a {
        font-size: 1.25em;
        line-height: 1;
        margin-top: 8px;
        padding: 8px 16px 7px; }
  .dso-nav.dso-nav-sub > li {
    display: inline-block; }
    .dso-nav.dso-nav-sub > li > a {
      font-size: 16px;
      margin-top: 4px;
      padding: 4px 8px 3px; }

.pager li a {
  border-width: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 46px;
  padding: 0 47px; }
  .pager li a:hover, .pager li a:hover:visited, .pager li a:active, .pager li a:active:visited, .pager li a.active, .pager li a.active:visited {
    background-color: #39870c;
    color: #fff; }
  .pager li a:focus {
    color: #fff; }
  .pager li a:visited {
    color: #39870c; }
    .pager li a:visited:focus {
      color: #fff; }

.pager li.disabled a, .pager li.disabled a:visited {
  background-color: #fff;
  border-color: #afcf9d;
  color: #afcf9d;
  text-decoration: none; }

.pagination {
  text-align: center; }
  .pagination .dso-previous,
  .pagination .dso-next {
    border-color: #39870c;
    height: 32px;
    text-indent: -9999px;
    white-space: nowrap;
    width: 32px; }
    .pagination .dso-previous::before,
    .pagination .dso-next::before {
      content: "";
      display: inline-block;
      margin-top: 4px; }
  .pagination .dso-previous::before {
    background: url("../dso-icons.svg#img-chevron-left") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .pagination .dso-next::before {
    background: url("../dso-icons.svg#img-chevron-right") no-repeat;
    background-position: center;
    background-size: cover;
    height: 1.5em;
    vertical-align: top;
    width: 1.5em; }
  .pagination > li {
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    text-align: center; }
    .pagination > li > a,
    .pagination > li > span {
      color: #39870c;
      display: inline-block;
      height: 32px;
      position: relative;
      vertical-align: middle;
      width: 32px; }
      .pagination > li > a:active,
      .pagination > li > span:active {
        background-color: #ebf3e6; }
    .pagination > li > span {
      border: 2px solid transparent;
      border-radius: 50%; }
    .pagination > li a {
      line-height: 32px;
      text-decoration: none; }
      .pagination > li a:hover, .pagination > li a:focus {
        text-decoration: none; }
        .pagination > li a:hover::after, .pagination > li a:focus::after {
          border-bottom-color: #39870c; }
      .pagination > li a::after {
        border-bottom: 3px solid transparent;
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        width: 100%; }
    .pagination > li.active span {
      background-color: #39870c;
      color: #fff; }
    .pagination > li + li {
      margin-left: 8px; }

.panel-heading > :first-child,
.panel-footer > :first-child {
  margin-top: 0; }

.panel-heading > :last-child,
.panel-footer > :last-child {
  margin-bottom: 0; }

.progress {
  background-color: #fff;
  border: 1px solid #39870c;
  height: 16px;
  margin-bottom: calc(16px + 1em);
  position: relative; }

.progress-bar {
  background-color: #39870c;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 100%;
  line-height: 16px;
  text-align: center;
  width: 0%; }
  .progress-bar > span:not(.sr-only) {
    color: #191919;
    left: 0;
    position: absolute;
    top: calc(100% + 8px); }

.progress-block {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  display: inline-block;
  margin-bottom: 0; }
  .progress-block.affix {
    top: 35px; }
  .progress-block.affix-bottom {
    position: relative; }
  .progress-block h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0; }
  .progress-block ul li {
    color: #666;
    font-weight: bold;
    line-height: 2em; }
    .progress-block ul li.active {
      color: #000; }

.dso-progress-indicator {
  line-height: 32px; }
  .dso-progress-indicator::before {
    background: url("../dso-icons.svg#img-circle-notch") no-repeat;
    background-position: center;
    background-size: cover;
    height: 32px;
    vertical-align: top;
    width: 32px;
    animation: rotation 1.5s infinite ease 1.2s;
    content: "";
    display: block;
    float: left;
    margin-right: 16px; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359.99deg); } }

dl dd h1, .dso-jumbotron .dso-jumbotron-body h1, .list-group > .list-group-item h1, .dso-modal .dso-body h1, .panel-body h1, table.table td:not(.plain-content) h1, table.table th h1,
dl dd .h1,
.dso-jumbotron .dso-jumbotron-body .h1,
.list-group > .list-group-item .h1,
.dso-modal .dso-body .h1,
.panel-body .h1,
table.table td:not(.plain-content) .h1,
table.table th .h1,
dl dd h2,
.dso-jumbotron .dso-jumbotron-body h2,
.list-group > .list-group-item h2,
.dso-modal .dso-body h2,
.panel-body h2,
table.table td:not(.plain-content) h2,
table.table th h2,
dl dd .h2,
.dso-jumbotron .dso-jumbotron-body .h2,
.list-group > .list-group-item .h2,
.dso-modal .dso-body .h2,
.panel-body .h2,
table.table td:not(.plain-content) .h2,
table.table th .h2,
dl dd h3,
.dso-jumbotron .dso-jumbotron-body h3,
.list-group > .list-group-item h3,
.dso-modal .dso-body h3,
.panel-body h3,
table.table td:not(.plain-content) h3,
table.table th h3,
dl dd .h3,
.dso-jumbotron .dso-jumbotron-body .h3,
.list-group > .list-group-item .h3,
.dso-modal .dso-body .h3,
.panel-body .h3,
table.table td:not(.plain-content) .h3,
table.table th .h3,
.dso-rich-content h1,
.dso-rich-content .h1,
.dso-rich-content h2,
.dso-rich-content .h2,
.dso-rich-content h3,
.dso-rich-content .h3 {
  margin-bottom: 16px; }

dl dd h4, .dso-jumbotron .dso-jumbotron-body h4, .list-group > .list-group-item h4, .dso-modal .dso-body h4, .panel-body h4, table.table td:not(.plain-content) h4, table.table th h4,
dl dd .h4,
.dso-jumbotron .dso-jumbotron-body .h4,
.list-group > .list-group-item .h4,
.dso-modal .dso-body .h4,
.panel-body .h4,
table.table td:not(.plain-content) .h4,
table.table th .h4,
dl dd h5,
.dso-jumbotron .dso-jumbotron-body h5,
.list-group > .list-group-item h5,
.dso-modal .dso-body h5,
.panel-body h5,
table.table td:not(.plain-content) h5,
table.table th h5,
dl dd .h5,
.dso-jumbotron .dso-jumbotron-body .h5,
.list-group > .list-group-item .h5,
.dso-modal .dso-body .h5,
.panel-body .h5,
table.table td:not(.plain-content) .h5,
table.table th .h5,
dl dd h6,
.dso-jumbotron .dso-jumbotron-body h6,
.list-group > .list-group-item h6,
.dso-modal .dso-body h6,
.panel-body h6,
table.table td:not(.plain-content) h6,
table.table th h6,
dl dd .h6,
.dso-jumbotron .dso-jumbotron-body .h6,
.list-group > .list-group-item .h6,
.dso-modal .dso-body .h6,
.panel-body .h6,
table.table td:not(.plain-content) .h6,
table.table th .h6,
.dso-rich-content h4,
.dso-rich-content .h4,
.dso-rich-content h5,
.dso-rich-content .h5,
.dso-rich-content h6,
.dso-rich-content .h6 {
  margin-bottom: 16px; }

dl dd p, .dso-jumbotron .dso-jumbotron-body p, .list-group > .list-group-item p, .dso-modal .dso-body p, .panel-body p, table.table td:not(.plain-content) p, table.table th p,
.dso-rich-content p {
  margin: 0 0 16px; }

dl dd ul, .dso-jumbotron .dso-jumbotron-body ul, .list-group > .list-group-item ul, .dso-modal .dso-body ul, .panel-body ul, table.table td:not(.plain-content) ul, table.table th ul,
dl dd ol,
.dso-jumbotron .dso-jumbotron-body ol,
.list-group > .list-group-item ol,
.dso-modal .dso-body ol,
.panel-body ol,
table.table td:not(.plain-content) ol,
table.table th ol,
.dso-rich-content ul,
.dso-rich-content ol {
  margin-bottom: 16px; }

dl dd pre, .dso-jumbotron .dso-jumbotron-body pre, .list-group > .list-group-item pre, .dso-modal .dso-body pre, .panel-body pre, table.table td:not(.plain-content) pre, table.table th pre,
.dso-rich-content pre {
  margin: 0 0 16px; }

dl dd blockquote, .dso-jumbotron .dso-jumbotron-body blockquote, .list-group > .list-group-item blockquote, .dso-modal .dso-body blockquote, .panel-body blockquote, table.table td:not(.plain-content) blockquote, table.table th blockquote,
.dso-rich-content blockquote {
  padding: 16px 24px; }

dl dd .dso-highlight-box, .dso-jumbotron .dso-jumbotron-body .dso-highlight-box, .list-group > .list-group-item .dso-highlight-box, .dso-modal .dso-body .dso-highlight-box, .panel-body .dso-highlight-box, table.table td:not(.plain-content) .dso-highlight-box, table.table th .dso-highlight-box,
.dso-rich-content .dso-highlight-box {
  margin-bottom: 24px; }

dl dd > :first-child, .dso-jumbotron .dso-jumbotron-body > :first-child, .list-group > .list-group-item > :first-child, .dso-modal .dso-body > :first-child, .panel-body > :first-child, table.table td:not(.plain-content) > :first-child, table.table th > :first-child,
.dso-rich-content > :first-child {
  margin-top: 0; }

dl dd > :last-child, .dso-jumbotron .dso-jumbotron-body > :last-child, .list-group > .list-group-item > :last-child, .dso-modal .dso-body > :last-child, .panel-body > :last-child, table.table td:not(.plain-content) > :last-child, table.table th > :last-child,
.dso-rich-content > :last-child {
  margin-bottom: 0; }

dl dd hr, .dso-jumbotron .dso-jumbotron-body hr, .list-group > .list-group-item hr, .dso-modal .dso-body hr, .panel-body hr, table.table td:not(.plain-content) hr, table.table th hr,
.dso-rich-content hr {
  margin-top: 8px; }

.dso-search-bar {
  display: flex; }
  .dso-search-bar .dso-search-bar-input {
    position: relative;
    width: 100%; }
    .dso-search-bar .dso-search-bar-input .dso-search-icon {
      bottom: 0;
      height: 40px;
      left: 0;
      line-height: 40px;
      padding: 8px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 40px; }
      .dso-search-bar .dso-search-bar-input .dso-search-icon::before {
        background: url("../dso-icons.svg#img-search") no-repeat;
        background-position: center;
        background-size: cover;
        height: 1.5em;
        vertical-align: top;
        width: 1.5em;
        content: "";
        display: inline-block; }
    .dso-search-bar .dso-search-bar-input input:first-child {
      padding-left: 7px; }
    .dso-search-bar .dso-search-bar-input input {
      background-color: #fff;
      background-image: none;
      border: 1px solid #a8bcaf;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
      display: block;
      font-size: 16px;
      height: 40px;
      line-height: 1.5;
      padding: 6px 40px;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      width: 100%; }
      .dso-search-bar .dso-search-bar-input input::-moz-placeholder {
        color: #666;
        opacity: 1; }
      .dso-search-bar .dso-search-bar-input input:-ms-input-placeholder {
        color: #666; }
      .dso-search-bar .dso-search-bar-input input::-webkit-input-placeholder {
        color: #666; }
      .dso-search-bar .dso-search-bar-input input::-ms-clear {
        display: none; }
    .dso-search-bar .dso-search-bar-input button {
      background-color: transparent;
      border: 0;
      bottom: 0;
      box-shadow: none;
      color: #39870c;
      font-size: 0;
      height: 40px;
      padding: 8px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 40px; }
      .dso-search-bar .dso-search-bar-input button::before {
        background: url("../dso-icons.svg#img-times") no-repeat;
        background-position: center;
        background-size: cover;
        height: 1.5em;
        vertical-align: top;
        width: 1.5em;
        content: "";
        display: inline-block;
        font-size: 16px; }
  .dso-search-bar .dso-search-bar-input + button {
    height: 40px;
    line-height: 38px;
    margin-bottom: 0;
    margin-left: 8px;
    min-width: initial;
    padding: 0 16px;
    text-align: center; }

.dso-selectable {
  padding: 0 0 0 32px;
  position: relative; }
  .dso-selectable:not(:last-child) {
    margin-bottom: 8px; }
  .dso-selectable label {
    font-weight: 400;
    line-height: 24px;
    margin: 0; }
  .dso-selectable input[type="checkbox"][disabled] + label::before, .dso-selectable input[type="checkbox"][disabled]:active + label::before, .dso-selectable input[type="checkbox"][disabled]:focus + label::before,
  .dso-selectable input[type="radio"][disabled] + label::before,
  .dso-selectable input[type="radio"][disabled]:active + label::before,
  .dso-selectable input[type="radio"][disabled]:focus + label::before {
    background-color: #fff;
    box-shadow: 0 0 0 2px #e5e5e5; }
  .dso-selectable input[type="checkbox"][disabled] + label::after {
    border-color: #afcf9d; }
  .dso-selectable input[type="radio"][disabled] + label::after {
    background-color: #afcf9d; }
  .dso-selectable input[type="checkbox"],
  .dso-selectable input[type="radio"] {
    height: 24px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 1;
    zoom: 1; }
    .dso-selectable input[type="checkbox"]:not([disabled]),
    .dso-selectable input[type="radio"]:not([disabled]) {
      cursor: pointer; }
    .dso-selectable input[type="checkbox"] + label,
    .dso-selectable input[type="radio"] + label {
      display: inline;
      font-style: normal;
      padding-left: 0; }
      .dso-selectable input[type="checkbox"] + label::before,
      .dso-selectable input[type="radio"] + label::before {
        background: #fff;
        border: 0;
        box-shadow: 0 0 0 2px #275937;
        content: "";
        height: 20px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 20px; }
    .dso-selectable input[type="checkbox"]:focus,
    .dso-selectable input[type="radio"]:focus {
      outline: 0; }
      .dso-selectable input[type="checkbox"]:focus + label::before,
      .dso-selectable input[type="radio"]:focus + label::before {
        box-shadow: 0 0 0 3px #275937;
        height: 18px;
        left: 3px;
        top: 3px;
        width: 18px; }
    .dso-selectable input[type="checkbox"]:active + label::before, .dso-selectable input[type="checkbox"].active + label::before,
    .dso-selectable input[type="radio"]:active + label::before,
    .dso-selectable input[type="radio"].active + label::before {
      background-color: #ebf3e6;
      box-shadow: 0 0 0 1px #275937;
      height: 22px;
      left: 1px;
      top: 1px;
      width: 22px; }
    .dso-invalid .dso-selectable input[type="checkbox"] + label::before, .dso-invalid
    .dso-selectable input[type="radio"] + label::before {
      box-shadow: 0 0 0 2px #ce3f51; }
    .dso-invalid .dso-selectable input[type="checkbox"]:focus + label::before, .dso-invalid
    .dso-selectable input[type="radio"]:focus + label::before {
      box-shadow: 0 0 0 3px #ce3f51;
      height: 18px;
      left: 3px;
      top: 3px;
      width: 18px; }
  .dso-selectable input[type="checkbox"] + label::before {
    border-radius: 4px; }
  .dso-selectable input[type="checkbox"] + label::after {
    background: transparent;
    border: solid;
    border-top-color: transparent;
    border-width: 0 0 3px 3px;
    content: "";
    height: 8px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 13px;
    zoom: 1; }
  .dso-selectable input[type="checkbox"]:checked + label::after {
    border-color: #39870c;
    opacity: 1; }
  .dso-invalid .dso-selectable input[type="checkbox"]:checked + label::after {
    border-color: #ce3f51; }
  .dso-selectable input[type="radio"] + label::before {
    border-radius: 50%; }
  .dso-selectable input[type="radio"] + label::after {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    width: 12px;
    zoom: 1; }
  .dso-selectable input[type="radio"]:checked + label::after {
    background-color: #39870c;
    opacity: 1; }
  .dso-invalid .dso-selectable input[type="radio"]:checked + label::after {
    background-color: #ce3f51; }
  .dso-radios.dso-inline .dso-selectable {
    display: inline-block; }
    .dso-radios.dso-inline .dso-selectable + .dso-selectable {
      margin-left: 24px; }

.dso-shopping-cart button.dso-status {
  background-color: #e5e5e5;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-weight: 600;
  padding: 16px 0;
  padding-left: 16px;
  text-align: left;
  width: 100%; }
  .dso-shopping-cart button.dso-status svg.di {
    margin-right: 8px; }
  .dso-shopping-cart button.dso-status + .dso-items {
    border-top: 1px solid #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.dso-shopping-cart .dso-contents {
  background-color: #e5e5e5;
  border: 0;
  border-radius: 4px; }
  .dso-shopping-cart .dso-contents + .dso-warning {
    margin-top: 16px; }
  .dso-shopping-cart .dso-contents:has(.dso-items) {
    background-color: #000; }

.dso-shopping-cart ul,
.dso-shopping-cart ol {
  padding-left: 0;
  list-style: none;
  background-color: #e5e5e5;
  border-radius: 4px;
  margin-bottom: 0; }
  .dso-shopping-cart ul li,
  .dso-shopping-cart ol li {
    border-top: 1px solid #ccc; }

.dso-shopping-cart .dso-activities > li,
.dso-shopping-cart .dso-subitems > li {
  font-weight: normal; }

.dso-shopping-cart li {
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative; }
  .dso-shopping-cart li > svg.di {
    float: left;
    height: 24px;
    margin-right: 8px;
    text-align: center;
    width: 24px; }

.dso-shopping-cart .dso-items > li {
  font-weight: 600;
  padding-left: 16px;
  padding-right: 48px; }
  .dso-shopping-cart .dso-items > li:first-child {
    border-top: 0; }
  .dso-shopping-cart .dso-items > li .dso-edit-cart-item {
    display: block;
    font-weight: 600;
    width: auto; }

.dso-shopping-cart .dso-items .dso-activities,
.dso-shopping-cart .dso-items .dso-subitems {
  margin-right: -32px;
  margin-top: 16px; }
  .dso-shopping-cart .dso-items .dso-activities li,
  .dso-shopping-cart .dso-items .dso-subitems li {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 16px 16px 48px; }
    .dso-shopping-cart .dso-items .dso-activities li:last-child,
    .dso-shopping-cart .dso-items .dso-subitems li:last-child {
      padding-bottom: 0; }

.dso-shopping-cart .dso-delete {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #39870c;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  width: 24px; }

.dso-shopping-cart .dso-edit-additive {
  font-weight: 400;
  margin-right: -32px;
  margin-top: 8px; }
  .dso-shopping-cart .dso-edit-additive label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.dso-shopping-cart .dso-empty {
  padding: 12px 16px; }

.dso-shopping-cart .btn-default {
  font-size: 16px;
  padding: 6px 12px; }

.dso-whitebox.dso-has-counter {
  min-height: 560px; }

.dso-whitebox.dso-has-counter,
.dso-highlight-box.dso-has-counter {
  padding-top: 40px;
  position: relative; }

.dso-whitebox .dso-step-counter,
.dso-whitebox .dso-whitebox-counter,
.dso-highlight-box .dso-step-counter,
.dso-highlight-box .dso-whitebox-counter {
  background-color: #39870c;
  border: 8px solid #79b929;
  border-radius: 50%;
  box-sizing: content-box;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  height: 32px;
  left: 16px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 32px; }

.dso-steps-indicator {
  border-bottom: 1px solid #7d9886;
  float: left;
  padding-bottom: 12px;
  width: 100%; }
  .dso-steps-indicator span.dso-step {
    color: #39870c;
    display: block;
    float: right;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 6px; }

table {
  background-color: transparent; }

caption {
  color: #666;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left; }

th {
  text-align: left; }

table.table,
.dso-rich-content table {
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%; }
  table.table > thead > tr > th,
  table.table > thead > tr > td,
  table.table > tbody > tr > th,
  table.table > tbody > tr > td,
  table.table > tfoot > tr > th,
  table.table > tfoot > tr > td,
  .dso-rich-content table > thead > tr > th,
  .dso-rich-content table > thead > tr > td,
  .dso-rich-content table > tbody > tr > th,
  .dso-rich-content table > tbody > tr > td,
  .dso-rich-content table > tfoot > tr > th,
  .dso-rich-content table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.5;
    padding: 8px;
    vertical-align: top; }
  table.table > tbody > tr:first-child > td,
  table.table > tbody > tr:first-child > th,
  .dso-rich-content table > tbody > tr:first-child > td,
  .dso-rich-content table > tbody > tr:first-child > th {
    border-top: 0; }
  table.table > tbody > tr > td,
  table.table > tbody > tr > th,
  .dso-rich-content table > tbody > tr > td,
  .dso-rich-content table > tbody > tr > th {
    border-top: 1px dotted #b2b2b2; }
  table.table > tbody > tr:last-child > td,
  table.table > tbody > tr:last-child > th,
  .dso-rich-content table > tbody > tr:last-child > td,
  .dso-rich-content table > tbody > tr:last-child > th {
    border-bottom: 1px dotted #b2b2b2; }
  table.table > thead > tr > th,
  .dso-rich-content table > thead > tr > th {
    border-bottom: 1px solid #7f7f7f;
    font-style: italic;
    vertical-align: bottom; }
  table.table > caption + thead > tr:first-child > th,
  table.table > caption + thead > tr:first-child > td,
  table.table > colgroup + thead > tr:first-child > th,
  table.table > colgroup + thead > tr:first-child > td,
  table.table > thead:first-child > tr:first-child > th,
  table.table > thead:first-child > tr:first-child > td,
  .dso-rich-content table > caption + thead > tr:first-child > th,
  .dso-rich-content table > caption + thead > tr:first-child > td,
  .dso-rich-content table > colgroup + thead > tr:first-child > th,
  .dso-rich-content table > colgroup + thead > tr:first-child > td,
  .dso-rich-content table > thead:first-child > tr:first-child > th,
  .dso-rich-content table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table.table > tbody + tbody,
  .dso-rich-content table > tbody + tbody {
    border-top: 2px solid #ddd; }
  table.table .table,
  .dso-rich-content table .table {
    background-color: #fff; }

table.table.table-condensed > thead > tr > th,
table.table.table-condensed > thead > tr > td,
table.table.table-condensed > tbody > tr > th,
table.table.table-condensed > tbody > tr > td,
table.table.table-condensed > tfoot > tr > th,
table.table.table-condensed > tfoot > tr > td,
.dso-rich-content table.table-condensed > thead > tr > th,
.dso-rich-content table.table-condensed > thead > tr > td,
.dso-rich-content table.table-condensed > tbody > tr > th,
.dso-rich-content table.table-condensed > tbody > tr > td,
.dso-rich-content table.table-condensed > tfoot > tr > th,
.dso-rich-content table.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  display: table-column;
  float: none;
  position: static; }

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
  position: static; }

.dso-rich-content table > thead > tr > td.active,
.dso-rich-content table > thead > tr > th.active,
.dso-rich-content table > thead > tr.active > td,
.dso-rich-content table > thead > tr.active > th,
.dso-rich-content table > tbody > tr > td.active,
.dso-rich-content table > tbody > tr > th.active,
.dso-rich-content table > tbody > tr.active > td,
.dso-rich-content table > tbody > tr.active > th,
.dso-rich-content table > tfoot > tr > td.active,
.dso-rich-content table > tfoot > tr > th.active,
.dso-rich-content table > tfoot > tr.active > td,
.dso-rich-content table > tfoot > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.dso-rich-content table > thead > tr > td.success,
.dso-rich-content table > thead > tr > th.success,
.dso-rich-content table > thead > tr.success > td,
.dso-rich-content table > thead > tr.success > th,
.dso-rich-content table > tbody > tr > td.success,
.dso-rich-content table > tbody > tr > th.success,
.dso-rich-content table > tbody > tr.success > td,
.dso-rich-content table > tbody > tr.success > th,
.dso-rich-content table > tfoot > tr > td.success,
.dso-rich-content table > tfoot > tr > th.success,
.dso-rich-content table > tfoot > tr.success > td,
.dso-rich-content table > tfoot > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #e4f1d4; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d8ebc1; }

.dso-rich-content table > thead > tr > td.info,
.dso-rich-content table > thead > tr > th.info,
.dso-rich-content table > thead > tr.info > td,
.dso-rich-content table > thead > tr.info > th,
.dso-rich-content table > tbody > tr > td.info,
.dso-rich-content table > tbody > tr > th.info,
.dso-rich-content table > tbody > tr.info > td,
.dso-rich-content table > tbody > tr.info > th,
.dso-rich-content table > tfoot > tr > td.info,
.dso-rich-content table > tfoot > tr > th.info,
.dso-rich-content table > tfoot > tr.info > td,
.dso-rich-content table > tfoot > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #e1ecf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #cddff2; }

.dso-rich-content table > thead > tr > td.warning,
.dso-rich-content table > thead > tr > th.warning,
.dso-rich-content table > thead > tr.warning > td,
.dso-rich-content table > thead > tr.warning > th,
.dso-rich-content table > tbody > tr > td.warning,
.dso-rich-content table > tbody > tr > th.warning,
.dso-rich-content table > tbody > tr.warning > td,
.dso-rich-content table > tbody > tr.warning > th,
.dso-rich-content table > tfoot > tr > td.warning,
.dso-rich-content table > tfoot > tr > th.warning,
.dso-rich-content table > tfoot > tr.warning > td,
.dso-rich-content table > tfoot > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #f8f6cc; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f5f2b6; }

.dso-rich-content table > thead > tr > td.danger,
.dso-rich-content table > thead > tr > th.danger,
.dso-rich-content table > thead > tr.danger > td,
.dso-rich-content table > thead > tr.danger > th,
.dso-rich-content table > tbody > tr > td.danger,
.dso-rich-content table > tbody > tr > th.danger,
.dso-rich-content table > tbody > tr.danger > td,
.dso-rich-content table > tbody > tr.danger > th,
.dso-rich-content table > tfoot > tr > td.danger,
.dso-rich-content table > tfoot > tr > th.danger,
.dso-rich-content table > tfoot > tr.danger > td,
.dso-rich-content table > tfoot > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f5d8dc; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f0c4ca; }

ul.nav-tabs {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    ul.nav-tabs {
      border-bottom: 1px solid #39870c; } }
  @media screen and (max-width: 767px) {
    ul.nav-tabs {
      border-bottom: 1px solid #fff;
      display: block; } }
  ul.nav-tabs > li {
    border-color: #39870c;
    flex: 1;
    float: none;
    font-weight: bold;
    margin-bottom: -1px;
    min-height: 56px; }
    @media screen and (max-width: 767px) {
      ul.nav-tabs > li {
        flex: 0;
        margin: 10px 0; }
        ul.nav-tabs > li:first-child {
          margin-top: 0; }
        ul.nav-tabs > li:last-child {
          margin-bottom: 0; } }
    ul.nav-tabs > li > a {
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
      color: #666;
      display: block;
      line-height: 1.5;
      margin-right: 2px;
      min-height: 56px;
      padding: 15px 23px;
      position: relative; }
      ul.nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    ul.nav-tabs > li a:active,
    ul.nav-tabs > li a:focus,
    ul.nav-tabs > li a:hover {
      background-color: #f2f2f2;
      border: 1px solid transparent;
      border-bottom-color: #39870c;
      text-decoration: none; }
    ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:active, ul.nav-tabs > li.active > a:focus, ul.nav-tabs > li.active > a:hover {
      background-color: #fff;
      border: 1px solid #39870c;
      border-bottom-color: #fff;
      color: #39870c;
      cursor: default; }
    @media screen and (max-width: 767px) {
      ul.nav-tabs > li a {
        border-color: #fff;
        border-radius: 8px;
        padding: 18px 20px; }
        ul.nav-tabs > li a:active,
        ul.nav-tabs > li a:focus,
        ul.nav-tabs > li a:hover {
          border-bottom-color: transparent;
          border-bottom-width: 1px;
          border-color: transparent; }
      ul.nav-tabs > li.active a, ul.nav-tabs > li.active a:focus, ul.nav-tabs > li.active a:hover {
        border-bottom-color: #39870c;
        border-bottom-width: 1px;
        border-color: #39870c; } }

.tooltip {
  font-family: Asap, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  font-size: 14px;
  position: absolute;
  z-index: 1070; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  background-color: #fff;
  border: 1px solid #39870c;
  border-radius: 4px;
  color: #39870c;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  max-width: 640px;
  padding: 4px 8px;
  position: relative; }

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0; }

.tooltip.top .tooltip-arrow {
  border-top-color: #39870c;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px; }

.tooltip.right .tooltip-arrow {
  border-right-color: #39870c;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%; }

.tooltip.left .tooltip-arrow {
  border-left-color: #39870c;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #39870c;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0; }

.tooltip.no-arrow .tooltip-inner::after {
  border: 0;
  left: 0;
  width: 0; }

.tooltip.no-arrow .tooltip-inner::before {
  border: 0;
  left: 0;
  width: 0; }

.well {
  border-radius: 0; }

.dso-whitebox {
  background: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 56px;
  min-height: 520px;
  padding: 16px 24px 0;
  position: relative;
  top: 56px; }
  .dso-whitebox .dso-whitebox-title h2 {
    margin: 0 0 48px; }
  .dso-whitebox .dso-whitebox-link {
    margin-bottom: 32px;
    text-align: center; }
  .dso-whitebox .dso-whitebox-icon {
    margin-bottom: 32px;
    text-align: center;
    white-space: nowrap; }
    .dso-whitebox .dso-whitebox-icon img {
      height: 160px;
      width: 160px; }

.dso-whitebox-small {
  background: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 56px;
  min-height: 200px;
  padding: 24px 16px 16px;
  position: relative;
  top: 56px; }
  .dso-whitebox-small .dso-whitebox-icon {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    white-space: nowrap; }
    .dso-whitebox-small .dso-whitebox-icon img {
      height: 80px;
      width: 80px; }
  .dso-whitebox-small .dso-whitebox-link {
    border-bottom: 4px solid transparent;
    color: #39870c;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.167;
    padding-bottom: 4px;
    text-align: center; }
  .dso-whitebox-small a:hover {
    text-decoration: none; }
    .dso-whitebox-small a:hover .dso-whitebox-link {
      border-bottom: 4px solid #39870c; }

.example {
  border-bottom: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-bottom: 24px;
  padding-top: 16px; }
  .example .btn.btn-primary:hover {
    background-color: #275937;
    border-color: #275937; }
  .example .btn.btn-primary[disabled], .example .btn.btn-primary[disabled]:hover {
    background-color: #afcf9d;
    border-color: #afcf9d;
    color: #fff;
    opacity: 1; }
  .example .btn.btn-default:hover {
    background-color: #fff;
    border-color: #39870c;
    color: #39870c; }
  .example .btn.btn-default[disabled], .example .btn.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #afcf9d;
    color: #afcf9d;
    opacity: 1; }
  .example .btn.btn-link:hover {
    color: #39870c; }
    .example .btn.btn-link:hover > svg.di {
      background-color: #fff;
      border-color: #39870c;
      color: #39870c; }
  .example .btn.btn-link[disabled], .example .btn.btn-link[disabled]:hover {
    color: #afcf9d;
    opacity: 1; }
    .example .btn.btn-link[disabled] > svg.di, .example .btn.btn-link[disabled]:hover > svg.di {
      background-color: #fff;
      border-color: #afcf9d;
      color: #afcf9d; }

.example-hover .btn.btn-primary {
  background-color: #275937;
  border-color: #275937;
  color: #fff; }

.example-active .btn.btn-primary {
  background-color: #15301e;
  border-color: #15301e;
  color: #fff; }

.example-hover .btn.btn-default {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff; }

.example-active .btn.btn-default {
  background-color: #275937;
  border-color: #275937;
  color: #fff; }

.example-hover .btn.btn-link > svg.di {
  background-color: #39870c;
  border-color: #39870c;
  color: #fff; }

.example-active .btn.btn-link {
  color: #275937; }
  .example-active .btn.btn-link > svg.di {
    background-color: #275937;
    border-color: #275937;
    color: #fff; }

.example-big-font {
  font-size: 1.3em; }

.anchor-example .row ~ .row {
  border-top: 2px solid #e5e5e5;
  margin-top: 24px;
  padding-top: 16px; }

.dso-example-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px; }
  .dso-example-wrapper .dso-example {
    border-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px; }
    .dso-example-wrapper .dso-example table.table {
      margin-bottom: 0; }
  .dso-example-wrapper > input[type="checkbox"] + label {
    margin-left: 8px;
    margin-top: 5px; }
  .dso-example-wrapper > input[type="checkbox"] ~ .dso-example {
    border-top: 1px solid #ddd; }
  .dso-example-wrapper .dso-example-text {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 10px; }
    .dso-example-wrapper .dso-example-text h2 {
      font-size: 1em;
      margin: 0;
      text-transform: uppercase; }
    .dso-example-wrapper .dso-example-text h2 + p,
    .dso-example-wrapper .dso-example-text p + p {
      margin-top: 8px; }
    .dso-example-wrapper .dso-example-text p {
      font-size: .875em;
      margin: 0; }
