﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.form-control {
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

caption {
    caption-side: top;
}

.invoice-box {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    /*border: 1px solid #eee;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .15);*/
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

    .invoice-box table tr.spaceUnder > td {
        padding-bottom: 0;
        padding-top: 0;
    }

.invoice-box-invoice-summary {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    /*border: 1px solid #eee;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .15);*/
    font-size: 12px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}
.rcornersBorder {
    border-radius: 25px;
    border: 2px solid black;
    padding: 20px;
}

.rcornersBordersmall {
    border-radius: 25px;
    border: 1px solid black;
    padding: 5px;
    margin: -15px
}
.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
    border-collapse: collapse;
}

        .invoice-box table tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }
            .invoice-box table tr.customerinformation td.specs {
                /*border: 1px solid black;*/
                overflow: hidden;
                width: 100%;
                height: 200px;
                max-height: 200px;
                display: block;
                font-size: 3vmin;
                line-height: 3vmin;
            }
            .invoice-box table tr.customerinformation table.tablespecs {
                /*border: 1px solid black;*/
                width: 20%;
                float: left;
                padding: 5px;
                border-collapse: collapse;
            }

        .invoice-box table tr.customerinformation table td {
            border: 1px solid black;
            padding-left: 0px 0px 10px 0px;
            border-collapse: collapse;
            
        }

            .invoice-box table tr.customerinformation table td {
                border: 1px solid black;
                padding-left: 0px 0px 10px 0px;
                border-collapse: collapse;
            }

            .invoice-box table tr.customerinformation table.tablespecs td {
                /*border: 1px solid black;*/
                padding: 5px;
                border-collapse: collapse;
                font-size: 1em;
                line-height: 1em;
            }
        
        


        .invoice-box table tr.customerinformation td.label {
            padding: 0px;
            font-weight: bold;
            text-align: center;
            
        }


        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
        }

        /*.invoice-box table tr td:nth-child(2) {
            text-align: right;
        }*/

        .invoice-box table tr.top table td {
            padding-bottom: 20px;
        }

            .invoice-box table tr.top table td.title {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        .invoice-box table tr.information table td {
            padding-bottom: 40px;
        }

        .invoice-box table tr.heading td {
            background: #eee;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

        .invoice-box table tr.details td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.notes td {
            border: 1px solid black;
            white-space: pre-line;
        }

    .invoice-box table tr.notesnoborder td {
        white-space: pre-line;
    }

        .invoice-box table tr.notes td p {
            font-size:small;
            white-space: pre-line;
            text-align:left;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table td.total {
            border: 1px solid #000000;
            font-weight: bold;
            
        }

    .totalnoborder {
        font-weight: bold;
    }

        .invoice-box table td.plustax {
            font-weight: bold;

        }

        .invoice-box table tr.total td:nth-child(n) {
            border: 1px solid #000000;
            font-weight: bold;
            text-align: right;
        }

.notes {
    border: 1px solid #000000;
    padding-left:2px;
    font-size: medium;
    white-space: pre-line;
    text-align: left;
}

.general {
    font-size:medium;
    font-weight:bold;
    display: inline-block;
    width: 50%;
}

.jobsite1 {
    font-size: medium;
    font-weight: bold;
    display: inline-block;
    }

.specName {
    font-size: 10px;
    font-weight: bold;
    line-height:6px;
    display: inline-block;
    width: 75%;
}

.specHeaderName {
    font-size: 12px;
    font-weight: bold;
    line-height: 6px;
    display: inline-block;
    width: 75%;
}


.jobno {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.costcode {
    display: inline-block;
    width: 40px;
    font-weight:bold;
}

.title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.timeclock{
    font-size:100px;
    font-weight:bold;
}

.employee-name{
    font-weight: bolder;
}

.box-employee{
    border: 1px solid #ddd;
    border-radius:5px;
}

.punchin {
    padding-top:10px;
    
}

.billoflading {
    display:none;
}

.hours {
    display: none;
}


.timesheets {
    display: none;
}

.invoicescheduling {
    display: none;
}

.invoicesummary {
    display: none;
}

.begindate {
    display: none;
}

.enddate {
    display: none;
}

.employees {
    display: none;
}

.jobstatus {
    display: none;
}

.jobsite {
    display: none;
}

.createbutton {
    display: none;
}

.btn-process {
    display: none;
}

.btn-verify {
    display: block;
}

.warningFont {
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:red;
}

.goFont {
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: green;
}

div.paleBlueRows {
    font-family: "Times New Roman", Times, serif;
    border: 1px solid black;
    width: 100%;
    height: 200px;
    text-align: left;
    border-collapse: collapse;
}

.divTable.paleBlueRows .divTableCell, .divTable.paleBlueRows .divTableHead {
    border: 1px solid black;
    padding: 3px 2px;
}

.divTable.paleBlueRows .divTableBody .divTableCell {
    font-size: 13px;
}

.divTable.paleBlueRows .divTableRow:nth-child(even) {
    background: #D0E4F5;
}

.divTable.paleBlueRows .divTableHeading {
    background: #0B6FA4;
    border-bottom: 3px solid black;
}

    .divTable.paleBlueRows .divTableHeading .divTableHead {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid black;
    }

    .divTable.paleBlueRows .divTableHeading .divTableHeadLeftAlign {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: left;
        /*border-left: 2px solid black;*/
        padding-left:5px;
    }

        .divTable.paleBlueRows .divTableHeading .divTableHead:first-child {
            border-left: none;
        }

.paleBlueRows .tableFootStyle {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background: #D0E4F5;
    border-top: 3px solid #444444;
}

.paleBlueRows .tableFootStyle {
    font-size: 14px;
}
/* DivTable.com */
.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}



.employeelink {
    background-color:white;
    
}

.panel-heading-sm {
    height: 28px;
    padding: 4px 10px;
}

.panel-body-sm {
    padding: 5px 10px;
}


.sidebar {
    height: 100%;
    width: 100%;
    /*position: fixed;*/
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #111;*/
    border: 1px solid black;
    overflow-x: hidden;
    padding-top: 4px;
}

    /* Style sidebar links */
    .sidebar a {
        margin: 6px 8px 6px 4px;
        text-decoration: none;
        font-size: 15px;
        color: #000000;
        display: block;
        
    }
        .sidebar a:hover {
            cursor: pointer;
            background-color: aqua;
        }
div.page {
    page-break-after: always;
    page-break-inside: avoid;
    margin-top: 20px;
}

#loadingModal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 100px;
    height: 100px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media print {
    a[href]:after {
        content: "" !important;
    }
    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }
    @page {
        size: auto;
    }
}

/* Remove default bullets */
ul, #fileTree {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#fileTree {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

#measures {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #measures td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #measures tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #measures tr:hover {
        background-color: #ddd;
    }

    #measures th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }

#panelMeasures .panel-footer {
    height: 500px;
    
}

#employeeModal.show {
    display: block !important;
    opacity: 1 !important;
}

.ui-autocomplete {
    z-index: 10000 !important;
    position: fixed !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

/* Ensure modal dialog is visible */
.modal-dialog {
    z-index: 1060 !important;
    margin: 1.75rem auto;
}

/* Spinner styles */
.modal-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

    .loading-overlay.show {
        display: flex;
    }
