html, body {
    min-height: 100vh !important;
    position: relative;
}

/*.container-fuild {*/
/*    min-height: 100vh !important;*/
/*    position: relative;*/
/*}*/
#sticky-footer {
    max-width: 100% !important;
}

.font_theme {
    font-family: Helvetica, sans-serif;
}

.font_black_theme {
    color: #3d3c39;
}

.notification {
    color: black;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    width: auto;
    height: auto;
}

.btn-warning {
    border-radius: 30px;
    padding: 7px 20px;
}

.notification .badge {
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 7px 10px;
    border-radius: 70%;
    background-color: #ff4700;
    box-shadow: 0.2em 0.2em 5px rgba(0, 0, 0, 0.5);
    color: white;
}

.tasks-active-teacher__row {
    transition: 0.15s;
}

.tasks-active-teacher__row:hover {
    background: rgba(23, 162, 184, 0.1);
}

.tasks-active-teacher__row__edit-btn {
    opacity: 0;
    visibility: hidden;
    transition: 0.15s;
}

.tasks-active-teacher__row:hover .tasks-active-teacher__row__edit-btn {
    opacity: 1;
    visibility: visible;
}

.problem_b:hover {
    color: rgb(230, 172, 16);
    cursor: pointer;
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.modal-1 li:first-child a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}

.modal-1 li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}

.modal-1 a {
    border-color: #ddd;
    color: #3d3737;
    background: #fff;
}

.modal-1 a:hover {
    background: #ffd98a;
}

.modal-1 a.active, .modal-1 a:active {
    border-color: #e6ac10;
    background: #ffbe01;
    color: #fff;
}

.modal-1 a.choose {
    border-color: #ffe0a1;
    background: #ffe0a1;
    color: #3d3737;
}

.modal-1 a.choose:hover {
    background: #f8cd86;
}

.modal-2 li:first-child a {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
}

.modal-2 li:last-child a {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
}

.modal-2 a {
    border-color: #ddd;
    color: #999;
    background: #fff;
}

.modal-2 a:hover {
    color: #E34E48;
    background-color: #eee;
}

.modal-2 a.active, .modal-2 a:active {
    border-color: #E34E48;
    background: #E34E48;
    color: #fff;
}

.modal-3 a {
    margin-left: 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.modal-3 a:hover {
    background-color: #4DAD16;
}

.modal-3 a.active, .modal-3 a:active {
    background-color: #37B247;
}

.modal-4 a {
    margin: 0 3px 4px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #3d3c39;
    background-color: #ffffff;
    color: #000000;
}

.modal-4 a.success {
    background: #cbfac9;
}

.modal-4 a.fail {
    background: #facecd;
}

.modal-4 a.prev {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
    width: 100px;
}

.modal-4 a.next {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
    width: 100px;
}

/*.modal-4 a:hover {*/
/*  background-color: #FFA500;*/
/*}*/
/*.modal-4 a.active, .modal-4 a:active {*/
/*  background-color: #FFA100;*/
/*}*/

.modal-5 {
    position: relative;
}

.modal-5:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
}

.modal-5 a {
    color: #666;
    padding: 13px 5px 5px;
    margin: 0 10px;
    position: relative;
}

.modal-5 a:hover {
    color: #fff;
}

.modal-5 a:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #1E7EE2;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
    left: -3px;
    bottom: 4px;
    margin: auto;
}

.modal-5 a.next, .modal-5 a.prev {
    color: #f8b80a;
}

.modal-5 a.next:hover, .modal-5 a.prev:hover {
    color: #fff;
}

.modal-5 a.next:hover:after, .modal-5 a.prev:hover:after {
    display: none;
}

.modal-5 a.active {
    background: #1E7EE2;
    color: #fff;
}

.modal-5 a.active:before {
    content: '';
    position: absolute;
    top: -11px;
    left: -10px;
    width: 18px;
    border: 10px solid transparent;
    border-bottom: 7px solid #104477;
    z-index: -1;
}

.modal-5 a.active:hover:after {
    display: none;
}

.modal-6 {
    -moz-box-shadow: 0 2px 2px #333;
    -webkit-box-shadow: 0 2px 2px #333;
    box-shadow: 0 2px 2px #333;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.modal-6 a {
    border-color: #ddd;
    color: #999;
    background: #fff;
    padding: 10px 15px;
}

.modal-6 a:hover {
    color: #E34E48;
    background-color: #eee;
}

.modal-6 a.prev {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
    width: 50px;
    position: relative;
}

.modal-6 a.prev:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.modal-6 a.next {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
    width: 50px;
    position: relative;
}

.modal-6 a.next:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.modal-6 a.active {
    border-color: #bbb;
    background: #fff;
    color: #E34E48;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
}

.tdwidth {
    border-collapse: collapse;
    border: 2px solid #d39e00 !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 450px;
    width: 100%;
    text-align: center;
    background-color: #fff6e0;
}

.tdwidth td,
.tdwidth th {
    border: 1px dashed #d39e00;
    padding: 8px;
}




