#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;
}

.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: 904px;
}

.view-div{
    min-height: 831px;
}

.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;
}