.text-builtBy {
    color: #888;
    font-size: 12px;
}

.xn-logoImage {
    background: url("../img/logo_adcomp.png") top center no-repeat;
    width: 100%;
    height: 70px;
}

.xn-titleText {
    font-size: 22px;
    color: beige;
    margin-top: 10px;
    margin-left: 17px;
}

.clickableRow:hover {
    background-color:#F6FAF6;
    cursor: pointer;
}

.btn-filter {
    margin-top: 20px;
}

.row-filter {
    padding-bottom: 15px;
}

/*Added By Shruti*/
.scrollable {
    display: block;
    overflow-x: auto;
}
.req:after{
    content:' *';
    color:#da4453;
}
#percentComplete .ui-slider-range { background: #8ae234; }
#percentComplete .ui-slider-handle { 
    border-color: #8ae234;
    -ms-touch-action: none;
    touch-action: none;
}
.rowColor {
    background-color: #EDEDED;
}
.rowColor:hover {
    background-color: #D5D5D5;
    cursor: pointer;
}
.rowColor1 {
    background-color: #EDEDED;
}
.tableFooter {
    background-color: #f1f5f9;
    color: #56688A;
    font-weight: bold;
}

.selectedRow {
    background-color: #CFC;
}

.selectedRowBold {
    font-weight: bold;
}
