/* PAGE ELEMENTS
==================================================================================================== */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-size: .9375em;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* TYPOGRAPHY
==================================================================================================== */

h1 {
	font-size: 2em;
	font-weight: bold;
	color:#005F9E;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 1.375em;
	font-weight: bold;
	color:#005F9E;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-weight: bold;
}

p {
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

a, a:visited {
	color: #005F9E;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	margin: 0px 0px 10px 0px;;
	padding: 0px;
}

#content ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	background :url(../img/list-icon-gray.png) 0 0 no-repeat;
}

#content hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
	margin: 15px 0px 10px 0px;
}


/* TYPOGRAPHY (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

}


/* HEADER / NAV ELEMENTS
==================================================================================================== */

#header-wrap {
	width: 100%;
	height: 65px;
	background: #fff;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #fff;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}

#header {
	height: 65px;
	background: url(../img/header-bg.png) 0 0 no-repeat;
}

#logo {
	float: left;
	margin: 12px 0px 0px 25px;
}

#header-contact {
	text-align: center;
	float: right;
	padding: 13px 20px 0px 0px;
	font-size: .9375em;
	line-height: 1.3;
	color: #005F9E;
	font-weight: bold;
}

#header-logout, #header-contact-button {
	height: 65px;
	padding: 0px 12px 0px 0px;
	float: right;
	color: #fff;
}

#header-logout a, #header-contact-button a {
	height: 30px;
	display: block;
	font-weight: bold;
	border-radius: 0px 0px 4px 4px;
	background: url(../img/cart-bg.gif) 0 0 repeat-x;
	padding: 20px 10px 0px 10px;
	color: #444;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .3);
}

#header-logout a:hover, #header-contact-button a:hover {
	text-decoration: none;
	background-position: 0px -70px;
}

#search-wrap {
	margin: 0px 15px 25px 15px;
}

#search {
	width: 100%;
	padding: 12px 0px;
	background: url(../img/search-bg.gif) 0 0 repeat-x;
	border-radius: 0px 0px 8px 8px;
}

#search-wrap .inventory {
	float: left;
	padding: 0px 0px 0px 15px;
}

#search-wrap .inventory a {
	display: block;
	padding: 5px 10px;
	background: url(../img/inventory-bg.png) 0 0 repeat-x;
	color: #555;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#search-wrap .inventory a:hover {
	text-decoration: none;
	background-position: 0px -40px;
}

#search-wrap .partsearch {
	float: right;
	margin: 0px 15px 0px 0px;
}

#search-wrap .partsearch label {
	color: #fff;
	padding: 0px 10px 0px 25px;
	border-left: 1px solid #fff;
	float: left;
	line-height: 24px;
}

#search-wrap .partsearch input[type="text"] {
	width: 200px;
	float: left;
	margin: 0px 5px 0px 0px;
}

#search-wrap .partsearch input[type="submit"] {
	background: url(../img/inventory-bg.png) 0 0 repeat-x;
	color: #555;
	float: left;
}


/* HEADER / NAV ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {



}


/* HEADER / NAV ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

body {
	width: 100%;
}

#header-wrap {
	height: auto;
	background: url(../img/mobile-header-bg.png) top center no-repeat;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#header {
	height: auto;
	background: none;
	border: none;
}

#logo {
	margin: 12px 35px 5px 38px;
}

#header-contact {
	line-height: 24px;
	height: auto;
	float: left;
	color: #fff;
	font-size: .875em;
	line-height: 1.3;
	padding: 6px 0px 0px 0px;
}

#header-logout, #header-contact-button {
	height: auto;
	padding: 7px 0px;
}

#header-logout a, #header-contact-button a {
	height: auto;
	border-radius: 4px;
	background: #ccc;
	padding: 5px 10px;
	margin: 0px 0px 0px 10px;
	font-size: .875em;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .3);
}

#header-cart {
	width: 300px;
	float: left;
	border: none;
	border-top: 1px solid #ccc;
}

#header-cart a {
	line-height: 15px;
	padding: 5px 20px;
	border: none;
}

#search-wrap {
	margin: 0px;
}

#search {
	padding: 0px;
	background: none;
}

#search-wrap .inventory {
	float: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#search-wrap .inventory a {
	width: 100%;
	border: 0px;
	color: #fff;
	padding: 4px 0px;
	text-align: center;
	background: url(../img/inventory-blue-bg.png) 0 0 repeat-x;
}

#search-wrap .prescottparts {
	float: none;
	padding: 0px;
}

#search-wrap .prescottparts a {
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: 0px;
	color: #fff;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	text-align: center;
	background: url(../img/prescottparts-yellow-bg.png) 0 0 repeat-x;
}

#search-wrap .partsearch {
	display: none;
}

}


/* HEADER / NAV ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {

#logo {
	margin: 12px 90px 5px 96px;
}

#header-cart {
	width: 420px;
	float:right;
}

}



/* CONTENT ELEMENTS
==================================================================================================== */

