
@import url(/css/systemEZI-header-user-dropdown.css);
@import url(/css/systemEZI-footer-distributed-with-address-and-phones.css);
@import url(/css/systemEZI-animation.css);


.systemEZI-canvas-container {
    
    border: 1px solid  lightgrey;
    float: left;
	width: 100%;
	overflow: auto;
}

.systemEZI-quoteEZI_canvas_1{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
}

.systemEZI_form-style-10{
	width:99%;
	padding:10px;
	margin:5px auto;
	/*background: #6d6a09;*/
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.systemEZI_form-style-11{
	width:100%;
	padding:10px;
	margin:10px auto;
	background: #FF7400;
  background: -moz-radial-gradient(90% 50%, ellipse cover, #f9d835 0%, #FF7400 75%);
  background: -webkit-gradient(radial, 90% 50%, 0px, 90% 50%, 75%, color-stop(0%, #f9d835), color-stop(75%, #FF7400));
  background: -webkit-radial-gradient(90% 50%, ellipse cover, #f9d835 0%, #FF7400 40%);
  background: -o-radial-gradient(90% 50%, ellipse cover, #f9d835 0%, #FF7400 75%);
  background: -ms-radial-gradient(90% 50%, ellipse cover, #f9d835 0%, #FF7400 75%);
  background: radial-gradient(ellipse at 90% 50%, #f9d835 0%, #FF7400 75%);
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}


#checkAll{
    margin-top:10px;
}

.EZI_pointer {cursor: pointer;}

/* Alertify*/
.alertify-notifier { z-index:999999 !important; }

/* right click menu for drawing */
.showDrawingMenu_EZI {
	position:absolute;
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	border: 2px solid rgba(50, 50, 93, 0.1);
	color: #000;
	z-index: 99;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
	0 5px 15px rgba(0, 0, 0, 0.07);
	width:275px;
}

.hideDrawingMenu_EZI {
  display: none;
}

.showDrawingMenu_EZI li {
  list-style: none;
}

.showDrawingMenu_EZI a {
  border: 0 !important;
  text-decoration: none;
}

.showDrawingMenu_EZI a:hover {
  text-decoration: underline !important;
}

.disabledDrawingMenu_EZI {
    pointer-events:none;
    opacity:0.6;       
}

.systemEZI_message_report_image_size {
	width:40px;
	max-height:40px;
}


@media only screen and (max-width: 768px) {
   
	.systemEZI_message_report_image_size {
		width:23px;
		max-height:23px;
	}
  }

/* hide stuff on phones */
@media (min-width: 576px) {
    .systemEZI_dontShow {
      display:'none';
    }

  }


@media print {
    .systemEZI_footer{
		position: fixed !important;
		bottom: 0 !important;
    }
}


/* The below are used for email status settings but can be used for any status */
.Active{
	color:greenyellow;
}
.Error{
	color:red;
}
.Disabled,.Completed{
	color:grey;
}
.Warning,.Pending,.Pending_Create,.Pending_Delete,.Pending_Disable,.Pending_Change,.Pending_Active{
	color:orange;
}
.Review{
	color: purple;
}
.highlight {
	background-color: #FF9;
	width:200px;
  }

  
  .dropleftEZI .dropdown-menu {		
	margin-top: 0;	
	margin-right: 0.125rem;	
	left:-150px!important;
  }	


  .dropleftEZI .dropdown-toggle::after {	
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
  }	

  .dropleftEZI .dropdown-toggle::after {	
	display: none;	
  }	


  .dropleftEZI .dropdown-toggle::before {	
	display: inline-block;	
	width: 0;	
	height: 0;	
	margin-right: 0.255em;	
	vertical-align: 0.255em;	
	content: "";	
	border-top: 0.3em solid transparent;	
	border-right: 0.3em solid;	
	border-bottom: 0.3em solid transparent;	
  }	

  .dropleftEZI .dropdown-toggle:empty::after {	
	margin-left: 0;	
  }	

  .dropleftEZI .dropdown-toggle::before {	
	vertical-align: 0;	
  }

  .selectListEZI li {
	border: 1px solid rgba(50, 50, 93, 0.1);
	border-radius: 1px;
  }
 
   .selectListEZISelected {
	background: rgb(0, 140, 251)!important;
	color: rgb(250, 252, 253)!important;
   }

   .selectCardEZISelected {
	background: rgb(255, 255, 197)!important;
	box-shadow: 5px 10px 18px #888888;
	border-radius: 10px;
   }

   .selectCardEZIShadow {
	box-shadow: 5px 10px 18px #888888;
	border-radius: 10px;
   }

   .navbar-custom {
    	background-color: #ff5500;
	}

	.offcanvas-header{ display:none; }

	  /* ============ desktop view ============ */
		@media all and (min-width: 992px) {
			.navbar .nav-item .dropdown-menu{ display: none; }
			.navbar .nav-item:hover .nav-link{ color: #fff;  }
			.navbar .nav-item:hover .dropdown-menu{ display: block; }
			.navbar .nav-item .dropdown-menu{ margin-top:0; }
		}	
		/* ============ desktop view .end// ============ */
	
	

	.navbar-brand {
		position: relative;
		height: 30px;
		left: 15px;
		background-size: contain;
	}

	.form-control{
		margin-bottom: 10px;
		}
	.form-label{
		margin-bottom: 10px;
		}

	/* ============ Theme-aware form fields on DARK Bootswatch themes ============
	   The DARK Bootswatch themes (Darkly, Cyborg, Slate, …) HARD-CODE form fields to
	   background:#fff with dark text — verified against the darkly/cyborg builds — so
	   every input/select/textarea renders as a white box on the dark page. The app never
	   sets data-bs-theme on <html>, so Bootstrap's native dark form styling never applies,
	   and the value is a literal #fff (not a --bs-* token) so data-bs-theme couldn't help
	   anyway. theme-chooser.js measures the painted body-background luminance on load and
	   flags html[data-wezi-dark="1"] when the active theme is dark; these rules then restyle
	   fields with the SAFE core --bs-* tokens only (body-bg / body-color / body-color-rgb).
	   Light themes never match the selector, so they are left completely untouched. */
	html[data-wezi-dark="1"] .form-control,
	html[data-wezi-dark="1"] .form-select,
	html[data-wezi-dark="1"] textarea {
		background-color: var(--bs-body-bg);
		color: var(--bs-body-color);
		/* explicit width+style so borderless dark themes (Cyborg) still show a field edge */
		border: 1px solid rgba(var(--bs-body-color-rgb), .25);
	}
	html[data-wezi-dark="1"] .form-control:focus,
	html[data-wezi-dark="1"] .form-select:focus,
	html[data-wezi-dark="1"] textarea:focus {
		/* Bootswatch's :focus rule re-asserts background:#fff — keep it dark on focus */
		background-color: var(--bs-body-bg);
		color: var(--bs-body-color);
		border-color: var(--bs-primary);
	}
	html[data-wezi-dark="1"] .form-control::placeholder,
	html[data-wezi-dark="1"] textarea::placeholder {
		color: var(--bs-secondary-color);
		opacity: 1;
	}
	html[data-wezi-dark="1"] .form-control:disabled,
	html[data-wezi-dark="1"] .form-select:disabled {
		background-color: rgba(var(--bs-body-color-rgb), .06);
		color: var(--bs-secondary-color);
	}
	/* the caret SVG in .form-select is a hard-coded dark stroke on dark themes -> swap for a light one */
	html[data-wezi-dark="1"] .form-select {
		--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	}

    
		/* ============ sub menus ============ */
		/* https://bootstrap-menu.com/detail-multilevel.html */
		
		/* @media (min-width: 992px){
			.dropdown-menu .dropdown-toggle:after{
				border-top: .3em solid transparent;
				border-right: 0;
				border-bottom: .3em solid transparent;
				border-left: .3em solid;
			}
			.dropdown-menu .dropdown-menu{
				margin-left:0; margin-right: 0;
			}
			.dropdown-menu li{
				position: relative;
			}
			.submenu{ 
				display: none;
				position: absolute;
				left:100%; top:-7px;
			}
			.submenu-left{ 
				right:100%; left:auto;
			}
			.dropdown-menu > li:hover{ background-color: #f1f1f1 }
			.dropdown-menu > li:hover > .submenu{
				display: block;
			}
		 
		} */
/*styles for the grid rating system*/
.star-wrapper {
	direction: ltr;
	display: flex;
  	flex-direction: row;
}
.star-wrapper a {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	margin: 1px!important;
	
}
.star-wrapper a:hover {
	color: gold;
	transform: scale(1.3);
}
.star-wrapper a.active {
	color: gold;
}

.star-wrapper a {
	width:10%!important;
}
.star-wrapper a.s1 {
	order: 1;
	-webkit-order: 1;
}
.star-wrapper a.s2 {
	order: 2;
	-webkit-order: 2;
}
.star-wrapper a.s3 {
	order: 3;
	-webkit-order: 3;
}
.star-wrapper a.s4 {
	order: 4;
	-webkit-order: 4;
}
.star-wrapper a.s5 {
	order: 5;
	-webkit-order: 5;
}

.active ~ a, .s1:hover ~ a {
	color: gold;
}
.active ~ a, .s2:hover ~ a {
	color: gold;
}
.active ~ a, .s3:hover ~ a {
	color: gold;
}
.active ~ a, .s4:hover ~ a {
	color: gold;
}
.active ~ a, .s5:hover ~ a {
	color: gold;
}
/*styles for the grid rating system*/

/*styles for the file upload*/
.image-upload-wrap {
	margin-top: 20px!important;
	border: 4px dashed #c0c2c1!important;
	position: relative!important;
  }
  
  .image-upload-dragover {
	background-color: #c0c2c1!important;
	border: 4px dashed #f07878!important;
  }
  
  .hidden {
	  display: none!important;
  }
/*styles for the file upload*/

/*custom card styles*/
.cardpopout:hover{
	transform: scale(1.01);
 	box-shadow: 0 5px 10px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
/*custom card styles*/

/*drag drop drop zones*/
.dropZoneEZI {
	min-height: 70px;
	width:100%;
	padding: 10px;
	border: 1px solid #aaaaaa;
	/*background-color: #fafae3; /*#ffffca;*/
  }
  .drag-over {
	  border: dashed 3px rgb(247, 115, 115);
  }
/*drag drop drop zones*/


/* -------------------------------- 

Slide In Panel 

-------------------------------- */
.eziPanel-main-content {
	text-align: center;
  }
  
  .eziPanel-main-content h1 {
	font-size: 2rem;
	color: #64788c;
	padding: 4em 0;
  }
  
  .eziPanel-btn {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	background-color: #89ba2c;
	color: #ffffff;
	border-radius: 50em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: -webkit-box-shadow 0.2s;
	transition: -webkit-box-shadow 0.2s;
	transition: box-shadow 0.2s;
	transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  
  .eziPanel-btn:hover {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
  }
  
  @media only screen and (min-width: 1170px) {
	.eziPanel-main-content h1 {
	  font-size: 3.2rem;
	}
  }
  
  .eziPanel-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index:5000;
  }
  
  .eziPanel-panel::after {
	/* overlay layer */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
  }
  
  .eziPanel-panel.eziPanel-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
  }
  
  .eziPanel-panel.eziPanel-panel--is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
  }
  
  .eziPanel-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	top:50;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 1000;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
			transform: translateY(-50px);
  }
  
  .eziPanel-panel__header h1 {
	
	padding-left: 5%;
  }
  
  .eziPanel-panel--from-right .eziPanel-panel__header {
	right: 0;
  }
  
  .eziPanel-panel--from-left .eziPanel-panel__header {
	left: 0;
  }
  
  .eziPanel-panel--is-visible .eziPanel-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
			transform: translateY(0px);
  }
  
  @media only screen and (min-width: 768px) {
	.eziPanel-panel__header {
	  width: 70%;
	}
  }
  
  @media only screen and (min-width: 1170px) {
	.eziPanel-panel__header {
	  width: 100%;
	}
  }
  
  .eziPanel-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	color: #f5300d;
  }
  
  .eziPanel-panel__close::before, .eziPanel-panel__close::after {
	/* close icon created in CSS */
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #424f5c;
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  
  .eziPanel-panel__close::before {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  
  .eziPanel-panel__close::after {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  
  .eziPanel-panel__close:hover {
	background-color: #424f5c;
  }
  
  .eziPanel-panel__close:hover::before, .eziPanel-panel__close:hover::after {
	
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	background-color: #ffffff;
  }
  
  .eziPanel-panel__close:hover::before {
	-webkit-transform: rotate(220deg);
		-ms-transform: rotate(220deg);
			transform: rotate(220deg);
  }
  
  .eziPanel-panel__close:hover::after {
	-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
			transform: rotate(135deg);
  }
  
  .eziPanel-panel--is-visible .eziPanel-panel__close::before {
	-webkit-animation: eziPanel-close-1 0.6s 0.3s;
			animation: eziPanel-close-1 0.6s 0.3s;
  }
  
  .eziPanel-panel--is-visible .eziPanel-panel__close::after {
	-webkit-animation: eziPanel-close-2 0.6s 0.3s;
			animation: eziPanel-close-2 0.6s 0.3s;
  }
  
  @-webkit-keyframes eziPanel-close-1 {
	0%, 50% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	}
  }
  
  @keyframes eziPanel-close-1 {
	0%, 50% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	}
  }
  
  @-webkit-keyframes eziPanel-close-2 {
	0%, 50% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
  }
  
  @keyframes eziPanel-close-2 {
	0%, 50% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
  }
  
  .eziPanel-panel__container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50;
	/*background: #dbe2e9;*/
	z-index: 9890!important;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  
  .eziPanel-panel--from-right .eziPanel-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
  }
  
  .eziPanel-panel--from-left .eziPanel-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
  }
  
  .eziPanel-panel--is-visible .eziPanel-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
			z-index: 9890!important;
  }
  
  @media only screen and (min-width: 768px) {
	.eziPanel-panel__container {
	  width: 80%;
	}
  }
  
  @media only screen and (min-width: 1170px) {
	.eziPanel-panel__container {
	  width: 80%;
	}
  }
  
  .eziPanel-panel__content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
  }
  
  .eziPanel-panel__content p {
	font-size: 1.4rem;
	color: #424f5c;
	line-height: 1.4;
	margin: 2em 0;
  }
  
  .eziPanel-panel__content p:first-of-type {
	margin-top: 0;
  }
  
  @media only screen and (min-width: 768px) {
	.eziPanel-panel__content p {
	  font-size: 1.6rem;
	  line-height: 1.6;
	}
  }
  
  
/* -------------------------------- 
Slide In Panel 
-------------------------------- */

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

/* -------------------------------- 
Board Styles
-------------------------------- */

.board-list-img-box {
	height: 100%;
	width: auto;
	display: inline-block;
}

.board-list-img-box img {
	display: inline-block;
	height: 35px;
}

.board-list-img-box:hover > .board-list-img-box-overlay {	
	transition: max-width 1s;
	max-width: 250px;
}

.board-list-img-box-overlay {
	display: inline-block;
	transition: max-width 0.25s;
	max-width: 0px;
	overflow: hidden;
	width: auto;
	height: 100%;
	max-height: 80px;
}

.board-list-img-box-text {
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

/* -------------------------------- 
Tooltip Styles
-------------------------------- */
.wezitooltip {
    display:inline-block;
    position:relative;
    /*border-bottom:1px dotted #666;*/
    text-align:left;
}

.wezitooltip h3 {margin:12px 0;}

.wezitooltip .weziright {
    min-width:200px;
    max-width:400px;
    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:0;
    color:#EEEEEE;
    background-color:#444444;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; 
	transition:opacity 0.8s;
	transition-delay: 1s;
}

.wezitooltip:hover .weziright {
    visibility:visible; opacity:1;
}

.wezitooltip .weziright img {
    width:400px;
    border-radius:8px 8px 0 0;
}
.wezitooltip .text-content {
    padding:10px 20px;
}

.wezitooltip .weziright i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}
.wezitooltip .weziright i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#444444;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
/* -------------------------------- 
END Tooltip Styles
-------------------------------- */

/* -------------------------------- 
Product Card Styles
-------------------------------- */

.product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: #0e0e0f;
    overflow: hidden
}

