body {
    background-color: #f8f9fa;
    font-size:12pt;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.parsley-error{color:green}
.parsley-required{
    color:red;
    list-style-type: none;
}
.parsley-errors-list{
    padding-left:0;
}
.thumb{
    height:150px;
    width:auto;
    max-width:300px;
    margin:10px;
    margin-left:0px;
}

#login_btn{
    color: black;
    background-color:#f7ec20;
    border-color: darkgrey;
}
#login_btn:hover{
    background-color:yellow;
}
#login_btn.active  {
    background-color: lightgreen;
    border-color: black;
    color: black;
}

.form-control:focus {
    border-color: #f7ec20;
    box-shadow: 0 0 10px rgba(247, 236, 32, 1);
    outline: none;
}
.form-select:focus {
    border-color: #f7ec20;
    box-shadow: 0 0 10px rgba(247, 236, 32, 1);
    outline: none;
}
#login-page {
    background-color: #f8f9fa;
}
#login_window {
    margin-top: 30%;
}

#nav_link {
    color: black;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
#nav_link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 0;
    height: 3px;
    background-color: #f7ec20;
    transition: width 0.5s;
}

#nav_link:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 3px;
    background-color: #f7ec20;
    transition: width 0.5s;
}
.list-group-item:hover{
    border-color: #f7ec20;
    box-shadow: 0 0 5px rgba(247, 236, 32, 0.5);
}

/* новое */
.container_head{
    display: flex;
    margin-left: 50px;
    justify-content: space-between;
    height: 41px;

}

.calendar {
    margin-right: 40px;
    border-collapse: collapse;
    background-color:#d6d9dd;
    font-family: Arial, sans-serif;
        min-width: 350px;
}
.calendar th, td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}
.calendar th {
    background-color: darkgray;
    color: white;
}
.calendar td {
    height: 60px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}
.calendar td:hover {
    color: white;
    cursor: pointer;
}
.calendar td:hover {
    background-color: lightblue;
}
.calendar td.has-shifts {
    background-color: lightgreen;
}
.calendar td.filtered-shifts {
    background-color: lightgreen;
}
.calendar td.selected-date {
    background-color: green;
    color: white;
}
.calendar-month {
    color: black;
    background-color:#f7ec20;
    font-size: large;
}
.calendar-head a:hover{
    color: #f7ec20
}

#schedule  {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
#schedule th, .table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
#schedule th {
    background-color: #f2f2f2;
}

.table{
    --bs-table-bg:none;
    background-color: white;
}
#filled {
    background-color: lightyellow;
    height: 54px;
}
#not_filled {
    height: 54px;
}
#reserve_filled {
    background-color: #B3E0FF;
    height: 54px;
}

#employee{
    text-align: left;
    width: 600px;
}
.flex-container {
    display: flex;
}
.container {
    display: flex;
    position: sticky;
    top: 10px;
    z-index: 1;
}
/* .table-journals{
    min-width: 1200px;
} */
.open_shift {
    color:green;
    border: 1px solid green;
    padding: 3px;
    margin-right: 5px;
    background-color: #d1e7dd;
}
.close_shift {
    color:red;
    border: 1px solid red;
    padding: 3px;
    background-color: #f8d7da;
}
.reserve_shift {
    color:#4682B4;
    border: 1px solid #4682B4;
    padding: 3px;
    background-color: #B3E0FF;
}
.container_journal{
    display: flex;
    margin-left: 50px;
    margin-right: 10px;
}
.flex-container_journal {
    width: 80%;
}
.fixed_journal_shift {
    margin-top: 46px;
    margin-left: 50px;
    right: 50px;
}

.clickable {
    cursor: pointer;
}
.clickable:hover {
    background-color: #f5f5f5;
}

th a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
th a:hover {
    text-decoration: underline;
}
.shift-cell {
    cursor: pointer;
}

#left_column{
    text-align: left;
    width: 70%;
    background-color: #f8f9fa;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
#form_for_exel{
    border-color:darkgrey;
}
#card_for_exel{
    background-color:#d6d9dd;
}

#container-search {
    display: flex;
    flex-direction: column;
}
.search_field{
    display: flex;
    justify-content: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield; /* Для Firefox */
}
.loader-hidden {
    display: none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-separator {
    /* height: 1px; */
    background-color: #ddd;
    margin: 10px 0;
}
.table-responsive{
    overflow-x: unset;
    width:75%;
}
@media (max-width: 1450px) {
    .container_head {
      display: inline;
    }
    .table-responsive{
        overflow-x: auto;
        margin-bottom: 10px;
        width:100%;
    }
}