body {
    width: 1600px;
    margin: auto;
    background: white;
    font: 14px 'trebuchet ms', arial, sans-serif;
}

a {
    color: green;
    text-decoration: none;
}

a:visited {
    color: green;
}

a:hover {
    color: green;
}

a:active {
    color: green;
}

table th {
    background-color: #7B5997;
    color: #fff;
}

table tr#header {
    background-color: #7B5997;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.rounded {
    border-radius: 25px;
}

#picktick {
    display: none;
}

#fixed_header {
    position:fixed;
    top: 0px; display:none;
    width:120px;
}

#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

/** Structure */
#clear {
    clear: both;
}
#header {
    padding: 20px;
    background: #8F6BB2;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 4px solid #764B8E;
}
#subMenu {
    float: right;
}

#content {
    text-align: center;
    background: #fff;
    padding: 20px;
}

#left {
    width: 50%;
    float: left;
}

#right {
    width: 45%;
    float: left;
}

#odd {
    background-color: lightgrey;
}

#footer {
    clear: both;
    background: #8F6BB2;
    color: #fff;
    padding: 20px;
    border-top: 4px solid #764B8E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#leftMenu {
    float: left;
    width: 150px;
}

#leftMenu ul {
    padding:0;
}

#leftMenu li {
    border-radius: 5px;
    background: #764B8E;
    list-style-type: none;
    padding: 2px;
    margin: 10px;
}

#leftMenu li a {
    color: #fff;
    text-decoration: none;
}

#leftMenu li:hover {
    background: #4d8add;
}

/* Links */
#header a {
    color: #fff;
    background: #764B8E;
    padding: 2px 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
}

#header a:hover {
    background: #4d8add
}

#subMenu a {
    font-size: 10px;
    font-weight: bold;
}

.delete {
    display: none;
}

.submitack {
    display: none;
}

.dialog-add {
    display: none;
}

.no-close .ui-dialog-titlebar-close {
    display:none;
}

/** Forms */

@media print {
    body {
        width: auto;
        font-size: 18px;
    }
    #headertop {
        display:none;
    }
    #header {
        display: none;
    }

    #footer {
        display: none;
    }

    td.bin {
        height: 150px;
    }

    #picktick {
        display: block;
        page-break-after: always;
    }

    #packinglist {
        display: block;
        page-break-after: always;
    }

    .inventory td {
        border: 1px solid lightgray;
    }

    .partlist {
        display: block;
        font-size: 14px;
    }

    table th {
    background-color: darkgray;
    color: black;
    }

    #binForm {
        display: none !important;
    }

    #bin {
        font-size: 14px;
        display: block;
        margin:auto;
        page-break-after: always;
    }
}