html,
body {
	background: url('../img/bg-whitenoise.png') repeat #1b1b1b;
	height: 100%;
	color:#AAAAAA;
}

body {
	padding-top:46px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
	color: #333333;
	font-weight: normal;
}

#searchform input[type="text"],
#searchgroupsform input[type="text"] {
	background-color:#434343;
}

#searchform ::-webkit-input-placeholder,
#searchgroupsform ::-webkit-input-placeholder{
	color:#F1AF47;
	font-weight:bold;
}
#searchform :-moz-placeholder,
#searchgroupsform :-moz-placeholder {
	color:#F1AF47;
	font-weight:bold;
}
#searchform ::-moz-placeholder,
#searchgroupsform ::-moz-placeholder {
	color:#F1AF47;
	font-weight:bold;
}
#searchform :-ms-input-placeholder,
#searchgroupsform :-ms-input-placeholder {
	color:#F1AF47;
	font-weight:bold;
}

#searchform button.icon-search.icon-white,
#searchgroupsform button.icon-search.icon-white {
	border:0 none;
	background-color:transparent;
}

#searchform input[type="text"],
#searchform .add-on,
#searchgroupsform input[type="text"],
#searchgroupsform .add-on {
	background-color:#434343;
	border-color:#434343;
	color:#FFFFFF;
	font-weight:bold;
}

#searchform input.input-xlarge,
#searchgroupsform input.input-xlarge {
	width:700px;
}

body.deviceGroups #searchform,
#searchgroupsform {
	display:none;
}
body.deviceGroups #searchgroupsform {
	display:block;
}

.analytics-panel .navbar {
	margin-bottom:0px;
}
.analytics-panel .navbar .nav > li {
	line-height:20px;
}
.analytics-panel .navbar .nav > li > a.text-error,
.analytics-panel .navbar .nav > li > a.text-error:hover {
	color:#DA544D;
}
.analytics-panel .navbar .nav > li > a.text-warning,
.analytics-panel .navbar .nav > li > a.text-warning:hover {
	color:#F1AF47 ;
}
.analytics-panel .navbar .nav > li > a.text-success,
.analytics-panel .navbar .nav > li > a.text-success:hover {
	color:#58BA58;
}
.analytics-panel .navbar .nav > li > a,
.analytics-panel .navbar .nav > li > a:hover {
	padding-right:90px;
	font-size:20px;
	position:relative;
	text-shadow:none;
	color:#eeeeee;
}
.analytics-panel .navbar-inner {
	background-color:#4c4c4c;
	background-image:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color:transparent;
}
.analytics-panel .divider-vertical,
.navbar.status-bar .divider-vertical {
	border-right-color: #515151;
	border-left-color: #515151;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
}
.analytics-panel .divider-vertical:last-child,
.navbar.status-bar .divider-vertical:last-child {
	display:none;
}
.analytics-panel .analytics-loading {
	float:left;
	margin:5px 0 5px 5px;
}
.analytics-panel .nav > li > a span.analytics-label {
	font-size:9px;
	width:80px;
	display:block;
	line-height:12px;
	position:absolute;
	top:10px;
	right:5px;
	text-transform:uppercase;
	color:#999999;
}
.analytics-panel .navbar .nav > li > a.selected:link,
.analytics-panel .navbar .nav > li > a.selected:hover,
.analytics-panel .navbar .nav > li > a.selected:visited,
.analytics-panel .navbar .nav > li > a.selected:active,
.analytics-panel .navbar .nav > li > a.selected {
	background-color:#6b6b6b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.navbar.status-bar {
	margin-bottom:0;
}
.navbar.status-bar .navbar-inner {
	background-image: none;
	background-color: #414141;
	border-color: transparent;
	border-radius: 0px;
	text-shadow:none;
	color:#eee;
}
.navbar.status-bar .nav > li > a {
	text-shadow:none;
	color:#eee;
}

.dropdown-menu > li > label {
	padding: 3px 20px 3px 40px;
}
.navbar-inner form {
	margin:0;
}

#wrap {
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	min-height: 100%;
}

#wrap .container {
	border-radius: 4px;
	margin-top: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.brand span.caret {
	margin-top:5px;
}
.side-bar.section {
	width: 182px;
}

.activity-bar.section {
	right:0px;
	width: 197px;
}

.side-bar.section ul,
.side-bar.section ul li {
	list-style:none;
	font-weight:bold;
	padding-left:0;
	margin-left:0;
}

.side-bar.section ul li ul li {
	font-weight:normal;
	padding-left: 10px;
}

/* table styles */
table td .nowrap {
	white-space: nowrap;
}

#push,
#footer {
	height: 40px;
}

#footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}

#footer {
	background-color: #f5f5f5;
}

#footer .credit {
	margin: 10px 0;
}

/* override prettyCheckable style */
.prettycheckbox label {
	display: none;
	margin: 0;
}

/*
	data table style
	should probably be moved elsewhere
*/

.dataTable th {
	text-transform:capitalize;
	white-space:nowrap;
}

