/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
    margin:0;
    padding:0;
}

/*----------------------------------------

1.) Special Styles for Login Page
2.) Styles for Admin Area
    2.1) Head
    2.2) Bg_wrapper
        2.2.1) Main
        2.2.2) Sidebar
        2.2.3) Content
            2.2.3.1) Dashboard
            2.2.3.2) Content Box
            2.2.3.3) Input fields, Textareas, Dropdown lists, etc
            2.2.3.4) Tables
            2.2.3.5) Response Messages
3.) Footer
4.) Fonts, Images basic selectors
5.) Containers and classes created by jquery

----------------------------------------*/

/*----------------------------------------
1.) Special Styles for Login Page
----------------------------------------*/
body.nobackground{ /*Login page doesnt need a background-image*/
    background-color:#eaeaea;
    background-image:none;
    }

#login{
    background:#FFFFFF url(/assets/scheme1/bg-3e1fac6aadf623aed9b1b67d469d4235915b05f170ade29fa90588028397da50.jpg) repeat-x scroll 0 -20px;
    height:200px;
    margin:0 auto;
    padding:25px;
    position:relative;
    width:252px;
    }

#login .logo a{
    left:37px;
    top:10px;
    }

#login-form{
    padding-top:180px;
    }

#login-form p{
    padding-bottom:10px;
    }

.forgot_pw{
    display:block;
    float:right;
    font-size:10px;
    padding:4px;
    }

.remember{
    display:block;
    float:left;
    }

.icon_login{
    background-image:url(/icons/lock.png);
    height:32px;
    position:absolute;
    right:13px;
    top:143px;
    width:32px;
    }

.loginheading {
border:medium none;
color:#FFFFFF;
font-size:15px;
left:25px;
position:absolute;
top:147px;
}

body .login_message{
    width:282px;
    margin:15px auto;
    }

body .login_message p{
    padding:10px 20px 10px 52px;
    background-position:15px 8px;
    }


/*----------------------------------------
2.) Styles for Admin Area
----------------------------------------*/
html{
    background:#eaeaea;
    }

body{
    font-size:12px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    line-height:1.5em;
    color:#484848;
    position:relative;
    }

