/* here you can put your own css to customize and override the theme */

.number-value{ direction: ltr;}
body .flat-time-line .text-time-line small { text-shadow: none;}
#uiaRows > div.row:nth-child(odd) {
    background-color: #fff;
}
#uiaRows > div.row:nth-child(even) {
    background-color: #ececec;
}
#uiaRows > div.row:hover {
    background-color: #dcdcdc;
}

.k-loading-text {
    top: 0 !important;
    left: 0 !important;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-indent: 0 !important;
    margin-top: 220px;
    color: orangered;
}