body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
}

header {
    text-align: center;
    padding: 10px;
    color: #3751a8;
}

.label_container h3 {
    text-align: center;
    padding: 10px;
    color: #3751a8;
    font-size: 20px;
}

.name_container {
    color: black;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.login-header {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    color: white;
    padding: 5px 20px;
    background-color: #5474e0;
}

#content {
    padding-bottom: 80px;
}

footer {
    text-align: center;
    background-color: #5474e0;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
}

/* Reset initial form style  */
form, input, textarea, select, button {
    margin: 0;
    padding: 0;
    border: 0;
}

.form-container {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 10px;
    width: max-content;
    margin: auto;
    align-content: center;
    align-items: center;
}

/* labels in first column */
.form-container label {
    text-align: right;
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 20px;
}

/* fields in second column */
.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="password"] {
    width: 350px;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 2px;
    line-height: 1;
    font-size: 20px;
}

.form-container .success-container {
    color: green;
    margin-bottom: 5px;
    border: 1px solid green;
    border-radius: 5px;
    text-align: center;
    width: 350px;
}

.form-container .success-container ul {
    list-style: none;
    padding: 8px;
    margin: 0;
    font-size: 20px;
}

.form-container .error-container {
    color: red;
    margin-bottom: 5px;
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    width: 350px;
}

.form-container .error-container ul {
    list-style: none;
    padding: 8px;
    margin: 0;
    font-size: 20px;
}

.form-container .back_link{
    color: #3751a8;
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
}

/* button in second column */
.form-container .submit-button {
    width: 350px;
    padding: 10px;
    background-color: #5474e0;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /*line-height: 1;*/
}

.header_container {
    display: flex;
    height: auto;
    align-items: stretch;
    background-color: #5474e0;
}

.header_container .left-section {
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
    margin: auto;
    font-size: 20px;
    color: white;
    padding: 5px 20px;
}

.header_container .right-section {
    background-color: white;
    font-size: 18px;
}

.header_container .right-section .user {
    padding: 9px 20px 3px;
    text-align: left;
    color: black;
}

.header_container .right-section .user .logout_link a {
    color: #3751a8;
    font-size: 18px;
    text-decoration: underline;
}

.path_link {
    background-color: #e5f1f8;
    height: 30px;
    color: black;
    display: flex;
    font-size: 18px;
    align-items: center;
}

.path_link a {
    padding-left: 5px;
    padding-right: 2px;
    color: #3751a8;
    text-decoration: underline;
}

.tools_container {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tools_container a {
    display: block;
    width: 300px;
    padding: 5px;
    font-size: 20px;
    height: 40px;
    margin: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #5474e0;
    border-radius: 5px;
    line-height: 30px;
}

.tools_container_link {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tools_container_link a {
    display: block;
    width: 300px;
    padding: 5px;
    font-size: 20px;
    height: 40px;
    margin: 5px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    color: #3751a8;
    /*background-color: #5474e0;*/
    border-radius: 5px;
    border: 1px solid #3751a8;
    line-height: 30px;
}

.change_container_main {
    text-align: center;
    /*font-size: 16px;*/
}

#ListBoxRoles {
    width: 350px;
    height: 35px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #5474e0;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

.month_year_container {
    text-align: center;
    color: black;
    /*font-size: 20px;*/
}

.month_year_container a {
    width: 22px;
    border-radius: 5px;
    display: inline-block;
    background-color: #e5f1f8;
    color: black;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}

.month_year_container .styled-select {
    height: 28px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #e5f1f8;
    color: black;
    outline: none;
    cursor: pointer;
    width: 120px;
    text-align: center;
}

.month_year_container .style-error-text {
    margin: 0;
    font-size: 20px;
    padding-top: 15px;
    /*padding-bottom: 12px;*/
    color: #f69f08;
}

.calendar_container {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    padding-top: 2px;
    box-sizing: border-box;
}

.calendar_container table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.calendar_container th, .calendar_container td {
    padding: 5px;
    height: 20px;
    text-align: center;
    border: 1px solid #5474e0;
}

.calendar_container .day_count{
    font-size: 13px;
    padding-bottom: 2px;
}

.calendar_container a.other {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #e5f1f8;
    color: #3751a8;
    font-size: 15px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.calendar_container a.today {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #e5f1f8;
    color: #3751a8;
    border: 2px solid #093be1;
    font-size: 15px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.calendar_container a.current {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #5474e0;
    color: #fff;
    font-size: 15px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.calendar_container a.today_current {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #5474e0;
    color: #fff;
    border: 2px solid #093be1;
    font-size: 15px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.calendar_container .other_empty {
    width: 25px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(255, 209, 209);
    color: red;
    font-size: 12px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    /* cursor: pointer; */
}

.calendar_container .today_empty {
    width: 25px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(255, 209, 209);
    color: red;
    border: 2px solid rgb(177, 0, 0);
    font-size: 12px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    /* cursor: pointer; */
}

.calendar_container .current_empty {
    width: 25px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(255, 52, 52);
    color: #fff;
    font-size: 12px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    /* cursor: pointer; */
}

.calendar_container .today_current_empty {
    width: 25px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: rgb(255, 52, 52);
    color: #fff;
    border: 2px solid rgb(177, 0, 0);
    font-size: 12px;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    /* cursor: pointer; */
}

.calendar_container .closed_day {
    font-size: 13px;
    color: red;
    padding-top: 2px;
}

.table_container {
    text-align: center;
}

.table_container .header_ok {
    font-size: 20px;
}

.table_container .header_ok h3 {
    margin: 0;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
    color: #3751a8;
}

.table_container .header_not {
    font-size: 20px;
}

.table_container .header_not h3 {
    margin: 0;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
    color: #f69f08;
}

.table_container .uni_table {
    font-size: 16px;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.table_container .uni_table table {
    width: 100%;
    border-collapse: collapse;
}

.table_container .uni_table th, .table_container .uni_table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #5474e0;
}

.table_container .uni_table .event-cell {
    color: #0d7d0d;
    background-color: #b2e8c6;
}

.table_container .uni_table .reservation-cell {
    color: #c63030;
    background-color: #e7c7c7;
}

.table_container .uni_table .tools {
    padding-left: 5px;
    text-align: left;
}

.table_container .uni_table .tools h3{
    padding-top: 12px;
    color: #3751a8;
    font-size: 16px;
}

.table_container .uni_table .tools a {
    color: #3751a8;
    text-decoration: underline;
    cursor: pointer;
}
