﻿/* 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
{
    text-decoration:none;color: #8e018f;
}

a:hover
{
    text-decoration:underline;
}

a:active
{
    color: #8e018f;
    text-decoration:none; border:0px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 700;
}

h3
{
    font-size: large;
}

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;
}

.pagelogin
{
   margin:0px auto auto auto;
    width: 100%;       
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 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:80px 80px 80px 80px;}
.footerlogin
{
     text-align:center;font-family:Verdana;font-size:10px;
}
.footerlogin a:active,.footerlogin a:visited
{
    color:#000000; text-decoration:none; 
}

.footerlogin a:hover
{
    text-decoration:underline;color:#e60000;
}
.loginwin {
    /* background-color:#FFFFFF;
     border-radius:80px 0px 80px 0px;*/
     margin:0px  10% 10% 5%; width:95%;     
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    margin:0px auto 0px auto;
    border: 0px solid #496077;    
    height:100vh;
    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:70px;
    color:#57517b;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin:  5px 0px 0px 5px;
    float:left;
    min-height:500px;
    width:50%;
    height:auto;
    position: relative;
    width:60%;
    background-color:#eeccff;
    /*background: linear-gradient(to left, #ccffcc 1%, #FFFFFF 100%);
    background-image: linear-gradient(to right,#53ff1a, yellow);*/
}


.leftCol
{
    float:left;
    padding: 6px 0px;
    margin: 0px 8px 8px 0px;
    position:static;
    width: 150px;
    z-index:inherit;
}

.footer
{
    color: #4e5766;
    text-align: center;
    line-height: normal;
    margin-bottom:0px;
    margin:10px 10px 10px 10px;
    font-size:10px;
    /*margin:0px 20% 0px 20%;*/
}

.footer a, div.menu ul li a:visited, div.menu ul li a:active
{
    color:#000000; text-decoration:none; font-family:Verdana;
}

