﻿body {
	background-color: #e7e7e7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	FONT-STYLE: normal
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.style4 {color: #FFCC00}
a:link {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.site_label {
	background-color: #e7e7e7;
}

/* main content */
hr {
	border-top: 1px solid #cccccc;
    border-bottom: 0px solid #f00;
    color: #fff;
    background-color: #fff;
    height: 1px;
}

#mainContainer{
	font-size:			12px;
	color:				#334466;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px;
	FONT-STYLE: normal
	background-color: #e7e7e7;
}

#mainContainer {
	width:					100%;
	height:					100%;
	margin:					0px;
	margin-left:			15px;
	margin-right:			15px;
}

.submitButtons {
	margin:					10px;
	padding-bottom:			0px;
	text-align:				left;
}


h1, h2, h3, h4, h5, h6, legend, label {
	margin:					0em 0 0em 0;
}

legend, label {
	font-size:			12px;
	font-weight:		bold;
	color: #000;
}

.titleTABLE
{
#    border: 3px solid black;
    border-collapse:collapse;
    border-spacing: 0px;
}
.titleTD1
{
    border: 2px solid black;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
}
.titleTD2
{
    border: 2px solid black;
    padding: 2px 1ex 2px 1ex;
    background-color: #173d6c;
    COLOR: white;
    FONT-WEIGHT: bold;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
}
.titleTD3
{
    background-color: #d0d0d0;
    border: 2px solid black;
    FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
}
.breakword{word-break:break-all;}




.iotcmd_titleTD1{
    /* border: 2px solid black; */
    FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
}

.hide{
    display: none;
}

.display_block{
	display: block
}

.lightbar{
    color: #000000;
    background-color: #d9e9ff;
}

.td_even{
    background-color: #F6F6F6;
}

.td_odd {
    background-color: #FFFFFF;
}

.bg_color_white{
	background-color: white;
}

.outsidefull_margin_iotcmd{
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

.iotcmd_div_table{
	width: 1000px;
	/* overflow-y: auto;
	overflow-x: scroll; */
}

.edit_block{
	padding: 16px 10px;
	position: relative;
}

.edit_block_row{
	display: flex;
	flex-wrap: wrap;
}

.input_label{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.input_value_block{
	display: flex;
	-webkit-box-align: baseline;
	align-items: baseline;
}

.h5_style{
	font-size: 12px;
	color: #334466;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-style: normal;
	background-color: #e7e7e7;
}

.inline{
	display: inline;
}

.text_medium{
	font-size: medium;
}

.text_center{
    text-align: center;
}

.margin_top_5px{
	margin-top: 5px;
}

.margin_left_5px{
	margin-left: 5px;
}

.width_100{
    width: 100%;
}

.width_100px{
    width: 100px;
}
