.width-200 {
    width: 200px;
}

fieldset.bordered {
    border: 1px solid #d2ddec !important;
    border-radius: .375rem;
    padding: 0 1.4em 0 1.4em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.bordered {
    font-size: 1em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.dxbs-fl-cpt {
    font-weight: 600;
}

.table-condensed td, .table-condensed th {
    padding: 0.5rem;
}