input.ng-invalid.ng-touched {
    border: 1px solid red;
}

.globalError {
    position: fixed;
    bottom: 20px;
    left: 30px;
    right: 30px;
    background-color: #d03e1d;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px 12px;
    z-index: 9999999999;
}
.globalInfo {
    position: fixed;
    bottom: 20px;
    left: 30px;
    right: 30px;
    background-color: #008ae3;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px 12px;
    z-index: 9999999999;
}
.globalSuccess {
    position: fixed;
    bottom: 20px;
    left: 30px;
    right: 30px;
    background-color: #5ab45c;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px 12px;
    z-index: 9999999999;
}
.j-pop
{
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: white;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 10000;
    border-image: initial;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
}

.ellipsis {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.j-game-form-section .j-place-list {
    margin: 0;
}

.j-action-popover p {
    padding: 5px;
    margin: 0;
}

.j-action-popover ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.j-action-popover li {
    padding: 5px;
    float: none !important;
    margin: 0 !important;
}

.j-action-popover li a {
    display: block;
}

.disabled, a.disabled {
    color: #ddd !important;
    cursor: not-allowed;
    text-decoration: none;
}

.j-page-link {
    padding-right: 5px;
}

#j-subhead ul.j-subhead-actions li.subCategory {
    padding-right: 0;
    padding-bottom: 13px;
    margin-right: 30px;
    position: relative;
    text-transform: uppercase;
}

#j-subhead ul.j-subhead-actions li.subCategory.selected {
    border-bottom: 3px solid #1185C2;
}

.subCategory .tip {
    position: absolute;
    top: 4px;
    right: -7px;
    border-radius: 50%;
    background-color: #FE7193;
    width: 6px;
    height: 6px;
}

.modalContainer {
    z-index: 5000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.curtain
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: black;
    opacity: 0.6;
}

.jive-modal {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1000;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-clip: padding-box;
    background: #fff;
}

.jive-modal h4 {
    margin-top: 1px;
}

.j-modal-close {
    position: absolute;
    z-index: 5000;
    top: 15px;
    right: 15px;
}

.j-game-form-section .edit-event-row {
    background-color: #BDE8E5;
}

.field-missing {
    color: red;
}

.warning-tip {
    background-color: #ed9a56;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.j-export-comprehensive {
    float: right;
}

.j-report-table table {
    width: 100%;
    table-layout:fixed;
}

.j-report-table table th {
    padding: 10px 15px;
    text-align: left;
}

.j-report-table table th.j-completion-header {
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
}

.j-report-table table th.j-completion-date {
    font-size: .8em;
    padding: 0 10px 5px;
    font-weight: normal;
    text-align: center;
}
.j-report-table table td.text {
    word-wrap:break-word;
    text-align: left;
}
.j-report-table table td.number {
    text-align: center;
}

.j-report-table table td.icon {
    width: 65px;
}

.j-report-table table tr.loading td {
    margin: 25px 0 0 470px;
    position: absolute;
}

.j-dashboard-reports-inactive-quests {
    margin-bottom: -10px;
}

.j-dashboard-reports-inactive-quests input {
    margin-right: 10px;
}

.j-leaderboard .j-leaderboard-footer .btn-block{
    width: 240px;
    padding: 0;
}

.j-reset-system-container{
    background: white;
    padding: 15px
}

.j-reset-system-modal-container {
    width: 650px;
}

input.j-reset-system {
    width: 250px;
    margin-right: 10px;
}

.j-system-reset-spinner {
    color: black;
}

.j-system-reset-bomb {
    margin-right: 3px;
}

.j-reset-system-modal-body {
    padding: 20px;
    position: relative;
}

.j-reset-system-wrap {
    line-height: 230%;
}

.j-reset-system-modal-footer {
    font-weight: bold;
}

.j-change-users-statuses-modal-container {
    width: 650px;
}

.j-change-users-statuses-modal-container .j-change-users-statuses-modal-body {
    padding: 20px;
}

.j-change-users-statuses-modal-example-table table,
.j-change-users-statuses-modal-example-table th,
.j-change-users-statuses-modal-example-table td {
    border: 1px solid gray;
    padding: 5px;
}
.loader.user-avatar-loader,
.loader.badge-loader {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: 35px 0 0 85px;
    border-width: 6px;
}

.j-credit-debit-points-modal-container {
    width: 650px;
}

.j-credit-debit-points-modal-container .j-credit-debit-points-modal-body {
    padding: 20px;
}

.j-credit-debit-points-modal-example-table table,
.j-credit-debit-points-modal-example-table th,
.j-credit-debit-points-modal-example-table td {
    border: 1px solid gray;
    padding: 5px;
}

.j-or {
    color: #5ab45c;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}