/*
Theme Name: De Letselschade Raad – Register Overview
Theme URI: http://www.deletselschaderaad.nl/register/
Author: Thijs Krooswijk | EdenSpiekermann_
Author URI: http://edenspiekermann.com
Description: Register Multisite theme: De Letselschade Raad.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

/* first for IE 4–8 */
@font-face {
    font-family: ScalaSansWebPro;
    font-weight: normal;
    font-style: normal;
    src: url('fonts/ScalaSansWebPro.eot');
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: ScalaSansWebPro;
    font-weight: normal;
    font-style: normal;
    src: url('fonts/ScalaSansWebPro.woff') format('woff');
}

/* first for IE 4–8 */
@font-face {
    font-family: ScalaSansWebPro-Ita;
    src: url('fonts/ScalaSansWebPro-Ita.eot');
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: ScalaSansWebPro-Ita;
    font-weight: normal;
    font-style: italic;
    src: url('fonts/ScalaSansWebPro-Ita.woff') format('woff');
}

/* first for IE 4–8 */
@font-face {
    font-family: ScalaSansWebPro-Light;
    font-weight: 300;
    font-style: italic;
    src: url('fonts/ScalaSansWebPro-Light.eot');
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: ScalaSansWebPro-Light;
    font-weight: 300;
    font-style: normal;
    src: url('fonts/ScalaSansWebPro-Light.woff') format('woff');
}

/* first for IE 4–8 */
@font-face {
    font-family: ScalaSansWebPro-Bold;
    font-weight: bold;
    font-style: normal;
    src: url('fonts/ScalaSansWebPro-Bold.eot');
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: ScalaSansWebPro-Bold;
    font-weight: bold;
    font-style: normal;
    src: url('fonts/ScalaSansWebPro-Bold.woff') format('woff');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    min-width: 980px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Input elements has have it's own specific webfont css rule */
input {
    text-rendering: optimizeLegibility;
}

button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
    font-family: ScalaSansWebPro, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #414141;
}

body {
    background: #00a1b2;
}

a {
    text-decoration: none;
    color: #f37121;
}

.post-edit-link {
    line-height: 40px;
    display: block;
    float: left;
    clear: both;
    height: 40px;
    margin-top: 24px;
    padding: 0 20px;
    color: #fff;
    border-radius: 20px;
    background-color: #f37121;
}

.post-edit-link:hover {
    color: #fff;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a:active,
a:hover {
    color: #f37121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ScalaSansWebPro-Bold;
    clear: both;
    margin: 36px 0 12px;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #2b2b2b;
}

b,
strong {
    font-family: ScalaSansWebPro-Bold;
    font-weight: bold;
}

cite,
dfn,
em,
i {
    font-family: ScalaSansWebPro-Ita;
    font-weight: normal;
    font-style: italic;
}

mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}

p {
    margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
}

pre {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .1);
}

blockquote,
q {
    quotes: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
}

blockquote:before,
q:before {
    font-size: 80px;
    line-height: 1;
    float: left;
    width: 40px;
    margin-left: -40px;
    content: '“';
}

blockquote:after,
q:after {
    display: inline-block;
    width: 31px;
    height: 24px;
    content: '';
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: center;
}

blockquote {
    font-size: 28px;
    line-height: 1.35em;
    margin-bottom: 24px;
    margin-left: 34px;
    color: #f37121;
}

blockquote p {
    display: inline;
    *display: inline;
    *zoom: 1;
}

blockquote cite,
blockquote small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #f37121;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    margin: 0 0 24px 20px;

    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

figure {
    margin: 0;
}

fieldset {
    margin: 0 0 24px;
    padding: 11px 12px 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
}

tbody, tr, td, th {
    border-style: inherit;
    border-color: inherit;
    border-width: inherit;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    font-weight: bold;
    padding: 3px;
}

td {
    padding: 3px;
}

del {
    color: #767676;
}

hr {
    clear: both;
    height: 2px;
    margin: 23px 0;
    border: 0;
    background-color: #fff;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    color: #fff;
    background: #105461;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #105461;
    text-shadow: none;
}

.footer input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.footer input:-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.footer input::-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.footer input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #105461;
}

:-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 4 to 18 */
    color: #105461;
}

::-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 19+ */
    color: #105461;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #105461;
}

/**
 * 2.0 - Basic Structure
 * -----------------------------------------------------------------------------
 */

.bg--gray_blue {
    background-color: #e9eef1 !important;
}

.bg--green {
    background-color: #9eb219 !important;
}

.bg--blue_green {
    background-color: #00a1b2 !important;
}

.bg--white_space {
    min-width: 960px;
    background-image: url(images/white-space-20.png);
    background-repeat: repeat-y;
    background-position: center;
}

.bg-light-blue {
    background-color: #e9eef1;
}

.bg-light-blue-top {
    background-image: url(images/bg-light-blue.png);
    background-repeat: repeat-x;
    background-position: 0 -210px;
}

.f-white,
.f-white:hover {
    color: #fff;
}

.f-dark_green {
    color: #105461;
}

