.title_label {
    float: left;
    margin-left: 20px;
    margin-top: 18px;
    font-size: 34px;
    font-weight: 700;
}
.title_new_button {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 14px;
    margin-right: 20px;
    
/*    background-color: #3077E1;*/
    color: #3077E1;
    font-size: 40px;
/*    border-radius: 14px;*/
}


.jobs_scroller {
/*    background-color: #8989b2;*/
    margin-top: 80px;
    width: 100%;
    height: auto;
}
.job_card {
    width: 100%;
    max-width: 400px;
    height: 300px;
    background-color: royalblue;
}

/*Completed Menu*/
.complete_active_menu {
    position: fixed;
    width: 260px;
    height: 50px;
    
    bottom: 50px;
    bottom: 24px;
    left: 50%;
    margin-left: -130px;
    
    background-color: #3077E1;
    background-color: #ffffff;
    border-radius: 15px;
/*    box-shadow: 1px 1px 10px 4px rgba(152, 152, 152, 0.6);*/
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
    
    z-index: 99;
}

.complete_active_btn {
    height: 50px;
    width: 130px;
    float: left;
    
    font-size: 19px;
    font-weight: 500;
    border-radius: 12px;
}

.edit_complete_active_toggle {
    
    width: 200px;
    height: 36px;
    
    margin: auto;
    
    background-color: #3077E1;
    background-color: #ffffff;
    border-radius: 15px;
/*    box-shadow: 1px 1px 10px 4px rgba(152, 152, 152, 0.6);*/
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
    
/*    z-index: 99;*/
}

.edit_complete_active_btn {
    height: 36px;
    width: 100px;
    float: left;
    
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
}

/*Project Viewer*/
.overview_div {
/*    background-color: red;*/
    width: 100%;
    text-align: center;
}

.editor_date {
    float: right;
    margin-bottom: 10px;
    margin-right: -25px;
    right: 10px;
    text-align: right;
    font-size: 18px;
    width: 155px;
/*    font: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
.editor_budget_title {
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 0px;
    text-align: left;
    font-size: 20px;
    width: 75px;
    font-weight: normal;
    height: 24px;
    padding: 0px;
}
.editor_budget {
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: -1px;
    text-align: left;
    font-size: 20px;
    width: 100px;
    height: 24px;
    padding: 0px;
}
.editor_job_description {
    width: 94%;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    border-style: none;
    
}

.total_title {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 26px;
}
.total_div {
/*    background-color: rebeccapurple;*/
    width: 100%;
    height: 40px;
    margin-top: 5px;
}
.total_labels {
    float: left;
    width: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
    
    margin-left: 5px;
    text-align: left;
    font-size: 20px;
}

.total_values {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: right;
    font-size: 20px;
}

.profit_field {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: right;
    font-size: 20px;
}

.edit_add_expense_button {
    position: fixed;
    right: 10px;
    bottom: 30px;
    bottom: 100px;
    bottom: 25px;
    
    width: 46px;
    height: 46px;
    border-radius: 23px;
    
    font-size: 26px;
    
    background-color: #3077E1;
    background-color: #3077E1;
/*    background-color: #ffffff;*/
    color: #ffffff;
/*    border-radius: 15px;*/
/*    box-shadow: 1px 1px 10px 4px rgba(152, 152, 152, 0.6);*/
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
    
    z-index: 99;
}

/*Add Item*/
.add_item_background {
/*     position: fixed;*/
    top: 0px;
    left: 0px;
    width: 94%;
    margin: auto;
/*    height: 200px;*/
    
    padding-top: 0px;
    padding-bottom: 0px;
    
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    
    
/*
    background-color: rgba(78, 78, 78, 0.73);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
*/
    z-index: 101;
}
.add_item_div {
    z-index: 101;
/*    position: fixed;*/
    bottom: 0px;
    width: calc(96% - 20px);
    margin-left: 2%;
    
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
/*    border-radius: 15px;*/
/*    border-top-left-radius: 15px;*/
/*    border-top-right-radius: 15px;*/
    
    background-color: #ffffff;
    text-align: center;
}

.add_item_btn {
    width: 120px;
    height: 50px;
    border-radius: 15px;
    
    font-size: 20px;
    font-weight: 500;
    
    background-color: #3077E1;
    background-color: #3077E1;
/*    background-color: #ffffff;*/
    color: #ffffff;
/*    border-radius: 15px;*/
/*    box-shadow: 1px 1px 10px 4px rgba(152, 152, 152, 0.6);*/
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
}

