body { 
	font-family: Segoe UI, Arial, Verdana, Helvetica;
	font-size: 100%;
	color: #000000;
	margin: 0px; 
	padding: 0px;
}

form , img, p{ 
	border: 0px; 
	margin: 0px; 
	padding: 0px;  
}

html,body{
	/*-webkit-perspective: 1000;
	-webkit-transform:translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(1);
	-webkit-transition-timing-function: linear;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
}

.clear {
	clear: both;
}

.error {
	background-color: red;
}

.clear_input {
	background-color: #fffff1;
}

.alarmlist_trigged {
    background-color: red;
}

tr.alarmlist_trigged td:first-child {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;

}

tr.alarmlist_trigged td:last-child {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.alarmlist_sorting_up{
    /* transform: rotate(-90deg); */
    background-image:  url('../images/arrow-up.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 13px;
}

.alarmlist_sorting_down{
    /* transform: rotate(90deg); */
    background-image:  url('../images/arrow-down.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 13px;
}

.clickable{
    margin-right: 25px;
}

.header {
	z-index: 50;
}

.content {
}

.button { 
}

a.profile_button {
	text-decoration: none; 
	text-align: center;
}

.profile_div {
	display: block; 
	background-color: #606060;
	width: 320px; 
	height: 48px; 
	font-size: 1.4em;
	padding-top: 20px;
	margin: 20px auto 0px auto;
	color: #ffffff;
}

.profile_div:hover{ 
	background-color: #808080;
	color: #202020;
}

.layers {
	float: left;
}

.layers #layer_back, .layers #layer_digital, .layers #layer_needle {
	position: absolute;
}

.layers #layer_back {
	z-index: 10;
}

.layers #layer_digital {
	z-index: 20;
}

.layers #layer_needle {
	z-index: 30;
}

.buttongroup, .switchgroup {
	float: left;
}

.alarm_text {
	color: #ffffff;
	text-decoration: none;
	font-size: 110%;
}

#alarmborder {
	display: none; 
	pointer-events: none; 
	position: absolute;
	background-color: #ee0000; 
	opacity: 0.75; 
	filter: alpha(opacity=100);
	z-index: 400;
	margin-top: 96px; 
	margin-left: 36px;
}

#alarmbox { 
	position: absolute; 
	height: 320px; 
	display: none;
	z-index: 500;
	text-align: center;
	//opacity: 1;
	//filter: alpha(opacity=100); 
	margin-top: 100px; 
	margin-left: 40px;
	background-color: #000000;
	color: #ffffff;
}

#alarmboxinfo {
	border: 1px solid #a0a0a0; 
	height:   240px;
	overflow: auto;
	background-color: #323232;
	color: #ffffff;
}

#alarmboxdiv {
	margin-top: 4px;
	margin-bottom: 2px;
}

a.settings_button {
	text-decoration: none;
	text-align: center;
}

.settings_div {
	background-color: #606060;
	width:300px; 
	height:30px; 
	padding-top: 10px;
	margin: 10px 0px 0px 10px;
	color: #ffffff;
}

.settings_div:hover{ 
	background-color: #808080;
	color: #202020;
}

#securitybutton {
	display: inline-block;
	background-repeat: repeat-x;
	background-image:  url('../images/settings_button.png');
	width: 200px;
	padding-top:10px;
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	margin: 5px auto 5px auto;
	border: 1px solid #F0F0F0;
}

.uncheck_div_box{
    border: solid 1px black;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 5px 10px 0;
}

.check_div_box{
    border: solid 1px black;
    /* background-color: blue; */
    background-image:  url('../images/checked.png');
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 5px 10px 0;
}

.update_check_div_box{
    border: solid 1px black;
    background-color: #eeee00;
    /* background-color: blue; */
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 5px 10px 0;
}

.div_box_label{
    padding-top: 8px;
    height: 20px;
}