@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

*:focus {
	outline: none !important;
}

body {
	background: #F3F7F9;
	font-family: "Red Hat Display", sans-serif;
	top: 0 !important;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #0d6efd;
	text-decoration: none;
}

a:hover {
	color: #0c65e9;
}

h3 {
	margin: 0 0 0 0;
	color: var(--accent-color) !important;
}

h4 {
	font-size: 22px;
	font-weight: 800;
	color: var(--accent-color-light);
}

.disabled h4 {
	color: #636b71;
}

h3.subtitle {
	font-size: 32px;
}

h3.section-title, .swal2-title {
	font-size: 22px !important;
	font-weight: 900 !important;
}

h3.section-title::after, .swal2-title::after {
	content: "";
	position: relative;
	background: var(--accent-color-light);
	height: 3px;
	display: block;
	width: 70px;
	top: 20px;
}

input[type="radio"] {
	height: 18px;
    width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.bg-grey {
	background-color: #ccc;
}

.submit_button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}
.responsive {
	width: 100%;
	overflow-x: auto;
}
.bg-red {
	background: #c92a2a;
	color: #fff;
}
.red {
	color: #c92a2a;
}
.page-header {
	
}
.page-header span {
	display: block;
	color: #4a5568;
	font-size: 18px;
}

.page-header .badge {
	margin: 0 0 0 15px;
	top: -5px;
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}

.popup-alert {
	position: fixed;
	top: 120px;
	z-index: 99;
	padding: 12px 48px 12px 24px;
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: Arial, san-serif;
	max-width: 500px;
}

.popup-alert i {
	font-size: 22px;
    vertical-align: top;
    margin-right: 10px;
}

.popup-alert-danger {
	background: #ffe2ee; /*#c92a2a;*/
	border: 1px solid #ff5a5a;
}

.popup-alert-success {
	background: #dcfce7;
	border: 1px solid #3cd856;
}

.popup-alert-info {
	background: #ebf0ff;
	border: 1px solid #0d6efd;
}

.popup-alert-warning {
	background: #fff4de;
	border: 1px solid #ff9278;
	
}

.popup-alert-info .popup-icon {
	color: #0d6efd;
}

.popup-alert-success .popup-icon {
	color: #3cd856;
}


.popup-alert-warning .popup-icon {
	color: #ff9278;
}


.popup-alert-danger .popup-icon {
	color: #ff5a5a;
}

.popup-alert-close {
	position: absolute;
    top: 11px;
    right: 8px;
	cursor: pointer;
}
.popup-alert-close i {
    font-size: 22px;
}

.alert-success {
	background: #dcfce7;
	border: 1px solid #c5e2cf;
	color: #2f855a;
}

.alert-warning {
	background: #fff4de;
	border: 1px solid #ff9278;
	color: #c05621;
}

.alert-info {
	background: #f2f6fc;
	
}
/*
.alert-warning a {
	background: #c05621;
	color: #fff;
	padding: 12px;
	border-radius: 5px;
}
*/

/* current-notification */

#current-notification {
	
}

#current-notification .popup-alert {
	top: -120px;
}

.helper {
	font-size: 13px;
	
}
.helper-danger {
	color: #c92a2a;
}

.breadcrumbs {
	
}

.breadcrumbs .badge {
	display: none;
}

.badge {
	font-family: 'Arial', 'san-serif';
	padding: 8px 20px;
	display: inline-block;
	border-radius: 30px;
	transition: background-color 0.5s ease;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}

.badge-lg {
	padding: 10px 30px;
	font-size: 15px;
}

.badge-sm {
	padding: 6px 20px;
	font-size: 13px;
}

.badge-purple {
	background: #7048e8;
	color: #fff;	
}

[class*="badge-outline-"] {
	border-size: 1px;
	border-style: solid;
}

.badge-outline-purple {
	background: #fff;
	border-color: #7048e8;
	color: #7048e8;	
}

.badge-blue {
	background: #1068eb;
	color: #fff;	
}

.badge-outline-blue {
	background: #fff;
	border-color: #1068eb;
	color: #1068eb;	
}

.badge-gray {
	background: #6a7178;
	color: #fff;	
}

.badge-outline-gray {
	background: #fff;
	border-color: #6a7178;
	color: #6a7178;	
}

.badge-green {
	background: #37b24d;
	color: #fff;	
}

.badge-outline-green {
	background: #fff;
	border-color: #37b24d;
	color: #37b24d;	
}

.badge-orange {
	background: #f76707;
	color: #fff;	
}

.badge-outline-orange {
	background: #fff;
	border-color: #f76707;
	color: #f76707;	
}


.badge-yellow {
	background: #f2ea07;
	color: #6d4301;	
}

.badge-outline-yellow {
	background: #fff;
	border-color: #f2ea07;
	color: #f2ea07;	
}

.badge-red {
	background: #c92a2a;
	color: #fff;	
}

.badge-outline-red {
	background: #fff;
	border-color: #c92a2a;
	color: #c92a2a;	
}

.badge-lt-gray {
	background: #b1bcc8;
	color: #fff;	
}

.badge-outline-lt-gray {
	background: #fff;
	border-color: #b1bcc8;
	color: #b1bcc8;	
}

.db-widget {
	padding: 25px;
	background: #fff;
	border-radius: 5px;
}

