@font-face {
    font-family: 'Source Sans 3';
    src: url(../fonts/SourceSans3/SourceSans3-VariableFont_wght.ttf);
}

body {
    font-family: 'Source Sans 3';
}

.identity .login-box {
    width: 991px;
    max-width: 90%;
}

.identity .login-box-sm {
    width: 400px !important;
}

.identity .login-box .card-header .h1 {
    font-size: 2rem;
}

.identity .login-box h1 {
    font-size: 1.7rem;
    font-weight: bold;
}

.identity .login-box h2,
.identity .login-box h3 {
    font-size: 1.2rem;
}

.identity .login-box .checkbox {
    margin-left: 20px;
    margin-top: .5rem;
}

.identity .login-box .btn {
    margin-bottom: .5rem;
}

.identity .login-box p {
    margin-bottom: .5rem;
}

.identity .login-box .form-floating {
    margin-bottom: .5rem;
}

.k-widget * {
    box-sizing: border-box !important;
}

.card .card-header.bg-warning .card-tools .btn-tool {
    color: #343a40 !important;
}

table tr.bg-danger th,
table tr.bg-danger td {
    color: #fff !important;
}

.k-picker-md .k-input-inner {
    padding-left: .5rem;
    padding-right: .5rem;
}

.k-filtercell .k-input .k-input-button,
.k-picker-md .k-input-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.k-calendar .k-content {
    width: auto;
}

.k-calendar .k-calendar-decadeview,
.k-calendar .k-calendar-monthview,
.k-calendar .k-calendar-yearview {
    padding: 0 !important;
}

.k-grid,
.k-menu,
.k-picker-md,
.k-list-md,
.k-button-md,
.k-input-md,
.k-calendar-md {
    font-size: .85rem !important;
}

    .k-grid td, .k-grid th {
        padding: .3rem .5rem;
    }

    .k-grid td {
        line-height: 1.2rem;
    }

    .k-grid .k-command-cell .k-button {
        padding: .35rem .5rem;
        font-size: .85rem;
        line-height: 1rem;
    }

.k-filter-row th,
.k-grid-header th.k-header {
    padding-right: 8px !important;
}

.k-checkbox::before {
    content: ' ';
}

.content-wrapper > .content {
    padding-bottom: 1rem !important;
}

.top-right-buttons .btn {
    margin-bottom: .2rem;
}

.k-filtercell > span > .k-button,
.k-filtercell .k-spin-button {
    display: none
}

.form-control.input-validation-error {
    border-color: #dc3545 !important;
}

hr {
    border-color: #5d5d5d !important;
}
/* LISTA DRAG N DROP SORTABLE */
.list-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#sortable-listA, #sortable-listB {
    width: 210px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.list-item {
    list-style-type: none;
    width: 200px;
    margin: 5px;
    line-height: 30px;
    text-align: center;
    background-color: #222222;
    color: #ffffff;
    border-radius: 3px;
    cursor: move;
}

#sortable-listA .list-item {
    background-color: #dc3545 !important;
    color: #fff;
}

#sortable-listB .list-item {
    background-color: #28a745 !important;
    color: #fff;
}
/* LISTA DRAG N DROP SORTABLE END */

span.field-validation-error {
    display: none;
}


.k-picker-md .k-input-inner {
    padding: 0.5rem 0.75rem;
}

.k-picker-md .k-input-button {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.k-grid .k-input-md .k-input-inner,
.k-grid .k-picker-md .k-input-inner {
    padding-right: 0 !important;
}

.badge-lg {
    font-size: 100% !important;
}

.validation-summary-errors {
    padding: .75rem 1.25rem;
    color: #fff;
    margin-bottom: 1rem;
    border: 1px solid #d32535;
    background-color: #dc3545;
    border-radius: .25rem;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}