table.dataTable thead th {
	border-bottom: none 0;
}

table.dataTable tr.odd,
table.dataTable tr.even {
background-color: transparent;
}

.dataTable th,
.dataTable td {
	border-left:none 0;
	border-top-color: #373737;
}
table.dataTable thead th {
	font-size: 9px;
	font-weight:normal;
}

.dataTable td,
.dataTable td label {
	font-size:13px;
}

table.dataTable thead th {
	vertical-align: middle;
	padding:3px 10px;
	cursor:default;
}

table.dataTable thead th a,
table.dataTable thead th a:hover,
table.dataTable thead th a:link,
table.dataTable thead th a:active,
table.dataTable thead th a:visited {
	color:#aaaaaa;
	text-decoration:none;
}

table.dataTable tbody tr:hover {
	background-color:#414141;
}

table.dataTable tr.even td.sorting_1,
table.dataTable tr.odd td.sorting_1,
table.dataTable tr.even td.sorting_2,
table.dataTable tr.odd td.sorting_2,
table.dataTable tr.even td.sorting_3,
table.dataTable tr.odd td.sorting_3 {
	background-color:transparent;
}

table.dataTable .device-name {
	font-size:13px;
	color:#eeeeee;
}

table.dataTable a.show-device,
table.dataTable a.show-device:link,
table.dataTable a.show-device:visited,
table.dataTable a.show-device:active,
table.dataTable a.show-device:hover,
table.dataTable a.show-device-group,
table.dataTable a.show-device-group:link,
table.dataTable a.show-device-group:visited,
table.dataTable a.show-device-group:active,
table.dataTable a.show-device-group:hover {
	color:#ffffff;
	text-decoration:none;
}
table.dataTable a.show-device:hover,
table.dataTable a.show-device-group:hover {
	border-bottom:dotted 1px #ffffff;
}
table.dataTable thead th i.icon-arrow-up,
table.dataTable thead th i.icon-arrow-down {
	margin-left: 5px;
}
table.dataTable td p {
	margin:0;
}
table.dataTable td.follow i.sprites {
	display:block;
}
table.dataTable td p.show-follow i.sprites.following {
	display:none;
}

table.dataTable td p.show-unfollow i.sprites.public_group {
	display:none;
}

.label.unmonitored {
	color:#999;
}

div.dataTables_paginate span {
	font-size:16px;
}

.modal-body table.dataTable tbody tr:hover,
.modal-body table.table thead {
	background-color:transparent;
}
table#table-messages tr td {
	vertical-align:top;
}

#table-device-groups td.select,
#table-device-groups th.select,
#table-devices td.select,
#table-devices th.select {
	width:20px;
	text-align: center;
	vertical-align:middle;
}

#table-device-groups td.follow,
#table-device-groups th.follow {
	width:16px;
	text-align: center;
	vertical-align:middle;
}

#table-devices td.health-icon,
#table-devices th.health-icon {
	width:50px;
	text-align: center;
	vertical-align:middle;
}

#table-devices ul.alert-list {
	list-style:none;
	padding-left:0;
	margin-left:0;
	margin-bottom:0
}

#table-devices .empty {
	white-space:nowrap;
}

#table-device-groups td.select input[type="checkbox"],
#table-device-groups th.select input[type="checkbox"],
#table-devices td.select input[type="checkbox"],
#table-devices th.select input[type="checkbox"] {
	margin:0;
}

#table-device-groups td.notify,
#table-device-groups th.notify {
	width:40px;
	text-align: center;
}

#table-device-groups td.health,
#table-device-groups th.health {
	width:170px;
}
#table-device-groups td.devices,
#table-device-groups th.devices {
	width:80px;
}
#table-device-groups td.created-by,
#table-device-groups th.created-by {
	width:100px;
}
#table-device-groups td.date-created,
#table-device-groups th.date-created {
	width:170px;
}

/* end data table style*/

/* login page style */
.container.login {
	width:320px;
}
.container.login h5 {
	color:#eeeeee;
}
.container.login .row > p {
	color:#eeeeee;
}
.container.login form {
	background-color:white;
	border: solid 1px black;
	padding:20px;
}
.container.login form legend {
	border-bottom:0px none;
}
.container.login form .form-actions {
	text-align:right;
	background-color:transparent;
	border-top:0px none;
	padding:0;
}
/* end login page style*/

/* single device data */
.device-panel {
	position:fixed;
	width:750px;
	right:0;
	top:80px;
	bottom:0;
	overflow:auto;
	background-color:#fbfbfb;
	color:#414141;
}

.device-panel th,
.device-panel td {
    vertical-align: top;
    text-align: left;
}

.device-panel th {
	max-width:222px;
	min-width:174px;
}

.device-panel td {
	max-width:224px;
	min-width:174px;
}

.device-panel dl {
	margin-bottom:10px;
}

.device-panel dt {
	text-transform: uppercase;
}

#device-panel-account {
    font-weight: bold;
}

#device-panel-mac {
    font-weight: bold;
    font-size: 130%;
}

