﻿btn-outline-hover-danger /* Base settings */
body, html {
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
}

@media (min-width: 576px) {
    body, html {
        font-size: 16px;
    }
}

body {
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
@font-face {
    font-family: Medieval;
    src: url('/fonts/Medieval-English.ttf');
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

::selection {
    background-color: orange;
    color: #fff;
}

.bg-gray {
    background-color: #EDEDED;
}

.ml-1 {
    margin-left: .25rem !important;
}
.ml-2 {
    margin-left: .5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}
.mr-2 {
    margin-right: .5rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}
/* Base settings end */

/* Alerts */
.alert {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert button {
    background-color: transparent;
    border: none;
    outline: none;
    content: none;
    margin-right: 1rem;
}
.alert button i {
    color: #262626;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
/* Alerts emd */

/*Icon*/
.ic-user {
    font-size: 16em;
    padding-bottom: 2rem;
}
@media (min-width: 768px) {
    .ic-user {
        font-size: 16em;
        padding-bottom: 0rem;
    }
}
@media (min-width: 992px) {
    .ic-user {
        font-size: 20em;
        padding-bottom: 0rem;
    }
}
/*Icon end */

/* Buttons */
.btn, .btn-sm, .btn-md, .btn-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
}
.btn-outline-hover-primary:hover {
    color: #1266F1;
    background-color: transparent;
}
.btn-outline-hover-secondary:hover {
    color: #B23CFD;
    background-color: transparent;
}
.btn-outline-hover-success:hover {
    color: #00b74a;
    background-color: transparent;
}
.btn-outline-hover-danger:hover {
    color: #F93154;
    background-color: transparent;
}
.btn-outline-hover-warning:hover {
    color: #FFA900;
    background-color: transparent;
}
.btn-outline-hover-info:hover {
    color: #39C0ED;
    background-color: transparent;
}
.btn-outline-hover-dark:hover {
    color: #262626;
    background-color: transparent;
}
.btn-outline-hover-light:hover {
    color: #FBFBFB;
    background-color: transparent;
}
/* Buttons end */

/* Inputs */
.input-select select {
    padding: .33em .75em;
    color: #4f4f4f;
    background-color: transparent;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/img/angle-down.svg");
    background-position: right .5rem top 50%;
    background-repeat: no-repeat;
    background-size: .7rem;
}
.input-select:focus select {
    outline: none;
    background-color: transparent;
    border: 1px solid #1266f1;
}

.input-select option {
    background-color: #fff;
    box-shadow: none;
}
.input-select option:hover {
    background-color: #1266F1;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    cursor: pointer;
}
/* Inputs end*/

/* Modal style */
.title-section {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1em;
}

.btn-close-modal {
    background-color: transparent;
    border: none;
    outline: none;
    content: none;
    padding: 1rem 0;
}
.btn-close-modal i {
    color: #262626;
    font-size: 2rem;
}
.modal-content {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    display: flex;
    justify-content: flex-start;
}
.modal-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style: none;
    padding: 0;
}
.modal-nav li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .8rem 0;
    padding-left: .5rem;
}
.modal-nav li i {
    font-size: 1.4rem;
    border-right: 2px solid #262626 !important;
    padding-right: 1rem;
}
.modal-nav a {
    padding: 0 1rem 0 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: black;
    line-height: 1.2;
}
/* Modal style end */

/* Cookies strip */
.cookies-strip {
    padding: .719em 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(38, 38, 38, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(38, 38, 38, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(38, 38, 38, 0.6);
    z-index: 1120;
}
.cookies-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookies-strip .btn i {
    font-size: 2.2rem;
}
@media (min-width: 768px) {
    .cookies-strip .btn i {
        font-size: 1rem;
        margin-right: .25rem;
    }
}
/* Cookies strip end */

/* Main */
main {
    flex: 1 0 auto;
    height: 100%;
    /*padding-bottom: 6rem;*/
}
/* Main end */

/* Footer */
footer {
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    footer .copyright {
        padding: 4em 0;
    }
}

footer .copyright {
    padding: 3em 0;
    color: #fff;
    line-height: 1.3;
}
/* Footer end */

/*Header top*/
.header-top {
    padding: .719em 0;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.header-top .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.header-top .btn i {
    font-size: 1.4rem;
}
.online-block .spinner-grow {
    width: 1.4rem;
    height: 1.4rem;
}
@media (min-width: 768px) {
    .header-top .btn i {
        font-size: 1rem;
        margin-right: .25rem;
    }

    .online-block .spinner-grow {
        width: 1rem;
        height: 1rem;
        margin-right: .25rem;
    }
}
.user-profile-block {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.logotype {
    text-align:center;
}
@media (max-width: 768px) {
    .logotype {
        padding: 2rem 0;
    }
}
.logotype a {
    width: 100%;
    font-size: 1.25rem;
    color: black;
    white-space: nowrap;
    font-family: Revalia, Roboto, sans-serif;
}
/*Header top end */

/* Header */
header {
    margin-top: 58px;
}
@media (max-width: 768px) {
    header {
        margin-top: 165px;
    }
}
.navbar {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    /*background: #ededed;*/
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
    position: relative;
    line-height: 1.2;
    padding: 2em 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar-nav .nav-link::before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 10px;
        background: #262626;
    }
}

.navbar-nav .nav-link::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    background: #262626;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav > li:hover .nav-link::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-9px);
}
/* Header end */

.form-check {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.form-check input.form-check-input {
    margin: 0 !important;
}
.form-check label.form-check-label {
    display: flex;
    margin-left: 1rem !important;
}

/* Users Index */
#user-list .btn {
    border-radius: .5em;
}
#user-list .btn i {
    margin-right: .25rem;
    font-size: 1rem;
}
/* Users Index end */

/* Error page */
#error-page .btn i {
    font-size: 1.4rem;
    margin-right: .25rem;
}
/* Error page end */

/* Timer Page */
.boss_image {
    width: 48px;
    height: auto;
}
@media (min-width: 576px) {
    .boss_image {
        width: 64px;
        height: auto;
    }
}
@media (max-width: 768px) {
    .table-wrap {
        margin-top: 3rem;
    }
}

.table-wrap {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.table-wrap table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-wrap table tr {
    padding: 5px;
}

.table-wrap table th, .table-wrap table td {
    padding: 10px;
    text-align: center;
}

.table-wrap table th {
}

@media screen and (max-width: 768px) {
    .table-wrap table {
        border: 0;
    }

    .table-wrap table thead {
        display: none;
    }

    .table-wrap table tr {
        margin-bottom: 2rem;
        display: block;
        border-radius: .25rem;

    }

    .table-wrap table td {
        display: block;
        text-align: right;
        font-size: 1.25rem !important;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
    }

    .table-wrap table td:last-child {
        border-bottom: 0;
    }

    .table-wrap table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.25rem !important;
        color: #FFF;
    }
}