﻿#pnlLoadingSpinner{background:#fff;width:400px;padding:5px;position:fixed;top:50%;left:50%;z-index:1051;transform:translate(-50%,-50%);border-radius:5px;}.loading-box{margin:30px auto;width:150px;}.loading-box>h1{text-align:center;font-size:1.5em;margin-bottom:1em;font-weight:300;color:#8e8e8e;}#load{animation:loading 3s linear infinite;}#load #loading-inner{stroke-dashoffset:0;stroke-dasharray:300;stroke-width:10;stroke-miterlimit:10;stroke-linecap:round;animation:loading-circle 2s linear infinite;stroke:#4060c0;fill:transparent;}@keyframes loading{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}@keyframes loading-circle{0%{stroke-dashoffset:0;}100%{stroke-dashoffset:-600;}}