/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: Arial;
}

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;
}

strong {
    font-weight: bold;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    overflow-y: scroll;
    background: #f7f7f7; /* url(../Images/bg.jpg) repeat-x;*/
    font: 13px Arial;
    color: #404040;
}

*:first-child + html body {
    overflow-y: visible;
}

#header h1 {
    text-indent: -10000px;
}


#container #header .logo {
    margin: 0;
    padding: 0;
    width: 318px;
    height: 150px;
    text-indent: -1000px;
}

#container {
    width: 890px;
    margin: 0 auto;
}



#header #steps {
    margin: 0 0 0 0;
    padding: 0;
    background-color: #e8f6f9;
    background-repeat: no-repeat;
    background-position: top center;
    height: 103px;
    position: relative;
}

.zero #header #steps {
    background-color: #fbfcfc;
}

#header .step_-1 {
    display: none;
}

#header .step_0 {
    display: none;
}

#header .step_1 {
    background-position: center 0 !important;
}

#header .step_2 {
    background-position: center -103px !important;
}

#header .step_3 {
    background-position: center -206px !important;
}

#header .step_4 {
    background-position: center -309px !important;
}

#container #contentContainer {
    margin: 0 auto;
    background: #fff;
    padding-top: 8px;
}

    #container #contentContainer #content {
        background: #fff;
        padding: 0px;
    }

#content .pageHeader {
    font: 24px Arial;
    color: #404040;
    padding: 17px 0px;
    border-bottom: 1px solid #d1e1e5;
    margin: 0 30px 0 30px;
}

#content .formitemsContainer .sectionHeader {
    margin: 0 0px 0px 0px;
}

#content .sectionHeader {
    font: 18px Arial;
    color: #404040;
    padding: 10px 0 6px 0px;
    margin: 0 30px 10px 30px;
}

    #content .sectionHeader .phonenumber {
        font-size: 24px;
    }

#SmsNewPassword {
    padding-top: 10px;
}

    #SmsNewPassword a {
        color: #00aedb;
        text-decoration: none;
    }

#contentContainer #formContainer {
    padding: 20px 0px;
}

    #contentContainer #formContainer .formitemsContainer {
        padding: 20px 30px 20px 30px;
    }

    #contentContainer #formContainer .itemOf3Column {
        float: left;
        width: 33%;
        box-sizing: border-box;
        height: 120px;
    }

.modalContainer #contentContainer #formContainer .itemOf3Column {
    height: 100px;
}

.modalContainer #contentContainer #formContainer .itemOf2Column {
    height: 100px;
}

#contentContainer #formContainer .itemOf2Column {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 120px;
}

#contentContainer #formContainer .addressContainer {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin: 0 0 0 30px;
    width: 45%;
    height: auto;
    padding: 20px 20px 5px 20px;
}

#HomeAddressDescriptionLabel, #WorkAddressDescriptionLabel {
    display: block;
    min-height: 50px;
}

#AddNewHomeInfoLink, #AddNewWorkInfoLink {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    display: block;
    background: url(../Images/icon-plus.png) no-repeat;
    padding-left: 30px;
    padding-bottom: 10px;
    cursor: pointer;
}

#EditHomeInfoLink, #EditWorkInfoLink {
    width: 90px;
    background: transparent;
    display: block;
    text-align: center;
    color: #555;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    float: right;
    padding: 10px 0;
    cursor: pointer;
    border: 2px solid #555;
}


.kvkCheck {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    padding-left: 60px !important;
}

    .kvkCheck input {
        position: absolute;
        left: 30px;
    }

.smsCounter {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

#contentContainer #formContainer .radiobuttonContainer {
    box-sizing: border-box;
    border-bottom: 1px solid #eef4f5;
    padding: 10px 0 0px 0;
    margin: 0 30px;
}

    #contentContainer #formContainer .radiobuttonContainer .fieldTitle {
        float: left;
        width: 35%;
        padding-top: 7px;
    }

    #contentContainer #formContainer .radiobuttonContainer .radiobuttons {
        float: left;
        width: 65%;
        line-height: 25px;
    }

        #contentContainer #formContainer .radiobuttonContainer .radiobuttons input {
            padding-left: 20px;
            width: 16px;
            height: 16px;
            position: relative;
            top: 3px;
            float: left;
        }

        #contentContainer #formContainer .radiobuttonContainer .radiobuttons p {
            width: 100px;
            top: 3px;
            position: relative;
            float: left;
        }