.footer a:hover
{
    color:#000000; text-decoration:underline;font-family:Verdana;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited, div.menu ul li a:active
{
   background-color:#8800cc;
     /*background-image: linear-gradient(to right,yellow,#53ff1a);*/
    border: 1px #FFFFFF solid;
    color: #ffffff;    
    display: block;
    line-height: 1em;
    padding: 8px 8px;
    text-decoration: none; font-weight:bold;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    /*background-image: linear-gradient(to right,#53ff1a,yellow);*/
    background-color: #f0f5f5;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
    text-decoration:underline;text-decoration:overline;
}

div.menu ul li a:active
{
    background-color: #527a7a;
    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;
}
.title h1
{
    color:#57517b;
}


.title span
{
    color:#57517b;
    margin-left:20px;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    float:right;
}

.loginDisplay a:link
{
    color: #57517b;
}

.loginDisplay a:visited
{
    color: #57517b;
}

.loginDisplay a:hover
{
    color: #57517b;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}


#contact { font-size:large; font-weight:bold; color:Green;}


#ADV { width:180PX;}
.valid{ color:Red; font-size:medium; text-align:center;}
.SaveAdnew 
{
    color:White;  
    width:70px;
	padding:0px;	
	height:25px;
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-image:url('../Layouts/sigin.png');
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;  border-radius:2em;
}

.Complogin{background-color:#FFFFFF;border-radius:30px 30px 30px 30px; border:solid 1px #8800cc;width:350px;height:auto; color:#333333;}

.Complogin h2
{
   height:50px;
    border:0px;
    /*background-image:url('../Layouts/logo.png');
    background-repeat:no-repeat;     
  background-position: center;     */
    border-color:Navy;  background-color:#8800cc;
    width:400px;
    position:relative;
    top:0px;
    background-size: 200px 60px;
    border-radius:20px 20px 0px 0px;
    padding:15px 15px 15px 15px;
    vertical-align:bottom;
    
    text-align:center;    
    color:#FFFFFF;
}
.Complogin .Signtextbox
{
    width:140px;
	padding:5px;	
	border: 1px solid #ff99ff; 
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffccff; text-transform:uppercase;
	vertical-align:top;
	font-weight:bold;outline-color:#8800cc;
}

.Complogin .dcmbo
{
    padding:5px;
	
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	/*background-color:#009900;*/
    border: 1px solid #009900;
	font-weight:bold; outline-color:#ffff00;
	background-image: linear-gradient(to right,#53ff1a, yellow);
}
.Complogin .Signin
{
   padding:10px;	
	
	font-size:14px;
	min-width:150px;
	width:180px; margin:5px 5px 5px 5px;
	background-color:#8800cc;
	font: normal 1em Verdana, sans-serif;
	color:#ffffff;	
	/*background-image:url('../Layouts/sigin.png');*/
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;
	border-radius:2em; outline-color:#8800cc;
}
.Complogin .Signin a:hover
{
	font-weight:bold;
	color:Red;	border-radius:2em;
}


#login_window
{
    color:#57517b;
    font-family:Verdana;
     width:auto;
    margin:10px  10px  auto auto ;  
     float:right;
    display:block;    
    border: 0px solid #73AD21;
     
}
#login_window  ul { display:inline;}
#login_window  ul a,a.active
{
    color:#57517b;
    text-decoration:none;
    
}
#login_window a:hover
{
    text-decoration:underline;   
}
/*Tree nodes*/
 #register{background-color:#ffff00;border-radius:30px 30px 30px 30px; border:solid 5px #ffff00;width:500px;height:auto; color:#333333; margin: 5px 5px 5px 5px; padding:10px 10px 10px 10px;}
 #register .Signtextbox
{
    
	padding:40px;	
	border: 1px solid #FFFF99; 
	font: normal 1em Verdana, sans-serif; font-size:50px;
	color:#000000;	
	background-color:#ffff00;  text-align:center;
	vertical-align:top;
	font-weight:bold;outline-color:#ffff00;
}

#register .dcmbo
{
    padding:5px;
	
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffff00;
    border: 1px solid #CCCC00;
	font-weight:bold;
}
#register .Signin
{
   padding:40px;	
	height:auto;
	min-width:200px; width:300px; font-size:50px; font-weight:bolder;
	background-color:#ffff00;
	color:#000000;	
	/*background-image:url('../Layouts/sigin.png');*/
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
#register .Signin a:hover
{
	font-weight:bold;
	color:Red;	border-radius:2em;
}
  
.result
{
    color:#8800cc;width:100%; text-align:center;font-size:larger;font-weight:bold;
}

.resultsign
{
    color:#8800cc;width:100%; text-align:center;font-size:xx-large;font-weight:bold;
}
.menu_short
{
 visibility:collapse;
}
.level_subject
{  
    width:70px;
	padding:0px;	
	margin:2px 2px 2px 2px;
	border: 1px solid #000000; 
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#FFFFCC; 
	vertical-align:top;
	font-weight:bold;
	height:20px;
}
.SignButton{
	padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#b300b3;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
.SignButton a:active, .SignButton a:visited,.SignButton a
{
    color:#ffffff;
}
.SignButton a:hover
{
    text-decoration:underline;
}
.SignButtonD{
	padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:Silver;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;		
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
.SignButtonCute
{
    
	font-size:13px;
	color:#FFFFFF;	
	background-image:url('../Layouts/sigin.png');
	background-repeat:repeat-x;
	font-weight:normal;
	border-radius:0em;
	border:0px;
}
.Current
{
    margin:0px 10% auto 10%;
}

.Current
{
    margin:0px 10% auto 10%;
}

.textBox
{
    background-color:#ebfaeb;
    padding:5px;opacity:0.9;
    font-size:16px;
    border-radius:1em;
    vertical-align:middle;outline-color:#b300b3;
    text-transform: uppercase;
}

.text
{
    background-color:#ebfaeb;
    padding:5px;opacity:0.9; font-family:Verdana;
    font-size:16px;
    border-radius:.5em;
    vertical-align:middle;outline-color:#b300b3;
}
.textNumber
{
    background-color:#ebfaeb; width:40px;
    padding:5px; font-family:Verdana;
    font-size:16px;
    border-radius:3;
    vertical-align:middle;outline-color:#b300b3;
}
.textDate
{
    background-color:#ebfaeb;
    padding:8px;
    font-size:14px;
    border-radius:.5em;
    width:90px;outline-color:#b300b3;
}
.textboxAmt
{
    background-color:#ebfaeb;
    padding:5px;opacity:0.9;
    font-size:10px;
    border-radius:1em;
    vertical-align:middle;outline-color:#ff0000;
    text-transform: uppercase; text-align:right;
}
.txtAmt
{
    text-align:right; width:auto;
}

.Grid_Header
{
    background-color:#b300b3;
    font-weight:bold;
    font-size:20px;
    padding:5px; color:#FFFFFF;
}
.gridContent
{
    padding:5px;
    background-color:#ff8080;
}
.Grid_row
{
    background-color:#ffe6ff;
     color:#333333;
}
.Grid_rowSelec
{
    background-color:#66ffff;
     color:#333333;
}

.Company
 {
      margin: 5px 5px 5px 5px;  font: Calibri bold ;  float:left; width:auto; position:relative;
}
.Company h2
{
    color:#000000;
}
.txtAmount {text-align:right;}

.unique
{
    color:#FFFFFF;
    background-color:#b300b3;
	border-radius:1em;
	line-height:15px;
	font-weight:normal;width:auto;
	cursor:pointer;
	border: 1px solid #b300b3; 
}
.link 
{
    padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#009900;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;
}

.delete 
{
    padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#b300b3;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	background-image:url('../Layouts/recyclebin.png');
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;
}

.cdistributor
 {
     white-space: normal; width: 200px; background-image: linear-gradient(to right,blue, blue);
      border-radius:1em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:30px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:60px;
}
.distributor
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,ff3399, ff3399);
      border-radius:1em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:30px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      background-color:#ff3399;
      height:60px;
}
.ldistributor
 {
      white-space: normal; width: 200px; 
      background-color:#00e600;
      border-radius:1em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:30px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:60px;
}
.mdistributor
 {
      white-space: normal; width: 200px; 
      background-color:#cc00ff;
      border-radius:1em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:30px;
      color:#ffffff;
      font-weight:bold;
      border-color:#FFFFFF;
      height:60px;
}
.sdistributor
 {
      white-space: normal; width: 200px;
      border-radius:1em;
      background-color:#ff471a;
      font-size:14px;
      min-width:100px;
      padding:10px;
      min-height:40px;      
      color:#ffffff;
      font-weight:bold;
      border-color:#FFFFFF;
      height:60px;
}
.add:before {
}
.add:before img
{

}

.view
{
    width:100%; 
}
.profile {
    position:fixed;margin-left:30px;
    top: 170px;
    left: 210px;
    height: 200px;
    width: 200px;
}