/* Product of Orbisius.com. Visit http://club.orbisius.com/ */
.orbisius-blank-slate-container .app-hide {
    display: none;
}

.orbisius-blank-slate-container .app-hide-force {
    display: none !important;
}

.orbisius-blank-slate-container .app-form-field-error {
    border-color: red;
}

.orbisius-blank-slate-container .app-serious-notice {
    color: red;
    font-weight: bold;
}

/* Common */
.orbisius-blank-slate-container .app-alert-error {
    background: #D54E21;
    border: 1px solid #eee;
    color: white;
    padding: 3px;
    text-align: center;
}

.orbisius-blank-slate-container .app-alert-success {
    background: green;
    border: 1px solid #eee;
    color: white;
    padding: 3px;
    text-align: center;
}

.orbisius-blank-slate-container .app-alert-notice {
    background: #FFEC8B;
    border: 1px solid #eee;
    padding: 3px;
    text-align: center;
}

.orbisius-blank-slate-container .app-button-positive {
    background: green;
    color: white;
    padding: 3px;
    text-decoration: none;
}

.orbisius-blank-slate-container .app-button-negative {
    background: red;
    color: white;
    padding: 3px;
    text-decoration: none;
}

/* dlg button colouring */
.orbisius-blank-slate-container .app-dialog-button-ok {
    background: green !important;
    color: white !important;
}

.orbisius-blank-slate-container .app-dialog-button-cancel {
    background: red !important;
    color: white !important;
}

.orbisius-blank-slate-container .app-button-left, .app-align-left{
    float: left;
}

.orbisius-blank-slate-container .app-button-right, .orbisius-blank-slate-container .app-align-right {
    float: right;
}

.orbisius-blank-slate-container .app-button-container {
    padding:10px;
    background: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}
