.text-builtBy {
    color: #888;
}

.xn-logoImage {
    background: url("../img/logo.png") top center no-repeat;
    width: 100%;
    height: 50px;
    margin-top: -10px;
}

.xn-titleText {
    font-size: 22px;
    color: beige;
    margin-top: 10px!important;
    margin-left: 17px!important;
}

.clickableRow:hover {
    background-color:#F6FAF6;
    /*background-color: rgba(255, 255, 255, 0.05);*/
    cursor: pointer;
}

.btn-filter {
    margin-top: 26px;
}

.row-filter {
    padding-bottom: 15px;
}
.scrollable {
    display: block;
    overflow-x: auto;
}
.req:after{
    content:' *';
    color:#da4453;
}
.warning1 {
    background-color:#ffe5e5
}
.warning1:hover {
    background-color: #ffcccc;
    cursor: pointer;

}


/*.rowColor {
    background-color: #EDEDED !important;
}
.rowColor:hover {
    background-color: #D5D5D5;
    cursor: pointer;

}*/
.rowColor {
    background-color: #EDEDED;
}
.rowColor:hover {
    background-color: #D5D5D5;
    cursor: pointer;
}

/*Accordion Styling*/
.accordion .card {
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.accordion .card-header {
    background: #ececec;
    padding: .4rem 1rem;
    border-radius: 0;
    margin-bottom: -2px;
    font-family: "Roboto", sans-serif;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin: 0 3px 3px 0;
    border: none;
}
.accordion .card-header:hover {
    background: #e0e0e0;
}
.accordion .card-header .btn {
    font-size: 1.25rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    top: 5px;
}
.accordion .card-header i {
    float: right;
    font-size: 1.50rem;
    font-weight: bold;
    position: relative;
    top: 1px;
}
.accordion .card-header button:hover {
    color: #23384e;
}
.accordion .card-header.highlight {
    background: #47b9de;
    color: #FFFFFF;
}
.accordion .card-body {
    text-align: justify;
}


.rowColor2 {
    background-color: #FDFD96;
}
.rowColor2:hover {
    background-color: #FDFD96;
    cursor: pointer;

}

.rowColor3 {
    background-color: #FA8072;
}
.rowColor3:hover {
    background-color: #FA8072;
    cursor: pointer;

}

