﻿/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

td {
	padding: 10px;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}

/* vertical-centered text */
.text-vcenter {
  	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.text-vcenter h1 {
	font-size: 3.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

/* additional sections */
#home {
  background: url(../img/newplax4.png) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #a6b6bd;
  color: #ffffff;
}

#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#contact {
	background-color: #567bb0;
	color: #ffffff;
}

#contact .glyphicon {
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	font-size: 60px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	vertical-align: middle;
	width: 140px;
}

#information {
  background: url(../img/newplax2.jpg) no-repeat center center fixed;
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 700px;
}

footer {
  padding: 20px 0;
}

footer .glyphicon {
  color: #333333;
  font-size: 60px;
}

footer .glyphicon:hover {
  color: #306d9f;
}

.greentext {
	color: #99CC00;
}

.bluetext {
	color: #0099FF;
}

.navbar-brand {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	padding-left: 5px;
}

/* loader to show user that something is happening */
.show-loader {
	background-image: url("/new/_img/loader.gif");
	background-repeat: no-repeat;
	height: 20px;
	display: inline-block;
}

/* white popup boxes for ajax css */
.white-popup {
	position: relative;
	background: #FFFFFF;
	padding: 20px;
	width: auto;
	max-width: 768px;
	margin: 20px auto;
}

/* Style for all forms on website */
.formstyle {
	width: 200px;
	float: left;
	display: block;
}
.formstyle form {
	font-size: 12px;
}

.customer_job_table {
	padding-left: 10px;
}

.customer_job_form {
	padding-left: 10px;
}

.customer-auto-search {
	width: 250px;
}

.admin-tools {
	padding: 5px;
}

.admin-tools th, .admin-tools td, .admin-tools tr {
	padding: 15px !important;
	text-align: left !important;
}

.admin-tools tr:nth-child(even) {
	background-color: #f2f2f2;
}

.fakelink {
	color: #0099FF !important;
	text-decoration: underline;
	cursor: pointer;
}
