@charset "utf-8";
/*******************************************************************************************/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*
 * Created by : http://www.uplusweb.com
 *
 * uplusweb CSS v1.17.0703 = info@uplusweb.com
 *
 * Copyright (c) 2017 www.uplusweb.com
 *
 *
 */
/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*******************************************************************************************/
.loading {background: rgba(0, 0, 0, .7) no-repeat;width: 100%;height: 100%;position: fixed;display: block;top: 0;left: 0;z-index: 999;text-align: center;}
.spinner {position: absolute;left: 50%;top: 50%;z-index: 1;width: 100px;height: 100px;margin: -60px 0 0 -60px;border: 20px solid #f3f3f3;border-top: 20px solid #765b8f;border-radius: 50%;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s 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);}
}