@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #0e71b9;
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:100%;
	height: 100%;
} 

.BDPwide #container {
	position: relative;
	width: 1024px;
	height:500px;
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border: 2px solid #000000;
	text-align: left;
	top: 0px;	
}

.BDP #widecontainer {
	position: relative;
	width: 100%;
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	top: 0px;	
}


.BDP #container {
	position: relative;
	width: 1024px;
	height: 500px;
	background: url("../images/LoginBackground.jpg");
	margin: 0 auto;
	text-align: left;
	top: 0px;	
}
.BDP #matrixcontainer {
	position: relative;
	min-width: 1024px;
	width: 98%;
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	top: 0px;	
} 

.BDPwide #matrixcontainer {
	position: relative;
	min-width: 90%;
	width: 98%;
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	top: 0px;	
}
.BDP #CustomerEditor {
	position: relative;
	width: 1450px;
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	top: 0px;	
} 
.BDP #CustomerEditor {
	position: relative;
	width: 90%;
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	top: 0px;	
}

.BDP #header {
	position:relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
}
.BDPwide #header {
	position:relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
}

.BDP #companyLogin {
	top: 10px;
	font-size:10px;
	color:#666;
	min-width:150px;
	height:70px;
}

.BDPwide #companyLogin {
	top: 10px;
	font-size:13px;
	color:#666;
	min-width:150px;
	height:70px;
}

.BDP #companyLoginTable {
	 height:95px; 
	 min-height:95px;
	 min-width:150px;
	 position:absolute;
	 left:700px;
	 top:10px;
}

.BDPwide #companyLoginTable {
	 height:130px; 
	 min-height:120px;
	 min-width:150px;
	 position:absolute;
	 left:800px;
	 top:10px;
}


.BDP #menus {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	/*width: 974px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: url(../images/menu.png) repeat;  the auto margins (in conjunction with a width) center the page 
	border: 0px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*height: 32px;*/
	top: 0px;
	left: auto;
	right: auto;
	margin-bottom: 0px;
	/*padding-left:25px;
	padding-right:25px;*/
	padding-bottom:0px;
	/*background-color:#EEEFEC;*/
}
.BDP #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#FFFFFF;*/
	width:1024px;
	/*background:#DDDDDD;*/
	clear: both;
} 
input[type=submitx] {
               
	 font-family: helvetica;
  color: #FFFFFF !important;
  font-size: 13px;
  text-shadow: 0px 0px 0px #7CACDE;
  box-shadow: 1px 1px 1px #FFFFFF;
  padding: 3px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #63B8EE;
  background: #63B8EE;
}
input[type=buttonx] {


	 font-family: helvetica;
  color: #FFFFFF !important;
  font-size: 13px;
  text-shadow: 0px 0px 0px #7CACDE;
  box-shadow: 1px 1px 1px #FFFFFF;
  padding: 3px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #63B8EE;
  background: #63B8EE;
}
.testbutton:hover {
  color: #F0F7FF !important;
  background: #468CCF;
}
				
				
input[type=browse] {
                background-color: #CEDEFF;       
                color: #000;
                border:thin outset solid;
}

textarea  {	      
                color: #000;
				box-sizing: border-box;
				padding: 4px;
				margin: 3px;
				outline: 0px none;
				transition: all 0.3s ease-in-out 0s;
				font-size: 13px;
				line-height: 16px;
				font-family: arial;
				background-color: rgba(94,93,93,0.07);
				border-style: solid;
				border-width: 0px 0px 1px 0px;
				border-color: darkblue;
				resize: none;
				overflow: auto;
}
input[type="text"]{	      
                color: #000;
				box-sizing: border-box;
				padding: 4px;
				margin: 3px;
				outline: 0px none;
				transition: all 0.3s ease-in-out 0s;
				font-size: 13px;
				line-height: 16px;
				font-family: arial;
				background-color: transparent;
				border-style: solid;
				border-width: 0px 0px 1px 0px;
				border-color: darkblue;
}


select{
	
	            background: #DAF4F0 none repeat scroll 0% 0%;      
                color: #000;
				box-sizing: border-box;
				padding: 3px;
				margin:2px;
				outline: 0px none;
				border: 1px solid #B0CFE0;
				transition: all 0.3s ease-in-out 0s;
				font-size: 13px;
				line-height: 16px;
				font-family: arial;
	
}
input[type=password] {
                color: #000;
				box-sizing: border-box;
				padding: 4px;
				margin: 3px;
				outline: 0px none;
				transition: all 0.3s ease-in-out 0s;
				font-size: 13px;
				line-height: 16px;
				font-family: arial;
				background-color: transparent;
				border-style: solid;
				border-width: 0px 0px 1px 0px;
				border-color: darkblue;
}



.LoginFooter {
width:50%;
margin-left:50px;
 background: #FFFFFF;
  font-family: Arial;
  color:rgba(0,0,0,0.5);
  font-size: 14px;
  padding: 11px 20px 10px 20px;
  text-decoration: none;
	
}


