/*
 * Copyright (c) 2008-2020, Twenty Creek LLC, All Rights Reserved.
 *
 *  FILE:  widgets.css
 *
 *  DESC:  jQuery UI widgets
 *
 */

.success {
    display: none;
    color: darkgreen;
}

.error {
    display: none;
    color: red;
}

.loading {
    text-align: center;
    display: none;
    margin-top: 30px;
}

.fa-spinner {
    font-size:48px;
    color: #1572E8;
}

.hidden {
    display: none;
}