#header {
    height: 140px;
}

h1 {
    width: 170px;
}

.text-black {
    color: #000 !important;
}

.card-body .title-container {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.title-container h5 {
    width: 60px;
    height: 60px;
    /* height - 2x border thickness */
    line-height: 56px;
    display: inline-block;
    border: 2px solid darkgrey;
    border-radius: 30px;
}

#logo {
    min-width: 150px;
    width: 40%;
}

#actions_cointainer {
    min-height: 132px;
    position: relative;
}

#actions {
    position: absolute;
    bottom: 0;
    right: 0;
}

#actions .btn {
    width: 60px;
    height: 80px;
    padding: 1.75rem .75rem;
}

.warehouse_label {
    font-size: 20px;
    font-weight: 500;
}

input,
textarea {
    border: 1px solid darkgrey;
    border-radius: 4px;
    background-color: #FFF !important;
    color: #000 !important;
}

.btn-lg {
    height: 60px !important;
    line-height: 40px !important;
}

#projects_wrapper {
    padding: 0;
    margin: 0;
}

#projects {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

#machine-logs_wrapper {
    padding: 0;
    margin: 0;
}

#machine-logs {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

#createMachineLog_wrapper {
    padding: 0;
    margin: 0;
}

#createMachineLog {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.checkbox-width {
    width: 50px;
    height: 25px !important;
    margin-top: 10px;
}


.signature-pad__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.signature-pad__value {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.signature-pad__canvas {
    width: 100%;
    align-self: center;
}

.signature-pad__clear-button {
    margin-top: 1rem;
}


table.dataTable th,
table.dataTable tbody td {
    padding: 4px 10px 4px 0;
    line-height: 40px;
    border-bottom: 1px solid darkgrey;
}

table.dataTable tfoot td {
    padding: 4px 10px 4px 0;
}

table.dataTable thead tr {
    background-color: #eeeeee;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.1rem !important;
}

@media print {

    div {
        display: block !important;
        position: static !important;
    }

    body {
        display: block !important;
        position: static !important;
        max-width: 1024px !important;
        margin: 0;
        padding: 0 !important;
    }

    html {
        max-width: 1024px !important;
        margin: 0;
        padding: 0;
    }

    @page {
        size: A4 portrait;
        margin: 0 !important;
        width: 1024px !important;
        max-width: 1024px !important;
    }

    .col-print-3 {
        float: left;
        max-width: 25% !important;
    }
}

/* OFFERS */
label.required {
    font-weight: bold;
    color: #333;
}

/* MESSAGES */
.messages {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    list-style: none;
    text-align: center;
}

.messages div {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #333;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.success {
    background: #5cb85c !important;
}