#top{
    position:relative;
    min-width:760px;
    /*max-width:1440px;*/
    margin:0 auto;
    margin-top: 40px;
    }




    /*----------------------------------------
    2.1) Head
    ----------------------------------------*/

    #head{
        position:relative;
        background:transparent url(/assets/bg_head-e3acaf9f9576a9d1d511055d1e7f25242f4425dbc38524c813012385481ff4dd.png) no-repeat;
        height:69px;
        color:#fff;
        }

    #head a{color:#eee; text-decoration:none;}
    #head a:hover{color:#fff; text-decoration:underline;}

    .logo{
        width:234px;
        height:90px;
        position:absolute;
        z-index:1;
        left:0;
        }

    .logo a{
        width:234px;
        height:90px;
        display:block;
        position:absolute;
        text-indent:-99999px;
/*      background:transparent url(/../images/logo.png) no-repeat;*/
        top:30px;
        left:30px;
        outline:none;
        z-index:1;
        }

    .region_selection{
        display:block;
        float:left;
        color: #333;
        text-align: center;
        padding: 8px 16px;
        text-decoration: none;
        cursor: default;
    }

    .head_memberinfo{
        position:absolute;
        right:40px;
        z-index:9999;
        }

    .memberinfo_span{
        display:block;
        float:left;
        color: #333;
        text-align: center;
        padding: 8px 16px;
        text-decoration: none;
        cursor: default;
        }

    .memberinfo_span2{
        display:block;
        clear:both;
        padding-top:5px;
        }

    #head .memberinfo_span2 a{
        color:#999;
        }
    .head_memberinfo_logo{
        position:absolute;
        left:-40px;
        }

    .head_memberinfo_logo img{
        position:absolute;
        top:0;
        z-index:1;
        }

    .head_memberinfo_logo span{
        font-size:10px;
        left:23px;
        position:absolute;
        top:2px;
        z-index:2;
        }

    /*----------------------------------------
    2.2) Main
    ----------------------------------------*/
        #bg_wrapper{
        border-left:1px solid #C0C0C0;
        float:left;
        margin:0 0 0 -1px;
        position:relative;
        width:100%;

        }

        #bg_wrapper.hiddenClass {

        background:none !important;
            }

            /*----------------------------------------
            2.2.1) Main
            ----------------------------------------*/
            #main{
            float:right;
            width:100%;
            margin-left:-300px;
            position:relative;
            overflow-y: hidden;
            overflow-x: hidden;
            }


            /*----------------------------------------
            2.2.2) Navbar/Sidebar
            ----------------------------------------*/
            /* The navigation bar */
            .navbar {
              overflow: hidden;
              background-color: #EAEAEA;
              position: fixed; /* Set the navbar to static position */
              top: 0; /* Position the navbar at the top of the page */
              width: 100%; /* Full width */
              z-index: 9998;
              border-bottom: 2px solid #a3a3a3;
              /*height:55px;*/
            }

            .navbar i{
                vertical-align: middle;
            }


            /* Links inside the navbar */
            .navbar a {
              float: left;
              display: block;
              color: #333;
              text-align: center;
              padding: 8px 11px;
              text-decoration: none;
              border-right: 1px solid #a3a3a3;
            }

            /* Change background on mouse-over */
            .navbar a:hover, .sidebar a:hover{
              background: #5d5d5d;
              color: #EAEAEA;
            }

            .navbar .fa-circle, .sidebar .fa-circle{
              color: #EAEAEA;
            }

            .navbar a:hover .fa-circle, .sidebar a:hover .fa-circle {
              color: #bbbbbb;
            }

            #nav div.icon{
                width: 30px;
                display: inline-block;
            }

            #sidebar_left{
                background-color: #EAEAEA;
                float:left;
                display:flex;
                top: 40px;
                bottom:0;
                position:fixed;
                /*height: calc(100vh - px);*/
                width: 260px;
                border-right:1px solid #c0c0c0;
                overflow-y: scroll;
                overflow-x: hidden; /* Hide horizontal scrollbar */
            }

            #sidebar_right{
                position: fixed;
                right: 0px;
                top: 40px;
                width: 250px;
                background: #fff;
                float: right;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
                -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
                z-index: 999;
            }

            #sidebar_left::-webkit-scrollbar {
                width: 0px;
            }

            .alert-message {
                border-radius: 4px;
                background-color: #f44336; /* Red for alerts */
                color: white;
                padding: 10px;
            }
            .notice-message {
                border-radius: 4px;
                background-color: #4CAF50; /* Green for notices */
                color: white;
                padding: 10px;
            }
            .close-alert-notice {
                border: none;
                background-color: transparent;
                color: black;
                font-size: 20px;
                cursor: pointer;
                float: right;
            }

            .foreman-key span
            {
                display:block;
                margin:7px 0 0 7px;
                float: left
            }
            
            .foreman-key div
            {
                float:left;
                padding-top: 3px;
                margin-left:1em;
                height: 2em;
                width: 2em;
            }


            .sidebar ul{
                margin: 3px;
                list-style-type:none;
                list-style-position:outside;
            }

            .sidebar li a{
                line-height:32px;
                width:230px;
                text-decoration:none;
                display:block;
                padding: 0 10px 0 20px;
                outline:none;
            }

            .sidebar .current a{
                background-color:#fff;
            }


            .sidebar .headitem:hover{
                background: #5d5d5d;
                color: #EAEAEA;
            }

            .sidebar .headitem{
                line-height:48px;
                font-size:15px;
                border-top:1px solid #c0c0c0;
                }

            .sidebar .headitem i{
                vertical-align: middle;
            }

            #sidebar_left .headitem span.item_label{
                position:absolute;
                left:70px;
                padding-top:5px;
            }

            #sidebar_right .headitem span.item_label{
                padding-left: 10px;
                padding-top:5px;
            }


            /* Links inside the navbar */
            .sidebar .headitem a {
              float: left;
              display: block;
              color: #333;
              text-align: left;
              text-decoration: none;
            }

            .sidebar #admin_list a {
              border-top: 1px solid #c0c0c0;
            }

            #top .sidebar .item1{ background:transparent url(/assets/AL_logo_32-3b8eb3c94684dcff7df0c4be7e398e3e79dd1497df4174c6b8efec7f11c2945c.png) no-repeat 15px center; }
            #top .sidebar .item2{ background:transparent url(/assets/icons/23_32x32-2b73c5392664877a43d15c3d8deefc43fae50b6aabd70c51e46a699e0bfbca5a.png) no-repeat 15px center; }
            #top .sidebar .item3{ background:transparent url(/assets/icons/applications-445567421593ee92655fb891598275c2fa12c3e3dc1eb7249cb33245d531be4f.png) no-repeat 15px center; }
            #top .sidebar .item4{ background:transparent url(/assets/icons/36_32x32-c56be67422659af0eaee7ba973defa9024013a89f8af15f1750e764fb44aa0df.png) no-repeat 15px center; }
            #top .sidebar .item5{ background:transparent url(/assets/icons/Calendar-eac9920a2823d178a8399940ba86bb15ab6e576f9efe8edfc2222743fbc6336f.png) no-repeat 15px center; }
            #top .sidebar .item6{ background:transparent url(/assets/icons/18_32x32-0072e7eba6559f8ac1059293a3d7a005640184bc5154c8dcafa886379489717d.png) no-repeat 15px center; }
            #top .sidebar .item7{ background:transparent url(/icons/copy%20doc.png) no-repeat 15px center;   }
            #top .sidebar .item8{ background:transparent url(/assets/icons/Folders_32-ef2371f4bda36c5ad89ef3b6ffd2bae89541c670a2214cd006f44087df93c7fe.png) no-repeat 15px center;   }

            /*----------------------------------------
            2.2.3) Content
            ----------------------------------------*/
            #content{
                margin-left:275px;
                margin-right:10px;
                padding-top:10px;
                position:relative;
                overflow-x: scroll;
                overflow-y: hidden;
                }

            #content.hiddenClass {
                margin-left:10px;
                margin-right:10px;
                padding-top:10px;
                position:relative;
                    }



                /*----------------------------------------
                2.2.3.1) Dashboard
                ----------------------------------------*/
                .dashboard_button{
                    float:left;
                    width:133px;
                    height:80px;
                    overflow:hidden;
                    border:1px solid #c0c0c0;
                    padding:15px;
                    margin:0 10px 10px 0;
                    background:#eaeaea url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x top left;
                    font-size:11px;
                    line-height:1.4em;
                    text-decoration:none;
                    color:#a1a1a1;
                    }

                .dashboard_button span{
                    display:block;
                    padding-top:7px;
                    }

                #top .dashboard_button_heading{
                    display:block;
                    color:#4a4a4a;
                    font-size:14px;
                    padding:0 0 0 40px;
                    line-height:29px;
                    height:35px;
                    }

                #top .two_lines.dashboard_button_heading{
                    line-height:17px;
                    }


                .dashboard_button:hover{
                    background:#ddd;
                    border:1px solid #aaa;
                    padding-top:16px;
                    height:79px;
                }

                #top .dashboard_button:hover .dashboard_button_heading{
                    color:#222;
                }


                #top .button1 .dashboard_button_heading{ background:transparent url(/assets/icons/people-9301f12e4ef1a587a643f6d63de50473240de64ca38ecbaa1aa5f9dc07c18926.png) no-repeat 0px top;    }
                #top .button2 .dashboard_button_heading{ background:transparent url(/assets/icons/edit-7a8735b1664c3532c0ad2b9ead7b0d3865e0757c83d9fd0d6dc5ee12c243f7c8.png) no-repeat 0px top;  }
                #top .button3 .dashboard_button_heading{ background:transparent url(/assets/icons/06_32x32-dbab81c8f8e79a5b3738d833a0bf520b111f9ced8f7d5cd25a2a645c62a021a5.png) no-repeat 0px top;  }
                #top .button4 .dashboard_button_heading{ background:transparent url(/assets/icons/edit-7a8735b1664c3532c0ad2b9ead7b0d3865e0757c83d9fd0d6dc5ee12c243f7c8.png) no-repeat 0px top;  }
                #top .button5 .dashboard_button_heading{ background:transparent url(/assets/icons/search-f9bd9a29f94cacfb3e1eaf5d4e1791fdf4550e732ae987adc1d68113f27c74ec.png) no-repeat 0px top;    }
                #top .button6 .dashboard_button_heading{ background:transparent url(/assets/icons/_tango_32x32/mimetypes/x-office-document-5174d36116e8b3c876362b67d96222682a4670a7d5f57e9c8ffa74a11208e293.png) no-repeat 0px top;  }
                #top .button7 .dashboard_button_heading{ background:transparent url(/assets/icons/_tango_32x32/actions/contact-new-45521f80869b213a3501d044c23538aae2f0da79e7f2df5dfc7076c5e92c11ac.png) no-repeat 0px top;  }
                #top .button8 .dashboard_button_heading{ background:transparent url(/assets/icons/03_32x32-dc91e233b7df5145af9b6a7219122840a89a26cb55676b8b96f0854811aa879b.png) no-repeat 0px top;  }
                #top .button9 .dashboard_button_heading{ background:transparent url(/assets/icons/Calendar-eac9920a2823d178a8399940ba86bb15ab6e576f9efe8edfc2222743fbc6336f.png) no-repeat 0px top;  }
                #top .button10 .dashboard_button_heading{ background:transparent url(/assets/icons/users-75cb6367c101bee8599e707689f53ad3190c62c0a14f2c7406491417b5150665.png) no-repeat 0px top;    }
                #top .button11 .dashboard_button_heading{ background:transparent url(/assets/icons/picture-9db48d38f570b78170c99d075e6188834c6320979d225f6ac94f0fb1b371a819.png) no-repeat 0px top;  }
                #top .button12 .dashboard_button_heading{ background:transparent url(/assets/icons/_tango_32x32/categories/applications-development-bbc11e01d2277c48c3cb4d609483270ec3a5495459f1d638a3f3a6c40a867b1c.png) no-repeat 0px top; }
                #top .button13 .dashboard_button_heading{ background:transparent url(/assets/AL_logo_32-3b8eb3c94684dcff7df0c4be7e398e3e79dd1497df4174c6b8efec7f11c2945c.png) no-repeat 0px top; }
                #top .button14 .dashboard_button_heading{ background:transparent url(/assets/icons/Folders_32-ef2371f4bda36c5ad89ef3b6ffd2bae89541c670a2214cd006f44087df93c7fe.png) no-repeat 0px top;   }

                /*----------------------------------------
                2.2.3.2) Content Box
                ----------------------------------------*/

                .content-box{
                    background:#FFF6BF url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x scroll 0 0;
                    border:1px solid #FDD845;
                    float:left;
                    width:47%;
                    margin-right:0.6%;
                    padding:1%;
                    }

                #top .box-grey{
                    background:#EAEAEA url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x scroll left top;
                    border:1px solid #C0C0C0;
                    }

                #top .box2{
                    margin:0;
                    clear:none;
                    }

                .content-box h4{
                    color:#333;
                    }

                /*----------------------------------------
                2.2.3.3) Input fields, Textareas, Dropdown lists, etc
                ----------------------------------------*/
                label{
/*                  display:block;*/
                    padding-bottom:3px;
                    }

                label.inline{
                    display:inline;
                    }

                /* General input styling for text fields and textareas */
                .input-tiny, .input-small, .input-medium, .input-big, .input-flex, textarea {
                    padding: 5px 5px;
                    border: 1px solid #ccc;
                    border-radius: 3px;
                    font-size: 15px;
                    font-family: 'Inter', 'Arial', sans-serif;
                    background-color: #f9f9f9;
                    color: #333;
                    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
                    transition: all 0.2s ease-in-out;
                }

                /* Placeholder styling */
                ::placeholder {
                    color: #aaa;
                    font-style: italic;
                }

                /* Input hover effect */
                .input-tiny:hover, .input-small:hover, .input-medium:hover, .input-big:hover, 
                .input-flex:hover, textarea:hover {
                    border-color: #aaa;
                    background-color: #fff;
                }

                /* Input focus state */
                .input-tiny:focus, .input-small:focus, .input-medium:focus, .input-big:focus, 
                .input-flex:focus, textarea:focus {
                    border-color: #4a90e2;
                    box-shadow: 0 0 8px rgba(74, 144, 226, 0.3);
                    outline: none;
                }

                /* Resizable textarea */
                textarea {
                    resize: vertical;
                    min-height: 20px;
                    min-width: 400px;
                }

                /* Select element styling */
                select {
                    padding: 5px 5px;
                    border: 1px solid #bbb;
                    border-radius: 3px;
                    background-color: #fff;
                    font-size: 15px;
                    font-family: 'Inter', 'Arial', sans-serif;
                    color: #333;
                    cursor: pointer;
                    -webkit-appearance: menulist; /* Restore native dropdown arrow for Safari */
                    -moz-appearance: menulist; /* Restore native arrow for Firefox */
                    appearance: menulist; /* Standard appearance */
                    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                    transition: all 0.2s ease-in-out;
                }

                /* Select focus state */
                select:focus {
                    border-color: #4a90e2;
                    box-shadow: 0 0 8px rgba(74, 144, 226, 0.3);
                    outline: none;
                }

                /* Disabled state */
                select[disabled], textarea[disabled] {
                    opacity: 0.6;
                    cursor: not-allowed;
                }

                /* Different sizes for select fields */
                select.small {
                    width: 120px;
                }

                select.medium {
                    width: 180px;
                }

                select.large {
                    width: 300px;
                }

                /* Size adjustments for text inputs */
                .input-tiny {
                    width: 60px;
                }

                .input-small {
                    width: 120px;
                }

                .input-medium {
                    width: 240px;
                }

                .input-big {
                    width: 480px;
                }

                .input-flex {
                    width: 100%;
                    box-sizing: border-box;
                }


                .button{
                    border:1px solid #959595;
                    font-size:12px;
                    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
                    background-color:#eaeaea;
                    padding:5px 15px;
                    color:#fff;
                    cursor:pointer;
                    }

            /*  .button:hover{
                    padding:6px 15px 4px;
                }*/

                .minimal-button{
                  display: inline-block;
                  outline: 0;
                  cursor: pointer;
                  padding: 5px 16px;
                  font-size: 14px;
                  font-weight: 500;
                  line-height: 20px;
                  vertical-align: middle;
                  border: 1px solid;
                  border-radius: 6px;
                  color: #24292e;
                  background-color: #fafbfc;
                  border-color: #1b1f2326;
                  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
                  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
                  transition-property: color, background-color, border-color;
                     
                }

                .minimal-button:hover {
                  background-color: #f3f4f6;
                  border-color: black;
                }  

                /*----------------------------------------
                2.2.3.4) Tables
                ----------------------------------------*/


                #top table{
                    margin-bottom:15px;
                    -webkit-border-horizontal-spacing: 0;
                    -webkit-border-vertical-spacing: 0;
                    border-left: 1px solid #959595;
                    }

                #top table.phone_number_links, #top table.customer_satisfaction{
                    margin-bottom:0px;
                    -webkit-border-horizontal-spacing: 0;
                    -webkit-border-vertical-spacing: 0;
                    border:none;
                    text-align: center;
                    }

                #top table.phone_number_links td, #top table.customer_satisfaction td{
                    border:none;
                    padding:0;
                    background:transparent;
                    }

                #top table.icon_grid{
                    border: 0;
                    -webkit-border-horizontal-spacing: 2px;
                    -webkit-border-vertical-spacing: 2px;
                    }

                #table_fixed {
                width: 470px;
                padding: 0;
                margin: 0;
                font-size:11px;
                }

                #table_fixed caption {
                    padding: 0 0 5px 0;
                    width: 470px;
                    text-align: right;
                }

                /* Table styling a few of the Job Estimate page.
                 Sets the top and bottom borders.
                 */
                .table_full_border {
                    border-top-style: solid;
                    border-top-width: 1px;
                }

                .table_liquid {
                width: 100%;
                padding: 0;
                margin: 0;
                font-size:11px;
                clear:both;
                }

                .table_liquid caption {
                    padding: 0 0 5px 0;
                    width: 100%;
                    text-align: right;
                }

                #table_auto {
                width: auto;
                padding: 0;
                margin: 0;
                font-size:11px;
                clear:both;
                }

                #table_auto caption {
                    padding: 0 0 5px 0;
                    width:auto;
                    text-align: right;
                }

                th {
                    border-width: 1px 1px 1px 0;
                    border-style: solid;
                    border-color: #636363;
                    color:#fff;
                    letter-spacing:0px;
                    padding:6px 6px 6px 6px;
                    text-align:left;
/*                  text-transform:uppercase;*/
                }
                th small {
                    font-size: 9px !important;
                    font-weight: normal;
                    font-style:italic;
                }

                th.nobg {
                    border-top: 0;
                    border-left: 0;
                    border-right: 1px solid #959595;
                    background: none;
                    color:#484848;
                }

                tr {
                    background: #fff;
                }

                .icon_grid tr {
                    background: none;
                }

                td {
                    padding: 6px 6px 6px 12px;
                    color: #484848;
                }

                th.spec {
                    border-left: 0;
                    border-top: 0;
                    background: #fff url(/assets/bullet2-132e25c33c9472066fc869705925c7bd3eda1b3f2ea388304a11f7aeb2bb66d7.gif) no-repeat;
                    font-weight:bold;
                    font-size: 10px;
                    color:#484848;
                }
                th.non {
                    border-left: 0;
                    border-top: 0;
                    background: #fff;
                    font-weight:bold;
                    font-size: 10px;
                    color:#484848;
                }

                th.row_count {
                    width: 15px;
                    text-align: center; 
                }


                .row_count {
                    width: 15px;
                    text-align: center; 
                    border-top: 0;
                    border-left: 1px solid #959595;
                    color:#484848;
                }

                th.icons {
                    width: 150px;
                    text-align: center; 
                }


                .icons {
                    width: 150px;
                    text-align: center; 
                    border-top: 0;
                    border-left: 1px solid #959595;
                    color:#484848;
                }

                tr.alt th.spec {
                    border-left: 0;
                    border-top: 0;
                    font-weight:bold;
                    font-size: 10px;
                }

                /*----------------------------------------
                2.2.3.5) Response Messages
                ----------------------------------------*/
                .message {
                    border:1px solid;
                    margin:0 10px 20px 0;
                    }

                .message p{
                    padding:20px 20px 20px 52px;
                    }


                .success{
                    background:#E6EFC2 url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x scroll 0 0;
                    border-color:#C6D881;
                    }

                .success p{
                    background:transparent url(/assets/24_tick-498dda0382ad3f96c97dfb6adfc6d1c6a69871c2ffe9b6fc69afae575824774b.png) no-repeat scroll 15px 16px;
                    }

                .warning{
                    background:#FFF6BF url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x scroll 0 0;
                    border-color:#FDD845;
                    }

                .warning p{
                    background:transparent url(/assets/24_alert-b93a8c6c32db12781c84e3f92a3fd8896abf8624503a0b99e262203c80ef41ed.png) no-repeat scroll 15px 17px;
                    }

                .error{
                    background:#FBE3E4 url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x scroll 0 0;
                    border-color:#FBC7C9;
                    }

                .error p{
                    background:transparent url(/assets/24_x_false-79c895e5c43874fca5e34cf3c51327f0e426e8a1937e875f8f0bd14c7b79d2d2.png) no-repeat scroll 15px 17px;
                    }

                .tip{
                    background:#A8B2C5 url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x scroll 0 0;
                    border-color:#8497BF;
                    }

                .tip p{
                    background:transparent url(/assets/24_information-e939a192bcd639b547b6653b3202cca8d8fed859237908176a9587c1ac1fce02.png) no-repeat scroll 15px 17px;
                    }


