.selected-grid-item,
.selected-grid-item h5,
.selected-grid-item td,
.selected-grid-item span {
    color: #fff !important;
    border-color: #428bca !important;
    background-color: #428bca !important;
}

    .selected-grid-item:hover,
    .selected-grid-item:hover h5,
    .selected-grid-item:hover td,
    .selected-grid-item:hover span {
        z-index: 95 !important;
        color: #fff !important;
        background-color: #428bca !important;
    }

div.gallery {
    margin: 10px;
    border: 1px solid #e6e6e6;
    width: 240px;
    display: inline-table;
    position: relative;
}

    div.gallery img {
        width: 100%;
        /*height: 200px;*/
    }

    div.gallery:hover button {
        display: block;
    }

    div.gallery button {
        display: none;
        position: absolute;
    }

        div.gallery button.update {
            right: 0;
            bottom: 12px;
        }

        div.gallery button.delete {
            top: 0;
            right: 0;
        }

div.desc {
    height: 54px;
    padding: 10px;
    text-align: center;
}

.line-separator {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.circular-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.break-text {
    word-break: break-all
}

.notification-not-read {
    background: #e8f2f9;
}

.hidden {
    display: none;
}

.is-exception > td > span {
    display: inline !important;
}

.rdw-editor-wrapper{
    width: 100%;
    height: 350px;
}
