/* Text Styles */
hr { color: #000000 }
body, table, tr, th /* Normal */
{
 font-size: 13px;
 font-family: 'Segoe UI',Tahoma,Verdana,Arial,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f__Terms /* _Terms */
{
 font-weight: bold;
 color: #808080;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Open Sans';
}
span.f_Comment /* Comment */
{
 font-style: italic;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 31px;
 font-weight: bold;
 color: #5e8aab;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 25px;
 font-weight: bold;
 color: #5e8aab;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 20px;
 font-weight: bold;
 color: #5e8aab;
}
span.f_Hiperlinks /* Hiperlinks */
{
 font-weight: bold;
 color: #335a80;
}
span.f_ImageCaption /* Image Caption */
{
 font-style: italic;
}
span.f_Impotanttext /* Impotant text */
{
 font-weight: bold;
}
span.f_list1 /* list 1 */
{
}
span.f_list11 /* list11 */
{
}
span.f_list111 /* list111 */
{
}
span.f_list1111 /* list1111 */
{
}
span.f_MasterSCADA4D /* MasterSCADA 4D */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
}
span.f_Path_files /* Path_files */
{
 font-style: italic;
}
span.f_tablecontent /* table content */
{
}
span.f_tableheader /* table header */
{
 font-weight: bold;
}
span.f_tablehiperlink /* table hiperlink */
{
 font-weight: bold;
 color: #335a80;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal, li.p_Normal /* Normal */
{
 text-align: left;
 text-indent: 0;
 line-height: 1.38;
 padding: 0 0 0 0;
 margin: 7px 13px 0 31px;
}
.p__Terms /* _Terms */
{
 font-size: 13px;
}
.p_CodeExample /* Code Example */
{
 font-size: 11px;
 line-height: 1.15;
 white-space: nowrap;
 page-break-inside: avoid;
 margin: 0 0 0 31px;
}
.p_Comment /* Comment */
{
 font-size: 13px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 31px 13px 0 31px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 27px 13px 13px 31px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0;
 padding: 0 0 0 0;
 margin: 27px 13px 13px 31px;
}
.p_Hiperlinks /* Hiperlinks */
{
 font-size: 13px;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 13px;
 margin: 0 13px 0 31px;
}
.p_Impotanttext /* Impotant text */
{
 font-size: 13px;
 border-color: #000000;
 border-style: solid;
 border-width: thin;
 background: #ffffff;
 padding: 10px 10px 10px 10px;
 margin: 17px 3px 3px 34px;
}
.p_list1 /* list 1 */
{
 font-size: 13px;
 margin: 7px 13px 0 44px;
}
.p_list11 /* list11 */
{
 font-size: 13px;
 margin: 7px 13px 0 57px;
}
.p_list111 /* list111 */
{
 font-size: 13px;
 margin: 7px 13px 0 71px;
}
.p_list1111 /* list1111 */
{
 font-size: 13px;
 margin: 7px 13px 0 84px;
}
.p_MasterSCADA4D /* MasterSCADA 4D */
{
 font-size: 13px;
}
.p_Notes /* Notes */
{
 font-size: 13px;
}
.p_Path_files /* Path_files */
{
 font-size: 13px;
}
.p_tablecontent /* table content */
{
 font-size: 13px;
 margin: 7px 13px 7px 13px;
}
.p_tableheader /* table header */
{
 font-size: 13px;
 margin: 7px 13px 13px 13px;
}
.p_tablehiperlink /* table hiperlink */
{
 font-size: 13px;
 margin: 7px 13px 13px 13px;
}
/* Table styles */
div.hmrotate90  { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
div.hmrotate270 { display:inline-block; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; transform: rotate(180deg); }



#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
/* CSS for responsive image maps */

.hmImageMap a.hmHotspotRect { display:block; position:absolute; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1)  }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1) }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3; filter:alpha(opacity=30); }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3; filter:alpha(opacity=30); }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