.device-panel .content dt {
	float:left;
	width:175px;
}

.device-panel dt {
	text-transform: capitalize;
}
.device-panel dl.device-nav {
	position:absolute;
	left:0;
	top:20px;
	z-index:5;
	/*same width as the .device-panel .content{border-left;}*/
	width:200px;
	text-indent: 20px;
}
.device-panel dl.device-nav dt {
	margin-top:10px;
}
.device-panel dt a {
	display:block;
	position:relative;
}
.device-panel dt a span.config-delta {
	left:6px;
}
.device-panel dt a,
.device-panel dt a:link,
.device-panel dt a:active,
.device-panel dt a:visited {
	color:#414141;
}

.device-panel dt a:hover {
	background-color:#4c4c4c;
	color:white;
	text-decoration:none;
}

.device-panel dt a.selected {
	background-color:#414141;
	color:white;
	text-decoration:none;
}
.device-panel .content {
	border-left:solid 200px #f4f4f4;
	height:100%;
	position:relative;
}
.device-panel .content .dismiss {
	position:absolute;
	right:20px;
	top:20px;
}
.device-panel .content .device-data {
	padding:20px;
}
.device-panel .content .device-data ul,
.device-panel .content .device-data ul li {
	list-style-type:none;
	margin-left:0;
	margin-top:3px;
	margin-bottom:3px;
}

.device-panel .content .device-data th {
    position:relative;
}

/* end single device data */

/* controls */
div.controlPanel,
div.controlPanel div.control {
	list-style-type: none;
	float:left;
}
div.controlPanel {
	background-color:#fbfbfb;
	border-bottom:solid 2px #dddddd;
	width: 100%;
	padding:10px 0;
	margin:0;
}
div.controlPanel div.control {
	padding:0 5px;
	margin:0 5px;
	position:relative;
}
div.controlPanel div.control form {
	display:none;
	position:absolute;
	top:20px;
	left:0px;
	padding:10px;
	background-color:#f5f5f5;
	min-width:300px;
}
div.controlPanel div.control.open form {
	display:block;
}
div.controlPanel div.control.open {
	background-color:#f5f5f5;
}
div.controlPanel div.control form label,
div.controlPanel div.control form input[type="text"] {
	font-size:10px;
}
div.controlPanel div.control form label {
	float:left;
	clear:both;
	width:100%;
	line-height:25px;
}
div.controlPanel div.control form input[type="text"] {
	float:right;
	height:15px;
}
div.controlPanel div.control form p {
	text-align:right;
}
/* end controls*/
/* pager */
div.dataTables_paginate {
	float:none;
}
.dataTables_paginate {
	text-align:center;
}
.pagination form {
	display:inline
}
.pagination form input[type="text"] {
	width:30px;
}
.pager-control {
	padding:8px 6px;
	margin:0 3px;
	display:inline-block;
	height:20px;
}
/* end pager */
/* modal styles */
.modal form {
	margin-bottom:0;
}
/* end modal styles*/
.analytics {
	background-color:#414141;
}
.analytics .caption h3 {
	margin:0;
}

form#searchGroups img.loader {
	float:right;
}

form#addToGroups ul,
form#addToGroups li {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
form#addToGroups li {
	padding-right:15px;
}

form#addToGroups li:hover {
	background-color:#eeeeee;
}
form#addToGroups li {
	color:#333333;
	position:relative;
	margin:1px 0;
}
form#addToGroups li label.no-add {
	color:#AAAAAA;
}
form#addToGroups li a.follow-group,
form#addToGroups li a.unfollow-group,
form#addToGroups li i.following_mine {
	position:absolute;
	right:1px;
	top:1px;
	display:none;
}
form#addToGroups li i.following_mine {
	display:block;
}
form#addToGroups li.showFollow a.follow-group,
form#addToGroups li.hideFollow a.unfollow-group {
	display:block;
}
/* TODO: remove*/
.icon-exclamation-sign {
	cursor:pointer;
}

/* health */
span.health-icon {
	display:block;
	width:14px;
	height:14px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	line-height:14px;
}
span.health-icon.info {
	background-color:#58BA58;
}
span.health-icon.warn {
	background-color:#F1AF47;
}
span.health-icon.error {
	background-color:#DA544D;
}
span.health-icon.neutral {
	background-color:#cccccc;
}
span.health-state {
	padding:0 6px 0 3px;
	border-right:solid 1px #aaaaaa;
}
span.health-state:first-child {
	padding-left:0;
}
span.health-state:last-child {
	border-right:none 0;
}
span.health-state.text-success {
	color:#58BA58;
}
span.health-state.text-warning {
	color:#F1AF47;
}
span.health-state.text-error {
	color:#DA544D;
}

span.config-delta {
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -12px;
    top: 7px;
}

span.config-delta.text-warning {
    background:#F1AF47;
}

.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav.nav-pills li.active > a {
	color:#fff;
	background-color:#08c;
}
#device-map img {
	max-width:initial;
}
#device-map dt {
	float:left;
}
#device-map dd {
	text-align:right;
}