.headertitle {
	font-style:italic;
	font-weight:bold;
	border-bottom:thin solid;
	font-size:14px;
}

.flatbutton {
  font-family: helvetica;
  color: #FFFFFF !important;
  font-size: 13px;
  text-shadow: 0px 0px 0px #7CACDE;
  box-shadow: 1px 1px 1px #FFFFFF;
  padding: 3px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #63B8EE;
  background: #63B8EE;

}

.flatbuttondissable {
  font-family: helvetica; 
  color: #F7F5F7 !important;
  font-size: 10px;
  text-shadow: 0px 0px 0px #979ca0;
  box-shadow: 1px 1px 1px #979ca0;
  padding: 3px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #979ca0;
  background: #979ca0;

}

.flatbuttonshow {
  font-family: helvetica;
  color: #F7F5F7 !important;
  font-size: 12px;
  text-shadow: 0px 0px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 3px 3px 2px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #3866A3;
  background: #237E9E;

}


.fieldtitleunder {
background-color: transparent;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: darkblue;
	
}

.fieldtitleundersearch {
background-color:#DEE3E9;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: darkblue;
	
}

.NoUnderline {
background-color: transparent;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #FFFFFF;
	
}

.standardbutton {
	
  font-family: helvetica;
  color: #F7F5F7 !important;
  font-size: 13px;
  text-shadow: 0px 0px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 3px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #3866A3;
  background: #63B8EE;
  
}

.standardbuttondisabled {
	
  font-family: helvetica;
  color: #F7F5F7 !important;
  font-size: 10px;
  text-shadow: 0px 0px 0px #979ca0;
  box-shadow: 1px 1px 1px #979ca0;
  padding: 3px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #979ca0;
  background: #979ca0;

  
}


 .fieldtitle {
	 font-size:10px;
	 font-style:italic;
	 float:right;
	 color:#666;
 
 }
 
 .columorder {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}

.Rowdiv{
	 display:table-row;
     width:auto;
}

.CustomerEditorHeader{
	
	
	
	  font-family: arial;
  font-weight: bold;
  color: #2F69A3 !important;
  font-size: 14px;
  padding: 10px 25px;
  background: #63B8EE;
  background: linear-gradient(top,  #D8DDE3,  #C7C7C7);
  background: -ms-linear-gradient(top,  #D8DDE3,  #C7C7C7);
  background: -webkit-gradient(linear, left top, left bottom, from(#D8DDE3), to(#C7C7C7));
  background: -moz-linear-gradient(top,  #D8DDE3,  #C7C7C7);
  
}


.Cell1{
       /* company Name */
        width:150px;
		min-width:149px;
		text-align:left;
		



	}
	

.Cell2{

       /* Location */
        width:35px;
		text-align:left;

	}
	

.Cell3{
		/*  address  */
        width:135px;
		min-width:135px;
		text-align:left;
	}
	
	
.Cell4{
		/* address two */
        width:85px;
		min-width:85px;
		text-align:left;

}

.Cell5{
		  /* city */
        width:85px;
		min-width:85px;
		text-align:left;
	}

.Cell6{
          /* state */
        width:15px;
		text-align:left;

	}

.Cell7{
		  /* Zip  */
        width:35px;
		min-width:35px;
		text-align:left;
	}

.Cell8{
		 /* Country */
        width:23px;
		text-align:left;

	}
.Cell9{
		/* phone */
        width:100px;
		min-width:100px;
		text-align:left;

	}
	
.Cell10{
		 /* fax */
         width:100px;
		min-width:100px;
		text-align:left;
	}

.Cell11{
		 /* email */
        width:170px;
		min-width:170px;
		text-align:left;
	}
	
.Cell12{
		/* Industry */
        width:35px;
		text-align:left;
	}	
	
.Cell3{
	     /* Products */
        width:20px;
		text-align:left;
	}	

.Cell4{

        width:200px;
		text-align:left;
	}
	
.reportCell{
		       width:98%;
		   text-align:left;
		   background-color: transparent;
           border-style: solid;
           border-width: 0px 0px 1px 0px;
           border-color: grey;
	
}
.billCell{
		       width:98%;
		   text-align:left;
		   background-color: transparent;
           border-style: solid;
           border-width: 0px 0px 1px 0px;
           border-color: grey;
	
}

.InputCell{
	       width:98%;
		   text-align:left;
		   background-color: transparent;
           border-style: solid;
           border-width: 0px 0px 1px 0px;
           border-color: grey;
	
	
}
		   
	
.canalsprouttitle{
	      font-size:30px;
		  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		  color:#0081AF;
		  padding-left:80px;
		  

}

.GlobalValidity-motto {
	      position: relative;
		height:20px;
		  top:-90px;
		  font-size:20px;
		  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		  color: rgba(0,0,0,0.9);
		  padding-left:100px;
		  font-weight:bold;
	
}
.canallogo {
        height:200px;
        padding-left:30px;	
		padding-top:30px;
}