﻿.timeCardCalcData {
    border: solid 1px #dddddd;
}



::-webkit-input-placeholder {
    color: #acacac;
}

:-moz-placeholder { /* Firefox 18- */
    color: #acacac;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #acacac;
}

:-ms-input-placeholder {
    color: #acacac;
}

.ftccMobile {
    display: none;
}



/*
.responsive-stacked-table {
    border: 1px solid #acacac;
    width: 100%;
}

    .responsive-stacked-table thead {
        background-color: #e8e8e8;
        border: solid 1px #c6c6c6;
    }

    .responsive-stacked-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
        border: solid 1px #c6c6c6;
    }

    .responsive-stacked-table tbody tr:nth-child(even) {
        background-color: #e8e8e8;
        border: solid 1px #c6c6c6;
    }

    .responsive-stacked-table tfoot {
        background-color: #e8e8e8;
        border: solid 1px #c6c6c6;
    }

    .responsive-stacked-table td, th {
        padding: 10px;
        text-align: center;
    }

    .responsive-stacked-table th {
        font-weight: bold;
        vertical-align: top;
    }
    */

.ui-autocomplete {
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    background-color: #fff;
}


@media (max-width: 767px) {
    .responsive-stacked-table {
        width: 100%;
    }

        .responsive-stacked-table thead {
            display: none;
        }

        .responsive-stacked-table tr, .responsive-stacked-table th, .responsive-stacked-table td {
            display: block;
            text-align: left;
        }

        .responsive-stacked-table td {
            border-top: none;
        }

    .ftccMobile {
        display: inline-block;
        width: 100px;
    }

    .ftccMobileLabel {
        font-weight: bold;
    }
}
