
body {
    font-family: Cairo;
}

#NavigationLinks {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.numberStyle {
    text-align: right;
}

.form-control {
    text-align: right;
}
/*Kendo Start */
.k-font-bold {
    font-weight: bold;
}

.k-button-flat-primary {
    color: #25a0e2;
}

.k-list-item.k-selected,
.k-selected.k-list-optionlabel {
    background-color: #25a0e2;
}

    .k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
        background-color: #25a0e2;
    }

.k-button-solid-base.k-selected {
    border-color: #25a0e2;
    color: white;
    background-color: #25a0e2;
}

.k-button-solid-primary {
}

    .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
        border-color: #25a0e2;
        background-color: #25a0e2;
    }


.k-column-title, .k-grid-header .k-header {
    margin: 0 auto;
}

#grid table {
    min-width: 120px;
}

.k-datetimepicker {
    height: 38px;
}

.k-grid .k-grid-header .k-table-th {
    text-align: center;
}

.KendoDropdown {
    position: inherit
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    border-color: #25a0e2;
    background-color: #25a0e2;
}

.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
    border-color: #25a0e2;
    background-color: #25a0e2;
}

.k-button-solid-primary {
    background-color: #25a0e2;
    border-color: #916fcf
}

.k-time-header .k-time-now, .k-time-selector-header .k-time-now {
    color: #25a0e2;
}

.k-time-list .k-item:hover {
    color: #25a0e2;
}


.k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]), .k-grid .k-edit-cell > select, .k-grid .k-edit-cell > .k-widget:not(.k-switch), .k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]), .k-grid .k-grid-edit-row td > select, .k-grid .k-grid-edit-row td > .k-widget:not(.k-switch), .k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]), .k-grid .k-grid-edit-row .k-table-td > select, .k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: right !important;
}

/*[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .form-control {
    background-color: #041324 !important;
    color: red !important;
    border-color: #2a4562 !important;
}

[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .form-control {
    background-color: #041324 !important;
    color: #ced4da !important;
    border-color: #2a4562 !important;
}*/

    [data-bs-theme=dark] .form-select:focus,
    [data-bs-theme=dark] .form-control:focus {
        border-color: #7758ae !important;
        box-shadow: 0 0 0 0.25rem rgba(140, 104, 205, 0.25) !important;
    }



/*Kendo End*/