.db-widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 12px 0 5px 0;
}

.db-widget a {
	font-size: 13px;
}

.db-widget.db-widget-vertical i {
	font-size: 42px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	border-right: 1px solid #e2e8f0;
	padding-right: 25px;
}

.db-widget.db-widget-vertical h3 {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 8px 8px 20px;
}

.db-circle {
	background: #000;
	color: #fff;
	border-radius: 30px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 2.0em;
}


.db-widget-blue {
	background: #ebf0ff;
	border: 1px solid #e4e8f7;
}


.db-widget-blue .db-circle {
	background: #0d6efd;
}


.db-widget-green {
	background: #dcfce7;
	border: 1px solid #c5e2cf;
}


.db-widget-green .db-circle {
	background: #3cd856;
}

.db-widget-purple {
	background: #f3e8ff;
	border: 1px solid #d8cfe3;
}


.db-widget-purple .db-circle {
	background: #bf83ff;
}

.div-overlay {
	position: absolute;
    background: rgba(255, 255, 255, .9);
    height: 100%;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

.div-text { 
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	
}

.div-text .loader {
	width: 50px;
	margin: 0 auto;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #0d6efd;
	animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}


.div-text h3 {
	font-size: 32px;
    font-weight: 600;
}

.row {
	position: relative;
}


.custom-radio label {
	display: inline-block !important;
}

.custom-radio input[type=radio]:focus {
	border:0;
}

.custom-radio input[type=radio] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	-moz-appearance: none;
	   appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0 10px 0 0;
	font: inherit;
	color: currentColor;
	width: 28px;
	height: 28px;
	min-height: 28px;
	border: 0.15em solid #ced4da;
	border-radius: 50%;
	transform: translateY(-0.075em);
	vertical-align: middle;
	place-content: center;
	cursor: pointer;
	padding: 0;
}

.custom-radio input[type="radio"]:checked {
	border: 0.55em solid var(--accent-color-light);
}

.custom-radio input[type="radio"]:focus {
	border: 0.55em solid var(--accent-color-light) !important;
}

.tab-menu {
	display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a1abb6;
	margin-bottom: 25px;
}

.tab-menu li {
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
	color: #595f65;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.tab-menu li:hover {
	color: #000;
	font-weight: 600;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/*
.tab-menu li:hover::after {
	content: "";
	border-bottom: 2px solid #1068eb;
	width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    right: 0;
}
*/

.tab-menu li.active {
	color: #000;
	font-weight: 600;
}

.tab-menu li.active::after {
	content: "";
	border-bottom: 3px solid #1068eb;
	width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.table-nav {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
}

.table-nav-selector {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.table-nav .active {
	color: #0096FF;
	position: relative;
}

.table-nav .active::after {
	content: '';
    border-bottom: 1px solid #0096FF;
    width: 100%;
    position: relative;
    display: block;;
}

.table {
	background: #fff;
	width: 100%;
	border: 1px solid #d7e0e4;
	border-radius: 3px;
}

.table th {
	font-size: 13px;
	padding: 8px 16px;
}

.table td {
	border-top: 1px solid #ced4da;
	padding: 8px 16px;
	font-size: 15px;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
	background: #fff !important;
	--bs-table-bg-type: #fff !important;
}

/*
.table-hover>tbody>tr:nth-of-type(even):hover {
	background: #fbfcfd !important;
	--bs-table-bg-state: #fbfcfd !important;
}
*/
.table-striped>tbody>tr:nth-of-type(odd)>* {
	background: #fbfcfd !important;
	--bs-table-bg-type: #fbfcfd !important;
}

.table-hover>tbody>tr:hover>* {
	background: #f8f9fa !important;
	--bs-table-bg-state: #f8f9fa !important;
}

.top-position-page {
	position: relative;
	top: -60px;
}

.top-position-page .page-buttons {
	position: relative;
	top: -30px;
	min-height: 35px;
}

label {
	font-size: 14px;
	font-weight: 700;
	color: #636b71;
	margin: 0 0 5px 0;
	display: block;
}

.form-control, .form-select {
	border: 1px solid #e0e5e9;
    border-radius: 3px;
    padding: 8px 16px;
    width: 100%;
	font-size: 19px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

#top-nav {
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}

#top-nav-pre {
	background: #fff;
	color: #000;
	height: 65px;
	padding: 0 12px;	
	box-shadow: 19px 0 0 1px rgba(0, 63, 83, 0.1), 0px 2px 1px -1px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.035), 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
}

#top-nav-post {
	min-height: 42px;
	padding: 4px 12px;
	position: relative;
}

#tn-left {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	color: #fff;
}

#tn-left img {
	max-width: 160px;
}

#tn-left .st-logo {
	margin-right: 20px;
	width: 160px;
}

#tn-left .st-logo img {
	max-height: 57px;
}

#tn-left h1 {
	font-size: 20px;
    font-weight: 800;
    margin-top: 7px;
}

#tn-left b {
	display: block;
}

#tn-left a {
	color: #fff;
}

.btn-grey-hover {
	color: #000;
	background-position: center;
	transition: background 0.8s;
}

.btn-grey-hover:hover {
	color: #000;
	border: 1px solid #f5f5f6 !important;
	background: #f5f5f6 radial-gradient(circle, transparent 1%, #f5f5f6 1%) center/15000%;
}

