.cmsfooter {
    background: #1f2125;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #b0abbf;
    font-size: 0.8rem;
}

.cmsfooter p {
    font-size: 0.8rem;
}

.cmsfooter-wt {
    /* background: #fff;*/
    padding-bottom: 10px;
    padding-top: 10px;
    color: #2d273e;
    font-size: 0.8rem;
}

.cmsfooter-wt i {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.cmsfix {
    position: relative;
    top: calc(100vh - 100px);
    width: 100%;
}

.red {
    color: #ab0c0c;
}

#unauth .unauth {
    color: #bb0011 !important;
}

#unauth h3 {
    color: #bb0011 !important;
}

.pnloading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 8 */
    filter: alpha(opacity=20); /* IE 5-7 */
    -moz-opacity: 0.2; /* Netscape */
    -khtml-opacity: 0.2; /* Safari 1.x */
    opacity: 0.2; /* Good browsers */
    pointer-events: none;
}

#rsView {
    min-height: calc(100vh - 188px);
   /* padding-top: 13px;*/
}

.nldrpn2 {
    left: 42%;
}

.nldx {
    border-bottom: 1px solid rgba(114, 114, 114,0.17);
    width: 65%;
    left: 30%;
    margin: 10px 19%;
}

.nldrpn {
    position: absolute;
    top: 36%;
    left: 35%;
    width: 499px;
    height: 300px;
    z-index: 900;
}

.nldrspan {
    border: 1px solid #a9adbc;
    color: #333;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 3px 17px #c2b9d385;
}

.nldr {
    border-bottom: 1px solid #797979;
    animation: line 18s linear forwards infinite;
    margin-bottom: -1px;
}

.nldrpn-lftn {
    position: fixed;
    top: 78px;
    left: 0;
    width: calc(100vw);
    height: 200vh;
    z-index: 1900;
}

.nldrpn-lftn-pn {
    position: fixed;
    top: 69px;
    /* left: 210px; */
    width: calc(100vw);
    height: 200vh;
    z-index: 1900;
}

.nldrpn-svg {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100vw;
    height: 200vh;
    z-index: 1900;
}

.hide {
    display: none;
}

.nldrspan-svg {
    /* border: 2px solid #dfd0f1; */
    color: #333;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    /* padding: 20px; */
    background-color: #fff;
    height: 100%;
}

    .nldrspan-svg h1 {
        color: #ddd;
    }

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line {
    from {
        left: 0%;
        width: 0%;
    }

    to {
        left: 0%;
        width: 100%;
    }
}

#cmserrpn {
    display: none;
    z-index: 1000;
    border: 1px dotted #b62323;
    padding: 8px;
    background-color: #ffe9e9;
    margin-bottom: 6px;
    position: absolute;
    width: 99.5%;
    margin-right: 5px;
    top: 110px;
    margin-left: 5px;
    left: -2px;
    margin-top: 3px;
}

#cmsconfpn {
    display: none;
    z-index: 1000;
    border: 1px dotted #41e30d;
    padding: 5px;
    background-color: #449c33;
    margin-bottom: 6px;
    position: absolute;
    width: 99.4%;
    margin-right: 5px;
    top: 110px;
    margin-left: 5px;
    left: -2px;
}
