
        .current .wz_circle {
            background-color: #6daea9 !important
        }
        
       
		.text-danger {
            font-size: 13px;
            color: #f44336;
            bottom: 0;
            right: 5px;
            width: 100%;
            text-align: right;
            float: right;
        }
   
        .dvLoginUser {
            right: 0 !important;
            text-align: right;
            font-size: .7rem;
            transform: translate3d(20px, 19px, 0px) !important;
        }

            .dvLoginUser a {
                margin-bottom: 10px;
                padding: 0.25rem .5rem;
            }

        #flash-messages a.close {
            float: left !important
        }

        .icon_download {
            position: absolute;
            top: 0;
            left: 10px;
            width: 40px;
            height: 50px;
            text-align: center;
            font-size: 18px;
            color: var(--title-color);
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

        .up_file .icon_file {
            display: flex;
        }

        .icon_remove {
            left: 25px;
        }

        .icon_removeExt {
            left: 0;
        }
		
		@media only screen and (min-width: 992px) {
            .fixed-header .ras-main-menu .nav-menu > li {               
                line-height: 40px;
            }
        }

.lnkActive {
    color: #00a05a !important
}

.loader_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.63);
    background-image: url(/assets/images/loader2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 6;
    display: none;
}

.terms_page_content h1 {
    color: #9E936E !important
}

.skipRequired .starspan {
    display: none !important
}

.modal-header .close {
    /*margin: -1rem auto -1rem -1rem !important;*/
}

.order2 {
    background: #a18a42;
    padding: 0px 10px 0px 10px;
    text-align: center;
    color: #fff;    
    font-size: .8rem !important;    
}