tbody{
    border-bottom: solid 1px black;
}
.tiny-total{
    font-size:8px !important;
}
#timesheet_table thead {
    background-color: #90A9DF;
}

.blue-work-id {
    background-color: #90A9DF !important;
    color: black;
}


.orange-work-id {
    background-color: #FFC100 !important;
    color: black;
}

.yellow-work-id {
    background-color: #FFFF00 !important;
    color: black;
}

.green-work-id {
    background-color: #6CBB3C !important;
    color: black;
}

.white-work-id {
    background-color: #FFFFFF !important;
    color: black;
}

.gray-work-id {
    background-color: #D9DADC !important;
    color: black;
}

.purple-work-id {
    background-color: #7030A0 !important;
    color: white;
}

.red-work-id {
    background-color: #fe0002 !important;
    color: white;
}

.material-select .current {
    /* width: 100px; */
    display: block;
    padding-right: 36px;
    padding-left: 12px;
    margin-left: auto;
    margin-right: auto;
}

.added_inputs {
    background-color: transparent;
}

.helper-select .current {
    /* width: 100px; */
    display: block;
    padding-right: 36px;
    padding-left: 12px;
    margin-left: auto;
    margin-right: auto;
}

.data-invalid {
    background-color: #fe0002;
}

.customer-label {
    width: 180px;
    text-align: center !important;
}

.work-room {
    width: 150px;
    font-size: xx-small;
    text-align: center !important;
}

.work-label {
    width: 180px;
    font-size: xx-small;
    text-align: center !important;

}

table#timesheet_table {
    width: 100%;
    border-spacing: none;
    border-collapse: collapse;
}

#timesheet_table td {
    /* border: solid; */
    /* padding: 0px 1px 1px; */
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
}

.border-left {
    border-left: 5px solid #99ccff;
}

#timesheet_table tr {
    width: 96%;
    padding-top: 2px;
}

.nice-select {
    height: 23px !important;
    line-height: 23px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.sizes_selects, .helpers_selects{
    font-size: xx-small !important;
}
.nice-select li {
    padding: none;
    height: 15px !important;
    /* line-height: 15px !important; */
}

input[type=text] {
    width: 40px;
    text-align: center;
}

.text-right {
    text-align: right;
}

.timesheet {
    font-size: 11px;
}

#timesheet_table th {
    font-size: 16px;
}

.empty-td {
    border: none !important;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.nice-select.small {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.nice-select li:hover {
    opacity: 0.9 !important;
}

.nice-select ul {
    height: 350px;
    overflow-y: scroll !important;
}

.nice-select.small .option {
    line-height: 25px !important;
    min-height: 25px !important;
}

.gray-background {
    background-color: #cbcbcb;
}

table#timesheet_table tbody {
    border-bottom:none;
}

.total-data,
.timesheet-total {
    /* border-bottom: solid 1px black; */
    font-weight: bolder;
    font-size: 14px;
    width: 400px;
    text-align: center;
}

.hidden {
    display: none !important;
}

th.border-left {
    width: 500px;
}

.daily-total {
    background-color: rgb(53, 126, 199);
    color: white;
    font-size: 14px;
}

.days-heading {
    min-width: 70px;
}

#timesheet_form {
    margin-bottom: 0px;
}

.t-btn{
    transition: eaase-in-out 0.5s;

    background-color: rgb(9, 16, 76);
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 12px auto 0 auto;
    cursor: pointer;
}

.t-btn:hover{
    background-color: #1041ac;
}