*{	 margin:0;
	 padding: 0;
	 box-sizing: border-box;
	 text-decoration: none;
	 font-size: 1em;
	 font-family: 'Ubuntu', sans-serif;
	 overflow: hidden !important;

	}

.ds_none{
	display: none !important;
}



#status {
    text-align: center;
    margin: 35px 0;
}

/* Loading */
.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #16013ff1
                url('img/loader.png')
                50% 35% 
                no-repeat;
}

body.loading .modal-loading {
    overflow: hidden;
}

