@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-y: scroll;
}

ul {
    list-style-type: square;
}

[class*="sticky-"] {
    top: 0;
}

.sticky-top-extra {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 1020;
}

#big-logo {
    max-height: 50px !important;
}

.header {
    background-color: #0E0F07 !important;
    background: url(../images/bovenbalk.jpg) no-repeat center;
    background-size: 1320px;
    background-position-y: 90%;
}

@media (max-width: 768px), (max-height: 768px) {
    section.header {
        height: 165px !important;
    }
    .header {
        background-size: 1320px;
        background-position-y: 50%;
    }
    #big-logo2 {
        display: none !important;
    }
}

.menu, .nav-link {
    font-family: "Saira", sans-serif;
    font-size: 18pt;
    color: #fff !important;
    background-color: #47402e !important;
}

    .nav-link:hover {
        color: rgba(225, 112, 0, 0.8) !important;
        text-decoration: underline;
    }

.section-1 {
    font-family: "Open Sans", sans-serif;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.bg-white {
    background-color: #47402e !important;
}

.nav-link {
    color: #FFF !important;
}

.navbar-light .navbar-brand {
    color: #FFF !important;
}

body {
    background-color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
}

.main-search-input {
    background: #C00;
    padding: 0 120px 0 0;
    border-radius: 0;
    margin-top: 0px;
    box-shadow: 0px 0px 0px 6px #d16b1ccc;
    font-size: larger;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.main-search-input:before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,0.41);
    left: 50%;
    margin-left: -25px;
}

.main-search-input-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    height: 50px;
    position: relative;
}

    .main-search-input-item input:first-child {
        
    }

    .main-search-input-item input {
        float: left;
        border: none;
        width: 100%;
        height: 50px;
        padding-left: 20px;
        background-color: #EEE;
    }

.main-search-button {
    background: #4DB7FE;
}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 120px;
    color: #fff;
    top: 0;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    background-color: #00396F;
}

.main-search-input-wrap {
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

:focus {
    outline: 0;
}

@media only screen and (max-width: 768px) {
    .main-search-input {
        background: #47402e55;
        padding: 14px 20px 10px;
        margin-top: 10px;
        border-radius: 0;
        box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.0);
    }

    .main-search-input-item {
        width: 100%;
        border: 1px solid #e0e;
        height: 50px;
        border: none;
        margin-bottom: 10px;
    }

        .main-search-input-item input {
            border: 4px solid rgba(225,112,0,0.6);
            border-radius: 0 !important;
            background: #fff;
        }

    .main-search-button {
        position: relative;
        float: left;
        width: 100%;
        border-radius: 0;
    }
}


.main-search-input-item-new {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    height: 50px;
    position: relative;
}

    .main-search-input-item-new input:first-child {
    }

    .main-search-input-item-new input {
        float: left;
        border: none;
        width: 100%;
        height: 50px;
        padding-left: 20px;
        background-color: #EEE;
        border: 2px solid #000;
    }

.main-search-button-new {
    background: #4DB7FE;
}

.main-search-button-new {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 120px;
    color: #fff;
    top: 0;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    background-color: #00396F;
}



table > tbody > tr {
    cursor: pointer;
}

/*****************************/
/*   TABLE                   */
/*****************************/
.cellNoWrapStyle {
    white-space: nowrap !important;
}


/*****************************/
/*   SPINNER OVERLAY         */
/*****************************/

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(245,245,245,0.6) url("/images/SVG File Loader.gif") center no-repeat;
}





#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

img {
    border: 3px solid #47402e;
}

.btn-orange {
    color: #fff;
    background-color: #FF8300;
    border-color: #FF8300;
}

.btn-back {
    color: #fff;
    background-color: #FF8300;
    border: 0;
    /* display: inline-block; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    /* color: #212529; */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem .375rem .75rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/SVG File Loader.gif') 50% 50% no-repeat rgb(249,249,249);
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    font-style: italic;
    font-size: small;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
    font-style: italic;
    font-size: small;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbb;
    font-style: italic;
    font-size: small;
}

.a-print-none {
    font-size: xx-small !important;
    font-style: italic !important;
    color: #aaa !important;
}


