﻿.standard-form-table,
.table-white,
.table-small,
.table-timesheet-result-article {
    width: 100%;
    margin: 0;
    padding: 0;
}

.table-timesheet-result-article {
    background-color: transparent !important;
}
    .table-timesheet-result-article tbody td {
        padding: 0 5px !important;
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .table-timesheet-result-article tbody, .table-timesheet-result-article tbody tr {
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .table-timesheet-result-article tr td:nth-child(2) { text-align: right; }
    .table-timesheet-result-article tr:hover { background: transparent !important; }

.standard-form-table tr td,
.table-white tr td {
    padding: 5px;
}

.table-small tr td {
    padding: 2px;
    font-size: 0.725rem;
    vertical-align: top;
}

.table-small thead tr th,
.table-small tfoot tr th {
    padding: 2px;
    font-size: 0.85rem;
}

.standard-form-table tr td:nth-child(1),
.table-white tr td:nth-child(1) {
    width: 160px;
    text-align: right;
    font-weight: bold;
}

@media (max-width: 40.063em) {
    table.standard-form-table tr td:nth-child(1),
    table.table-white tr td:nth-child(1) {
        width: auto;
    }
}

.standard-form-table tr td input, .standard-form-table tr td select, .standard-form-table tr td textarea, .standard-form-table tr td label,
.table-white tr td input, .table-white tr td select, .table-white tr td textarea, .table-white tr td label {
    margin: 1px 0;
    display: inline;
    /*background-image: none;*/
}

.table-small tr td input, .table-small tr td select, .table-small tr td textarea, .table-small tr td label {
    padding: 2px;
    margin: 1px 0;
    display: inline;
    /*background-image: none;*/
    height: auto;
    font-size: 0.725rem;
}

.table-small tr td select {
    padding-right: 1.5rem;
}

.table-small tr th input, .table-small tr th select {
    margin: 1px 0;
    display: inline;
    height: auto;
    font-size: 0.725rem;
}

.recurrence tr td {
    text-align: left !important;
}
.recurrence tr td input {
    width: auto;
    display: inline;
    padding: 2px;
    margin: 1px 0;
    height: auto;
    font-size: 0.725rem;
}

.recurrence tr td select {
    padding-right: 1.5rem;
    width: auto;
    display: inline;
}

.table-white tr.even, .table-white tr.alt, .table-white tr:nth-of-type(even) {
    background: white; }
.table-white-important tr.even, .table-white-important tr.alt, .table-white-important tr:nth-of-type(even){
    background: white !important; }


/* Remove hover on white tables */
.table-white tr:hover {
    background: transparent; }
.table-white-important tr:hover {
    background: transparent !important; }

.input-validation-error {
    /*color: #dc143c !important;*/
    background-color: #f7e7e7 !important;
}

.select-planner-selection {
    padding: 2px;
    margin: 0;
    display: inline;
    height: 20px;
    font-size: 0.725rem;
}

.dt-right {
    text-align: right;
}

@media screen and (max-width: 640px) {
    #external_rangeDate_filter_container_wrapper {
        text-align: center;
    }
}

#external_rangeDate_filter_container_wrapper {
    margin-bottom: 1rem;
}
#external_rangeDate_filter_container_wrapper label {
    display: inline-block;
}
#external_rangeDate_filter_container {
    display: inline-block;
}