/*------------------------------------------------------------------
[Custom Stylesheet]

Project:	bdeducms
-------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

.btn-green {
    background-color: #48a841;
    border-color: #48a841;
    color: #fff;
}
.btn-green:hover {
    background-color: #7cda6f;
    border-color: #7cda6f;
    color: #fff;
}
.cover-img-sm {
    max-height: 30px;
}
a.btn-green:active, a.btn-green:focus {
    color: #ffffff;
}
.ribbon-wrapper-reverse.module-ribbon {
    padding: 25px 10px 5px 10px;
}
.edit-img {
    max-height: 80px;
}
.del-item{
    display: block;
    text-align: center;
}
.thumbnail{
    display: block;
    margin: 0 auto;
    min-width: 100%;
    height: auto;
}




/*added by Tuhin*/
.invalid-feedback {
    font-size: 100%;
    /* color: #e37c74; */
}
.del{
    display: block;
    text-align: center;
}