
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    background: #fff;
}
#wrap {
    min-height: 100%;
}

#wrap.hide{position: absolute;top: 0;width: 100%;height: 100%;overflow: hidden;}

a {
    color: #0067b1;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* Header
------------------------------------- */

.site-header {
    border-top: 14px solid #0067b1;
    width: 100%;
    z-index: 10;
}
.site-header .alert {
    top: 15px;
    left: 0%;
    margin: 0 auto;
    color: white;
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
}
.site-header .alert-count {
    top: 20px;
    left: 0%;
    margin: 0 auto;
    color: white;
    background: #047bcc;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 1.7;
    font-size: 18px;
    border: 1px solid #005690;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    z-index: 10;
    cursor: pointer;
}
.site-header .alert-message {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    background: #047bcc;
    padding: 2px 10px 2px 24px;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid #005690;
    z-index: -1;
    white-space: nowrap;
}
.login-page .site-header, .eula-page .site-header {
    position: absolute;
}
.header-image .title-area {
    margin-bottom: 0;
    min-width: 250px;
}

.site-title a {
    background: url(../Images/hensley-logo.png) no-repeat !important;
    display: block;
    width: 300px;
    height: 236px;
}
/* Social Media Buttons
------------------------------------- */

#social {
    position: absolute;
    top: 14px;
}
#social ul li {
    list-style: none;
    padding: 0 0 0 12px;
    float: left;
}
    #social ul li a {
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        height: 32px;
        width: 32px;
        border: 0;
        border-radius: 3px;
        background: rgba(0, 103,177, 1) url(../Images/social-media.png) no-repeat;
        display: block;
    }
#social #fb a {
    background-position: 0px 0px;
}
#social #twit a {
    background-position: -32px 0px;
}
#social #linked a {
    background-position: -64px 0px;
}
#social #youtube a {
    background-position: -96px 0px;
}
#social #kshop a {
    background-position: -128px 0px;
}
    #social a:hover {
        background-color: #EF3F43;
    }
/* Footer
------------------------------------- */

.site-footer {
    position: relative;
    width: 100%;
    background-color: #818386;
    color: #fff;
	height: 35px;
	margin-top: -35px;
    clear: both;
    font-size: 14px;
    text-align: center;
    z-index: 99;
}

.login-page .site-footer, .eula-page .site-footer {
    position: absolute;
    bottom: 0;
    background-color: #0067b1;
    background-color: rgba(0, 103, 177, 1);
    margin: 0;
    height: 75px;
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: white;
	font-weight:bold;
}
.site-footer p {
	padding: 0;
	line-height: 35px;
	    margin: 0;
}
.login-page .site-footer p, .eula-page .site-footer p {
    padding: 0;
    line-height: 75px;
}
.login-page .announcement, .eula-page .announcement {
    clear: both;
    line-height: 1.4;
    margin: 0 auto 20px auto;
}
h1 {
    font-size: 24px;
    font-weight: bold;
    clear: both;
    margin: 40px auto;
}
form {
    margin: 0 auto 40px auto;
    width: 300px;
}
.search {
    padding: 8px 15px;
}
input {
    border: 1px solid #000;
    padding: 6px;
    font-size: 16px;
}
#search {
    z-index: 20;
    position: relative;
    top: 15px;
    right: 50px;
}
#search input {
    width: 200px;
    background: #f1f1f1 url(../Images/search.png) no-repeat 175px 7px;
}
input[type=button] {
    position: relative;
    padding: 6px 15px;
    margin: 0;
    border: 1px solid #000;
    background-color: #0067b1;
    color: #fafafa;
    border-radius: 4px;
    width: 284px;
}

    input[type=button]:hover {
        background-color: #EF3F43;
        cursor: pointer;
    }
/* Machine Tiles
------------------------------------- */