/*----------------------------------------
3.) Footer
----------------------------------------*/
#footer{
    clear:both;
    height:30px;
    background-color:#FFFFFF;
    }


/*----------------------------------------
4.) Fonts, Images basic selectors
----------------------------------------*/
h1,h2,h3,h4,h5,h6{
    line-height:1.8em;
    font-weight:normal;
    margin:0 0 7px;
    color:#000000;
    }

h1{font-size:22px;}
h2{font-size:20px; border-bottom:1px solid #c0c0c0; clear:both; margin-right:10px;}
h3{font-size:18px;}
h4{font-size:17px;}
h5{font-size:16px;}
h6{font-size:14px;}

p{padding:0 0 22px 0}

a{color:#222; text-decoration:underline;}
a:hover{color:#333; text-decoration:none;}

blockquote{
padding:5px 30px 0 15px;
background-repeat:no-repeat;
background-position:top left ;
margin:10px 0 10px 15px;
border-left:3px solid #fff;
color:#fff;
}

blockquote em{
color:#ff0000;
padding:0px 40px  0px 0px;
background-repeat:no-repeat;
background-position:top right;
display:block;
text-align:right;
font-style:italic;
}

#top .noborder, #top .noborder a, #top noborder ima a{
    border:none;
    padding:0;
    }

/*----------------------------------------
5.) Containers and classes created by jquery
----------------------------------------*/
.closeable{
    position:relative;
    }

.click_to_close{
    right:2px;
    top:2px;
    position:absolute;
    height:16px;
    width:16px;
    background:transparent url(/../images/close.png) no-repeat scroll 0 0;
    cursor:pointer;
    }

.jquery_tab_container{
    position:relative;
    top: -10px;
    z-index:30;
    }

.jquery_tab{
    width:100%;
    float:left;
    }

.jquery_tab_container a{
    display: block;
    float:left;
    line-height:32px;
    height: 34px;
    padding:0 8px;
    background-color:#d5d5d5;
    margin-right:1px;
    text-decoration:none;
    color:#a1a1a1;
    font-size:11px;
    outline:none;
    border-left:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    border-bottom:1px solid #999;
    }

.jquery_tab_container .active, .jquery_tab_container a:hover{
    background:transparent url(/assets/bg_tab-9391615c36f908891914539f28bb5e0780d91359019e0477310e43f9e948532c.png) repeat-x;
    padding-bottom:2px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:none;
    color:#4a4a4a;
    }

#top .flexy_datepicker{
    font-size:11px;
    margin-bottom:25px;
    }

#top .flexy_datepicker table{
    margin:0;
    }

