#job-schedule-content {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    margin:10px 0px;
}
#job-schedule-wpcontent{
    margin-left: 160px;
    height: 100%;
    padding-left: 20px;
}
#job-schedule-menu {
    position: relative;
    float: left;
    z-index: 9990;
    width: 160px;
    background-color: #23282d;
    margin-bottom: 10px;
} 

.job-schedule-alert-danger{
    color:red;
}
.job-schedule-alert-success{
    color: green;
}
.pdf_viewer_relative{
    position: relative;
}
.pdf_viewer_notes{
    width:100%;float: left; background-color: #b2b8b3; position: absolute;
    padding: 0%;
}
.pdf_viewer_content p{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.pfd_date{
    text-align: left;
}
.fixed-notes{
    max-height: 250px;
    overflow-x:scroll;
}
.view_pdf_note_border{
    border-bottom: 1px dotted black;
}
.pfd_user{
    text-align: right;
}
.pdf_viewer_text{
    width: 90%;
    margin: 5%;
}
.pdf_viewer_note_section{
    width: 94%;
    margin: 0% 3%;
    float: left;
}
.pdf_viewer_content{
    width: 100%;
    float: left;
}
.loading_measure_box{
    color: red!important;
    text-align: center;
    font-size: 20px;
}

#job-schedule-menu #navlist
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.float-left-box{
    width: 100%;
    float: left;
}
#job-schedule-menu  #navlist li
{
    float: left;
    line-height: 34px;
    margin: 0px 0 0px 0;
    padding: 5px 0 5px 0;
    width: 100%;
}
#job-schedule-menu  #navlist li.active
{
     background-color: #0073aa;
}
#job-schedule-menu  #navlist li a
{
    color: #eee;
    text-decoration: none;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
#job-schedule-menu  #navlist li.sub_nav a
{
    padding-left: 20px!important;
}
.job-schedule-page h1{
    clear: none;
    font-size: 25px;
}
.job-schedule-page h2{
    clear: none;
    font-size: 20px;
}

.job-schedule-page h3{
    clear: none;
    font-size: 16px;
}
.marign20{
    margin: 20px 0px;
}
.job-schedule-content-boxes{
    width: 100%;
    float: left;
}
.job-schedule-content-boxes .form-section, .job-schedule-content-boxes .form-section-editor{
    width: 100%;
    float: left;
}
.job-schedule-content-boxes .form-section label{
    width: 100%;
    float: left;
}
.job-schedule-content-boxes .form-section input[type=text],.job-schedule-content-boxes .form-section input[type=password],.job-schedule-content-boxes .form-section input[type=submit] ,.job-schedule-content-boxes .form-section input[type=button],.job-schedule-content-boxes .form-section select{
      width: 100%;
      padding: 12px 20px;
      margin: 8px 0;
      box-sizing: border-box;
}

.job-schedule-table-box, .job-details-box{
    overflow-x:auto;
    margin: 20px 0px; 
}
.job-details-box-popup{
    overflow-x:auto;
    margin: 0px 0px; 
}

#dashboard-table, #job-schedule-table, .job-schedule-table {
  border-collapse: collapse;
  width: 100%;
}

#dashboard-table td, #dashboard-table th, #job-schedule-table td, #job-schedule-table th, .job-schedule-table td, .job-schedule-table th {
  border: 1px solid #ddd;
  padding: 8px;
}
#job-schedule-table tr,.job-schedule-table tr{background-color: #ffffff!important;}

#job-schedule-table tr:nth-child(even),.job-schedule-table tr:nth-child(even){background-color: #f2f2f2!important;}

#dashboard-table tr:hover, #job-schedule-table tr:hover, .job-schedule-table tr:hover {background-color: #ddd;}

#dashboard-table tr.trodd{
    background-color: #ffffff!important;
}
#dashboard-table tr.treven{
    background-color: #f2f2f2!important;
}

#dashboard-table th , #job-schedule-table th, .job-schedule-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1e73be;
  color: white;
}
.heading-td{
    color: black;
    font-weight: bold;
    font-size: 14px;
}
.job-details-box{
  width: 100%;
  float:left;
  margin-bottom: 10px;
}
.job-details-box span{
  width: 100%;
  display: block;
  color: black;
  font-weight: bold;  
}
.aling-right{
  text-align: right;
}
.back-link a{
  display: inline-flex;
  background: #1e73be;
  color: white;
  padding: 5px 15px;
  margin: 5px 0px;
}
.job-details-col{
  float: left;
  width: 45%;
  padding-right: 5%;
}
.job-details-table-box{
  width: 100%;
  float:left;
  margin-bottom: 10px;
}
.job-schedule-calender{
    width: 100%;
    float: left;
    margin:20px 0px;
}