.machine-wrapper {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 75px;
}
.machine {
    width: 475px;
    height: 200px;
    position: relative;
    float: left;
    margin: 0 auto 20px auto;
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.machine nav {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}
.machine-navigation a::after,
.machine-navigation a::before {
    content: '';
}
.machine-navigation a {
    height: 50px;
    width: 50px;
    border-right: 1px solid black;
    position: relative;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.machine-navigation li:last-child a{border-right:0;}
.machine.current .machine-navigation li:last-child a{border-right:1px solid black;}

.machine-navigation a:hover {
    background: #fff;
    background: rgba(0, 0, 0, 0.7);
}
.machine-navigation a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 95px;
    width: 95px;
    background-image: url("../Images/tile-icons-small3.png");
    background-repeat: no-repeat;
}
.machine-navigation a[data-content='analytics']::before {
    background-position: 0 0;
}
.machine-navigation a[data-content='tech-manuals']::before {
    background-position: -50px 0;
}
.machine-navigation a[data-content='safety']::before {
    background-position: -100px 0;
}
.machine-navigation a[data-content='support']::before {
    background-position: -150px 0;
}
.machine-navigation a[data-content='parts-books']::before {
    background-position: -200px 0;
}
#machine-unavailable,
#machine-noresults {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}
.alert {
    border-radius: 50%;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: -9px;
    right: -7px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    z-index: 10;
}
.machine.current div.alert {
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 1.7;
}
.warning {
    background: #0067b1;
    color: #fff;
}
.info {
    background: #ffcd31;
    color: #000;
}
.machine.current .tab-content a.alert {
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.machine .desc {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 473px;
    border-top: 1px solid #000;
}
.machine.current {
    height: auto;
    max-height: 640px;
    min-height: 200px
}
.machine.current .desc:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}
.machine.current .desc {
    cursor: pointer;
}
.machine.current nav {
    height: 96px;
    width: 474px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0;
    margin-top: 36px;
    position: static;
	background: rgba(0, 0, 0, 0.05);
}
.machine.current .machine-navigation a {
    height: 95px;
    width: 95px;
    background: #fff;
	border-bottom:1px solid black;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-indent: 0;
    font-size: 13px;
    line-height: 11;
    font-weight: 700;
    color: #fff;
}
.machine.current .machine-navigation a:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}
.machine.current .machine-navigation li:last-child a {
    width: 94px;
}
.machine-navigation:after {
    content: "";
    display: tilele;
    clear: both;
}
.machine-navigation li {
    float: left;
    position: relative;
}
.machine.current .no-touch .machine-navigation a:hover {
    color: #0067b1;
    background: #f0f0f0;
}
.machine.current .machine-navigation a.selected {
    background-color: #ffffff !important;
    border-bottom: none;
    color: #0067b1;
}
.machine.current .machine-navigation a::before {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    left: 23px;
    background-image: url("../Images/tile-icons-large3.png");
}
.machine.current .machine-navigation a[data-content='analytics']::before {
    background-position: 0 0;
}
.machine.current .machine-navigation a[data-content='tech-manuals']::before {
    background-position: -50px 0;
}
.machine.current .machine-navigation a[data-content='safety']::before {
    background-position: -100px 0;
}
.machine.current .machine-navigation a[data-content='support']::before {
    background-position: -150px 0;
}
.machine.current .machine-navigation a[data-content='parts-books']::before {
    background-position: -200px 0;
}
.machine.current .machine-navigation a[data-content='analytics'].selected::before {
    background-position: 0 -50px;
}
.machine.current .machine-navigation a[data-content='tech-manuals'].selected::before {
    background-position: -50px -50px;
}
.machine.current .machine-navigation a[data-content='safety'].selected::before {
    background-position: -100px -50px;
}
.machine.current .machine-navigation a[data-content='support'].selected::before {
    background-position: -150px -50px;
}
.machine.current .machine-navigation a[data-content='parts-books'].selected::before {
    background-position: -200px -50px;
}
.machine-content {
    background: #fff;
    min-height: 0;
    position: relative;
}
.machine-content li {
    display: none;
    padding: 1.4em;
    padding: 20px 20px 0 20px;
}
.machine-content li.selected {
    display: block;
    -webkit-animation: fade-in 0.5s;
    -moz-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
    width: 473px;
    padding: 30px 20px 20px 20px;
    min-height: 506px;
    max-height: 506px;
    overflow: auto;
}
.machine-content li.selected::after {
    content: '';
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), white);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
    bottom: 0;
    left: 0;
    height: 40px;
    position: absolute;
    right: 0;
    width: 100%;
}
.machine-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.machine-content li a {
    display: block;
    position:relative;
    z-index:19;
}
.machine-content li a:hover {
    text-decoration: underline;
}
.machine-content li p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.machine-content li ul {
    list-style: circle outside;
    list-style: square outside;
    margin-left: 20px;
    padding-left: 0;
}
.machine-content li li {
    padding: 0 0 15px 0;
    display: list-item;
}
li.tab-header {
    position: absolute;
    right: 18px;
    top: 2px;
    background-color: white;
    padding: 8px 0 8px 8px;
    z-index: 10;
}
li.tab-header input {
    background: #f1f1f1 url(../Images/search.png) no-repeat 119px 4px;
    width: 140px;
    padding: 4px;
    font-size: 14px;
}
.document-number {
    font-size: 14px;
    display: block;
    padding-bottom: 4px;
}
.document-date {
    font-size: 14px;
    position: relative;
    top: -18px;
    float: right;
}
.document-title {
line-height:1.2;
}
	
