﻿

/*
NOTE! OLD STYLE BEGINS
This css is more or less legacy from the old filing application and is put here to keep look and feel during transition, but can safely be changed here once the legacy filing app is put to rest...
*/

.TIERTWO {
    font-family: Verdana;
    font-size: 9pt;
    display: block;
    font-weight: normal;
    color: #000;
    background: #FFFFFF url(white_off.gif);
    text-decoration: none;
    padding: 3px 25px 3px 20px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

/*
.TIERTWO a:link {color:#000000}
.TIERTWO a:visited {color:#000000}
.TIERTWO hover {text-decoration: underline;background: #dce9d9;}

.TIERTWO_SELECTED {
font-family:Verdana;
font-size:9pt;
display: block;
font-weight:normal;
color: #000;
background: #dce9d9 url(navgovernment_on.gif) top no-repeat;
text-decoration: none;
padding: 3px 25px 3px 20px;
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;}

*/



.TIERTWO_ON {
    font-family: Verdana;
    font-size: 9pt;
    display: block;
    font-weight: bold;
    color: #FFF;
    background: #116903 url(navgovernment_selected.gif);
    text-decoration: none;
    padding: 3px 25px 3px 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.TIERTWO_OVER {
    font-family: Verdana;
    font-size: 9pt;
    display: block;
    font-weight: bold;
    color: #000;
    background: #116903 url(navgovernment_on.gif);
    text-decoration: none;
    padding: 3px 25px 3px 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.TIERTWO_OFF {
}


/*

OLD STYLE ENDS

*/



.divContentHeader {
    background-color: lime;
    text-align: center;
    font-weight: bold;
    padding:5px;
}

.divContentSubHeader {
    background-color: springgreen;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.divStepContent {
    padding:30px;
}

.divStepSpacer {
    height:20px;
}

.divPasswordGrid { 
    width:100%;
    display:grid;
    grid-template-columns: 40% 60%;
}

.divPasswordItem {
    padding:5px;
}

.divPasswordSubmit {
    width: 100%;
    text-align: center;
    padding: 20px;
}
.divUserAlert {
    width: 70%;
    margin: 10%;
    margin-top: 1%;
    padding: 5%;
    background-color: palegoldenrod;
    font-size: larger;
    /*margin-bottom:30px;*/
}
 
.divReportListColumnHead
{
    font-size: larger;
    padding: 10px;
    align-self:flex-end;
}

.divReportListColumnItem {
    padding: 3px;
}