#top .ui-datepicker {
padding:0.2em;
}

#top .sidebar .ui-datepicker{

border-left:medium none;
border-right:medium none;
padding:0.2em;
width:266px;}

#top .wysiwyg{
    background-color:#EAEAEA;
    border:1px solid #959595;
    }

#top div.wysiwyg ul.panel li a {
    border:1px solid #959595;
    }

#dialog{
    display:none;
    }

.clearboth{
    clear:both;
    }



td.profitable_cell.true {
    background: #3a3;
    color: #fff;

}
td.profitable_cell.false {
    background: #fff;
    color: #c00;

}

div.status_update {
    border: 1px solid #bbb;
    padding: 0;
    background:transparent url(/assets/bg_tab-9391615c36f908891914539f28bb5e0780d91359019e0477310e43f9e948532c.png) repeat-x left -20px;
    margin-bottom: 10px;
}
div.status_update h3 {
    color: #7fa7c7;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}
div.status_update p {
    margin: 10px;
}
div.status_update p.small {
    color: #777;
    font-size: 0.8em;
    margin: 0; padding: 3px 10px;
    border-top: 1px solid #eee;
}
div.status_update span {
    float:right;
}
div.status_update h3 span {
    color: #444;
    font-size: 0.7em;
}

/* Schedule Stuff */
.schedule_button{
    float:left;
    width:88%;
    overflow:hidden;
    border:1px solid #c0c0c0;
    padding:5px;
    margin:0 10px 10px 0;
    background:#eaeaea url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x top left;
    font-size:11px;
    line-height:1.4em;
    text-decoration:none;
    color:#a1a1a1;
    border-radius: 2px;
}

.schedule_button span{
    display:block;
    padding-top:7px;
    text-align: center;
}

.schedule_button .customer_satisfaction{
    text-align: center;
}

.schedule_button .customer_satisfaction span{
    padding-top: 0px;
}

.schedule_button .customer_satisfaction .fa{
    display:inline-block !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 1.4em;
}


.fa-stack  {
    display: inline-block !important;
    padding-top: 0px !important;
}

.add-icon {
    padding-left:13px;
    padding-top:7px;
}

.utility-required-icon {
    color: black;
    font-size:1.5em;
}

.utility-required-icon-h
{
    display:none !important; 
}

.required-icon {
    color: black;
    font-size:1.5em;
}

.required-icon-h
{
    display:none !important; 
}

.inspection-required-icon {
    color: black;
    font-size:1.5em;
}

.inspection-required-icon-h
{
    display:none !important; 
}

.add-truck-icon {
    padding-top: 0px !important;
}

.add-truck-icon-span {
    padding-bottom: 0;
    width: 28px;
    height: 100%;;
    display: inline-block !important;
    padding-top: 0px !important;
    vertical-align: middle;
}

.add-truck-icon-span img {
    vertical-align: middle;
    max-height: 28px;
    max-width: 28px;
    padding-left: 1px;
}

.add-truck-icon-span-hidden {
    padding-top: 0px !important;
    display:none;
    padding-bottom: 0;
    width: 0em;
    height: 0em;
}

.truck_accessibiliy_icon img{
    position: relative;
    max-height: 30px;
    width: 30px;
    top: -6px;
    left: 1px;
}

#day_printable_container h1{
    font-size:18px;
}