.btn-grey-hover:active, .btn-grey-hover:focus {
	border: 1px solid #f5f5f6 !important;
	background-color: #afaeb4 !important;
	background-size: 100% !important;
	transition: background 0s;
	color: #000 !important;
}

.client-container {
	width: calc(50% - 94px);
}

.company-container {
	width: calc(50% - 94px);
}

.choose-company, .choose-client {
	font-size: 15px;
	width: 100%;
	text-align: left;
}

.choose-company .company-avatar, .choose-client .company-avatar {
	position: relative;
	display: inline-block;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	user-select: none;
	width: 24px;
	height: 24px;
	background-color: rgb(217, 164, 140);
	color: #fff;
	font-size: 9.6px;
	line-height: 2.4em;
	font-weight: 500;
	cursor: inherit;
	vertical-align: middle;
	margin-right: 3px;
	text-align: center;
}

.company-name, .client-name {
	max-width: calc(100% - 60px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.accounts-list, .clients-list {
	position: absolute;
    z-index: 9999999;
    background: #fff;
    top: 50px;
    left: 10px;
	display: none;
}

.accounts-list.open, .clients-list.open {
	display: block;
}

.accounts-list ul, .clients-list ul {
	list-style: none;
	padding: 6px;
	margin: 0;
}

.accounts-list ul li, .clients-list ul li {
	color: #4a5568;
	padding: 6px 12px;
	margin: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

.accounts-list ul li.active, .clients-list ul li.active {
	font-weight: 600;
    color: rgb(0, 150, 255);
	cursor: default;
}

.accounts-list ul li:hover, .clients-list ul li:hover  {
	background: #f8fafc;
}

#tn-right {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin: 18px -5px 0 0;
}

#quick-nav {
	display: inline-block;
	width: calc(100% - 445px); 
	list-style: none;
	padding: 0;
	margin: 6px 0 0 0;
}

#quick-nav li {
	display: inline-block;
}

#quick-nav li a {
	color: #4a5568;
	border-radius: 12px;
	padding: 3px 12px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 3px;
}

#quick-nav li a:hover {
	background: #edf2f7;
}

#quick-nav li a.active {
	background: #667eea;
	color: #fff;
}

#nav-cart {
	display: inline-block;
	width: 240px;
	font-size: 13px;
	background: #667eea;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	margin-top: 2px;
}

#nav-cart a {
	
}

.welcome-name {
	color: #0d6efd;
	font-weight: 800;
}

#nav-cart .material-symbols-outlined {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

#nav-cart .ncart-text {
	display: inline-block;
	vertical-align: middle;
}

#ncart-item-count {
	
}

.menu-icons {
	margin-top: 4px;
}

.menu-icons i {
	font-size: 20px;
}

.menu-icons a {
	color: #000;
}

.link-hover {
	cursor: pointer;
}

.filter-select {
	border: 1px solid #e2e8f0;
	padding: 7px 10px;
    border-radius: 8px;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.showUserMenu {
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

#loader-wrapper {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px); 
    z-index: 1000;
}


#loader {
	height: 140px;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*
#loader img {
	height: 164px;
	width: 164px;
}
*/
/* HTML: <div class="loader"></div> */
#loader .loader {
	width: 50px;
	margin: 0 auto;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #0d6efd;
	animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}

@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}


.divOverlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 99;
}
.divLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
} 

 @keyframes spinner {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

#site-url, #user-id { display: none; }
#incVerification--wrapper {
	display: none;
}

#db-left {
	display: inline-block;
	vertical-align: top;
	overflow-x: hidden;
	/*
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	*/
	background: #fff;
	top: 66px;
	box-shadow: 0 0 0 1px rgba(0, 63, 83, 0.1), 0px 2px 1px -1px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.035), 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
	min-height: calc(100vh - 66px);
	padding-top: 20px;
	position: fixed;
	width: 300px;
	z-index: 11;
}

#db-left.closed {
	width: 70px;
}

.logo-text {
	position: absolute;
	padding-left: 10px;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.logo-text.closed {
	opacity: 0;
}
.client_name {
	padding: 0 0 0 0;
}

.nav-header {
	font-weight: 500;
	font-size: 0.875rem;
	padding: 24px 16px 8px 12px;
	position: sticky;
	top: 0px;
	z-index: 1;
	background: transparent;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.3;
}

#nav {
	width: 100%;
	margin: 8px 0 0 0;
	list-style: none;
	padding: 5px 10px;
}

#nav li {
	margin: 0 0 5px 0;
}

#nav li .dropdown {
	position: absolute;
	right: 2px;
	top: 12px;
	font-size: 12px;
	width: 12px;
}

#nav li a {
	display: block;
	text-align: left;
	color: #000;
	font-weight: 600;
	margin: 0;
	border-radius: 5px;
	padding: 6px 12px;
	background: transparent;
}

#nav li a:hover {
	background: #f8fafc;
	color: #4a5568;
}

#nav li a i {
	display: inline-block;
    text-align: center;
    width: 33px;
    border-radius: 33px;
    margin: 0 10px 0 0;
    vertical-align: middle;
	color: rgb(29, 87, 155);
	background: transparent;
	font-size: 21px;
	line-height: 1.5em;
	height: 28px;
}

