html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}*/

.vert-nav-bar-item {
    display: block;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid grey;
}

.grid-custom-title {
    font-size: 18px;
    font-weight: bold;
}

.k-grid-toolbar {
    background-color: rgba(24, 56, 89, .85);
    color: white
}

.container-bg {
    background-color: rgba(24, 56, 89, .85);
    color: white
}

.card-title {
    margin: 0px;
    padding: 4px 0px;
}

.container .card .card-header {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.container .card .card-footer {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.row .card .card-title {
    margin: 0px;
    padding: 4px 0px;
}

.row .card .card-header {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.row .card .card-footer {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.k-pager-sm .k-pager-numbers-wrap .k-button {
    color: rgba(24, 56, 89, 0.97);
}

.showContentForSmallScreen {
    display: none;
}

@media only screen and (max-width: 700px) {

}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

.list-group .active {
    background-color: lightgray;
    border-left: 3px solid rgba(24, 56, 89, .97);
    border-bottom: 1px lightgray solid;
    border-top: none;
}

#capitolImage {
    width: 100%;
    height: 175px
}

#stateCapitolImageText {
    font-family: Times New Roman, Times, serif, Arial, Helvetica;
    font-size: 50px;
    text-shadow: 0 0 10px #000000f2
}

#pageTitle {
    font-size: 24px;
}

.nav-image {
    height: 150px;
    width: 100%;
}

@media only screen and (max-width: 1350px) {
    .nav-image {
        height: 135px;
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    .nav-image {
        height: 115px;
        width: 100%;
    }
}

@media only screen and (max-width: 1050px) {
    .nav-image {
        height: 100px;
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {

    #capitolImage {
        width: 100%;
        height: 75px
    }

    .possiblyHiddenContent {
        display: none;
    }

    h2 {
        font-size: 15px;
    }

    h3 {
        font-size: 14px;
    }

    .showContentForSmallScreen {
        display: inline;
    }

    #pageTitle {
        font-size: 18px;
    }

    #stateCapitolImageText {
        font-size: 20px;
    }
}

@media only screen and (min-width: 700px) {
    .bordersForLargeScreen {
        border-right: 2px solid grey;
        border-left: 2px solid grey;
    }
}

@media only screen and (min-width: 700px) {
    .singleleftborderForLargeScreen {
        border-left: 2px solid grey;
    }
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*.k-table-row {
    background-color: rgba(24, 56, 89, 0.95);
    color: white;
}

.k-table-alt-row {
    background-color: blue;
}*/

/*.k-textbox.k-focus .k-input,*/
.k-input.k-focus {
    /*background-color: #fffacd !important;*/
    box-shadow: 1px 1px 5px 1px #183859;
}

.k-picker.k-focus {
    /*background-color: #fffacd !important;*/
    box-shadow: 1px 1px 5px 1px #183859;
}

.nav-link:focus-visible {
    border: 1px solid white;
}

.k-grid .k-master-row > .k-table-td.k-focus {
    box-shadow: 1px 1px 5px 1px #183859;
}

.invalid-background {
    background-color: #DF9696;
    color: black;
}

.custom-header th {
    background-color: rgba(24, 56, 89, 0.97); /* Use your desired hex code or color name */
    color: white; /* Ensure text is readable */
}

.k-text-error {

}

.k-form-error, .k-text-error, .k-form-field-error .k-label {
    color: #AC1B1B;
}

.k-calendar-footer .k-button-text {
    color: #AC1B1B;
}

.k-calendar .k-calendar-view .k-today {
    color: #AC1B1B;
}

.nav-link {
    font-family: sans-serif, Arial;
    font-weight: 600;
}