.ads.bg--green {
    overflow: hidden;

    margin-right: 20px;

    background-image: url(images/curv.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.container--100 {
    float: left;

    width: 100%;
}

.container {
    width: 920px;
    margin: 0 auto;
}

.container--960 {
    width: 960px;
    margin: 0 auto;
}

.container--70 {
    float: left;
    width: 70%;
}

.container--66 {
    float: left;
    width: 66.66%;
}

.container--60 {
    float: left;
    width: 60%;
}

.container--50 {
    float: left;
    width: 50%;
}

.container--40 {
    float: left;
    width: 40%;
}

.container--34 {
    float: left;
    width: 34%;
}

.container--33 {
    float: left;
    width: 33%;
}

.container--333 {
    float: left;
    width: 33.33%;
}

.container--30 {
    float: left;
    width: 30%;
}

.container--25 {
    float: left;
    width: 25%;
}

.no--padding {
    padding: 0 !important;
}

.padding--single {
    padding: 20px 0;
}

.padding--double {
    padding: 40px 0;
}

.padding--left {
    padding-left: 20px;
}

.padding--right {
    padding-right: 20px;
}

.padding--right-double {
    padding-right: 40px;
}

.padding--left-double {
    padding-left: 40px;
}

.padding--top {
    padding-top: 40px;
}

.padding--bottom {
    padding-bottom: 20px;
}

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

.margin--top {
    margin-top: 20px;
}

.margin--top-double {
    margin-top: 40px;
}

.margin--bottom-double {
    margin-bottom: 40px;
}

.site-content {
    float: left;

    width: 100%;
}

.post-type-archive-infowijzer #primary.generator,
.post-type-archive-activiteit #primary,
.post-type-archive-publicatie #primary,
.single #primary,
.page #primary {
    width: 66.66%;
    padding-right: 20px;
}

.page-template-page-templatesongevallen-php #primary {
    padding-bottom: 0;
}

.page-template-register-new #primary,
.home #primary,
#primary {
    float: left;

    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
}

#secondary {
    float: left;

    width: 33.33%;
    padding-left: 10px;
}

#related {
    float: left;
    clear: both;

    width: 100%;
    padding: 40px 0 50px 0;
}

.page-template-page-templatesongevallen-php #related {
    margin-top: 50px;
    padding-top: 0;
}

.page-template-page-templatesongevallen-php #related .widget {
    float: left;

    width: 33%;
    padding-left: 20px;
}

.site-footer {
    float: left;

    width: 100%;
}

/*font-family: ScalaSansWebPro, sans-serif;
font-family: ScalaSansWebPro-Ita, sans-serif;
font-family: ScalaSansWebPro-Light, sans-serif;
font-family: ScalaSansWebPro-Bold, sans-serif;*/

/**
 * 3.0 - Header Structure
 * -----------------------------------------------------------------------------
 */

.site-title {
    margin: 0;
    padding: 16px 0;
}

.site-title a {
    display: inline-block;
    width: 620px;
    margin-left: 16px;
}

.site-header {
    color: #fff;
    background-color: #105461;
}

.site-header:after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
    height: 0;
}

.global-menu
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 16px 0;
    padding: 0;

    list-style: none;
}
.global-menu li
{
    font-size: 19px;
    font-weight: bold;
    display: block;
}
.global-menu a
{
    display: inline-block;
    height: 40px;
    padding: 4px 16px 0;
    font-family: ScalaSansWebPro-Bold, sans-serif;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
}
.global-menu .active a
{
    border-radius: 20px;
    background-color: #f37121;
}

#primary-navigation {
    line-height: 40px;

    display: block;

    width: 100%;
    min-height: 40px;

    box-shadow: inset 0 -2px 0 0px #e9eef1;
    background-color: #fff;

    clear: both;
    float: left;
}

.nav-menu,
.nav-menu ul {
    display: block;

    margin: 0 auto;
    padding: 0;

    list-style: none;
}

.nav-menu li {
    font-size: 20px;
    line-height: 40px;

    display: block;
    float: left;

    height: 40px;
}

.nav-menu li a {
    margin: 0 20px;

    color: #105461;
}

.nav-menu li.current_page_item a,
.nav-menu li.current-menu-item a {
    line-height: 40px;

    display: inline-block;

    height: 40px;

    border-bottom: 2px solid #f37121;

    *display: inline;
    *zoom: 1;
}

.nav-menu li.home a {
    display: inline-block;

    width: 32px;
    margin: 0 0 0 20px;

    text-indent: -99999px;

    border: none !important;
    background-image: url(images/btn-home-inactive.png);
    background-repeat: no-repeat;
    background-position: center;

    *display: inline;
    *zoom: 1;
}

.nav-menu li.current_page_item.home a {
    background-image: url(images/btn-home-active.png);
}

#search-container {
    display: none;
}

/**
 * 4.0 - Content Structure
 * -----------------------------------------------------------------------------
 */

h1.entry-title {
    font-family: ScalaSansWebPro;
    font-size: 42px;
    font-weight: normal;
    line-height: 51px;

    color: #105461;
}

p img {
    max-width: 100%;
    height: auto;
}

.cb1,
.cb2,
.cb3,
.cb4 {
    font-size: 20px !important;
    line-height: 24px;
}

.cb1 h1,
.cb1 h1 a,
.cb2 h1,
.cb2 h1 a,
.cb3 h1,
.cb3 h1 a,
.cb4 h1,
.cb4 h1 a {
    font-size: 42px !important;
    line-height: 51px !important;
}

.cb1 h1 {
    font-family: ScalaSansWebPro;
    font-weight: normal;
}

.cb2 h1 {
    font-family: ScalaSansWebPro;
    font-weight: normal;

    color: #fff;
}

.cb3 h1 {
    font-family: ScalaSansWebPro;
    font-weight: normal;
}

.cb4 h1 {
    font-family: ScalaSansWebPro;
    font-weight: normal;
}

.introduction {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;

    color: #105461;
}

.site-main {
    float: left;

    width: 100%;

    background-color: #fff;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
    line-height: 1.2;
    margin: 24px 0 8px;
    color: #105461;
}

.entry-content h2 {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    font-weight: 300;
}

.entry-content h3 {
    color: #f37121;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
    line-height: 1.4;
    margin: 12px 0 2px;
    color: #105461;
}

