.div_det_left {
    float: left;
    //width: 32%;
    //width: 200px;
    margin: 0 10px 0 0;
}
.div_det_right {
    float: left;
    //width: 32%;
    //width: 250px;
    margin: 15px 0 0 0;
    height: 100px;
}
.div_det_right textarea {
    height: 100px !important;
}
.div_det_center {
    float: left;
    //width: 32%;
    width: 200px;
    margin: 0 10px 0 0;
}
.div_det_bottom {
    float: left;
    width: 100%;
}
fieldset.detail-border {
    border: 1px groove #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.detail-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom : 0;
}
.detail-border p {
    margin: 0;
}
.modal-backdrop.in {
    opacity: 0.8 !important;
}
