﻿
html, body, form {
    margin: 0;
    padding: 3px;
    height: 100%;
}

body {
    font-family: "Roboto", "Noto", sans-serif;
}

a {
    color: inherit;
    text-decoration: underline;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 18px;
    }
}

@media print {
    .noprint {
        display: none;
    }
}

h1 {
    text-transform: uppercase;
    vertical-align: central; 

}

.material-symbols-outlined {
    vertical-align: middle !important;
    padding-bottom: 3px;
}

.middleButton {
    vertical-align: middle !important;
}

.leftBox {
    background-color: whitesmoke;
    border-width: 1px;
    border-color: gainsboro;
    border-style: solid;
    padding-left: 5px;
    padding-right: 10px;
    min-height: 400px !important;
}

.rightBox {
    background-color: whitesmoke;
    border-width: 1px;
    border-color: gainsboro;
    border-style: solid;
    padding-left: 10px;
    min-height: 400px !important;
}


.breadcrumbs {
    background-color: #232E67;
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcrumbsLink {
    color: white !important;
    text-decoration: none;
}

.breadcrumbsLink:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    background-color: #232E67;
    color: white !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerLink {
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .footerLink:hover {
        text-decoration: underline;
    }

.callout {
    background-color: #F9A722 !important;
    color: white !important;
    padding: 20px;
    text-align: center;
}
.calloutLink {
    color: white !important;
}


html .t-container-fluid,
html .t-row-wrap > .t-row {
    max-width: none;
    padding-bottom: 20px;
}

/* By default, the radajaxpanel class will display items using display: block. This causes 
    formatting issues.
*/
.RadAjaxPanel {
    display: inline !important;
}