.machine.current .desc {
    top: 0;
    border: none;
}
.unit {
    text-align: right;
    display: block;
    float: right;
}
.serial {
    margin-left: 20px;
}
/* Machine Tech Tabs
------------------------------------- */

.machine-content li.sub-tabs {
    border-top: 80px solid white;
    padding-top: 0px
}
.machine.current li nav {
    border: 0;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    margin: 0;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: white;
    padding-top: 10px;
}
.machine-content li nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.machine-content li nav ul li.selected,
.machine-content li nav ul li {
    width: auto;
    height: auto;
    max-height: initial;
    min-height: initial;
    float: left;
    padding: 0;
    margin-left: 6px;
}
.machine-content li nav ul li.selected a,
.machine-content li nav ul li a {
    height: 50px;
    max-height: 50px;
    width: 95px;
    min-height: 50px;
    float: left;
    border-right: 1px solid black;
    border-left: 1px solid black;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 16px;
    background: #ccc;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: black;
    position: relative;
    z-index: 30;
}
.machine-content li nav ul li a:hover {
    cursor: pointer;
    background: #818386;
}
.machine-content li nav ul li.selected a {
    background: white;
    border-bottom: 0;
}
.machine-content li nav ul li.selected a:hover {
    cursor: default;
}
.machine-content li nav ul li.selected::after {
    background: none;
}

ul.tab2-navigation li.alert {
    font-weight:bold;
    border-radius: 0;
    text-align: left;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.tab2-navigation li.selected { overflow:inherit; }

ul.tab2-content li {
    clear: both;
}

/* file hive sub tabs
------------------------------------- */
ul.hives li {
padding:0;
list-style:none;
}

ul.hives li li {
font-weight:bold;
padding:10px 0 0 0;
margin:0 0 0 -20px;
}

ul.hives li li li {
margin-left:5px;
font-weight:normal;
}

ul.hives li li li li {
margin: 0 0 0 5px;
}

span.collapsable {
    cursor: pointer;
}

span.collapsable.collapsed {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 2px;
}


/* Machine Page User Data
------------------------------------- */

.user {
    text-align: right;
    margin: 20px 20px 0 0;
    float: right;
}
.cart {
    float: right;
    width: 45px;
    height: 45px;
    position: relative;
    margin: 24px 20px 0 0;
}
.cart a {
    background: url(../Images/cart.png) 0 0 no-repeat;
    font-weight: bold;
    font-size: 24px;
    line-height: 7px;
    width: 45px;
    height: 45px;
    display: block;
    text-indent: 4px;
    transition: none;
}
.cart a:hover {
    background: url(../Images/cart.png) 0 -46px no-repeat;
    transition: none;
}
.name {
    font-weight: bold;
}
.logout,
.org {
    margin-top: 6px;
}
/* Machine Page Announcement
------------------------------------- */

.announcement {
    margin: 0 auto;
    text-align: center;
}
video {
    position: relative;
    z-index: 20;
    border: 1px solid black;
    background: black;
}
/* Machine Page Mine Info / Map
------------------------------------- */

#mine-site {
    width: 100%;
    height: 75px;
    margin: 0 auto 20px auto;
    position: relative;
}

.gm-style { overflow:hidden;}

#map,
#map-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border: 1px solid black;
    z-index: 0;
    overflow: auto !important;
}
#map:hover {
    cursor: pointer;
}
#map-placeholder {
    background: url(../Images/header.png) 0 0 no-repeat;
    background-size: cover;
    background-position-x: right;
    display: none;
}
#mine-site.nomap {
    height: 75px !important;
}
#mine-site.nomap #map,
#mine-site.nomap #switch {
    display: none;
}
#mine-site.nomap #map-placeholder {
    display: block;
}
h1 {
    float: left;
    margin: 0;
    padding-top: 8px;
}
form {
    float: right;
    margin: 0;
    width: auto;
}
/* Expand/collapse map button */

#switch {
    width: 28px;
    height: 24px;
    background: url(../Images/expand-collapse.png) 0 0 no-repeat;
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 20;
}
#switch:hover {
cursor: pointer;
background-position: -28px 0;
}
.fat #switch {
    background-position: 0 -24px;
}