.product .imgbox {
    height: 100%;
    box-sizing: border-box
}

.product .imgbox img {
    display: block;
    width: 80%;
    margin: 10px auto 0
}

.specifies {
    position: absolute;
    width: 100%;
    bottom: calc(-100% + 300px);
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: .5s
}

.specifies-card {
    position: absolute;
    width: 100%;
    bottom: calc(-100% + 120px);
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: .5s
}

.product:hover .specifies {
    bottom: 0
}

.card:hover .specifies-card {
    bottom: 0
}

.specifies h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    width: 100%
}

.specifies h2 span {
    font-size: 15px;
    color: #ccc;
    font-weight: normal
}

.specifies .price {
    position: absolute;
    top: 12px;
    right: 25px;
    font-weight: bold;
    color: #000;
    font-size: 30px
}
/* -------------------------------- 
END Product Card Styles
-------------------------------- */

/* -------------------------------- 
 Custom Scroll Bar
-------------------------------- */
::-webkit-scrollbar{
	width: 13px;
	height: 13px;
	}
	::-webkit-scrollbar-thumb{
	background: #C2C2C2;
	border-radius: 10px;
	}
	::-webkit-scrollbar-thumb:hover{
	background: #B1B2B5;
	}
	::-webkit-scrollbar-track{
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: inset 7px 10px 12px 0px #F0F0F0;
	}
