﻿
[data-financeoverlay="0"] {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999888;
}

    [data-financeoverlay="0"] b {
        display: block;
        position: fixed;
        margin-top: -40px;
        top: 50%;
        margin-left: 50%;
        left: -40px;
        width: 80px;
        height: 80px;
        border-left: 10px solid #6c0804;
        border-right: 10px solid #6c0804;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-radius: 60px;
        z-index: 999999;
        animation: a 1s linear infinite;
    }

@keyframes a {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*---*/

[data-financeformsection] {
    display: block;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

    [data-financeformsection] * {
        box-sizing: border-box;
    }

/*---*/

[data-fe] {
    display: block;
    width: 48%;
}

    [data-fe] b {
        display: block;
        font-weight: 100;
    }

    [data-fe] input[type="text"], select, textarea {
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #000;
        resize: none;
        padding: 0 10px 0 10px;
        border-radius:0px;
    }

    [data-fe] textarea {
        height: 80px;
        padding: 10px;
    }

/*---*/

[data-fe="0"], [data-fe="2"] {
    float: left;
    margin-bottom: 20px;
}

[data-fe="1"], [data-fe="3"] {
    float: right;
    margin-bottom: 20px;
}

    /*---*/

    [data-fe="2"] input[type="text"],
    [data-fe="2"] select,
    [data-fe="2"] textarea,
    [data-fe="3"] input[type="text"],
    [data-fe="3"] select,
    [data-fe="3"] textarea {
        background-color: #ffb7c2;
    }

/*---*/

[data-fe="4"] {
    clear: both;
}

/*---*/

[data-fe="5"] {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    clear: both;
    margin-bottom: 20px;
}

/*---*/

[data-financeformsubmit="0"] {
    display: block;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 50px auto;
    padding: 20px;
    box-sizing: border-box;
}

    [data-financeformsubmit="0"] p {
        display: block;
        margin: 0px;
        padding: 0px;
        line-height: normal;
        width: 100%;
        max-width: 50%;
        padding: 20px 0 20px 0;
    }

[data-setcapchahere="0"] {
    display: block;
    width: 100%;
    max-width: 304px;
    height: 80px;
    margin-bottom: 20px;
}

[data-financesubmitbutton="0"] {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 0px;
}

    [data-financesubmitbutton="0"]:hover {
        background-color: #6c0804;
    }

/*---*/

#mdc0, #mdc1, #mdc2 {
    display: block;
    width: 33.333333%;
    float: left;
}

#mdc0 {
    border-radius: 0px !important;
}

#mdc1 {
    border-radius: 0px !important;
}

#mdc2 {
    border-radius: 0px !important;
}

[data-financestatus="0"] {
    padding: 20px 0px;
    color: #f00;
    font-weight: bold;
}

/*---*/

[data-financecustomcontainer="0"] {
    height: 40px;
    line-height: 40px;
    float: left;
    font-weight: bold;
}

[data-financecustomcontainer="1"] {
    width: 200px;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #000;
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border-radius: 0px;
}

    [data-financecustomcontainer="1"]:hover {
        background-color: #6c0804;
    }

/*---*/

[data-subfincontrol="addressyearperiod"] {
    width: 49% !important;
    float: left !important;
}

[data-subfincontrol="addressmonthperiod"] {
    width: 49% !important;
    float: right !important;
}

[data-subfincontrol="workyearperiod"] {
    width: 49% !important;
    float: left !important;
}

[data-subfincontrol="workmonthperiod"] {
    width: 49% !important;
    float: right !important;
}


@media(max-width:800px) {
    [data-fe] {
        float: none;
        width: 100%;
    }
}

@media(max-width:800px) {
    [data-financecustomcontainer="0"] {
        width: 100%;
        float: none;
    }

    [data-financecustomcontainer="1"] {
        width: 100%;
        float: none;
    }
}

