@font-face {
    font-family: 'Lato-Light';
    font-style: normal;
    font-weight: 300;
    src: url('../../../../../fonts/lato-v11-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../../fonts/lato-v11-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../../../fonts/lato-v11-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('../../../../../fonts/lato-v11-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../../../fonts/lato-v11-latin-ext_latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../../../../../fonts/lato-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../../../fonts/lato-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../../../fonts/lato-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../../../../fonts/lato-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../../../fonts/lato-v11-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

.responsive *, .responsive :after, .responsive :before {
    box-sizing: border-box;
}

.responsive h1, .responsive h2, .responsive h3, .responsive h4, .responsive h5, .responsive h6 {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
}

.responsive h2, .responsive h3, .responsive h4, .responsive h5, .responsive h6 {
    font-size: 14px;
}

.responsive label {
    font-weight: normal;
}

.responsive a, .responsive a:hover, .responsive a:focus, .responsive a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.responsive a.anchor-link,
.responsive a.anchor-link:hover,
.responsive a.anchor-link:focus,
.responsive a.anchor-link:active {
    text-decoration: underline;
    cursor: pointer;
}


.responsive {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.responsive :focus {
    outline: none;
}

span.mandatory {
    color: #fa757f;
}

span.alert {
    color: #DC8C00;
}

.responsive label .infoText {
    margin-left: 5px;
}

.responsive label .infoText.clickable:hover,
.responsive label .infoText.clickable:focus {
    color: #fe9a12;
}

.buttons,
.buttonRow {
    margin-top: 20px;
    min-height: 32px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.buttons > a,
.buttonRow > a,
.buttons > div,
.buttonRow > div {
    margin-left: 0;
    margin-right: 0;
}

.buttons > a:not(:last-child),
.buttonRow > a:not(:last-child),
.buttons > div:not(:last-child),
.buttonRow > div:not(:last-child) {
    margin-left: 10px;
}

a.button,
a.button:visited,
a.button:active,
.button {
    display: inline-block;
    padding: 0 20px 0 20px;
    min-height: 32px;
    min-width: 40px;
    line-height: 29px;
    cursor: pointer;
    border: 1px solid #00BBE3;
    color: #00BBE3;
    text-shadow: 0 0 #00BBE3;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.not-touch .button:hover:not(.saveButtonDisabled):not(.deleteButton),
.not-touch .button:focus:not(.saveButtonDisabled):not(.deleteButton) {
    color: white;
    background: #00BBE3;
}

.button.saveButton,
.button.saveButtonDisabled,
a.button.saveButton,
a.button.saveButtonDisabled {
    color: white;
    text-shadow: 0 0 white;
    border: none;
    padding: 1px 21px 1px 21px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09d3ff+0,00bbe3+100 */
    background: #09d3ff; /* Old browsers */
    background: -moz-linear-gradient(top, #09d3ff 0%, #00bbe3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #09d3ff 0%, #00bbe3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #09d3ff 0%, #00bbe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09d3ff', endColorstr='#00bbe3', GradientType=0); /* IE6-9 */
}

.not-touch .button.saveButton:hover,
.not-touch .button.saveButton:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdf22d+0,fe9a12+100 */
    background: #fdf22d; /* Old browsers */
    background: -moz-linear-gradient(top, #fdf22d 0%, #fe9a12 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdf22d 0%, #fe9a12 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdf22d 0%, #fe9a12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf22d', endColorstr='#fe9a12', GradientType=0); /* IE6-9 */
}

.button.saveButtonDisabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.button.deleteButton {
    border: 1px solid rgba(255, 0, 100, 0.5);
    color: rgba(255, 0, 100, 0.5);
    text-shadow: 0 0 rgba(255, 0, 100, 0.5);
}

.not-touch .button.deleteButton:hover,
.not-touch .button.deleteButton:focus {
    color: white;
    background: rgba(255, 0, 100, 0.5);
}

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

    a.button,
    .button,
    .buttons > a,
    .buttonRow > a,
    .buttons > div,
    .buttonRow > div {
        display: block;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: 100%
    }

    .buttons > a:not(:last-child),
    .buttonRow > a:not(:last-child),
    .buttons > div:not(:last-child),
    .buttonRow > div:not(:last-child) {
        margin-left: 0;
    }

}

.agb-search .agbTypeImage {
    height: 50px;
}

.agb-search .agb-select-container > * {
    margin-top: 20px;
    border-top: 1px solid #52cce4;
}

.agb-search .agb-select-container > span {
    display: block;
    padding: 20px !important;
}

.agb-search .agb-select-container > table > thead {
    border-bottom: 1px solid #52cce4;
}

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

.gridViewTableContainer.create-process-ins-duplicates {
    margin-top: 20px;
    padding-bottom: 0 !important;
}

div.lock {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #808080;
}

div.promptPopup {
    z-index: 10000;
    position: fixed;
    min-width: 400px;
    max-width: 500px;
    /*border: 1px solid #eaeaea;*/
    background: #F7F7F7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    top: 100px !important;
    left: calc(50% - (400px / 2)) !important;
}

div.promptPopup > div.blockOpened > div.content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 350px);
    max-width: calc(500px - 20px);
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
}

div.promptPopup > div.blockOpened > div.content > label {
    width: 100%;
    padding-bottom: 10px;
}

@media screen and (max-width: 400px) {
    div.promptPopup {
        min-width: 100%;
        left: 0 !important
    }
}

@media screen and (max-height: 400px) {
    div.promptPopup {
        top: 20px !important;
    }

    div.promptPopup > div.blockOpened > div.content {
        max-height: calc(100vh - 160px);
    }
}

div.promptPopup > div.blockOpened > div.content form {
    padding: 8px;
}

div.promptPopup > div.blockOpened > div.content input[type=radio] + .ui {
    top: 5px;
}

div.promptPopup > div {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

div.promptPopup > div.blockOpened {
    padding-top: 15px;
}

div.promptPopup > div:last-child {
    padding-bottom: 20px;
}

div.promptPopup > div.blockHeader {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
}

div.promptPopup > div.blockHeader div.blockOpenClose > div {
    cursor: pointer;
    width: 25px;
    height: 25px;
    font-size: 0;
}

div.promptPopup > div.blockOpened label {
    width: 100%;
}

div.promptPopup > div.blockOpened label input {
    margin-top: 5px;
    width: 100%;
}

div.promptPopup > div.blockOpened > div.buttonRow {
    margin-top: 10px;
}

div.promptPopup > div.blockOpened > div.buttonRow > .saveButton,
div.promptPopup > div.blockOpened > div.buttonRow > .button {
    order: 1;
}

div.promptPopup > div.blockOpened > div.buttonRow > .cancelButton {
    order: 3;
}

div.promptPopup > div.blockOpened > div.buttonRow > .devider {
    flex-grow: 1;
    order: 2;
}

.correspondentieSelector {
    padding: 25px;
    background: #F7F7F7;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.correspondentieSelector + div .viewBlock {
    margin-top: 20px;
}

.zorgmail [name=mailPreview] textarea {
    height: 300px;
}

.responsive .viewBlock ul {
    padding-left: 25px;
}

.responsive .readonly-cleaner-info {
    background: #F7F7F7;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-header {
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-header > label {
    display: block;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    margin: 0;
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-data {
    display: none;
    width: 100%;
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-state:checked ~ .readonly-cleaner-info-data {
    display: flex;
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-data > div {
    flex-grow: 1;
    margin: 5px;
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-data > div > div {
    padding: 0 5px 0 5px;
}

.responsive .readonly-cleaner-info .readonly-cleaner-info-data textarea {
    font-family: monospace;
    width: 100%;
    height: 150px;
}

.responsive .qtip-content {
    white-space: pre-line;
}

.responsive .image-location,
.responsive .image-person {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.not-touch a[href^="tel"]:link,
.not-touch a[href^="tel"]:visited,
.not-touch a[href^="tel"]:hover,
.not-touch a[href^="tel"]:focus {
    text-decoration: none;
    color: #009cbd;

    pointer-events: none;
    cursor: default;
}

.view-highlight {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.touch .view-highlight {
    display: none;
}

.view-highlight-top,
.view-highlight-bottom,
.view-highlight-left,
.view-highlight-right {
    position: absolute;
    overflow: hidden;
}

.view-highlight-top::after,
.view-highlight-bottom::after,
.view-highlight-left::after,
.view-highlight-right::after {
    position: relative;
    content: '';
    display: block;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}

.view-highlight-top,
.view-highlight-bottom {
    height: 10px;
}

.view-highlight-top::after {
    width: calc(100% - 20px);
    height: 10px;
    top: 10px;
    left: 10px;
}

.view-highlight-bottom::after {
    width: calc(100% - 20px);
    height: 10px;
    top: -10px;
    left: 10px;
}

.view-highlight-left,
.view-highlight-right {
    width: 20px;
}

.view-highlight-left::after {
    width: 10px;
    height: 100%;
    left: 10px;
}

.view-highlight-right::after {
    width: 10px;
    height: 100%;
}

.view-highlight-left.even::after,
.view-highlight-right.even::after {
    background: white;
}

.view-highlight-left.odd::after,
.view-highlight-right.odd::after {
    background: #F5F5F5;
}

.view-highlight-left.highlighted::after,
.view-highlight-right.highlighted::after {
    background: #bff2ff;
}
