body > .container {
  padding: 60px 15px 0;
}
code {
  font-size: 80%;
}

#feedback {
	margin: auto;
	width: 80%;
	position: fixed;
	top: 60px;
	left: 10%;
	z-index: 100;
}
.main {
	margin-top: 60px;
}

.vcenter {
	margin-top: auto;
	margin-bottom: auto;
}

.sm-loading {
	width: 100%;
	height: 100%;
	z-index: 4000;
	background-color: #fff;
	position: absolute;
	text-align: center;
	font-size: 96px;
	color: #dde;
}
.sm-loading span {
	position: absolute;
	margin-top: 20%;
}

i.fv-plugins-icon {
	/* fix formvalidation icon positioning */
	margin-right: 0.75rem;
}

/* fix datepicker */
.input-group-addon {
	padding: 0.375rem 0.75rem;
}

.highcharts-credits {
	display: none !important;
}

.navbar-toggle {
	float: left;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
}

footer {
	padding-left: 15px;
	padding-right: 15px;
}

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

.reportsel-site {
	background-color: #fafaf8;
	padding: 10px;
	margin: 10px;
	margin-bottom: 0px;
	border-radius: 4px;
	display: table;
}
.reportsel-site-name {
	width: 100%;
	font-size: 18px;
	color: #555;
}
.reportsel-btn {
	display: table-cell;
	float: left;
	width: 160px;
	margin-top: 4px;
}
.reportsel-btn  button {
	width: 154px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hsc-btn {
	text-decoration: none;
}

.table-sysmon td {
	white-space: nowrap;
}
.table-sysmon th {
	word-break: break-all;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #337ab7; 
    color:#fff;
}


.tab-bar {
	display: table;
	width: 100%;
}
.tab-bar * {
	display: table-cell;
}

nav.tab {
	display: table;
}

nav.tab div {
	display: table-cell;
	width: 80px;
	text-align: center;
	border: 2px solid #f0f0ff;
	height: 31px;
	margin-bottom: -4px;
}

nav.tab div.active {
	background-color: #f0f0f0;
}

.hamburger-menu:before {
	content: "\2630";
}
.hamburger-menu {
	display: inline block;
	color: #333;
	font-size: 18px;
	height: 20px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /* background-color: #f5f5f5;*/ 
  background-color: #eeeeee;
  z-index: 1001;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


     
.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #56c080;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.table>:not(caption)>*>* {
  color: inherit;
  background-color: inherit;
}

.alert-old {
	color: #555;
}

.alert-ancient {
	color: #888;
}