#nav li.active a {
	font-weight: 600;
	color: rgb(0, 150, 255);
	background-color: rgba(0, 150, 255, .2);
}

#nav li.active a i {
	color: rgb(0, 150, 255);
}

#nav li span {
	position: absolute;
	z-index: 9;
	padding-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	line-height: 2.0em;
}

#nav li span.closed {
	opacity: 0;
}

#nav li .notification-badge-container {
	left: auto;
    top: 7px;
    right: 10px;
}

#nav li .notification-badge-container .notification-badge {
	background: #ebebeb;
	color: #5e5e5e;
	padding: 3px 12px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3em;
	position: relative;
}

#navBtnWrapper {
	position: relative;
	background: #e2e8f0;
    border-radius: 25px;
	height: 28px;
	width: 28px;
	padding: 3px;
	margin: 12px 0 0 22px;
}

#navBtn {
	border-top: 2px solid #000;
	height: 15px;
	width: 15px;
	box-sizing: border-box;
	position: absolute;
	z-index: 9;
	left: 7px;
	top: 7px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#navBtn:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  left: 0;
  background: #000;
  top: 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#navBtn:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  left: 0;
  background: #000;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#navBtn.open {
  border-color: transparent;
}

#navBtn.open:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 19px;
	left: -2px;
	top: 4px;
}

#navBtn.open:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-khtml-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom:7px;
	width: 19px;
	left: -2px;
}



#nav li ul {
	display: none;
}

#nav li.open ul {
	display: block;
}

#nav li ul li a {
	padding-left: 40px
}

#db-right {
	background: #f3f6f8;
	display: inline-block;
	position: relative;
	z-index: 10;
	vertical-align: top;
	margin: 0 0 0 -5px;
	min-height: calc(100vh - 100px);
	top: 66px;
	padding: 24px 30px;
	left: 300px;
	width: calc(100% - 300px);
}

#db-right.closed {
	width: calc(100% - 75px);
}

#db-right main {
	min-height: calc(100vh - 380px);
}

.user-avatar {
	position: relative;
	display: inline-block;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	user-select: none;
	width: 32px;
	height: 32px;
	background-color: rgb(217, 140, 176);
	color: #fff;
	text-align: center;
	font-size: 12.8px;
	line-height: 2.5em;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 5px;
}

.login {
	height: 100vh;
	min-height: 500px;
	background: #fff;
}

.login .logo {
	display: block;
    max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}


.login .fixed-header {
	display: none;
}

.login-left {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	min-height: 500px;
	height: calc(100vh - 50px);
	position: relative;
}

.login-right {
	width: calc(40% - 5px);
	display: inline-block;
	vertical-align: top;
	min-height: 500px;
	height: calc(100vh - 50px);
	position: relative;
}

#verifyEmailFrm, #verifyPhoneFrm, #resetCodeFrm {
	max-width: 290px;
	margin: 0 auto;
}

.lg-bg-container {
	background: url('../../img/demo_slide1.jpg') no-repeat;
	height: 100vh;
	min-height: 500px;
	width: 100%;
	margin: 0;
	background-position: top;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.lg-bg-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9;
}

.login-wrapper {
	width: 400px;
	margin: 40px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login-header {
	font-size: 32px;
    line-height: 1.2em;
}

.login-subheader {
	color: #24568e;
	font-size: 22px;
	font-weight: 700;
	margin: 25px 0;
}

.lgnBtn {
	width: 100%;
}

#loginFrm {
	position: relative;
}

#showRegisterForm, #showLoginForm, #showForgotPasswordForm, #resendEmailVerCode, #resendPhoneVerCode {
	cursor: pointer;
	color: #0d6efd;
}

#register-wrapper, #forgot-password-wrapper, #forgot-password-code-wrapper, #reset-password-wrapper {
	display: none;
}

#register-wrapper h1, #login-wrapper h1, .login-wrapper h1, .login-wrapper h2 {
	font-weight: 800;
}

.vcode {
	width: 20%; 
	max-width: 55px; 
	font-size: 30px;
	border: 1px solid #c2c6c9;
	border-radius: 3px;
	text-align: center;
}

#show-password {
	font-size: 12px;
	padding: 3px 12px;
	cursor: pointer;
	position: absolute;
	right: -3px;
	top: 10px;
}

.dropdownContainer {
	width: 116px;
	position: absolute;
    z-index: 9;
    background: #fff;
	display: none;
}

.dropdownContainer.open {
	display: block;
}

.dropdownContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdownContainer ul li {
	cursor: pointer;
	padding: 5px 12px;
}

.dropdownContainer ul li:hover, .dropdownContainer ul li.active {
	background: #f8f9fa;
}

.dropdownBtn {
}

.dropdownBtn i {
	margin-left: 12px;
	transition-duration: 0.3s;
    transition-property: transform;
}

