﻿/* 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: #cc0000;
}

a:hover
{
    color: #cc0000;
    text-decoration: underline;
}

a:active
{
    color: #cc0000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    color: #b300b3;
    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;text-transform:uppercase;
}

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: 95%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #FF0000;
    background-color:rgba(0,0,0, .03);
    min-height: 90vh;
}
.pagelogin
{
   margin:0px auto auto auto;
    width: 100%;        
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9  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; font-weight:bold;
}

.footerlogin a:hover
{
    color:#4169e1; text-decoration:underline;font-family:Verdana; font-size:10px; font-weight:bold;
}
.loginwin {
     background-color:#FFFFFF; width:90%;     
     border-radius:0px 100px 0px 100px;
     margin:10px 10% 10% 5%;
     height:60VH;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #b300b3;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin: 1px 1px 1px 1px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 10px 10px 10px;
    width: 200px;
    min-height: 200px;
    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
{
    background-color:#FFFFFF;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:1000;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:#b300b3;
    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;
    text-transform: uppercase;
}

div.menu ul li a:hover
{
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
}

div.menu ul li a:active
{
    background-color: #c266ff;
    color: #ffffff;
    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:#b300b3;color:#FFFFFF;
    /*padding:15px 15px 15px 15px;*/
    padding:30px 30px 30px 30px;
    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 #c266ff; 
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffe6e6; 
	vertical-align:top;
	font-weight:bold;
}

.Complogin .dcmbo
{
    padding:5px;
	
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffe6e6;
    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:#b300b3;
	vertical-align:top;width:250px; height:40px;
	font-weight:bold;
	border-radius:2em;
}
.Complogin .SignButton a:hover
{
	font-weight:bold;background-color:#c266ff;
	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 #4fabc9; 
	font: normal 1em Verdana, sans-serif;
	color:#330000;	
	background-color:#ffcccc; 
	vertical-align:top;
	font-weight:bold;
	outline-color:#c266ff;
}
.txtDate
{
    width:200px;
	padding:10px 10px 10px 10px;	
	border: 1px solid #9933ff; 
	font: normal 1em Verdana, sans-serif;
	color:#330000;	
	background-color:#ebccff; 
	vertical-align:top;
	font-weight:bold; max-width:100px;outline-color:#9933ff;
}
.txtBox
{
    width:200px;
	padding:10px 10px 10px 10px;		
	font: normal 1em Verdana, sans-serif;
	color:#330000;	
	border: 1px solid #ebccff; 
	vertical-align:top;
	font-weight:bold;outline-color:#9933ff;
	background-color:#ebccff;
	/*background-image:url('../Layouts/sigin.png');*/
}
.textuser{ background-color:#ffcccc;}
.txtCombo
{
    width:auto;	
	font: normal 1em Verdana, sans-serif;
	color:#ffffff;	
	border: 1px solid #c266ff; 
	vertical-align:top;
	font-weight:bold;outline-color:#ff1a1a;
	background-color:#c266ff;
    z-index:0;
	/*background-image:url('../Layouts/sigin.png');*/
}

.result 
{
    text-align:center; font-weight:bold; color:#b300b3; font-weight:bolder;
    width:100%;
    display:block;
}
.resultsignin
{
    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:#b300b3; 
	border: 0px solid #c266ff; 
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
	cursor:pointer;
}
.SignButton a:active,a:link,a:visited{ color:#FFFFFF;}
.SignButton:hover
  {
    background-color:#d699ff; text-decoration:underline; color:#000000;
  }
  
  .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:#b300b3; color:#ffffff; 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:#c266ff;text-decoration:none;}
.userlogin ul li a:hover{text-decoration:underline;}
.chartCss { width:100%; height:100px;}

.unique
{
	color: #FFFFFF;
    background-color: #b300b3;
    border-radius: 1em;
    font-weight: bold;
    max-width: 700px;
    cursor: pointer;
    border: 1px solid #c266ff;
    font-size: 12px;
	width:auto;
}
.unique a:active,a:link,a:visited{ color:#FFFFFF;}
.unique:hover
  {
    text-decoration:underline; color:#000000; border: 1px solid #ffcccc;font-weight: bold;background-color:#ffffff;
  }
  .GridRows
{
    background-color:#ebccff;
    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:#c266ff;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;		
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}

.company {
        
        cursor: pointer;
        width: 150px;
        padding: 20px 20px 20px 20px;
        border-radius: 15px;
        text-decoration-color: pink;
        background-color:#63b4cf;
        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;
      }
.wrapsus
 {
      white-space: normal; width: 200px;
      background-color:#ffaa00;
      border-radius:2em;
      font-size:14px;
      min-width:100px;
      padding:10px;
      min-height:50px;      
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapPurple
 {
      white-space: normal; width: 200px; background-color:#cc0099;
      border-radius:2em;
      font-size:14px;
      min-width:100px;
      padding:10px;
      min-height:50px;      
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapdarkYellow
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,#ffa31a, #ff9900);
      border-radius:2em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:50px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.9;
}
.notices {
     background-color:#c266ff;
     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:80%;
    float:left;
}


div.BillingMenu
{
    padding: 4px 0px 4px 0px;
}

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:#ffffff;
    border: 1px #e6e6e6 solid;
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 10px 20px;
    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;
    
}