.panel-child {
    border-top: 3px solid #bea380;
    border-bottom: 3px solid #bea380;
    background-color: #ffffff; 
    width: 98%; 
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    padding: 5px 30px 50px 30px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px 3px #d9d9d9;
    margin-left: 15px;
}

.readonly .form-control {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
    border: 1px solid #ececeb;
}

.readonly .input-group-addon {
    border: 1px solid #ececeb;
}

.readonly .required {
    display: none;
}

.notfound .notfound-404 {
    top: 25% !important;
}

.notfound .notfound-404 h1 {
    text-wrap: nowrap !important;
}
.ds-me > li, .ds-me > li > a {
    color: #3f3f46 !important;
    padding: 5px 12px !important;
    width: 100%;
}