.dropdownBtn i.rotate {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.actions-td {
	max-width: 120px;
	position: relative;
	text-align: right !important;
}

.showPopupMenu {
	border: 0;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 3px;
}

.showPopupMenu:hover {
	background: rgba(0,0,0,.03);
}

.showPopupMenu i {
	vertical-align: middle;
	font-size: 20px;
    margin-right: 4px;
}

.popup-menu {
	background: #fff;
	position: absolute;
	z-index: 3;
	top: 44px;
	right: 0;
	border: 1px solid #d7e0e4;
	text-align: left;
	display:none;
}

.popup-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.popup-menu ul li {
	padding: 5px 15px;
	white-space: nowrap;
	color: #0071bd;
	font-size: 16px;
}

.popup-menu ul li:hover {
	background: #f7fafc;
	cursor: pointer;
	color: #4c51bf;
}

.popup-menu ul li.active {
	background: #f7fafc;
	cursor: default;
	color: #4c51bf;
}


.erralrt {
	margin: 0 0 15px 0;
	font-size: 13px;
}

.required-marker {
	color: #FF0004;
	font-weight: bold;
}

.user-menu {
	width: 120px;
	background: #fff;
	position: absolute;
	top: 60px; 
	right: 20px; 
	min-width: 200px; 
	opacity: 1;
	z-index: -1;
	text-align: left;
	display: none;
}

.user-menu.visible {
	opacity: 1;
	z-index: 9999;
	display: block;
}

.user-menu ul {
	text-align: left;
	list-style: none;
	padding: 7px;
	margin: 0;
}

.user-menu ul li {
	
    font-size: 14px;
}

.user-menu ul li a {
	padding: 7px 10px;
	display: block;
	border-radius: 5px;
}

.user-menu ul li a:hover {
	background: #f8f9fa;
}

.st0{fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;}


.user-menu ul li svg {
	height: 22px;
	width: 22px;
    margin-right: 8px;
}

.user-menu ul li i {
	height: 22px;
	color: #000;
	width: 22px;
    text-align: center;
    margin-right: 8px;
}


.checkbox-form-control {
	font-family: system-ui, sans-serif;
	line-height: 1.5em;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 1em;
	cursor: pointer;
}

.checkbox-form-control + .checkbox-form-control {
 	 margin-top: 1em;
}

.checkbox-form-control--disabled {
  cursor: not-allowed;
}

.checkbox-form-control input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--form-background);
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 25px;
	height: 25px;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	cursor: pointer;
}

.checkbox-form-control input[type="checkbox"]::before {
	content: "";
	width: 15px;
	height: 15px;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	background: #0d6efd !important;
}

.checkbox-form-control input[type="checkbox"]:checked::before {
  	transform: scale(1);
}

.checkbox-form-control input[type="checkbox"]:focus {
	outline: 0;
}

.checkbox-form-control input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.swal2-title {
	font-size: 24px !important;
}
.swal2-footer {
	font-size: 12px !important;
}
.swal-wide {
	width: 90% !important;
	max-width: 850px !important;
}
.swal-xwide {
	width: 90% !important;
	max-width: 950px !important;
}
.swal2-actions {
	width: 100% !important;
	height: 50px;
}
.swal2-confirm {
	position: absolute;
	right: 20px;
	background: var(--accent-color) !important;
}
.swal2-cancel {
	position: absolute;
	left: 20px;
	background: #fff !important;
	border: 1px solid #999 !important;
	color: #999 !important;
}
.swal2-confirm i, .swal2-cancel i {
	margin-right: 15px;
}

.swal2-styled.swal2-confirm {
	background: #0d6efd !important;
	border-color: #0d6efd !important;
}

.swal2-styled.swal2-confirm {
	background: #0c65e9 !important;
	border-color: #0c65e9 !important;
}


.pu-input {
	border: 1px solid #e2e8f0; padding: 7px; width: 150px;
}
.has-error {
	border: 1px solid #FF0004;
}
#idv-content {
	min-height: calc(100vh - 221px);
}
#verifyButton {
	display: none;
}
.progress-bar-wrapper {
	position: relative;
	min-width: 600px;
    display: block;
    height: 25px;
    background: #f8f9fa;
    border-radius: 45px;
	margin: 25px auto;
	overflow: hidden;
}
.page-back-btn {
	margin-top: -30px; 
	position: relative; 
	display: block;
}
table th {
	position: relative;
	text-align: left;
}
.sortable {
	cursor: pointer;
	padding-right: 30px !important;
}
.table-sort {
	position: absolute;
    top: 50%;
    right: 12px;;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #6f7073;
}
.scanBarcodeLink {
	position: absolute;
	width: auto;
	right: 20px;
	text-align: right;
	cursor: pointer;
	z-index: 99;
}
.barcodeScanFrm {
	
}

.pagination-wrapper {}

.pagination-nav {
	float: right;
}

.pagination-wrapper a {
	background: #fff;
	color: #1068eb;
	border: 1px solid #ced4da;
	border-radius: 3px;
	padding: 10px;
    height: 40px;
    min-width: 40px;
    text-align: center;
	display: inline-block;
	margin-left: 6px;
}

.pagination-wrapper a.active {
	background: #fff;
	color: #1068eb;
	border: 1px solid #1068eb;
}

@media (max-width: 430px) {
    .pagination-nav {
        float: none;
    }
}

#foot-contact {
	text-align: center;
	font-weight: 800;
	font-size: 17px;
	padding: 45px 0 5px 0;
}

#barcodeScanFrm input {
	padding: 10px;
	border: 1px solid #ccc;
}

.camera-area {
	text-align: center;
	padding: 60px;
	border-radius: 15px;
}

.card {
    background: #fff;
	position: relative;
	border-color: #e2e8f0;
}

