@import url(../../fonts/fonts.css);
html{
    width:100%;
    height:100%;
    
}

a:link {
    font-weight: bold;
    color: #000000
}

a:visited {
    font-weight: bold;
    color: #333366
}


a:visited {
    font-weight: bold;
    color: #333366
}

BODY {
    font-weight: normal;
    font-size: 10pt;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    color: #000000;
    background-color: white);
    margin: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

table {
    font-weight: normal;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: black;
    border-spacing:0;
}

input {
    font-weight: normal;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #000000;
}

textarea {
    font-weight: normal;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #000000;
}

/*Used in the InputAssigntoDyn for the list of selecatble names*/
select {
    font-weight: normal;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 13pt;
    color: #000000;
    width: 80%;
    border-radius: 7px;

}
select.wide{
    width:85%;
}

.inputDynSelectTable select {
    margin-bottom: 25px;
    padding-left: 25px;
}


.formtitle {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 26pt;
    color: white;
    border-bottom: 3px solid white;
    padding-bottom: 6px;
    background-color: rgb(58,101,179);
}

.headline {
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: black;
    text-align:center;
    padding-bottom:5px;
    text-transform:uppercase;
}

.headlineNonItalic {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #033E68;
}

.confimHeadline {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 15pt;
    color: #033E68;
}

.subheadline {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: black;
}

.rowtitle {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #000000;
}

.toptitles {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #000000;
}


.carryOverTitle { /* temp to be modified */
    background-color: rgb(123,154,183);
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    width:100%;
}

.carryOverText {
    font-weight: normal;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 12pt;
    color: black;
    background-color: rgb(231,231,251);
}

@media print {
    .noPrint {
        position: absolute;
        visibility: hidden;
    }

    BODY {
        font-weight: normal;
        font-size: 12pt;
        font-family: "geometria","notoreg", "Times New Roman", Times, serif;
        color: #000000;
        margin: 0px;
        padding: 0px;
        border: 0px;
        width: 100%;
    }

    .printerOnly {
        display: inherit;
    }
}

.printerOnly {
    page-break-before: always;
}

tr.Collapsed {
    position: absolute;
    visibility: hidden;
}

tr.Expanded {
    position: relative;
    visibility: visible;
}

pre {
    font-weight: normal;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #000000;
    display: inline; /* This is not supported in Interet Explorer 5.0 */
}

.altRowBackground {
    background-color: #E6E6E6;
}


.changePasswordSubheadLine {
    font-weight: bold;
    font-family: "geometria","notoreg", "Times New Roman", Times, serif;
    font-size: 10pt;
    color: black;

}


.pageHeaderCenter{
    text-align:center;
    font-size:12pt;
}


.WrapNoSpace {
    /* These are technically the same, but use both. MS and word wrap is for IE browsers*/
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

/*Email List is used in code for a query select. can't change it's name to anything else*/

.emailList {
    font-size: 12pt;
    border-spacing: 0;
}

.TopBotPadding{
	padding-bottom: 10px;
	padding-top: 10px;
}
@media only screen and (max-width:1024px) {

    input, select, textarea {
        
        font-size: 9pt;
    }

    select{
        min-width:60px;
    }

    textarea{
        /*max-width:65px;*/
    }
    input[type=text][name^="ChartValueForRow"] {
        max-width: 100px;
    }
}