#content-wrap {
	background: url(../img/content-bg.gif) 0 0 repeat-x;
	background-position: fixed;
}

#content {
	padding: 65px 0px 50px 0px;
	background: #fff;
	color: #555;
	min-height: 300px;
	position: relative;
	z-index: 1;
}

.title {
	padding: 0px 10px;
}

.left-wrap {
	padding: 0px 0px 0px 10px;
}

.right-wrap {
	padding: 0px 10px 0px 0px;
}

.servicerep-wrap {

}

.servicerep {
 	word-wrap: break-word;
 	padding: 0px 0px 20px 0px;
}

.servicerep h3 {
	display: block;
	font-size: 1em;
	padding: 6px;
	background: #e6e6e6;
	margin: 0px 0px 0px 0px;
}

.servicerep h4, .servicerep p {
	margin-left: 6px;
}

.servicerep .spacer {
	padding-top: 15px;
}

.servicerep .photo {
	float: left;
	width: 20%;
}

.servicerep .info {
	float: right;
	width: 77%;
}

.servicerep img {
	max-width: 100px;
	min-width: 100px;
	float: right;
	margin: 0px 0px 10px 10px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-borderoradius: 0px 0px 8px 8px;
}

.sidebar-link img {
	max-width: 100%;
	min-width: 100%;
}

table {
	width: 100%;
	margin: 0px 0px 30px 0px;
	border-collapse: collapse; 
}

th {
	padding: 6px;
	background: #e6e6e6;
	font-weight: bold;
}

td {
	padding: 6px;
	border-bottom: 1px solid #ccc;
}

table .name {
	width: 35%;
	font-weight: bold;
}

#facility .name {
	width: 45%;
}

table .asset {

}

table .status img {
	vertical-align: text-bottom;
}

table .due span {
	color: #777;
}

table .complete span {
	color: #448e03;
}

table .complete a {
	color: #448e03;
	text-decoration: underline;
}

table .asepsis {
	text-align: right;
}

table .cost, table .pm-cost, table .service-cost {
	text-align: right;
}

#facility .cost {
	width: 20%;
}

#tabs-wrap {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #005f9e;
}

#tabs-wrap ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabs-wrap ul li {
	background: none;
	display: inline-block;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#tabs-wrap ul li a {
	display: block;
	font-weight: bold;
	padding: 4px 15px;
	background: #e6e6e6;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
}


#tabs-wrap ul li a:hover {
	background: #ddd;
	text-decoration: none;
}

#tabs-wrap ul li a.active {
	background: #005f9e;
	color: #fff;
}

#tabs-wrap ul li a.active:hover {
	background: #005f9e;
}

#contract-wrap {
	padding: 0px 0px 30px 0px;
}

.contract-status {
	width: 100%;
	height: 40px;
	position: relative;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.contract-status .available {
	width: 100%;
	height: 40px;
	background: url(../img/contract-available-bg.png) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.contract-status .used, .contract-status .service-used {
	height: 40px;
	background: url(../img/contract-used-bg.png) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.contract-status .pm-used {
	height: 40px;
	background: url(../img/pm-used-bg.png) repeat-x;
	position: absolute;
	top: 0px;
	z-index: 3;
}

.used-text {
	float: left;
	width: 50%;
	font-size: 1.25em;
	font-weight: bold;
}

.used-text .service {
	color: #005f9e;
}

.used-text .pm {
	color: #7eb546;
}

.available-text {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 1.25em;
	font-weight: bold;
}

.used-text span, .available-text span {
	font-size: .75em;
	font-weight: normal;
	color: #555;
}



/* CONTENT ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

#content-wrap {
	background:none;
}

#content {
	padding: 15px 0px 50px 0px;
}

.title {
	padding: 20px 0px 0px 0px;
}

.left-wrap {
	padding: 0px;
}

.right-wrap {
	padding: 0px;
}

table .name, #facility .name {
	width: auto;
}

table, thead, tbody, th, td, tr { 
	display: block; 
}

thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td { 
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%;
}

td:nth-of-type(1) {
	padding-left: 6px;
}
	
td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}

table .name {
	border-top: 8px solid #e6e6e6;
	color: #005f9e;
	width: auto;
}

td:before {
	font-weight: bold;
}

table .asepsis {
	text-align: left;
}

table .cost, table .pm-cost, table .service-cost {
	text-align: left;
}

#status td:nth-of-type(1):before { content: ""; }
#status td:nth-of-type(2):before { content: "Asset ID"; }
#status td:nth-of-type(3):before { content: "PM Status"; }
#status td:nth-of-type(4):before { content: "Sterile Supplies"; }

#history td:nth-of-type(1):before { content: ""; }
#history td:nth-of-type(2):before { content: "Asset ID"; }
#history td:nth-of-type(3):before { content: "Repair Info"; }
#history td:nth-of-type(4):before { content: "Date"; }
#history td:nth-of-type(5):before { content: "PM Cost"; }
#history td:nth-of-type(6):before { content: "Service Cost"; }

#facility td:nth-of-type(1):before { content: ""; }
#facility td:nth-of-type(2):before { content: "PM Due Date"; }
#facility td:nth-of-type(3):before { content: "Contract Cost"; }
#facility td:nth-of-type(4):before { content: "Cost to Date"; }

}


/* HOMEPAGE ELEMENTS
==================================================================================================== */

#homecontent {
	background: #fff;
	padding-top: 65px;
}

#homelogin-wrap {
	background: url(../img/home-bg.jpg) top center no-repeat;
	padding: 190px 0px 0px 0px;
}

#homelogin {
	height: 220px;
	background: url(../img/search-overlay-bg.png) 0 0 repeat;
	padding: 15px 0px 0px 0px;
	margin: 0 auto;
}