.fat #switch:hover {
    background-position: -28px -24px;
}

/* Mine Site dropdown */

.customer-chooser {
    display: none;
}
.show-customer .customer-chooser {
    display: block;
    padding: 0;
}
.customer-chooser {
    font-size: 18px;
    color: #fff;
    background-color: #818386;
    height: 36px;
    width: 474px;
    vertical-align: middle;
    padding: 9px 10px 0 10px;
    border-right: 1px solid black;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 30;
}
.arrow {
    float: right;
}
#customer-bar {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
}
#customer-bar:hover {
    cursor: pointer;
}
.customer-chooser.open {
    display: block;
    cursor: default;
    position: absolute;
    top: 1px;
    left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    width: 600px;
    height: auto;
    background-color: #818386;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
}
#customer-search {
    display: none;
}
.customer-chooser.open #customer-search {
    display: block;
}
#customer-search form {
    float: none;
    padding: 10px;
}
#customer-search input {
    width: 330px;
    background: #f1f1f1 url(../Images/search.png) no-repeat 98% 7px;
}
.customer-name {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	max-width: 455px;
	display: block;
	float: left;
}
.customer-chooser.open .customer-name {
    max-width: 550px;
}
#customer-list {
    max-height: 300px;
    overflow: auto;
    margin: 10px 0 0 10px;
}
#customer-list li {
    margin: 0 0 10px 0;
}
#customer-list li a {
    color: white;
}
#customer-list li a:hover {
    border-bottom: 1px solid white;
}
	
#customer-noresults{padding-left:10px;}

/* Site Chooser Dropdown
	------------------------------------- */

.site-chooser {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 475px;
    height: 75px;
    background-color: #818386;
    color: #fff;
    border: 1px solid black;
    font-size: 17px;
    z-index: 20;
    padding: 10px 24px 10px 10px;
    cursor: pointer;
}

.show-customer .site-chooser{
	height: 38px;
	margin-top: 37px;
	border-bottom: 0;
	font-size: 16px;
	padding: 0;
    border-bottom: 1px solid black;
}

.show-customer .site-chooser div{
    height: 38px;
    line-height: 37px;
    padding-left: 10px;
    margin-right: 32px;
}

.site-chooser div {
    white-space: nowrap;
    overflow: hidden;
    line-height: 3;
}
.site-chooser div::after {
    content: "\25BC";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 70px;
}

.show-customer .site-chooser div::after {
    line-height: 36px;	
}

.site-chooser ul {
	background-color: #818386;
	display: none;
	padding: 10px 0;
	border: 1px solid black;
	width: 600px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x:hidden;
	position: relative;
	left: -11px;
	top: 12px;
	z-index:20;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.show-customer .site-chooser ul{
	top: -1px;
	left: -1px;
}
.site-chooser li.alert,
.site-chooser li {
    border-radius: 0;
    font-weight: bold;
    width: 585px;
    font-size: 14px;
    margin: 6px 0;
    text-align: left;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
}
.site-chooser li.alert span {
    display: inline-block;
    border-radius: 50%;
    background: #047bcc;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    margin-left: 5px;
}
.site-chooser li.alert a,
.site-chooser li a {
    color: white;
    width: 100%;
    height: 22px;
    display: inline-block;
    padding: 0 10px 0 0;
	line-height:22px;
	margin-left:0;
}
.site-chooser li a {
margin-left: 30px;
}
.site-chooser li a:hover {
    background: #9e9e9e;
}

.site-chooser li.CLOSED a {
    text-decoration: line-through;
}
/* Login Page Login Form
------------------------------------- */

#login {
    font-size: 12px;
    text-shadow: none;
    text-align: left;
    background-image: url(../Images/hensley-logo.png);
    background-position: 50% 10%;
    background-repeat: no-repeat !important;
    background-color: white;
    padding-top: 224px;
    margin: 0 auto;
    border: 2px solid #0067B1;
    -webkit-box-shadow: 0 0 4px 0 #0067b1;
    box-shadow: 0 0 4px 0 #0067b1;
    position: absolute;
    right: 20px;
    top: -12px;
    width: 324px;
    height: 304px;
    z-index: 200;
    border-radius: 12px;
    text-align: center;
}
#announcement,
.error {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 10px 0;
    font-weight: bold;
    color: #0067b1;
}
.error {
    padding: 0 0 0 30px;
    margin: 8px 0 20px 0;
    line-height: 24px;
    background: transparent url(../Images/error.png) left 0 no-repeat;
}
#login h1 {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 16px;
    float: none;
}
#inputs input {
    background: #f1f1f1 url(../Images/login-sprite.png) no-repeat;
    width: 100%;
    padding: 10px 15px 10px 30px;
    margin: 0 0 10px 0;
    font-size: 14px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