.card-body {
	padding: 40px;
}

.card-hero-text {
	font-size: 55px;
	font-weight: 800;
	color: var(--accent-color) !important;
}
.cart-preview {
	border: 1px solid #e2e8f0;
	width: 300px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	z-index: 999;
	cursor: pointer;
}
.cart-body {
	display: none;
}
.cart-body ul li {
	position: relative;
}
.cart-header {
	padding: 15px;
	font-size: 15px;
	border-bottom: 1px solid #e2e8f0;
	font-weight: 600;
}
.cart-preview ul {
	
}
.vc-cart-btn {
	display: none;
}
.cart-preview.open .vc-cart-btn {
	display: inline-block;
}
.item-name {
	padding: 10px 15px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 125px);
	font-size: 14px;
}
.item-cost {
	padding: 10px 30px 10px 15px;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: right;
	font-size: 14px;
}
.cart-total-text {
	padding: 10px 15px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 125px);
	font-weight: 600;
}
.cart-total-amt {
	padding: 10px 30px 10px 15px;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: right;
	font-weight: 600;
}
.expand-cart {
	position: absolute;
	top: 12px;
	right: 8px;
	
	z-index: 999;
	transition: 300ms linear all;
}
.expand-cart.open {
	transform: rotate(180deg);
}
.select-product {
	gap: 0;
	display: inherit;
}
.select-product .checkbox-form-control input[type="checkbox"] {
	display: inline-block;
}
.removeFromCart {
	font-size: 20px !important;
    position: absolute;
    right: 8px;
    top: 10px;
	cursor: pointer;
	color: #cbd5e0;
}
.removeFromCart:hover {
	color: #667eea;
}

.nav-tabs {
	border: 0;
	margin-bottom: 1rem !important;
}

.nav-tabs .nav-item {}

.nav-tabs .nav-item {}

.nav-tabs .nav-link {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
	padding: 0;
	margin-right: 25px;
	border: 0;
}

.nav-tabs .nav-link.active {
	color: #0096FF;
	background-color: transparent;
	border: 0;
}

.nav-tabs .nav-link.active::after {
    content: '';
    border-bottom: 1px solid #0096FF;
    width: 100%;
    position: relative;
    display: block;
}


.tabs-content {
	border: 1px solid #d7e0e4;
    border-radius: 3px;
	background: #fff;
	padding: 25px;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

@media screen and (max-width: 769px) {
	#db-left {
		width: 70px;
	}
	
	#db-right {
		width: calc(100% - 75px);
	}
	
	#navBtn, .logo-text, #nav li span {
		display: none;
	}
	
	.progress-bar-wrapper {
		min-width: 500px;
	}
}
@media screen and (max-width: 600px) {
	.progress-bar-wrapper {
		min-width: 400px;
	}
}
@media screen and (max-width: 489px) {
	.progress-bar-wrapper {
		min-width: 300px;
	}
}
#google_translate_element {
	position: absolute;
	top: 5px;
	right: 16px !important;
	z-index: 99;
}
.goog-te-gadget {
	font-family: Roboto, "Open Sans", sans-serif !important;
	text-transform: uppercase;
}
.goog-te-gadget-simple {
	background-color: rgba(255, 255, 255, 0.6) !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	padding: 8px !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	line-height: 14px !important;
	display: inline-block;
	cursor: pointer;
	zoom: 1;
}
.goog-te-menu2 {
	max-width: 100%;
}
.goog-te-menu-value {
  	color: #fff !important;
}
.goog-te-menu-value:before {
	font-family: "Material Icons";
	content: "";
	margin-right: 16px;
	font-size: 2rem;
	vertical-align: -10px;
}
.goog-te-menu-value span:nth-child(5) {
  	display: none;
}
.goog-te-menu-value span:nth-child(3) {
  	border: none !important;
  	font-family: "Material Icons";
}
.goog-te-menu-value span:nth-child(3):after {
	font-family: "Material Icons";
	content: "";
	font-size: 20px;
	vertical-align: -6px;
}
.goog-te-gadget-icon {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Google_Translate_logo.svg/2048px-Google_Translate_logo.svg.png) !important;
	height: 20px !important;
	width: 20px !important;
	margin-right: 8px !important;
	display: none !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.goog-te-banner-frame.skiptranslate {
  	display: none !important;
}
.goog-te-gadget img {
	display: inline-block;
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
	box-shadow: none !important;
	top: 70px;
	right: 20px;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none;
}
/* The Modal (background) */
a.gallery {
	display: inline-block;
	background: #fff;
	padding: 10px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 99;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	overflow: auto;
	background-color: rgba(0, 0, 0, .7);
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	width: 90%;
	max-width: 1200px;
	max-height: calc(100vh - 120px);
}
.modal-content img {
	max-height: calc(100vh - 160px);
	width: auto;
	margin: 0 auto;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-window {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.35);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.modal-window.open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.modal-window .modal-container {
	width: 90%;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2em;
	background: white;
	box-shadow: 3px 3px 9px -2px rgba(0, 0, 0, 0.29);
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.modal-window .modal-container.modal-error {
	
}

.modal-window .modal-container .icon {
    text-align: center;
    width: 45px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.modal-window .modal-container .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}
.modal-window .modal-container .icon {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}
.modal-window .modal-container .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.modal-window .modal-container.modal-error .icon,.modal-window .modal-container.modal-error .icon:after {
    border-color: #ca452e;
    background: #da4932;
}
.modal-window .modal-container.modal-info .icon,.modal-window .modal-container.modal-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}
.modal-window .modal-container.modal-warning .icon,.modal-window .modal-container.modal-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}
.modal-window .modal-container.modal-success .icon,.modal-window .modal-container.modal-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}
.modal-window header {
  	font-weight: bold;
}
.modal-window h1 {
	font-size: 150%;
	margin: 0 0 15px;
}
.modal-close {
	color: #aaa;
	line-height: 50px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
}
.modal-close:hover {
  	color: black;
}
#db-rebates {
	border: 1px solid #ccc;
	background: #fff;
	padding: 30px;
}
#db-rebates h3.dbr-title {
	font-size: 42px;
	color: #5a67d8;
	font-weight: 600;
	margin: 0 0 15px 0;
}
#db-rebates .rebate-header {
	font-size: 32px;
	font-weight: 800;
	color: #4a5568;
	max-width: 1000px;
	margin: 0 auto;
}
#db-rebates .rebate-appliance-table {
	margin: 0 auto 20px auto;
	
}
#db-rebates .rebate-appliance-table tbody tr td {
	padding: 5px 0;
}
#db-rebates .rebate-appliance-table tbody tr td:nth-child(1) {
	text-align: left;
	padding-right: 10px;
}
#db-rebates .rebate-appliance-table tbody tr td:nth-child(2) {
	text-align: left;
	padding-left: 10px;
}
#db-rebates .rebate-section-title {
	color: #5a67d8;
	font-size: 22px;
	margin: 0 0 15px 0;
	font-weight: 800;
}
#db-rebates .rebate-or {
	font-size: 22px;
	font-weight: 700;
	margin: 25px 0;
	display: inline-block;
	position: relative;
}
#db-rebates .rebate-or::before {
	content: "";
	border-bottom: 2px solid #000;
	width: 29px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: -35px;
}
#db-rebates .rebate-or::after {
	content: "";
	border-bottom: 2px solid #000;
	width: 29px;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: -35px;
}
#db-card-display {
	border: 1px solid #e2e8f0;
	background: #fff;
	padding: 15px;
	margin: 0 2rem 15px 2rem;
}
.dbc-left {
	width: calc(100% - 335px);
	display: inline-block;
	text-align: left;
	padding-top: 0px;
	vertical-align: top;
}
.dbc-right {
	width: 330px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.rebate-appliance-title {
	margin: 25px 0 15px 0;
}
#db-dispRebateLink {
	background: var(--accent-color);
	color: #fff;
	border: 1px solid #e2e8f0;
	padding: 15px;
	margin: 15px 2rem;
	font-size: 26px;
}
#db-dispRebateLink a {
	color: #fff;
}

