/*
 * Your installation or use of this SugarCRM file is subject to the applicable
 * terms available at
 * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/.
 * If you do not agree to all of the applicable terms or do not have the
 * authority to bind the entity as an authorized representative, then do not
 * install or use this SugarCRM file.
 *
 * Copyright (C) SugarCRM Inc. All rights reserved.
 */
body {
    margin: 0;
    background: var(--content-background);
}

.loading {
  display: inline-block;
  color: var(--label-color);
}

.loading i {
  color: var(--border-base);
  display: inline-block;
  margin: 0 2px;
  font-family: serif;
  font-weight: 600;
  font-style: normal;
  animation: move 1s infinite linear;
}

.loading .l1 {
    animation-delay: .1s;
}

.loading .l2 {
    animation-delay: .2s;
}

.loading .l3 {
    animation-delay: .3s;
}

.nprogress-busy #content {
  background: none;
}

@keyframes move{0%{opacity:1;}100%{opacity:0.1;}}

.loading.loading-admin {
    color: #31708f;
}