.entry-content ul {
    list-style-image: url('images/bg-list.png');
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

/**
 * 4.1 - Accordion Structure
 * -----------------------------------------------------------------------------
 */

.item .hide {
    display: none;
}

.item h3 {
    background-image: url(images/btn-show-plus.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #105461;
}

.item h3.show {
    background-image: url(images/btn-show-minus.png);
    background-position: right;
}

.item {
    border-bottom: 2px solid #e9eef1;
}

.item h3 {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    cursor: pointer;
    padding: 10px 50px 10px 0;
}

.widget-title {
    font-size: 20px;

    color: #414141;
}

.widget-content,
.widget-content a {
    font-size: 17px;

    color: #105461;
}

.widget-content a:hover {
    text-decoration: underline;
}

.widget-content ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.widget-content ul li {
    margin-bottom: 6px;
}

.widget-content ul li:before {
    margin-right: 4px;

    content: '\203A';
}

.single #related .onderwerpen {
    min-height: 230px;
}

/**
 * 4.2 - Single pages
 * -----------------------------------------------------------------------------
 */

.single #secondary h1:first-child,
.single h1.entry-title {
    margin-top: 0;
}

.back {
    display: inline-block;

    width: 25px;
    height: 25px;
    margin: 12px 0;

    text-indent: -999999px;

    background-image: url(images/btn-back.png);
    background-size: 100%;

    *display: inline;
    *zoom: 1;
}

/**
 * 4.3 - Archive pages
 * -----------------------------------------------------------------------------
 */

.page-title,
.page-title a {
    font-family: ScalaSansWebPro;
    font-size: 42px;
    line-height: 52px;

    display: block;
    float: left;

    width: 100%;

    color: #105461;
}

.archive h1.entry-title a {
    color: #414141;
}

.archive h1.entry-title {
    font-family: ScalaSansWebPro-Bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    margin: 0;
    margin-bottom: 8px;
}

.archive .activiteit h1.entry-title,
.archive .activiteit h1.entry-title a {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;

    color: #105461;
}

.entry-date {
    font-family: ScalaSansWebPro-Light;
    font-size: 46px;
    line-height: 54px;

    color: #c5d2d8;
}

.entry-summary {
    font-size: 20px;
    line-height: 24px;

    color: #105461;
}

.activiteit .entry-summary {
    color: #414141;
}

.archive article.type-agenda,
.archive article.type-actueel,
.archive article.type-activiteit {
    float: left;

    width: 33%;
    height: 300px;
    padding-right: 32px;
}

.archive article.type-schaderegeling {
    float: left;

    width: 100%;
    padding-right: 32px;
}

h2.cat {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    line-height: 34px;

    color: #105461;
}

.archive .type-schaderegeling a {
    line-height: 60px;

    padding: 20px 30px;

    color: #00a1b2 !important;
    border-radius: 20px;
}

.archive .type-schaderegeling .entry-header {
    margin-bottom: 12px;

    border-radius: 30px;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #e9eef1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, #e9eef1));
    background: -webkit-linear-gradient(left, #fff 0%, #e9eef1 100%);
    background: -o-linear-gradient(left, #fff 0%, #e9eef1 100%);
    background: -ms-linear-gradient(left, #fff 0%, #e9eef1 100%);
    background: linear-gradient(to right, #fff 0%, #e9eef1 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9eef1', GradientType=1);
}

.archive article.type-agenda {
    height: 180px;
}

.schade ul {
    margin: 0;
    padding: 0;
}

/**
 * 5.0 - Footer Structure
 * -----------------------------------------------------------------------------
 */

.site-footer .widget {
    float: left;
}

.c--0,
.c--1 {
    width: 30%;
}

.c--2 {
    width: 40%;
}

.site-footer {
    font-size: 20px;
    line-height: 24px;

    color: #fff;
}

.footer {
    padding-bottom: 32px;

    background-color: #105461;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.sticky ul {
    line-height: 50px;

    float: right;

    margin: 0;

    list-style: none;
}

.sticky ul li {
    float: left;

    margin-left: 32px;
}

.sticky a {
    font-family: ScalaSansWebPro-Bold;

    color: #105461;
}

.light-blue .description {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    line-height: 54px;

    height: 54px;
    margin: 0;
    padding: 0;

    text-align: right;

    color: #00a1b2;
    background-color: #e9eef1;
}

.light-blue .footer h1 {
    font-family: ScalaSansWebPro-Light;
    font-size: 42px;
    line-height: 51px;

    height: 51px;
    margin: 36px 0 24px 0;
    padding: 0;

    color: #fff;
}

.light-blue .footer .container {
    overflow: hidden;

    background-image: url(images/footer-arrow.png);
    background-repeat: no-repeat;
    background-position: top right;
}

/**
 * 6.0 - Widgets
 * -----------------------------------------------------------------------------
 */

.footer .widget .widget-title {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    line-height: 34px;

    height: auto;
    margin: 0;
    margin-bottom: 8px;
}

.signup {
    position: relative;

    height: 50px;
}

.signup input[type=email] {
    line-height: 40px;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 240px;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;

    color: #fff;
    border: none;
    border-radius: 20px 0 0 20px;
    outline: none;
    background-color: #336d78;
}

.signup input[type=submit] {
    line-height: 40px;

    position: absolute;
    top: 0;
    left: 235px;

    display: inline-block;

    height: 40px;
    padding-right: 20px;
    padding-left: 20px;

    color: #fff;
    border: none;
    border-radius: 0 20px 20px 0;
    outline: none;
    background-color: #00a1b2;
}

/**
 * 7.0 - Ads
 * -----------------------------------------------------------------------------
 */

.ads,
.ads-white,
.ads-home {
    font-size: 20px;

    padding: 0 20px;

    background-repeat: no-repeat;
}

.post-type-archive-activiteit .ads-white p,
.post-type-archive-publicatie .ads-white p {
    font-size: 28px;
}

.ads p,
.ads-white p {
    font-size: 20px;
}

.ads h1,
.ads-white h1 {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    line-height: 34px;

    margin-top: 26px;
    margin-bottom: 1em;
}

.ads a,
.ads-white a,
.ads-home a {
    font-family: ScalaSansWebPro-Bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px !important;

    display: block;

    margin-bottom: 1em;
    padding: 0 20px;

    text-align: center;

    color: #105461 !important;
    border-radius: 20px;
    background-color: #fff;
}

.ads p strong,
.ads-white p strong {
    font-size: 28px;
}

.ads-white {
    font-size: 28px;
    line-height: 34px;

    margin-top: 36px;
    margin-bottom: 36px;
    padding: 20px 20px 1px 20px;
}

.ads-home p,
.ads-home a {
    font-size: 20px;
    line-height: 24px;

    color: #fff;
}

/**
 * 8.0 Subjects
 * -----------------------------------------------------------------------------
 */
.subject {
    width: 293px !important;
    margin-right: 20px;

    background-repeat: no-repeat;
}

.subject .wrap {
    overflow: hidden;

    height: 250px;
    padding: 20px;

    background-image: url(images/bg-arrows.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.subject a {
    color: #fff;
}

.subject h3 {
    font-family: ScalaSansWebPro-Light;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;

    margin-top: 0;
}

.subject .content {
    font-size: 20px;
    line-height: 24px;

    height: 150px;
}

.subject-footer {
    font-family: ScalaSansWebPro-Bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

    height: 50px;
    padding-left: 20px;

    color: #fff;
    background-color: #105461;
}

.ads.bg--orange,
.s--0 {
    background-color: #f37121;
    background-image: url(images/curv-orange.png);
}

.ads.bg--blue_green,
.s--1 {
    background-color: #00a1b2;
    background-image: url(images/curv-blue-green.png);
}

.ads-white.bg--blue_green {
    background-image: url(images/curv-blue-green-w.png);
    background-repeat: no-repeat;
}

.ads.bg--green,
.s--2 {
    margin-right: 0;

    background-color: #9eb219;
    background-image: url(images/curv.png);
}

.teaser h1 {
    font-family: ScalaSansWebPro-Light;
    font-weight: 300;

    margin-top: 26px;
}

.teaser div {
    font-size: 20px;

    padding-right: 60px;

    color: #105461;
}

.home .ads h1 {
    margin-top: 34px;
}

.home .ads {
    color: #105461;
}

/**
 * 8.1 Objects
 * -----------------------------------------------------------------------------
 */

.object h3 {
    font-family: ScalaSansWebPro-Light;
    font-size: 36px;
    font-weight: normal;
    color: #105461;
    margin: 36px 0 12px;
}

.object h3,
.object h3 a {
    color: #105461;
}

.object-footer a {
    margin: 16px 0 42px 0;
    display: block;
    font-family: ScalaSansWebPro-Bold;
    font-weight: bold;
    font-size: 20px;
    background-image: url(images/btn-object.png);
    background-repeat: no-repeat;
    line-height: 40px;
    height: 40px;
    padding-left: 16px;
    color: #00a1b2;
}

/**
 * 9.0 filters
 * -----------------------------------------------------------------------------
 */
.filters {
    margin-top: 0;
    padding: 20px;

    background-color: #e9eef1;
    background-image: url(images/curv-light-blue-w.png);
    background-repeat: no-repeat;
}

.filters h1 {
    margin: 12px 0;

    color: #105461;
}

.filters ul {
    margin: 0;
    padding: 0;

    list-style: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #105461;
}

.filters ul li {
    font-size: 16px;
    line-height: 20px;

    margin-bottom: 4px;
    padding: 6px 0 4px 26px;

    cursor: pointer;

    background-image: url(images/bg-checkbox.png);
    background-repeat: no-repeat;
    background-position: 2px 5px;
}

.filters ul li.active {
    color: #fff;
    background-color: #00a1b2;
    background-image: url(images/bg-checkbox-active.png);
    background-position: 4px 7px;
}

/**
 * 10.0 Publicaties
 * -----------------------------------------------------------------------------
 */
.publicatie .image {
    float: left;

    width: 144px;
    margin-right: 20px;

    border: 2px solid #e9eef1;
}

.publicatie .content {
    float: left;

    width: 420px;
    padding-top: 12px;

    border-top: 2px solid #e9eef1;
}

.archive .publicatie h1.entry-title a {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;

    margin: 0;
    margin-bottom: 20px;
    padding: 0;

    cursor: pointer;

    color: #f37121;
}

.publicatie .download,
.publicatie .bestellen {
    font-family: ScalaSansWebPro-Bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    padding-left: 48px;

    color: #105461;
    background-repeat: no-repeat;

    *display: inline;
    *zoom: 1;
}

.publicatie .download {
    background-image: url(images/btn-download.png);
}

.publicatie .bestellen {
    margin-left: 20px;

    background-image: url(images/btn-bestellen.png);
}

.publicatie .options {
    margin-bottom: 40px;
}

.pub {
    display: block;
    float: left;
    overflow: hidden;

    max-height: 1000px;

    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}

.pub.hide {
    height: 0px \9;
    max-height: 0;

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    opacity: 0;

    *height: 0;
}

/**
 * 11.0 Formulier
 * -----------------------------------------------------------------------------
 */

div.wpcf7 {
    font-size: 18px;
    line-height: 24px;

    color: #105461;
}

.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
    font-family: ScalaSansWebPro-Light;
    font-size: 42px;
    font-weight: 300;
}

.wpcf7 h1.first {
    margin-top: 0;
    margin-bottom: 36px;
}

.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
    font-size: 28px;

    margin: 12px 0;
}

.wpcf7 .head {
    font-family: ScalaSansWebPro-Bold;
    font-weight: bold;
    line-height: 42px;

    height: 42px;
}

.wpcf7 .head .first {
    display: block;
    float: left;

    width: 20%;
}

.wpcf7 label {
    display: inline-block;
    clear: both;

    width: 100%;

    *display: inline;
    *zoom: 1;
}

.wpcf7 label .label {
    display: block;
    float: left;

    width: 20%;
    padding-top: 9px;
}

.wpcf7 label .wpcf7-form-control-wrap {
    float: right;
    float: left;

    width: 80%;
}

.wpcf7 label .wpcf7-form-control-wrap.telefoon {
    width: 40%;
}

.wpcf7 label input[type=text],
.wpcf7 label textarea {
    width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 label textarea {
    padding: 0 12px;

    color: #105461;
    border: none;
    outline: none;
    background-color: #fff;
}

.wpcf7 input[type=text] {
    line-height: 40px;

    height: 40px;
}

.wpcf7 input[type=submit] {
    line-height: 40px;

    display: block;

    height: 40px;
    padding: 0 20px;

    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    background-color: #00a1b2;
}

.wpcf7 label textarea {
    padding: 12px;
}

.wpcf7 .getting {
    font-size: 20px;
    line-height: 22px;

    padding: 0 0 8px 0;
}

.wpcf7 .getting input[type=text] {
    width: 15%;
    margin-right: 5%;
}

.wpcf7 h5 {
    float: left;
    clear: none;
}

div.wpcf7-response-output {
    margin: 1em 0;
    padding: 0;

    color: #f37121 !important;
    border: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f37121 !important;
}

.first-block {
    float: left;
    width: 20%;
    padding-top: 9px;
}

.wpcf7-checkbox {
    float: left;
    width: 80%;
    margin-bottom: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.wpcf7-form-control-wrap select {
    line-height: 40px;
    overflow: hidden;
    width: 106%;
    max-width: 500px;
    height: 40px;
    margin: 0 0 0 12px;
    cursor: pointer;
    color: #105461;
    border: none;
    outline: none;
    background: url(images/bg-dropdown.png) no-repeat right center #fff;
}

.bent,
.voorval,
.letsel,
.partijeenkies,
.partijtweekies {
    background: #fff;
    display: block;
    overflow-x: hidden;
    border-radius: 20px;
}

.bent,
.voorval,
.letsel,
.partijeenkies,
.partijtweekies {
    width: 40% !important;
}

.bent select,
.voorval select,
.letsel select,
.partijeenkies select,
.partijtweekies select {
    width: 112%;
}

/**
 * 12.0 Google Maps
 * -----------------------------------------------------------------------------
 */

.gm-style .gm-style-iw {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.styled-select {
    font-size: 20px;
    overflow: hidden;
    width: 50%;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 auto;
}

.styled-select select {
    line-height: 40px;
    overflow: hidden;
    width: 480px;
    max-width: 500px;
    height: 40px;
    margin: 0 0 0 12px;
    cursor: pointer;
    color: #105461;
    border: none;
    outline: none;
    background: url(images/bg-dropdown.png) no-repeat right center #fff;
}

#messages span {
    font-size: 20px;
    display: block;
    color: #f37121;
}

#register_table {
    margin-top: 42px;
    border-collapse: collapse;
}

#register_table,
#register_table th,
#register_table td {
    color: #105461;
    border: none;
}

#register_table thead td {
    font-family: ScalaSansWebPro-Bold, sans-serif;
    font-weight: bold;
}

#register_table td {
    padding: 16px 0;
    border-bottom: 2px solid #e9eef1;
}

#register_table td.head {
    padding-bottom: 0;

    cursor: pointer;

    border: none;
}

#register_table tr.nevenvestiging {
    background: #f6f6f7;
}

#register_table tr.nevenvestiging table {
    border: 0;
    margin: 0;
}

