﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-family: "ElevanceSans-Medium", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif!important;
    font-size: 16px;
    line-height: 1.5em;
    background-color: white;
    margin: 0px;
    background-position: top;
    min-width: 1050px;
    padding: 0px;
    color: #3F3F3F;
}

.gsc-search-box .gsc-input {
    background-color: #ffffff !important;
    color: #333333 !important;
}

a:link, a:visited {
    color: #02754b;
    text-decoration: underline;
    font-weight: bold;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
   
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #02754b;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5 
{
    color: #004C92;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
	margin: 5px 0;
}

h1 {
	font-size: 41px;
}

h2 {
	font-size: 1.5em; 
	line-height: 1.2em;
}

h3 {
	font-size: 1.3em; 
	line-height: 1.2em;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.validate-button {
    float: left;
    border: 1px solid #006400;
    color: #006400;
    padding: 7px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}
.errorRed {
    color: #b10000;
}
.sucessBlue {
    color: #0000cc;
}
.page
{
    width: 99%;    
    background-color: white;
    margin: 0px 0px 0px 0px;
}

.header
{
    top: 0;
    position:relative;
    margin: 0px;
    padding: 0px;
    background: white;
    width: 100%;
    min-width: 1350px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #696969;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px 0px 0px;
    margin: 12px 8px 8px 8px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.usernameLink {
    font-weight: bold;
    text-decoration: underline;
    color: #0047CC;
}
.logOutLink {
    font-weight: bold;
    text-decoration: underline;
    color: #16684A !important;
}
.footer
{
    color: green;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: white;
}

#header, #footer {
	font-size: 14px;
	width: 100%;
	line-height: 1.2em;
    background-color: #E4E4E4;
    color: #3F3F3F;
}

#header a
{
    color: black;
    text-decoration:none;
}

#footer a
{
    color: #3F3F3F;
    text-decoration:none;
}

.blueBoldClass
{
    color: #004C92;
    font-weight:600;    
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:white;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu a
{
    padding: 10px !important;
} 

#NavigationMenu a:hover
{
    background-color: #FEDB73;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    behavior: url(/scripts/PIE/PIE.htc); 
    position: relative;
}
 
#NavigationMenu ul ul li a { padding:7px 0px 7px 10px !important; }

.staticMenuItemStyle
{
    margin-left:1px;
    margin-right:20px;
}

.adjustedZIndex {
    z-index: 1;
}

.menu {
    /* font-family: "verbmedium";*/
     font-family: "ElevanceSans-Medium";
 
}

.Level1Style 
{
    font-size: 18px !important;
    background-color: white;
} 

.Level2Style 
{
    font-size: 14px !important;
    background-color: #FEDB73;
    color: 3F3F3F !important;
    border: 1px solid white !important;
    white-space:normal !important;
    word-wrap: break-word;     
    line-height: 16px;
    width: 280px !important;
}

.Level3Style
{
    font-size: 14px !important;
    background-color: #FEEDAE !important;
    border: 1px solid #FEDB73 !important;
    white-space:normal !important;
    word-wrap: break-word;    
    line-height: 16px;
    width: 240px !important;
}

.sideMenuLevel1Style 
{
    font-size: 11pt;
    background-color: white;
    color: #004C92 !important; 
    font-weight: bold;
    white-space:normal !important;
    word-wrap: break-word;
} 

.sideMenuLevel2Style
{
    font-size: 10.5pt;
    background-color: white;
    color: Black !important; 
    white-space:normal !important;
    word-wrap: break-word;
}

.sideMenuLevel3Style
{
    font-size: 10.5pt;
    background-color: #FEEDAE !important; 
    white-space:normal !important;
    word-wrap: break-word;
    font-style: italic;
}

.smallText
{
    font-size: small;
    text-decoration:none;
}

.mediumText
{
    font-size: medium;
    text-decoration:none;
}

.largeText
{
    font-size: large;
    text-decoration:none;
}

.footerLinks a
{
    color: #02754b !important;
    text-decoration: underline !important;
}

.TreeView > div > div
{
	background-color: #FFF5D7;
}

.TreeView a:link, .TreeView a:visited
{
    color: Gray;
}

.sideMenu a:link, .sideMenu a:visited
{
    color: Gray;
    text-decoration: none;
}

.membersCTAClass
{
    background-color:#003653;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(/scripts/PIE/PIE.htc);  
    position: relative;
    padding-top: 10px;
    padding-left:14px;
    padding-right:10px;
    color: White !important;
}
 

.membersCTAClass2
{
    background-color:#DAE4EE;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    behavior: url(/scripts/PIE/PIE.htc);  
    position: relative;
    padding-bottom: 20px;
    color: Black !important;
}

    .membersCTAClass2 a {
        color: #02603d!important;
    }

    .providersCTAClass {
        background-color: #02754b;
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        behavior: url(/scripts/PIE/PIE.htc);
        position: relative;
        padding-top: 10px;
        padding-left: 14px;
        padding-right: 10px;
        color: White !important;
    }
  


.providersCTAClass2 {
    background-color: #D9ECE6;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    behavior: url(/scripts/PIE/PIE.htc);
    position: relative;
    padding-bottom: 20px;
    color: Black !important;
    z-index: 1;
    overflow: hidden; /* Contains floated children */
}
    

.generalCTATopClass {
    background-color: #FFC93D;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(/scripts/PIE/PIE.htc);
    position: relative;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 10px;
    color: #3F3F3F !important;
}
  
.generalCTABottomClass
{
    background-color:#FEE28F;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    behavior: url(/scripts/PIE/PIE.htc);  
    position: relative;
    padding-bottom: 20px;
    color:#3F3F3F !important;
}
  

.buttonClass
{
    font-size:medium;
    text-decoration: none;
    background-color: #008856;
    position:relative; 
    color: white !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    behavior: url(/scripts/PIE/PIE.htc);  
    padding: 5px 25px 5px 25px;
}

.button 
{   
    font-size:medium;
    text-decoration: none;
    background-color: #008856;
    position:relative;
    color: white !important;
    padding: 5px 25px 5px 25px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    border-radius: 5px;
    behavior: url(/scripts/PIE/PIE.htc); 
}

.roundBottoms
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../scripts/PIE/PIE.htc);
}

tr.border_bottom td {
  border-bottom:1pt solid black;
}

/*
.sideMenu td{
  border-bottom: solid 2px black;
}
*/

/* 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;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}

.loginDisplay a:link
{
    color: blue;
}

.loginDisplay a:visited
{
    color: blue;
}

.loginDisplay a:hover
{
    color: white;
}

.loggedIn
{
    color: #008856 !important;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

hr {
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	border-color: #CCC;
	padding-bottom: 0px;
}


input[type="text"],input[type="password"],select
{
    border:1px solid #999999;
    padding:6px;
    font-size:17px;
}
select
{
    color:#02875a;
}
input[type="submit"] {
    cursor: pointer;
    color: #FFF;
    /*    font-weight:900;
    font-size:17px;*/
    background-color: #008856;
    border: 1px solid #008856;
    padding: 5px;
    width: 139px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/scripts/PIE/PIE.htc);
    top: -1px;
    left: 25px;
}
    /* Hover + Focus */
    input[type="submit"]:hover,
    input[type="submit"]:focus {
        background-color: #006B45;
        border-color: #006B45;
        color: #FFFFFF;
    }

    /* Focus (keyboard accessibility) */
    input[type="submit"]:focus {
        outline: 2px solid #000000;
        outline-offset: 2px;
    }

    /* Active (pressed) */
    input[type="submit"]:active {
        background-color: #005A3C;
        border-color: #005A3C;
        color: #FFFFFF;
        top: 0; /* slight press effect */
    }
