
@media only print {
	.header-main,.footer { display: none; }
}

body {
	font: 'Calibri',Verdana,sans-serif;
	margin: 0;
	padding: 0;
}

.header-main {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 8px solid #0115D6;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.footer-logos {
    background: #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-logos img{
    height: 60px; 
}

.footer-inner {
  margin: 0 auto;
  width: 1170px;
}

.footer-bottom {
    min-height: 25px;
    background-color: #fff;
}

.footer-copyright {
    color: #ccc;
    width: 100%;
    padding: 5px;
    background-color: #343434;
}

.header {
	background: #fff;
	width: 1170px;
	margin: 0 auto;
}
.header-left {
	background: #fff;
}

.header-right {
	background: #fff;
	line-height: 70px;
	font-size: 1.2em;
	font-weight: bold;
	float: right;
}
.green-line {
    background-color: #0115D6;
    float: left;
    height: 7px;
    margin-top: 15px;
    width: 100%;
}
.header-right p {
  bottom: -25px;
    font-size: 24px;
    position: absolute;
    right: 0;
    color: #000;
}


.footer {
	background: #4A7F46;
	width: 850px;
	margin: 0 auto;
	font-size: 15px;
}
.footer-left {
	background: #4A7F46;
	width: 750px;
	float: left;
	margin: 5px 0 0;
}

.footer-right {
	background: #4A7F46;
	width: 100px;
	height: 25px;
	float: right;
	text-align: right;
	margin: 5px 0 0;
}

.tagline {
	font-size: 21px;
	color: #FFF;
}

.clear { 
	clear: both;
}

.btn-green.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #4A7F46;
  *background-color: #003bb3;
}

.btn-green:active,
.btn-green.active {
  background-color: #4A7F46 \9;
}

.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4A7F46;
  *background-color: #4A7F46;
  background-image: -moz-linear-gradient(top, #4C8F68, #4A7F46);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4C8F68), to(#4A7F46));
  background-image: -webkit-linear-gradient(top, #4C8F68, #4A7F46);
  background-image: -o-linear-gradient(top, #4C8F68, #4A7F46);
  background-image: linear-gradient(to bottom, #4C8F68, #4A7F46);
  background-repeat: repeat-x;
  border-color: #4A7F46 #4A7F46 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.modal {
	left: 30%;
	width: 70%;
}

.small {
	left: 50%;
	width: 35%;
}


.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
.aruba-content div{
	display: none;
}
.aruba-content div:first-child {
	display: block;
}
.nav-elements{
	position: relative;
	margin-top: 15px;
}
.nav-elements .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #666;
  *background-color: #666;
  background-image: -moz-linear-gradient(top, #ccc, #666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#666));
  background-image: -webkit-linear-gradient(top, #ccc, #666);
  background-image: -o-linear-gradient(top, #ccc, #666);
  background-image: linear-gradient(to bottom, #ccc, #666);
  background-repeat: repeat-x;
  border-color: #666 #666 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff666666', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.carousel-indicators { 
	z-index: 1;
}

.wait-modal {
	background-image: url('../img/wait.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 1000px;
	position: fixed;
	background-color: #000;
	opacity: .7;
	z-index: 2000;
	text-align: center;
	background-position: 50% 30%;
	display: none;
}

.create-account {
	margin-top: 20px;
}

#loginModal > .modal-body {
	padding-left: 0;
	padding-right: 0;
}

.account-label {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 12px;
	width: 100px;
	display: inline-block;
	text-align: right;
}

.form-horizontal > .alert-block {
	margin-left: 20px;
}

.iconic.book,.iconic.folder_stroke {
	font-size: 2em;
	cursor: pointer;
	margin-right: 3px;
}

.iconic.add-icons {
	font-size: 1em;
}

.small-modal {
	width: 40%;
	min-width: 400px;
	left: 50%;
}

.verysmall-modal {
	width: 20%;
	min-width: 200px;
	left: 50%;
}

.report-tree {
	list-style-type: none;
	margin-top: 5px;
}

.report-icons {
	margin-left: 20px;
}

.project-management {
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 12px;
}

.project-container {
	padding: 0 20px 0 20px;
}

.new-project-icons {
	float: right;
	margin-right: 12px;
	margin-bottom: 12px;
}

.new-project-icons .iconic {
	font-size: 2em;
}

.report-action .iconic {
	font-size: 1.5em;
	margin-left: 3px;
}

.equalizer {
	margin-right: 20px;
	float: right;
}

.iconic.check_alt {
	color: green;
	font-size: 3em;
}

.iconic.x_alt {
	color: red;
	font-size: 3em;
}

.pavement-diagram { width: 250px; height: 250px; border: 1px solid #000; position: relative; border-bottom: none; margin-bottom: 40px; }
.pavement-diagram.medium { width: 200px; height: 200px; }
.pavement-diagram.no-border { border-color: #eee; }
.small-diagram { width: 150px; height: 150px; border: 1px solid #000; position: relative; border-bottom: none; margin: 5px 20px 0 0; }
.pavement-diagram .layer { width: 100%; position: absolute; border-top: 1px solid #000; border-bottom: 1px solid #000; text-align: center; color:}
.pavement-diagram.no-border .layer { border-left: 1px solid #000; border-right: 1px solid #000; margin-left: -1px;}
.pavement-diagram .subbase { width: 100%; height: 30px; position: absolute; background-image: url('images/layer-subgrade.jpg'); top: 100%; border: 1px solid #000; border-top: none; margin-left: -1px; text-align: center; }
.pavement-diagram .subbase span, .pavement-diagram .layer span { color: #fff;}
.pavement-diagram .subbase span { line-height: 30px; }
.pavement-diagram .hma { background-image: url('images/layer-hma.jpg'); }
.pavement-diagram .pcc,  .pavement-diagram .jrcp, .pavement-diagram .jpcp, .pavement-diagram .crcp{ background-image: url('images/layer-pcc.jpg'); }
.pavement-diagram .bond-breaker { background-color: #007AFF; font-size: .9em !important; }
.pavement-diagram .pulverize { background-color: #007AFF; font-size: .9em !important; }
.pavement-diagram .rubblize { background-color: #007AFF; font-size: .9em !important; }
.pavement-diagram .saw-crack-seat { background-color: #007AFF; font-size: .9em !important; }
.pavement-diagram .granular_base { background-image: url('images/layer-granular.jpg'); }
.pavement-diagram .stabilized_base { background-image: url('images/layer-cement-stabilized.jpg'); }
.pavement-diagram .stabilized_subgrade { background-image: url('images/layer-stabilized-subgrade.jpg'); }
.distress-review .check { display: none; }
.accordion-heading { font-weight: bold; font-size: 1.2em;}
.table-col-2 td{ width: 33%; }
.table-col-3 td{ width: 25%; }
.report-tree.root { margin-left: 0px; }
.btn.pull-right { margin-right: 15px; }
.table th.text-center { text-align: center;}
.opened-folder { color: #0115D6; font-weight: bold;}
.center { text-align: center;}
#loginModal { min-width: 800px; }
#loginModal .registered { width: 49%; float: left; }
#loginModal .unregistered { width: 49%; float: left; border-left: 1px solid #ccc;}
.clear-reports { margin-right: 12px; }
.required { font-weight: bold;}
#account_details .control-label,#create_account .control-label { width: 200px; margin-right: 12px;}
#nav_elements {float:right}
.title {
font-weight: bold;
font-size: 1.5em;
line-height: 80px;
vertical-align: bottom;}
.footer-main {
    border-top: 8px solid #0115D6;    
    background-color: #ddd;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
#mainContainer {min-height: 550px}