.navbar-menus > div > button:focus {
    color: #666;
}

.navbar-menus > div > button:hover {
    color: #333;
}

.user-info .label {
    padding: 0.2em .7em .3em;
    line-height: 20px;
}

.game_thumb {
    max-width: 100%;
    height: 95px;
}

.tickBoxBlock .form-group, .tickBoxBlock .form-group .checkbox {
    display: inline;
}

.checkbox-inline input[type="checkbox"] {
    position: initial;
    margin-left: -10px;
}

#listItemsViewModal .js-dcp {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -15px;
    left: -15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mh-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.font-comic-sens {
    font-family: "Comic Sans MS" !important;
}

.btn-green {
    background: #77FF2F;
}

/* Admin vocabulary add audio page */
.vocabulary-empty {
    color: #a94442;
    border: solid 1px #a94442;
}
.custom-swal-success-btn {
    background-color: #2778c4 !important;
}
.custom-swal-success-btn:focus {
    box-shadow:none !important;
}
#controls .btn {
    margin-bottom: 5px;
}
.audio-vocab-table td {
    vertical-align: middle !important;
}

@media screen and (max-width: 991px) {
    .audio-vocab-table .form-control {
        width: 150px;
    }
}