/* -------------------------------- 
END Custom Scroll Bar
-------------------------------- */

/* -------------------------------- 
 Google Map
 so the address show on a popup
-------------------------------- */

.pac-container { z-index: 9999 !important; }

/* -------------------------------- 
END Google Map
-------------------------------- */

/* -------------------------------- 
 website edit editable items
-------------------------------- */
.imageEditable { cursor: pointer; }
.textEditable { cursor: pointer; }
.formEditable { cursor: pointer; }
.iconEditable { cursor: pointer; }
.reportEditable { cursor: pointer; }
/* -------------------------------- 
END website edit editable items
-------------------------------- */


/* -------------------------------- 
 Bootstrap Addon Items
-------------------------------- */
.hover-outline :hover {
    outline: 2px solid rgb(46, 46, 46) !important;
}
.hover-border :hover {
    border: 2px solid rgb(46, 46, 46) !important;
}
.hover-underscore {
    /*display: inline-block !important;*/
    color:  var(--bs-primary) !important;
	/*color: var(--bs-body-color-rgb);*/
    /*text-decoration: none!important;*/
}
.hover-underscore::after {
    content: '' !important;
    display: block !important;
    width: 0 !important;
    height: 2px !important;
    background: rgb(46, 46, 46) !important;
	background-color: var(--bs-body-bg-rgb) !important; /*added instead of background?*/
    transition: width .3s !important;
}
.hover-underscore:hover::after {
    width: 100% !important;
    transition: width .3s;
	background: rgb(67, 9, 9) !important;
}
.hover-underscore:focus{
    outline: none;
}

