// #create-incident .portlet-full  {min-height: 650px;}
// #create-incident .portlet-half  {min-height: 270px;}
// .fill {
//     height: 585px !important;
// }

#create-incident .portlet-full  {min-height: 830px;}
#create-incident .portlet-half  {
    // min-height: 320px;
    // max-height: 320px;
    min-height: 405px;
    max-height: 405px;
}

.scrollbar {
    //max-height: 220px; 
    max-height: 405px; 
    overflow-y: auto;
}