.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;
}

.clickableRow:hover {
    background-color:#F6FAF6;
    cursor: pointer;
}

.btn-filter {
    margin-top: 20px;
}

.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;

}
.widget.widget-dashboard {
    background: linear-gradient(to bottom, #333 0%, #9400D3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333, endColorstr=#1caf9a, GradientType=0);
}
.btn-success1 {
  background-color: #2b921b;
  border-color: #2b921b;

}
/* Center the loader */
#loaderImg {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loadingText { 
    position: fixed;
    border-radius: 5px;
    top: 60%;
    left: 57%;
    margin-left: -170px;
    z-index: 1;
    font-size:10px;  
    font-family: 'Open Sans', sans-serif;  
    color: white;
    background-color: #3498db;
}  