.btn {
  border-radius: 0;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #8fbacb;
  border: none;
}
.open > .dropdown-toggle.btn-primary {
  color: #ff8500;
  background-color: #3071a9;
  border-color: #285e8e;
}
.c_accepted {
  background-color: #5cb85c;
  color: black;
}
.c_refused {
  background-color: #d9534f;
  color: white;
}
.c_pending {
  background-color: #f0ad4e;
  color: black;
}
.c_cancelled {
  background-color: #5bc0de;
  color: black;
}
label.radio-inline {
  margin-right: 5px;
}
.fancy-container {
  
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
}
.seaport-icon {
  vertical-align: middle;
  color: #ff8300;
}
#t3-footer li {
  float: left;
  margin: 0;
}
#t3-footer a {
  background: none;
}
#t3-footer .separator {
  padding: 10px 15px;
  line-height: initial;
}

.mandatory-fields {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 5px;
}
.block-flex-container {
  display: flex;
}
.block-flex-block {
  margin: 15px;
}
@media screen and (max-width: 769px) {
  .block-flex-container {
    flex-direction: column;
  }
  .block-flex-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-form-extern {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}
.block-form-extern-100 {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.block-form-intern {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  background-color: #e4edf5;
  color: #999999;
  margin-bottom: 20px;
}
.block-form-intern h2 {
  color: black;
}
.block-form-intern-100 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  background-color: #f8f9fa;
  color: #999999;
  margin-bottom: 20px;
}
.block-form-intern-100 h2 {
  color: black;
}
.block-form-p {
  text-align: center;
}
.t3-wrapper {
  margin-top: 120px;
}
#t3-header {
  position: fixed;
  z-index: 21000;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 120px !important;
  transition: height 0.5s;
  display: flex !important;
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #t3-header {
    height: 48px !important;
  }
}
body.scrollNoTop #t3-header {
  height: 48px !important;
}
#t3-header .logo-img,
#t3-header .logo-img-sm {
  pointer-events: all;
}
#t3-header .logo-img {
  width: auto;
  height: 78px;
  transition: height 0.5s;
}
body.scrollNoTop #t3-header .logo-img {
  height: 40px;
}
#t3-header .mod-languages {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  #t3-header .mod-languages {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #t3-header .mod-languages {
    position: fixed;
    top: 15px;
    left: 15px;
  }
}
.logo a {
  display: initial;
}

#t3-mainnav {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa ;
}
@media screen and (min-width: 768px) {
  #t3-mainnav .t3-navbar.navbar-collapse.collapse {
    display: flex !important;
  }
}
#t3-mainnav .t3-navbar.navbar-collapse.collapse {
  margin-left: 230px;
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  height: 120px !important;
  transition: height 0.5s;
}
body.scrollNoTop #t3-mainnav .t3-navbar.navbar-collapse.collapse {
  height: 48px !important;
}
.t3-megamenu ul.nav.navbar-nav {
  padding-bottom: 10px;
  margin-right: 30px;
}
.t3-megamenu ul.nav.navbar-nav a {
  color: #000000 !important;
  background: none !important;
  padding: 10px 15px;
  font-size: 20px;
  transition: font-size 0.5s;
}
body.scrollNoTop .t3-megamenu ul.nav.navbar-nav a {
  font-size: 16px;
}
ul.nav.navbar-nav > li a:after {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  bottom: 0;
  width: 24px;
  height: 0;
  border-top: 3px solid #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.nav.navbar-nav > li a:hover:after,
ul.nav.navbar-nav > li a:focus:after {
  width: calc(100% -  30px);
}
ul.nav.navbar-nav > li[data-id="134"] a:after {
  border-top: 0px;
}
ul.nav.navbar-nav > li[data-id="196"] a:after {
  border-top: 0px;
}
.t3-copyright .nav.menu {
  letter-spacing: 1px;
  font-size: 14px;
}