.portalTable
{
    margin-top: 20px;
    margin-left: 20px;
    width: 800px;
    text-align: left;
}

.portalTableCell {
    vertical-align: top;
    border-bottom: dotted 1px lightgray !important;
    height: 44px;
}

.portalTableActionCell {
    vertical-align: top;
    text-align: right;
    border-bottom: dotted 1px lightgray !important;
    height: 44px;
}
.sectionLabel
{
    font-family:Arial;
    font-size: 20px;
    font-weight: bold;
}

.subSection
{
    margin-left: 10px;
    font-size: 16px;
    text-indent: 10px;
}
.subSection A
{
 text-decoration: underline;
}

.subSection .subLabel
{
    margin-left: 10px;
    font-size: 12px;
    text-indent: 10px;
}
.descriptionLabel
{
    font-family:Arial;
    font-weight: bold;
}
.headerLabel
{
    font-family:Arial;
    font-weight: bold;
    font-size: 10pt;
}
.gridHeader
{
    height: 29px; 
    /*height: 28px; */
    vertical-align: middle;
    background-color: #dddddd;
    color: #444444;
    text-align: center;    
}

.gridItem
{ 
    height: 29px; 
    /*height: 28px; */
    vertical-align: top;
    background-color: #f5f5f5;
    text-align: center;    
 }

.dndControl {
    cursor: move;
}
.dndSection {
    cursor: move;
}
    .dndControl input {
        cursor: move !important;
    }

.dragOver {
    background-color: rgba(0, 0, 0, 0.075) !important;
}