.dragUploadContainer .upload-area {
	border: 3px dashed #ced4da;
	border-radius: 3px;
	padding: 20px;
	margin: 15px 0 0 0;
	position: relative;
	cursor: pointer;
	text-align: center;
	font-size: 22px;
}

.dragUploadContainer .upload-progress {
	border: 3px dashed #ced4da;
    padding: 25px;
    text-align: center;
    margin: 0 0 25px 0;
	font-size: 22px;
	font-weight: 500;
}

.dragUploadContainer .upload-progress .progress-bar-wrapper {
	max-width: 600px;	
}


.dragUploadContainer .upload-area .small {
	font-size: 13px;
}


.dragUploadContainer.active .upload-area, .dragUploadContainer:hover .upload-area
{
	border-color: #b4b9be;
}
.dragUploadContainer [type=file], .dragUploadCertContainer [type=file] {
	display: none;
}
.dragUploadContainer .delete_file, .dragUploadContainer .fa-cloud-upload, .dragUploadContainer .fa-paperclip, .delete_addl_cert_file, .edit_addl_cert_file,
.dragUploadCertContainer .delete_addl_file, .dragUploadCertContainer .fa-cloud-upload, .dragUploadCertContainer .fa-paperclip
{
	color: #ced4da;
	margin: 0 0 10px 0;
	font-size: 60px;
    display: block;
}

.fileUploadBtn {
	color: #0d6efd;
}

.fileUploadBtn:hover {
	color: #0c65e9;
}

