body.wait,
body.wait *,
body.wait>* {
    cursor: wait !important
}

label#wait {
    background: #e74c3c;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: .5px;
    position: fixed;
    padding: 5px 40px 5px 20px;
    top: -100px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0 0 8px 8px;
    border: 1px solid #ef4736;
    z-index: 99999999;
    transition: .3s
}

label#wait:after {
    animation: ___Processing .7s linear infinite;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: 1em;
    border: 2px solid rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-left-color: #fff;
    opacity: .7
}

@-webkit-keyframes ___Processing {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

.fl-bottom {
    color: #0081ff;
    width: 100%;
    height: 16px;
    position: fixed;
    bottom: 0;
    font-size: 13px;
    pointer-events: none;
    text-align: center;
    font-weight: 700
}

.no_script {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999
}

.no_scp_err {
    width: 100%;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    padding: 16px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 820
}

.no_script .___SiteLink {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #0b0bff;
    letter-spacing: 3px;
    font: 900 13px arial, calibri;
    pointer-events: none;
    text-decoration: underline;
    width: 100%;
    text-align: right;
    padding: 0 8px 3px 0
}

.no_scp_err .IE_close {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    position: absolute;
    right: 8px;
    top: 7px;
    background: #ccc;
    padding: 0 4px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.no_scp_err .IE_close:hover {
    background: #ff674b;
    color: #fff;
    box-shadow: inset 0 0 0 148px rgba(255, 103, 75, 0)
}

input:not([type=radio]):not([type=checkbox]),
button,
a,
span {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: pan-x pan-y !important
}

* {
    -webkit-tap-highlight-color: transparent
}

*:focus {
    outline: none
}