﻿#ta-fiscal-weeks
{
    float: left;
    width: 150px;
    height: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

.ta-title {
    display: block;
    width: calc(100% - 400px);
    text-align: center;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 15px;
}

#ta-payroll-periods {
    float: left;
    width: 150px;
    height: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

#ta-calendar-container
{
    float: left;
    height: 24px; 
    width: 21px;
    left: 0px;
    top: 2px;
    position: relative;
    z-index: 100000;
}

#ta-menu-bar {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 5px;
}

#ta-cards td, #ta-cards th {
    border: 1px solid black;
    min-width: 70px;
    text-align: center;
    min-height: 22px;
}

#ta-cards .jqx-widget-content
{
    background-color: transparent;
}

#EditTAShift td, #EditTAShift th{
    border: 1px solid #A6C1CA;
}

#add-contract-adjustment-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
    z-index: 999999;;
}

#ta-compare-absolute-change-container
{
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
}

#ta-compare-absolute-change {
    width: 70%;
    display: flex;
    border-bottom: 1px solid #E7E9EA;
    margin-left: 10px;
}

#report-date-dialog .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#employee-pay-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#pay-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#sunday-holiday-leave-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#ta-payroll-export .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

#ta-leave-transactions-export .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

#non-prod-transactions-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#scheduling-select-employee-to-borrow-dialog .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

/* T&A Dashboard Grid CSS */

#ta td {
    empty-cells: show;
}

#ta_left {
    float: left;
    overflow: hidden;
    background-color: white;
}

#ta_right {
    float: right;
    overflow: hidden;
    background-color: white;
}

#ta_body {
    float: right;
    background-color: white;
    overflow: scroll;
}

#ta_content {
    overflow: visible;
    position: relative;
}

#ta_footer {
    background-color: white;
}

#ta_bottom {
    background-color: #74D3F4;
}

.ta-grid-container {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.ta-header-totals {
    background-color: #939596;
    color: #000000;
}

#ta_orderby {
    float: left;
    border-width: 0px;
    background-color: #FFFFFF;
}

#ta_top_header {
    overflow: hidden;
    float: left;
}

.ta-grid-cell-width {
    /*width: calc(calc(100% - 232px) / 7);*/
    width: 100px;
}

.ta-grid-day-cell-width {
    width: 100px;
}

.ta-day-cell {
    white-space: normal;
    overflow: visible;
}

.ta-top-header-cell {
    text-align: center;
    vertical-align: middle;
    float: left;
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 12pt;
    color: #000000;
    background-color: #939596;
}

.ta-top-header-cell-today {
    text-align: center;
    vertical-align: middle;
    float: left;
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    background-color: #939596;
    color: #000000;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 12pt;
    font-weight: bold
}

.ta-header-cell {
    text-align: center;
    vertical-align: middle;
    float: left;
}

.ta-grid-cell {
    border: 1px #F3F5F6 solid;
    border-left-width: 0px;
    border-top-width: 0px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    float: left;
}

.ta-cell-right-align {
    text-align: right;
    padding-right: 3px;
}

.ta-totals-cell {
    border: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    float: left;
    background: #F3F5F6;
}

.ta-totals-cell-alternate {
    border: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    float: left;
    background: #FFFFFF;
}

.ta-totals-cell-no-background {
    border: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    float: left;
    background: #FFFFFF;
}

.ta-vertical-line {
    width: 1px;
    border-left: .5px solid #F3F5F6;
    position: absolute;
    top: 0px;
    z-index: 3;
}

.ta-horizontal-line {
    height: 1px;
    border-top: 1px solid #F3F5F6;
    position: absolute;
    left: 0px;
    z-index: 3;
}

.ta-timecard {
    position: absolute;
    z-index: 5;
    text-align: center;
    cursor: default;
    overflow: hidden;
    border-right: 1px solid #F3F5F6;
}

.notificationCount {
    display: inline-block;
    position: absolute;
    /*right: 5px;*/
    top: 35px;
    background-color: #0177BC;
    padding: 2px 5px;
    font-size: 9pt;
    border-radius: 50%;
    color: white;
    border: 1px solid white;
    transform: translate(-8px, 0px);
}

.disputeCount {
    display: inline-block;
    position: absolute;
    /*right: 5px;*/
    top: 35px;
    background-color: #0177BC;
    padding: 2px 5px;
    font-size: 9pt;
    border-radius: 50%;
    color: white;
    border: 1px solid white;
    transform: translate(-8px, 0px);
}

.commentTextArea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}

#ta-verification-overlay {
    position: fixed; 
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 99;
    cursor: pointer;
}

#ta-verification-overlay-text {
    position: absolute;
    top: 50%;
    left: 30%;
    font-size: 45pt;
    font-weight: bold;
    color: #2C2C2C;
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
}

#ta-report {
    font-size: 10pt;
}

#ta-report select {
    font-size: 9pt;
}

#ta-reporting-header-wrapper {
    width: 99%;
    height: 30px;
    overflow: hidden;
}

.ta-menu-button {
    background-color: #FBFBFC;
    border: 1px solid #E7E9EA;
}

#ta-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #ta-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#ta-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#ta-summary-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#ta-dashboard {
    height: 100%;
    width: calc(100% - 5px);
    min-width: 600px;
    display: none;
}

#add-vacation-adjustment-comment {
    width: 200px;
    height: 100px;
    border: 1px solid #D1D9DC;
    resize: none;
}