body {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.loader{
    position:  fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.loader img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ts-red{
    color: #ff0000;
}

.ts-green{
    color: #00ff00;
}



.check .active,
.check a{
    color: #00ff00;
}

.export-global{
    display: inline-block;
}

.export-complete{}
.export-complete.complete{
    color: #00ff00;
}

.ui.menu.ts-menu-2 a{
    background: rgba(0, 0, 0, 0.05);
}




