﻿.pt_header {
                                             background-color:#0000ab;
                                             font-family:"Gill Sans" , "Gill Sans MT" , "Myriad Pro" , "DejaVu Sans Condensed" , Helvetica, Arial, sans-serif;
                                             color:#ffffff;
}
.pt_header p {
                                               margin:0;
                                               padding:0.3em;
                                               font-size:1.4em;
                                               text-align:left;
}
.pt_breadcrumbs {
                                                  padding:0.3em 0em;
                                                  font-family:"Arial Unicode MS", Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
                                                  font-size:0.85em;
                                                  text-align:left;
}
.pt_breadcrumbs a {
                                                    text-decoration:none;
                                                    color:#0000ab;
}
.pt_breadcrumbs span {
                                                       text-decoration:none;
                                                       color:#0000ab;
}
.pt_round-corner {
                                                   border-radius:10px;
}
.pt_minitoc {
                                              background-color:#f8f8f8;
                                              border:1px solid #cfcfcf;
                                              display:inline-block;
                                              padding:1em;
                                              color:#616161;
                                              font-family:Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
                                              font-size:0.9em;
                                              margin:1em 0em 1em 0em;
}
.pt_minitoc a {
                                                color:#0000ab;
												text-decoration:none;
}
.pt_minitoc p {
                                                margin:0.3em 0;
                                                cursor:pointer;
}
.pt_minitoc span.showhide {
                                                            font-size:0.7em;
}
p.pt_minitocLevel1{
}
p.pt_minitocLevel2 {
                                                     margin-left:2em;
}
p.pt_minitocLevel3 {
                                                     margin-left:4em;
}
.pt_h1 {
                                         font-size:1.4em;
                                         font-weight:bold;
}
.pt_footer {
                                             font-size:0.8em;
											 font-family:"Arial Unicode MS", Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
                                             background:Transparent;
                                             color:#616161;
                                             padding:0.4em 0;
                                             text-align:center;
											 border-top: Solid 1.5px #009530;
											 width: 100%;
}
.pt_footer p {
                                               margin:0;
}
.table_footer
{
                display: table;
                width:100%;
				font-size:0.8em;
				font-family:"Arial Unicode MS", Gotham, "Helvetica Neue" , Helvetica, Arial, sans-serif;
				color:#616161;
}
.table_footer p.footer-partno
{
                display: table-cell;
                width: 33%;
}
.table_footer p.footer-copyright
{
                display: table-cell;
                width: 67%;
}

/*
Layout for html pages opened outside of index.html
*/
body{
  margin: 0px;
}
div.gotohome.hide{
  display: none;
}
div#singleHeader{
	padding: 10px;
	padding-left: 20px;
	top: 0px;
  width: 100%;
	height: 50px;
  background-color: #3DCD58;
  color: white;
}
div#singleHeader_Title{
  position: absolute;
  top:21px;
  line-height:100%;
  font-size:1.875em;
  font-family: "Arial";
  cursor: pointer;
  margin-left: 210px;
}
div#singleHeader_Title a{
  color: white;
  text-decoration: none;
}
div#singleHeader_Logo{
	display: inline-block;
}
div#singleHeader_Logo > img{
	width: 130px !important;
	height: 50px;
}
div#singleHeader_Btn{
	position: absolute;
	top: 22px;
	left: 160px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-image: url("../template/SchneiderElectric_Responsive/gotohelp_btn.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;

}
div.singleHeader{
	display: none;
}
div.singleHeader.show{
	display: block;
}
/*Draft Container*/
div.content-draft{
  background: url("images/DRAFTsign.png") !important;
}
.pt_breadcrumbs{
  padding: 1em;
  padding-top: 0px;
}
#content_idx{
  padding: 1em;
}
div.pt_footer{
	margin-left: 1em;
	margin-right: 1em;
  width: inherit;
}
div.table_footer{
	margin: 1em;
  width: 98%;
}
span.FM_ph_literal{
	font-family: Courier New !important;
}
span.FM_prog_codeph, p.FM_codeblock{
  font-family: Courier New !important;
  color: #000 !important;
  background-color: #eee !important;
}
span.FM_ph_accelerator{
  color: black !important;
  font-weight: bold;
}