html,
body {
    height: 100%;
    min-height: 768px;
}

.btn {
    color: white !important;
}

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

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


.margin-top-bottom {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.datagrid .row-grid-bottom {
    display: table-cell;
}

.datagrid-column-header-additions {
    display: none;
}

.contract-color {
    display: flex;
}

.contract-color span {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 15px;
}

.margin-rem {
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1272px;
    }
}

.iframe {
    overflow: hidden;
}

.contract-color-table {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.active-button-header {
    border-top: 0;
    border-color: #007bff;
    border-style: solid;
    border-radius: 5px;
    border-left: 0;
    border-right: 0;
}

.warning-new-truck {
    color: #e68a00;
    font-size: 22px;
}