body { margin:0 auto; padding:0px; font-family: sans-serif, Helvetica, Impact, Arial ; min-width:250px; }

a { cursor:pointer; }

input {margin: 2px;}

header {
	width:100%;
	height:100px;
	background-color:#1f7cbe;
	position:relative;		
	z-index:1;	
}

footer {	
	width:100%;
	height:auto;
	background-color:#1f7cbe;	
	bottom:0px;
	left:0px;
	position: fixed;	
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	font-size:10px;
	font-family:  sans-serif, Helvetica,Impact, Arial;
	line-height:1px;
	padding:10px;
    color:white;
}

.menu{	
	margin:0px;
	padding:0px;
	list-style-type: none;	
	background-color:#555B5F;
	right:0px;	
	-webkit-box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	z-index:2;
}

.menu li {	
	display:inline-block;
	white-space:normal;
	padding:10px;
	margin-right:0px;	
}

.menu li:hover {	
	background-color:#35393C;
}

.menu li  a{
	text-decoration:none;
	color:white;	
}

#lblversion{
	text-decoration:none;
	color:white;	
}

.menu li a:hover {
	color:#C1E2F9;
}

.logo{	
	position:absolute;
    bottom:15px;
    left:10px;
	height:70px;
	width:200px;
	overflow:hidden;
}

.articulo{
	float:left;
	padding:10px;	
	margin-bottom:50px;
	margin-left:10px;
	min-width:250px;
	height:auto;
	border: 2px solid #1f7cbe;
	position: relative;
	font-size:14px;
	font-family:  sans-serif, Helvetica,Impact, Arial;	
	overflow:visible;

	-webkit-box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	
}

.articulo legend{
	padding:5px;
	background-color:#1f7cbe;	
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-family:  Arial, sans-serif,Impact, Helvetica;
	font-size:18px;
    color:white;
    text-align:center;
}

.articulo div{
	display:table;
	width:100%;
}

.articulo div p{		
	display: table-cell;  
	vertical-align:middle;
}

.articulo span{
	display: table-cell; 
	float:right;
}

.articulo a{
	display: table-cell; 
	float:right;
    text-decoration:none;
}

.txt {
	display: table-cell; 
	float:right;
	width:200px;
}

.container-custom{
	padding-top: 50px;
	padding-bottom: 100px;
}

.btnupservercallback{
	display:none;
}

.lblupcallbackserver_down
{
	font-size:22px;	
	color:red;
}

.lblupcallbackserver_up
{
	font-size:22px;	
	color:green;
}

.lblstatecallbackserver_up
{	
	color:green;
}

.lblstatecallbackserver_down
{	
	color:red;
}

.custom-alert-off
{
	display:none;
}

.custom-alert-on
{
	display:block;
}

.listLogs
{
    width:100%;
    height:500px;
}

.log
{
    float:left;
	padding:10px;	
	margin-bottom:50px;
	margin-left:10px;
	min-width:210px;
	height:auto;
	border: 2px solid #1f7cbe;
	position: relative;
	font-size:14px;
	font-family:  sans-serif, Helvetica,Impact, Arial;	
	overflow:visible;
	
	-webkit-box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -1px rgba(0,0,0,0.75);

    background-image: url("../img/log.png");
    background-position: left top;
    background-repeat: no-repeat;
}

.log a
{
	display: table-cell; 
	float:right;
    text-decoration:none;
}

#txtlog
{
    width:100%;
    height:1000px;
}

.Divlog
{
    font-size:12px;
	font-family:  sans-serif, Helvetica,Impact, Arial;
}

.error
{
    color:red;
}

.info
{
    color:#1f7cbe;
}

.warning
{
    color:orange;
}