.text-builtBy {
    color: #888;
}

.xn-logoImage {
    background: url("../img/logo.png") top center no-repeat;
    width: 100%;
    height: 50px;
}
.xn-logoAbacus {
    background: url("../img/logoAbacus.png") top center no-repeat;
    width: 100%;
    height: 50px;
}

.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;
}
.disabled {
    background-color: #ffcc80;
}
.disabled1 {
    background-color: #ffcc80;
}
.disabled:hover {
    background-color: #ffc266;
    cursor: pointer;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
    position:absolute;
}
.alink {
    color:#5381ac;
    text-decoration:none;
    font-weight:bold;
}

.alink:hover {
    color:#436788;
    text-decoration:underline;
    font-weight:bold;
}

.alink:visited {
    color:#2d465d;
    text-decoration:none;
    font-weight:bold;
}
.rowReadOnly1 {
    background-color:#F7F89E;
}
.rowReadOnly {
    background-color:#F7F89E;
}
.rowReadOnly:hover {
    background-color: #F6F786;
    cursor: pointer;
}
#map_canvas { float:right; position: relative; width: 100%; height: 550px; top: -15px; margin: 15px 0; border: 3px solid #ccc;  }

/*.dropdown-menu{
    width: 100% !important;
    max-height:250px !important;
}*/

.info{
    margin-top: 23px;
}

.danger1 {
    background-color: #F2DEDE;
}
.danger1:hover {
    background-color: #F9DEDE;
    cursor: pointer;
}