#register_table tr.nevenvestiging td {
    border-top: 0;
}

#register_table tr.nevenvestiging table td:first-child {
    padding-left: 16px;
}

#register_table tr.nevenvestiging > td {
    padding-left: 25px;
    padding-right: 15px;
}

#register_table td h2 {
    font-family: ScalaSansWebPro, sans-serif;
    font-size: 28px;

    margin: 0;

    color: #f37121;
}

.hidden {
    display: none
}

/**
 * 13.0 Startpagina
 * -----------------------------------------------------------------------------
 */

.tabs {
    line-height: 40px;

    display: block;
    display: block;
    clear: both;

    width: 100%;
    height: 40px;
    margin-bottom: 42px;

    border-bottom: 2px solid #e9eef1;
    background-color: #fff;
}

.tabs ul {
    display: block;

    margin: 0 auto;
    padding: 0;

    list-style: none;
}

.tabs ul li {
    font-size: 20px;
    line-height: 40px;

    display: block;
    float: left;

    height: 40px;
    margin: 0 40px 0 0;

    cursor: pointer;

    color: #105461;
}

.tabs ul li.current-menu-item {
    line-height: 40px;

    display: inline-block;

    height: 40px;

    border-bottom: 2px solid #f37121;
}

.actueel-wrapper {
    display: block;
    clear: both;
}

