﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

html {
    font-family: 'Roboto', sans-serif;
}

.resultContainerClass::-webkit-scrollbar {
    display: none;
}

.resultContainerClass {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

@media (min-width: 1750px) {
    .col-xl-4 {
        float: left;
    }

    .col-xl-4 {
        width: 33.333%;
    }
}

.section-title {
    font-size: 22px;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.center {
    justify-content: center;
}

.ph-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.ph-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph-4 {
    padding-left: 15px;
    padding-right: 15px;
}


.ph-5 {
    padding-left: 20px;
    padding-right: 20px;
}

.ml-0 {
    margin-left: 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.label-naamSim {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #191919;
}


.pv-2 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pv-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-1 {
    padding-top: 6px;
}

.pt-2 {
    padding-top: 13px;
}

.pb-1 {
    padding-bottom: 3px;
}

.mh-2 {
    margin-left: 5px;
    margin-right: 5px;
}

.mh-3 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0px !important;
}

.ph-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.text-center {
    text-align: center;
}

.input-section {
    margin-bottom: 40px;
}

@media screen and (min-width: 1750px) {
    .clearfix-md {
        content: '';
        clear: both;
        display: table;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1749px) {
    .clearfix-sm {
        content: '';
        clear: both;
        display: table;
    }
}


.form__group {
    position: relative;
    padding: 15px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.form__group__small {
    position: relative;
    padding: 0px 0 0;
    margin-top: 0px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #707070;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -webkit-border-radius: 0;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}


.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #8BBBE9
}


.form__field__icon {
    padding-left: 15px;
}

.input-icon {
    position: absolute;
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
}

.divResult {
    display: flex;
    flex-direction: row;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .divResult:hover {
        background-color: #ececec;
        cursor: pointer;
    }

.titleResult {
    font-size: 18px;
    font-weight: bold;
}

.pResult {
    font-size: 16px;
}

.listTitle {
    color: white;
    background-color: #4682BD;
    -ms-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    font-size: 18px;
}

.toolLine {
    height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.radioButtonList {
    margin: 14px 0 5px 15px;
}

.radioButtonList label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-left: 5px;
}

.custom-checkbox {
    margin-left: 15px;
    display: block;
    padding-left: 15px;
}

.custom-checkbox label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #191919;
    margin-left: 5px;
}

.checkbox-sub-content {
    margin-bottom: 20px;
    margin-left: 20px;
}

.custom-label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #191919;
    /*padding: 0;*/
}

.alignItemsCenter {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}

.radioButtonListWoonWerk {
    margin-top: 15px;
    margin-left: 0;
}

.radioButtonListWoonWerk label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #9b9b9b;
    margin-left: 5px;
}

.custom-dropdown {
    border: none;
    border-bottom: 1px solid gray;
    padding: 7px 0;
    padding-right: 25px;
    font-size: 16px;
    color: #191919;
    width: 100%;
    background-color: transparent;
    -webkit-border-radius: 0;
    /*background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10'><g transform='translate(-1284 -841)'><path d='M2.5,0,5,4H0Z' transform='translate(1284 841)' fill='#848484'/><path d='M2.5,0,5,4H0Z' transform='translate(1289 851) rotate(180)' fill='grey'/></g></svg>") no-repeat 100% 50%;*/
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='grey'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat 99% 61%;
    background-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.custom-dropdown-language{
    border: none;
    padding: 7px 0;
    padding-right: 25px;
    font-size: 16px;
    color: #191919;
    width: 100%;
    background-color: transparent;
    -webkit-border-radius: 0;
    /*background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10'><g transform='translate(-1284 -841)'><path d='M2.5,0,5,4H0Z' transform='translate(1284 841)' fill='#848484'/><path d='M2.5,0,5,4H0Z' transform='translate(1289 851) rotate(180)' fill='grey'/></g></svg>") no-repeat 100% 50%;*/
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='grey'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat 99% 61%;
    background-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input.validation-error {
    border-bottom: 1px solid red;
    background-color: #ff000021;
    color: red;
}

select.validation-error {
    border-bottom: 1px solid red;
    background-color: #ff000021;
    color: red;
}

label.validation-error {
    color: #ff000096;
}

.icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.help-icon-container {
    display: flex;
    align-items: center;
}

.vglIcon {
    width: 28px;
    font-size: 21px;
    vertical-align: middle;
}

.error-container {
    position: fixed;
    top: 50px;
    right: 0;
    margin: 25px;
    width: 450px;
    z-index: 99;
    overflow: hidden;
}

.vglCheckbox input {
    width: 17px;
    height: 17px;
}

.hasDatepicker::placeholder {
    color: grey;
}
