/*******************
	Base Styles
*******************/
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 72px;
	/* background-color: #C5C5C5; */
}

@media (max-width: 767px) {
	/* Fix for iPhone auto zooming into text fields with fonts < 16 */
	.form-control {
		font-size: 16px;
	}
}

.footer {
	border-top: 3px solid #999999; 
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 70px;
	background-color: #777777;
}

a {
	color: #666666;
}

a:hover {
	color: #333333;
}

img {
	border: none;
}

.container-fluid {
   max-width: 1600px;
}

/*******************
	Header and Menu
*******************/

.proxy-header {
	height: 30px;
	padding-top: 3px;
	background-color: red;
	text-align: center;
}

.proxy-header a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

.proxy-header a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.site-header {
	background-color: #FFFFFF;
	border-bottom: 3px solid #CCCCCC;
	position: relative;
}

.site-header .navbar-nav > li > .dropdown-menu {
	margin-top: 3px;
}

.site-header .site-header-content {
	min-height: 84px;
}

@media (max-width: 767px) {
	.site-header .site-header-content {
		min-height: 50px;
	}
}

.site-header .site-home-link {
	display: block;
	height: 80px;
	width: 140px;
	position: absolute;
	float: left;
	z-index: 1030;
	/* border: 1px solid green; */
}

@media (max-width: 767px) {
	.site-header .site-home-link {
		height: 50px;
		width: 100px;
	}
}

.site-header .site-prem {

}

.site-header .site-prem-picker {
	width: 260px;
	background-color: #FFF;
	left: 50%;
	margin-left: -130px;
	position: absolute;
	z-index: 1040;
	top: 0px;
}

.site-header .site-header-top {
	text-align: right;
	min-height: 34px;
	padding-top: 5px;
}

.site-header .site-header-user {
	font-weight: bold;
	font-size: 13px;	
	margin-right: 10px;
}

