@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 400;
    src: local('Frutiger LT Std 55 Roman'), url('./FrutigerLTStd-Roman.woff') format('woff');
}

@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: bold;
    src: local('Frutiger LT Std 65 Bold'), url('./FrutigerLTStd-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 300;
    src: local('Frutiger LT Std 45 Light'), url('./FrutigerLTStd-Light.woff') format('woff');
}

* {
    box-sizing: border-box;
}

html, body, button, input, select, textarea, .ui-widget {
    font-family: "Frutiger", "Times New Roman", sans-serif;
    font-weight: 300;
    color: #3e3e3e;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 17px;
}

body {
    line-height: 1.5rem;
}

#wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

#header {
    flex-shrink: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

#header img {
    /*width: 426px;*/
    max-width: 426px;
    /*height: 118px;*/
    max-height: 118px;
    margin-left: 20px;
    margin-right: 20px;
}

#menu, #menus {
    background-color: #3e3e3e;
    overflow: auto;
    height:auto;
    overflow-y: hidden;
    font-size: .8em;
    padding-left: 33px;
}

#menus {
    background-color: #f2f3f3;
    border-bottom: solid 1px #999;
    display: none;
}


#menu ul, #menus ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: -11px;
    padding-left: 46px;
    height: 41px;
}

#menus ul {
    margin-top: 0px;
    line-height: normal;
}

#menu li {
    z-index: 50;
}

#menu a, #menus a {
    display: block;
    font-size: 1.2em;
    padding: .8rem 1.2rem .8rem 1.1rem;
    color: #FFFFFF;
    text-decoration: none;
    border: 0 none;
}

#menu a:hover,
#menu a.active {
    background-color: #FFFFFF;
    color: #3e3e3e;
}

#menus a:hover,
#menus a.active {
    background-color: #bb6708;
    color: #FFF;
}

#content {
    flex: 1;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

#content iframe {
    border: 0;
    width: 100%;
    height: 98%;
    overflow: hidden;
}

h1 {
    font-weight: bold;
    font-style: normal;
    line-height: 1.25em;
    font-size: 2.118em;
    margin: 0 0 .375em;
}

h3 {
    margin-top: 0;
}

a, #menus a {
    color: #3e3e3e;
    border-bottom: 1px solid #f7921f;
    text-decoration: none;
}

a:hover {
    color: #bb6708;
    text-decoration: none;
    border-bottom: 1px solid #bb6708;
}

input, select, textarea {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #363636;
    max-width: 100%;
    width: 100%;
    padding: 0.55em 1.3em 0.45em 1.3em;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
    width: auto;
}

input[type=submit],
input[type=button],
button,
.btn {
    font-size: 1em;
    color: #3e3e3e;
    font-weight: bold;
    padding: 0.55em 1.3em 0.45em 1.3em;
    background-color: #f7921f;
    cursor: pointer;
    border: 1px solid #f7921f;
}

input[type=submit]:hover,
input[type=button]:hover,
.btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #f7921f;
}

input[type=number] {
    color: #555;
    text-align: center;
    width: 49%;
}

.btn {
    display: inline-block;
    line-height: 1.15;
}

.form-control {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 2px 0;
}

.form-control label {
    display: inline-block;
    width: 175px;
    margin-right: 15px;
    padding: 0.55em 0 0.45em 0;
}

.form-control p {
    margin-left: 100px;
}

.form-control input,
.form-control select,
.form-control textarea {
    flex: 1;
    max-width: 300px;
}

.form-control input[type=submit],
.form-control input[type=checkbox],
.form-control input[type=radio] {
    flex: 0;
}

.form-control input + button,
.form-control input + .btn {
    margin-left: 5px;
}

.body-content {
    padding: 20px;
    margin-top: 10px;
}


.logo {
    width: auto !important;
    height: auto !important;
    max-width: initial !important;
    z-index: 2 !important;
    margin-top: 30px !important;
}

.title-span {
    font-size: 1em;
    font-weight: bolder;
    margin-top: -2px;
}

.table {
  background-color: white;
  color: #363636;
  width: 100%;
    border-collapse: collapse;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 1px;
  padding: 0.5em 0.75em;
  vertical-align: middle;
}

.table th.sort.asc,
.table th.sort.desc {
    color: #f7921f;
}
.table th.sort.asc:after {
    content: " ▲"
}
.table th.sort.desc:after {
    content: " ▼"
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
  text-align: left;
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
  background-color: #fff;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 1px;
}

.table tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table + form {
    margin-top: 10px;
}

.inline-frame {
    margin-top: 20px;
    width: 100%;
}

.inline-frame iframe {
    width: 100%;
    border: 0;
}

.formtable td,
.formtable th {
    padding-right: 20px;
}

.formtable h4 {
    margin: 0;
}

.formtable label {
    display: block;
}

.formtable + .btn,
.formtable + input[type=submit] {
    margin-top: 10px;
}

.mapping-tables {
    display: flex;
    margin-top: 20px;
}

.mapping {
    width: 275px;
    height: 100%;
    flex-shrink: 0;
}

.mapping-tables .content-part + .content-part {
    margin-top: 0;
}

#mapping-table {
    flex: 1;
    width: auto;
    margin: 0 20px;
}

#mapping-table td:nth-child(2) {
    text-align: center;
    width: 50px;
}

.mapping-settings h3 {
    float: left;
}

.mapping-settings-content {
    float: right;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: -8px;
}

.mapping-settings-content select{
    float: left;
    width: fit-content;
}
.mapping-settings-content-button {
    float: left;
    margin-right: 10px;
}
.mapping-settings-content-stoffen {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #999;
}

.mapping-settings-content-stoffen span {
    float: left;
    padding-top: 8px;
    padding-right: 20px;
}

.mapping-settings-content-frequentie {
    float: left;
    margin-right: 20px;
}

.mapping-settings-content-frequentie span {
    float: left;
    padding-top: 8px;
    padding-right: 20px;
}

.mapping-settings-content-disclaimer {
    clear: both;
    border-top: 1px solid #999;
    padding-top: 20px;
    font-size: smaller;
}

.mapping-stoffen-upper-right-corner {
    float: right;
    width: fit-content;
    margin-top: -10px;
}

.mapping-stoffen-content {
    clear: both;
    font-size: smaller;
}

.content-part {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #999;
}

.content-part + .content-part {
    margin-top: 30px;
}

.content-part__footer {
    padding-top: 20px;
}

.content-part .table {
    border: 1px solid #dbdbdb;
}

.flat-table td:first-child,
.flat-table th:first-child {
    width: 375px;
    max-width: 50%;
}

.bottom-spacer {
    height: 30px;
    clear: both;
}

table.stickyheader thead th {
   position: sticky;
   position: -webkit-sticky;
   top: 0;
   z-index: 2;
}

.dot-red {
  height: 25px;
  width: 25px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.dot-purple {
    height: 25px;
    width: 25px;
    background-color: #800080;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.dot-yellow {
  height: 25px;
  width: 25px;
  background-color: #ffc428;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.dot-green {
  height: 25px;
  width: 25px;
  background-color: #00b300;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.box {
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 1px;
  margin-bottom: 10px;
}

.errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* IE10+ styles */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    table.stickyheader thead.js-is-sticky {
        z-index: 2;
    }

    table.stickyheader thead.js-is-sticky tr {
        display: flex;
        justify-content: space-between;
    }

    table.stickyheader thead.js-is-sticky th {
        display: block;
        flex: 1 1 auto;
        width: 100%;
    }
}
