body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
label {
  font-weight: 500;
}
.checkbox {
  margin: 20px 0px;
}
.radio+.radio, .checkbox+.checkbox {
  margin-top: 20px;
}
#header { 
	height: 49px;
	width: 100%;
	padding-right:13px;
}
button {
	margin-bottom: 5px !important;
}
.footer {
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #ffffff;
}
.transferIcon { 
	margin-right: 5px;
}
.numDevices {
	display:block;
	margin-bottom:10px;
}
.waitingIcon {
	text-align:center;
	margin-bottom:20px;
}
#header-right {
	float:right;
}
#language-select {
	margin-top: 10px;
}
.grayBackground {
	background-color: #f9f9f9;
}
/* ---- Text ---- */
h1 {
	font-size: 20px;
}
h1.page-title { 
	margin: 12px 0 28px; 
}
h1.page-title span {
	display: inline-block;
	vertical-align: 1px;
	font-size: 16px;
}
h2.transfer-consumer {
  font-size: 20px;
}
h3.transfer-consumer {
  font-size: 18px;
}
h5 {
  font-size: 16px;
  font-weight: 700;
}
.blue-dark { color: #4c4f53 !important; }
.blue-text { color: #337ab7 !important; }

/* ---  Tables --- */
tr.greyed-out td {
	color: #aaa;
}
/* ---  Background Colours --- */

.blue-grey { background: #568A89;}
.blue { background: #60747C;}
.green { background: #496949; }
.light-green { background: #638167; }
.dark-grey { background: #404040;}
.purple { background: #65596B; }
.red { background: #a94442; }

/* --- index.html --- */
.ribbon {
	min-height: 40px;
	background: #fff;
	margin-bottom:0px;
	border-radius:0px;
  border: 0px;
  font-size: 12px;
}
.logo_small {
	margin-top: 10px;
	margin-left: 4px;
	float: left;
	color: #000;
}
.dist_name {
	margin-left:10px;
	margin-top: 10px;
	color: #000;
	float: left;
}
.menu {
	float:right;
	margin-top: 10px;
	margin-right:18px;
}
.menu a {
	color: #a8a8a8;
}
.menu a:hover, .menu a:focus {
	color: #ededed;
	text-decoration: none;
}
.logoGroup {
  float: left;
  margin-left:15px;
}
.topLinks {
	padding-top: 8px !important;
	padding-bottom: 10px !important;
}
.navbarHeader {
  padding-top:0px;
}
.navbarHeader a img {
	float:left;
	height:35px;
	padding-top: 8px;
}
.navbarDefault {
	min-height:0px;
	border-radius:0px;
	border-top:0px;
	margin-bottom:10px;
  border:0px;
}
.navbarRight {
  float:right;
  margin-right:20px;
}
.icon-bar {
	background-color: #000 !important;
}
.leftLink {
	padding-left: 0px !important;
}
.containerFluid {
	padding-left: 0px !important;
}
.logout {
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	color: #a8a8a8;
}
.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;
}
/* --- 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;
}
/*---------------------------------------*/
@media(max-width:767px){

	.leftLink {
		padding-left: 15px !important;
	}
	.containerFluid {
		padding-left: 15px !important;
	}
	.logoGroup {
		padding-top: 4px;
	}
}
/*---- 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;
}
/* ------------------------- */
/* Labels */
.color-box {
	width:14px;
	height:14px;
	border-radius:2px;
	float:left;
	transform:translateY(23%);
}
.color-link {
	padding: 0px 10px !important;
}
/*--------------------------*/
/* Grey box behind addresses */
.back-box {
	width:100%;
	background-color:#f3f3f3;
	padding:10px;
}
.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;
}
/*------------------------*/
/* 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;
}
/*--------------------*/
/* Messages */
#messages {
  font-weight: bold;
}
#messages-new {
  background-color: #428bca;
  margin-left: 5px;
}
/*--------------------*/
/* 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;
}
.onHold p {
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}
/*------------------------*/
/* Factory RMA */
table.existing-rma tr td {
	padding-top: 10px;
	width: 150px;
}
.recoveryHours[inWarrantyHours="false"] {
  color:red
}
/*------------------------*/
.file-dropbox {
	text-align: center;
	padding: 40px;
}
.vertical-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.animate {
	-webkit-transition:all linear 5s;
  	transition:all linear 5s;
}
.animate.ng-show {
	line-height:0;
  	opacity:0;
}
/* InfoIcon directive */
#infoModal .modal-dialog-custom {
  width: 80%; /* Adjust this value as needed */
}
.info-link .icon-info {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #a1a1a1; /* Grey background */
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 18px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}