﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: white;/*#5c87b2;*/
	font-size: 75%;
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	margin-top: 0px;
	color: #000;
	padding: 0;
	height:95px;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
}

#main
{
	padding: 30px 30px 15px 30px;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	/*border-bottom: 1px #5C87B2 solid;*/
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
	border:1px solid #ddd;
	padding:0 1.4em 1.4em 1.4em;
	margin:0 0 1.5em 0;
}

legend 
{
	font-size:1.2em;
	font-weight: bold;
}

textarea 
{
	min-height: 75px;
}

input[type="text"] 
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"] 
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color:Red;
}

#menucontainer
{
	margin-top:40px;
}

div#title
{
	top:10px;
	position:absolute;
	display:block;
	float:left;
	text-align:left;
}

#logindisplay
{
	font-size:1.1em;
	display:block;
	text-align:right;
	margin:10px;
	color:black;
}

#logindisplay a:link
{
	color: black;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: black;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: black;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
	display: block;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
	margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
	margin:0.5em 0 0 0;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

/********************************************
   MvcContrib Grid Style
********************************************/ 

.grid-style
{
	width:100%
}

.grid-style th
{
	border-bottom: 5px solid #bbbbbb;
	background-color: #eaeef4;
}

.grid-style .sort_asc
{
	background-image: url('images/arrow_down.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.grid-style .sort_desc
{
	background-image: url('images/arrow_up.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;   
}

.grid-style .gridrow_alternate
{
	background-color: #e8eef4;
}

.pagination, .searchbox, .comment .header
{
	border: 1px solid #e8eef4;
	padding: 5px;
	background-color: #eaeef4;
	margin-bottom: 10px;
}

.comments
{
	list-style-type: none;
	margin-left: -40px;
}
.comment > .comments { margin-left: 0px; }
.comment-text 
{ 
	margin-left: 42px;
	margin-bottom: 20px;
}
#sendCommentForm input { display: block; }
#sendCommentForm textarea { margin-bottom: 5px; }
.comment .header img, .comment .header span
{
	display:inline-block; 
	vertical-align:middle;
}
.comment-reply { margin-bottom: 10px; }
.comment .header span { margin-left: 10px; }

.comments textarea  
{
	display: block;
	margin-bottom: 5px;
}

#title img {
	vertical-align: top;
}

#title h1 
{
	line-height: 80px;
	display: inline;
}

@media only screen and (max-width : 320px)
{
	
#header
{
	height:55px;
}

#main
{
	padding: 10px 10px 10px 10px;
}

}

/***************/

.checkboxLabel
{
	border-top-width: 0px;
	margin-top: 2px;
	border-bottom-width: 0px;
	margin-bottom: 2px;
	border-left-width: 0px;
	border-right-width: 0px
}

.listItem
{
	margin-left: 2px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 32px !important;
	padding-left: 0px !important
}

.rtmsTable
{
	display: inline;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse
}

.rtmsTable tr, .rtmsTable th, .rtmsTable td
{
	padding: 0px !important; 
	margin: 0px !important;
}

.rtmsTable td, .rtmsTable th
{
	text-align:center
}

.subText
{
	font-size:small
}

.subDetails
{
	display:block; 
	margin-top:4px;
	font-size:small
}

.subDetailsDistance
{
    display:block; 
    margin-top:4px;
    font-size:small
}

#deviceList .listItem { 
	margin: 0px !important;
	border-radius: 1em !important;
	
	
}

#deviceList {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#deviceList li
{
	border-width: 1.11667px !important;
	margin-bottom: 2px !important;
}

.tableCell
{
	display:table-cell;
	vertical-align:middle;
}

.shimColumn
{
	display:table-cell;
	vertical-align:middle;
	width:1%
}

.statusColumn
{
	display:table-cell;
	vertical-align:middle;
    max-width: 24px !important;
}

.statusColumn img
{
	margin-right:5px
}

.valueColumn
{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	min-width:65px;
}

.detailsColumn
{
	display:table-cell;
	vertical-align:middle;
	width:65%
}

.centerImage
{
	margin:0px auto;
	display:block
}

.centerText
{
	width:100%; 
	text-align:center;
}

.centerDiv
{
	text-align:center
}

.boldText
{
	font-weight:bold
}

.largeText
{
	font-size : large;
}

.smallText
{
	font-size : small;
}

.speedValue
{
	font-weight:bold;
	margin:2px;
	text-shadow:0 0 0;
}

.speedContent
{
	/*border-radius:1em !important;*/
	margin:2px !important;
	padding:2px !important;
}

.freeflowSpeed
{
	background-color:green !important;
	color:white !important;
	display:inline-block;
	text-align:center;
	min-width:24px
}

.slowSpeed
{
	background-color:yellow !important;
	color:black !important;
	display:inline-block;
	text-align:center;
	min-width:24px
}

.stoppedSpeed
{
	background-color:red !important;
	color:white !important;
	display:inline-block;
	text-align:center;
	min-width:24px
}

.noSpeed
{
	background-color:gray !important;
	color:white !important;
	display:inline-block;
	text-align:center;
	min-width:24px
}

.documentFiller
{
	margin-left: -15px;
	margin-right: -10px;
	margin-top: -10px;
}

.roundedBoxOff
{
	padding: 14px;
}

.roundedBoxOutter
{
	border:1px solid #044062;
	border-radius: 16px;
}

.roundedBoxInner
{
	border:2px solid #528BB8;
	border-radius: 16px;
}

.roundedBoxFill
{
	background: #528BB8;
	padding: 10px;
}

.deviceDetails 
{
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;     
}

.deviceDetails div
{
    display: inline-block;
    vertical-align: top;
    padding: 10px; 
}

