/* ==========================================================================
	 GOTHAM
	 ========================================================================== */
@font-face {
  font-family: 'Gotham';
  src: url("/font/gotham-light-webfont.eot");
  src: local("☺"), url("/font/gotham-light-webfont.woff") format("woff"), url("/font/gotham-light-webfont.ttf") format("truetype"), url("/font/gotham-light-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("/font/gotham-book-webfont.eot");
  src: local("☺"), url("/font/gotham-book-webfont.woff") format("woff"), url("/font/gotham-book-webfont.ttf") format("truetype"), url("/font/gotham-book-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("/font/gotham-medium-webfont.eot");
  src: local("☺"), url("/font/gotham-medium-webfont.woff") format("woff"), url("/font/gotham-medium-webfont.ttf") format("truetype"), url("/font/gotham-medium-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("/font/gotham-bold-webfont.eot");
  src: local("☺"), url("/font/gotham-bold-webfont.woff") format("woff"), url("/font/gotham-bold-webfont.ttf") format("truetype"), url("/font/gotham-bold-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
html, input {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html:after {
  content: '';
  font-family: Gotham;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1, h2, h3 {
  font-weight: 500;
}

h1, h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 3.75em;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.375em;
  }
}

h2 {
  font-size: 1.875em;
}

p, li {
  line-height: 1.5;
}

a {
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

/* Commons 
**************************/
ol, ul {
	list-style-position: inside;
}
a, a img, img, form, fieldset {
	border: none;
}
a:hover {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clear {
	display: block;
	clear:both;
	width: 100%;
	height:0;
	text-height:0;
}
/* End hide from IE-mac */
.mainContainer {
	width: 1000px;
	min-height:800px;
	margin: 0 auto;
	
}
input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	height: 50px;
	width: 220px;
	margin: 15px 40px;
	padding:0px 10px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
}
input[type="submit"],input[type="button"], select {
	background: #ccc;
	border: none;
	height: 32px;
	color: #fff;
	width: 180px;
	padding:0px 10px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
}
input[type="submit"]:hover ,input[type="button"]:hover {
	background: #999;
	cursor: pointer;
}
input:focus { 
    outline: none;
}
input#inputJobCode {
	text-transform:uppercase;
	margin-top: 200px;
}
div#newJob {
	position: relative;
	margin: 0 auto;
	width: 996px;
}
.client select {
	width: 233px;
	height: 32px;
	overflow: hidden;
	background: #ddd;
	border: none;
	margin: 5px 40px;
	padding-left: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
 	-moz-border-radius:: 0px;
	border-radius: 0px;
}
.jobNum {
}
.jobTitle {
}
label {
	display: inline-block;
	width: 100px;
}
label.error {
	width: 200px;
}
.drop {
	margin-left: 40px;	
}
.formSubmit {
	margin-left: 40px;
}
.formData {
	margin: 40px;
}
.formImage {
	margin: 40px auto;
	width: 800px;
}
.sectionTitle {
	float: left;
}
.addRemoveBtns {
	float:right;
}
.dropzone {
	margin: 10px 0;
	border: 1px solid #ccc;
	min-height: 250px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.1);
}
.hidden {
	display: none;
}

.result {
	margin: 40px auto;
	width: 800px;
	min-height: 200px;
	border: 1px solid #ccc;
}
ui-widget-content {
	border: 1px solid #ccc;
	list-style:none;
		
}
 .ui-menu {
	 width: 220px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	background: #fff;
	box-shadow: 0px 4px 5px rgba(214,214,214,0.8);
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 8px 1em 8px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu-item:hover,.ui-menu-item:select {
	background: #eee;	
}

#introContainer {
	text-align:center;
	background:#eee;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0%;
   -moz-box-shadow:    inset 0 0 300px rgba(200, 200, 200, 0.5);
   -webkit-box-shadow: inset 0 0 300px rgba(200, 200, 200, 0.5);
   box-shadow:         inset 0 0 300px rgba(200, 200, 200, 0.5);

}
#formContainer {
	background: #fff;
	text-align:center;
	width: 100%;
	position:absolute;
	top: 100%;
	overflow: auto;
	display: none;
}
input[readonly="readonly"] {
	color: #ccc;
	border: none;	
	
}
.theForm {
	width: 996px;
	margin: 0 auto;	
}
.formImage {
	text-align:left;
}
.back {
	float: right;
}
.dz-image {
	background: url(/images/loading.gif) no-repeat center;
}
/* Login page */
#loginBg {
background: url(/images/homepage.jpg) no-repeat center / cover;
overflow:hidden;
}
.verticalAlign {
	width: 100%; height:48%;
}

.login_box {
	text-align: center;
	position: relative;
	width: 500px;
	margin: 0 auto;
	color:#fff;
}
.login_box input[type="text"], .login_box input[type="password"] {
	width: 360px;	
	background:#fff;
}
.login_text {
	text-transform: uppercase;
}
.login_box input[type="submit"] {
	position: relative;
	border: 1px solid #fff;
	height: 50px;
	background: none;
	margin: 0 auto;
	-webkit-transition: background 0.2s, color 0.2s; 
    transition: background 0.2s, color 0.2s;
}
.login_box input[type="submit"]:hover {
	background: #fff;	
	color: #000;
}
.error {
	font-weight: bold;
	color:#ff0000;
}
/* -- Viewroom -- */

.gallery li {
	display:inline;
	margin: 20px;
}