﻿
body {
    font-size: small;
    line-height: normal;
}

.error {
    border: 1px solid red;
 
}
.blockItem {
    padding-left: 40px;

}


.valign {
    vertical-align: middle;
    background: red;
    display: table-cell;
}

.rowdata {
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}



.fixed {
    position: fixed;
    top: 0;
    right: 5px;
    margin-right: 40px;
}

.ellipsis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.highlightRed {
    background-color: red;
}

.highlightGreen {
    background-color: green;
}

.outPopUp {
    border-color: gray;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    position: absolute;
    width: 200px;
    height: 50px;
    z-index: 6000;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.targeting {
    margin-top: 0px;
    margin-right: 5px;
}


 
