/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */
.m-0 {
    margin: 0px !important;
}
.m-t-0 {
    margin-top: 0px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.m-r-0 {
    margin-right: 0px !important;
}
.m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.m-5 {
    margin: 5px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-l-25 {
    margin-left: 25px !important;
}
.m-r-25 {
    margin-right: 25px !important;
}
.m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}
.m-r-30 {
    margin-right: 30px !important;
}
.m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
.p-0 {
    padding: 0px !important;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.p-l-0 {
    padding-left: 0px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}
.p-x-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-x-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-x-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-r-15 {
    padding-right: 15px !important;
}
.p-x-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-x-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-t-25 {
    padding-top: 25px !important;
}
.p-b-25 {
    padding-bottom: 25px !important;
}
.p-l-25 {
    padding-left: 25px !important;
}
.p-r-25 {
    padding-right: 25px !important;
}
.p-x-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-l-30 {
    padding-left: 30px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}
.p-x-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/*
 * Generate Font-Size Classes (8px - 20px)
 */
.f-8 {
    font-size: 8px !important;
}
.f-9 {
    font-size: 9px !important;
}
.f-10 {
    font-size: 10px !important;
}
.f-11 {
    font-size: 11px !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-13 {
    font-size: 13px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-15 {
    font-size: 15px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-17 {
    font-size: 17px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-19 {
    font-size: 19px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-21 {
    font-size: 21px !important;
}
.f-22 {
    font-size: 22px !important;
}
.f-23 {
    font-size: 23px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-25 {
    font-size: 25px !important;
}
.f-26 {
    font-size: 26px !important;
}
.f-27 {
    font-size: 27px !important;
}
.f-28 {
    font-size: 28px !important;
}
.f-29 {
    font-size: 29px !important;
}
.f-30 {
    font-size: 30px !important;
}
/*
 * Font Weight
 */
.f-300 {
    font-weight: 300 !important;
}
.f-400 {
    font-weight: 400 !important;
}
.f-500 {
    font-weight: 500 !important;
}
.f-700 {
    font-weight: 700 !important;
}
/*
 * Position Classes
 */
.p-relative {
    position: relative !important;
}
.p-absolute {
    position: absolute !important;
}
.p-fixed {
    position: fixed !important;
}
.p-static {
    position: static !important;
}
/*
 * Overflow
 */
.o-hidden {
    overflow: hidden !important;
}
.o-visible {
    overflow: visible !important;
}
.o-auto {
    overflow: auto !important;
}
/*
 * Display
 */
.d-block {
    display: block !important;
}
.di-block {
    display: inline-block !important;
}
/*
 * Material Background Colors
 */
.bgm-white {
    background-color: #fff !important;
}
.c-white {
    color: #fff !important;
}
.bgm-black {
    background-color: #000 !important;
}
.c-black {
    color: #000 !important;
}
.bgm-brown {
    background-color: #8d6e63 !important;
}
.c-brown {
    color: #8d6e63 !important;
}
.bgm-pink {
    background-color: #ec407a !important;
}
.c-pink {
    color: #ec407a !important;
}
.bgm-red {
    background-color: #ef5350 !important;
}
.c-red {
    color: #ef5350 !important;
}
.bgm-blue {
    background-color: #42a5f5 !important;
}
.c-blue {
    color: #42a5f5 !important;
}
.bgm-purple {
    background-color: #ab47bc !important;
}
.c-purple {
    color: #ab47bc !important;
}
.bgm-deeppurple {
    background-color: #7e57c2 !important;
}
.c-deeppurple {
    color: #7e57c2 !important;
}
.bgm-lightblue {
    background-color: #29b6f6 !important;
}
.c-lightblue {
    color: #29b6f6 !important;
}
.bgm-cyan {
    background-color: #26c6da !important;
}
.c-cyan {
    color: #26c6da !important;
}
.bgm-teal {
    background-color: #26a69a !important;
}
.c-teal {
    color: #26a69a !important;
}
.bgm-green {
    background-color: #66bb6a !important;
}
.c-green {
    color: #66bb6a !important;
}
.bgm-lightgreen {
    background-color: #9ccc65 !important;
}
.c-lightgreen {
    color: #9ccc65 !important;
}
.bgm-lime {
    background-color: #d4e157 !important;
}
.c-lime {
    color: #d4e157 !important;
}
.bgm-yellow {
    background-color: #ffee58 !important;
}
.c-yellow {
    color: #ffee58 !important;
}
.bgm-amber {
    background-color: #ffca28 !important;
}
.c-amber {
    color: #ffca28 !important;
}
.bgm-orange {
    background-color: #ffa726 !important;
}
.c-orange {
    color: #ffa726 !important;
}
.bgm-deeporange {
    background-color: #ff7043 !important;
}
.c-deeporange {
    color: #ff7043 !important;
}
.bgm-grey {
    background-color: #bdbdbd !important;
}
.c-grey {
    color: #bdbdbd !important;
}
.bgm-bluegrey {
    background-color: #78909c !important;
}
.c-bluegrey {
    color: #78909c !important;
}
.bgm-indigo {
    background-color: #5c6bc0 !important;
}
.c-indigo {
    color: #5c6bc0 !important;
}
/*
 * Background Colors
 */
.bg-black-trp {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
/*
 * Border
 */
.b-0 {
    border: 0 !important;
}
/*
 * width
 */
.w-100 {
    width: 100% !important;
}
/*
 * Border Radius
 */
.brd-0 {
    border-radius: 0px;
}
.brd-2 {
    border-radius: 2px;
}
/*
 * Genericos
 */
.pointer {
    cursor: pointer !important;
}
.not-pointer {
    cursor: default !important;
}
.move {
    cursor: move !important;
}

/*
* Rating Page
 */
.list-inline-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
}
.list-inline-rating a {
    display: block;
    -webkit-transition: all 500ms;
    width: 100px;
}
.list-inline-rating a i {
    font-size: 60px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.list-inline-rating a:not([disabled]):hover i, .list-inline-rating li.active a i {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.slider-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-rating input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-rating .slider-tick-label.label-in-selection {
    vertical-align: top;
}
.slider-rating .slider-selection {
    background: #FFCC4D !important;
}
.slider-rating .slider-tick.in-selection {
    background: #FFCC4D !important;
}
.slider-rating .slider-handle {
    background: #674701 !important;
}
.slider-rating .slider-tick-label.label-is-selection {
    font-weight: bold;
}
.slider-rating .slider-tick-label {
    color: #674701;
}
.links-rating a, .links-rating button {
    display: inline-block;
    margin-top: 30px;
}
.form-group-rating {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media(max-width: 768px) {
    .list-inline-rating a {
        width: 40px;
    }
    .list-inline-rating a i {
        font-size: 20px;
    }
    .slider-rating {
        display: none;
    }
    .dashboard_filters .btn, .dashboard_filters .dropdown {
        width: 100%!important;
        margin: 3px;
        float: initial!important;
    }
}



/**
* Summary List
**/

.summary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
}
.summary-list.priority {
    background-color: #f3f3f3;
}
.summary-list .summary-list-item {
    border-color: #aaa;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
    min-width: 100px;
}

.summary-list .summary-list-item:last-child {
    border: none;
}

/**
 * Dashboard Summary (Graphs)
 */
.highcharts-credits {
    display: none;
}
.graphs .realtime .panel {
    padding: 49.5px;
}

/**
* Progress Bar Tickets
**/
.progress-bar-tickets {
    clear: both;
    overflow: hidden;
    border-radius: 5px;
    width: 102%;
}
.progress-bar-tickets div {
    float: left;
    padding: 2px 0;
    color: #fff;
    cursor: pointer;
}
.progress-bar-tickets .progress-bar-tickets-in-sla {
    background-color: #55BF3B;
}
.progress-bar-tickets .progress-bar-tickets-out-sla {
    background-color: #DF5353;
}

/**
* Table with Markers
**/
table .marker-yellow {
    background: rgb(241, 196, 15);
    color: #333;
}
table .marker-yellow a {
    color: #333;
}


table .marker-orange {
    background: rgb(211, 84, 0);
    color: #fff;
}
table .marker-orange a {
    color: #fff;
}

table .marker-orange .label,
table .marker-yellow .label {
    background: #fff;
}

table .marker-orange a:hover,
table .marker-yellow a:hover {
    text-decoration: underline;
}