html {
    font-size: 14px;
    font-family: "Arial";
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
/*
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* background-color: #212950;*/
    background-color: #f1f5f9;
  /*  background-color: rgb(242 242 234/var(--tw-bg-opacity)) !important;*/
    color: black;
    padding: 0px;
}

.container-fluid {
    padding: 50px;
    margin-top: 75px;
}
/*
input:not([type]), input[type=text]:not(.browser-default) {
    border-bottom: none;
    height: 1.75rem;
}*/

.k-grid td {
    white-space: nowrap;
}

/*.k-grid-md .k-grid-header .k-grid-header-menu {
    background-color: #22c9ba;
}*/

/*.k-table-alt-row {
    background-color: #22c9ba;
}*/
/*
.k-grid .k-grid-header .k-table-th {
    background-color: #c4c4c4;
    color: white;
}*/

.k-table-thead {
    background-color: #f8f9fa;
    color: black;
} 

.k-table-row {
    /*background-color: #f2f2ea;*/
}
/*
.k-button .k-button-solid-primary:hover {
    background-color: #22c9ba;
    border-color: #22c9ba;
}
    */
/*.k-button-solid-primary {
    background-color: #0069d9;
    border-color: #ef344b;
}*/
/*
button.k-button-solid-primary {
    background-color: red;
    border-color: #ef344b;
}
    */

.k-button-md {
    padding-block: 6px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
}
.k-button-solid {
    background-color: gray !important;
    border-color: gray !important;
    color: white !important;
}

.k-grid-edit-command k-button k-button-md k-rounded-md k-button-solid k-button-solid-primary k-icon-button {
    padding-block: 6px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
}

.k-button-md.k-icon-button {
    padding-block: 6px !important;
    padding-inline: 8px !important;
    font-size: 11px !important;
}


button.k-button-solid-primary {
    color: #fff !important;
    border-color: #0062cc !important;
    /*background-color: #0069d9 !important;*/
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 41 80/var(--tw-bg-opacity)) !important;
}

.k-button-solid-primary {
    color: white;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 41 80/var(--tw-bg-opacity)) !important;
    /*background-color: #0062cc !important;*/
    border-color: #0062cc !important;
}


/*.k-button-solid-primary:active {
    background-color: #ef344b;
    border-color: #ef344b;
}*/

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    /* position: absolute; */
    opacity: 100;
    pointer-events: all;
}

h1 {
    /* color: #3f51b5;*/
    --tw-text-opacity: 1 !important;
    color: rgb(33 41 80/var(--tw-text-opacity)) !important;
    font-family: "Arial";
    font-size: 22px;
    letter-spacing: -.025em;
    font-weight: 700;
    margin-top: 0px !important;
}

h2 {
    font-size: 16px;
    letter-spacing: -.025em;
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(33 41 80/var(--tw-text-opacity)) !important;
    font-family: "Arial";
}


audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
    height: 50px;
    color: white;
}

.header-container {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 41 80/var(--tw-bg-opacity)) !important;
    height: 100px !important;
    padding-bottom: 0 !important;
    z-index: 10000;
}

.logo-container {
    height: 100px;
    color: white;
    padding-top: 25px;
    padding-left: 50px;
    float: left;
    width: 300px;
}

.menu-container {
    height: 100px;
    color: white;
    padding-top: 35px;
    padding-left: 300px;
}

.menuitem {
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 16px;
}

.menuitem:hover {
    color: mediumaquamarine;
}

.k-grid-content .k-selected.k-alt td:hover,
.k-grid-content .k-selected td:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(34 201 186/var(--tw-text-opacity)) !important;
}

/* Replace "Grid" with the Name() of the Grid */
.k-table-tbody > .k-table-row:hover,
.k-table-tbody > .k-table-row.k-hover {
    --tw-text-opacity: 1 !important;
    color: rgb(34 201 186/var(--tw-text-opacity)) !important;
}

.k-grid-md td, .k-grid-md .k-table-td {
    padding-block: 2px;
    padding-inline: 24px;
}

.k-grid-md .k-edit-cell, .k-grid-md .k-command-cell, .k-grid-md .k-grid-edit-row td, .k-grid-md .k-grid-edit-row .k-table-td {
    padding-block: 2px;
    padding-inline: 24px;
}

.k-table-md {
    font-size: 14px;
    line-height: 1;
}

label {
    font-size: 14px;
    color: #3f51b5;
}

input[type=text]:not(.browser-default):disabled {
    border-bottom: 1px solid #9e9e9e;
    color: fieldtext;
    font-size: 15px;
    height: 20px;
    background-color: white;
}

input[type=text]:not(.browser-default) {
    font-size: 15px;
    height: 20px;
    background-color: whitesmoke;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 15px;
    height: 20px;
    background-color: whitesmoke;
}

.row {
    margin-bottom: 4px;
}

select {
    display: block;
}

k-datepicker {
    height: 20px !important;
    font-size: 15px;
    background-color: whitesmoke;
}

input[type=text]:not(.browser-default) {
    border-bottom: 0px;
    background-color: whitesmoke;
}

input[type=number]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default):disabled {
    color: #000;
    background-color: white;
}

select {
    font-size: 15px;
    height: 26px !important;
    padding: 0;
    background-color: whitesmoke;
}

.k-calendar-md {
    font-size: 14px;
}

.panel {
    background-color: #fff;
    border: 1px solid #9e9e9e;
}

.bottom10 {
    margin-bottom: 10px;
}

.DivNotificationOk {
    border: 1px solid forestgreen;
    color: black;
    background-color: lightgreen;
    font-size: 14px;
    padding: 9px;
    text-align: center;
}

.DivNotificationError {
    border: 1px solid red;
    color: black;
    background-color: #f6b7b7;
    font-size: 14px;
    padding: 9px;
    text-align: center;
}

.DivNotificationInfo {
    border: 1px solid orange;
    color: black;
    background-color: #ffdf87;
    font-size: 14px;
    padding: 9px;
    text-align: center;
}

.k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

.k-column-title {
    min-width: 0;
    text-overflow: unset;
    white-space: normal !important;
    flex-shrink: 1;
    overflow: visible !important;
}

.k-button-solid-base {
    padding-block: 10px !important;
    padding-inline: 10px !important;
    font-size: 11px !important;
}

[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 1px;
}

button.k-grid-editDetails {
    background-color: #26a69a !important;
}

button.k-grid-deleteShipment {
    background-color: darkred !important;
}
