.ncFieldct {
    margin-top: 10px;
}

    .ncFieldct label {
        font-size: 13px !important;
        font-weight: normal !important;
    }
    
.tpboolean.ncFieldct label {
    display: inline-block;
    width: 80%;
}

.ncField input, .ncField select {
    width: 100%;
    border: solid 1px #6a5aff;
    padding: 10px;
    border-radius: 4px;
    height: 55px;
}

.ncField textarea {
    width: 100%;
    border: solid 1px #6a5aff;
    padding: 10px;
    border-radius: 4px;
}

    .ncField input[type=checkbox] {
        height: 20px;
        width: 20px;
        float: left;
        margin-right: 10px;
    border: solid 1px #6a5aff;
    }

.ncField .k-invalid, .ncField .k-invalid {
    background-color: #F2DCDC;
    border-color: #990000;
}

.ncSendZone {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

    .ncSendZone a {
        width: 160px;
        height: 54px;
        padding-top: 13px;
        text-decoration: none;
        color: white !important;
        background-color: #6a5aff !important;
        border-radius: 50px !important;
        transition: background-color 1.5s, color 1.5s, border 1.5s;
    }

        .ncSendZone a:hover {
            border-radius: 0 !important;
            border: solid 1px #6a5aff !important;
            color: #6a5aff !important;
            background-color: white !important;
        }

.ncFinality {
    margin-top: 40px;
    font-size: 13px !important;
    font-weight: normal !important;
}

.ncpopoutf {
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #666666;
    color: #aaaaaa;
    opacity: .8;
    filter: alpha(opacity = 50);
}

.ncpopf {
    width: 300px;
    height: 200px;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 50%;
    z-index: 10000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    padding-top: 60px;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
}

.ncpopclose a {
    color: blue !important;
}