.actueel-wrapper {
    overflow: hidden;

    height: 0px \9;
    max-height: 0;

    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;

    opacity: 0;

    *height: 0;
}

.actueel-wrapper.show {
    max-height: 1000px;

    opacity: 1;
}

/**
 * 14.0 Infowijzer
 * -----------------------------------------------------------------------------
 */

.infowijzer h1,
.infowijzer h2,
.infowijzer .lowest span {
    margin: 0;
    padding: 0;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.infowijzer h1 {
    font-family: ScalaSansWebPro-Light;
    font-size: 28px;
    font-weight: 300;
    line-height: 54px;
    height: 54px;
    margin: 0;
    padding: 0;

    color: #105461;
    background-image: url(images/btn-show.png);
    background-repeat: no-repeat;
    background-position: right 7px;
}

.infowijzer input[type='checkbox'] {
    line-height: 40px;
    margin-right: 8px;
    margin-left: 12px;
}

.infowijzer,
.infowijzer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.low {
    border-top: 2px solid #e9eef1;
}

.infowijzer h2 {
    padding-left: 12px;
    border-bottom: 2px solid #e9eef1;
}

.lowest li {
    border-bottom: 1px solid #fff;
}

.data,
.desc {
    overflow-x: hidden;
    display: none;
    padding-bottom: 32px;
}

.desc li {
    border-bottom: 0;
}

.lowest {
    background-color: #e9eef1;
}

.lowest .desc {
    padding: 0 16px 16px 16px;
}

.checker {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 19px;
    text-indent: -9999px;
    cursor: pointer;
    background-image: url(images/bg-checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
}

.show .checker {
    background-image: url(images/bg-checked.png);
}

.infowijzer-submit {
    font-size: 18px;
    margin-top: 32px;
    line-height: 40px;
    display: block;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    background-color: #00a1b2;
}

/* Profile builder*/

.wppb-user-forms {

}

.wppb-user-forms #wppb-form-element-1 h4 {
    margin-top: 8px;
}

.wppb-user-forms .form-submit {
    font-size: 20px;
    display: block;
    float: left;
}

.wppb-user-forms ul {
    display: block;
    float: left;
    list-style-image: none;
}

.wppb-user-forms ul li {
    background-color: #e9eef1;
    padding: 0 16px 16px 16px;
    float: left;
    width: 100%;
}

.wppb-user-forms input[type=text],
.wppb-user-forms input[type=email],
.wppb-user-forms input[type=password],
.wppb-user-forms textarea {
    padding: 0 12px;
    border: 1px solid #105461;
    color: #105461;
    outline: none;
    background-color: #fff;
    line-height: 1.25rem;
    min-height: 1.25rem;
}

.wppb-user-forms input[type=text]:focus,
.wppb-user-forms input[type=email]:focus,
.wppb-user-forms input[type=password]:focus,
.wppb-user-forms textarea:focus {
    border: 1px solid #f37121;
}

.wppb-user-forms input[disabled] {
    color: #00a1b2;
    background-color: #f1f1f1;
    border: 1px solid #00a1b2;
}

.wppb-required {
    color: red;
}

.wppb-user-forms label {
    display: inline-block;
    width: 180px;
    color: #105461;
    font-size: 18px;
}

#wppb-recover-password label,
#loginform label {
    width: 100%;
    padding-bottom: 8px;
    float: left;
    line-height: 1;
}

