
* {
	box-sizing: border-box;
	word-wrap: break-word;
	/*
	max-width: 100%;
	*/
}

div, header, footer, section, article, p, span, td, th {
	font-size: 100%;
}

@-ms-viewport{ width:auto !important; }


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

p {
	margin-bottom: 12px;
}

a, a:active, a:focus {
	outline: none;
}


/****** HEADERS ******/
h1 { /* BIG TEXT AT THE TOP OF A VIEW PAGE */
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
	line-height: 100%;
}

h2 { /* TEXT IN HEADER BARS */
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
}

h3 { /* USED INSIDE BOXES */
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

h4 { /* SIDEBAR HEADERS */
	font-size: 160%;
	font-weight: normal;
	color: #000000;
}

h4 i {
	color: #333333;
}

h5 { /* ANGULAR DIALOG HEADERS */
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}

h2.md-title { /* NEEDED FOR ANGULAR ALERTS AND CONFIRMS */
	color: black;
}



/****** TABLES ******/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

thead {
	background-color: #999999;
}

th {
	font-weight: normal;
	text-align: inherit;
}

.th-mimic {
	background-color: #999999;
	color: #ffffff;
}

table.tiny td { font-size: 80%; }

table .row-error { background: rgba(202, 100, 100, 0.5); }
table .row-error a, table .row-error i { color: #ffffff; }

table.bordered {
	border-color: #999999;
}

table.bordered-light {
	border-color: #BBBBBB;
}

table.lined {
	border-color: #999999;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

table.lined td, table.lined th {
	border-color: #999999;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

table.lined-light {
	border-color: #c8c8c8;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

table.lined-light td, table.lined-light th {
	border-color: #c8c8c8;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

table.lined-dark {
	border-color: #222222;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

table.lined-dark td, table.lined-dark th {
	border-color: #222222;
	border-width: 1px 1px 0 0;
	border-style: solid;
}



/****** ALTERNATING COLORS ******/
.alternating {
	background-color: #ffffff;
	position: relative;
}

.alternating:nth-child(even) {
	background-color: #cccccc;
}

.alternating-odd {
	background-color: #ffffff;
}

.alternating-even {
	background-color: #cccccc;
}


.alternating-darker {
	background-color: #ffffff;
	position: relative;
}

.alternating-darker:nth-child(even) {
	background-color: #dddddd;
}


.alternating-sidebar {
	background-color: #eeeeee;
	position: relative;
}

.alternating-sidebar:nth-child(even) {
	background-color: #dddddd;
}


.hover-highlight:hover {
	background-color: #cccccc;
}



/****** LINKS AND BUTTONS ******/
a:link, a:visited {
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a.active-link:link, a.active-link:visited {
	color: #888888;
}

a.active-link:hover {
	color: #888888;
}


a.top-button, a.top-button-bordered, a.top-button-bordered-full {
	display: inline-block;
	padding: 9px 18px 9px 18px;
	border-radius: 2px;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
	font-weight: 600;
}

a.top-button .active {
	font-size: 200%;
}

a.top-button-bordered, a.top-button-bordered-full {
	border-radius: 0px;
	border-style: solid;
	border-color: rgb(229 231 235);
}

.top-button-custom-font {
	font-size: 15.2px !important;
	font-weight: bold;
	text-transform: uppercase;
}

.trad-btn-light {
	display: inline-block;
	padding: 8px 20px 6px 20px;
	margin: 2px 2px 2px 2px;
	color: #777777;
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #777777;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
}

.trad-btn-light:link, .trad-btn-light:visited, .trad-btn-light:active {
	color: #777777;
	text-decoration: none;
}

.trad-btn-light:hover {
	background-color: #777777;
	color: #ffffff;
}


.trad-btn-light-disabled {
	display: inline-block;
	padding: 6px 20px 6px 20px;
	margin: 2px 2px 2px 2px;
	color: #777777;
	background-color: #f6f6f6;
	border-width: 2px;
	border-style: solid;
	border-color: #777777;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}

.trad-btn-light-disabled:link, .trad-btn-light-disabled:visited {
	color: #777777;
	text-decoration: none;
}


.trad-btn-dark {
	display: inline-block;
	padding: 6px 20px 6px 20px;
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #333333;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}

.trad-btn-dark:link, .trad-btn-dark:visited {
	color: #ffffff;
	text-decoration: none;
}

.trad-btn-dark:hover {
	background-color: #222222;
	border-color: #FFFFFF;
}


.trad-btn-search {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #222222;
	border-width: 2px;
	border-style: solid;
	border-color: #222222;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}

.trad-btn-search:link, .trad-btn-search:visited {
	color: #ffffff;
	text-decoration: none;
}

.trad-btn-search:hover {
	background-color: #333333;
	border-color: #333333;
}


a.trad-btn-hdr {
	display: inline-block;
	text-transform: uppercase;
	top: 0;
	right: 0;
	height: 100%;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	text-align: right;
	margin-right: -10px;
	margin-top: -5px;
	margin-bottom: -5px;
	min-height: 37px;
	float: right;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}
a.trad-btn-hdr-left {
	display: inline-block;
	top: 0;
	right: 0;
	height: 100%;
	padding: 8px 15px 0px 15px;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	text-align: right;
	margin-right: 10px;
	margin-top: -5px;
	margin-bottom: -5px;
	min-height: 37px;
	float: right;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

a.trad-btn-hdr:link, a.trad-btn-hdr:visited {
	text-decoration: none;
	color: #ffffff;
}

a.trad-btn-hdr:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

a.trad-btn-general-style {
	margin: 0px;
	float: none;
}


a.hdr-light {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

a.hdr-light:link, a.hdr-light:visited {
	color: #ffffff;
}

a.hdr-light:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


.trad-btn-icon {
	display: inline-block;
	min-width: 25px;
	padding: 3px 5px 3px 5px;
	margin-left: 3px;
	border-radius: 3px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 20;
	font-weight: normal;
}

.trad-btn-icon i {
	color: #000000;
	font-size: 100%;
}


.navigation a:link, .navigation a:visited {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	color: #212121;
}


a.trad-btn-pdf {
	display: inline-block;
	padding: 8px 10px 8px 10px;
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #999999;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: bold !important;
	cursor: pointer;
}

a.trad-btn-pdf-modifier {
	font-size: 14px;
	margin-top: 6px;;
	border-radius: 2px;
	padding-bottom: 9px;;
}

a.trad-btn-pdf:link, a.trad-btn-pdf:visited {
	color: #ffffff;
	text-decoration: none;
}

a.trad-btn-pdf:hover {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}

a.trad-btn-messages {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  margin: 2px 2px 2px 2px;
  color: #ffffff;
  background-color: #222222;
  border-width: 0px;
  border-style: solid;
  border-color: #222222;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Helvetica',  Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
}
a.trad-btn-messages:link {
  color: #fff !important;
  font-size: 90%;
}

a.trad-btn-switch {
	display: inline-block;
	padding: 8px 10px 8px 10px;
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #666666;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	cursor: pointer;
}

a.trad-btn-switch:link, a.trad-btn-switch:visited {
	color: #ffffff;
	text-decoration: none;
}

a.trad-btn-switch:hover {
	background-color: #222222;
	color: #ffffff;
}


a.trad-btn-red {
	display: inline-block;
	padding: 6px 20px 6px 20px;
	margin: 2px 2px 2px 2px;
	color: #B83739;
	background-color: #d67070;
	border: 2px solid #B83739;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}

.trad-btn-red:link, .trad-btn-red:visited {
	color: #B83739;
	text-decoration: none;
}

.trad-btn-red:hover {
	background-color: #FCB9B9;
	border-color: #222222;
	color: #ffffff;
}


a.box-link {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 2px 5px 2px 5px;
}

a.box-link:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #212121;
}


th a:link, th a:visited {
	color: #ffffff;
}


a.admin-submenu {
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 5px 0px;
	display: block;
	float: left;
}

a.admin-submenu.active {
	background-color: rgba(0, 0, 0, 0.35);
}

a.admin-submenu:hover {
	background-color: rgba(0, 0, 0, 0.35);
	color: #212121;
}

.drop-box {
	background: #89cbd6;
	border: 2px dashed #DDD;
	width: 75%;
	height: 50%;
	text-align: center;
	word-wrap: break-word;
}

.dragover {
	border: 2px dashed blue;
}






/****** FLASH MESSAGES ******/
#flashMessage, #authMessage {
	position: relative;
	padding: 10px;
	padding-right: 60px;
	margin-bottom: 15px;
	margin-right: 15px;
	font-size: 90%;
}

#flashMessage.message {
	background: #80cb92;
	border: 1px solid #42a35a;
	color: #255a32;
}

#flashMessage.error, #authMessage.message {
	background: #df8989;
	border: 1px solid #ca3838;
	color: #7b2121;
}

.closeFlash {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 220%;
	color: rgba(0, 0, 0, 0.20);
	line-height: 35px;
	cursor: pointer;
}




/****** FORM ELEMENTS ******/
form {
	margin: 0;
	padding: 0;
}

.form-element {
	margin-bottom: 8px;
}

input[type=text], input[type=tel], input[type=password], input[type=email], input[type=file], input[type=number], textarea {
	width: 100%;
	padding: 7px;
	margin: 3px 0px 3px 0px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 95%;
	color: #212121;
	resize: none;
	box-shadow: none;
}

input[type=text].small-input, input[type=tel].small-input, input[type=password].small-input, input[type=email].small-input, input[type=number].small-input {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 0px 0px 0px;
}

select {
	width: 100%;
	padding: 7px;
	background-color: #ffffff;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #212121;
}

.dropdown-sizing {
	font-size: 95%;
	padding: 7px 0px 7px 0px;
}

select.small-input {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 0px 0px 0px;
}

input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
	border-width: 1px;
	border-style: solid;
	border-color: #76c0cc;
}

input[type=submit] {
	-webkit-appearance:none;
}




/****** STATUS LABELS ******/
.status {
	border-radius: 1px;
	font-size: 80%;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	margin: 0px 8px 8px 0px;
	min-width: 125px;
	text-align: center;
	display: inline-block;
}

.status-hdr {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 8px 15px 0px 15px;
	font-size: 90%;
	font-weight: bold;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #777777;
}

.statusBlue {
	color: #000000;
	background: #E0DDF2;
}

.statusBlue2 {
	color: #000000;
	background: #A1C2E1;
}

.statusYellow {
	color: #000000;
	background: #FAE7C9;
}

.statusGreen {
	color: #000000;
	background: #CFF5CC;
}

.statusRed {
	color: #000000;
	background: #FCB9B9;
}

.statusGray {
	color: #000000;
	background: #C8E6EB;
}

.statusBlue3 {
	color: #000000;
/*	background: #0492C2;
*/	background: #48AAAD;
}

.statusDarkGray {
	background: #b0b0b0;
	color: #000000;
}


/****** PAGINATION ******/
div.paging-box {
	padding: 20px 0px 10px 0px;
	text-align: center;
}

div.paging {
	margin-bottom:6px;
}

div.paging span {
	background-color: #b2b2b2;
	display: inline-block;
	min-width: 30px;
	text-align: center;
	color: #d1d1d1;
	font-weight: bold;
	font-size: 18px;
}

div.paging span:hover {
	background-color: #7f7f7f;
}

div.paging .current:hover, div.paging .disabled:hover {
	background-color: #b2b2b2;
}

div.paging .current, div.paging .disabled {
	padding: 2px;
}

div.paging span a {
	padding: 2px;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}





/****** MISC ******/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0px 0px 0px 0px;
}

.shadow-padding {
	padding: 0px 15px 15px 0px;
}

.shadow-padding-right {
	padding: 0px 15px 0px 0px;
}

.shadow-padding-left {
	padding: 0px 0px 0px 15px;
}

@media (max-width: 900px) {
	.shadow-padding {
		padding: 0px 5px 15px 0px;
	}
	
	.shadow-padding-right {
		padding: 0px 5px 0px 0px;
	}
}


.bordered, .bordered-gray, .bordered-light {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	overflow:auto;
}

.bordered-left, .bordered-gray-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.bordered-right, .bordered-gray-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.bordered-top, .bordered-gray-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.bordered-bottom, .bordered-gray-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.no-top-border {
	border-top-width: 0px !important;
}

.no-bottom-border {
	border-bottom-width: 0px !important;
}

.bg-dark {
	background-color: #999999;
}

.bg-white {
	background-color: #ffffff;
}

.bg-hdr {
	background-color: #555555;
}

.bg-content {
	background-color: #eeeeee;
}

.bg-gray {
	background-color: #aaaaaa;
}

.bg-disabled {
	background-color: #888888;
}

.bg-input-disabled {
	background-color: #eeeeee;
}

input[type=text].bg-input-disabled, input[type=tel].bg-input-disabled, input[type=password].bg-input-disabled, input[type=email].bg-input-disabled, input[type=file].bg-input-disabled, input[type=number].bg-input-disabled {
	background-color: #eeeeee;
}

.bg-subtotaled {
	background-color: #777777;
}

.bg-report-header {
	background-color: #cccccc;
}

.bg-report-totals {
	background-color: #e6e6e6;
}

.bg-filter-applied {
	background-color: #deffdb;
}

.big-text {
	font-size: 120%;
}

.normal-text {
	font-size: 16px;
}

.small-text {
	font-size: 90%;
}

.tiny-text {
	font-size: 80%;
}

.step-text {
	font-size: 160%;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}

.red-text {
	color: #cc0000;
}

a.red-text:link, a.red-text:visited {
	color: #cc0000;
}

.black-text {
	color: #212121;
}

.white-text {
	color: #ffffff;
}

.gray-text {
	color: #666666;
}

.light-gray-text {
	color: #999999;
}

.green-text {
	color: #039013;
}

.blue-text {
	color: #0000ff;
}

.yellow-text {
	color: #c49b0b;
}

.trad-blue-text {
	color: #76C0CC;
}

.item-error {
	background-color: #e5b2b2;
}

.bg-error {
	background-color: #e5b2b2 !important;
}

ul {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.spaced li {
	margin-bottom: 12px;
}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid #999999;
	margin: 10px 0px 10px 0px;
}

hr.light {
	height: 0px;
	border: none;
	border-top: 1px solid #dddddd;
	margin: 10px 0px 10px 0px;
}

.photo {
	max-width: 50px;
	max-height: 50px;
}

.item-img-container, .item-img-container-alt {
	padding: 20px;
	display: grid;
	align-content: center;
}

.item-img {
	max-width: 100px;
	max-height: 100px;
}

.itemsRow{
	height:55px;
	white-space:nowrap;
}

.inlineAction{
	padding-right: 20px;
	width:45px;
}
.inlineActionSupplier{
	padding-right: 20px;
	width:45px;
}
.imageCell{
	width: 60px;
	padding:5px;
	text-align: center;
}

.itemTableHead{
	padding:0px 5px 0px 5px;
	height:35px;
}

.dateColumnTable{
	white-space:normal;
	padding:0px 5px 0px 5px;
}

.nametd{
	height:55px;
	white-space:normal;
	padding:0px 5px 0px 5px;
	max-width: 125px;
}

.nonName{
	max-width:45px;
	padding:0px 5px 0px 5px;
	white-space:normal;
}

.photo_big {
	max-width: 200px;
	max-height: 70px;
	margin-bottom: 5px;
}

.small-photo {
	max-width: 40px;
	max-height: 40px;
}

.tiny-logo {
	max-width: 50px;
	max-height: 20px;
}

.small-logo {
	max-width: 80px;
	max-height: 40px;
}

.medium-logo {
	max-width: 100px;
	max-height: 50px;
}

.create-button-icon {
	width: 25px;
	height: 25px;
	border: 0;
	padding-right: 10px;
	box-sizing: content-box;
}

label {
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 2px;
}

.small-label {
	font-size: 80%;
	color: #6d6d6d;
	margin-top: 0px;
}

.expandable-opener {
	cursor: pointer;
}

.expandable-content {
	display: none;
}

.dateColumn {
	width: 150px;
}

span.isrequired:after {
	color: #e32;
	content: ' *';
	display:inline;
}

.newNotifier {
	position: absolute;
	margin: 0 !important;
	right: 6px;
	top: -6px;
	padding: 0;
	font-size: 8px;
	line-height: 19px;
	background: rgb(239 68 68 / var(--tw-bg-opacity, 1));
	border-radius: 999px;
	text-align: center;
	color: #ffffff;
	width: 18px;
	height: 18px;
	font-weight: bold;
}

.newNotifier:hover {
	background: rgba(202, 56, 56, 0.9);
}

.full-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

/* use this one for a link that is in a full-link div */
.full-link-override {
	position: relative;
	z-index: 20;
}

.status-dot {
	width: 14px;
	height: 14px;
	border: 1px solid #222222;
	border-radius: 10px;
	display:inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 1px #999999;
}

.status-active {
	background-color: #00dd00;
}

.status-inactive {
	background-color: #dd0000;
}

.status-pending {
	background-color: #eeee00;
}

.status-blacklisted {
	background-color: #000;
}

*:focus {
	outline: none;
}


/* fix the double borders on the "add items" dialog */
.double-border-fix table:not(:last-child) {
	border-bottom-width: 0px !important;
}




/***** date picker *****/
.datepicker-container {
	cursor: pointer;
	width: 100%;
}

.datepicker-icon {
	cursor: pointer;
	font-size: 22px;
	width: 28px;
	text-align: right;
	vertical-align: top;
}



/***** chat messages *****/
.chatMessage {
	position: relative;
	clear: both;
	width: 85%;
	margin-bottom: 15px;
	border-radius: 15px;
	background-color: #e4e4e4;
}


/***** create page *****/
.lock-icon {
	font-size: 14px;
	color: #76C0CC;
	height: 15px;
	margin-left: 5px;
	min-height: 18px;
}

.supplier-chip {
	position: relative;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #666666;
	margin: 5px 15px 5px 5px;
	background-color: #e6eef0;
	max-width: 500px;
}

.selected-supplier-chip {
	padding-right: 30px;
}

.supplier-chip-logo {
	display: inline-block;
	padding: 0px 5px 0px 0px;
}

.supplier-chip-text {
	display: inline-block;
	vertical-align: top;
}

.supplier-chip-close {
	position: absolute;
	top: 3px;
	right: 3px;
}


/***** quotes listing page ****/
.quote-count {
	padding: 2px 10px;
	margin-top: 3px;
	background: rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 115%;
}


/**** Quote view page ***/
td.changed, tr.changed,table.changed, div.changed, span.changed{
	background-color: rgba(120, 191, 203, 0.4);
	color: #111;
}
md-input-container.changed {
	background: rgba(120, 191, 203, 0.4);
}
/**** end quote view page ***/

.supplier-rating {
	display: inline-block;
	padding: 3px 5px 3px 5px;
	margin-left: 3px;
	margin-top: 5px;
	border-radius: 3px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.08);
	z-index: 20;
}


/* chat stuff */
#chatDisplay {
	position: absolute;
	display: none;
	width: 800px;
	max-width: 75vh;
	height: 100vh;
	clear: both;
	z-index: 99;
	top: 0;
	right: 0;
	margin: 15px;
}

@media (max-width: 860px) {
	#chatDisplay {
		width: 90vw;
	}
}




/************ mimic angular material styles *****************/

.btn-ang-blue:link, .btn-ang-blue:visited, .btn-ang-blue:hover {
	display: inline-block;
	padding: 8px 26px 8px 26px;
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #77bfcb;
	border-width: 0px;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.btn-ang-blue-small:link, .btn-ang-blue-small:visited, .btn-ang-blue-small:hover {
	display: inline-block;
	padding: 4px 26px 4px 26px;
	color: #ffffff;
	background-color: #77bfcb;
	border-width: 0px;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica',  Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	cursor: pointer;
}




/************ angular dialogs *****************/

.dialog-padding {
	padding: 15px 15px 7px 15px;
}

.dialog-actions {
	padding-top: 8px;
}



/************ angular material adjustments *****************/

.md-button.md-primary.md-raised {
	color: #ffffff;
}


.md-button.md-primary.md-raised.md-grey {
	background: #A9A9A9;
}

.md-button.md-primary.md-raised.md-grey:hover {
	background: #808080;
}

/* this fixes the white text on a disabled button */
.md-button.md-raised[disabled] {
	color: rgba(0,0,0,0.26);
}

/* input placeholder text color */
md-input-container label:not(.md-no-float) {
	color: #999999;
}

.md-button {
	padding-left: 10px;
	padding-right: 10px;
}

md-input-container textarea.md-input {
	line-height: 20px;
}

md-input-container {
	display: block;
	margin: 0 0;
}

.md-button.md-primary.md-raised:not([disabled]) md-icon {
	color: #ffffff;
}

md-checkbox {
	display: block;
	margin: 8px;
}

md-content.md-default-theme, md-content {
	background-color: #ffffff;
}

md-input-container .md-errors-spacer {
	min-height: 0px;
}

/* this gets rid of the extra clickable 10px region around angular checkboxes */
md-checkbox .md-container:after {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

md-checkbox.white-border .md-icon {
	border-color: white;
}
/* Chat Box */
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  /* position: fixed; */
  /* bottom: 0;
  right: 15px; */
  /* z-index: 9; */
  width: 100%;
}

/* Add styles to the form container */
.chatbox-container {
  background-color: #e7ecef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
}

.chatbox-container .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  padding: 10px;
}
.chatbox-container .media img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.chatbox-container .media-body {
  -ms-flex: 1;
  flex: 1;
}
.chatbox-container .chatbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chatbox-container .chatbox-header .chatName {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  width: 150px;
  word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.chatbox-container .media p {
  font-size: 80%;
  color: #000;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chatbox-container .chatbox-actionbtn {
  display: flex;
  align-items: center;
}
.chatbox-container .statusBtn {
  /* background: #f2f2f2; */
  padding: 2px 10px;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 25px;
  cursor: auto;
}
.chatbox-container .statusBtn:hover {
  color: #000;
}
.chatbox-container .mention-users.active {
  display: block !important;
  left: -5px;
  bottom: 65px;
  padding-top: 25px;
}
.closechatbox {
	width: 1.5rem;
    line-height: 1.5rem;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 0.25rem;
	color: #000;
	position: absolute;
	right: 10px;
    top: 5px;
}
.chatbox-body {
	height: 100%;
	background: #fff;
}
.chatbox-container .tab-content section {
	display: none;
	border: none;
}
.chatbox-container .tab-content #tab-item-1, .chatbox-container .tab-content #tab-item-2 {
    min-height: 150px;
}
.initial-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.chatbox-container .messaging-area {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.chatbox-container .messaging-area::-webkit-scrollbar {
  display: none;
}
.initial-inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.messaging-area .status-message,
.initial-inner-section .status-message {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.messaging-area .prompt-message {
  margin: 0 auto;
  font-size: 12px;
  color: #b1b1b1;
  width: 75%;
}
.initial-inner-section .prompt-message {
  margin: 0 auto;
  font-size: 14px;
  color: #b1b1b1;
  width: 55%;
}
/* .chatbox-container .text-field {
    position: absolute;
    bottom: 0;
    width: 100%;
} */
.chatbox-container .emojionearea .emojionearea-button {
  bottom: 10px !important;
}
.chatbox-container .emojionearea .emojionearea-button {
  position: relative;
}
.chatbox-container
  .emojionearea
  .emojionearea-picker.emojionearea-picker-position-bottom {
  top: -200px !important;
}
.chatbox-container .emojionearea .emojionearea-editor {
  min-height: 4em !important;
  max-height: 10em !important;
  padding: 6px 5px 6px 12px !important;
  margin-bottom: 18px !important;
}
.chatbox-container .emojionearea .emojionearea-editor::-webkit-scrollbar {
  display: none;
}

.chatbox-container .text-field .actions .pickers .emoji-icon, .chatbox-container .text-field .actions .pickers .at {
	color: rgb(0 0 0 / 65%);
	font-size: 122%;
	padding: 0 5px;
	border-radius: 5px;
	transition: all 0.5s ease;
	font-weight: bold;
}
.chatbox-container .text-field .actions .pickers .emoji-icon:hover, .chatbox-container .text-field .actions .pickers .at:hover {
	background: #f5f5f5;
}
.chatbox-container .text-field .actions .pickers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.chatbox-container .menu {
  background-color: #f3f3f3;
  position: absolute;
}
.global-messaging .mention-users {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 50%;
  max-height: 95%;
  /* height: 100%; */
  /* min-height: 100px;
  max-height: 100px; */
  overflow: auto;
}
.chatbox-container .mention-users {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 100%;
  /* height: 95%; */
  /* min-height: 205px; */
  max-height: 205px;
  overflow: auto;
}
.chatbox-container .menu-item-mention-user,
.global-messaging .menu-item-mention-user {
  cursor: default;
  padding: 0 1rem;
  border-bottom: 1px solid #eee;
}
.chatbox-container .menu-item-mention-user .list-mention-user,
.global-messaging .menu-item-mention-user .list-mention-user {
  padding: 5px 0;
}
.chatbox-container .menu-item-mention-user .list-mention-user .list-item img,
.global-messaging .menu-item-mention-user .list-mention-user .list-item img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	object-fit: cover;
}
.chatbox-container .menu-item-mention-user .list-mention-user .add-icon,
.global-messaging .menu-item-mention-user .list-mention-user .add-icon {
  width: 15px;
  height: 15px;
}
.chatbox-container .menu-item-mention-user .list-mention-user .list-item p,
.global-messaging .menu-item-mention-user .list-mention-user .list-item p {
  font-size: 12px;
}
.chatbox-container .menu-item-mention-user.selected,
.global-messaging .menu-item-mention-user.selected {
	background-color: #e6eef0;
    color: black;
}
.chatbox-container .menu-item-mention-user .list-mention-user, .global-messaging .menu-item-mention-user .list-mention-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatbox-container .menu-item-mention-user .list-mention-user .list-item, .global-messaging .menu-item-mention-user .list-mention-user .list-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.global-messaging .menu-item-mention-user .list-mention-user .list-item p {
	margin-bottom: 0;
}

.chatbox-container .menu-item-mention-user:hover:not(.selected),
.global-messaging .menu-item-mention-user:hover:not(.selected) {
  background-color: #fafafa;
}
.chatbox-container .mention-users::-webkit-scrollbar,
.global-messaging .mention-users::-webkit-scrollbar {
  /* display: none; */
}
/* creating css loader */

#loadingInternal, #loadingExternal {
  width: 4rem;
  height: 4rem;
  border: 5px solid #f3f3f3;
  border-top: 6px solid #78bfc3;
  border-radius: 100%;
  margin: auto;
  visibility: hidden;
  animation: spin 1s infinite linear;
  display: none;
}
#loadingInternal.display, #loadingExternal.display {
  visibility: visible;
  display: block;
  position: relative;
  top: 30px;
}

#loading {
	width: 3rem;
	height: 4rem;
	border: 5px solid #f3f3f3;
	border-top: 6px solid #78bfc3;
	border-radius: 100%;
	margin: auto;
	visibility: hidden;
	animation: spin 1s infinite linear;
	display: none;
  }
  #loading.display{
	visibility: visible;
	display: block;
	position: relative;
	top: 30px;
  }
@keyframes spin {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(360deg);
  }
}
.chatbox-container .tab-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.current-status-messages {
	display: none;
	position: relative;
    bottom: 30px;
    text-align: center;
	font-size: 14px;
    background: #eee;
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
}
.current-status-messages.active-message-bar {
	display: block;
}
@media screen and (min-device-width: 1440px) {
	.chat-popup {
		width: 100%;
	}
	.chatbox-container .tab-content {
		height: 100%;
		/* min-height: 640px;
		max-height: 640px; */
	}
	.chatbox-container .media p {
		font-size: 85%;
	}
	.chatbox-container .statusBtn {
		font-size: 85% !important;
	}
	.chatbox-container .messaging-area {
		/* height: 100%;
		min-height: 530px;
		max-height: 530px; */
		flex-grow: 1;
	}
}
@media screen and (min-device-width: 1920px) {
	.chat-popup {
		width: 100%;
	}
	/* .initial-text {
		min-height: 700px;
	} */
	.chatbox-container .messaging-area {
		/* height: 100%;
		min-height: 699px;
		max-height: 699px; */
		flex-grow: 1;
	}
	.chatbox-container .chatbox-header .chatName {
		font-size: 124%;
	}
	.chatbox-container .media p {
		font-size: 100%;
	}
	.chatbox-container .statusBtn {
		font-size: 80% !important;
	}
	.chatbox-container .tab-content {
		height: 100%;
		/* min-height: 810px;
		max-height: 810px; */
	}
	/* .chatbox-container .text-field .actions {
		bottom: 8px;
		left: 35px;
		width: 89% !important;
	} */
	.chatbox-container .tabs > input, .tabs > span {
		width: 30%;
	}
}
.chatbox-container .messaging-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tabs.effect-1{
    height: 100%;
    /* max-height: calc(100vh - 140px); */
}
#tab-item-1, #tab-item-2{
    height: 100%;
}

/* new export button style*/

.export-button {
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    cursor: pointer;
	font-size: 10px;
	letter-spacing: 1px;
}

.listing-page-table-row .full-link {
    pointer-events: none;
}

.listing-page-table, .fa-edit, .fa-clone, .fa-trash-o {
    pointer-events: auto;
}
/* .listing-page-table */

.ui-slider {
    border: none;
	background: #d4d4d4;
	position: relative;
    text-align: left;
}
.ui-widget {
	font-family: Helvetica;
    font-size: 1em;
}
.ui-slider-horizontal {
    height: 1em;
}

.ui-slider .ui-state-default {
    background-color: #000000;
	border-color: #d4d4d4;
    color: #525252;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
	border: none;
    width: 1.2em;
    height: 1em;
	margin-top: 0;
    cursor: pointer;
	margin-left: -0.6em;
  transform: none !important;
}