#homelogin h1 {
	font-size: 2.5em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#homelogin h2 {
	font-size: 1.5em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	color: #FFB621;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#homelogin .search-select {
	float: left;
	margin: 0px 0px 15px 0px;
}

#homelogin .search-submit {
	padding: 40px 0px 0px 0px;
}

#homelogin div.styled {
}

#homelogin select, #homelogin input[type="text"], #homelogin input[type="password"] {
	width: 350px;
	margin: 0px 15px 0px 0px;
	font-size: 1.25em;
	padding: 10px;
	color: #444;
}

#homelogin input[type="submit"], #homelogin input[type="button"] {
	font-size: 1.0625em;
	background: #FFB621;
	border: 1px solid #FFB621;
	color: #000;
	padding: 10px 30px;
}

#homecopy-wrap {
	width: 100%;
	background: #e0e2e3;
	padding: 20px 0px 0px 0px;
}

#homelogin .remember {
	color: #fff;
	clear: left;
}

.homepassword {
	padding: 0px 0px 15px 0px;
}

.homepassword .accordionButton {
	padding: 5px 0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #005f9e;
	cursor: pointer;
}

.homepassword .accordionContent {	
	padding: 5px 0px 10px 0px;
	display: none;
}

.homepassword p {
	margin: 0px 0px 12px 0px;
}

.homepassword input[type="text"] {
	font-size: 15px;
}


/* HOMEPAGE ELEMENTS (SMALL DESKTOP)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1159px) {

#homelogin h1 {
	font-size: 2.25em;
}

#homelogin select, #homelogin input[type="text"], #homelogin input[type="password"] {
	width: 270px;
}

}


/* HOMEPAGE ELEMENTS (TABLET)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#homelogin h1 {
	font-size: 1.875em;
}

#homelogin select, #homelogin input[type="text"], #homelogin input[type="password"] {
	width: 200px;
}

}


/* HOMEPAGE / NAV ELEMENTS (LANDSCAPE MOBILE)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {

#homelogin h1 {
	font-size: 1.8125em;
}

}


/* HOMEPAGE ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {

#homecontent {
	padding: 0px;
}

#homelogin-wrap {
	background: url(../img/home-bg.jpg) top center no-repeat;
	padding: 0px;
}

#homelogin {
	height: 410px;
	padding: 0px;
}

#homelogin h1 {
	font-size: 1.625em;
	line-height: 1.3;
	padding: 30px 20px 0px 20px;
}

#homelogin h2 {
	font-size: 1.375em;
}

#homelogin form {
	padding: 10px 20px 0px 20px;;
}

#homelogin form div {
	width: 100%;
}

#homelogin .remember {
	padding: 15px 0px 0px 0px;
}

#homelogin select, #homelogin input[type="text"], #homelogin input[type="password"] {
	width: 100%;
}

.homepad {
	padding: 0px 20px;
}

}




/* FOOTER ELEMENTS
==================================================================================================== */

#footer-wrap {

}

#footer {
	border-top:30px solid #005F9E;
    clear:both;
    color:#1E1E1E;
    font-size:12px;
}

div#address {
    font-weight:bold;
    margin:15px 0;
    text-align:center;
    line-height:18px;
}


/* FOOTER ELEMENTS (MOBILE)
================================================== */

@media only screen and (max-width: 767px) {



}




/* FORMS
==================================================================================================== */

input, textarea {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: inherit;	
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	box-sizing: border-box;
	box-shadow: inset 1px 1px 1px #ccc;
	-moz-box-shadow: inset 1px 1px 1px #ccc;
	-webkit-box-shadow: inset 1px 1px 1px #ccc;

}

input[type="text"], textarea, input[type="file"], input[type="password"], input[type="number"] {  
	font-size: 1em;
	border: solid 1px #ccc;
	background: #f5f5f5;
	padding: 5px 10px;
	color: #555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ie9 input[type="text"] { 
	line-height: normal; /* Get the stuff to line up right */
}

input[type="text"]:focus, textarea:focus {
	border-color: #fdb538;
}
	
input[type="submit"], input[type="button"], input[type="reset"] { 
	font-size: 1em;
	padding: 5px 10px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: inherit;
	background: #005f9e;
	border: 1px solid #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