.btn {
    cursor: pointer;   
    padding: 5px;
    width: 139px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/scripts/PIE/PIE.htc);
    top: -1px;
    left: 25px;
}
.btn:focus {
    outline: 2px solid #000000; /* visible focus */
    outline-offset: 2px;
}
.btn-primary {
    background-color: #008856 !important;
    border: 1px solid #008856 !important;
    color: #FFFFFF !important;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #006B45 !important; /* darker green */
        border-color: #006B45 !important;
        color: #FFFFFF !important;
    }

    .btn-primary:active {
        background-color: #005A3C !important; /* darker green */
        border-color: #005A3C !important;
        color: #FFFFFF !important;
    }
.btn-clear {
    background-color: #FFFFFF !important;
    border: 1px solid #008856!important;
/*    margin-left: 15px;*/
    color: #008856!important;;
}
    .btn-clear:hover,
    .btn-clear:focus {
        background-color: #E6F4EF !important; /* light green tint */
        color: #006B45 !important;
        border-color: #006B45 !important;
    }

    .btn-clear:active {
        background-color: #CCE9DF;
        color: #005A3C;
        border-color: #005A3C;
    }
.btn-orange {
    background-color: #C45500 !important; /* accessible orange */
    color: #FFFFFF !important;
    border: 1px solid #A84300 !important;
}
    .btn-orange:hover,
    .btn-orange:focus {
        background-color: #A84300 !important;
        color: #FFFFFF !important;
    }
    .btn-orange:active {
        background-color: #8C3700 !important; /* darker orange */
        border-color: #8C3700 !important;      
    }

.btn-purple {
    background-color: #5009B5 !important;
    color: #FFFFFF !important;
    border: 1px solid #5009B5 !important;
}

    .btn-purple:hover,
    .btn-purple:focus {
        background-color: #3E0791 !important; /* darker purple */
        border-color: #3E0791 !important;
        color: #FFFFFF !important;
    }  
    .btn-purple:active {
        background-color: #2F056E !important; /* pressed state */
        border-color: #2F056E !important;
    }

.btn-cyan {
    background-color: #44B8F3 !important;
    color: #fff !important;
}
.close-narrow {
    width: auto !important;
    border-radius: 0px !important;
    left: 1px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ddl {
    border-radius: 5px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}
/*input[value="Clear"]
{
    margin-left: 15px;
    color:#008856;
    background-color:#FFF;
}*/

input[type="reset"]
{
    cursor:pointer;
    color:#FFF;
    font-weight:900;
    font-size:17px;
    background-color:#008856;
    border:1px solid #008856;
    padding:5px;
    width:139px;
    position:relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/scripts/PIE/PIE.htc);
    top: -1px;
    left: 25px;
}

/* MFA Related Styles */
.mfaheader {
    font-weight: bold;
    font-size: 1.4em;
}
