﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
    color: #000000;
    text-align: left;
}

/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 435px;
}

    .body-content a:link, .body-content a:visited {
        color: #006eb5;
        text-decoration: underline;
    }

.main {
    float: left;
    width: 100%;
    margin-bottom: 225px;
}

.label {
    color: #337ab7;
}

/*.footer {
    background-color: #132048;
    width: 100%;
    bottom: 0px;
    position: absolute;
    margin: 1em 0 0 0;
    padding: 1em;
}

    .footer span.footer-text {
        display: inline-block;
        color: #ffffff;
    }

.footer a:link, .footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover, .footer a:active {
    color: #059bff;
    text-decoration: underline;
}*/


/*img.mc-seal {
    display: inline-block;
    padding-top: 0;
    margin-right: 1em;
    margin-bottom: 1em;
}*/

.body-content > .row:first-child {
    margin-bottom: 15px;
}

.k-tabstrip ul li.k-item {
    width: 100px;
}

h1 a {
    color: #333;
    text-decoration: none;
}

    h1 a:hover,
    h1 a:active {
        color: #ffffff;
        text-decoration: none;
    }

.img-responsive {
    /*padding-top: 25px;*/
}

/* Styling menu toggle button */
.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

@media NOT (max-width: 1228px) {

    #app-header h1 {
        margin: 0;
        padding: 5px 15px 14px 20px;
    }
}

/* Styling menu and header for smaller resolutions */
@media (max-width: 1228px) {

    #app-header h1 {
        margin: 0;
        padding: 88px 15px 14px 20px;
    }
}

#app-header h1 {
    margin-top: .7em;
    margin-bottom: .5em;
}

#app-header {
    background-color: #f3f3f3;
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
}

#department-name {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #132048;
    white-space: nowrap;
}

#site-title {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #132048;
    white-space: nowrap;
}

@media (max-width: 505px) {
    #site-title, #department-name {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    #site-title, #department-name {
        font-size: 20px;
    }
}

img.site-id {
    position: absolute;
    z-index: 1000;
    height: 92px;
    width: 199px;
    top: 10px;
    left: 5%;
}

#search-advanced, #search-msg, #search-results, #status-msg, #case-status {
    display: none;
}

#case-status {
    padding-bottom: 3em;
}

#search-msg {
    margin-bottom: 0;
}

#status-msg {
    margin-bottom: 1em;
}

#CS-PrimaryCauseOfDeath {
    margin-bottom: 1em;
}

/* Fix IE 11 issue with Last Name & First Name stacking vs. inline when display: inline-flex (may not need once we clean up via bootstrap layout classes) */
.k-textbox {
    display: inline-block;
}

/* Make readonly form control backgrounds match our card cap background with color from our palette insetad of Bootstrap 4 default #e9ecef */
.form-control[readonly] {
    background-color: #f8f8f7;
    opacity: 1;
}

/* Make border of our read/write form controls the dark purple from our palette */
.form-control:focus {
    border-color: #4c3256;
}

/* Make border of our readonly form controls the orange/brown from our palette */
.form-control[readonly]:focus {
    border-color: #b16623;
}

/* Corresponds to Heading 2 (H2) Interior Page Styles from 2022 CMS Web Style Guide */
.Subhead1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 700;
    color: #132048;
}

/* Corresponds to Heading 3 (H3) Interior Page Styles from 2022 CMS Web Style Guide */
.Subhead2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400;
    color: #383838;
    margin-top: 1em;
    margin-bottom: 0;
}

hr {
    margin-top: 4px;
    margin-bottom: 0;
}
