﻿.page-lazyload {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=80);
    -moz-opacity: 0.6;
    min-height: 100%;
    width: 100%;
    display: none;
}

.container--header {
    margin-bottom: 0px;
}
.input-group {
    margin-top: 0px;
    margin-bottom: 0px;
}
label {
    display: block;
    margin-bottom: .5rem;
}
#header2 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}

.ui.selection.dropdown {
    padding-top: 8px !important;
    padding-bottom: 7px !important;
}

.csr-button-large-primary {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.csr-button-text {
    -webkit-appearance: button !important;
    appearance: button !important;
    border: none;
    background-color: #FFD400;
    color: #554242;
    width: auto;
    min-width: 150px;
    height: 44px;
    border-radius: 5px;
    font-family: 'Krungsri-Condensed-Bold';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: center;
    outline: none !important;
    padding-left: 16px;
    padding-right: 16px;
}


    .csr-button-text:hover {
        background-color: #ffc800 !important;
    }

.csr-button-text-back:hover {
    border: solid 1px #c7c7c7 !important;
    color: #554242;
}

.csr-button-text-back {
    -webkit-appearance: button !important;
    appearance: button !important;
    border: none;
    background-color: #FFFFFF;
    color: #554242;
    border: 1px solid #E8E8E8;
    width: auto;
    min-width: 150px;
    height: 44px;
    border-radius: 5px;
    font-family: 'Krungsri-Condensed-Bold';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: center;
    outline: none !important;
    padding-left: 16px;
    padding-right: 16px;
}

.button[disabled], html input[disabled] {
    background-color: #F0EFEE;
    color: #949494;
}

    .button[disabled], html input[disabled]:hover {
        background-color: #F0EFEE !important;
    }

.dlending_divbtn-back {
    float: left;
}

.dlending_divbtn-submit {
    float: right;
}



.loading {
    display: none;
    position: fixed;
    z-index: 999;
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}

    .loading > div {
        width: 18px;
        height: 18px;
        background-color: #FFD400;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loading .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media only screen and (max-width: 767px) {
    .col-xs-12 {
        display: flex;
        flex-direction: column-reverse;
    }

    .csr-button-text-back, .csr-button-text {
        width: 270px;
    }
    #btnSubmitEmp {
        width: 120px !important;
    }
    .dlending_divbtn-back {
        float: none;
        padding: 0px;
        text-align: center;
    }

    .dlending_divbtn-submit {
        float: none;
        padding: 0 0 24px 0;
        text-align: center;
    }

    .csr-button-large-primary {
        padding-bottom: 40px;
    }

    .form-with-step .step-detail {
        padding: 24px 0 80px 0 !important;
    }
}
.err {
    color: #d00000;
    display: none;
    font-size: 14px;
}
.danger {
    border: 1px solid #d00000 !important;
}