.message-date {
    padding-right: 7px
}
.comments{
    font-size: 11px;
    margin-left:40px;
}

.update-date{
    font-size: 12px;
    margin-left:21px;
}

.insert-date{
    font-size: 12px;
    margin-left:3px;
}

.view-img {
    margin-left:21px;
}
    /* spiner load
    -------------------------------------------------- */
.load-container {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.loader {
    animation: 1.1s linear 0s normal none infinite running load8;
    border-color: rgba(223, 147, 59, 0.2) rgba(223, 147, 59, 0.2) rgba(223, 147, 59, 0.2) #df933b;
    border-style: solid;
    border-width: 0.7em;
    font-size: 10px;
    margin: 30px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0px);
    z-index:100;
}

.loader-center {
    left: 50%;
    margin: -2.5em 0 0 -2.5em;
    position: absolute;
    top: 50%;
    will-change: transform;
}

.loader, .loader::after {
    border-radius: 50%;
    height: 5em;
    width: 5em;
}

@media (min-width: 640px) {
    .loader-center {
        margin: -5em 0 0 -5em;
    }

    .loader {
        border-width: 1em;
    }
    .loader, .loader::after {
        height: 10em;
        width: 10em;
    }

}


@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.icon-3 {
    background-position: -1px -1px;
}
.icon-1 {
    background-position: -1px -49px;
}
.icon-2 {
    background-position: -1px -97px;
}
.icon-5 {
    background-position: -1px -145px;
}
.icon-8 {
    background-position: -1px -193px;
}

.icon-13 {
    background-position: -1px -241px;
}

.icon-11 {
    background-position: -1px -289px;
}

.icon-12 {
    background-position: -1px -337px;
}

.icon-14 {
    background-position: -1px -384px;
}

.icon-non {
    background-position: -1px -433px;
}

.icon-pdf {
    background-position: -1px -481px;
}



.btn .icon-3 {
    background-position: 0 0;
}
.btn .icon-1 {
    background-position: 0 -36px;
}
.btn .icon-2 {
    background-position: 0 -72px;
}
.btn .icon-5 {
    background-position: 0 -108px;
}
.btn .icon-8 {
    background-position: 0 -144px;
}
.btn .icon-13 {
    background-position: 0 -180px;
}
.btn .icon-11 {
    background-position: 0 -216px;
}
.btn .icon-12 {
    background-position: 0 -252px;
}
.btn .icon-14 {
    background-position: 0 -288px;
}





.dealer-name{
    margin-left: 40px;
    line-height: 28px;
}
.hide {
    display:none
}
label {
    color: #000;
}