#username {
    background-position: 5px -7px !important;
}
#password {
    background-position: 5px -57px !important;
}
#inputs input:focus {
    background-color: #fff;
    border-color: #0067b1;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

input[type=submit] {
    background-color: #0067b1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    -webkit-appearance: none;
}
#submit:hover,
#submit:focus {
    background-color: #ff5459;
}
#submit:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#submit::-moz-focus-inner {
    border: none;
}
#actions a {
    color: #0067b1;
    margin:12px;
    font-size:16px;
    display:block;
}
#actions a:hover {
    text-decoration: underline;
}
/* Login Page Slider
------------------------------------- */

.slider-wrapper,
.sy-slide,
.sy-slide .wrap {
    height: 100%;
}
.sy-slide .wrap {
    width: 100%;
    z-index: 1;
}
.sy-filler {
    padding: 0 !important;
}
.slider-wrapper .text-content {
    position: absolute;
    bottom: 137px;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    width: 40%;
    color: white;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slider-wrapper .text-content:hover {
    background: #000;
}
.slider-wrapper .text-content:hover a.read-more {
    text-decoration: underline;
}
.slider-wrapper .text-content h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 4px;
    padding: 0;
}
.slider-wrapper .text-content p {
    margin: 0 0 1em 0;
}
.slider-wrapper .text-content a.read-more {
    font-weight: bold;
    display: block;
    float: right;
    text-align: right;
}
.slidemenu {
    position: absolute;
    bottom: 75px;
    width: 100%;
    border-top: 1px solid #0067b1;
    border-bottom: 1px solid #0067b1;
    height: 62px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
}
.slidemenuitems a {
    display: block;
    width: 12.5%;
    float: left;
    text-align: center;
    padding: 20px 0;
    height: 60px;
    border-right: 1px solid #0067b1;
    font-weight: bold;
    font-size: 20px;
}
.slidemenuitems .last a {
    width: 12.5%;
    border-right: 0;
}
.slidemenuitems a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.slidemenuitems a.active {
    color: white;
    background: #EF3F43;
}
/* Media Queries
------------------------------------- */

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media only screen and (max-width: 1175px) {
    video {
        margin-left: 10%;
    }
}
@media only screen and (max-width: 800px) {
    video {
        margin: 0 auto;
    }
    .site-header {
        position: static !important;
        padding: 0;
        height: auto;
    }
    .eula-page .site-header {
        position: absolute !important;
    }

    .title-area {
        float: none;
        text-align: center;
        margin:17px 0 0 0;
    }
	
	.site-header .alert{
		position: absolute !important;
		left:20px;
		top:30px;
		width:22px;
		margin:0;
	}
    #social {
        position: static;
        width: 100%;
    }
    #social ul {
        height: 32px;
        margin: 20px auto;
        width: 132px;
        position: relative;
        left: -6px;
    }
    #login {
        width: 100%;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        float: none;
        padding-bottom: 20px;
    }
    #submit {
        background-color: #0067b1 !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 150px;
    }
    .slider-wrapper,
    .sy-slide,
    .sy-slide .wrap {
        height: 600px;
    }
    .slider-wrapper .text-content {
        bottom: 0;
        width: 100%;
        padding: 10px 20px 10px 10px;
    }
    .slidemenu {
        height: auto;
        position: static;
        border-bottom: none;
    }
    .slidemenuitems a,
    .slidemenuitems .last a {
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 1px solid #0067b1;
    }
    .login-page .site-footer, .eula-page .site-footer {
        position: static;
    }
    .login-page .site-footer p, .eula-page .site-footer p {
        margin: 0;
    }
    .user {
        text-align: center;
        float: none;
        margin: 15px auto 40px auto;
    }
    .cart {
		position: absolute;
	    top: 30px;
	    right: 20px;
	    margin: 0;
    }
	
	#search{
	    position: absolute;
	    top: 17px;
		right:0;
	    width: 100%;
	    left: 0;
	    z-index: 5;
	}

    .fat #search {
		top:620px;
	}

	#search input {
        width: 100%;
        background: #f1f1f1 url(../Images/search.png) no-repeat 99% 7px;
	}
	.machine-wrapper{
	    margin-top: -26px !important;
	}
	
	.site-chooser{
		width: 100%;
		top: -78px;
		margin:0;
	}
	.show-customer .site-chooser {
		width: 100%;
		top: -41px;
		margin:0;
	}
	.site-chooser ul {
		width: 100%;
		z-index:100;
	}
	.site-chooser li.alert, .site-chooser li{
		width:95%;
	}
	
	.customer-chooser, .customer-chooser.open{
	    width: 100%;
		border:1px solid black;
	    left: 0;
		top:-79px;
	}
	.customer-name, .customer-chooser.open .customer-name{
		max-width:95%;
	}
	#switch{z-index:10; display:none;}

    #map, #map-placeholder {display:none !important;}
	
	.machine-wrapper{
		padding-bottom:25px;
	}
	.docviewer {padding-bottom:53px !important;}
	.docviewer iframe{    height: calc(100% - 34px) !important;}
	
}
@media only screen and (max-width: 989px) {
    .site-header .alert {
        position: relative;
    }
    .announcement {
        width: 95%;
    }
    .machine-wrapper {
        width: 475px;
        margin: 0 auto;
    }
    #mine-site {
        width: 95%;
        height: 75px;
        margin: 40px auto 20px auto;
    }
}
@media only screen and (min-width: 990px) {
    #mine-site {
        width: 970px;
    }
    .machine-wrapper {
        width: 990px;
    }
    .machine {
        margin: 0 10px 20px 10px;
    }
}
@media only screen and (min-width: 1485px) {
    #mine-site {
        width: 1465px;
        margin: 40px auto 20px auto;
    }
    .machine-wrapper {
        width: 1485px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1980px) {
    #mine-site {
        width: 1960px;
    }
    .machine-wrapper {
        width: 1980px;
    }
}
@media only screen and (min-width: 2475px) {
    #mine-site {
        width: 2455px;
    }
    .machine-wrapper {
        width: 2475px;
    }
}
@media only screen and (min-width: 2970px) {
    #mine-site {
        width: 2950px;
    }
    .machine-wrapper {
        width: 2970px;
    }
}

