html,body {
    font-family: 'Roboto Condensed', sans-serif;
}

main {
    margin-top: 20px;
}

tr.tr_secondary {
    background-color: #5C5C5C;
 font-style: italic;
 text-decoration:  line-through;
}


tr.tr_secondary td span.badge {
 background-color: #696969;
}

#loadingDiv {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.8);
    z-index:9999;
    display:block;
    vertical-align: middle;
    text-align: center;
}

#loadingDiv img {
    position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

}


tr.sel , tr.sel td {
    background-color: #90EE90;
}
