.w-35 {
    width: 35%;
}

.w-8 {
    width: 8%;
}

.bg-light-grey {
    background-color: #505050;
}

.bg-light-dark {
    background-color: #373737;
}

.btn-light-dark {
    color: #fff;
    background-color: #373737;
    border-color: #373737;
}

.btn-light-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #23272b;
}

.border-light-dark {
    border: 1px solid #373737;
}

.form-control:focus {
    color: #fff;
    background-color: #373737;
    border-color: #373737;
    box-shadow: none;
}

.text-truncate-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-black-40 {
    color: rgba(108, 117, 125, .4);
}

.text-danger-40 {
    color: rgba(220, 53, 69, .4);
}

.bg-warning-50 {
    background-color: rgba(255, 193, 7, .5);
}

.bg-dark-50 {
    background-color: rgba(52, 58, 64, .5);
}

.c-line td {
    width: 14.2857%;
}

.c-line span {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.625rem;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
}

.card-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/player.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12%;
    opacity: 0.6;
    transition: .5s;
}

.card-overlay:hover {
    opacity: 0.9;
}

#diary .btn {
    box-shadow: none;
    cursor: auto;
}


@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
    }
}

/* #menu {
    padding: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
    border-radius: 3px;
    overflow: hidden;
}

#menu li {
    list-style: none;
}

#menu li a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    color: #EFEFEF;
    background: url(../img/left_menu.png) #373737 right no-repeat;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    text-decoration: none;
}

#menu li a:hover,
#menu li a:active {
    border-top: 0;
    padding-top: 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
    background: url(../img/left_menu.png) #3B3B3B right no-repeat;
} */