#day_printable_container h3{
    font-size:16px;
}

.row_class a, .schedule_button a {
    text-decoration: none;
}

.schedule_phone_number, .schedule_satisfaction_stars{
    border: 1px solid;
    background: #fffefe;
    padding: 2px;
    border-radius: 4px;
}

#top .schedule_button_heading{
    display:block;
    color:#4a4a4a;
    font-size:14px;
    padding:0 0 0 0px;
    line-height:16px;
}

#top .fix_empty_slot_in_day
{
    color: white;
    display: inline;
}

#top .printable_schedule_button_heading{
    display:block;
    color:#4a4a4a;
    font-size:25px;
    padding:0 0 0 0px;
    line-height:16px;
}

#top .two_lines.schedule_button_heading{
    line-height:15px;
}

.schedule_button:hover{
    background:#ddd;
    border:1px solid #aaa;
}

#top .schedule_button:hover .schedule_button_heading{
    color:#222;
}

#top .schedule_button.full {
    background:#e1ffce ;
    border:1px solid #d1f0c1;
    color:#668866;
}


#top .crew_2 .schedule_button.full {
    background:#cefcff;
    border:1px solid #c2ecf0;
    color:#668888;
}
#top .crew_3 .schedule_button.full {
    background:#ceedff;
    border:1px solid #c2ddf0;
    color:#668888;
}
#top .crew_4 .schedule_button.full {
    background:#ced9ff;
    border:1px solid #c2caf1;
    color:#727f89;
}
#top .crew_5 .schedule_button.full {
    background:#e2cfff;
    border:1px solid #d8c2f1;
    color:#747289;
}


