﻿.sp-btn i {
    padding: 0 8px;
}

.margin-left-50 {
    margin-left: 50px;
}

.sp-toast {
    border-radius: 0px;
    display: block;
    background-color: inherit;
    padding: 0;
}

.table-striped > tbody > tr:last-child {
    background-color: inherit;
}

#TableCont .sp-material-input, #PostCont .sp-material-input {
    margin: 0;
}

#TableCont .table > thead > tr > td {
    padding: 2px;
}

[type=checkbox].sp-checkbox + label {
    font-size: inherit;
}

.singout-btn {
    padding: 10px 5px 10px 15px;
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none;
    color: #b8c7ce;
}

    .singout-btn i {
        width: 20px;
    }

.sidebar-menu > li:hover > .singout-btn {
    color: #fff;
    background: #1e282c;
}

.delete-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 8px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.40);
}

    .delete-image i {
        font-size: 20px;
        color: #e8e9ea;
    }
