﻿#time-report-form {
    width: 577px;
}

    #time-report-form #employee-select, #time-report-form #employee-select-abs {
        width: 271px;
    }

    #time-report-form #date-toggle {
        margin-top: 28px;
        width: 153px;
    }

    #time-report-form #hour-display-container {
        position: relative;
        width: 70px;
    }

        #time-report-form #hour-display-container #hours-display {
            position: absolute;
            height: 38px;
            border-radius: 3px;
            background-color: #eeeeee;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 1px;
            font-size: 15px;
            line-height: 38px;
            top: 28px;
        }

    #time-report-form #time-type-select, #time-report-form #time-type-select-abs {
        width: 271px;
    }

#time-report-form-buttons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    #time-report-form-buttons button:first-of-type {
        margin-right: auto;
    }

    #time-report-form-buttons button:nth-last-of-type(2) {
        margin-right: 20px;
    }

#time-report-form #from-input, #time-report-form #to-input, #time-report-form #from-input-abs, #time-report-form #to-input-abs {
    width: 200px;
    margin-right: 12px;
}

#date-range-container {
    display: flex;
}

@media screen and (max-width: 1920px) {
    #time-report-form #date-toggle {
        margin-top: 26px;
    }
}

@media screen and (max-width: 1536px) {
    #time-report-form {
        width: 464px;
    }

        #time-report-form #employee-select, #time-report-form #employee-select-abs {
            width: 217px;
        }

        #time-report-form #date-toggle {
            margin-top: 21px;
            width: 128px;
        }

        #time-report-form #hour-display-container {
            width: 55px;
        }

            #time-report-form #hour-display-container #hours-display {
                height: 29px;
                padding-left: 8px;
                padding-right: 8px;
                font-size: 12px;
                line-height: 29px;
                top: 20px;
                border: 1px solid #eeeeee;
            }

        #time-report-form .image-preview-container {
            height: 87px;
        }

        #time-report-form #time-type-select, #time-report-form #time-type-select-abs {
            width: 217px;
        }

    #time-report-form #from-input, #time-report-form #to-input, #time-report-form #from-input-abs, #time-report-form #to-input-abs {
        width: 160px;
        margin-right: 8px;
    }

    #time-report-form-buttons button:nth-last-of-type(2) {
        margin-right: 16px;
    }
}

@media screen and (max-width: 1366px) {
    #time-report-form {
        width: 400px;
    }

    #time-report-form #date-toggle {
        margin-top: 21px;
    }

    #time-report-form #hour-display-container #hours-display {      
        top: 21px;
    }

    #time-report-form #time-type-select, #time-report-form #time-type-select-abs {
        width: 150px;
    }

    #time-report-form #from-input, #time-report-form #to-input, #time-report-form #from-input-abs, #time-report-form #to-input-abs {
        width: 128px;
    }
}