input {
    .worker_comment {
        width: 200px;
    }
    &.timeinput {
        width: 80px;
    }
    &.dateinput {
        width: 130px;
        float: left;
        margin-right: 10px;
    }
}

.add-button-a {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.ts-dropdown-content {
    max-height: 400px;
}

#new_job_form .col-lg-4 {
    display:flex;
}

#id_address1, #id_address2, #id_address_visit, #id_address_invoice {
    height: 50px;
}

#id_website_text {
    height: 80px;
}

#id_text, #id_presentation {
    height: 250px;
    width: 450px;
}

#id_economy_comment {
    height: 100px;
}

.time-picker {
    color: #000;
}

div.time-picker{
    width: 70px;

    li {
        font: inherit;
        height: auto;
    }
}

.datepicker {
    color: #000;
}

.add_deviation_form textarea {
    height: 120px;
    width: 320;
}

#add_instance_form textarea, #edit_instance_form textarea {
    height: 120px;
    width: 320px;
}

label, legend {
    font-weight: bold;
    &.col-form-label{
        margin-top: 0.5rem;
    }
}

.form-check label {
    font-weight: normal;
}

@media (min-width: 768px) {
    .form-horizontal .col-form-label {
        text-align: right;
    }
}