.site-header .navbar {
	margin-bottom: 0px;
	border: none;
	background-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header .nav > li > a {
		padding-left: 6px;
		padding-right: 6px;	
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-header .nav > li > a {
		padding-left: 12px;
		padding-right: 12px;	
	}
}

@media (max-width: 767px) {
	.site-header .navbar-nav > li > .dropdown-menu {
		margin-top: 0;
	}

	.site-header .navbar-nav ul {
		background-color: #FFFFFF;
	}

	.site-header .navbar-nav .dropdown-menu a {
		padding-left: 40px;
	}
	
	.site-header .navbar-collapse {
    	margin-right: -15px;
    	margin-left: -15px;
    	background-color: #F8F8F8;
  	}
}



/*******************
	Footer
*******************/
.copyright {
	color: #FFF;
	margin-top: 12px;
	font-size: 11px;
}

.copyright a {
	color: #FFF;
	text-decoration: underline;
}

/*******************
	Header and Menu
*******************/

.multi-dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.multi-dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.multi-dropdown-menu li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.multi-dropdown-menu ul ul li a {
	padding-left: 40px;
	font-style: italic;
}

.multi-dropdown-menu ul ul ul li a {
	padding-left: 60px;
	font-style: italic;
}

.nav-menu-container {
	background-color: #F7F7F7;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px;
	min-height: 300px;
}

.nav-menu-container li.open > a {
	color: #555; 
	font-weight: bold;
}

.nav-menu-container .treeview ul {
	background-color: #F7F7F7;
}

/*******************
	Login
*******************/
.login {
	max-width: 330px;
  	padding: 15px 25px 15px 25px;
 	margin: 25px auto 25px auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.login .login-heading {
	margin-top: 10px;
	margin-bottom: 15px;
}

.login .login-forgot {
	margin-top: 10px;
	text-align: center;
}

.login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.login .form-control:focus {
  z-index: 2;
}

.login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login .btn {
	margin-top: 15px;
}

/*******************
	Page bar
*******************/
.page-bar, .monitor-bar {
	margin-bottom: 15px;
}

.page-bar .page-bar-content {
	padding: 10px 0px;
}

.page-title {
	font-weight: bold;
	font-style: italic;
	color: #666666;
	font-size: 16px;
	margin-left: 0px;
}

.sub-title {
	color: #77A541;
	margin-left: 8px;
}




.global-error,.global-warning,.global-success,.global-info,.download-wait,.error-container {
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-bottom: 10px;
	padding: 18px 25px 18px 50px;
	border: 1px solid gray;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.global-error {
	background-image: url('../image/icon/error-32x32.png');
	color: red;
}

.global-warning {
	background-image: url('../image/icon/alert-32x32.png');
	color: #FEB900;
}

.global-info {
	background-image: url('../image/icon/info-16x16.png');
	background-position: 10px 20px;
	font-weight: normal;
	color: #000000;
}

.global-success {
	background-image: url('../image/icon/ok-32x32.png');
	color: green;
}

.error-container {
	margin: 20px auto 20px auto;
	width: 600px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: red;
}

.download-wait {
	margin: 20px auto 20px auto;
	min-width: 300px;
	max-width: 500px;
	padding: 10px;
	text-align: center;
}

.download-wait .download-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.field-error,.field-error-auto,.field-success {
	display: block;
	font-weight: bold;
	color: #a94442;
}

.field-success-inline {
	font-weight: bold;
	color: green;
}

.field-error-inline {
	font-weight: bold;
	color: #a94442;
}

.field-error-auto {
	margin-top: 10px;
}

.field-success {
	color: green;
}

.input-error {
	background-color: #ff8888;
}

.cal-pick-icon {
	cursor: pointer;
	margin-bottom: -4px;
}

img.button {
	cursor: pointer;
}

.required {
	color: red;
	font-weight: bold;
}

.required-indicator {
	color: red;
}

/*******************
	Other
*******************/
div.success-container {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	color: green;
}

.graph {
	margin-top: 15px;
	margin-bottom: 15px;
}

.message-success,.message-warning,.message-error {
	margin: 20px 0 20px 0;
	text-align: center;
	font-weight: bold;
	color: #77A541;
}

.message-warning {
	color: #FEB900;
}

.message-error {
	color: red;
}

.action-separator {
	margin-left: 3px;
	margin-right: 3px;
}

.content {
	background-color: #fff;
	padding: 10px;
}

.field-note {
	font-size: 11px;
	font-style: italic;
}

.field-warning {
	color: #FEB900;
}

.terms-box {
	border: 1px solid gray;
	margin: 2px 10px 2px 10px;
	padding: 3px;
	height: 260px;
	overflow: auto;
	background-color: white;
}

.good-gain {
	background-image: url('../image/icon/good-gain.png');
}

.bad-gain {
	background-image: url('../image/icon/bad-gain.png');
}

.good-loss {
	background-image: url('../image/icon/good-loss.png');
}

.bad-loss {
	background-image: url('../image/icon/bad-loss.png');
}

.no-trend {
	background-image: url('../image/icon/no-symbol.png');
	color: #000000;
}

.good-gain,.good-loss {
	color: #01CF00;
	font-weight: bold;
}

.bad-gain,.bad-loss {
	color: #ff0000;
	font-weight: bold;
}

.good-gain,.good-loss,.bad-gain,.bad-loss,.no-trend {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1em;
}

.usage-day,.usage-night,.usage-trend,.usage-peak {
	border: 1px solid black;
	padding: 1px 10px 1px 10px;
	display: block;
	float: left;
	text-align: center;
	width: 115px;
	margin-right: 10px;
}

.usage-peak {
	
}

.usage-day {
	font-weight: bold;
}

.usage-night {
	font-weight: bold;
	background-color: #333333;
	color: white;
}

.usage-trend {
	width: 150px;
	white-space: nowrap;
}

.usage-type {
	font-size: 11px;
}

.time-list {
	text-align: right;
}

.time-display {
	text-align: right;
	width: 85px;
}

#proxy-header {
	width: 200px;
	position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
	
	height: 20px;
	padding-top: 4px;
	border-color: #AA0000;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: red;
	text-align: center;

	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#proxy-header a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#proxy-header a:hover {
	text-decoration: underline;
}

.money {
	font-weight: bold;
	color: #77A541;
}

.projected-bill-amount {
	font-weight: bold;
	color: #77A541;
	font-size: 24pt;
}

.weatherConditions {
	font-size: 12px;
	font-weight: bold;
	color: #77A541;
}

.weatherTemperature {
	font-size: 20px;
	font-weight: bold;
}

a.prominent {
	font-weight: bold;
	color: #77A541;
	size: 13px;
}

.information-details {
	border: 1px solid #666666;
	background-color: white;
	padding: 2px;
	overflow-x: scroll;
	white-space: pre;
	width: 98%;
	font-family: "Courier New", Courier, monospace;
	margin-top: 10px;
	min-height: 200px;
}

.yardstickRating {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 30px;
}

.yardstickNoDataMessage {
	position: absolute;
	top: 25px;
	left: 164px;
	width: 110px;
	height: 98px;
	font-weight: normal;
}

.yardstickNoDataMessage a {
	color: red;
	font-weight: bold;
}

.yardstickOverlayText {
	text-align: left;
	font-size: 8pt;
	color: #606060;
}

.y-axis {
	margin-right: -185px; 
	text-align: center; 
	width: 200px; 
	-moz-transform: rotate(-90deg) translateY(-85px); 
	-webkit-transform: rotate(-90deg) translateY(-85px); 
	-ms-transform: rotate(-90deg) translateY(-85px); 
	white-space: nowrap;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}

div.flotGraph {
	font-size: larger;
}

/*******************
	Input Form
*******************/
.ci-label {
	white-space: nowrap;
	font-weight: bold;
	color: #333333;
}

span.ci-label {
	margin-left: 6px;
}

div.buttons {
	margin: 10px 4px 0px 4px;
	text-align: center;
	padding: 4px;
}

div.buttons #default{ /* For default wizard buttons so we can align them in any order we want*/
	position:absolute;
	left:-999px;
	height:0;
	width:0;
}

div.form {
	padding: 15px 7px 7px 7px;
}

div.form .separator, div.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #77A541;
	height: 1px;
	zoom: 1;
}