#top .schedule_button.editing {
    background:#ffffcc;
    border:1px solid #dddd99;
    color:#883;
}
#top .schedule_button.empty {
    border:1px solid #888;
    color:#888;
    padding: 0 0 0 0;
}

#queued_contracts {
    display: block;
    float:left;
    position:relative;
    background: rgba(0, 10, 22, 0.6);
    padding: 10px 5px;
    color: #fff;
    width: 250px;
}

#queued_contracts .queued_contact_name .schedule_button_heading{
    text-align: center;
    color: #3fa2e4;
}

#queued_contracts h3, #queued_contracts div.queue_box, #queued_contracts a {
    background: rgba(0, 10, 22, 0.6);
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

.topbar_region{
    border: 2px solid #333;
    padding: 4px;
    margin-right: 3px;
    border-radius: 3px;
}

#queued_contracts div.detail{
    border-top: 2px solid #a3a3a3;
    text-align: left;
}

#tog_unscheduled_queue span.queue_alert{
    float:right; 
    color:#333;
    width: 18px; 
    height: 18px; 
    margin-left: 4px; 
    display: inline-block; 
    border: 2px solid #333; 
    vertical-align: middle;
    text-align:center;
    border-radius: 3px;
}

#tog_unscheduled_queue span.queue_alert_label{
    float:right;
    padding: 3px 5px;
}

#tog_unscheduled_queue #queue_alert_production{
    background: #9b6b6e
}

#tog_unscheduled_queue #queue_alert_site_check{
    background: #6b9b9b
}

#queued_contracts h3 {
    font-weight: bold;
    font-size: 13px;
    color:#abd;
}
#queued_contracts a {
    font-weight: normal;
    font-size: 11px;
    color:#789;
    padding: 3px 7px;
    text-align: right;
}

#queued_contracts div a.rem {
    font-weight: normal;
    font-size: 11px;
    color:#789;
    padding: 3px 7px;
    background: none;
    margin: 0px;
    margin-top: -15px;
    text-align: right;
}
#queued_contracts div a {
    font-weight: normal;
    font-size: 11px;
    color:#3fa2e4;
    padding: 0px;
    background: none;
    margin: 0px;
    margin-top: 0;
    text-align: right;
    display: inline;
}

.schedule_button.delete {
    background:#FF7722 url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x top left;
    border:1px solid #c0ddee;
    color:#fff;
    font-size: 12px;
    line-height: 12px;
    width: 160px;
}
.schedule_button.view {
    background:#33cc33 url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x top left;
    border:1px solid #c0ddee;
    color:#000;
    font-size: 12px;
    line-height: 12px;
    width: 160px;
}
.schedule_button.trash {
    background:#c00 url(/assets/highlight_line-98f2938eeedb3c807c1eeff2be2ae74339391a7ecba7e5425f2d604ac22c3a21.gif) repeat-x top left;
    border:1px solid #c0ddee;
    color:#fff;
    font-size: 12px;
    line-height: 12px;
    width: 160px;
}

.schedule_button_actions {
    float:right;
}

#full_slot h2 {
    color: #111;
}

th.crew_name b {
    float:left;
    clear:both;
}


div.daycrewblock form {
    clear: both;
    background: #fff;
    border: 1px solid #888;
    color: #222;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: none;

}
div.daycrewblock form input {
    margin: 10px 0;
    font-size: 17px;
    width: 10em;
    text-align: center;
}
div.daycrewblock form input[type="checkbox"]{
    width: auto;
}

div.daycrewblock b {
    text-align: center;
    text-decoration: underline;
}


div.daycrewblock b.note_toggle:hover {cursor: pointer; cursor: hand }

.crew_block_button{
    float:left;
    width:88%;
    position: relative;
    /*height:80px;*/
    overflow:hidden;
    border:1px solid #255c7d;
    padding:5px;
    margin:0 10px 10px 0;
    background-color:#e6e9f0;
    font-size:11px;
    line-height:1.4em;
    text-decoration:none;
    color:#a1a1a1;
    border-radius: 4px;
    }

.crew_block_button span{
    display:block;
    padding-top:7px;
    text-align: center;
    }

.crew_job_status{
    float:left;
    width:94%;
    position: relative;
    /*height:80px;*/
    overflow:hidden;
    border:1px solid #000000;
    padding: 6px 2px 6px 2px;
    margin: 0px 0px 2px 0px;
    /*background:#6AE36A;*/
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height:1.4em;
    text-decoration:none;
    color: #000;
    }

.crew_job_status span{
    display:block;
    padding-top:7px;
    text-align: center;
    }


.crew_call_back_status{
    float:left;
    width:88%;
    position: relative;
    /*height:80px;*/
    overflow:hidden;
    border:1px solid #000000;
    padding:2px;
    margin:0 10px 10px 0;
    background:#15f4ee;
    font-size:11px;
    line-height:1.4em;
    text-decoration:none;
    color:#a1a1a1;
    }

.crew_call_back_status span{
    display:block;
    padding-top:7px;
    text-align: center;
    }

.timber_schedule{
    float:left;
    width:88%;
    position: relative;
    /*height:80px;*/
    overflow:hidden;
    border:1px solid #000000;
    padding:8px;
    margin:0 10px 10px 0;
    background:#008B8B;
    font-size:11px;
    line-height:1.4em;
    text-decoration:none;
    color:#a1a1a1;
    }

.timber_schedule span{
    display:block;
    padding-top:7px;
    text-align: center;
    }


.timber_schedule_bundle {
    float:left;
    width:88%;
    position: relative;
    /*height:80px;*/
    overflow:hidden;
    border:2px dotted #000000;
    padding:8px;
    margin:0 10px 10px 0;
    background:#008B8B;
    font-size:11px;
    line-height:1.4em;
    text-decoration:none;
    color:#a1a1a1;
    }

