body {
	/* font-family: "Open Sans"; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
button {
	border-radius: 2px !important;
}
label {
  font-weight: 500;
}
.checkbox {
  margin: 20px 0px;
}
#header { 
	height: 49px;
	width: 100%;
	padding-right:13px;
}
#logo-group {
	width: 290px;
	float: left;
}
#logo-group img {
  	margin: 10px 0px 0px 9px;
  	height: 29px;
  	float: left;
}
#logo-group div {
	margin-left: 82px;
}
#logo-group div>p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: -1px;
}
#header-right {
	float:right;
}
#language-select {
	margin-top: 10px;
}
.waitingIcon {
	text-align:center;
	margin-bottom:20px;
}
.waitingIcon-overlay {
	width: 200px;
	height: 110px;
	text-align:center;
	margin-bottom:20px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -55px;
  	margin-left: -100px;
  	z-index: 1999;
  	background: #fff;
  	border: 1px solid #ededed;
  	border-radius: 5px;
  	padding: 20px 40px;
}
.table-responsive
{
    overflow-x: auto;
}
/* ---- Text ---- */

h1, h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h1.page-title { 
	margin: 12px 0 28px; 
}
h1.page-title span {
	display: inline-block;
	vertical-align: 1px;
	font-size: 16px;
}
.blue-dark { color: #4c4f53 !important; }
.grayBackground {
	background-color: #f9f9f9;
}
/* ---  Background Colours --- */

.blue-grey { background: #568A89;}
.blue { background: #60747C;}
.green { background: #496949; }
.light-green { background: #638167; }
.dark-grey { background: #404040;}
.purple { background: #65596B; }
.light-grey { background: #ededed;}
/* --- index.html --- */

#user {
	height: 40px;
	color: #a8a8a8;
	border-bottom: 1px solid #525151;
	padding: 10px 15px 10px 15px;
}
#user img {
	display:inline;
}
#user span {
	margin-left: 10px;
}
#sidebar {
	position: absolute;
	width: 220px;
	background-color: #3a3633;
	top: 49px;
	left: 0px;
	min-height: 1619px;
}
#logout {
	margin-top: 10px;
	margin-right:14px;
	float: right;
	color: #a8a8a8;
}
#logout:hover, #logout:focus {
	color: #ffffff;
	text-decoration: none;
}
/* ----- Main area ---------*/
.ribbon {
	min-height: 40px;
	background: #fff;
	border: 0px;
	margin-bottom: 0px;
}
/* --- Forms --- */

form { overflow: hidden ;}

.well { 
	background: #FFFFFF;
	border-radius: 0px 0px 4px 4px;
}
.header {
	color: #FFFFFF;
	height: 34px;
	border: 1px solid #638167;
	padding-left: 10px;
	padding-top: 5px;
}
.header > span {
	padding-left: 5px;
}
#csvButton{
	padding-left: 20px;
	cursor: pointer;
}
#csvLink :hover {
	background-color: #EDEDED;
}
/* Form validation messages */
.msg {
	padding:0px;
	margin:0px;
	font-size:smaller;
	padding-top:1px;
	color:#888888;
}
.msgInvalid {
	color: #a94442;
}
/* New Menu */
@media(min-width:768px){
	.leftLink {
		padding-left: 0px !important;
	}
}
.logo_small {
	margin-top: 13px;
	margin-right: 20px;
	float: right;
	color: #333;
  font-weight: 600;
  font-size: 12px;
}
.menu {
	float:right;
	margin-top: 10px;
	margin-right:18px;
}
.menu a {
	color: #a8a8a8;
}
.menu a:hover, .menu a:focus {
	color: #ffffff;
	text-decoration: none;
}
.logoGroup {
	float: left;
}
.topLinks {
	padding-top: 8px !important;
	padding-bottom: 10px !important;
}
.navbarHeader a img {
	float:left;
  margin-left:15px;
	margin-top:8px;
  margin-bottom:6px;
	height:35px;
}
.navbarDefault {
	min-height:0px;
	margin-bottom:10px;
  border:0px;
}
.navbar-nav {
	margin-left: 5px !important;
}
.icon-bar {
	background-color: #333 !important;
}
.containerFluid {
	padding-left: 0px !important;
}
.logout {
	margin-top: 13px;
	margin-right: 20px;
	float: right;
	color: #777;
  font-size: 12px;
}
.logout:hover, .logout:focus {
	color: #333;
	text-decoration: none;
}
.orDivider {
	height: 1px; 
	background-color: #eee; 
	margin-top: 20px;
	margin-bottom: 20px;
}
.orDivider span {
  	background-color: white; 
  	position: relative; 
  	top: -0.6em;
  	padding-left:10px;
  	padding-right:10px;
}
/* Orders checkboxes */
.ordersCheckbox {
	margin:0px;
	padding-top:0px;
}
.ordersCheckbox input {
	position:relative !important;
	margin:0px !important;
	padding: 6px 12px !important;
}
/*---- Hierarchy ------------*/
/*Now the CSS*/
.tree a, .tree p {
	padding-bottom: 8px;
	display: block;
}
.tree, .tree ul, .tree li {
     position: relative;
}

.tree ul {
    list-style: none;
    padding-left: 32px;
}
.tree li::before, .tree li::after {
    content: "";
    position: absolute;
    left: -12px;
}
.tree li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}
.tree li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 2px;
}
.tree ul > li:last-child::after {
    height: 8px;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    opacity: 0.4;
    display: none;
}​
/* ---------------------- */
.tooltip-box {
	background-color: #ccc;
	width: 14px;
	height: 14px;
	border-radius:10px;
	display: inline-block;
	vertical-align: top;
}
.tooltip-letter {
	color: #FFF;
	text-align: center;
	padding-top: 0.5px;
	font-size: 10px;
	font-family: Arial;
}
/*--------------------*/
/* Messages */
#messages {
  font-weight: bold;
}
.messages-new {
  background-color: #428bca;
  margin-left: 5px;
  display: none;
}
/*--------------------*/
/* Please Wait Box   */
.pleaseWaitBox {
	width: 200px;
	border: 1px solid #ededed;
	padding:20px;
	background-color: #fefefe;
	z-index: 1000;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*---------------------*/
/* Device view action buttons */
a.action {
	display:inline-block;
	float:right;
}
i.action {
	color: #555;
	width:20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ddd;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	font-size: smaller;

}
/*---------------------*/
/* On Hold Red Box */
.onHold {
	background-color: #CC0000;
	width:28px;
	height:28px;
	border-radius:2px;
	font-weight:normal;
	/* font-family: "Open Sans"; */
}
.onHold p {
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}
/*------------------------*/
/* Backordered */
.backordered {
	background-color:#FFCC00;
	width:28px;
	height:28px;
	border-radius:2px;
	float:left; 
	margin-right: 10px;
}
.backordered p {
	text-align: center;
	padding-top: 3px;
	color: #FFF;
}
/*--------------------------*/
.greyBackground {
	background-color:#efefef; 
	padding:10px; 
	border-radius:5px;
	margin-bottom:20px;
	overflow:hidden;
}
/*-------------------------*/
.htmlDisplay br{
	display: block;
	content: "";
	margin: 14px 0px;
}
.htmlDisplay h1 {
	margin-top: 4px;
}
.htmlDisplay td, th {
	padding: 5px 40px 5px 0px;
}
/*---------------------------*/
/*Product Groups Screen */
.excluded {
	background-color: #CC0000;
	color: #fff;
}
.included {
	background-color: #00CC00;
}
.specialProduct {
	background-color: #F1C40F;
}
/*--------------*/
tr.greyed-out td {
	color: #aaa;
}
/*------------------------*/
table.existing-rma tr td {
	padding-top: 10px;
	width: 150px;
}
/*-------------*/
.file-dropbox {
	text-align: center;
	padding: 40px;
}

/*------------------------*/
/* Provisioning */

.vertical-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

@media screen and (max-width: 991px) {
	.block-button {
		display: block;
		width: 100%;
	}
}
.provisioning-button {
	font-size: 18px;
	width: 120px;
}
.provisioning-account-warn {
	background-color: "#C0392B";
}
	.provisioning-account-warn a {
		color: "#FFF";
	}

/*------------------------*/
/* Packing slip modal */


#packingSlip table {
	border-collapse: collapse;
	width: 100%;
	font-family: arial, sans-serif; 
	margin-bottom: 100px;
	margin-bottom: 100px; 
}

#packingSlip table td {
	border:1px solid black;
	padding: 8px;
	text-align: left;
	width: 50%;
}

#packingSlip table th {
	background-color: silver;
	color: black;
	border:1px solid black;
	padding: 8px;
}

#packingSlip .top:after {
	content: " ";
	display: block;
	clear: both; 
}
#packingSlip .logo {
	float: left; 
	width: 50%;
}
#packingSlip .pslip {
	float: right;
	width: 50%;
}
#packingSlip .pslip  h1 { 
	margin-right: 20px; 
	float: right;
	font-size: 35px;
	transform: translateY(-50%);
}
@media print {
  body * {
      visibility: hidden;
  }

  .print-content * {
      visibility: visible;
      overflow: visible;
  }

  .modal {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      /* min-height: 550px; */
      visibility: visible;
      /**Remove scrollbar for printing.**/
      overflow: visible !important;
  }

  .modal-dialog {
      visibility: visible !important;
      /**Remove scrollbar for printing.**/
      overflow: visible !important;
  }

  button {
      display:none;
  }
}
/*------------------------*/
