html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1001;
    background-color: #ffffff;
}

body {
    margin-bottom: 60px;
}

input[type="number"],
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-default,
a.btn-default {
    color: black;
    background-color: whitesmoke;
    width: 140px;
    margin: 5px;
    margin-bottom: 20px;
    border-color: black;
    font-size: 12pt;
    font-weight: bold;
}

.btn-default:hover,
a.btn-default:hover {
    color: black;
    background: #ffffff;
}

.btn-side,
a.btn-side {
    color: black;
    background-color: whitesmoke;
    width: 150px;
    margin: 5px;
    margin-bottom: 20px;
    border-color: black;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}

.btn-side:hover,
a.btn-side:hover {
    color: black;
    background: #ffffff;
}

.btn-side {
    position: relative;
}

.btn-side i {
    position: absolute;
    top: 10px;
    left: 5px;
}

.side-text {
    margin-left: 15px;
}

ul {
    list-style: none;
}

table thead th {
    --bs-table-bg: #d6fdd6;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.text-error {
    background-color: rgba(255, 0, 0, 0.4);
}

.table thead tr {
    height: 20px;
}
.table thead tr th {
    padding: 0 0 0 0 !important;
}

.table tbody td {
    padding: 0 5px 0 5px !important;
}
.table .form-control {
    padding: 0;
}

.table .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.screen-title {
    margin-left: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 16pt;
    font-weight: bold;
}

input::-webkit-search-cancel-button {
    cursor: pointer;
}

#loading-area {
    background: #000000;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
}

.current-row {
    background-color: #d0ffff !important;
}

.screen-title-mobile {
    margin-left: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 16pt;
    font-weight: bold;
}


@media (max-width: 900px) {
    /* datepicker */
    .ui-datepicker-trigger {
        border: 1px solid #ced4da;
        width: 25px !important;
    }

    .datepicker-input {
        padding: 0.25rem !important;
    }

    _::-webkit-full-page-media, _:future, :root .datepicker-input {
        width: 70px;
    }

    _::-webkit-full-page-media, _:future, :root .ui-datepicker-trigger {
        width: 25px;
        padding: 0;
    }
}

@media (min-width: 900px) {
    /* datepicker */
    .ui-datepicker-trigger {
        border: 1px solid #ced4da;
    }
}