﻿body { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; }


.loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 999999; }
.loading-status { z-index: 999999; width: 250px; height: 250px; position: absolute; left: 50%; top: 50%; background-image: url(/assets/img/status.gif); background-size: 32px 32px; background-repeat: no-repeat; background-position: top center; margin: -125px 0 0 -125px; }
    .loading-status p { padding-top: 44px; text-align: center; font-size: 1.2em; }
    .loading-status em { font-size: .85em; display: block; font-style: normal; line-height: 22px; }
