/**--[ Screen Message ]-----------------------------------******************************/

div.valid{width:90%; //height:100%;
padding:5px 0 5px 30px; margin:10px auto 10px auto; border:2px solid #0C3; background-image:url(../images/valid.png); background-position:5px 50%; background-repeat:no-repeat; background-color:#CCFFD9; color:#4b4b4b; text-align:center}

div.notvalid{width:90%; //height:100%;
padding:5px 0 5px 30px; margin:10px auto 10px auto; border:2px solid #E60000; background-image:url(../images/Cross-32.png); background-position:5px 50%; background-repeat:no-repeat; background-color:#ffd1d1; text-align:center}

div.warning {width:90%; //height:100%;
padding:5px 0 5px 30px; margin:10px auto 10px auto; border:2px solid #0000C3; background-image:url(../images/warning.png); background-position:5px 50%; background-repeat:no-repeat; background-color:#CCD9ff; text-align:center}

div.information {width:90%; //height:100%;
padding:5px 0 5px 30px; margin:10px auto 10px auto; border:2px solid #FFDE95; background-image:url(../images/speech_bubble_grey.png); background-position:5px 50%; background-repeat:no-repeat; background-color:#FCFEC5; text-align:center}


body {
	padding-top:0px;
}

.container {
	padding: 0px 15px 0px 15px;
}
label {
	font-weight: normal;
}
.fillDiv {
	width: 100%;
}

.row-fluid {
	margin:5px;	
}
	
.fullWidthInput {
	width: 100%;
}

div.guiPodTitle {
	border: 1px solid #939393;
	border-radius: 10px;
	margin: 5px;
	margin-bottom: 15px;
}

div.guiPodTitle div.PodTitle {
	height: 20px;
	margin: 0px;
	padding: 1px;
	border-bottom: 1px solid #939393;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image:url(../images/header6.png);

	text-align: center;
	font-weight: bold;
	color: #444;
}

div.formInputColumn {
	float: left;
	width: 50%;
	text-align: center;
}
@media (max-width: 979px) {
	div.formInputColumn {
		width: 100%;
	}
}
div.formInputColumn > div {
	display: inline-block;
	text-align: left;
}

.longTextContainer{
	overflow: auto;
	height: 300px;
	border:	1px solid black;
}

.newRecordLink{
	float: right;
}

@media only screen and (max-width: 768px)
{
	.card table,
	.card thead,
	.card tbody,
	.card th,	
	.card td,
	.card tr {
		display:block;
	}
	
	.card thead tr {
		position: absolute;
		border: 1px solid;
		top: -9999px;
		left: -9999px;
	}
	
	.card td {
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	
	.card td:before {
		position: absolute;
		top: 4px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	
	.card td:before { content: attr(data-title); }
	
}

body {
	background-color: #FFFFFF;
	padding: 0px;
}

@media (min-width: 1140px) {
	body > div {
		//max-width: 1100px;
		margin: auto;
	}
	body > div.modal-backdrop {
		max-width: inherit;
	}
}
@media (min-width: 600px) and (max-width: 1139px) {
	body > div {
		margin: 0px 20px;
	}
}
/*
body > div > div > div {
	background-color: #F8F8F8;
	background-color: #FFFFFF;
	margin: 0 auto;
}
*/

.navbar {
	//background-color: #136aa9;
	//border: 0px solid #b73a21;
	//border-radius:0px;
}


.navbar-nav>.active>a,
.navbar-nav>.active>a:hover, 
.navbar-nav>.active>a:focus {
	background-color: #fff;	
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus,
.navbar-brand:hover, .navbar-brand:focus {
	color: #afeeee;	
}

.navbar-nav>li>a, .navbar-brand{
color: #fff;
/*font-weight: bold;*/
}


.navbar-text, .navbar-link {
	color: #fff;
	/*margin-right: 15px;*/
}
/*
.navbar-link {
	font-weight: bold;
	text-decoration: underline;
}
*/
.navbar .navbar-inner.offline {
	background: #989898;
}

.navbar .icon-bar{
	background-color: #fff;
}
/*
.navbar-brand {
	padding-top:5px;
	padding-bottom:5px;
}
*/
.active li a{
	background: #6E8BC5;
}

.navbar .navbar-inner .nav li a {
	/*padding: 5px;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
	color: #FFFFFF;
	/*text-shadow: none;
	font-weight: bold;*/
}

.navbar .navbar-inner .nav li a:hover {
	background: #6E8BC5;
}
/*
.navbar a.brand {
	max-width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 5px 20px;
}
*/
.current-user {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}

.current-user a {
	display: inline-block;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: underline;
}

.tabs {
	background: #DEDEDF;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.test {
	max-width: 100%;
	height: auto;
}

#topMessage {
	display: none;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: black;
}
#topMessage.text-success {
	background-color: #90EE90;
	border: 1px solid green;
}
#topMessage.text-error {
	background-color: #ff8888;
	border: 1px solid #ff0000;
}

ul {
	text-align: center;
}

.list {
	padding: 10px;
	display: inline;
	list-style-type: none;
	text-align: center;
}

footer {
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	text-align: center;
}
footer.offline {
	border-top-color: #989898;
}

.rde_logo{
	text-align: center;
	width: 100px;
	margin: 0 auto;
}

input#Email {
	max-width: 100%;
	height: auto;
}

input#password {
	max-width: 100%;
	height: auto;
}

.carousel-images  {
	width: 100%;
}

.clickable {
	cursor: pointer;
}

tr.clickable:hover td, tr.clickable:hover th {
	background-color: #E8E8E8 !important;
}

div#pagination {
	margin-bottom: 10px;
}
div#pagination select {
	margin-bottom: 0px;
	width: 60px;
}

span#onlineStatusIcon img.online {
	display: inline-block;
}
span#onlineStatusIcon img.offline {
	display: none;
}

span#onlineStatusIcon.offline img.offline {
	display: inline-block;
}
span#onlineStatusIcon.offline img.online {
	display: none;
}

span#onlineStatus {
	background-color: lightgreen;
}
span#onlineStatus.offline {
	background-color: #FFB2B2;
}
.swipeAlert .alert{
	margin-bottom:0px !important;
	padding:2px !important;
}
.mainDiv{
	font-size:18px;
}
.modal-body{
	font-size:18px;
}

.modal-button-grouping{
	margin-right:20px;
}

@media (max-width:400px){
	.main-logo{
		width:240px;
		height:35px;
	}
}
.e2c-footer-logo{
	margin-top:10px;
	margin-bottom:10px;
}

div.blockUI.blockOverlay {
	width: 100%;
	max-width: 100%;
}

/*THIS IS FOR THE VIRTUAL ANALOG*/
.VisualIndicatorConatiner{
		width: 105px;
		border-left: solid;
		border-color: #428bca;
		border-width: 7px;
		border-radius: 10px;
		margin-top: 35px;
		margin-left: 40%;
}
.cell{
	cursor: pointer;
	font-size: 18px;
	border-bottom-left-radius: 200px;
	border-top-left-radius: 200px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.cell label{
	cursor: pointer;
}

.cell:hover{
	background-color: #428bca;
	color:white;
}
.dash{
	border: solid;
	height: 0px;
	top: 42%;
	position: absolute;
	width: 10px;
	margin-left: -16px;
	background-color: #428bca;
	border-width: 1px;
}
.bubble{
	border: solid;
	height: 0px;
	top: 29%;
	position: absolute;
	width: 10px;
	margin-left: -16px;
	background-color: #428bca;
	border-width: 6px;
	border-color: green;
	border-radius: 100px;
}
#question{
	font-size: 24px; 
}