.timber_schedule_bundle span{
    display:block;
    padding-top:7px;
    text-align: center;
    }

.day_table_info_box{
    float:left;
    width:88%;
    position: relative;
    /*height:80px;*/
    overflow:hidden;
    border:1px solid #000000;
    padding:8px;
    margin:0 10px 10px 0;
    background:#008B8B;
    font-size:11px;
    line-height:1.4em;
    text-decoration:none;
    color:#a1a1a1;
}

.day_table_info_box span{
    display:block;
    padding-top:7px;
    text-align: center;
}


.day_table_info_box.bundle {
    border:2px dotted #000000;
}


.close_btn {
    position:absolute;
    opacity:0;
    right:0px;
    top: -1px;
    width:16px;
    height:16px;
    cursor:pointer;
    border:1px solid #000;
    background-color:#efefef;
    z-index: 5;
    -webkit-transition: opacity 150ms;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR42r2RsQrDMAxEBRdl8SDcX8lQPGg1GBI6lvz/h7QyRRXV0qUULwfvwZ1tenw5PxToRPWMC52eA9+WDnlh3HFQ/xBQl86NFYJqeGflkiogrOvVlIFhqURFVho3x1moGAa3deMs+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==) no-repeat;
    text-align:right;
    border: 0;
    cursor: pointer;
}
.close_btn:hover, .close_btn:focus {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqklEQVR4XqWRMQ6DMAxF/1Fyilyj2SmIBUG5QcTCyJA5Z8jGhlBPgRi4TmoDraVmKFJlWYrlp/g5QfwRlwEVNWVa4WzfH9jK6kCkEkBjwxOhLghheMWMELUAqqwQ4OCbnE4LJnhr5IYdqQt4DJQjhe9u4vBBmnxHHNzRFkDGjHDo0VuTAqy2vAG4NkvXXDHxbGsIGlj3e835VFNtdugma/Jk0eXq0lP//5svi4PtO01oFfYAAAAASUVORK5CYII=");
}

.close_btn:active {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMlBLAYMdwxkghgEwD1XBGTC0g0sDIaYJECVwFqoChBK4WegKkJWArSJZAQErCDqSKG/iCyhaRhYA9LDIbULDzlIAAAAASUVORK5CYII=");
}

.daycrewblock form {
    display: none;
}

div.destroy {
    display:none;
    clear: both;
    margin-bottom: 2em;
}

.estimate_notes {
    float: left;
    position: relative;
    left: 220px;
    top: -175px;
}

.quarry_map {
    float: left;
    position: relative;
    left: 450px;
    top: -350px;
}

.campaign_customer_list {
    list-style-type: none;
}

.campaign_customer_list li.header {
    font-weight: bold;
}

.campaign_customer_list li {
    padding: 5px;
    display: inline-block;
    width: 175px;
}

#error_explanation h2
{
    font-size: 14px;
    font-weight: bold;
    color: red;
    padding-bottom: 10px;
}

#error_explanation
{
    font-size: 12px;
    color: red;
    padding-bottom: 10px;
}

#error_explanation ul li
{
    margin-left: 22px;
}

/* Sharp */

.sketch-no-border table tr td
{
    border: 0px;
}

.new-field td
{
    /*background-color: #CD5C5C;*/
}

.slab-fields td
{
    /*background-color: #ADD8E6;*/
}

#reschedule_form td
{
    border:0;
}

.excluded-from-estimate
{
    font-weight: bold;
    color: red;
}



#top .tog {
  z-index: 9999;
}

.googleMapsLabels {
    background-color: #ececec;
    color: #000;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
}

td {
    width: 130px;
}

td ul{
    padding-left: 5px;
}

th.wide, td.wide{
    width: 300px;
}

th.medium, td.medium{
    width: 200px;
}

th.small, td.small{
    width: 50px;
}

th.extra-small, td.extra-small{
    max-width: 28px;
}

th.address_oneline {
    width: 350px;
}

th.phone {
    width: 75px;
}

th.quarry_name {
    width: 300px;
}

.daily_map, .hide_daily_map {
    display: none;
}

.material_list {
    padding-left: 10px;
}

.disabled {
  color: grey;
  pointer-events: none; 
}

tr.disabled td.checkbox_display{
 color: gray;
}

td.schedule_icon {
    text-align:center; 
    border: 1px solid rgba(0, 0, 0, .2);
    padding:3px 0 0 0; 
    width:33.33%; 
    min-width: 32px;
    height:35px; 
    background-color:rgba(0, 0, 0, .1) !important;
    vertical-align: middle !important;
}

td.current_situation_column, th.current_situation_column{
    width: 300px;
}

td.job_type_column, th.job_type_column{
    width: 200px;
}

td.contact, th.contact_column{
    width: 200px;
}

#todo-tables tr td {
    vertical-align: top;
}

td.dashboard_icons_column, th.dashboard_icons_column{
    max-width: 98px;
}

td.dashboard_icons_column table.icon_table_top {
    position:relative; 
    margin-bottom: -1px !important;
}

td.dashboard_icons_column table.icon_table_bottom {
    position:relative; 
    bottom:0px !important; 
    margin-bottom:0px !important;
}

td.action_list_icon {
    text-align:center; 
    padding:3px 0 0 0; 
    min-width:32px;
    height:35px; 
    background-color:rgba(0, 0, 0, .1) !important;
}

.schedule_button .icon_table_top {
    width:100%; 
    position:relative; 
    margin-bottom: 3px !important;
}

.schedule_button .icon_table_bottom {
    width:100%; 
    position:relative; 
    bottom:0px !important; 
    left:2px !important; 
    margin-bottom:0px !important;
}


.job_material_variable
{
    font-weight: bold;
    color: crimson;
}

.job_material_variable_minor
{
    font-weight: normal;
    color: crimson;
    font-style: italic;
}


.job_material_title
{
    font-weight: bold;
}

.form_required:before {
        font-family: 'my-icon-font';
        content: 'character-code-here';
        position: absolute;
        left: -1em; /* same as ul padding-left */
        top: 0.65em; /* depends on character, maybe use padding-top instead */
        /*  .... more styling, maybe set width etc ... */
}