#contentContainer #formContainer .fieldTitle {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
}

.fieldTitleGreen {
    font-style: italic;
    padding-bottom: 10px;
    font-size: 13px;
    color: #55a310;
    width: 100% !important;
}


#contentContainer #formContainer .descriptionField {
    background: url(../Images/iconDescription.png) no-repeat 0 10px;
    padding: 10px 0 10px 25px;
    width: 350px;
    font-size: 12px;
    color: #404040;
}

#contentContainer .input-validation-result-list ul li {
    text-align: center;
}


#contentContainer #successImage {
    height: 119px;
    background: url(../Images/successBg.png?new) no-repeat center top;
    margin-top: 20px;
}

#contentContainer #errorImage {
    height: 119px;
    background: url(../Images/errorBg.png?new) no-repeat center top;
    margin-top: 20px;
}


.zero #contentContainer #successImage {
    height: 119px;
    background: url(../Images/zerosuccessBg.png?new) no-repeat center top;
    margin-top: 20px;
}

.zero #contentContainer #errorImage {
    height: 119px;
    background: url(../Images/zeroerrorBg.png?new) no-repeat center top;
    margin-top: 20px;
}

.ResultPageHeader {
    font-size: 24px;
    color: #404040;
    text-align: center;
}

.resultContent {
    text-align: center;
    font-size: 17px;
    color: #404040;
}

.errorContainer {
}

    .errorContainer ul {
        width: 420px;
        margin: 0px 0 30px 37px;
        padding: 10px 10px 10px 40px;
        list-style: none;
        border: 1px solid #eef4f5;
        background: url(../Images/iconError.png) no-repeat 10px 10px;
        color: #c40c0c;
    }

        .errorContainer ul li {
            padding-bottom: 3px;
        }


#content #buttoncontainer {
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    margin: 0 30px;
    height: 120px;
}

    #content #buttoncontainer input {
        float: right;
    }


.right {
    float: right;
}

.left {
    float: left;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.vis {
    display: none;
}

.buttons {
    margin-left: 10px;
}


.btn-processing {
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Form Items Custom Styles
   ========================================================================== */
.radio {
    cursor: pointer;
    height: 25px;
    padding: 5px 0 0 30px;
    width: 120px;
    float: left;
    margin: 0 0 3px;
    background: url("../Images/radiobg.png");
    background-repeat: no-repeat;
}

    .radio label {
        cursor: pointer;
    }

.checkbox {
    height: 25px;
    width: 19px;
    clear: left;
    float: left;
    margin: 0 0 3px;
    padding: 0 0 0 26px;
    background: url("checkbox.gif") no-repeat;
    cursor: default;
    text-align: left;
}

    .checkbox input, .radio input {
        display: none;
    }

        .checkbox input.show, .radio input.show {
            display: inline;
        }

.textbox {
    padding: 0 10px;
    line-height: 32px;
    height: 36px;
    font-size: 15px;
    color: #404040;
    border: 1px solid #d9d9d9;
    background: #fff;
    /*background:url(../Images/formItemsBg.png?a) no-repeat 0 -42px;*/
}

#contentContainer #formContainer .itemOf2Column .textbox,
#contentContainer #formContainer .itemOf3Column .textbox {
    width: 100%;
}

.textarea {
    padding: 10px;
    font-size: 15px;
    color: #404040;
    width: 350px;
    height: 50px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

#contentContainer #formContainer .itemOf2Column .textarea,
#contentContainer #formContainer .itemOf3Column .textarea {
    width: 100%;
}

.bigtextbox {
    width: 201px;
}

#contentContainer #formContainer .itemOf2Column .bigtextbox,
#contentContainer #formContainer .itemOf3Column .bigtextbox {
    width: 100%;
}

.dropdown {
    padding: 0 0 0 7px;
    height: 36px;
    font-size: 15px;
    color: #404040;
    min-width: 200px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-sizing: border-box;
}

#contentContainer #formContainer .itemOf2Column .dropdown {
    width: 100%;
}

#contentContainer #formContainer .itemOf3Column .dropdown {
    width: 110%;
}

.jddlistHandler {
    display: block;
    width: 216px;
    height: 36px;
    background: url(../Images/formItemsBg.png) no-repeat 0 0;
    text-decoration: none;
    padding-left: 7px;
    overflow: hidden;
}

    .jddlistHandler span {
        display: block;
        overflow: hidden;
        width: 168px;
        font: bold 14px/36px Arial;
        color: #555555;
    }

