/** RESET **/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0px !important;
    overflow-x: hidden !important;
}
body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong,
b,
.strong,
.bold {
    font-weight: 700;
}
button, input{
    outline:none !important;
}
button {
    border: none;
}
a {
    text-decoration:none;
    color: inherit;
}
select::-ms-expand {
    display: none;
}
.clear{
    clear: both;
}
img, video {
    max-width: 100%;
    display:block;
}
.bg {
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow:hidden;
}

.block {
    position: relative;
    overflow:hidden;
}

.item {
    position: relative;
}

.overlay {
    position:absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.no-space {padding: 0px !important;}
.no-space-top {padding-top: 0px !important; margin-top: 0px !important;}
.no-space-bottom {padding-bottom: 0px !important; margin-bottom: 0px !important;}
.component:last-child {margin-bottom: 0px;}
.item {display:block;float: left;}
.columns {
    display:table;
    table-layout:fixed;
    width: 100%;
}
.column {
    display:table-cell;
    vertical-align:top;
}

.visual {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

/** COMMON **/
body,html {
    font-family: 'Product Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    color: #000000;
    line-height: 1.5em;
}

.container-1 {
    padding: 50px 0px;
    position:relative;
}

.wrapper-1 {
    max-width: 510px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    position:relative;
}


.box-1 {
    padding: 50px 50px;
}


.component-1 {
    margin: 0px 0px 10px 0px;
}


/** COLORS **/
/** Color: blue **/
.clr-blue { color: #4285F4 !important}
.bg-blue { background-color: #4285F4 !important}
/** Color: light **/
.clr-light { color: #FFFFFF !important}
.bg-light { background-color: #FFFFFF !important}
/** Color: dark **/
.clr-dark { color: #000000 !important}
.bg-dark { background-color: #000000 !important}
/** Color: grey **/
.clr-grey { color: #9E9E9E !important}
.bg-grey { background-color: #9E9E9E !important}

.columns {
    display:table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}
.column {
    display:table-cell;
    vertical-align:top;
    height: 100%;
    position:relative;
}
.column-in {
    position: relative;
    height: 100%;
}
.visual {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

.framework-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fw-800 {font-weight: 800;}
.fw-900 {font-weight: 900;}

.mb-100 {margin-bottom: 100px;}
.mb-95 {margin-bottom:95px;}
.mb-90 {margin-bottom: 90px;}
.mb-85 {margin-bottom:85px;}
.mb-80 {margin-bottom: 80px;}
.mb-75 {margin-bottom:75px;}
.mb-70 {margin-bottom: 70px;}
.mb-65 {margin-bottom:65px;}
.mb-60 {margin-bottom: 60px;}
.mb-55 {margin-bottom:55px;}
.mb-50 {margin-bottom: 50px;}
.mb-45 {margin-bottom:45px;}
.mb-40 {margin-bottom: 40px;}
.mb-35 {margin-bottom:35px;}
.mb-30 {margin-bottom: 30px;}
.mb-25 {margin-bottom:25px;}
.mb-20 {margin-bottom: 20px;}
.mb-15 {margin-bottom:15px;}
.mb-10 {margin-bottom: 10px;}
.mb-5 {margin-bottom:5px;}

/** TRANSITIONS **/
.mobile-toggle,
.mobile-toggle-inner::before,
.input-row,
.input-row label {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.framework-columns .column-1 {
    -webkit-transition: left 300ms ease-in-out;
    -moz-transition: left 300ms ease-in-out;
    -ms-transition: left 300ms ease-in-out;
    -o-transition: left 300ms ease-in-out;
    transition: left 300ms ease-in-out;
}

.framework-return i {
    -webkit-transition: left 150ms ease-in-out;
    -moz-transition: left 150ms ease-in-out;
    -ms-transition: left 150ms ease-in-out;
    -o-transition: left 150ms ease-in-out;
    transition: left 150ms ease-in-out;
}

.framework-subnav a,
.framework-nav a {
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.overlay {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

/** COMPONENTS **/
.text-1 {
    font-size: 1em;
    line-height: 1.5em
}

.text-2 {
    font-size: 1.14em;
    line-height: 1.5em
}
.title-1 {
    font-size: 1.28em;
    line-height: 1.5em
}
.title-2 {
    font-size: 1.71em;
    line-height: 1.5em
}
.btn{
    display: block;
    line-height: 21px;
    padding: 10px;
    vertical-align: middle;
    font-size: 16px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #000;
}

.btn.btn-full{
    width: 100%;
}

.input-row {
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    overflow:hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

.input-row.error {
    background: #D9B4B0 !important;
    border-color: #D0021B !important;
}
.input-row.error label{
    color: #D0021B !important;
}
.input-row.success{
    background: #A1DB9D !important;
    color: #4BB543 !important;
}
.input-row.success label{
    color: #4BB543 !important;
}

.input-row label,
.input-row input,
.input-row textarea,
.input-row select {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #E1E1E1;
    line-height: 1.2em;
}

.input-row input,
.input-row textarea {
    background: transparent;
    border: 0px;
    outline: none;
    padding: 23px 0 9px;
    width: 100%;
    color: #4285F4;
}

.input-row label {
    position: absolute;
    left: 0;
    top: 18px;
    color: #9E9E9E;
}

.input-row.focus label {
    top: 8px;
    font-size: 10px;
    color: #9E9E9E;
}


.input-row input:read-only, .input-row textarea:read-only{
    background: rgba(128,128,129,0.1);
    opacity: 0.2;
    color: #000;
    cursor: not-allowed;
}

.input-row textarea {
    height: 150px;
    max-height: 150px !important;
    max-width: 100%;
    padding-top: 23px;
}


.radio-row input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 18px;
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.radio-row label{
    font-size: 14px;
    line-height: 20px;
    color: #9E9E9E;
    display: inline-block;
    vertical-align: middle;
}
.check-row input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    width: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.check-row label{
    font-size: 14px;
    color: #070707;
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}
.input-row.icon i{
    position: absolute;
    right: 5px;
    top: 22px;
}


/** LOOPS **/


/** PARTS **/




/** SECTIONS **/
/** SECTION: TOP **/
header {
    height: 65px;
}

.header-in {
    position: fixed;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
}

.header-in .columns {
    display: table !important;
}

.header-in .column {
    vertical-align:middle;
    padding: 0px 20px;
    display: table-cell !important;
}


.header-in .column img {
    max-height: 39px;
}
.header-in .column-2 {
    text-align: right;
}
.header-in .column .btn {
    display: inline-block;
}


/** SECTION: BLOCKS **/
.block-login {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 100vh;
    margin-top: -65px;
}

.block-login .container {
    display: table-cell;
    vertical-align: middle;
}

.block-login .block-in {
    border: 1px solid #E1E1E1;
    padding: 50px;
}

.block-login-top .component,
.block-login-top .block-login-link {
    display: inline-block;
}

.block-login-top .block-login-link {
    float: right;
}

.block-login .forgot-password a,
.block-login-link a {
    text-decoration: underline;
}
.framework-columns .column-1 {
    width: 185px;
    border-right: 1px solid #E1E1E1;
}

.part-framework-nav {
    width: 185px;
    height: 100%;
    padding-top: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

.framework-nav a {
    display: block;
    padding: 10px 20px;
}

.framework-nav a.active {
    background-color: #000;
    color: #FFF;
}

.framework-nav a:hover {
    color: #9E9E9E;
}

.framework-nav-close {
    display: none !important;
    text-align: right;
    float: none !important;
}

.framework-nav-close i  {
    position: relative;
    top: 3px;
}

.part-framework-subnav {
    height: 30px;
}

.framework-subnav-in {
    display: table;
    background-color: #FFF;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #E1E1E1;
}

.framework-subnav a {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #E1E1E1;
    padding: 4px 0;
}

.framework-subnav a:hover {
    color: #000;
}

.framework-subnav a:last-child {
    border: none;
}

.framework-subnav a.active {
    background-color: #F2F2F2;
    color: #000;
}

.framework-content {
    padding: 50px;
}

.framework-content-top {
    display: table;
    width: 100%;
}

.framework-content-top .component {
    display: table-cell;
    vertical-align: top;
}

.framework-content-top .component:first-child {
    padding-right: 20px;
}

.insurer {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.insurer .component {
    display: inline-block;
}

.insurers-filter {
    display: none !important;
}

.insurer-edit {
    float: right;
    position: relative;
    top: 5px;
}

.fixed-scroll.fixed {
    position: fixed;
    top: 0;
    z-index: 21;
}

.overlay {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 19;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
.framework-return i {
    position: relative;
    top: 3px;
    left: 0;
}

.framework-return:hover i {
    left: -10px;
}

.framework-form {
    max-width: 600px;
    margin-bottom: 45px;
}

.framework-btns {
    text-align: right;
}

.framework-btn {
    margin-bottom: 10px;
}

.framework-form .btn {
    display: inline-block;
    font-size: 14px;
}

.framework-form .framework-btn:first-child .btn {
    background-color: #4285F4;
}

.framework-form .framework-btn:last-child {
    margin-bottom: 0;
}

.framework-form .btn.add-extra-row{
    float: none;
    margin-top: 25px;
}

.copy-row{
    display: none;
}

/** SECTION: BOTTOM **/


.content-tab-tab{
    display: none;
}


.content-tab-tab.active{
    display: block;
}


.component-row{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.component-row > .component{
    display: table-cell;
}

.framework-columns .column-1:-empty{
    display: none !important;
}

.styled-select, .styled-select2 {
    background:#fff;
    height: 48px;
    overflow: hidden;
    cursor:pointer;
    width: 100%;
}

.styled-select select, .styled-select2 select {
    background: transparent;
    border: none;
    height: 48px;
    width: 100%;
    color: #333;
    cursor:pointer;
    outline:none;
    padding: 0px;
    font-family: 'Product Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.styled-select select option {
    padding: 0px !important;
    margin: 0px !important;
}

.styled-select:after {
    position: absolute;
    display: inline-block;
    font-family: 'onze-pensioenregeling';
    content: "\66";
    top: 16px;
    right: 0;
    pointer-events: none;
}

.background-red {
    background-color: #ff0000;
}

.text-red {
    color: #ff0000;
}