.text-builtBy {
    color: #888;
}

.xn-logoImage {
    background: url("../img/logo.png") top center no-repeat;
    width: 100%;
    height: 50px;
}

.xn-titleText {
    font-size: 22px;
    color: beige;
    margin-top: 10px;
    margin-left: 17px;
}

.xn-titleVersionText {
    font-size: 10px;
    color: beige;
    margin-top: 23px;
    margin-left: 17px;
}

.clickableRow:hover {
    background-color:#F6FAF6;
    cursor: pointer;
}

.btn-filter {
    margin-top: 14px;
}

.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;
}

.form-groupb:last-child {
    margin-bottom: 10px;
}
.input-group-addonRefresh1 {
    /*  border-color: #1b1e24;
      background-color: #1b1e24;*/
    border-color: #EB681F;
    background-color: #EB681F;
    font-size: 13px;
    padding: 3px 10px;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    min-width: 36px;
}
