section {
  display: block;
}

.bg-gray-darker {
  color: rgba(255, 255, 255, 0.5);
}

.bg-gray-darker {
  background: #00030a;
  fill: #00030a;
}
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}


.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}

@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}

.range {
  margin-left: -15px;
  margin-right: -15px;
}

.range > .range {
  margin-left: 0;
  margin-right: 0;
}

.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > .range {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0;
  }
  .range > .cell-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0;
  }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 35px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-primary {
  color: #fff;
  background-color: #5085bb;
  border-color: #5085bb;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3dac8e;
  border-color: #297460;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3dac8e;
  border-color: #3aa588;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3dac8e;
  border-color: #3aa588;
}

.btn-block {
  display: block;
  width: 100%;
}

.open > html .btn-primary.dropdown-toggle, html .btn-primary:hover {
  color: #fff;
  background-color: #0062ad;
  border-color: #0062ad;
}

.btn {
  max-width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  padding: 11px 59px;
  border: 2px solid;
  transition: .3s ease-out;
}

.btn-block {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 30px;
  max-width: 100%;
}

.h7 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f7f7f;
}
.h6 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7f7f7f;
}

.page .text-abbey {
  color: #535457;
}

.page a.text-abbey:hover,
.page a.text-abbey:focus {
  color: #3a3b3d;
}

* + p,
* + p {
  margin-top: 14px;
}

* + .link {
  margin-top: 18px;
}

.form-label,
.form-control {
  font-weight: 400;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.form-control {
  font-size: 14px;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-sm:focus, .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
}

.form-control {
  height: auto;
  min-height: 52px;
  padding: 12.1px 19px 16.1px;
  border: 0px solid;
  border-radius: 5px;
  -webkit-appearance: none;
  line-height: 23.8px;
}

.form-control:focus {
  outline: 0;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}

.form-group + .form-group {
  margin-top: 10px;
}

.form-label {
  float: left;
  padding: 5px;
  font-size: 14px;
  color: #7f7f7f;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
}

.page .form-modern .form-control,
.page .form-modern .form-label {
  color: #7f7f7f;
}

.page .form-modern input {
  height: auto;
  min-height: 20px;
}

.page .form-modern .form-control:focus {
  border-color: #27864c;
}

.page .form-modern .form-control {
  padding: 6px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #dedede;
  background-color: transparent;
  margin-bottom: 6px;
  width: 100%;
}

.section-top-15 {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .section-sm-top-15 {
    padding-top: 15px;
  }
  .section-sm-bottom-100 {
    padding-bottom: 100px;
  }
}

.block-shadow {
  position: relative;
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(65, 65, 65, 0.12);
  box-shadow: 0px 1px 10px 0px rgba(65, 65, 65, 0.12);
  text-align: center;
}

.block-shadow .block-inner {
  padding: 0 40px;
}

.block-shadow * + .block-footer {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .block-shadow {
    padding-top: 38px;
  }
  .block-shadow .block-inner {
    padding: 0 30px;
  }
}

.one-screen-page .page-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  text-align: center;
}

.one-screen-page .page-inner,
.one-screen-page .page-inner > * {
  width: 100%;
}

@media (min-width: 480px) {
  .one-screen-page .page-inner {
    text-align: left;
  }
}

html .offset-top-10 {
  margin-top: 10px;
}
html .page .offset-top-15 {
  margin-top: 15px;
}
html .page .offset-top-30 {
  margin-top: 30px;
}
html .page .offset-top-40 {
  margin-top: 40px;
}


@media (min-width: 768px) {
  html .page .offset-sm-top-60 {
    margin-top: 60px;
  }
}

.page .link-primary-inverse, .page .link-primary-inverse:active, .page .link-primary-inverse:focus {
  color: #0062ad;
  text-decoration: none;
  font-size: 14px;
}

.srch {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5085bb;
  border-color: #5085bb;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.import {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5085bb;
  border-color: #5085bb;
}

/* table vloot */
.vloot td, .vloot th {
	width: 40px;
	text-align: right;
}