.job-schedule-message-box{
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.message-box{
    width: 100%;
    padding:1% 0%;
    float: left;
    border-bottom: 1px dotted  #588cf6;
}
.message-box-nobo{
    border-bottom:0px !important;
}
.direct-chat-info{
    width: 100%;
    float: left;
    margin-bottom: 5px
}
.direct-chat-info .direct-chat-name{
    display: block;
    
    color: black;
font-size: 16px;
font-weight: bold;
}
.direct-chat-info .direct-chat-timestamp{
    display: block;
    font-size: 12px;
    color: black;
}
.message-box .pull-left{
    float: left;
}
.message-box .pull-right{
    float: right;
}
.message-box .direct-chat-reply{
    width: 100%;
    float:left;
}
.message-box .direct-chat-reply a{
    color: red;
}
#jobh-menu{
    display: none;
}
#jobh-menu a.base-anchor{
    width: 50px;
   height: 50px;
   display: block;
   background-color: #1e73be;
}
#jobh-menu a.ham-icon{
   background-image: url("../images/ham.png");
   background-repeat: no-repeat;
   background-position: center; 
}
#jobh-menu a.cross-icon{
   background-image: url("../images/cross.png");
   background-repeat: no-repeat;
   background-position: center; 
}
.job-details-box-message{
  width: 100%;
  float:left;
  margin-bottom: 10px;
}

.profile-dashboard span{
    color: black;
}
.profile-dashboard h3{
    color: black;
    font-weight: bold;
}
.signature_button_box{
    background-color: #fff;
    margin:5px;
}
.sign,.sign_display_box{
    display: none;
}
.font1{
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    width: 400px;
}
.font2{
    font-family: 'Permanent Marker', cursive;
    font-size: 30px;
    width: 400px;
}
.font3{
    font-family: 'Homemade Apple', cursive;
    font-size: 30px;
    width: 400px;
}
.font4{
    font-family: 'Parisienne', cursive;
    font-size: 30px;
    width: 400px;
}
.font5{
    font-family: 'Damion', cursive;
    font-size: 30px;
    width: 400px;
}
.font6{
    font-family: 'Yesteryear', cursive;
    font-size: 30px;
    width: 400px;
}
.sign_display_box .selected{
    background-color: #e526ef;
}
.signature_content{
    font-weight: normal!important;
}
.dash-job-box{
    width: 70%;
    float: left;
}
.dash-notes-box{
    width: 26%;
    margin:0% 2%;
    float: left;
}
.labl{
    cursor:pointer!important;
}
.labl-selected{
    background-color: #dbdbdb;
}
.labl > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
@media screen and (max-width: 768px){
    .flex-container{
        display: block !important;
    }
    .flex-box{
        width: 100%;
        margin:10px 10px 0 0!important;
    }
    #job-schedule-menu{
        width: 100%!important;
        display: none;
    }
    #jobh-menu{
        display: block;
    }
    #job-schedule-wpcontent{
        padding-left: 0%!important;
        margin-left:0px!important;
    }
    .dash-job-box{
        width: 100%!important;
    }
    .dash-notes-box{
        width: 100%!important;
        margin:2% 0%!important;
    }
    .mulcheckform input[type=submit]{
        margin-top:5px;
    }
}
.text_aling{
    text-align: center;
}
.job_bold_uppper{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.nav-tab-wrapper{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
    width: 100%;
    float: left;
}
.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:focus:active, .nav-tab-active:hover {
    border-bottom: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #000;
}
.nav-tab {
    /*float: left;*/
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px; 
    line-height: 1.71428571;
    font-weight: 600;
    background: #57bcf2;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}
.nav-tab-active {
    margin-bottom: -1px;
    color: #e0109e;
}
.nav-tab-active, .nav-tab:focus:active {
    box-shadow: none;
}
.job-schedule-content-boxes textarea{
    height: 100px;
}
.clear-sign{
    cursor: pointer;
}
.signature-box{
    float: left;
    border: 1px solid;
}
.im_field{
    width: 100%;
    margin: 5px 0px;
    cursor: pointer;
    float: left;
}
.at_remove{
    color: red;
    cursor: pointer;
}

.dash-notes-box h1{
    clear: none;
    font-size: 25px;
    margin-top:20px;
}
.job_selected_class{
    background-color: #91b9fa!important;
}

.job_lead, .job_lead a{
    color: #072e3a !important;
}
.job_active, .job_active a{
    color: #150238!important;
}

.job_prospect, .job_prospect a{
    color: #0059cd!important;
}
.job_quoting, .job_quoting a{
    color: #2a008c !important;
}
.job_finance, .job_finance a{
    color: #02ad02!important;
}
.job_preliminary_deposit, .job_preliminary_deposit a{
    color: #4b6b4b!important;
}
.job_newsletter_owner_occupier, .job_newsletter_owner_occupier a{
    color: #b5651d!important;
}
.job_newsletter_investors, .job_newsletter_investors a{
    color: #803e04!important;
}
.job_dead, .job_dead a{
    color: #FF0000!important;
}
.job_contract, .job_contract a{
    color: #277557!important;
}
.job_colour_selection, .job_colour_selection a{
    color: #d6cf0d!important;
}
.job_estimating_scheduling, .job_estimating_scheduling a{
    color: #fcc305!important;
}
.job_under_construction, .job_under_construction a{
    color: #099101!important;
}
.job_archived, .job_archived a{
    color: #800080!important;
}
/*
calender
*/
/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 602px;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  border: 1px solid #0073aa;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    /* background-color:   #787878 ;       */
}
 
div#calendar div.header
{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:582px;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next
{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:black;
    padding-left: 15px;
    padding-right: 15px;
}
 
div#calendar div.header span.title
{
    color:black;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}

 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    /* border:1px solid #787878 ; */
    border-top:none;
}
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}

