/**
 * CSS Front Office
 */

.gtoctopia-container {
    padding: 20px;
}

.gtoctopia-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.gtoctopia-status.success {
    background-color: #5cb85c;
    color: white;
}

.gtoctopia-status.error {
    background-color: #d9534f;
    color: white;
}

.gtoctopia-status.pending {
    background-color: #f0ad4e;
    color: white;
}