#APPSBDWP #sgreport {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto;
}
#APPSBDWP #sgreport .gutters-10 {
    margin-right: -5px;
    margin-left: -5px;
}
#APPSBDWP #sgreport .gutters-10 > div[class^="col"] {
    padding-right: 5px;
    padding-left: 5px;
}
#APPSBDWP #sgreport .sgreport-ptb {
    padding-top: 5px;
    padding-bottom: 5px;
}
#APPSBDWP #sgreport-wrap .sgreport-loading-icon {
    display: none;
}
#APPSBDWP #sgreport-wrap.sgreport-loading {
    position: relative;
}
#APPSBDWP #sgreport-wrap.sgreport-loading::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1350;
}
#APPSBDWP #sgreport-wrap.sgreport-loading .sgreport-loading-icon {
    display: block;
    position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
    z-index: 1351;
}
#APPSBDWP #sgreport-wrap.sgreport-loading .sgreport-loading-icon img {
    animation: sgreport-loading-spinner 1.25s linear infinite;
    width: 40px;
    height: 40px;
}
@keyframes sgreport-loading-spinner {
    0% {
        transform: rotate( 0deg );
    }
    40% {
        transform: rotate( 45deg );
    }
    100% {
        transform: rotate( 360deg );
    }
}
#APPSBDWP #sgreport .sgreport-head,
#APPSBDWP #sgreport .sgreport-info,
#APPSBDWP #sgreport .sgreport-stat {
    margin-bottom: 30px;
}
#APPSBDWP #sgreport .sgreport-date-field {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-right: 5px;
    padding: 0 8px;
}
#APPSBDWP #sgreport .sgreport-date-input {
    text-align: center;
    width: 100px;
    padding: 0;
}
#APPSBDWP #sgreport .sgreport-date-input,
#APPSBDWP #sgreport .sgreport-date-input:hover,
#APPSBDWP #sgreport .sgreport-date-input:focus,
#APPSBDWP #sgreport .sgreport-date-input:active {
    border: none;
    box-shadow: none;
    outline: 0;
}
#APPSBDWP #sgreport .sgreport-date-sep {
    font-weight: 700;
    padding: 0 4px;
}
#APPSBDWP #sgreport .sgreport-date-clear-btn,
#APPSBDWP #sgreport .sgreport-chart-toggle-btn,
#APPSBDWP #sgreport .sgreport-export-btn {
    background: none;
    border: 1px solid #ced4da;
    min-height: 32px;
}
#APPSBDWP #sgreport .sgreport-info-item {
    padding-bottom: 5px;
}
#APPSBDWP #sgreport .sgreport-info-icon {
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    width: 58px;
    height: 58px;
    background: #0abc5a;
    border-radius: 10px;
    margin-right: 15px;
}
#APPSBDWP #sgreport .sgreport-info-title {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
#APPSBDWP #sgreport .sgreport-info-count {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}
#APPSBDWP #sgreport .card {
    border-radius: 10px;
}
#APPSBDWP #sgreport .card-inner {
    padding: 15px;
}
#APPSBDWP #sgreport .sgreport-table {
    margin-bottom: 0;
}
#APPSBDWP #sgreport .sgreport-table thead th {
    border-top: none;
}
#APPSBDWP #sgreport .sgreport-table > * > tr > *:nth-child(2),
#APPSBDWP #sgreport .sgreport-table > * > tr > *:nth-child(3),
#APPSBDWP #sgreport .sgreport-table > * > tr > *:nth-child(4),
#APPSBDWP #sgreport .sgreport-table > * > tr > *:nth-child(5) {
    text-align: center;
}

#APPSBDWP #sgreport .sgreport-head-w-1,
#APPSBDWP #sgreport .sgreport-head-w-2,
#APPSBDWP #sgreport .sgreport-head-w-3,
#APPSBDWP #sgreport .sgreport-head-w-4 {
    display: none;
}

@media only screen and (max-width: 1250px) {
    #APPSBDWP #sgreport .sgreport-head > .row > .ml-auto {
        margin-left: 0 !important;
    }
    #APPSBDWP #sgreport .sgreport-head-w-1,
    #APPSBDWP #sgreport .sgreport-head-w-3 {
        display: block;
    }

    #APPSBDWP #sgreport .sgreport-info > .row > div[class^="col"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #APPSBDWP #sgreport .sgreport-info-icon {
        font-size: 20px;
        line-height: 48px;
        width: 48px;
        height: 48px;
    }
    #APPSBDWP #sgreport .sgreport-info-title {
        text-transform: none;
    }
    #APPSBDWP #sgreport .sgreport-info-count {
        font-size: 22px;
    }

    #APPSBDWP #sgreport .sgreport-table thead > tr > .sgreport-col-tickets,
    #APPSBDWP #sgreport .sgreport-table thead > tr > .sgreport-col-responses,
    #APPSBDWP #sgreport .sgreport-table thead > tr > .sgreport-col-need-reply,
    #APPSBDWP #sgreport .sgreport-table thead > tr > .sgreport-col-closed {
        display: none;
    }
    #APPSBDWP #sgreport .sgreport-table tbody > tr > th,
    #APPSBDWP #sgreport .sgreport-table tbody > tr > td {
        display: block !important;
        overflow: hidden;
    }
    #APPSBDWP #sgreport .sgreport-table tbody > tr > th {
        border-top-width: 2px;
    }
    #APPSBDWP #sgreport .sgreport-table tbody > tr > td {
        position: relative;
        padding: 0.4rem 0.75rem 0.4rem 65%;
        border-top-style: dotted;
        text-align: right !important;
    }
    #APPSBDWP #sgreport .sgreport-table tbody > tr > td::before {
        position: absolute;
        left: 0.75rem;
        display: block;
        overflow: hidden;
        width: auto;
        content: attr(data-colname);
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #APPSBDWP #sgreport .sgreport-table tbody > tr > td.sgreport-col-closed {
        padding-bottom: 0.75rem;
    }
}

@media only screen and (max-width: 900px) {
    #APPSBDWP #sgreport .sgreport-info > .row > div[class^="col"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 782px) {
    #APPSBDWP #sgreport .sgreport-date-clear-btn,
    #APPSBDWP #sgreport .sgreport-chart-toggle-btn,
    #APPSBDWP #sgreport .sgreport-export-btn {
        min-height: 42px;
    }
}