﻿.effectdiv {
    position: absolute;
    z-index: 555;
    width: 90px;
    height: 100px;
    background: url(../images/logo-effect.png);
    -webkit-animation: mymove 2s infinite;
    animation: mymove 3s infinite;
}

.ticketdesc {
    white-space: nowrap;
    width: 213px;
    overflow: hidden;
    text-overflow: ellipsis;
}

tickettitle {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}

@keyframes mymove {
    from {
        left: 50px;
    }

    to {
        left: 340px;
    }
}

.master-dasbord {
    max-width: 145px;
    float: left;
}

@media (max-width: 768px) {
    #sidebarToggleTop1 {
        display: none !important;
    }
}
