﻿.bootstrap-iso .modal-footer .btn + .btn {
    margin: 0.25rem;
}

#gridManifestSentHistory .k-grid-header th.k-with-icon .k-link {
        margin-right: 14px;
}
.trips-filter {
width:47%;
    float: right;
}

.form-control.k-widget {
    padding: 0;
    width: 100%;
    height: auto;
}

    .form-control.k-widget:not(.k-autocomplete) {
        border-width: 0;
    }

/** {
    font-family: 'Roboto', sans-serif;
}*/

/*.k-widget {
    font-family: 'Roboto', sans-serif !important;
}*/
/*
.k-picker-wrap .k-maskedtextbox {
    padding-left: 0 !important;
}*/
.vertical-align-bottom {
    vertical-align: bottom;
}
.k-button .k-primary-icon {
    margin-bottom: -10px;
}

bootstrap-iso nav-link {
    background-color: #fff;
}

.primary-button, .k-button-icontext, .btn-default {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .primary-button {
        transition: none;
    }
}

.primary-button:hover {
    color: #212529;
    text-decoration: none;
}

.primary-button:focus, .primary-button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.primary-button.disabled, .primary-button:disabled {
    opacity: 0.65;
}

.primary-button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.primary-button.disabled,
fieldset:disabled a.primary-button {
    pointer-events: none;
}

.k-button-icontext, .btn-default {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .k-button-icontext:hover, .btn-default:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .k-button-icontext:focus, .k-button-icontext.focus, .btn-default:focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .k-button-icontext.disabled, .k-button-icontext:disabled, .btn-default:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .k-button-icontext:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .k-button-icontext:not(:disabled):not(.disabled).active,
    .show > .k-button-icontext.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .k-button-icontext:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .k-button-icontext:not(:disabled):not(.disabled).active:focus,
        .show > .k-button-icontext.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

.primary-button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .primary-button:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .primary-button:focus, .primary-button.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .primary-button.disabled, .primary-button:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .primary-button:not(:disabled):not(.disabled):active, .primary-button:not(:disabled):not(.disabled).active,
    .show > .primary-button.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .primary-button:not(:disabled):not(.disabled):active:focus, .primary-button:not(:disabled):not(.disabled).active:focus,
        .show > .primary-button.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
    /*display: block;*/
}
.k-invalid {
    background-color: #ffeeee;
}
/*To set red clolor of submit button*/
input[type=submit] {
    background-color: #c12e2a;
    border: solid 1px #c12e2a;
}

label {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
}

.card > .table {
    border-right: 0;
    border-left: 0;
    margin-bottom: 0;
}

    .card > .table:last-child {
        border-bottom: 0;
    }

    .card > .table:not(.table-sm) th,
    .card > .table:not(.table-sm) td {
        padding: 0.75rem 1.25rem;
    }

    .card > .table td:first-child,
    .card > .table th:first-child {
        border-left: 0;
    }

    .card > .table td:last-child,
    .card > .table th:last-child {
        border-right: 0;
    }

    .card > .table tr:first-child td,
    .card > .table tr:first-child th {
        border-top: 0;
    }

    .card > .table tr:last-child td {
        border-bottom: 0;
    }

.card .card-header + .table {
    border-top: 0;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}