.cursor-auto{cursor: auto;}
.cursor-default{cursor: default;}
.cursor-pointer{cursor: pointer;}
.cursor-wait{cursor: wait;}
.cursor-text{cursor: text;}
.cursor-move{cursor: move;}
.cursor-help{cursor: help;}
.cursor-not-allowed{cursor: not-allowed;}
.overlay-color{
	/*used in the website for overlaying a color over*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.1;
}
/* -------------------------------- 
Bootstrap Addon Items
-------------------------------- */

.systemEZI_button_collapse a:after {
	content: '-';
	float: right;
  }
  
.systemEZI_button_collapse a.collapsed:after {
	content: '+';
  }

/* -------------------------------- 
Notification Side Bar
-------------------------------- */
  .systemEZI_notification_sidebar {
	max-height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top: 60px;
	display:flex;

  }
      
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.systemEZI_notification_sidebar {padding-top: 15px;}
	.systemEZI_notification_sidebar a {font-size: 18px;}
  }

  /* -------------------------------- 
	Avatar and Avatar Stacking
	-------------------------------- */
  .systemEZI_avatar{
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	line-height: 1;
	font-size: 14px;
	border-radius: 50%;
	object-fit: cover;
	/*background-color: white;*/

	& > img,
	& > svg {
	  display: inline-block;
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
	  border-radius: 50%;
	}
  }
  .systemEZI_avatar-stack {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;

    .systemEZI_avatar {
      overflow: hidden;
      margin-left: -8px;
      border: 1px solid white;
      box-shadow: 2px 2px 5px grey;
      &:last-child > & {
        margin-left: 0;
      }
      transition: box-shadow .25s;
    }
  .systemEZI_avatar:hover{
      z-index:1;
      border:2px;
      cursor: pointer;
      box-shadow: 8px 8px 10px gray;
  }
  }
  .systemEZI_avatar-group {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }

  /* -------------------------------- 
	Bootstrap button pulsing (to draw attention)
	-------------------------------- */
  .btn-pulsing {
	animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
	0% {
	  transform: scale(1);
	}
  
	50% {
	  transform: scale(1.1);
	}
  
	100% {
	  transform: scale(1);
	}
  }

/* -------------------------------- 
Ordered List with STEPS - used in reports and allows for Step 1, Step 2 in ol/li
-------------------------------- */
  ol.steps {
	list-style-type: none;
	counter-reset: elementcounter;
	padding-left: 0;
  }

  ol.steps li:before {
	content: "Step " counter(elementcounter);
	counter-increment: elementcounter;
	font-weight: bold;
  }
