﻿/* Properties for main/outer <div> block on each page */
.page_body
{
	width: 90%; 
  max-width: 950px;
	margin: 0 auto; 
}

.page_fullwidthline
{
	width: 100%; 
  height: 1px;
  border-bottom:1px solid #eee; /* Jint, Linie unter Menu */
}

.page_messagebar
{
	height: 36px;	
	width: 100%; 
	margin 0px; /*margin: 0 auto; */
	margin-top: 0px;  	
	padding: 8px;                 /* 8px To center the text vertically */
	background-color: #f3f3f3;    /* Color taken from Thermo web-site */
  border-top:1px solid #c8c8c8; /* Color taken from Thermo web-site */
	font-weight: bold; 
	font-size: 15px;              /* Size taken from Thermo web-site*/
	font-style: normal;   
	font-family: "Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";
	color: #ee3134;               /* Thermo red */ 
	text-align: center;
}

.page_messagebar a
{
  text-decoration: none;
	color: #ee3134;   /* Thermo red */
}

.page_messagebar a:link 
{
	color: #ee3134;   /* Thermo red */
}
.page_messagebar a:visited 
{
	color: #ee3134;   /* Thermo red */
}
.page_messagebar a:hover 
{
	color: #ee3134;   /* Thermo red */
}
.page_messagebar a:active 
{
	color: #ee3134;   /* Thermo red */
}

.navbar
{
	margin 0px;
	height: 39px;	/* emperically established */
	height: 36px;	/* emperically established */
}

.page_bottombar_red
{
	height: 80px;                     /* Size taken from Thermo web-site*/
	width: 100%; 
	margin 0px; 
	margin-top: 100px;  	
  background-color: #ee3134;        /* Thermo red */ 
  border-top: 1px solid #d8d8d8;    /* Grey, color taken from Thermo web-site */
  border-bottom:4px solid #cc0000;  /* Darker red, color taken from Thermo web-site */
}

.page_bottombar
{
	height: 36px;                     
	width: 100%; 
	margin 0px; 
	margin-top: 50px;  	            /* 09.09.2019/Jint/ war 100 px*/
  background-color:  #f3f3f3;       /* same as message bar*/ 
  border-bottom:1px solid #c8c8c8;  /* same as message bar */
}

/* Clear floats after the columns */
.row:after 
{
  content: "";
  display: table;
  clear: both;
}

.column_left 
{
  float: left;
  padding-bottom: 10px;
}

.column_right 
{
  float: left;
  padding-left: 10px;
}

body 
{
	/* font-weight: normal;  */
	/* font-size: 11px; */
	margin: 0px;         /* 03.06.2017/Jint/ war 10px */
	margin-top: 10px;    /* 03.06.2017/Jint/ neu */

	/* padding: 0px;*/
	/* color: #333; /* black; */
	/* font-style: normal;  */
	font-family: "Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  
	background-color: white;
	list-style-position: inside; 
}

/* Version Jint */
h1
{
	color: #333;
	padding-top: 5px;	
	padding-bottom: 5px;
	font-weight: normal; 
	font-size: 20px; /*28px; /* 03.06.2017/Jint/ war 20 px*/
  /* font-weight: bold; */
	/**/ font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  /**/
	/* font-family: Verdana; */
	/* background-color: #eee;*/
	background-color: white; 
}	

h2
{
	color: #333;
	padding-top: 5px;	
	padding-bottom: 5px;
	margin-top: 0px; /* 15px; 06.09.2017/Jint */
	margin-bottom: 0px; 

	font-weight: normal; 
	font-size: 13px; /*22px; /* 03.06.2017/Jint/ war 16 px*/
  font-weight: bold;
	/**/ font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  /**/
  /* font-family: Verdana; */
  /* background-color: #eee;*/
	background-color: #eeeeee; /* white; */
}	

