.form-std .row .ntf {
    margin-top: 30px;
}

.form-std .row label.error {
    color: #fb5858;
    margin-top: 5px;
    font-style: italic;
    font-size: 13px;
}

.form-std .row.in_dokumen label.error,
.form-std .row .input_file label.error {
    margin-top: 35px;
    position: absolute;
    margin-left: -20px;
}

.form-std .row.in_dokumen {
    margin-bottom: 33px;
}

.form-std .row .select-box label.error {
    position: absolute;
    margin-top: 50px;
}

.hide,
.tr-clone,
.tr-clone-modul,
.tr-clone-hasil,
.tr-clone-kelas,
.field-box:first-child .delete,
.main-content table tbody tr:nth-of-type(1) td .action.del {
    display: none;
}

.numeric {
    text-align: right;
}

.main-content table tbody td.amount,
.main-content table tbody tr td .action.add {
    padding: unset;
}

.main-content table tbody td.amount input {
    text-align: right;
}

.main-content table tbody td .action.more {
    font-weight: 700;
    color: #EE4266;
}

.form-std .row.in_customer label[for=nama_customer].error,
.form-std .row.in_customer label[for=no_telp].error {
    margin-top: 5px;
    position: unset;
}

.form-std .row table td input[type="text"],
.form-std .row table td input[type="number"] {
    border: unset;
}

.col label.mandatory::after,
.ls h5.mandatory::after {
    content: '*';
    margin-left: 3px;
    color: #EE4266;
}

.form-group.new {
    display: flex;
}

.form-group.new input[type="text"] {
    border-radius: 8px 0 0 8px;
}

.form-group.new .icon {
    background: #F2F2F2;
    border-radius: 0 8px 8px 0;
    border: 1px solid #D8D8D8;
}

.form-group.new .icon .icon-text {
    margin: 15px;
    display: block;
    color: #9C9DA5;
}

a.btn.end-lgrn {
    background: #50C5B7;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    padding: 0px 20px 0px 40px;
}

a.btn.end-lgrn::before {
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 13px;
    left: 22px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}

.main-content table tbody td .deleted {
    color: rgb(233, 78, 78);
    font-weight: 700;
    display: block;
}

.main-content table tbody td .waiting {
    color: #BBBDBE;
    font-weight: 700;
    display: block;
}

.main-content table tbody td .pending {
    color: #FFD93D;
    font-weight: 700;
    display: block;
}

.main-content table tbody td .closed {
    color:#50C5B7;
    font-weight: 700;
    display: block;
}

.top_nav {
    padding: 30px 15px 20px;
    padding-left: 30px;
}

.top_nav ul li {
    Max-Width: 100%;
    padding: 2px 8px;
    Width: 100px;
}

.btn-ico.export {
    background: #435058 url("../images/material/ic-unduh.png") no-repeat left 14px center;
    color: #fff;
    line-height: 48px;
}

.btn-cancel {
    width: auto !important;
    margin-left:5px;
}
