@import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto';
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clr {
	clear: both;	
}
body {
	background:url(../images/bg.jpg) repeat; 
	color:#111; 
	font-family:sans-serif;
	font-size:14px;
	font-weight:400; 
	margin:0; 
	padding:0; 
}
a {
	text-decoration:none;
}
a, a:hover {
	cursor: url(../images/bigdigitcursor.png), auto;
}
:focus {
	outline: none;
}
a:focus {
    outline: none;
    outline: 0px auto #cccccc;
    outline-offset: 0;
}
.no-margin {
	margin: 0!important;	
}
.no-pad {
	padding: 0!important;	
}
.modal {
	pointer-events: auto;	
}
.modal-dialog {
	pointer-events: all;	
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.modal-body {
	padding-bottom: 30px;
}
.modal-header .close {
	margin-top: 0;
}
#map-canvas {
	height: 200px;
	width: 100%;
}

.login-form-container {
	height: 100vh;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.copyright {
	bottom: 15px;
	position: absolute;
	z-index: 0;
}
header#login-header-section {
	min-height: 60px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}
header#login-header-section .site-logo {
	padding: 10px 0;
}
header#login-header-section .site-logo img {
	height: 46px;
	width: auto;
}
header#login-header-section .navbar-default {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	padding-bottom: 2px;
}
header#login-header-section .header-btn ul {
	float: right;
	margin: 17px 0 10px;
	width: 100%;
}
header#login-header-section .header-btn li {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
header#login-header-section .header-btn li a:hover,
header#login-header-section .header-btn li a:focus {
	text-decoration: none;
}
#net-stream-user-login {
	/*background: #ffffff url(../images/warehouse-worker-scanning.jpg) center top no-repeat;
	background-size: cover;*/
	height: 100vh;
	width: 100%;
}
#net-stream-user-login .copy-text {
	color: #ffffff;
}

#contactModal .address-block {
	padding-bottom: 10px;
}
#page-wrapper {
	height: 100vh;
	min-height: 100vh!important;
}

.hp_strip {
	background:url(../images/bg.png); 
	/*box-shadow:0px 4px 4px #000;*/ 
	box-sizing: border-box;
	height:100vh; 
	overflow:hidden; 
	padding:150px 0 250px 0; 
	width:100%; 
}
#hp_text {
	color:black;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size:48px; 
	font-weight: bold; 
	text-align:center; 
	visibility:hidden; 
}

@media (min-width: 641px) and (max-width: 768px) {
  #net-stream-user-login .container {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #net-stream-user-login .container {
    width: 768px;
  }
}
@media (min-width: 980px) {
  #net-stream-user-login .container {
    width: 979px;
  }
}
/* lg = Desktop */
@media only screen and (min-width: 980px) {
	#form-login {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.copyright {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#header-menu {
		display: block!important;
	}
	/*#header-menu ul {
		margin: 12px 0 10px;
		min-width: 280px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}*/
	#header-menu ul.rightmenu {
		margin: 8px 0 8px;
		min-width: 150px;
		position: absolute;
		right: 0;
	}
	#header-menu li {
		color: #ffffff;
		display: block;
		float: left;
		font-size: 16px;
		font-weight: bold;
		margin-right: 12px;
	}
	#header-menu li a {
		color: #ffffff;
		display: block;
		padding: 6px 6px;
		text-decoration: none;
	}
	#header-menu li a:hover {
		color: #bbbbbb;
	}
		#header-menu ul.mynav {
		margin: 12px 0 10px;
		min-width: 200px;
		position: absolute;
		right: 0;
	}
}
@media only screen and (max-width: 979px) {
	.copyright {
		width: 100%;
	}
	.copyright .copy-text {
		border-top: 1px solid #eeeeee;
		margin: 0 15px;
		padding-top: 20px;
	}
	#header-menu {
		background-color: #333333;
		box-shadow: 3px 3px 9px #111111, inset 0px 1px 12px 4px rgba(0, 0, 0, 0.1);
		display: none;
		left: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 100;
	}
	#header-menu .mobile-menu-header {
		background-color: #222222;
		min-height: 68px;
	}
	#header-menu button.close {
		color: #ffffff;
		font-size: 28px;
		margin: 16px 0 4px;
		opacity: 0.8;
		padding: 4px 34px;
		text-shadow: none;
	}
	#header-menu button.close:focus,
	#header-menu button.close:hover {
		color: #ffffff;
		opacity: 1;
	}
	#header-menu .mobile-logo {
		height: 46px;
		margin: 10px 0 10px 0;
		width: auto;
	}
	#header-menu ul {
		box-shadow: 0px 12px 0px #333333;
		clear: both;
		float: left;
		margin: 0 0 10px 0;
		width: 100%;
	}
	#header-menu li {
		border-bottom: 2px solid #999999;
		color: #777777;
		display: block;
		float: left;
		font-size: 18px;
		width: 100%;
	}
	#header-menu li a {
		color: #eeeeee;
		display: block;
		padding: 15px 15px 15px 30px;
		text-decoration: none;
	}
	#header-menu li a:hover {
		color: #cccccc;
	}
	.mobile-menu-link {
		margin-top: 6px;
		text-align: right;
	}
	.mobile-menu-link .fa-bars {
		color: #ffffff;
		cursor: pointer;
		font-size: 28px;
		padding: 15px;
	}
	.dark .mobile-menu-link .fa-bars {
		color: #ffffff;
	}
	.light .mobile-menu-link .fa-bars {
		color: #444444;
	}
}

@media only screen and (max-width: 768px) {
	.primary-menu {
		padding-right: 0;
	}
	.hp_strip {
		padding: 200px 0 150px;
	}
	header#login-header-section .header-btn li {
		float: left;
		width: 50%;
	}
	header#login-header-section .header-btn li:first-of-type {
		padding-right: 12px;
	}
	header#login-header-section .header-btn li:last-of-type {
		padding-left: 12px;
	}
	#header-menu button.close {
		margin: 16px 0 4px;
		padding: 4px 16px;
	}
	#net-stream-user-login {
		background-size: 100% 400px;
	}
	#net-stream-user-login .copy-text {
		color: #cccccc;
	}
	#loginform #loginform_loading_animation {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 768px) and (max-height: 720px) {
  /*#net-stream-user-login .copyright {
    bottom: 0;
    clear: both;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }*/
	#net-stream-user-login .copyright {
		bottom: 0;
		clear: both;
		margin-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 641px) {
	.margin-top-contact-modal {
		margin-top: 56px;
	}
}
/* xs = Mobile */
@media only screen and (max-width: 640px) {
	.supply-blue-bg.login-page {
		background-color: #ffffff;
	}
	#page-wrapper,
	#net-stream-user-login {
		height: 100%;
	}
	.drop-elements .drop-container:nth-of-type(1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	#net-stream-user-login {
		background-size: 100% 300px;
	}
	#hp_text {
		font-size: 60px;
	}
}
@media only screen and (max-width: 380px) {
	.hp_strip {
		padding: 100px 0 150px;
	}
}