#loginform .login-remember label {
    color: gray;
}

#loginform {
    background-color: #e9eef1;
    float: left;
    padding: 16px;
    width: 352px;
}

#loginform p {
    margin-bottom: 8px;
}

.wppb-user-forms .wppb-form-field input {
    display: inline-block;
}

.wppb-user-forms input[type=submit] {
    font-family: ScalaSansWebPro-Bold, sans-serif;
    font-weight: bold;
    line-height: 40px;
    display: block;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    background-color: #00a1b2;
}

#pass-strength-result {
    display: block;
    padding-left: 190px;
    font-style: normal;
    font-weight: bold;
}

.short,
.bad {
    color: red;
}

.good {
    color: orange;
}

.strong {
    color: green;
}

.wppb-alert a,
#wppb_register_pre_form_message a {
    white-space: nowrap;
}

/* Register & Edit Profile Forms*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Forms
3.0 - Alignments
4.0 - Errors & Notices
5.0 - User Listing
6.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
.wppb-user-forms,
.wppb-user-forms * {
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
    box-sizing: border-box !important; /* Opera/IE 8+ */
}

/*--------------------------------------------------------------
2.0 Forms
--------------------------------------------------------------*/
.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.wppb-user-forms select,
.wppb-user-forms textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.wppb-user-forms .wppb-select-multiple select {
    line-height: 1.25rem;
    padding: 3px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: white;
    overflow: auto;
}

.wppb-user-forms .wppb-select-multiple select option {
    white-space: normal;
}

.wppb-user-forms .wppb-select select {
    line-height: 1.25rem;
    height: 28px;
    padding: 3px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: white;
}

.wppb-user-forms select:focus {
    border: 1px solid #f37121;
    outline: none;
}

.wppb-user-forms input[type="checkbox"],
.wppb-user-forms input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

.wppb-user-forms input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.wppb-user-forms input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

.wppb-user-forms button::-moz-focus-inner,
.wppb-user-forms input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.wppb-user-forms input[type="text"]:focus,
.wppb-user-forms input[type="number"]:focus,
.wppb-user-forms input[type="email"]:focus,
.wppb-user-forms input[type="url"]:focus,
.wppb-user-forms input[type="password"]:focus,
.wppb-user-forms input[type="search"]:focus,
.wppb-user-forms textarea:focus {
    color: #111;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"] {
    padding: 3px;
}

.wppb-user-forms textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap { /* properly align wysiwyg editor among form fields */
    float: left;
    width: 69.9%;
}

.wppb-user-forms .wppb-wysiwyg button:hover { /* wysiwyg - overwrite the theme inherited background color on hover*/
    background: none;
}

.wppb-user-forms .wppb-wysiwyg div.mce-tinymce.mce-panel { /*Display the borders for the TinyMCE editor - Visual tab*/
    border: 1px solid #ccc !important;
    color: #666 !important;
}

.wppb-user-forms .wppb-wysiwyg div.mce-panel.mce-first {
    border-width: 0 0 1px 0 !important;
}

.wppb-user-forms .wppb-wysiwyg div.mce-panel.mce-last {
    border-width: 1px 0 !important;
}

.wppb-user-forms .wppb-wysiwyg .quicktags-toolbar { /*Display the borders for the TinyMCE editor - Text tab*/
    border: 1px solid #dedede;
    border-bottom: 0;
}

