@CHARSET "ISO-8859-1";

/* Author:   Proximity Resourcing Limited
 * Created:  17-May-11
 */

/* All global rules for bootstrap enabled pages - they will apply to the entire page (unless overridden) */

/* Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't properly apply the media queries in Bootstrap's CSS. The change below fixes this.*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	padding-right: 0px !important;
}

body.modal-open {
	overflow: auto;
}

/* Allow Scrolling on Modals */
.modal{
    overflow-y: scroll !important;
}

#loading * {
	cursor: inherit;
}

/* Overlay the screen with a div to prevent user input */
#loadingMask {
	display: none;
	cursor: wait;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	opacity: 0;
/*	*filter: alpha(opacity=0);  /* this is a hack for IE */ /* moved to proximity-ie.css */
	background-repeat: no-repeat;
}

/* Show an image while the page is loading */
#loadingImg {
	display: none;
	position:absolute;  right:0;  left:0;  bottom: 80px;  height:36px;
	background: url('../images/spinner.gif') center no-repeat;
}

/* Main content area */
#content {
	background-color: white;
}

/* Header section */
/* New Bootstrap CSS from 11/07/2017 */
#headerDesktop {
	height: 46px;
}

.headerDesktopDiv {
	border-bottom: 1px solid black;
	padding-left: 0px !important;
	padding-right: 10px !important;
}

.headerDesktopDivExt {
	border-bottom: 1px solid black;
	padding-left: 15px !important;
	padding-right: 0px !important;
}

#headerMobile {
	min-height: 72px;
}

#headerDropdownMenu {
	text-align: right;
	margin-top: 5px;
	padding-right: 0px;
}

#headerScreenName {
	font-size: 28px;
	font-family: Verdana;
	text-align: center;
}

#headerScreenNameExt {
	font-size: 28px;
	font-family: Verdana;
}

#headerMenuButton {
	border-radius: 4px !important;
	box-shadow: 0 0 0 !important;
}

#headerSearchBarContainer, #headerSearchBar {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#headerSearchBarContainer, #orderSearchDropdownButton {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#orderSearchCriteria {
	border-radius: 3px 0 0 3px;
	width: 110px;
	padding: 5px 14px 7px 4px;
	margin-left: 15px;
	margin-right: -6px;
	padding-top: 7.5px;
}

#menuContainer {
	padding-left: 8.5px;
	margin-left: 8.5px;
}

.searchCriteriaOuterDiv {
	padding-left: 27px;
}

#headerSearchBar, #orderSearchCriteria {
	height: 34px;
}

#headerDepotDropdown {
	padding-right: 0px;
}

#depotContainer {
	float: right;
	clear: both;
}

#depotLabel {
	position: relative;
	top: 4px;
	font-size: 14px;
}

#depotDropdown {
	margin-top: 5px;
	margin-left: 10px;
	min-width: 100px;
	max-width: 250px;
}

#depotDropdownViewOnly {
	margin-top: 5px;
	margin-left: 10px;
	min-width: 100px;
	max-width: 250px;
	font-size: 14px;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block;
    width: 150px;
    vertical-align: middle;
}

#navbarDesktop {
	min-height: 46px;
	border-bottom: 0px;
	box-shadow: none;
	background-color: white;
	background-image: none;
}

#orderSearchDropdown {
	max-width: 1000px;
}

#headerStreamLogo {
	margin-top: 3px;
	height: 36px;
	margin-bottom: 3px;
}

#headerStreamLogoExt {
	margin-top: 3px;
	height: 36px;
	margin-bottom: 3px;
}

#headerLogoImage {
	margin-top: 3px;
	height: 36px;
	margin-bottom: 3px;
}

#headerFaqIcon a > img {
	margin: 5px 0 5px 16.5px;
	height: 32px;
	border-radius: 100%;
	opacity: 22%;
}

.headerFaqIconMob {
	position: relative;
	top: 3.75px;
	right: 15px;
}

#depotFaqMenuDiv {
	float: right;
}

.alignFaqMenuDiv {
	display: inline-block;
	vertical-align: top;
}

#depotFaqMenuOuter {
	padding-right: 0;
}

#headerLogoImageExt {
	margin-top: 3px;
	height: 36px;
	margin-bottom: 3px;
}


.ellipsisClip {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Pre 11/07/2017 */
#header {
	position:relative;  /* to allow absolute positioning of internal elements */
	background: #696969 url('../images/header.JPG') right no-repeat;
	border-bottom: 1px solid black;
	height: 46px;
}

#headerlogo {
	height: 40px;
	background: url('../images/headerlogo.JPG') no-repeat;
}

#headertitle {
	right:10px;
	font-size: 28px;
	font-family: Verdana;
	text-align: right;
	margin-right: -8px;
}

/* Drop Down Navigation Bar */
#headerbar {
	background-color: #3c3c3c;
	height: 28px;
}

#navbar {
	position:relative;		/* required for z-index to take effect */
	z-index:100;				/* stop elements showing through the menu items */
}

#menuButton {
	color: white !important;
	background-color: #419641 !important;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.15) inset, 3px 3px 2px 1px rgba(0, 0, 0, 1);
	margin-left: 4px;
	margin-top: 2px;
	position: relative;
	top: 6px;
	cursor: pointer;
}

