.bg-custom{ background-color: #152E44; }

.table-dark > tbody > tr > td, .table-dark > thead > tr > th, .table-dark > tfoot > tr > td{
    background-color: #152E44;
    border-color: #ffffff14;
    padding: .5rem 1.5rem;
}

.form-control.::placeholder{
    color: #FFFFFF40;
}

.submenu-link{
    transition: all .2s ease-in-out;
}

.submenu-link:hover{
    background-color: #152E44;
}

.submenu-link.active{
    background-color: #152E44;
}

.modal-header, .modal-footer{
    border-color: #FFFFFF14;
}

.page-link.bg-custom:hover, .page-link.bg-custom:focus{
    color: #000 !important;
}
.session-box .box {
    font-size: 13px;
    padding: 20px;
    border: 2px solid #eee;
    border-bottom: 1px;
}
.session-box .box:last-child {
    margin-bottom: 20px;
    border-bottom: 2px;
}
.session-box .box:nth-child(odd) {background: #eee}
.session-box .media-object p {color: #03A9F4;}
.sm-avatar h6 {font-size: 12px;}
.sm-avatar p {font-size: 11px;}
.sm-avatar img {
    width: 40px;
    width: 40px;
}