.bottom-message-debug {
    margin-bottom: 42px;
    z-index: 10100;
}
.bottom-message .alert{
    margin-bottom: 0;
}
.cursor-wait, .cursor-wait input, .cursor-wait select, .cursor-wait option, .cursor-wait .btn,
.cursor-wait .btn:not(:disabled):not(.disabled), .cursor-wait .banner-container label {
    cursor: wait;
}
.cursor-pointer {
    cursor: pointer;
}
.grid-view .pagination {
    display: inline-flex;
    width: 70%;
    margin: -1px;
}
.grid-view .summary {
    display: inline-block;
    width: 30%;
    text-align: right;
    font-size: 0.8rem;
}
.grid-view .table {
    margin-bottom: 0;
}
.grid-view .table tr:last-of-type td {
    border-bottom: 1px solid #dee2e6;
}
.grid-view .table th, .grid-view .table td {
    text-align: center;
}
.grid-view .page-item.active .page-link {
    color: #28a745;
    background-color: #fff;
    border-color: #dee2e6;
}
.vertical-input-group label {
    width: 100%;
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.vertical-input-group .form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.site-login {
    left: 50%;
    position: relative;
    margin-left: -200px;
    width: 400px;
}
.help-block {
    font-size: 0.7em;
    font-style: italic;
}
.help-block-error {
    color: red;
}
.input-group-prepend .btn {
    z-index: 10;
}
#new-admin-form .help-block {
    position: absolute;
    display: block;
    top: 37px;
    left: 140px;
}
.navbar-light .navbar-logo {
    color: #007bff;
}
.navbar-light .navbar-brand {
    padding-left: 21px;
}
#navbar-text-logo {
    text-align: center;
    width: 100%;
}
ul.lessons-buttons {
    width: 580px;
    margin-top: 30px;
    padding: 0;
    display: inline-block;
}
ul.lessons-buttons li {
    display: inline-block;
    margin: 3px;
}
ul.lessons-buttons li button {
    width: 52px;
    height: 52px;
    position: relative;
}
ul.lessons-buttons li button span {
    position: absolute;
    top: 33px;
    left: 38px;
    font-size: 10px;
    color: red;
}
ul.lessons-ten-buttons {
    width: 200px;
    margin-top: 30px;
    padding: 0;
    display: inline-block;
}
ul.lessons-ten-buttons li {
    display: inline-block;
    margin: 3px;
}
ul.lessons-ten-buttons li button {
    width: 94px;
    height: 52px;
    position: relative;
}
ul.lessons-course-buttons {
    width: 255px;
    margin-top: 30px;
    padding: 0;
    display: inline-block;
}
ul.lessons-course-buttons li {
    display: inline-block;
    margin: 3px;
}
ul.lessons-course-buttons li button {
    width: 122px;
    height: 52px;
    position: relative;
    margin: 116px 0;
    top: -116px;
}
.form-group .help-block {
    color: red;
}