﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #4169E1;
}

a:hover
{
    color: #4169E1;
    text-decoration: none;
}

a:active
{
    color: #4169E1;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    color: #4169E1;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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   
----------------------------------------------------------*/


.page
{
   width: 90%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #4169E1;
     /*background-image:url('../Layouts/suppport.png');
    background-repeat:no-repeat;
    background-position:center;*/
    
      /*background-color:rgba(0,0,0, .03);
  background-image: linear-gradient(to top, #dad4ec 0%, #f3e7e9 1%, #258cf4 100%);*/
    min-height: 90vh;
    
}
.pagelogin
{
   margin:0px auto auto auto;
    width: 100%;        
    background-image: linear-gradient(to top, #dad4ec 0%, #f3e7e9 1%, #258cf4 100%);
    /*background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);*/
   height:100VH;
  
}
.pagelogin img {
        border-radius:100px 0px 0px 0px;
}
.footerlogin
{
     text-align:center; 
}
.footerlogin a:active,.footerlogin a:visited,.footerlogin a:link
{
    color:#4169E1; text-decoration:none; font-family:Verdana;font-size:10px;
}

.footerlogin a:hover
{
    color:#cc2900; text-decoration:underline;font-family:Verdana; font-size:10px;
}
.loginwin {
     background-color:#FFFFFF; width:90%;     
     border-radius:100px 0px 100px 0px;
     margin:10px 10% 10% 5%;
     height:60VH;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #4169E1;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin: 1px 1px 1px 1px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 150px;
    min-height: 150px; float:left;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 15px 15px 15px 15px;
    text-align: center;
    line-height: normal;
}
.footer a:active,.footer a:visited,.footer a:link
{
    text-decoration:none;color: #FF0000;vertical-align:text-top;
}
.footer a:hover
{
   text-decoration:underline;color: #FF0000;

}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:#4169E1;
    border: 1px #FFFFFF solid;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    width:80px;
    font-weight:bold;
}

div.menu ul li a:hover
{
    background-color: #ffffff;
    color: #4169E1;
    text-decoration: none;
    font-weight:bold;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    
}

/* 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
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}
.Complogin{background-color:#FFFFFF;border-radius:20px 20px 20px 20px; border:solid 0px #cc33ff;width:400px;height:200px; color:#333333;}

.Complogin h2
{
    background-color:#4169E1;color:#FFFFFF;
    padding:15px 15px 15px 15px;
    border-radius:20px 20px 0px 0px;
    background-image:url('../Layouts/security.png');
    background-repeat:no-repeat;
    background-position:left;
    
}
.Complogin .Signtextbox
{
    width:140px;
	padding:5px;	
	border: 1px solid #9900cc; 
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#d3dcf8; 
	vertical-align:top;
	font-weight:bold;
}

.Complogin .dcmbo
{
    padding:5px;
	
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffff00;
    border: 1px solid #CCCC00;
	font-weight:bold;
}
.Complogin .SignButton
{
    width:180px;
	padding:5px;	
	height:30px;
	font-size:16px;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	background-color:#4169E1;
	vertical-align:top;width:250px; height:40px;
	font-weight:bold;
	border-radius:2em;
}
.Complogin .SignButton a:hover
{
	font-weight:bold;background-color:#6585e7;
	color:#eeccff;	border-radius:2em;
}
.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.social 
{
    position:fixed;
    margin-top:60px;
    margin-top:30px;
    margin-left:5%;
    z-index:0; visibility:hidden;
}

.Signtextbox
{
    width:140px;
	padding:5px;	
	border: 1px solid #ffcccc; 
	font: normal 1em Verdana, sans-serif;
	color:#330000;	
	background-color:#f2e6ff; 
	vertical-align:top;
	font-weight:bold;
	outline-color:#ff0000;
}
.txtDate
{
     width:200px;
	padding:10px 10px 10px 10px;		
	font: normal 1em Verdana, sans-serif;
	color:#330000;	
	border: 1px solid #9933ff; 
	vertical-align:top;
	font-weight:bold;outline-color:#9933ff;
	background-color:#d3dcf8;
}
.txtBox
{
    width:200px;
	padding:10px 10px 10px 10px;		
	font: normal 1em Verdana, sans-serif;
	color:#330000;	
	border: 1px solid #9933ff; 
	vertical-align:top;
	font-weight:bold;outline-color:#9933ff;
	background-color:#d3dcf8;
	/*background-image:url('../Layouts/sigin.png');*/
}
.textuser{ background-color:#ffff66;}
.txtCombo
{
    width:200px;	
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	border: 1px solid #9933ff; 
	vertical-align:top;
	font-weight:bold;outline-color:#ff1a1a;
	background-color:#d3dcf8;
	/*background-image:url('../Layouts/sigin.png');*/
}

.result 
{
    text-align:center; font-weight:bold; color:#4169E1; font-weight:bolder;
    width:100%;
    display:block;
}
.loginresult 
{
    text-align:center; font-weight:bold; color:#ffffff; font-weight:bolder;
    width:100%;
    display:block;
}
.SignButton
{
    width:auto;
	padding:10px;	
	height:40px;
	font-size:14px;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	background-color:#4169E1; 
	border: 0px solid #9933ff; 
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
	cursor:pointer;
    min-width:90px; max-width:250px;
}
.SignButton a:active,a:link,a:visited{ color:#FFFFFF;}
.SignButton:hover
  {
    background-color:#6585e7; text-decoration:underline;
  }
  
  .gridButton
{
   
    padding: 0px;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align:top;
    background-color:#f61938;
    border:0px;
    float:left;
    width:100%;
    /*;border-radius:1em;   */
     
}
.gridButton a:active,a:link,a:visited{ color:#FFFFFF;}
.gridButton:hover
  {
    color: Black;
    
  }
  .GridHeaders
  {
      background-color:#4169E1; color:#000000; text-align:left;
      }
.userlogin
{
    float:right; width:auto;
}
.userlogin ul li{ display:inline-block; padding:5px;}
.userlogin ul li a:active, .userlogin ul li a:link,.userlogin ul li a:visited{ color:#4169E1; text-decoration:none;}
.userlogin ul li a:hover{text-decoration:underline;}
.chartCss { width:100%; height:100px;}

.unique
{
	color: #FFFFFF;
    background-color: #4169E1;
    border-radius: 1em;
    font-weight: bold;
    max-width: 700px;
    cursor: pointer;
    border: 1px solid #4169E1;
    font-size: 12px; width:auto;
	
}
.unique a:active,a:link,a:visited{ color:#FFFFFF;}
.unique:hover
  {
    text-decoration:underline; color:#000000; border: 1px solid #e9eefc;font-weight: bold;background-color:#e9eefc;
  }
  .GridRows
{
    background-color:#e9eefc;
    font-weight:normal;
    font-size:14px;
    padding:5px;
}
.gridContent
{
    padding:5px;
    background-color:#ff8080;
}
.gridcontentCo
{
    padding:5px;
    background-color:#ffff99;
}
.view {
    width: 100%;
}
.SignButtonD{
	padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#ffaa00;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;		
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
.company {
        
        cursor: pointer;
        width: 140px;
        padding: 20px 20px 20px 20px;
        border-radius: 15px;
        text-decoration-color: pink;
        background-color:#6585e7;
        color:#ffffff;
        text-align: center;
        font-weight:bold;
        height:100px;
        font-size:20px;
}
.agencyRole {
        
        cursor: pointer;
        width: 150px;
        padding: 20px 20px 20px 20px;
        border-radius: 15px;
        text-decoration-color: pink;
        background-color:#9dd0e1;
        color:#ffffff;
        text-align: center;
        font-weight:bold;
        height:100px;
        font-size:20px;
      }

.demo-bg {
  opacity:.3;
  position: absolute;
  left: 30%;
  top: 1%;
  width: 45%;
    background-repeat:   no-repeat;
    background-position: center;
    z-index:-1;
}
.notices {
     background-color:#eaf5fb;
     width:95%;
     margin:5px auto auto 5%;
     padding:10px 10px 10px 10px;
     border: 3px solid #2b9cd4;
     border-radius:10px;
     color:#000000;
}
.notices ul li{}
.mainBillingContent{
margin: 1px 1px 1px 1px;
    min-height: 420px;
    width:700px;
    float:left;
    width:80%;
}


div.BillingMenu
{
    
}

div.BillingMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.BillingMenu ul li a, div.BillingMenu ul li a:visited
{
   /* background-color:#4169E1;*/
    border: 1px #e6e6e6 solid;
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 10px 10px 10px 10px; 
    text-decoration: none;
    white-space: nowrap;
    width:120px;
    font-weight:bold;
}

div.BillingMenu ul li a:hover
{
   
    color: #000000;
    text-decoration: none;
    font-weight:bold;
}

div.BillingMenu ul li a:active
{
   
    color: #000000;
    text-decoration: none;
    
}