
.form-control-plaintext{
    border: none;
}

.form-control-plaintext:focus{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

label.rdo{
    margin-right: 20px;
}

.text-success.btn-link{
    color: #3c763d!important;
}

.detail-view>tbody>tr>th {
    width: 25%!important;
}

.onsite-support-create {
    background: white;
    padding: 20px;
    border-radius: 10px;
    min-height: 100vh;
}