html, body, table, div, ul, ol, li, span, p, img, tbody, tr, th, td, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    background-color: #0e0e0e;
    overflow: hidden
}

ul {
    margin: 0;
    padding-left: 1em
}

#imgplayiconr_ol {
    position: absolute;
    background-color: #0e0e0e;
    z-index: 30000;
    visibility: hidden;
    left: 1px;
    top: 1px;
    width: 100px;
    height: 100px;
}

#imgplayicon {
    width: 70px;
    height: 70px;
    z-index: 100;
    cursor: pointer;
}

#loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    -moz-spin: 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

#loadmsgper {
    top: -37px;
    position: relative;
    font-family: arial,sans-serif;
    font-size: 15px;
}

#loadmsg {
    top: -12px;
    position: relative;
    font-family: arial,sans-serif;
    font-size: 15px;
}

#divoverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background-color: #fff;
    opacity: 1;
}

#divoverlay_m_cld1 {
    background-color: #ffffff;
    opacity: 0.5;
}

#divoverlay_m_cld1, #divoverlay_m_cld2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#divoverlay_m {
    position: absolute;
    z-index: 19000;
    display: none;
}

section {
    background-color: #fff;
    overflow: hidden;
}

.show {
    opacity: 1;
    visibility: visible;
}

.hide {
    opacity: 0;
    visibility: hidden;
}

.opacity0 {
    opacity: 0;
}

.opacity1 {
    opacity: 1;
}

.tnavctrol {
    -webkit-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
    left: 0 !important;
}

.editorbtnwrap {
    position: absolute;
    width: 233px;
    left: 36.7%;
    top: 0;
    height: 57px;
}

.valumebtnwrap {
    position: absolute;
    right: 3px;
    top: 0;
    height: 58px;
    width: 37px;
}

object {
    pointer-events: none;
}

svg {
    pointer-events: none;
}

p {
    pointer-events: none;
}

span {
    pointer-events: none;
    bottom: 0px;
    text-indent: 0px;
    letter-spacing: 0px;
    white-space: pre-wrap;
    position: relative;
}

.clsCopyR {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 9pt;
    font-family: NexusSansProRegular,Arial;
    text-align: center;
    z-index: 3000;
}

.clsBorder {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    background-color: rgba(204,204,204,.37);
    z-index: 3000;
}

video {
    width: 100%;
}

    video::-webkit-media-controls-start-playback-button {
        display: none;
    }

.offscreen {
    position: absolute;
    left: -10000px;
    top: -10000px;
}

body, div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.loader {
    border: 4px solid #d8d8d8;
    border-radius: 50%;
    border-top: 4px solid #777;
    border-bottom: 4px solid #777;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: -25px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    position: fixed;
}



@-webkit-keyframes spin {

    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}



@keyframes spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