#wp-link label input[type="text"] { /*Fix the looks of the Add Link window for TinyMCE editor*/
    padding: 0px;
}

#wppb-search-fields {
    min-width: 250px;
    float: left;
    margin-right: 20px;
}

.wppb-user-forms .wppb-search-button {
    margin-right: 10px;
    padding: 7px 20px;
    line-height: 24px;
}

.wppb-search-users-wrap {
    margin-bottom: 20px;
}

.wppb-user-forms .extra_field_heading {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.wppb-user-forms ul {
    max-width: 900px;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.wppb-user-forms ul li {
    list-style: none;
}

#wppb-login-wrap p,
#select_user_to_edit_form p {
    overflow: hidden;
    margin: 0;
    padding-bottom: 14px;
}

.wppb-user-forms ul li {
    margin: 0;
    padding-bottom: 14px;
}

.wppb-user-forms ul li:after {
    content: "";
    clear: both;
    display: block;
}

.wppb-user-forms .wppb-input-hidden {
    padding-bottom: 0;
}

.wppb-user-forms.wppb-user-role-administrator .wppb-input-hidden {
    padding-bottom: 14px;
}

.wppb-user-forms .wppb-form-field > ul {
    margin-left: 0;
}

.wppb-form-field label {
    width: 30%;
    float: left;
    min-height: 1px;
}

#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    width: 100%;
    min-height: 1px;
}

.wppb-form-field input,
.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios {
    width: 69.9%;
    float: left;
}

#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
    width: 100%;
    line-height: 32px;
    min-height: 32px;
    padding: 0 8px;
}

.wppb-form-field.wppb-timepicker select {
    width: auto;
    margin-right: 5px;
}

.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap .wp-editor-tabs * {
    box-sizing: content-box !important;
}

.wppb-user-forms .wp-editor-wrap input {
    float: none;
    width: auto;
}

input#send_credentials_via_email {
    float: none;
    width: auto;
    margin-right: 10px
}

.wppb-send-credentials-checkbox label {
    width: auto;
}

.wppb-form-field > span {
    display: block;
    clear: both;
    margin-left: 30%;
    font-size: 90%;
    font-style: normal;
}

.wppb-form-field > span.custom_field_html {
    font-style: normal;
    font-size: 100%;
}

.wppb-form-field.wppb-timepicker > span.wppb-timepicker-separator {
    display: inline-block;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 5px;
    font-size: 100%;
    font-style: normal;
}

.wppb_upload_button {
    display: inline-block;
}

.wppb-user-forms .wppb-checkboxes li,
.wppb-user-forms .wppb-radios li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.wppb-form-field .wppb-checkboxes label,
.wppb-form-field .wppb-radios label {
    float: none;
    min-width: 0;
    padding-left: 5px;
    width: auto;
    display: inline-block;
}

.wppb-checkbox-terms-and-conditions input,
.wppb-checkboxes li input,
.wppb-radios li input {
    min-width: 0;
    float: none;
    width: auto;
}

.wppb-edit-user .wppb-checkbox-terms-and-conditions {
    display: none;
}

.wppb-form-field.wppb-heading span,
.wppb-default-about-yourself-heading span,
.wppb-default-contact-info-heading span,
.wppb-default-name-heading span,
.wppb-checkbox-terms-and-conditions span {
    font-size: 95%;
    margin: .5rem 0;
}

.wppb-checkbox-terms-and-conditions label {
    width: 100%;
}

.wppb-form-field.wppb-checkbox-terms-and-conditions input[type="checkbox"].custom_field_toa {
    float: none;
    width: auto;
    margin-right: 10px
}

.g-recaptcha {
    display: inline-block;
}

.g-recaptcha iframe {
    margin-bottom: 0;
}

.wppb-form-field input.wppb-map-search-box {
    position: absolute;
    top: 10px !important;
    height: 34px;
    width: 50%;
    min-width: 250px;
    background: #fff;
    border: 0;
    border-radius: 1px;
    padding: 0 10px;
    box-shadow: 0 1px 1px 0 #c1c1c1;
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
4.0 Errors & Notices
--------------------------------------------------------------*/

#wppb_general_top_error_message,
.wppb-error,
.wppb-warning {
    padding: 6px 9px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #ffebe8;
    border: 1px solid #C00;
}

#wppb_general_top_error_message,
.wppb-error,
.wppb-warning {
    color: #222222;
}

#wppb_general_top_error_message a,
.wppb-error a,
.wppb-warning a {
    color: #007acc;
}

.wppb-required {
    color: red;
}

.wppb-required,
.wppb-checkbox-terms-and-conditions span.wppb-required {
    margin-left: 5px;
}

#wppb_form_success_message,
.wppb-success {
    padding: 6px 9px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e7f7d3;
    border: 1px solid #6c3;
}

.wppb-register-user .wppb-field-error,
.wppb-edit-user .wppb-field-error,
#wppb-recover-password .wppb-field-error {
    background-color: #FFDFDF;
    border: 1px dotted #C89797;
    margin-bottom: 6px !important;
    padding: 6px !important;
}

.wppb-field-error > input,
.wppb-field-error > select,
.wppb-field-error > textarea,
.wppb-field-error > label {
    margin-bottom: 10px;
}

.wppb-field-error img {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0px;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 5px;
}

.wppb-form-field > span.wppb-form-error {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #c89797;
    font-size: 100%;
    margin-left: 0;
}

/*--------------------------------------------------------------
5.0 User Listing
--------------------------------------------------------------*/
.wppb-table * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wppb-table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0.5rem;
    border-collapse: collapse;
    width: 100%;
}

.wppb-table th {
    background: #f4f4f4;
    padding: 7px;
    border: 1px solid #e1e1e1;
    text-align: left;
}

