.damages-header{
    width: 100%;
    height: 90px;
    display: block;
}
.damages-header .damages-header-section{
    width: 50%;
    height: 90px;
    float: left;
    display: block;
}
.damages-header .damages-header-section .damages-header-section-title{
    width: 100%;
    height: 40px;
    display: block;
}
.damages-header .damages-header-section .damages-header-section-title h6{
    line-height: 40px;
}
.damages-header .damages-header-section .damages-header-inputs{
    width: 100%;
    height: 50px;
    display: block;
}
.damages-header .damages-header-section .damages-header-inputs .input-group{
    width: 80%;
}
.damages-header .damages-header-section .damages-header-inputs .input-group input:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.damages-header .damages-header-section .damages-header-inputs .input-group input:nth-child(2){

}
.damages-header .damages-header-section .damages-header-inputs .input-group button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.damages-header .damages-header-section:last-child button{
    width: 31.3%;
    margin-left: 2%;
    float: right;
    border-radius: 50px;
    margin-top: 40px;
}
.damages-body{
    width: 100%;
    height: 100%;
    display: block;
}
