.top-section {
    padding: 0px 0px 0px 0px !important;
    border-bottom: 1px solid #DDE5E8;
    margin-top: 0;
    padding: 0;
    /*background-color: #F5FAFF;*/
}
.top-section .tile-stats .count, .tile-stats h3, .tile-stats p {
    margin: 0 0 0 0px;
}
.top-section .animated{
    /*height: 123px;*/
}
.dashboard .sales-activity .tile-stats {
    border-radius: 7px;
}
.dashboard .sales-activity .tile-stats:hover {
    border: 1px solid #41A0D9;
    border-radius: 7px;
}
.tile-stats{
    padding: 28px 5px 7px;
}
.tile-stats h3{
    font-size: 36px; 
}
.tile-stats .quantity{
    color: #1093de;
}
.tile-stats .quantity1{
    color: #db3f26;
}
.tile-stats .quantity2{
    color: #388a10;
}
.tile-stats .quantity3{
    color: #ddb630;
}
.tile-stats .unit{
    font-size: 11px; color: #8d99ae;font-weight: normal;
}
.tile-stats .quantity-label{
    padding-top: 15px;
    font-size: 12px;
}
.inventory-summary {
    margin-bottom: 15px;
    padding: 15px 18px 9px;
    height: 51px;
    border: 1px solid #DAE1E4;
    border-radius: 7px;
    background-color: #fff;
}
.inventory-summary .quantity {
    max-width: 35%;
    min-width: 15%;
    margin-top: -8px;
    border-left: 1px solid #EDF1F2;
    padding-left: 8px;
    text-align: right;
    font-size: 25px;
}
.inventory-summary:hover {
    border: 1px solid #41A0D9;
    border-radius: 7px;
} 
.top-quantity{
    font-size: 24px !important;
}
.text-red{
    color: #db3f26;
}

.top-unit{
    font-size: 15px !important;
}

.top-item .item-image .show-image {
    max-width: 90px;
    max-height: 68px;
}

.top-item-name {
    padding-top: 10px;
}

.top-item-bottom-div{
    width: 100%;
    height: auto;
    position: absolute;
    top: 80%;
}

.top-item .item{
    min-height: 140px;
}

.dashboard .quantity{
    color: #1093de;
}
.dashboard .so-table thead>tr>th {
    font-size: 14px;
    background-color: #F7F9FB;
}
.so-circle {
    float: left;
    margin: 6px 3px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #0caee0;
}
.custom-reportrange{
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: none; 
    text-align: right;
}

.custom-reportrange span{
    color: #73879c;
}

.dashboard h2{
    font-size: 15px;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .top-item-bottom-div{
        top: 90%;
    }
}