.estimate_total_div {
    
    position: fixed;
    width: 100%;
    bottom: 0px;
/*    height: 200px;*/
    
    background-color: #FFF;
    
/*
    background-color: rgba(255, 255, 255, 0.95);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
*/
    
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

.add_item_content {
/*    background-color: red;*/
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.add_item_content>h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.add_item_field {
    width: 90%;
    text-align: center;
    height: 40px;
    
    background-color: #ffffff;
/*    box-shadow: 1px 1px 10px 4px rgba(152, 152, 152, 0.6);*/
    
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
    
    border-radius: 15px;
    
    padding-top: 6px;
    
    font-size: 18px;
}

.add_item_save {
    color: #3077E1;
    font-size: 24px;
    font-weight: 500;
}

/*Class editing select list*/
.create_class_select {
    margin-top: 0px;
    width: 200px;
    height: 40px;
    font-size: 18px;
/*    background: #1E88E5;*/
    background-color: #FFFFFF;
/*
    box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
    -webkit-box-shadow: 0 0 14px 0 rgba(118,118,118,0.50);
*/
/*    font-family: HelveticaNeue-Bold;*/
/*    color: #FFFFFF;*/
/*    color: #1E88E5;*/
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #bebebe;
/*    border-color: #aaaaaa;*/
/*    border-radius: 20px;*/
    
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.create_class_select:focus {
    outline: none;
}


/*Delete Outgoing Alert*/
/*
.outgoing_delete_notification_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    
    background-color: rgba(78, 78, 78, 0.73);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 101;
    
    display: none;
}

.outgoing_delete_notification_background {
    position: fixed;
    width: 280px;
    height: 200px;
    margin: auto;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -140px;
    border-radius: 14px;
    
    background-color: white;
}

.outgoing_delete_notification_title {
    text-align: center;
    margin-bottom: 10px;
}

.outgoing_delete_notification_text {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 25px;
}

.outgoing_delete_notification_btn {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    font-size: 16px;
    font-weight: 700;
    background-color: #4b4b4b;
    width: 110px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    margin: auto;
}

#outgoing_delete_cancel {
    position: fixed;
    background-color: #F4373C;
    left: 50%;
    margin-left: -115px;
}

#outgoing_delete_continue {
    position: fixed;
    background-color: #10a74a;
    background-color: #969696;
    left: 50%;
    margin-left: 5px;
}
*/

input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}
input {
    padding-top: 0px;
}

.delete_project_div {
    background-color: #F4373C;
    background-color: #f24343;
    text-align: center;
    color: white;
    padding: 5px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    
    padding-top: 22px;
    padding-bottom: 22px;
}

.delete_project_field {
    width: 90%;
    text-align: center;
    height: 36px;
    margin-left: 4%;
    
    background-color: #d83131;
    background-color: rgba(216, 49, 49, 0);
    color: white;
/*    box-shadow: 1px 1px 10px 4px rgba(152, 152, 152, 0.6);*/
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
    
    border-radius: 15px;
    
    font-size: 18px;
    margin-bottom: 20px;
}

.delete_project_button {
    width: 120px;
    height: 42px;
    border-radius: 15px;
    
    font-size: 20px;
    font-weight: 500;
    
    background-color: #3077E1;
    background-color: #d83131;
    background-color: #ffffff;
    color: #F4373C;
    color: #f24343;
    border-radius: 15px;
/*    box-shadow: 1px 1px 6px 4px rgba(103, 103, 103, 0.6);*/
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
/*
    border-style: solid;
    border-width: 2px;
    border-color: #d3d3d3;
*/
}


/*BOOKING PAGE*/
.header_img_container {
    width: 100%;
    height: 300px;
    background-color: #d1f4f0;
    
    position: -webkit-sticky; /* Safari */
      position: sticky;
      top: 0;
      top: -230px;
    
        margin-top: 200px;
    
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*
    filter: blur(8px);
  -webkit-filter: blur(8px);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
*/
}

.content_div {
    width: 95%;
    max-width: 2000px;
/*    height: 2000px;*/
    
    margin: auto;
    margin-top: 40px;
    
    background-color: rgba(255, 255, 255, 0.75);
    
    text-align: center;
}

.class_location_map {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    
    width: 90%;
    height: 60vw;
    
    max-width: 800px;
    max-height: 600px;
    margin: auto;
}

.class_book_btn {
    height: 26px;
    width: 80px;
    border-radius: 13px;
    background-color: #1F2240;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
/*
    margin-bottom: 8px;
    margin-right: 8px;
    margin-left: 8px;
*/
    
/*    Booking Button*/
    width: 200px;
    height: 40px;
    font-size: 18px;
/*    margin-left: calc(50% - 100px);*/
/*    margin-top: 20px;*/
}

#floating_book_btn_container {
    width: 210px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background-color: white;
    
    border-top-left-radius: 13px;
    
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d3d3d3;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #d3d3d3;
    
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    
    transform-origin: top left;
    transition: 0.4s;
}

#floating_book_btn {
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 5px;
/*
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
*/
}

/*PROFILE PAGE*/
.profile_header_label {
    font-size: 26px;
}

/*Create Class*/
.create_class_header {
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 22px;
}
.create_class_example {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
    color: #a7a7a7;
}
.create_class_field {
    margin-top: 1px;
}
.create_class_field {
    margin-top: 1px;
}
.thumbnail_image_grid {
    margin: auto;
    width: 90%;
    max-width: 1200px;
    height: 160px;
    
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    
    background-color: #fdfdfd;
    border-style: solid;
    border-color: #bebebe;
    border-width: 1px;
    border-radius: 10px;
    
    text-align: center;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.thumbnail_image_image {
    display: inline-block;
    
    width: 120px;
    height: 120px;
    background-color: #1F2240;
    border-radius: 10px;
    margin: 8px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    
    margin-top: 20px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    object-fit: cover;
    object-position: center;
    
    vertical-align: middle;
    
    transform-origin: top center;
    transition: 0.2s;
  }

.attendance_table {
    margin: auto;
    margin-top: 20px;
    width: 90%;
    max-width: 1600px;
    text-align: center;
}
.attendance_table th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #d3d3d3;
    border-bottom-color: #1F2240;
    
    width: 50%;
}
.attendance_table td {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d3d3d3;
}
.attendance_table_border_right {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d3d3d3;
}

.contact_active_btn_div {
    text-align: center;
    width: 260px;
    margin: auto;
    margin-bottom: 20px;
}
.contact_active_btn {
    margin: auto;
    width: 60px;
    height: 20px;
}

/*
.contact_active_btn img {
    margin: auto;
    width: 160px;
    height: 20px;
}*/
