/*
h1, h2 {
  font-family: Lato;
}*/

input {
    background-color: transparent;
    border-style: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: none;
}
input:focus {
    outline: none;
}

.title_bar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.64);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    border-bottom-width: 1px;
    
    z-index: 100;
}
.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;
}


/*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;
*/
}


textarea {
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    background-color: #D0D0D0;
}
#info_dismiss_button {
    margin: auto;
    width: 100px;
    margin-left: calc(50% - 50px);
    
    
}