﻿body {
    font-family: Calibri;
    font-size: 12px;
}

.tabzindex {
    z-index: 10;
}

#main {
    width: 100%;
    background: #ffffff;
    min-width: 1620px;
}

.t2-job {
    width: 400px;
    height: 250px;
    border: 1px solid #9ea1a5;
    margin: 0px;
    float: left;
    background: #fff;
    min-width: 400px;
    margin: 1px
}

.t2-job-top {
    width: 400px;
    height: 70px;
    color: black;
    border-bottom: 1px solid lightgray;
}

ul {
    margin: 0;
    padding: 0;
}

.t2-job-day {
    width: 197px;
    float: left;
    border-top: 1px solid #000000;
    border-left: 0px;
    margin-right: 2px;
    margin-top: -1px;
    height: 158px;
    overflow-x: hidden;
    overflow-y: auto;
}

.t2-job-day-heading {
    font-weight: bold;
    line-height: 20px;
    width: 197px;
    margin-right: 2px;
    margin-bottom: 0px;
    height: 20px;
    border: none;
    border-left: 0px;
    float: left;
    color: black;
}

.t2-job-ngt {
    width: 197px;
    float: right;
    border-top: 1px solid #000000;
    border-left: 1px solid lightgray;
    margin-left: 0px;
    margin-top: -1px;
    border-right: 0px;
    height: 158px;
    overflow-x: hidden;
    overflow-y: auto;
}

.t2-job-ngt-heading {
    font-weight: bold;
    line-height: 20px;
    width: 197px;
    height: 20px;
    background: #333333;
    color: #fff;
    border: 1px solid #000000;
    border-right: 0px;
    float: right;
    margin-left: 0px;
    margin-bottom: 0px;
}

.t2-view {
    height: 16px;
    width: 16px;
    float: right;
    line-height: 16px;
    margin: 2px 5px 2px 2px;
    background-color: #FFFFFF;
}

.t2-job-emp {
    list-style-type: none;
    height: 40px;
    border-bottom: 1px solid #000000;
}

.t2-jobrole {
    width: 50px;
    height: 40px;
    border-right: 1px solid #000000;
    float: left;
}

.t2-jobemployee a {
    text-decoration: none;
    color: red;
}

.t2-jobemployee {
    width: 155px;
    line-height: 20px;
    height: 20px;
    color: red;
    cursor: move;
    float: left;
}

.t2-job-emprole {
    width: 98px;
    height: 20px;
    float: left;
    line-height: 20px;
    overflow-x: hidden; 

}

.t2-job-emploc {
    height: 20px;
    width: 70px;
    float: left;
    line-height: 20px;
}

.t2-count {
    margin-right: 2px;
    float: right;
}

.t2-label {
    width: 70px;
    float: left;
    color: black;
}

.t2-clientheading {
    font-size: 15px;
    font-weight: bold;
    color: blue;
    height: 20px;
    cursor: move;
    overflow: hidden;
}

.t2-state-hover {
    border-color: green;
}

.t2-state-active {
    background-color: #FCFBAE;
}

.t2ui-selected {
    background: #fcaf3e !important;
}

.t2-helper {
    background: #fcaf3e !important;
    border: 1px solid #000000;
    height: auto;
    width: 190px;
    min-height: 40px;
    z-index: 99999999;
    position: absolute;
}

.t2-bench-craft {
    width: 150px;
    height: auto;
    overflow-x: hidden;
    border: 1px solid #000000;
    margin: 2px;
    float: left;
    background: #fff;
}

    .t2-bench-craft ul {
        max-height: 550px;
        overflow: auto;
    }

.t2-craft-heading {
    width: 150px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    font-weight: bold;
}

.t2-bench-emp {
    list-style-type: none;
    height: 52px;
    border-bottom: 1px solid #000000;
}

.t2-benchemployee {
    float: left;
    width: 105px;
    height: 30px;
    overflow: hidden;
    padding-left:3px
    
}

    .t2-benchemployee a {
        text-wrap: avoid;
        text-decoration: none;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        line-height: normal;
    }

#emplist {
    width: 150px;
    height: 750px;
    border: 1px solid #000000;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
}
