.no-border {
    border-top: 0px none !important;
    border-bottom: 0px none !important;
}

/* Table */
.message-content-center {
    text-align: center;
}
.message-content-middle {
    vertical-align: middle !important;
}

/* Search */
.notification-search-input {
    width: 210px !important;
    float: initial!important;
}

/* Avatar */
.notification-list-avatar-container {
    width: 0.5rem;
}
.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Message Read */
.notification-alert-color .fa-circle {
    color: #3c85d7;
    border: 4px solid rgba(0,172,193,0.3);
    border-radius: 50%;
    font-size: 7px;
    margin-top: .2rem;
}
.notification-muted-color .fa-circle {
    color: slategrey !important;
    border: 4px solid rgba(122,134,136,0.3);
    border-radius: 50%;
    font-size: 7px;
    margin-top: .2rem;
}

.notification-sortby{
    width:60px
}

.notification-sortby-options{
    width:125px!important;
    margin-top: -.4rem;
}

#sortbydays{
    -moz-appearance: none; 
    -webkit-appearance: none;
     appearance: none;
}

.sortarrow{
    position: relative;
    top: 3px;
    right: 21px;
    font-size: 12px;
}
.custom-website .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(244 246 250);
}
.custom-website .table-bordered, .custom-website .table-bordered td, .custom-website .table-bordered th {
    border: 1px solid transparent;
}
.custom-website .table th a {
    color: #000;
}
.custom-website .btn-primary {
    background-color: #1051B9;
}
.custom-website .btn-primary:hover {
    background-color: #0c49ab;
}
.custom-website .breadcrumb{
    background-color: transparent;
    padding: 0 0 1rem 0;
}
.custom-website .btn-outline-primary {
    color: rgb(16, 81, 185);
    font-size: 0.85rem;
    border-color: rgb(16, 81, 185);
}
.custom-website .btn-outline-primary:hover {
    background-color: #0c49ab;
    color: #fff;
}

.alert-text-red {
    color: white;
    background-color: red;
    border-color: red;
}

.alert-text-gray {
    color: #6c757d;
}

.alert-text-email-verification {
    color: white;
    background-color: #006fc0;
    border-color: #006fc0;
}

.alert-text-warning {
    border-color: #ffc107 ;
}
.alert-text-warning > span{
    color: darkslategray;
}

.spinner-grp {
    margin-top: 10px;
}