﻿#allocations .LatePORow {
    background-color: #e88484; 
}

#allocations .LatePOInput {
    background: rgba(255,255,255,0);
    border:0;
}

#allocations .headerdiv {
    height: 248px;
}


#allocations .WideDiv {
    float: left;
    min-width: 350px;
    max-width: 360px;
}

#allocations .tabdiv {
    height: 500px;
}

#allocations .editor-form {
    height: calc(100% - 55px);
}

#allocations #detail {
    height: calc(100% - 248px);
    min-height: 305px;
    padding: 0 10px 32px;
}

#allocations #testing {
    height: calc(100% - 45px);
}

#allocations #detail > ul {
    margin-bottom: 5px;
}