/* Docviewer
------------------------------------- */
.docviewer {
padding-bottom: 33px;
height: 100%;
position: relative;
z-index: 9999;
}

.docviewer iframe {
width: 100%;
height: 90%;
height: calc(100% - 54px);
background: white;
background: rgba(255, 255, 255, 0.5);
}

.docviewer h2{
font-size: 20px;
background: #818386;
color: white;
height: 52px;
line-height: 12px;
padding: 20px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
margin-left: 70px;
}

.docviewer .close{
background: #818386;
width: 70px;
height: 52px;
display: block;
position: absolute;
text-align: center;
top: 0;
left: 0;
}

.docviewer .close a{
background: url(../Images/close.png) no-repeat 0 0;
width: 38px;
height: 38px;
margin: 7px auto;
display: block;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}

.docviewer .close a:hover{
background-position: 0 -38px;
}

input[type=text]::-ms-clear { display: none; }

table {
    width: 100%;
    border: 5px solid #8C8E94;
    margin-bottom: 30px;
}

table.keymetrics th {
    background-color: #8C8E94;
    width: 15%;
}

table.keymetrics td {
    border: 5px solid #8C8E94;
    width: 20%;
    vertical-align: middle;
    color: #0067b1;
}

table.keymetrics div {
    text-align:center;
    font-weight: bold;
}

table.keymetrics .units {
    font-size: 6pt;
    margin-top: 10px;
    color: black;
}

#btnSubmit {
    width: 125px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 16px;
    color: white;
    background: #0067b1;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 10px 0;
    float: none;
}

a.read-more {
  font-weight: bold;
  color: white;
}

.eula-page {
    display: grid;
    align-content: space-around;
    justify-content: center;
    background-image: url(../Images/backgrounds/1-GET/b1.png);
    background-size: cover;
}

.eula-page .announcement {
    clear: both;
    line-height: 2;
    padding: 20px 40px 40px 40px;
    background-color: #fffffff0;
    border-radius: 10px;
}

.eula-page .announcement h1 {
    float:none;
}

.eula-page form {
    float:none;
    margin:20px;
    display:grid;

}

.eula-page input[type=checkbox] {
    transform: scale(1.5);
    margin: 12px;
}

.eula-page input[type=submit] {
    width:200px;
    margin: 20px auto;
}

.eula-page input[disabled] {
    background-color:gray;
}