.jddlistContainer {
    display: none;
    width: 221px;
    position: absolute;
    z-index: 10000;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #acacac;
    border-top: none;
    margin-left: 0;
}

.jddlistContainerOVERFLOW {
    height: 150px;
    overflow-y: scroll;
}

.jddlistContainer li {
    margin: 0;
    padding: 0;
    background: #fafafa;
    border-top: 1px solid #acacac;
}

    .jddlistContainer li:first-child {
        border-top: none;
    }

    .jddlistContainer li a {
        display: block;
        text-decoration: none;
        padding: 8px 10px;
        font: bold 14px Arial;
        color: #404040;
    }

        .jddlistContainer li a:hover {
            color: #404040;
            background-color: #d0d0d0;
            background: url(../Images/formDDItemsBg.png?1) repeat-x;
        }


/* ==========================================================================
   Form Items Custom Styles
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.clear {
    clear: both;
    height: 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.modalContainer {
    background: #fff;
    width: 800px;
    height: 650px;
}

    .modalContainer .modalHeader {
        background: #a2c534;
        font-size: 20px;
        color: #fff;
        padding: 20px 20px;
        position: relative;
    }


.zero .modalContainer {
    background: #fff;
    width: 800px;
    height: 650px;
}

    .zero .modalContainer .modalHeader {
        background: #f5f6f6;
        font-size: 20px;
        color: #404040;
        padding: 20px 20px;
        position: relative;
    }

.modalContainer .b-close {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modalContainer #container {
    height: 650px;
    overflow-y: auto;
    width: 800px;
}

.zero .modalContainer {
    background: #fff;
    width: 800px;
    height: 650px;
}

    .zero .modalContainer .modalHeader {
        background: #f5f6f6;
        font-size: 20px;
        color: #404040;
        padding: 20px 20px;
        position: relative;
    }


#SmsMessage_SmsPassword {
    text-security: disc !important;
    -webkit-text-security: disc !important;
}


.form-left-column {
    width: 305px;
    float: left;
}

.form-right-column {
    width: 520px;
    float: left;
}

.captcha-container {
    margin-top: 14px;
}

.mgl {
    margin-left: 200px;
}

.mt15 {
    margin-top: 15px;
}

.kvkCheck {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

#content #buttoncontainer {
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    height: auto;
}

.pt0 {
    padding-top: 0 !important;
}

.features {
    background: #fff;
    margin-top: 20px;
    padding: 24px 28px;
    overflow: hidden;
}

    .features .f-item {
        border: 1px solid #e4e4e3;
        width: 182px;
        height: 174px;
        text-align: center;
        float: left;
        margin-right: 35px;
        box-sizing: border-box;
        padding: 32px 15px 0 15px;
    }

        .features .f-item:last-child {
            margin-right: 0;
        }

        .features .f-item .img {
            height: 63px;
        }

        .features .f-item h3 {
            margin-top: 20px;
            font-size: 13px;
            line-height: 16px;
        }

.object-modal {
    height: 60vh;
}

.modal.confirmbox {
    overflow: auto;
}
.button-area {
    text-align: right;
    padding: 20px 0 0 0;
}
    .button-area button:hover, .button-area input:hover {
        background: #00b3a0;
        border: 2px solid #00b3a0;
    }
    .button-area button, .button-area input {
        background: #00c4b3;
        border: 2px solid #00c4b3;
        /* outline: none; */
        color: #fff;
        font-size: 1rem;
        padding: 10px 80px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        margin-top: 10px;
        transition: all 0.5s ease;
    }
.modal.confirmbox .button-area input {
 margin-top: 0;
 float:right;
}

