.panel-loading{position:fixed;top:0;bottom:0;left:0;right:0;opacity:.6;background-color:#000;z-index:3;transition:opacity 500ms ease-in}.panel-loading .spinner{position:relative;top:50%;left:50%;margin-left:-33px;margin-top:-33px}#loader-container{background:#f5f5f5;position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;z-index:99999}#loader-container>.spinner{position:fixed;top:50%;left:50%;margin-left:-33px;margin-top:-33px}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}@keyframes rotator{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}@-webkit-keyframes colors{0%{stroke:#2196f3}25%{stroke:#ef5350}50%{stroke:#ffca28}75%{stroke:#66bb6a}100%{stroke:#2196f3}}@keyframes colors{0%{stroke:#2196f3}25%{stroke:#ef5350}50%{stroke:#ffca28}75%{stroke:#66bb6a}100%{stroke:#2196f3}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}100%{stroke-dashoffset:187;transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}100%{stroke-dashoffset:187;transform:rotate(450deg)}}