#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form ul.error {
    color: #D00;
    font-weight: bold;
    list-style:none;
    padding:0;
    font-size: 11pt;
    width: 100%
}

.bg-login-image {
    background: url(../img/login-image.jpg);
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background: url(../img/password-image.jpg);
    background-position: center;
    background-size: cover;
}

.brand-icon {
    font-size: 1.8rem;
    margin-left:1rem;
    margin-right:1rem;
}

.nav-sidebar >.nav-item .nav-icon {
    margin-left: 1rem;
    text-align: left;
}

.nav-item a i {
    margin-right: .5rem;
}

.nav-item a span {
    margin-right: .5rem;
}

.nav-item a i.right {
    margin-right: 0;
}
