﻿.icon {
    display: inline-block !important;
    vertical-align: middle;
}
.bannerEnvironment
{
	left:40%;
	float: left;
	padding-left:15px;
	padding-right:15px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1.25em;
	font-style:oblique;
	color: Gray;
	position:fixed;
	background-color:#F3F781;
	border:gray solid 1px;
}
.test {
    margin-top: -8px;
    margin-left: -4px;
    margin-right: 2px;
}
.invisible {
    display:none;
}
body {
    text-align: center;
}
div.page {
    display: inline-block;
    width: 880px;
    text-align: center;
}
div.header {
	margin: 0px;
	height: 75px;
	background-image: url(../Images/powerflex_logo.gif);
	background-repeat: no-repeat;
	background-position: -10px 5px;
}
div.header_right {
	float: right;
	text-align: right;
	margin-top: 8px;
}
div .footer {
  color:#999999;
  margin-top:15px;
  text-align:center;
}
table.layout {
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width: 100%;
}
table.layout td {
    vertical-align: top;
}
div.content {
    text-align: center;
    vertical-align: top;
}

.main-content
{
	margin:5px;
	position: fixed;
	top: 60px; /*in top*/
	padding-top:30px;
	bottom: 0;
}
.main-content-page
{
	right: 270px; 
	height: auto;
	overflow: auto;
}

.main-content-1panel
{
	padding: 10px 15px;
	left:0;
	right:0;
    border-top-color: red;
   /* background-color: rgb(226, 223, 223);*/
	/*add color background*/
}

.main-head {
  background-image:url(../Images/PowerFlex-Header.png);
  background-repeat:no-repeat no-repeat;
  height:65px;
  /*margin:0 0 0 0;*/
  float: left;
  width: 200px;
  margin: 10px 0px 0px 15px;  
}

.menu-content {
  float:right;
  text-align:right;
  margin:0px 0px;
}

#moreInformation
{
    float:left;
    text-align:left;
    margin:69px 182px;
    color:#AFAFAF;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style:italic;
}

.processChanged
{
    color: Green;
    float:left;
    text-align: center;
    min-width:5px;
    margin-top: 3px;
}
.brokerChanged
{
    color: Green;
    float:none;
}

#hideProcessParent
{
    text-align: center;
    float:left;
    min-width:5px;
}

.oldFtp
{
    color: Red;
}
.newFtp
{
    color: Green;
}

.fix-toggle-layout
{
	line-height: 2;
	
}
.toggle
{
    text-decoration: underline;
	cursor: pointer;
	text-align: left;
	border: 2px solid transparent;	
	padding:2px;
}
.toggle:hover {
	background-color: #dddddd;
	border: 2px solid #c4c4c1;	
}

.accordion-head
{
    /*margin-left:20px;*/
    height:20px;
    display: inline-block;
}