/* Reports */

.page-template-template-reports .container.content-wrapper {
    max-width: none;
    width: unset;
}

/* w3 Table classes */
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}

.gray-border th, .gray-border td {
    border: 1px solid #dadada;
}
/* Global */

.mb-4 {
    margin-bottom: 20px;
}

.gray-bg {
    background-color: #fafafa;
}

.position-relative {
    position: relative !important;
}

.w-100 {
    width: 100%;
}

/* Home page */
.home.page-template #content {
    display: none;
}

/* Menu */
#mainnav ul li a {
    font-size: 16px;
}

#mainnav-mobi {
    font-size: 18px;
}

#mainnav ul li ul, #mainnav ul ul a {
    width: 250px;
}

/* Helpdesk */
.contact-box {
    padding: 30px 25px;
}

.contact-box h5 {
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

/* Footer */
.site-footer, .site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #d65050;
    text-decoration: underline;
}

/* Menu - Main Navigation (old styling) */
.mainnav li:hover > .dropdown-menu > li > a {
    padding: 8px 18px;
}

#mainnav .dropdown-menu li:hover > a {
    background-color: #d65050;
    color: #fff;
}

.mainnav ul li a:hover {
    color: #d65050;
}

.mainnav .dropdown-menu li a {
    background: #1c1c1c;
}
.mainnav .dropdown-menu li a {
    color: #ffffff;
}

.mainnav .dropdown-menu li a {
    color: #fff;
    display: block;
    line-height: 30px;
    background: #1c1c1c;
    padding: 0 18px;
    border-top: 1px solid #252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainnav ul li a, .mainnav ul li::before {
    color: #ffffff;
}


/* Searchform */
.menu-zoeken > a::before {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 16px;
    line-height: 12px;
    margin-right: 8px;
}

.search-form .search-field {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-right: 110px;
}

/* Buttons */

.btn-search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    width: auto !important;
    line-height: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    height: 100%;
    vertical-align: middle;
}

.btn-search::after {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 20px;
}

.page-template-template-fullwidth-no-table-borders .entry-content table {
    border: none !important;
}
.page-template-template-fullwidth-no-table-borders .entry-content table th, .page-template-template-fullwidth-no-table-borders .entry-content table td {
    border: none !important;
}

.page-template-template-fullwidth-no-table-borders #mainnav ul li a, .page-template-template-fullwidth #mainnav ul li a {
    font-size: 16px;
    text-shadow: 0 0 10px #000;
}

.page-template-template-fullwidth-no-table-borders .site-footer, .page-template-template-fullwidth .site-footer {
    background-color: transparent;
}

.page-wrap {
    padding-bottom: 50px;
    padding-top: 30px;
}


body.custom-background:not(.home) {
    background-image: none;
}

header:not(.entry-header) {
    background:rgba(0,0,0,0.8) !important;
}