/* modal  */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4
}
.ui-dialog {
    position: absolute;
    /*top: 30% !important;
    left: 50% !important;
    margin-left: -275px !important;*/
    border: none;
    background: #fff !important;
    padding: 0;
    border-radius: 0
}

    .ui-dialog .modal-body {
        border-radius: 0;
        border: none;
        padding: 0;
    }

    .ui-dialog .ui-dialog-titlebar {
        border-radius: 0;
        border: none;
        padding: 17px 20px;
        background: #00c4b3;
    }

        .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
            font-size: 1.375rem;
            font-family: "gt_eesti_display_light";
            color: #fff;
            font-weight: bold;
            margin: 0;
            padding: 4px 0;
            line-height: 1
        }

        .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
            width: 19px;
            height: 19px;
            float: right;
            margin: 0;
            opacity: 1;
            padding: 0;
            color: #fff !important;
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 0;
            outline: none !important;
            border: 0;
            top: 20px;
            right: 20px;
            background: url(../../../../Assets/Images/Icon/icon-modal-close.png) no-repeat left top;
            background-size: 19px 19px;
        }

            .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
                color: #fff;
                opacity: 1
            }

    .ui-dialog .form-content {
        padding: 10px 0 0 0;
    }

    .ui-dialog .ui-dialog-content {
        padding: 20px
    }

        .ui-dialog .ui-dialog-content .modal-body {
        }

    .ui-dialog .form-group-modal {
        margin-bottom: 10px !important
    }

    .ui-dialog .ui-dialog-content p {
        font-size: 1rem;
        font-family: "gt_eesti_display_regular";
        color: #000;
        font-weight: 500;
        margin: 0;
        padding: 15px 0
    }

        .ui-dialog .ui-dialog-content p span {
            color: #00c4b3;
        }

    .ui-dialog .ui-dialog-content .refresh {
        font-size: 1rem;
        font-family: "gt_eesti_display_light";
        color: #000 !important;
        font-weight: 500;
        margin: 0px;
        padding: 8px 0 0 0;
        display: block
    }

        .ui-dialog .ui-dialog-content .refresh a {
            color: #000 !important;
            font-family: "gt_eesti_display_regular";
            display: block;
            padding: 2px 0;
            text-decoration: underline;
            margin-top: 22px;
        }

    .ui-dialog .ui-dialog-content .error-message {
        padding: 0 0px;
        color: #e2231a;
        font-size: 0.8125rem;
        display: block;
    }

    .ui-dialog .ui-dialog-content .form-row {
        margin: 0;
        display: block;
    }

    .ui-dialog .ui-dialog-content .form-item {
        font-size: 1rem;
        font-family: "gt_eesti_display_regular";
        color: #000;
        font-weight: 500;
        margin: 0;
        padding: 0 0 10px 0;
    }

    .ui-dialog .button-area {
        padding: 0 15px;
        width: 100%;
    }
.btn,
input.btn {
    background: #00c4b3;
    border: 2px solid #00c4b3;
    outline: none;
    font-family: "gt_eesti_display_light";
    color: #fff;
    font-size: 1.125rem;
    padding: 10px 60px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.5s ease;
    line-height: 1;
    border-radius: 0;
    outline: none !important;
    font-weight: bold;
}

    input.btn:hover, input.btn:focus {
        background: #00b3a0;
        border: 2px solid #00b3a0;
        box-shadow: none
    }

    input.btn:disabled {
        background: #a5aeb0;
        border: 2px solid #a5aeb0;
        cursor: auto;
    }
.fr, .pull-right {
    float: right !important;
}
.modal {
    /*width:680px;*/
    /*position:absolute;*/
    /*top:30%;
    left:50%;
    margin-left:-340px;*/
    display: block;
    border: none;
    /*display:none*/
}

    .modal .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal .modal-header {
        border-radius: 0;
        border: none;
        padding: 17px 20px;
        background: #00c4b3;
    }

    .modal .modal-title {
        font-size: 1.375rem;
        font-family: "gt_eesti_display_regular";
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 4px 0;
        line-height: 1
    }

    .modal .modal-header .close {
        width: 20px;
        height: 20px;
        float: right;
        margin: 0;
        opacity: 1;
        padding: 0;
        color: #fff !important;
        font-size: 2rem;
        font-weight: 300;
        line-height: 0;
        outline: none !important;
        background: transparent;
        border: 0;
    }

        .modal .modal-header .close:hover {
            color: #fff;
            opacity: 1
        }

    .modal .modal-body {
        background: #fff;
        padding: 20px;
        border: none;
        border-radius: 0;
    }

        .modal .modal-body p {
            font-size: 1rem;
            font-family: "gt_eesti_display_regular";
            color: #000;
            font-weight: 500;
            margin: 0;
            padding: 15px 0;
        }

            .modal .modal-body p span {
                color: #00c4b3
            }

        .modal .modal-body .form-content {
            padding: 15px 0 0 0;
        }

            .modal .modal-body .form-content .button-area {
                padding: 0;
            }

@media (max-width: 575.98px) {
    .object-modal {
        height: 65vh;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
#infoIcon {
    background: url(../Images/iconDescription.png) no-repeat 0 10px;
    padding: 10px 0 10px 25px;
}