/* Like h2 but with out background */
.h2_alt
{
	color: #333;
	padding-top: 5px;	
	padding-bottom: 5px;
	margin-top: 0px; /* 15px; 06.09.2017/Jint */
	margin-bottom: 0px; 

	font-weight: normal; 
	font-size: 13px; /*22px; /* 03.06.2017/Jint/ war 16 px*/
  font-weight: bold;
	/**/ font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  /**/
	background-color: background-color:rgba(255, 255, 255, 0.0);
}

p 
{
	color: #333;
	font-size: 12px; /* 11px; /* 13px; /* 03.06.2017/Jint/ war 11 px*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px; /* 0px; */
	margin-bottom: 0px; 
	/**/ font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  /**/
	/* font-family: Verdana; */
}

ul 
{
	margin-top: 3px; /* 0px; */
	padding-left: 8px; 
	margin-bottom: 3px; 
	margin-left: 10px;
}

li 
{
	margin-top: 3px; 
	margin-bottom: 3px; 
	
	padding-left: 0px; 
	list-style-position: outside; /**/
	margin-left: 10px; 
	text-indent: 0px;
	font-size: 12px; /* 13px; /* 03.06.2017/Jint/ neu*/
}


/* The text "new" in Thermo red, bold and italic */
.its_new
{
	color: #ee3134;
	font-style:	italic;
	font-weight: bold;
}

/* Like h2 but with out background */

/* Overview Firmware list table, BEGIN */
.table_fw_1 
{
	font-family: "Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif"; 
	font-size: 13px; /* 03.06.2017/Jint/ war 11 px*/
	color: #333;
	border-collapse: collapse;
	width: 700px;
}

.table_fw_1 td, .table_fw_1 th
{
	border: 1px solid #ddd;
	padding: 8px;
}

.table_fw_1 tr:nth-child(even)
{
	background-color: #f2f2f2;
}

.table_fw_1 tr:hover
{
	background-color: #ddd;
}

.table_fw_1 th 
{
    padding-top: 8px;          /* war beide 12px */
    padding-bottom: 8px;
    text-align: left;
    background-color:  #fff; /* #4CAF50; */ /* war gruen */
    color: #333;             /* white; */
}
/* Overview Firmware list table, END */


/* Detailed Firmware list table, BEGIN */
.table_fw_2 
{
	font-family: "Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif"; 
	font-size: 13px; /* 03.06.2017/Jint/ war 11 px*/
	color: #333;
	border-collapse: collapse;
	width: 550px;
}

.table_fw_2 td, .table_fw_2 th
{
	border: 1px solid #dcdcdc; /* #ddd; */
	padding: 8px;
}

.table_fw_2 tr:nth-child(even)
{
	background-color: #f3f3f3; /* #f2f2f2; */
}

.table_fw_2 tr:hover
{
	background-color: #ddd;
}

.table_fw_2 th 
{
  padding-top: 8px;    /* war beide 12px */
  padding-bottom: 8px;
  text-align: left;
  background-color:  #fff; /* #4CAF50; */ /* war gruen */
  color: #333;             /* white; */
}
/* Detailed firmware list table, END */

/**/

    /* Hellblauer hintergrund für hervorgehobener Bereich */ 
	/* background-color: #ebf2fa; */ 

/* Formate für h1, h2 p, lt. Thermo */
/* Sieht leider, mangels korrekter Font?, nicht gut aus */
/*
h1
{
	font-size: 28px;
	line-height: 41px;
	margin-bottom: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 11px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  
}

h2
{
	font-size: 22px;
	line-height: 30px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Roboto","Segoe UI","Arial","sans-serif";  
}

p
{
    font-family: "Helvetica Neue";
    font-size: 13px;
    line-height: 22px;
    color: #333;
    margin-bottom: 21px;
}
*/

/* unvisited link */
a:link 
{
	  text-decoration: none;
    color: #1e8ae7;
}

/* visited link */
a:visited 
{
    color: #7b26c9;
}

/* mouse over link */
a:hover 
{
    color: #333;
}

/* selected link */
a:active 
{
    color: #333;
} 
	
img
{
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px
}