div.form table {
	border-collapse: collapse;
}

div.form table td {
	padding: 2px 4px 2px 4px;
}

table.form-fields .section-label {
	font-weight: bold;
	white-space: nowrap;
	font-size: 10pt;
	color: #77A541;
}

table.form-fields td {
	vertical-align: top;
}

table.form-fields td.section-label {
	vertical-align: top;
}

table.form-fields td.ci-label {
	vertical-align: top;
	padding-top: 2px;
	text-align: right;
}

table.form-fields .col1,table.form-fields .col2 {
	width: 140px;
}

table.form-fields td { /* border: 1px solid black */
	
}

.floating-control {
	float: left;
	margin-right: 10px;
}

.clear-float {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

#ie-warning {
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	background-color: #FFF5CF;
	color: #333333;
	text-align: center;
}

.widget-box {
	padding: 0 0 3px 0;
	border: 1px solid #AAA;
	background-color: #FFF;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.widget-box .widget-box-title {
	color: #333;
	padding: 7px 0px 7px 10px;
	background-color: #D6D6D6;
	border-bottom: 1px solid #AAA;
	/* height: 38px; */
	font-size: 13;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.widget-box table.display {
	border: none;
}

.widget-box table.display th {
	background-color: #FFFFFF;
	border-right: none;
	font-style: italic;
}

.widget-default{
	opacity: 0.5;
}

.received-column {	
	width: 100px;
}

.fault-good, .fault-bad, .fault-off, .fault-na {
	height: 20px;
	/* margin: 3px 0 5px 0px; */
	padding: 2px 0 0 22px;
	font-weight: bold;
	
}

.fault-na {
	background: url('../image/icon/na-icon-16x18.png') no-repeat 0 0;
	color: #666;
}

.fault-off {
	background: url('../image/icon/na-icon-16x18.png') no-repeat 0 0;
	color: #666;
}

.fault-bad {
	background: url('../image/icon/off-icon-16x18.png') no-repeat 0 0;
	color: red;
}

.fault-good {
	background: url('../image/icon/on-icon-16x18.png') no-repeat 0 0;
	color: green;
}

.dashboard-loading {
	text-align: center;
	padding-top: 80px;
}

.onOffToggle.uninitialized {
	display: none;
}

table.no-border td, table.no-border th, div.form table.no-border td, div.form table.no-border th {
	border: none;
}

button.icon {
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.gutter-menu-side li {
	border: none;
	background-color: white;
	list-style: none;
	display: block;
	padding: 5px;
}

ul.gutter-menu-side li.current {
	background-color: #EEE;
}

ul.gutter-menu-side li:hover {
	background-color: #DDD;
	color: #FFFFFF;
}

ul.gutter-menu-side li a {
	display: block;
	padding: 2px;
	text-decoration: none;
}

ul.gutter-menu-side a:link,ul.gutter-menu-side a:visited {
	color: #000;
	text-decoration: none;
}

ul.gutter-menu-side a:hover {
	color: #000;
}

ul.gutter-menu-side a:active {
	color: #000;
}

ul.gutter-menu-side {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #fff;
	text-transform: none;
}

.legend-marker {
	width: 20px;
	height: 8px;
	border: 1px solid #CCCCCC;
	display: inline-block;
}

.legend-text {
	color: #545454;
	display: inline;
}

.historical-detail-label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.historical-detail-sublabel {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-left: 10px;
	display: block;
	float: right;
	margin-right: 10px;
}


.live-summary {
	padding-left: 80px;
}

.live-summary-power {
	background: url('../image/icon/electricity-50x50.png') no-repeat 10px center;
}

.live-trend-up {
	background: url('../image/icon/up-trend-50x50.png') no-repeat 10px center;
}

.live-trend-down, .live-trend-no-change {
	background: url('../image/icon/down-trend-50x50.png') no-repeat 10px center;
}

.live-trend-up .trend-value {
	color: red;
}

.live-trend-down .trend-value {
	color: green;
}

.live-trend-no-change .trend-value {
	color: #888;
}

.weather-trend-down {
	background: url('../image/icon/temp-down-trend-50x50.png') no-repeat 10px center;
}

.weather-trend-up {
	background: url('../image/icon/temp-up-trend-50x50.png') no-repeat 10px center;
}

.weather-trend-no-change {
	background: url('../image/icon/temp-50x50.png') no-repeat 10px center;
}

.weather-trend-up .trend-value {
	color: red;
}

.weather-trend-down .trend-value {
	color: #3366BB;
}

.weather-trend-no-change .trend-value {
	color: #888;
}

.live-value {
	font-weight: bold;
	font-size: 12px;
	color: #555;
	white-space: no-wrap;
	margin-bottom: 3px;
}

.live-label {
	color: #888;
	font-style: italic;
}

.date-updated {
	font-style: italic;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.pre-wrap {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.loading {
	background: url('../image/icon/ajax-loader-snake.gif') no-repeat center 0px;
	position: relative; 
	margin-left: -32px; 
	left: 50%; 
	top: 50px; 
	width: 64px;
	padding-top: 20px;
	text-align: center;
	color: #999;
	font-style: italic; 
}

table.input-parameters {
	border-collapse: collapse;
	background-color: #EEE;
	border: 1px solid #CCC;
}

table.input-parameters th { 
	background-color: #CCCCCC;
}

/************************
	Context Help Styles
*************************/

div.help-container {
	background-color: #FFF; 
	z-index: 99999999;
	border: solid 1px #CCC;
	width: 220px;
	position: absolute;
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.help-icon {
	background-image: url('../image/icon/help-16x16.png');
	/* 
	float: right;
	margin-left: 4px;
	*/ 
	position:relative;
	top: 3px;
	
	width: 16px;
	height: 16px;

	display: -moz-inline-stack;
    display: inline-block;
    /* vertical-align: top; */
    zoom: 1;
    *display: inline;
}

div.help-icon:hover {
	cursor: pointer;
}

div.help-title {
	height: 30px;
	padding-top: 6px; 
	background-color: #FCFCFC; 
	width: 100%; 
	text-align: center; 
	color: #555;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

div.help-content {
	margin: 5px;
	color: #444;
}

img.help-link {
	margin-left: 4px;
}

div.help-close {
	background-image: url('../image/icon/close-16x16.png');
	background-repeat: no-repeat;
	position:absolute;
	top: 6px;
	right: 2px;
	height:16px;
	width:16px;
}

div.help-close:hover {
	cursor:pointer;	
}

/*
.gatewayMessageDialogError.ui-dialog,.gatewayMessageDialogError.ui-dialog,.gatewayMessageDialogError.ui-widget,.gatewayMessageDialogError.ui-widget-content,.gatewayMessageDialogError.ui-corner-all,.gatewayMessageDialogError.foo,.gatewayMessageDialogError.ui-draggable,.gatewayMessageDialogError.ui-resizable {
	background:#F1A0A0 !important
}

.gatewayMessageDialogSuccess.ui-dialog,.gatewayMessageDialogSuccess.ui-dialog,.gatewayMessageDialogSuccess.ui-widget,.gatewayMessageDialogSuccess.ui-widget-content,.gatewayMessageDialogSuccess.ui-corner-all,.gatewayMessageDialogSuccess.foo,.gatewayMessageDialogSuccess.ui-draggable,.gatewayMessageDialogSuccess.ui-resizable {
	background:#e8f2e5 !important
}
*/

.gatewayMessageDialog {
	-moz-box-shadow: 0 8px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	z-index: 9999 !important;
}

.gatewayMessageDialog .ui-dialog-titlebar-close {
	display: none;
}

.dialog-icon {
	float: left; 
	margin: 0 15px 0px 0;
}

.dialog-icon-error { 
	width: 32px;
	height: 32px; 
	background-image: url('../image/icon/error-32x32.png'); 
}

.dialog-icon-success {
	width: 32px;
	height: 32px; 
	background-image: url('../image/icon/ok-32x32.png'); 
}


.premise-switcher {
	position: absolute;
	display: block;
	background-color: #F9F9F9;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	border-color: #CCC;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	height: 30px;
	padding: 5px 5px 0px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	z-index: 1040;
	text-align: center;
}

.premise-switcher:hover {
	background-color: #DDD;	
	cursor: pointer;
}

.premise-switcher-text {
	margin-left: 5px;
	margin-right: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.premise-switcher-icon {
	float: right;
	/* border: 1px solid blue; */
}

.premise-switcher-icon .premise-switcher-caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	content: "";
	margin-right: 2px;
	
	border-top: 6px solid #777777;
	border-right: 6px solid transparent;
	border-bottom: 0 dotted;
	border-left: 6px solid transparent;	
}

.premise-switcher {
	top: 0;
    left: 50%; 
	width: 280px;
    margin-left: -140px;
}

@media (max-width: 500px) {
	.premise-switcher {
		width: 240px;
		margin-left: -120px;
	}
}

@media (max-width: 440px) {
	.premise-switcher {
		width: 180px;
		margin-left: -90px;
	}
}

.premise-switcher-results {
	max-height: 220px;
	overflow: auto;
}

.premise-switcher-results a.premise-switcher-result, .premise-switcher-results .premise-switcher-no-result {
	border-bottom: 1px solid #EEE;
	padding: 4px 2px 4px 2px;
}

.premise-switcher-results a.premise-switcher-result {
	display: block;
	text-decoration: none;
}

.premise-switcher-results a.premise-switcher-result:hover {
	color: #555;
	background-color: #EEE;
}

.premise-switcher-results .premise-switcher-no-result {
	font-style: italic;
}

.premise-switcher-default {
	text-align: right;	
}

.premise-switcher-default a, .premise-switcher-default span {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.premise-switcher-group .premise-switcher-group-all {
	font-weight: bold;
	font-style: italic;
}








div.pswtch {
	position: absolute;
	
	background-color: #F9F9F9;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	border-color: #CCC;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	height: 32px;
	padding: 0px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	z-index: 1040;
}

div.pswtch:hover {
	background-color: #DDD;	
	cursor: pointer;
}


div.pswtch div.pswtch-arrow {
	/*
	background-image: url('../image/icon/nav-arrow-down.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	*/
	
	float: right;
	width: 30px;
	height: 31px;
	border-left: 1px solid #CCC;
}

div.pswtch .pswtch-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 10px;
	margin-left: 8px;
	vertical-align: middle;
	content: "";
	
	border-top: 6px solid #777777;
	border-right: 6px solid transparent;
	border-bottom: 0 dotted;
	border-left: 6px solid transparent;
}

div.pswtch-expanded .pswtch-caret {
	border-top: 0 dotted;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #777777;
	border-left: 6px solid transparent;
}


/* div.pswtch:hover div.pswtch-arrow {
	background-image: url('../image/icon/nav-arrow-down-white.png');
} */

div.pswtch-expanded div.pswtch-arrow {
	/*
	background-image: url('../image/icon/nav-arrow-up.png');
	*/
}

/* div.pswtch-expanded:hover div.pswtch-arrow {
	background-image: url('../image/icon/nav-arrow-up-white.png');
} */

div.pswtch div.pswtch-name {
	padding-top: 6px;
	white-space: nowrap;
	margin-right: 40px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}

div.pswtch div.pswtch-name span.pswtch-not-selected {
	color: #666;
	font-style: italic;	
}

div.pswtch-expanded {
	background-color: #DDD;		
}

div.pswtch-dropdown {
	/* height: 400px; */ 
	position: absolute;
	/* top: -430px; */
    display: none;
        
    background-color: #FFF;
    color: #555;
	border-color: #BBB;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 40px 10px 10px 10px;
	
	z-index: 9998; 
}

div.pswtch-dropdown div.pswtch-results {
	margin-top: 5px;
	max-height: 260px;
	overflow: auto;
}

div.pswtch-dropdown a.pswtch-result, div.pswtch-dropdown div.pswtch-no-result {
	border-top: 1px solid #CCC;
	padding: 4px 2px 4px 2px;
}


div.pswtch-dropdown a.pswtch-result {
	display: block;
	text-decoration: none;
}

div.pswtch-dropdown a.pswtch-result:hover {
	color: #555;
	background-color: #EEE;
}

div.pswtch-dropdown div.pswtch-no-result {
	font-style: italic;
}

div.pswtch-dropdown input.pswtch-filter {
	width: 100%;
	border: 1px solid #CCC;
}

div.pswtch-dropdown table.pswtch-controls {
	width: 100%;
}

div.pswtch-dropdown div.pswtch-default {
	padding-top: 4px;
	border-top: 1px solid #CCC;
	text-align: right;	
}

div.pswtch-dropdown div.pswtch-default a, div.pswtch-dropdown div.pswtch-default span {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

div.stale-warning-message {
	border: solid 1px #888;
	padding: 5px;
	background-color: #F6F4F0;
}

.pswtch, .pswtch-dropdown {
	top: 0;
    left: 50%; 
	width: 280px;
    margin-left: -140px;
}

@media (max-width: 500px) {
	.pswtch, .pswtch-dropdown {
		width: 240px;
		margin-left: -120px;
	}
}

@media (max-width: 440px) {
	.pswtch, .pswtch-dropdown {
		width: 180px;
		margin-left: -90px;
	}
}


/* Start Premise Picker */

.ppicker-dialog {
	font-size: inherit;
}

.ppicker-dialog .ui-dialog-titlebar {
	display:none;
}

div.ppicker div.ppicker-results {
	margin-top: 5px;
	height: 240px;
	overflow: auto;
}

div.ppicker a.ppicker-result, div.ppicker div.ppicker-no-result {
	border-top: 1px solid #CCC;
	padding: 4px 2px 4px 2px;
}


div.ppicker a.ppicker-result {
	display: block;
	text-decoration: none;
}

div.ppicker a.ppicker-result:hover {
	color: #555;
	background-color: #EEE;
}

div.ppicker div.ppicker-no-result {
	font-style: italic;
}

div.ppicker input.ppicker-filter {
	width: 100%;
	border: 1px solid #CCC;
}

div.ppicker table.ppicker-controls {
	width: 100%;
}

div.ppicker div.ppicker-default {
	padding-top: 4px;
	border-top: 1px solid #CCC;
	text-align: right;	
}

div.ppicker div.ppicker-default a, div.ppicker div.ppicker-default span {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

.ppicker-name[readonly] {
	background-color: #FFF;
}

/* End Premise Picker */



/***************************
	Not Subscribed styles
****************************/
.notSubscribedOverlay{
	background-color: grey;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

.notSubscribedMessage{
	background-color: white;
    filter:alpha(opacity=95); /* IE */
    opacity: 0.95; /* Safari, Opera */
    -moz-opacity:0.95; /* FireFox */
    z-index: 25;
	position:absolute;
	top:25%;
	left:30%;
	font-size:120%;
	padding:10px;
}

.no-title-dialog .ui-dialog-titlebar {
	display:none;
}


/***************************
	Food safety styles
****************************/
table.food-safety-summary tr.food-safety-empty td {
	font-style: italic;
	color: #666;
}


table.food-safety-summary tr.food-safety-error td.food-safety-error-count {
	color: red;
}

table.food-safety-summary tr.food-safety-warn td.food-safety-error-count {
	color: #FEB900;
}

table.food-safety-summary tr.food-safety-good td.food-safety-error-count {
	color: green;
}

.dqam-compliance-success {
	color: green;
}

.dqam-compliance-warning {
	color: #FEB900;;
}

.dqam-compliance-error {
	color: red;
}

div.errorFlyout {
	position:absolute;
	width:auto;
	max-width: 250px;
	height:auto;
	background:white;
	z-index:10000;
	display:none;
	border:solid 1px black;
	text-align: left;
	white-space: normal;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 10px 10px 10px;
}

.errorFlyoutAnchor:hover + .errorFlyout{
 display:block;
}

.errorFlyoutAnchor:focus + .errorFlyout{
 display:block;
}

/*******************
	Form Styles
*******************/

.form-field-error {
	font-style: italic;
	color: #a94442;
}

.required-indicator {
	color: red;
}

div.form-separator {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	zoom: 1;
	border-bottom: 1px solid #F3F3F3;
}

div.form-header-separator {
	margin-bottom: 10px;
	height: 1px;
	zoom: 1;
	border-bottom: 1px solid #F3F3F3;
}

.form-header {
	/* font-weight: bold; */
	font-style: italic;
	color: #BBB;
	font-size: 16px;
	margin-left: 0px;
	/*  color: #888; */
}

.control-col-label {
	padding-top: 7px;
	margin-bottom: 0;
	font-style: italic;
	font-weight: normal;
}

.form-group a {
	text-decoration: underline;
}

.modal-header .close {
	padding-left: 50px;
}

.widget-no-data {
	margin-top: 30px;
	text-align: center;
	font-size: 40px;
	font-wight: bold;
	font-style: italic;
	color: #BBBBBB;
}

@media (min-width: 768px) {
    .align-sm-right {
        text-align: right;
    }
}

.no-data {
	font-weight: bold;
	font-style: italic;
	color: #8a6d3b;
	font-size: 16px;
}

@media (min-width: 768px) {
	.form-inline .form-group {
 	   margin: 5px 10px;
 	   vertical-align: top;
	}
	
	.form-inline .form-control-static {
		min-height: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.has-error .input-group-btn .btn {
	border-color: #a94442;
}

.form-horizontal .nested-form-group {
	margin-right: -15px;
	margin-left: -15px;	
}

th.sortable {
	text-decoration: underline;
	cursor: pointer;
}

th.sort-current {
	background-color: #F6F6F6;
}

button.destructive {
	color: #a94442
}

.table a {
	text-decoration: underline;
}

.table a.btn {
	text-decoration: none;
}

.update-loading {
	background: url('../image/jquery/indicator.gif') no-repeat center 5px;
	height: 30px;
}

.update-message {
	font-size: 14px;
	/* font-weight: bold; */
	text-align: center;
	color: #999999;
}
