.wrapper{
    position: relative;
}

.header_page{
    clear: left;
    height: 11em;
    background: url("img/bg-top3.png") repeat-x;
    /*background: linear-gradient(45deg, #020031 0%, #0088cc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) ; */
    background-color: #003399;
    color: #ffffff;
    position: relative;
}

.title_header1{
    font-size: clamp(1.2em,2vw,2em);
    margin-left: 8em;
    margin-top: 1em;
    position: absolute;
}

.title_header2{
    font-size: clamp(1.2em,2vw,2em);
    margin-left: 10em;
    margin-top: 2.7em;
    position: absolute;
}

.menu_page{
    clear: left;
}


.content_page{
    clear: left;
    width: 90%;
}

input[type="text"].error,input[type="number"].error,textarea.error{
    border: 1px red solid;
}

label.error{
    margin-left: 20px;
    color: red;
}


.hideBox{
    display: none;
}

.form-content{
    clear: left;
    height: auto;
    width: auto;
}

.reqInput{
    color: red;
}

.list-content{
    clear: left;
}

.remake-ctrl{
    clear: left;
}

.width50{
    width: 50px;
}
.nursing_activities{
    height: 2.5em;
}

.text-area-style-wh{
    height: 8em;
    width: 35em;
}

.box-search,.box-result-search{
    clear:left;
}

.width-search{
    width: 20em;
}

.logo_bma{
    position: absolute;
    top: 1em;
    left: 1em;
}

.logo_hrader{
    border: none;
    width: 7.5em;
}

.line-text {
    text-decoration: underline;
}

.font-b{
    font-weight: bold;
}

.box-hide{
    display: none;
}

.mg-sub1{
    margin-left: 15px;
}

.mg-sub2{
    margin-left: 25px;
}

.req-border-style{
    border: 3px solid red !important;
}