/*Default TextBox style Start*/
.form-a .form-control {
    border-radius: 0;
    font-size: 0.7rem;
    font-weight: 200;
}
/*Default TextBox style End*/
/*Default label style Start*/
.col-form-label {
    padding-top: calc(.175rem + 1px);
    padding-bottom: calc(.175rem + 1px);
    margin-bottom: 0;
    /*font-size: medium;*/
    color:green;
    font-size: 13px;
    line-height: 1.5;
}
/*Default label style end*/

.form-control-sm {
    height: calc(1.7125rem + 2px);
    padding: .25rem .5rem;
    font-size: .865rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.modal-lg {
    max-width: 95%;
}

.detail-link{
    color :#2eca6a;
    font-weight:900;
    cursor:pointer;
}