.wppb-table thead tr:hover {
    background: none;
}

.wppb-table .wppb-sorting .wppb-sorting-default {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/sorting-default.png') no-repeat center center;
    vertical-align: middle;
}

.wppb-table .wppb-sorting .wppb-sorting-ascending {
    background-image: url('../images/sorting-ascending.png');
}

.wppb-table .wppb-sorting .wppb-sorting-descending {
    background-image: url('../images/sorting-descending.png');
}

.wppb-table tr:hover {
    background: #f1fcff;
}

.wppb-table td {
    padding: 7px;
    border: 1px solid #e1e1e1;
}

.wppb-table .wppb-posts,
.wppb-table .wppb-moreinfo {
    text-align: center;
}

.wppb-avatar img {
    max-width: none;
}

ul.wppb-profile {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

ul.wppb-profile li {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

ul.wppb-profile li label {
    display: block;
    width: 30%;
    float: left;
    min-height: 1px;
    font-weight: bold;
}

ul.wppb-profile li span {
    display: block;
    width: 69.9%;
    float: left;
}

ul.wppb-profile li h3,
ul.wppb-profile li h3:first-child {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
}

ul.wppb-faceted-list {
    list-style: none;
    margin: 0 0 20px;
}

ul.wppb-faceted-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.wppb-faceted-list > li {
    float: left;
    margin-right: 15px;
    max-width: 300px;
}

ul.wppb-faceted-list > li:first-child {
    float: none;
    clear: both;
}

.wppb-userlisting-container .wppb-faceted-list li h5 {
    margin-top: 20px;
    margin-bottom: 5px;
}

ul.wppb-faceted-list label > * {
    vertical-align: middle;
}

ul.wppb-faceted-list input[type="checkbox"] {
    margin-right: 5px;
}

.wppb-userlisting-container.spinner {
    position: relative;
    opacity: 0.5
}

.wppb-userlisting-container.spinner:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    /*background: url('../images/ajax-loader.gif') no-repeat center;*/
    z-index: 1000;
}

ul.wppb-faceted-list .hide-this {
    display: none;
}

#wppb-remove-facets-container {
    list-style: none;
    margin: 0;
}

.wppb-remove-facet:before, .wppb-remove-all-facets:before {
    content: "x";
    display: inline-block;
    border-right: 1px dotted #D3CCC9;
    border-right: 1px dotted #6F6F6F;
    padding-right: 5px;
    margin-right: 5px;
}

.wppb-userlisting-container .wppb-ul-range-values {
    padding: 5px 0;
}

.wppb-userlisting-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wppb-float-left {
    float: left;
}

.wppb-float-right {
    float: right;
}

.wppb-facet-float-left {
    float: left;
    max-width: 300px;
}

.wppb-facet-float-right {
    float: right;
    max-width: 300px;
}

@media screen and ( max-width: 720px ) {

    .wppb-table {
        border: 0;
    }

    .wppb-table thead {
        display: none
    }

    .wppb-table tr {
        display: block;
        margin-bottom: 30px;
    }

    .wppb-table td {
        display: block;
        text-align: right;
        border-bottom: 0;
    }

    .wppb-table td:last-of-type {
        border-bottom: 1px solid #e1e1e1;
    }

    .wppb-table .wppb-posts,
    .wppb-table .wppb-moreinfo {
        text-align: right;
    }

    .wppb-table td:before {
        content: attr(data-label);
        float: left;
    }

    .wppb-table td:after {
        content: '';
        display: block;
        clear: both;
    }

}

/*--------------------------------------------------------------
6.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 400px) {

    .wppb-form-field label,
    #wppb-login-wrap .login-username label,
    #wppb-login-wrap .login-password label,
    ul.wppb-profile li label {
        width: 100%;
        display: block;
        float: none;
    }

    .wppb-form-field input,
    .wppb-form-field select,
    .wppb-form-field textarea,
    .wppb-checkboxes,
    .wppb-radios,
    #wppb-login-wrap .login-username input,
    #wppb-login-wrap .login-password input,
    ul.wppb-profile li span {
        width: 100%;
        float: left;
    }

    .wppb-form-field > span {
        margin-left: 0;
    }

    .wppb-checkboxes li label,
    .wppb-radios li label {
        display: inline;
    }

    .wppb-form-field .wppb-avatar-nofile,
    .wppb-form-field .wppb-avatar-file,
    .wppb-form-field .wppb-upload-nofile,
    .wppb-form-field .wppb-upload-file {
        margin-left: 0;
    }

}

/*--------------------------------------------------------------
7.0 Password Strength
--------------------------------------------------------------*/
#pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    display: none;
    float: left;
    margin: 13px 5px 5px 30%;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    height: 28px;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
}

/**************************************************/
/* Profile Builder Subscription Plans Field
/**************************************************/
.wppb-form-field.wppb-subscription-plans label {
    width: 100%;
    float: none;
}

.wppb-form-field.wppb-subscription-plans input {
    display: inline-block;
    width: auto;
    float: none;
    margin-right: 10px !important;
}

.wppb-form-field.wppb-subscription-plans span.description {
    display: block;
    font-size: 100%;
    font-style: italic;
    margin-left: 0;
    margin-bottom: 1.5em;
}

/**************************************************/
/* This is very weird: if in  the css there is a rule on table of border-collapse:collapse; then on FFox and Edge the Media upload won't open
/**************************************************/
table {
    border-collapse: separate;
}

td.table__head.table__head--keurmerk {
    width: 120px;
}

td.table__head.table__head--inschrijving {
    width: 90px;
}

td.table__head.table__head--gbl_goma {
    width: 120px;
}

td.table__head.table__head--name {
    width: 320px;
}

.gm-style .gm-style-iw {
    font-family: ScalaSansWebPro, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #105461;
}
