body, html {
    height: auto;
    width: 99vw;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

header h1 {
    font-size: 15pt;
    font-family: Arial, serif;
    text-transform: uppercase;
    text-align: center;
}

nav {
    font-size: 12pt;
    font-family: Arial, serif;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    /*border-right: 1px solid lightgray;*/
    /*height: 90%;*/
    border: 1px solid lightgray;
    border-radius: 7px;
    padding-top: 20px;
    padding-left: 10px;
    /*padding-bottom: 20px;*/
    /*height: auto;*/
}

nav a {
    display: inline-block;
    margin: 5px 0px;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

.menu_link_left a {
    color: #888888;
}

.menu_link_left a:hover {
    color: #444444;
}

section {
    margin: 10px 10px 10px 233px;
    /*border-left: 1px solid lightgray;*/
    /*border: 1px solid lightgray;*/
    /*border-radius: 7px;*/
    font-family: Arial, serif;
    /*display: flex;*/
    /*height: 100%;*/
    max-width: 100%;
}

.my_own_class {
    margin-left: 100px;
    font-family: Arial, serif;
    font-size: 12pt;
}

.table_header_class {
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.completed {
    background-color: lightgreen;
    text-align: center;
}

.scheduled {
    text-align: center;
}

.scheduled:hover {
    background-color: #eeeeee;
}

.scheduled a:hover {
    text-decoration: underline;
}

table {
    alignment: center;
    border-bottom-width: 1px;
    width: 95%;
    border-color: lightgray;
    /*table-layout: fixed;*/
}

table td {
    border: 1px solid darkgrey;
    padding: 7px 5px;
    vertical-align: middle;
}

th {
    border: 1px solid darkgrey;
}

.table_class {
    alignment: center;
    border-bottom-width: 1px;
    width: 95%;
}

.phone_cell_fixed_size {
    width: 150px;
}

.other_cell_width {
    width: auto;
}

.div_class {
    margin-left: 10px;
    font-family: Arial, serif;
    float: left;
}

.div_class_login_link {
    font-family: Arial, serif;
    float: left;
}

.div_class_1 {
    /*margin-top: 15px;*/
    margin-top: 10px;
    font-family: Arial, serif;
    font-size: 15pt;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.search_form_class {
    margin-bottom: 10px;
    margin-left: 3%;
    alignment: center;
    padding-top: 20px;
}

select {
    margin-right: 10px;
    margin-bottom: 0px;
    height: auto;
    padding: 2px 5px;
    /*margin: 5px;*/
}

.select_status_field {
    height: auto;
    padding: 5px 5px;
}

.div_class_search_bar {
    font-family: Arial, serif;
    font-size: 10pt;
    text-transform: uppercase;
    color: darkgray;
    margin: 10px 10px 10px 0px;
}

.header_search_data {
    color: darkgray;
    font-weight: bold;
}

.form_class {
    margin-top: 30px;
    margin-left: 1%;
    width: 95%;
}

.formset_table_class {
    margin-left: 3%;
}

.vertical_line {
    border: 1px solid lightgray;
    border-radius: 7px;
    /*width: 90%;*/
    min-width: 625px;
    /*height: auto;*/
    overflow-x: auto;
    flex-grow: 1;
    /*margin-left: 233px;*/
    /*border-left: 1px solid lightgray;*/
    /*border-top: 1px solid lightgray;*/
}

button {
    padding: 2px 15px;
    background: #ffffff;
    color: #337f8d;
    border: 1px solid;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 5px;
}

.add_edit_button {
    margin: 20px 5px 0px 3%;
}

.work_button_margin_class {
    margin: 20px 5px 0px 3%;
}

button:hover {
    background-color: #5bb4c9;
    color: white;
    border: 1px solid #5bb4c9;
}

.button_search_phone_and_work {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 2px 7px;
}

.magnifying_glass {
    vertical-align: middle;
}

.button_search_phone_and_work:hover .magnifying_glass {
    filter: invert(100%);
}

.helptext {
    color: red;
}

.pagination {
    margin-bottom: 20px;
    margin-left: 3%;
}

a:hover {
    text-decoration: underline;
}

.head_of_page {
    padding-top: 10px;
}

.flex_container {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    /*margin-top: 10px;*/
    padding-bottom: 10px;
    border: 1px solid lightgray;
    border-radius: 7px;
    min-width: 850px;
    /*margin-bottom: 20px;*/
}

.flex-child {
    flex: 0 0 auto;
    margin-top: 10px;
}

.flex-child:first-child {
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: center;
    width: auto;
}

.flex-child:last-child {
    font-family: Arial, serif;
    font-size: 12pt;
    width: 80%;
    text-align: center;
    /*text-transform: uppercase;*/
}

.service_works_list {
    font-family: Arial, serif;
    font-size: 10pt;
    text-transform: uppercase;
    /*margin-left: 10px;*/
}

.submenu_left_link a {
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}

.center {
    width: 400px;
    height: auto;
    padding-bottom: 15px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    /*height: 100%;*/
    border: 1px solid grey;
    text-align: center;
    font-family: Arial, serif;
    font-size: 10pt;
}

.padding_logo {
    padding-bottom: 10px;
}

table {
    margin-top: 20px;
    margin-left: 3%;
}

ul.messages li.warning {
    border: 1px solid red;
    margin: 10px 10px 10px 10px;
    padding: 1px 5px;
    color: #D8000C;
}

ul.messages li.success {
    border: 1px solid green;
    margin: 10px 10px 10px 10px;
    padding: 1px 5px;
    color: green;
}

ul.messages li.info {
    border: 1px solid #b47e00;
    margin: 10px 10px 10px 10px;
    padding: 1px 5px;
    color: #b47e00;
}

.class_403page {
    text-align: center;
    padding-top: 10%;
    font-family: Arial, serif;
    font-size: 16pt;
}

.small_logo_class {
    margin-top: 35px;
    /*margin-left: 5px;*/
    margin-right: 5px;
    opacity: 0.5;
    alignment-baseline: baseline;
}

.right_border_line {
    border-right: 1px solid lightgray;
}

.border-line {
    /*width: 1px; !* Adjust the width of the border line as needed *!*/
    /*min-width: 1px;*/
    /*!*flex-grow: 1;*!*/
    /*!*height: 90%;*!*/
    /*background-color: lightgray;*/
}

.container_section {
    display: flex;
}

.formset_dropdown_sizes {
    padding: 3px;
    margin-bottom: 2px;
}

.export_button {
    color: #337f8d;
    text-decoration: none;
}

.export_button:hover {
    text-decoration: none;
    color: white;
}

.export_button a:visited {
    text-decoration: none;
}

.password_reset_link {
    margin-bottom: 5px;
}

.password_reset_link a {
    text-decoration: none;
    color: #555555;
    font-size: 7pt;
}

.password_reset_link a:hover {
    text-decoration: underline;
}

.login_page_logo_spacing {
    margin-bottom: 10px;
    margin-top: 20px;
}

.password_reset_email_field {
    margin: 20px;
}

.password_new_field_spacing {
    margin: 10px;
    text-align: right;
}

.pagination_button {
    padding: 1px 5px;
    font-family: Arial, serif;
    font-size: 11pt;
    color: #337f8d;
    background-color: #ffffff;
    border-radius: 3px;
    /*box-shadow: 0 0 4px #858585;*/
    margin: 2px 4px 2px 2px;
    border: 1px solid #5bb4c9;
}

.pagination_button:hover {
    text-decoration: none;
    background-color: #5bb4c9;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #5bb4c9;
}

.pagination_button:disabled {
    background-color: lightgray;
    color: darkgray;
    cursor: default;
    border: 1px solid darkgray;
}

.pagination_button_all_records {
    padding: 1px 5px;
    margin: 2px;
    text-decoration: none;
    background-color: #5bb4c9;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #5bb4c9;
    font-family: Arial, serif;
    font-size: 11pt;
}

.delete_button {
    padding: 2px 15px;
    background: #ffffff;
    color: #a80000;
    border: 1px solid;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px;
}

.delete_button:hover {
    background-color: #a80000;
    color: white;
    border: 1px solid #a80000;
}

input.search_field_style {
    padding: 2px 3px;
}

input:hover {
    box-shadow: 0 0 2px 2px #e8e8e8;
}

input:focus {
    box-shadow: 0 0 2px 2px #e8e8e8;
    outline: none;
}

textarea:hover {
    box-shadow: 0 0 2px 2px #e8e8e8;
}

textarea:focus {
    box-shadow: 0 0 2px 2px #e8e8e8;
    outline: none;
}

select:hover {
    box-shadow: 0 0 2px 2px #e8e8e8;
}

.select2:hover {
    box-shadow: 0 0 2px 2px #e8e8e8;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.75);

    display: none;
    align-items: center;
    justify-content: center;
}

.background_show {
    display: flex;
}

.background_hide {
    display: none;
}

.modal {
    position: relative;
    background-color: #fff;
    padding: 2% 5% 1% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 20pt;
    border-radius: 5px;
}

.close_button {
    /*position: absolute;*/
    /*padding: 5px 10px;*/
    margin-top: 20px;
    background-color: transparent;
    /*border: none;*/
    /*font-size: 15px;*/
    /*top: 0;*/
    /*right: 0;*/
    cursor: pointer;
}