.index_table tr td {
    white-space: nowrap;
}

.material_list_job_title{
    font-weight: bold;
    color: black;
    font-size: 14px;
}

#notice {
    color: red;
    font-size:20px;
    font-weight: bold;
}

.notice {
    color: red;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.small_notice {
    color: red;
    font-size:12px;
    text-align: left;
}

#notice_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(192,192,192, 0.85);
}

.alert, .notice p {
    text-align:center;
    margin:0;
    font-size:1.60rem;
    font-weight:700;
    color: red;
    letter-spacing: 1px;
}

.report_loading
{
    padding-left: 170px;
}

.report_loading i
{
    margin-left: 35px;
    margin-top: 10px;
}

.schedule_text_button{
    border-radius: 10px;
    border:1px solid #959595;
    font-size:10px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    padding:5px 15px;
    color:black;
    cursor:pointer;
}


.dashboard_text_button, .dashboard_text_flag{
    border-radius: 2px;
    font-size:1.1em;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    padding:0px 6px;
    margin: 0 0 .5em 0;
    display: table;
}

.dashboard_text_button div, .dashboard_text_flag div{
    border-radius: 2px;
    padding: 2px 5px;
}


.dashboard_text_button_inline
{
    display: inline-block !important;
}

.dashboard_text_button{
    border:1px solid #434d56;
    font-size:1em;
    height: auto;
    text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard_text_flag{
    border:1px solid #f1f3f4;
}

.dashboard_text_button.bold, .dashboard_text_flag.bold {
    font-weight:550;
    font-size:1.3em;
}

.dashboard_text_button .bold, .dashboard_text_flag .bold {
    font-weight:550;
    font-size:1.3em;
}

.dashboard_text_button.full_width, .dashboard_text_flag.full_width {
    width: 100%;
}

.dashboard_text_button.dark, .dashboard_text_flag.dark {
    color: #f1f2f4;
}

.dashboard_text_button:hover{
    color: #c0c1c3;
    cursor:pointer;
    border:1px solid #f1f3f4;
}

.dashboard_text_button.dark:hover{
    color: #c6ccd3;
    cursor:pointer;
    border:1px solid #f1f3f4;
}

.customer-button{
    font-size: 1em;
    background-color: #434d56;

}

.customer-button a{
    color: #f1f2f4;

}

.plain_link a{
    text-decoration: underline;
}

/*#top .schedule_button:hover .schedule_button_heading{
    color:#222;
}*/

.set-reason-button {
    background-color:#daffed;
}

.set-customer-satisfaction-button {
    background-color:#eadaff;
}

.set-note-button {
    background-color:#CEE9D0;
}


/* End Sharp */

.current_off_level_calculator {
    border-left: 5px solid red;
}

div#table_center {
    width:400px; margin:0px 0px;

/*  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;*/
    background-color: white;
}

.job_notes_title {
    line-height: 2;
    color: #a6a6a6;
    font-size:1.6em;
}

.job_notes_description{
    font-size:1.1em;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload Files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input {
  width: 100px;
}

.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.refreshing {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

.checklist_section div{
    line-height: 1.8em;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 7px;
    color: #fff;
    background: #8ca08e;
    text-decoration: underline;
    text-decoration-color: #fff;
}

.checklist_section a{
    color: #fff;
}

.checklist_section i {
    font-size: 1em;
}

.material_list_header
{
    background: #8ca08e;
}

.checklist_container{
    max-width:610px;
    margin:auto;
}

.checklist_container a{
    font-size: 1.4em;
    line-height: 1.8em;
}

.checklist_container a.button{
    font-size: 1.5em;
    line-height: 1.5em;
}

.stand_alone_select
{
    width: 380px !important;
}

.checked {
  color: orange;
}

.printable_schedule_icons td.schedule_icon{
    height:100px;
}

.printable_schedule_button .phone_number_button{
    font-size: 2em;
    line-height: 2em;
}

.printable_schedule_button .customer_satisfaction{
    font-size: 2em;
    line-height: 2em;
}

.printable_schedule_button .customer_satisfaction td{
    width: 100%;
}

.printable_schedule_button .customer_satisfaction{
    width: 100%;
}

.printable_schedule_icons .fa, .printable_schedule_icons .fas, .printable_schedule_icons .fa-stack-2x{
    font-size: 4em !important; 
}

#precise_off_level td{
  border: none;
}
#precise_off_level td.side{
  width:50px;
}
#precise_off_level td.left{
  text-align: right;
}
#precise_off_level td.precision_4_corners{
  width:280px;
  height:130px;
  border: solid 1px #000;
}

#precise_off_level td.precision_linear{
  width:280px;
  height:1px;
  border-top: solid 1px #000;
}

#precise_off_level label{
  font-size: 1.5em;
}

.campaign_company_row td{
    border-top: 2px solid;
}

.pdf-icon{
    padding-left: 25px
}

.img-container{
    float:left;
    border: 1px solid black;
    padding: 2px;
    margin: 2px;
}

.img-description{
  padding: 0px;
}

.grid-container {
  border-top: 1px solid #ececec;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #666;
  padding: 40px;
  font-size: 25px;
}

.right {
  float: right;
}

div.center-contents {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.labor_schedule_breakdown_hours_column {
	width: 80px;
	font-size: 10px;
	line-height: 1.1em;
}

.file-entry {
    position: relative;
}

.delete_button {
    float:right;
}

.print-button {
    float:right;
    margin-right: 5px;
}

.confirmation-message{
    color:red;
}

.job-left-column{
    text-align: right;
    vertical-align: top;
    width: 200px; 
    min-width: 200px; 
}

.job-right-column{
    min-width: 450px;
    max-width: 800px;
    width: 100%;	
    
}

.bs-form {
    float: left;
    margin-right: 20px;
    width: 800px;
}

.bs-left-column{
    text-align: right;
    vertical-align: top;
    width: 200px; 
    min-width: 200px; 
}

.bs-right-column{
    min-width: 450px;
    max-width: 800px;
    width: 100%;	
    
}
.edit_job td{
    border: 1px solid #ddd;
    padding: 8px;
}

.edit_job textarea{
    line-height: 1.5em;
    width: 95%;
    min-height: 20px;
}