div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:80px;
    height:80px;
    font-size:25px;
    color:#000;
    text-align:center; 
    border-radius: 200px;
}

div#calendar ul.dates li:hover
{
    background: #36BEC2 !important;
    color:white;
    box-shadow: inset 0px 0px 14px #36BEC2;
}
div#calendar ul.dates li a{ 
  color: #32a86b!important;
}
div#calendar ul.dates li.todays_date{ 
  color: #1e73be!important;
}
div#calendar ul.dates li.todays_date a{ 
  color:#1e73be!important;
}
div#calendar ul.dates li.past_date{ 
  color:#000000!important;
}
div#calendar ul.dates li.past_date a{ 
  color:#000000!important;
}
div#calendar ul.dates li.appointment_dated{ 
    color:#E4285C!important;
    font-weight: bold;
    background-color: #DCDCDC;
}
div#calendar ul.dates li.appointment_dated a{ 
    color:#E4285C!important;
    font-weight: bold;
}
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}  

.box
{
    background:white;
}
.box-content
{
    background:white;
}
.estimate_red{
    color: red!important;
}
/*
calender
*/

.appointment_dated span
{
    font-size: 10px!important;
}


div#calendar ul.dates li.start{
    clear: both;
}
/*
* NEWLY ADDED
******************/
@media screen and (max-width: 374px) and (min-width: 319px) 
{
    div#calendar
    {
        width: 100%;
    }
    div#calendar div.header
    {
        line-height: 40px;
        width: 100%;
        height: 40px;
        left: 0px;
    }
    div#calendar div.box
    {
        width: 100%;
        height: 40px;
    }
    div#calendar ul.label li
    {
        width: 30.5px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    div#calendar ul.dates li
    {
        line-height: 30.5px;
        width: 30.5px;
        height: 30.5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) and (min-width: 375px) 
{
    div#calendar
    {
        width: 100%;
    }
    div#calendar div.header
    {
        line-height: 40px;
        width: 100%;
        height: 40px;
        left: 0px;
    }
    div#calendar div.box
    {
        width: 100%;
        height: 40px;
    }
    div#calendar ul.label li
    {
        width: 36.5px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    div#calendar ul.dates li
    {
        line-height: 36.5px;
        width: 36.5px;
        height: 36.5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) and (min-width: 425px) 
{
    div#calendar
    {
        width: 100%;
    }
    div#calendar div.header
    {
        line-height: 40px;
        width: 100%;
        height: 40px;
        left: 0px;
    }
    div#calendar div.box
    {
        width: 100%;
        height: 40px;
    }
    div#calendar ul.label li
    {
        width: 36.5px;
        height: 42.5px;
        line-height: 42.5px;
        font-size: 15px;
    }

    div#calendar ul.dates li
    {
        line-height: 42.5px;
        width: 42.5px;
        height: 42.5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) 
{
    div#calendar
    {
        width: 100%;
    }
    div#calendar div.header
    {
        line-height: 40px;
        width: 100%;
        height: 40px;
        left: 0px;
    }
    div#calendar div.box
    {
        width: 100%;
        height: 40px;
    }
    div#calendar ul.label li
    {
        width: 81.7px;
        height: 42.5px;
        line-height: 42.5px;
        font-size: 18px;
    }

    div#calendar ul.dates li
    {
        line-height: 81.7px;
        width: 81.7px;
        height: 81.7px;
        font-size: 25px;
    }
}
.delete{
    width: 16px;
    height: 16px;
    background-image: url("../images/delete.png");
    background-repeat: no-repeat;
    background-position: center; 
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.edit{
    width: 16px;
    height: 16px;
    background-image: url("../images/edit.png");
    background-repeat: no-repeat;
    background-position: center; 
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.marginBtn50{
    margin-bottom: 50px; 
}
#job-schedule-menu .hide_menu{
    display: none;
}
.str_qty, .est_qty{
    width: 80px;
    padding: 3px!important;
}
.str_price, .est_price{
    width: 70px;
    padding: 3px!important;
}
.str_select{
    width: 100%;
    padding: 3px!important;
}
.est_select{
    width: 100%;
    padding: 3px!important;
}
.blue-bg{
    padding: 10px;
    background-color: #1e73be;
    color: white;
}
.blue-bg a{
    color: white;
}
.margin-btm{
    margin-bottom: 20px;
}
.small_calculation{
    font-size: 10px;
}

.form-gl-box{
    width: 100%;
    float: left;
}
.form-gl-box-40{
    width: 40%!important;
    float: left;
}
.form-gl-box-60{
    width: 60%!important;
    float: left;
}
.im_field img{
    max-width: 100px;
}

.image-question{
    width: 100%;
    display:inline-block;
    margin: 10px 0px;
}
.image-question .image-question-option{
   display:inline-block;
   margin-right: 20px;
}
.image-question .image-question-image{
    display:inline-block;
}
.image-question .image-question-image img{
   max-width: 100px;
}
.red-error{
    border: 1px solid red!important;
}
.question-option{
    width: 100%;
    float:left;
}
.number_cell{
    text-align: right;
}
.payment_success p {
    padding: 10px 15px;
    margin: 0px !important;
    color: green;
    background-color: yellow;
}
.payment_fail p {
    padding: 10px 15px;
    margin: 0px !important;
    color: red;
    background-color: yellow;
}
.dashboard_load{
    text-align: center;
}
.trans_error{
    border: 1px solid red!important;
}

.float-right{
    float: right;
}
.cal_rounding_btn{
    padding: 2px 10px!important;
    clear: both;
    font-size: 10px;
}
.top_heading{
    font-weight: bold;
    cursor: pointer;
}
.top_salestext{
    display: none;
}
.twilio_browser .job-details-col{
    width: 48%!important;
    padding: 0% 1% 0% 1%!important;
}
.sales_scripts .top_heading, .sales_scripts .top_salestext{
    font-size: 10px;
}
.twilio_browser .sales_scripts{
    height: 800px;
    overflow: scroll;
}
.generate_display_box{
    width: 100%;
    float: left;
    max-height: 400px;
    overflow: scroll;
}
.est_subtotal{
    text-align: right;
}
.est_subtotal_price{
    text-align: left;
    
}

.marign-rigth-10{
    margin-right: 10px;
}

#job-schedule-settings .form-section label{
    font-weight: bold;
}

.invoice_type_box{
    display: none;
}
#job-variations-table .variations_textarea{
    width: 100%;
    height: 55px!important;
}
#job-variations-table .variations_input{
    width: 100%;
}
.ed_button{
    width: auto!important;
}
table.template_preview,.template_preview td,.template_preview th{
    border-width: 0px!important;
    margin: 0px!important;
    padding: 2px 3px!important;
}
table.template_preview p{
     padding: 0px!important;
     margin: 0px!important;
}
.save_contract_box{
    margin: 5px;
}
.template_preview td{
    vertical-align: bottom!important;
}
.template_preview td.td-top {
    vertical-align: top !important;
}

.error_contract_box{
    border: 2px solid red!important;
}

.td_right{
    text-align: right!important;
}
.red_col{
    color: red!important;
}
.audit_selected{
    color: rgb(0, 4, 255) !important
}
.nomargin{
    margin: 0px!important;
}
.error_contract_checkbox_box{
    outline: 2px solid #c00;
}
.job_progress_table{
    min-width: 350px!important;
}
.hide_payment_table{
    display: none;
}

#pl_progress_table_template_html{
    width: 600px!important;
}
.contract_days_box{
    width: 60px!important;
}

.order_content_qty{
    width: 80px;
}
.order_content_unit_price{
    width: 80px;
}

.order_content_price{
    width: 100px;
}
.order_content_total_price{
    width: 100px;
}
.op_total{
    text-align: right;
}
.purchase_order_button input[type=button] ,.quote_button input[type=button]{
    margin: 5px;
}
.order_content_attribute_value{
    width: 100%!important;
}
.small_calculation_box{
    width: 80px!important;
}
.flex-container {
    display: flex;
    float: left;
}
.flex-box{
    margin: 0px 10px 0px 0px;
    padding: 20px;
    border: 1px solid black;
    display: inline-block;
}
.flex-content{
    float: left;
    width: 100%;
}