.container-img-width{
    width: 90px!important;
    border: 1px solid #CCC !important;
    height: 90px !important;
}
.media-left {
    width: 90px;
    height: 90px;
    display: table;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding-right: 0px !important;
}
.media-left .media-object-container img {
    max-width: 90px;
    max-height: 90px;
    margin-left: auto;
    margin-right: auto;
}
.media-body{
    overflow: hidden;
    zoom: 1;
}
.media-heading {
    margin: 0 0 5px;
}
.commentAdFile .media-heading {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.commentAdFile li.media{
    border-top: 0px!important;
    padding: 10px 10px;
}
.btn-success{
    background-color: #fff!important;
    color: #47a447!important;
    border-radius: 0!important;
    border-width: 1px!important;
    border-color: #47a447!important;
}


@media only screen and (max-width:992px) {

}
.media,
.media-body-f {
    overflow: hidden;
    zoom: 1
}
.hidden{
    display: none;
}
.cancel-upload-btn{
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 10px;
    height: 20px;
}
.progress{
    height: 20px!important;
    border-radius: 3px!important;
}

.pb-success{
    background-color: #208844!important;
}
.pb-danger{
    background-color: #dc3545!important;
}
.pb-warning{
    background-color: rgb(255, 193, 7)!important;
}

.progress-bar-bg{
    background-color: #1C7DB7;
}
.btn-upload:hover{
    background-color: #157347!important;
    border-color: #157347!important;
    color: #ffffff!important;
}
.btn-upload{
    background-color: #ffffff!important;
    border-color: #157347!important;
    color: #157347!important;
}

@media only screen and (max-width:768px) {
    .commentAdFile li.media{
        padding: 10px 0px!important;
    }
}

@media only screen and (max-width:463px) {
    .commentAdFile li.media button{
        width: 100%;
    }
}