/* toastr opacity fix */
#toast-container > div {
    opacity: 1;
    text-align: left;
}

/* system checkbox label */
.system-checkbox-label {
    font-weight: normal;
    font-size: 14px;
    margin-left: 4px;
}

/* error-message */
.error-message {
    margin-left: 120px;
    margin-top: 4px;
    color: #FF0000;
    font-size: 16px;
}

/* sort */
a.asc:before {
    content: '▲';
}

a.desc:before {
    content: '▼';
}

.ui-dialog .ui-dialog-content {
    margin-top:16px;
    margin-bottom:8px;
    text-align: left !important;
    width: 100%;
}

.ui-dialog .button-style {
    width:100px;
    height: 40px;
    padding: 4px;
}