﻿.ta-search-overlay {
    position: fixed;
    top: 35px;
    right: 0;
    bottom: 35px;
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid #E7E9EA; 
    z-index: 2000000;
}

.ta-search-header {
    height: 35px;
    background-color: #939596;
    color: #000000;
    width: 100%;
}

.ta-search-close-button {
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .ta-search-close-button img {
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.ta-search-title {
    display: inline-block;
    width: calc(100% - 70px);
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
}

.ta-search-employee-wrapper {
    margin: 10px;
}

.ta-search-employee-input-wrapper {
    margin: 5px 0;
    width: 100%;
    height: 30px;
}

    .ta-search-employee-input-wrapper input {
        width: calc(100% - 30px);
        z-index: 2000001;
        padding: 5px;
        border: 1px solid grey;
        border-right: none;
        float: left;
        height: 30px;
    }

.ta-search-button-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid grey;
    border-left: none;
    float: left;
    padding: 0;
    background-color: white;
}

    .ta-search-button-wrapper img {
        width: 12px;
        height: 12px;
        cursor: pointer;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
    }

.ta-search-input-wrapper {
    margin: 5px 0;
    width: 100%;
    height: 30px;
}

    .ta-search-input-wrapper input {
        width: calc(100% - 30px);
        z-index: 2000001;
        padding: 5px;
        border: 1px solid grey;
        border-right: none;
        float: left;
        height: 30px;
    }

    .ta-search-input-wrapper .ta-search-input-button-wrapper {
        position: relative;
        width: 30px;
        height: 30px;
        border: 1px solid grey;
        border-left: none;
        float: left;
        padding: 0;
        background-color: white;
    }

    .ta-search-input-wrapper .ui-datepicker-trigger {
        display: none;
    }

#employee-pay-report-popup .ui-datepicker-trigger
{
    position:relative;
    top:4.5px;
    left:-22px;
    z-index:999999;
}

#employee-pay-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
    z-index: 999999;
}

.ta-search-input-button-wrapper img {
    width: 12px;
    height: 12px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.ta-search-date-wrapper {
    margin: 10px;
}

.ta-search-options-wrapper {
    margin: 10px;
}

.ta-search-option {
    height: 30px;
}

    .ta-search-option label {
        line-height: 30px;
    }

    .ta-search-option input {
        float: right;
        width: 20px;
        height: 20px;
        display: inline;
        background: white;
        background-color: white;
        margin: 5px 0;
    }