/* reset */
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */

header, footer, section, aside, nav, article { display: block;}

body {
background-color: #fff;
font-size: 0.95em;
font-family: Arial, SunSans-Regular, Sans-Serif;
/*color:#564b47;*/
}
pre, code {
font-size: 1.3em;
}

a {color: #ff6677;}
a:visited {color:#ff6677;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1, h2 {
font-size:1.8em;
font-weight: normal;
padding-top: 20px;
}

img.download {vertical-align:middle;}
img{border:none;}

p, pre{
padding:  0 0 10px;
line-height:1.5em;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="text"] {
    font-size:14px
}

input[type="number"] {
    font-size:14px
}


.tanknetz-fixed-input {
    width: 280px;
}

.alarmbuttons
{
    padding: 0 0 0.1em;
}

/* ---------- header, content, footer width -------------- */
.usercontrol{
	float: right;
	margin: 0 auto;
	padding: 20px;
}

.legende{
        float: right;
        margin: 0 auto;
        padding: 5px;
    	font-size: 0.75em;
}

.subjectalarmlink
{
}

.haftungshinweis
{
    font-family:  Arial, sans-serif;
    color: red;
    font-size: 0.5em;
}

.genericerrortext
{
    color: red;
}

.tablecontainer {
    display:table;
    border-collapse: collapse;
    /*margin-bottom: 10px;*/
}

.tableheading {
     font-weight: bold;
     display:table-row;
     background-color:#C91622;
     text-align: center;
     line-height: 25px;
     font-size: 14px;
     font-family:georgia;
     color:#fff;
    
}

.tablerow {  
     display:table-row;
     text-align: center;
}

.tablecol {
    display:table-cell;
    text-align: left;
    padding: 5px;
}

.coloravailable
{
    background-color: #00FF00;
}

.colornotavailable
{
    background-color: #FF5959;
}

.coloropen
{
    background-color: yellow;
}

.colorclosed
{
    background-color: #00FFFF;
}

.colorunknownopening
{
    background-color: grey;
}

#subjectsalarm
{
    margin-top: 10px;
}

a.subjectlinknormal{color:#00FF00;}
a.subjectlinknormal:visited {color:#00FF00;}
a.subjectlinknormal:hover {color:#00FF00;}
a.subjectlinknormal:active { color:#00FF00;}


a.subjectlinkalarm{color:#FF5959;}
a.subjectlinkalarm:visited {color:#FF5959;}
a.subjectlinkalarm:hover {color:#FF5959;}
a.subjectlinkalarm:active { color:#FF5959;}

#subjectlinks
{
    float: left;
    margin-top: 10px;
}

/* ----------header for logo-------------- */
header {
    background: #bbb;
    width: 100%;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    /*top: -200px; 
    -webkit-transition: -webkit-transform 0.2s ease-out;*/
}

    .overview-menu-container
    {
        margin-top:10px;
        float:left;
        width:100%;
    }

    .overview-menu-left
    {
        float:left;
    }

    .overview-menu-right
    {
        float:right;
    }


section#content
{
    background-color: #fff;
    margin:0  auto;
    padding: 0px 20px 130px;
}

@media screen and (min-device-width: 1024px)
{

header {
    background: #bbb;
    width: 100%;

    position: fixed;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    /*top: -200px; 
    -webkit-transition: -webkit-transform 0.2s ease-out;*/
}

section#content
{
    background-color: #fff;
    margin:0  auto;
    padding: 200px 20px 130px;
}

}

header {
    background: #bbb;
    width: 100%;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    /*top: -200px; 
    -webkit-transition: -webkit-transform 0.2s ease-out;*/
}

header img { float: left; padding: 10px;}

header .inner{
	/*background:url(http://intensivstation.ch/assets/Uploads/html5-bw.png) no-repeat center right;*/
	}

/*style the main menu*/
.overviewMenu1 {
    margin:0;
    padding:0;
}

.overviewMenu1 li {
    list-style:none;
    float:left;
    /*font:12px Arial, Helvetica, sans-serif #111;*/
}

.overviewMenu1 li a:link, .overviewMenu1 li a:visited {
    display:block;
    text-decoration:none;
    background-color:#bbb;
    padding: 0.5em 2em;
    margin:0;
    border-right: 1px solid #fff;
    color:#111;
}

.overviewMenu1 li a:hover {
    background-color:#0CF;
}

/*style the sub menu*/
.overviewMenu1 li ul {
    position:absolute;
    visibility:hidden;
    border-top:1px solid #fff;
    margin:0;
    padding:0;
}

.overviewMenu1 li ul li {
    display:inline;
    float:none;
}

.overviewMenu1 li ul li a:link, .overviewMenu1 li ul li a:visited {
    background-color:#09F;
    width:auto;
}

.overviewMenu1 li ul li a:hover {
    background-color:#0CF;
}


/* ----------------- content--------------------- */
.limittable table {
    border: 2px solid #ddd;
}

.limittable td {
    padding: 5px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.limittable tr:hover {background-color: #f5f5f5}

.logininput {
    width: 200px;
}

.demo-container {
    box-sizing: border-box;
    width: 850px;
    height: 450px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

/* spinner */

#wrapper { margin: 5% auto; width: 50%; text-align: center }
.spin {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, .4);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 150px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  vertical-align: middle;
  -webkit-animation: spin .5s infinite linear;  
  -moz-animation: spin .5s infinite linear;
  -ms-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}
.spin.mini {
  border-width: 2px;
  width: 4px;
  height: 4px;
}
.spin.small {
  border-width: 2px;
  width: 8px;
  height: 8px;
}
.spin.large {
  border-width: 3px;
  width: 22px;
  height: 22px;
}
.spin.extra-large {
  border-width: 4px;
  width: 32px;
  height: 32px;
}
@-webkit-keyframes spin { /* Safari and Chrome */
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin { /* Firefox */
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin { /* IE */
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes spin { /* Opera */
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* end spinner */

/* -----------footer--------------------------- */

footer
{
	background: #bbb;
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
