/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

a.ticket-item {
    text-decoration: none;
    color: inherit;
}

.tickets .ticket-content {
    overflow: hidden;
    position: relative;
}

.tickets .ticket-content .ticket-description img {
    max-width: 100%;
}

.alert {
    z-index: 1111;
}

.select2.select2-container {
    width: 100% !important;
}

form.loading,
.ajax-loader.loading {
    position: relative;
    pointer-events: none;
}
form.loading:before,
.ajax-loader.loading:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
    display: block;
}
form.loading:after,
.ajax-loader.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-image: url(../img/spinner.svg);
    z-index: 2;
}

.irs--flat .irs-bar {
    background-color: #19bb4f;
}
.irs--flat .irs-handle > i {
    background-color: #2da254 !important;
}

.irs--flat .irs-handle {
    cursor: e-resize;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #19bb4f;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    border-top-color: #19bb4f;
}