#create-incident .portlet-half-view  {min-height: 316px;}
//#create-incident .portlet-full  {min-height: 660px;}
#create-incident .portlet-full  {min-height: 830px;}
#create-incident .portlet-half  {
    // min-height: 360px;
    // max-height: 360px;
    min-height: 405px;
    max-height: 405px;
}

.scrollbar {
    //max-height: 270px; 
    max-height: 405px; 
    overflow-y: auto;
}

.attach-img{
    width: 150px !important;
    height: 150px !important;
    margin: 5px 5px;
    border: 5px solid #f4f4f4 !important;
    border-radius: 5px;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #ebedf2 !important;
}
.fill {
    height: 628px !important;
}