﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*
    padding-top: 50px;
    padding-bottom: 20px;
    */
    /* DualSensory
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Black;
    */
}

.SystemLabel {
    --bs-bg-opacity: 1;
    background-color: lightgrey !important;
    color: #52608d !important;
    padding: 0px 50px;
    border-radius: 10px;
    display: inline-block;
    font-size:20px; 
    font-weight:bold;
}

div.Main {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    text-align: center;
}

div.ButtonBar {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    text-align: right;
}

div.ScrollingCheckList {
    height: 250px;
    overflow: auto;
    vertical-align: top;
}

div.DivWithBorder {
    border: 1px solid;
    display: inline-block;
    padding:10px;
}

.ScrollingCheckList input[type="checkbox"] {
    margin-right: 10px;
    margin-left: 10px;
}

.ScrollingCheckList tbody {
    vertical-align: top;
}





/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,  Commenting this out as it makes buttons default to 400px*/
select,
textarea,
textbox {
    width: 400px;
}




/* DEFAULTS
----------------------------------------------------------*/
.rounded {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    justify-content: center;
}

.section-rounded {
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    border-width: 2px;
    justify-content: center;
    padding: 10px 10px 10px 10px;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

    p.HangingIndent {
        padding-left: 20px;
        text-indent: -20px;
        margin-bottom:0px;
    }

.Message {
    font-weight: bold;
    font-size: 14pt;
    font-family: Arial;
    text-align: left;
    color: Red;
}


/* HEADINGS   
----------------------------------------------------------*/



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 99%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #000000;
        line-height: 2em;
        font-size: 2em;
        text-align: center;
        background-color: #FFFFFF;
    }

.main {
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/


div.hideSkiplink {
    background-color: #FFFFFF;
    width: 100%;
    border-bottom: 3px solid #5754D3;
}

div.menu {
    /*padding: 4px 0px 4px 8px;*/
    width: 100%;
    border-bottom: 1px solid;
}




    div.menu ul {
        list-style: none;
        list-style-type: none;
        margin: 0px;
        /*padding: 10px;*/
        width: auto;
    }

        div.menu ul li {
            display: inline-block;
        }


            div.menu ul li a, div.menu ul li a:visited {
                background-color: #bfcbd6;
                color: #465c71;
                line-height: 1.35em;
                padding: 4px 20px;
                margin-left: 5px;
                text-decoration: none;
                white-space: nowrap;
                display: inline-block;
            }

                div.menu ul li a:hover {
                    background-color: #034af3;
                    /*border: 1px #FFFFFF solid;*/
                    color: white;
                    line-height: 1.35em;
                    padding: 4px 20px;
                    margin-left: 5px;
                    text-decoration: none;
                    white-space: nowrap;
                    display: inline-block;
                }

                div.menu ul li a.selected {
                    background-color: #034af3;
                    /*border: 1px #FFFFFF solid;*/
                    color: white;
                    line-height: 1.35em;
                    padding: 4px 20px;
                    margin-left: 5px;
                    text-decoration: none;
                    white-space: nowrap;
                    display: inline-block;
                }

                div.menu ul li a.ksi12, div.menu ul li a.ksi12:visited {
                    background-color: #FFBB77;
                    color: #465c71;
                    line-height: 1.35em;
                    padding: 4px 20px;
                    margin-left: 5px;
                    text-decoration: none;
                    white-space: nowrap;
                    display: inline-block;
                }

                    div.menu ul li a.ksi12:hover {
                        background-color: #ee8f0c;
                        /*border: 1px #FFFFFF solid;*/
                        color: white;
                        line-height: 1.35em;
                        padding: 4px 20px;
                        margin-left: 5px;
                        text-decoration: none;
                        white-space: nowrap;
                        display: inline-block;
                    }

                div.menu ul li a.ksi12selected {
                    background-color: #ee8f0c;
                    /*border: 1px #FFFFFF solid;*/
                    color: white;
                    line-height: 1.35em;
                    padding: 4px 20px;
                    margin-left: 5px;
                    text-decoration: none;
                    white-space: nowrap;
                    display: inline-block;
                }




/* TAB MENU #2   
----------------------------------------------------------*/



div.menu2 {
}

    div.menu2 ul {
        list-style: none;
        margin: 0px;
        width: auto;
    }

        div.menu2 ul li a, div.menu2 ul li a:visited {
            /*background-color: #5754D3;*/
            /*border: 1px #FFFFFF solid;*/
            color: #034af3;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            margin-left: 5px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu2 ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu2 ul li a.static.selected {
                background-color: #bfcbd6;
                color: #465c71;
                font-weight: bold;
            }


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
    /*background-color: #5754D3;*/
}

div.Title {
    display: block;
    /*float: left;*/
    text-align: center;
    width: auto;
    background-color: #005E8A;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Blue;
}

    .loginDisplay a:link {
        color: Blue;
    }

    .loginDisplay a:visited {
        color: Blue;
    }

    .loginDisplay a:hover {
        color: Blue;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.InfoSuccessSmall {
    font-size: 8pt;
    color: green;
    font-style: italic;
}

.InfoErrorSmall {
    font-size: 12pt;
    color: red;
    font-style: italic;
}



.MyCheckBox {
    margin-right: 20px;
    text-indent: 5px;
    vertical-align: middle;
}

    .MyCheckBox > input {
        margin-right: 3px;
    }


.MyCheckList {
    width: 100%;
    margin-left: 20px;
}

.RadioButtonClear {
    text-decoration: underline;
    font-size: xx-small;
    color: #034af3;
    vertical-align:middle ;
}


