﻿.italic {
    font-style: italic;
}

.btn {
    width: 12px;
}

.btn_new {
    width: 24px;
}

.checkbox {
    text-align: center;
    width: 1.5em;
}

.date {
    text-align: center;
    width: 6em;
}

.fulldate {
    text-align: center;
    width: 10em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.key {
    width: 6em;
}

.mediumkey {
    width: 10em;
}

.quadkey {
    width: 24em;
}

.tripplekey {
    width: 19.8em;
}

.doublekey {
    width: 12em;
}

.name {
    width: 15em;
}

.longname {
    width: 40em;
}

.number {
    text-align: right;
    width: 6em;
}

.no {
    text-align: center;
    width: 3em;
}

.weight {
    display: block;
}

table.grid {
    clear: both;
}

    table.grid th {
        width: 6em;
    }

    table.grid label {
        text-align: center;
    }

table.noborders {
    border-collapse: collapse;
    border-spacing: 0;
    border: hidden;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

    table.noborders tr {
        border: none;
        border-spacing: 0;
        line-height: 1em;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        table.noborders tr td {
            /*border-style: dotted;*/
            border-spacing: 0;
            height: 1.7em;
            margin: 0;
            padding: 1px 5px 1px 5px;
            /*width: 100%;*/
        }

        table.noborders tr th {
            border: none;
            margin: 0;
            padding: 0;
        }

        table.noborders td p {
            margin: 0;
            padding: 0;
        }

        table.noborders td.wrap {
            white-space: normal;
        }

table.list {
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 0;*/
    font-weight: normal;
    margin: 0;
    max-width: 100%;
    table-layout: fixed;
    text-overflow: clip;
    width: 100%;
}

    table.list tr {
        /*border: 1px solid lightblue;*/
        /*border: none;*/
        line-height: 1.7em;
        margin: 0;
        padding: 0;
    }

        table.list tr td a {
            /*border-collapse: collapse;*/
        }

        table.list tr:hover {
            background-color: lightblue;
        }

            table.list tr:hover td a {
                /*border: none;*/
                color: darkblue;
            }

    table.list td, table.list th {
        border-spacing: 0;
        border: 1px solid #C6CDCE;
        margin: 0;
        padding: 0;
    }

    table.list th {
        /*border: 1px solid #C6CDCE */
        background: /*#62bbe8*/ #DDE2E3;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
        margin-left: 1em;
        color: black;
        overflow: hidden;
    }

    table.list td.wrap {
        word-wrap: break-word;
        white-space: normal;
    }

    table.list td {
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

        table.list td a {
            display: block;
            color: black;
            margin: 0;
            padding-left: 0.4em;
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 0;
            text-decoration: none;
        }

        table.list th.checkbox, table.list td.checkbox {
            padding: 0;
            margin-left: 0;
            text-align: center;
            width: 2em;
            white-space: nowrap;
        }

        table.list td.date a, table.list td.centerkey a {
            padding-left: 0;
        }

table.rotate {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 0;*/
    font-weight: normal;
    margin: 0;
    max-width: 100%;
    table-layout: fixed;
    text-overflow: clip;
    width: 100%;
}

    table.rotate tr {
        /*border: 1px solid lightblue;*/
        /*border: none;*/
        line-height: 1.7em;
        margin: 0;
        padding: 0;
    }

        table.rotate tr td a {
            /*border-collapse: collapse;*/
        }

        table.rotate tr:hover {
            background-color: lightblue;
        }

            table.rotate tr:hover td a {
                /*border: none;*/
                color: darkblue;
            }

    table.rotate td, table.rotate th {
        border-spacing: 0;
        border: 1px solid #C6CDCE;
        margin: 0;
        padding: 0;
    }

    table.rotate th {
        /*border: 1px solid #C6CDCE */
        background: /*#62bbe8*/ #DDE2E3;
        font-weight: bold;
        padding: 1px 1px 1px 1px;
        margin-left: 1em;
        color: black;
        overflow: hidden;
    }

    table.rotate td {
        /*border: 1px solid #C6CDCE;*/
        height: 100%;
        /*vertical-align: top;*/
        white-space: nowrap;
        overflow: hidden;
    }

        table.rotate td a {
            display: block;
            color: black;
            margin: 0;
            padding-left: 0.4em;
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 0;
            text-decoration: none;
        }

        table.rotate th.checkbox, table.rotate td.checkbox {
            padding: 0;
            margin-left: 0;
            text-align: center;
            width: 2em;
            white-space: nowrap;
        }

        table.rotate td.date a, table.rotate td.centerkey a {
            padding-left: 0;
        }

th.rotate {
    text-align: center;
    width: 6em;
    line-height: 6em;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


table.formtable {
    table-layout: fixed;
    width: 100%;
}

.note {
}

    .note input, .note select {
        margin: 0;
        padding: 0;
    }

table.formtable tr {
    margin: 0;
    padding: 0;
    /*line-height: 24px;*/
}

    table.formtable tr.fill {
        /*line-height: 24px;*/
    }

table.formtable td.note, table.formtable th.note, table.formtable td.input {
    margin: 0;
    padding: 0;
}

table.formtable td:last-child, table.formtable th:last-child {
    width: auto;
}

.weight {
    display: block;
}

.input {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 7.5em;
}

    .input input, .note select, .passed select {
        border: none;
        margin: 0;
        padding: 0;
        height: 22px;
        width: 100%;
    }

    .input input {
        text-align: center;
    }

    .input .field-validation-error {
        word-wrap: break-word;
        display: block;
        width: 100%;
    }

input.note{
    width: 100%;
}

input.person{
    width:100%;
}

input.hi {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.day {
    text-align: center;
    width: 26px;
}

div.nowrap {
    position:absolute;
    width:100%;
}

div.fixed {
    overflow-x:scroll;
    overflow-y:visible;
    margin-bottom:100px;
    max-width:64%;
}

table.fixedleft {
    background-color: white;
    border-spacing: 0;
    border-collapse:collapse;
    font-weight: normal;
    margin: 0;
    text-overflow: clip;
    float:left;
    table-layout: fixed;
    max-width:35%;
}

table.fixedright {
    background-color: white;
    border-spacing: 0;
    border-collapse:collapse;
    font-weight: normal;
    margin: 0;
    table-layout: fixed;
    text-overflow: clip;
}

    table.fixedleft tr {
        line-height: 27px;
        margin: 0;
        padding: 0;
    }

    table.fixedright input {
        background-color:transparent;
        border:none;
    }

    table.fixedright tr {
        line-height: 27px;
        margin: 0;
        padding: 0;
    }

    table.fixedleft td, table.fixedleft th {
        border-spacing: 0;
        border: 1px solid #C6CDCE;
        margin: 0;
        padding: 0;
    }

    table.fixedright td, table.fixedright th {
        border-spacing: 0;
        border: 1px solid #C6CDCE;
        margin: 0;
        padding: 0;
    }

    table.fixedleft th {
        background: #DDE2E3;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
        margin-left: 1em;
        color: black;
        overflow: hidden;
        white-space:normal !important;
    }

        table.fixedleft th.hiddenTr {
            border-top: 1px solid #DDE2E3;
            border-bottom: 1px solid #DDE2E3;
            border-left: none;
            border-right: none;
            padding: 1px 0px 1px 0px;
            max-width:0px;
        }

        table.fixedleft td.hiddenTd {
            border: none;
        }

    table.fixedright th {
        background: #DDE2E3;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
        margin-left: 1em;
        color: black;
        overflow: hidden;
        white-space:normal !important;
    }

    table.fixedleft td {
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    table.fixedright td {
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-color: #F4F5F6;
    }

    table.fixedright td.display {
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-color: transparent;
    }

    table.fixedright td.weekend {
        background-color: #FBB153;
    }

    table.fixedright th.weekend {
        background-color: #FBB153;
    }

    table.fixedright th.holiday {
        background: #F0888D;
    }

    table.fixedright td.holiday {
        background: #F0888D;
    }

    table.fixedright th.nonContact {
        background: #A4A7A8;
    }

    table.fixedright td.nonContact {
        background: #A4A7A8;
    }

    table.fixedleft td a {
        display: block;
        color: black;
        margin: 0;
        padding-left: 0.4em;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: none;
    }

table.fixedleft tr.bold td {
    border-top-width: 2px;
    border-top-color: #B2B2B2;
}

table.fixedright tr.bold td {
    border-top-width: 2px;
    border-top-color: #B2B2B2;
}

div.fixed table.fixedright td.semline{
    height: 27px;
}

.invisible {
    visibility:hidden;
}

.hiddenCol {
    width: 1px !important;
}

td input.datepicker {
    width:10em;
}


    .tableButton input {
        float: none;
        margin-right: 0px;
        padding: 0.3em 0.5em !important;
    }

table.list tbody tr td ul {
    display: inline-block;
    margin: 0 0 0 2em;
    line-height:17px;
    list-style-type: disc;
}