// #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;
}
.nav-tabs .nav-item .nav-link.active
{
    color: #feb4cd;
    height: 50px !important;
    font-size: 1em !important;
    // vertical-align: middle !important;
    border: 0px;
    border-bottom: solid #feb4cd 2px;
    display : flex;
    align-items : center;
    justify-content: center;
}

// .nav-tabs .nav-item .nav-link.active > span{
//     vertical-align: middle !important;
// }

.nav-tabs .nav-item .nav-link {
    color: #5A5E6D;
    height: 50px !important;
    display : flex;
    align-items : center;
    justify-content: center;
    font-size: 1em !important;
    // font-weight: 400;
}

.nav-tabs {
    margin: 0 0 5px 0 !important;
    // padding-bottom: 5px;
}
.right-div{
    min-height: 704px;
}

.footer {
    padding-top: 15px !important;
    padding-right: 15px !important;
    border-top: 1px solid #ebedf2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 96% !important;
    position: absolute;
    bottom: 15px;
    right: -10px;
    left: 10px;
}