/*
 * Style tweaks
 * --------------------------------------------------
 */
html {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
/*
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}
*/


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body.headless {
	overflow: hidden;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 100px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

#footer .container {
  /* width: auto; */
  /* max-width: 680px; */
  padding: 0 15px;
}
#footer .container .credit {
  margin: 20px 0;
}


/*
 * Custom Style
 * --------------------------------------------------
 */

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	border-color: #ddd;
	font-weight: bold;
	color: #563d7c;
	text-shadow: 0 1px 0 #fff;
	background-color: #f7f5fa;
}

.main-container {
	padding-top: 100px;
}

.main-lead {
	padding-bottom: 20px;
}

.panel-footer {
	background: transparent;
	border-top: 0;
}
.panel-body {
	min-height: 100px;
}

.first-heading {
	margin-top: 0;
	margin-bottom: 50px;
}

.progress {
	margin-bottom: 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	/*padding:25px; original-max*/
	padding: 15px;
}

th.project-id,
th.start-date{
	width:100%;
}

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */

.bs-docs-nav {
  text-shadow: 0 -1px 0 rgba(0,0,0,.15);
  background-color: #563d7c;
  border-color: #463265;
  box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.bs-docs-nav .navbar-collapse {
  border-color: #463265;
}
.bs-docs-nav .navbar-brand {
  color: #fff;
}
.bs-docs-nav .navbar-nav > li > a {
  color: #cdbfe3;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #cdbfe3;
	border-bottom-color: #cdbfe3;
}

.bs-docs-nav .navbar-nav > li > a:hover {
  color: #fff;
}
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #463265;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #463265;
}

.bs-docs-nav .navbar-toggle {
  border-color: #563d7c;
}
.bs-docs-nav .navbar-toggle:hover {
  background-color: #463265;
  border-color: #463265;
}

.dropdown-menu > li > a {
	text-shadow: none;
	padding: 5px 20px;
}


@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #cdbfe3;
	}
	.dropdown-menu .divider {
		display: none;
	}
}


.close-project-form,
.delete-project-form {
	display: none;
}

.project-summary {
	margin-bottom: 80px;
}
.project-summary p.lead {
	margin-bottom: 40px;
}
.project-summary .table > thead > tr > th,
.project-summary .project-summary .table > tbody > tr > th,
.project-summary .table > tfoot > tr > th,
.project-summary .table > thead > tr > td,
.project-summary .table > tbody > tr > td,
.project-summary .table > tfoot > tr > td {
	padding: 8px;
}
.project-graph {
	margin-bottom: 80px;
}
.project-map {
	margin-bottom: 80px;
}
.project-map p.lead {
	margin-bottom: 50px;
}
.chart-canvas {
	margin: 10px 5px 60px;
	width:100%; height: 300px;
}
.map-canvas {
	width: 95%; height: 500px;
}

.info-box {
	height: 40px;
}

.machine-container {
	display: inline-block;
}

.table-scroll{
	
    max-height: 200px;
    margin-bottom: 10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;

}