#menuOptions {
	max-height: 80vh;
	overflow-y: auto;
}

#navbar li {
	list-style: none;
	float: left;
	font-size: medium;
	font-family: Verdana;
	line-height: 20px;
	margin-left: -8px;
}

#navbar li a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
}

#navbar li ul {
	display: none;
	margin-top: 4px;
}

#navbar li:hover ul {
	display: block;
	position: absolute;
}

#logo-search-div {
	padding-right: 0;
}

#headerLogoLink:hover {
	text-decoration: none;
}

#navbar li:hover li {
	background-color: #3c3c3c;   /* This is a hack to let you hover over the drop down menu in IE */
	float: none;
}

/* Drop down menu items */
#navbar li:hover li a {
	background-color: #3c3c3c;
	color: #FEFEFE;
}

#navbar li li a:hover {
	color: #8eec5d;
}

#navbar :hover>a, #navbar ul ul :hover>a {
	color: #8eec5d;
}

#navbar li#logout {
	float: right;
}

#navbar li#logout p {
	color: white;
	position: relative;
	top: 2px;
}

#navbar li#menu > a {
	display: inline;
	margin-left: 1px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	top: 2px;
}

#navbar li#logout a {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	top: 0.5px;
}

#headercopyright{
	color: white;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}

#headercopyright a{
	color: white;
	margin-left: 15px;
}

#headerEnvironmentBootstrap{
	display: none;
	color: white;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
	font-size: 45px;
}

/* Main display */
.errors{
	color: darkred;
}

.errors span {
	font-weight: bold;
	font-style: italic;
}

.centreText{
	text-align: center;
}


/* Selectable Grids */
div.selectGridRow:hover {
	color: black;
	background-color: #d4dddd;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

div.selectGridRow.selectedLine {
	color: white !important;
	background-color: #419641;
}

/* Buttons */
.buttonList {
	margin: 10px auto;
	width: auto;
	text-align: center;
}

.buttonList .buttonParagraph {
	margin-left: auto;
	margin-right: auto;
}

.buttonList p {
	display: inline;
	padding: 5px;
	margin: 0px 5px;
	background-color: #3c3c3c;
	text-align: center;
	border: 1px solid #3c3c3c;
	font-size: medium;
	font-family: Verdana;
	line-height: 20px;

}

.buttonList p.selectedRowButtons {
	display: none;
}

.buttonList p a, .buttonList p label {			/* #13 Chg */
	display: inline;
	text-align: center;
	color: white;
	padding: 3px 8px;
	width: auto;
	text-decoration: none;
	text-align: center;
}

.buttonList a:hover, .buttonList label:hover {	/* #13 Chg */
	color: #8eec5d;
	cursor: pointer;							/* #13 Add */
}

/* Tooltip Style */
.tooltip > .tooltip-inner {
	background-color: #777777;
	color: white;
	border-radius: 5px;
	border: 1px solid black;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

#headerFaqIcon > .tooltip > .tooltip-inner {
	width: 150px;
	word-break: keep-all;
}

.tooltip.in {
    opacity: 1 !important;
}

.tooltip.left .tooltip-arrow {
	border-left: 5px solid white !important;
}
.tooltip.right .tooltip-arrow {
	border-right: 5px solid white !important;
}
.tooltip.top .tooltip-arrow {
	border-top: 5px solid white !important;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom: 5px solid white !important;
}

.modal .tooltip {
	position: absolute !important;
}

/* --------------------------------------------------------------------------------------- */
/* Media Queries                                                              	   */
/* --------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
	/* Row with equal height columns */
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}

@media (max-width: 1685px) {
	#headerSearchBar {
		width: 120px;
	}
}

@media (max-width: 1378px) {
	#headerSearchBarContainer, #orderSearchCriteria {
		display: none;
	}
}

@media (max-width: 1438px) {
	.searchCriteriaOuterDiv {
		padding-left: 7.5px;
	}
}

@media (max-width: 1145px) {
	#depotContainer{
		display: none;
	}
}

@media (min-width: 2559px) and (max-width: 3216px) {
	#headerSearchBar {
		width: 111px;
	}
	#orderSearchCriteria {
		width: 85px;
	}
}

/* --------------------------------------------------------------------------------------- */
/* Bootstrap Related CSS                                                              	   */
/* --------------------------------------------------------------------------------------- */
.mainDiv{
	padding: 0px !important;
}

.navbar-nav {
    margin: -0.5px -15px !important;
}

#headerContainer{
	background-color: white;
	padding-left: 0px;
    padding-right: 0px;
}

/* --------------------------------------------------------------------------------------- */
/* Bootbox Overrides		                                                          	   */
/* --------------------------------------------------------------------------------------- */

.bootbox-alert div div div button.btn-primary {
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%) !important;
	background-color: #419641 !important;
	border-color: #3e8f3e !important;
	background-repeat: no-repeat !important;
}

div.bootbox-body {
	font-size: 14px !important;
}

.confirmFloatLeft {
	float: left;	
}

/* EXTRA LARGE SCREENS */
@media (min-width: 2560px){
    .modal-dialog {
        position: absolute !important;
        left: 50px;
        top: 50px;
    }
} 
