/* 
    Created on : 07-Dec-2014, 15:22:05
    Author     : Glenn Local
*/
html
{
    height: 100%;
    width: 100%;
}
header
{
    width:1200px;// 90%;//1200px;
    height: 120px;//100%;//120px;
    background-image: url("../images/header.png");
    background-size: 100% 150px;
    margin-left: auto;
    margin-right: auto;
}

h1
{
    font-family: Arial;
    margin-left: auto;
    margin-right: auto;
    //font: centered; 
    alignment-adjust: central;
    text-align: center;
}

h2
{
    font-family: Arial;
    margin-left: auto;
    margin-right: auto;
    font: centered; 
    //alignment-adjust: central;
    text-align: center;
    color: orange;
}

h3
{
    font-family: Arial;
    margin-left:10%; //1%;// 10%;
    color: orange;
}

body
{
background-color: #BCBCBC;
margin-left: auto;
}

section
{
    min-height: 100px;//10%;//100px;
    width: 1200px;//90%;//1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-bottom: 40px;//5%;//40px;
}

.address
{
    min-width: 100px;//10%;//100px;
    min-height: 100px;//10%;//100px;
    background-color: blue;
}

#b
{
    font-weight: bold;
}

p1
{
    height: 200px;//20%;//200px;
    width: 200px;//20%;//200px;
    background-color: red;
}

*
{
font-family: Arial;    
}

navbar 
{
    //background-color: red;
    float: left;
    margin-top: 15px; 
}

ul {
    list-style-type: none;
    //margin: 0;
   // padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

navbar a:link, a:visited {
    display: block;
    width: 120px;//15%;//120px;
    font-weight: bold;
    color: orange;
    //background-color: #98bf21;
    text-align: center;
    padding:4px;// 0.5%;//4px;
    text-decoration: none;
    text-transform: uppercase;
}

navbar a:hover {
 //   background-color: white;//#7A991A;
}

navbar a:active {
  //  background-color: white;//#7A991A;
}

/*Make the current page stand out amoung the rest*/
body#login a#homenav, 
body#customers a#customersnav, 
body#recent a#recentnav,
body#duebills a#duebillsnav,
body#company a#companynav
{
  background-color: white;
}

a:hover 
{
color: green;    
}


/*#tfheader{
		background-color:#c3dfef;
	}*/

/*Search Bar*/
	#tfnewsearch{
		float:right;
		padding: 20px;//2%;//20px;
	}
        
	.tftextinput{
		margin: 0;
		padding: /*0.5% 1.5%;*/5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:/*0.1%*/ 1px solid #0076a3; border-right:0px;
		border-top-left-radius: /*0.5% 0.5%;*/5px 5px;
		border-bottom-left-radius: /*0.5% 0.5%;*/5px 5px;
	}
	.tfbutton {
		margin: 0;
		padding: /*0.5% 1.5%;*/5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid /*0.1%*/ 1px #0076a3; border-right:0% /*0px*/;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		border-top-right-radius: /*0.5% 0.5%;*/5px 5px;
		border-bottom-right-radius:/* 0.5% 0.5%;*/5px 5px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	 Fixes submit button height problem in Firefox 
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
        
 /*Login In*/       
.login-card {
  padding: 20px;//2%;// 20px;
  width: 274px;//28%;//274px;
  margin-left: 35%;
//  background-color: #F7F7F7;
  //margin: 0 auto 10px;
  border-radius: 2px;//0.2%;//2px;
  box-shadow: /*0% 0.2% 0.2%*/0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 1%;//10px;
  position: relative;
}

.login-card input[type=text], input[type=password] {
  height:44px;//4.5%;// 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;//1%;//10px;
  -webkit-appearance: none;
  background: #fff;
  border: /*0.1% */1px solid #d9d9d9;
  border-top: /*0.1% */1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 8px;//0 0.8%;//8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: /*0.1% */1px solid #b9b9b9;
  border-top: /*0.1% */1px solid #a0a0a0;
  -moz-box-shadow: inset /*0 0.1% 0.2% */0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset/* 0 0.1% 0.2% */0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset /*0 0.1% 0.2%*/0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;//3.6%;//36px;
  padding: 8px;//0 0.8%;//8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: /*0 0.1%*/1px rgba(0,0,0,0.1); 
  background-color: orange;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: /*0 0.1%*/1px rgba(0,0,0,0.3);
  background-color: #bdd74b;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

#centered
{
    margin-left: auto;
    margin-right: auto;
}

#inline
{
   float:right;
}
#rss
{
    position: absolute;
    top: 20px;
    right: 50px;
}

/*Canvas CSS for graph*/
#myCanvas
{
margin-left: 25%;
}