.upload-progress .progress-bar-wrapper span {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50px;
	background-image: linear-gradient(to bottom, #fff, #e8e8e8 60%);
	box-shadow:
		inset 0 2px 9px  rgba(255,255,255,0.1),
		inset 0 -2px 6px rgba(0,0,0,0.1);
	overflow: hidden;
}

.upload-progress .progress-bar-wrapper span:after {
	content: "";
	position: absolute;
	top: 0px; left: 0; bottom: 0; right: 0;
	background-image: linear-gradient(
		-45deg, 
		rgba(255, 255, 255, .9) 25%, 
		transparent 25%, 
		transparent 50%, 
		rgba(255, 255, 255, .9) 50%, 
		rgba(255, 255, 255, .9) 75%,
		transparent 75%, 
		transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.upload-progress .progress-bar-wrapper > span:after, .animate > span > span { 
	animation: load 1s infinite;
}

.upload-progress .progress-bar {
	position: absolute;
	top: 0;
	z-index: 9;
	border-radius: 0;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	height: 25px;
	background: #0d6efd;
	-webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.upload-progress .progress-bar.completed {
	border-radius: 50px;
	background-color: #37b24d;
}

.progress-bar-wrapper .progress-text {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    font-size: 16px;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.progress-caption {
	font-size: 16px;
}

@keyframes load {
  0% {
	background-position: 0 0;
  }
  100% {
	background-position: 50px 50px;
  }
}

.dragUploadContainer .upload-area:hover .delete_file, .delete_addl_cert_file:hover,
.dragUploadCertContainer .upload-area:hover .delete_addl_file, .dragUploadCertContainer .upload-area:hover .delete_addl_file
{
	color: red !important;
}
.delete_file, .delete_addl_file {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 20px;
	cursor: pointer;
	padding: 10px;
}
.delete_addl_cert_file, .edit_addl_cert_file {
	font-size: 20px;
	cursor: pointer;
}
.edit_addl_cert_file {
	margin-left: 20px;
}

.date--wrapper {
	display: inline-block;
}

.dateRangePicker {
	color: #0d6efd;
	cursor: pointer;
	margin-left: 15px;
	padding: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}

.daterangepicker .ranges li.active {
    background-color: #0d6efd;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0d6efd;
}

.calendar-table .prev, .calendar-table .next {
	position: relative;
	padding: 0;
	top: 0;
	margin-top: 0;
}

.search-form {
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	background: #fff;
	width: 100%;
	position: relative;
	text-align: left;
	float: right;
}

.search-form input {
	border: 0;
	padding: 4.5px 0 4.5px 12px;
	background: transparent;
	width: calc(100% - 35px);
}

.search-form button {
	border: 0;
	background: transparent;
	position: absolute;
	top: 3px;
    right: 5px;
}

.editable-section {
	display: block;
	position: relative;
	padding-right: 25px;
	/*transition: all 0.2s linear;*/
}
.section-edit-btn {
	cursor: pointer;
	position: absolute;
    bottom: 0;
    right: 0;
}
.editable-section h2 {
	color: #5a67d8;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.editable-section h3 {
	color: #1a202c;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.editable-section p {
	margin-bottom: 0.75rem;
}

.sendChangeRequestBtn {
	padding: 0.5rem 1.25rem;
    background-color: #667eea;
	color: #fff;
	border-radius: 0.5rem;
}

.cancelChangeRequestBtn {
	padding: 0.5rem 1.25rem;
    background-color: #555;
	color: #fff;
	border-radius: 0.5rem;
}

.highcharts-credits { display: none; }

/* CSS for Notification Badge Count */
.notification-badge-container {
	position: absolute;
	left: 12px;
	top: -5px;
}

.left-nav-notification-badge-container {
	position: absolute;
	left: 47px;
	top: 8px;
}

.notification-badge { 
	font-size: 10px;
	color: #ffffff;
	background-color: #da0000;
	display: block;
    padding: 5px;
    border-radius: 15px;
    line-height: 5px;
}

#utility_company_list {
	
}

#utility_company_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#utility_company_list ul li {
	display: block;
    text-align: left;
    padding: 1em 1em;
    color: #000;
    background: #f8f9fa;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-radius: 5px;
	cursor: pointer;
}

#utility_company_list ul li.active {
	color: #fff;
    background: #0d6efd;
}


.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #ccc;
}

.styled-checkbox:hover + label:before {
  	border-color: #0096FF;
}

.styled-checkbox:focus + label:before {
  	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  	background: #0096FF;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.column-title {}

.bulk-actions {
	display: none;
	opacity: 0;
	color: #fff;
    background-color: rgba(0, 150, 255);
	padding: 10px;
	border-radius: 5px;
	position: absolute;
    bottom: 20px;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-khtml-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bulk-actions.active {
	display: block;
	bottom:  10px;
	position: sticky;
	opacity: 1;
}

/* ================================== *\
    Mediaqueries
\* ================================== */

@media (max-width: 1400px) {
	#db-left {
		width: 230px;
	}
	
	#db-right {
		left: 230px;
    	width: calc(100% - 235px);	
	}
}

@media (max-width: 1200px) {
	
	#db-left {
		width: 230px;
	}
	
	#db-right {
		left: 230px;
    	width: calc(100% - 235px);
	}
	
	.login-left {
		width: 50%;
	}
	
	.login-right {
		width: calc(50% - 5px);
	}
}

@media (max-width: 899px) {
	.login-left {
		display: none;
	}
	
	.login-right {
		width: 100%;
	}
}

@media (max-width: 667px) {
	#top-nav-post {
    	min-height: 80px;
	}
	
	#quick-nav { 
		display: block;
		width: 100%;
	}
	
	#google_translate_element {
		bottom: auto;
		top: 10px;
		left: 16px !important;
		width: 100% !important;
		position: relative;
	}

	#google_translate_element goog-te-gadget {
		width: 100% !important;
	}

	#google_translate_element .skiptranslate {
		width: 100% !important;
	}

	#google_translate_element .goog-te-gadget-simple {
		width: calc(100% - 32px) !important;
		text-align: center;
	}
	
	#db-left {
		top: 182px;
	}
	
	#db-right {
		top: 180px;
	}
}
