:root {
	--primary: #fa8420;
	/* #F96302; */
	--secondary: #333333;
	--light: #fefefe;
	--dark: #000000;
	--primarylight: #FF9800;
	--sidebarlight: #95969b;
	--avatar-size: 3.0rem;
	--sidebarwidth: 325px;
	--danger: red;
	--supportScreenShot: 128px;
}

/* width */
::-webkit-scrollbar {
    width: 0.5rem;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgb(173, 173, 173); 
    border-radius: 2px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary); 
    border-radius: 2px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--primary); 
  }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 1em; */
	/* font: inherit; */
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-size: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Css Clearfix */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* General
--------------------------------------------------------------------------------------------------------*/

* {
	outline: none !important;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

a, .logo img, .btn {
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 18px;
	-ms-overflow-style: scrollbar;
	background: #fefefe;
	/*url(../images/background.jpg) left top repeat;*/
	color: #333;
}

.wrapper {
	min-height: 100%;
}

a {
	color: #000;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
	color: #999
}


h1, h2, h3, h4, h5 {
	/*, h6 { */
	line-height: 1.2em;
	padding: 0 0 20px;
}


h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.2em;
}

.navbar-nav h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-family: 'Palatino';
	color: white;
}

h2 {
	/* font-size: 2.5em; */
}

h3 {
	/* font-size: 2em; */
	line-height: 1em;
}

h4 {
	/* font-size: 1.7em; */
}

h5 {
	/* font-size: 1.2em; */
}

h6 {
	/* font-size: 1.2em; */
	line-height: 1.5em;
}

p {
	padding: 0 0 20px;
}

.ql-editor {
	font-size: 0.875rem !important;
}

.ql-editor h6, .ql-snow .ql-editor h6 {
	font-size: 1rem !important;
}


input[type=text], input[type=email], input[type=password], textarea {
	-webkit-appearance: none;
	appearance: none;
}

input[type=text]::placeholder,
::placeholder {
	color: rgba(175, 175, 175, 0.9) !important;
	font-style: italic;
}

input[type=text]::-webkit-input-placeholder,
::-webkit-input-placeholder {
	color: rgba(175, 175, 175, 0.9) !important;
	font-style: italic;
}

input[type=text]::-moz-placeholder,
::-moz-placeholder {
	color: rgba(175, 175, 175, 0.9) !important;
	font-style: italic;
}

input[type=text]:-ms-input-placeholder,
:-ms-input-placeholder {
	color: rgba(175, 175, 175, 0.9) !important;
	font-style: italic;
}

input[type=text]:-moz-placeholder,
:-moz-placeholder {
	color: rgba(175, 175, 175, 0.9) !important;
	font-style: italic;
}

.file-input-label-content {
	font-style: normal !important;
	font-size: .8rem;
}

.file-input-label-no-content {
	color: rgba(175, 175, 175, 0.9) !important;
	font-style: italic;
	font-size: .8rem;
}

.list-group-item.active {
	color: #fff !important;
}

.list-group-item.disabled {
	background: #E3E3E3 !important;
	cursor: not-allowed;
}

.progressCircle>svg {
	height: 100px;
	width: 100px;
}

.progressCircle>svg>circle {
	/* stroke:#E3E3E3; */
	stroke-width: 2.5;
	stroke-linecap: round;
	/*
	stroke-dasharray: 100;
	stroke-dashoffset: 0;
	*/
	fill: transparent;
	r: 15.91549430918954;
	cx: 18;
	cy: 18;
}

.progressCircle>svg>.original {
	fill: transparent;
	stroke: #E3E3E3;
}

.progressCircle>.progressTitle {
	color: #666;
	font-size: 12px;
}

.progressCircle>.centerLabel {
	position: absolute;
	top: 63%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.progressCircle>.centerLabel>.labelPercentage {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.progressCircle>.centerLabel>.labelQuantity {
	color: #aaa;
	font-size: 12px;
}


.bold-text {
	font-weight: 800 !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.mt-30 {
	margin-top: 30px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-50 {
	padding-right: 50px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

.btn {
	box-shadow: none !important;
	border: 0 !important;
}

.btn-lg {
	padding: 10px 60px;
	border-radius: 4px;
}

.btn-primary {
	background: var(--primary) !important;
	color: white !important;
}

.btn-primary:hover {
	background: #e87a1d !important;
	color: white !important;
}

.btn-primary-reverse {
	background: white !important;
	color: var(--primary) !important;
}

.btn-primary-reverse:hover {
	background: white !important;
	color: var(--primary) !important;
}

/* Header
--------------------------------------------------------------------------------------------------------*/

.header {
	display: none;
	padding: 15px;
	background: #333333;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.header .logo {
	float: left;
}

.header .logo img {
	width: 32px;
	display: block;
}

.header .nav-icon {
	float: left;
	width: 62px;
	margin: -15px 15px -15px -15px;
	padding: 16px;
}

.header .nav-icon:hover {
	background: #222;
}

.header .nav-icon span {
	display: block;
	height: 2px;
	background: #fff;
	margin: 6px 0;
}

/* MainNavigation
--------------------------------------------------------------------------------------------------------*/

/* .nav-overlay {
	position: fixed;
	z-index: 6;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none!important;
} */

/* .main-navigation ul {
	border-left: solid 2px var(--primary);
} */

/* .main-navigation li {
	border-left: solid 2px var(--primary);
} */

/* .main-navigation li a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding: 20px;
} */

/* .main-navigation li a span {
	display: block;
	/ * text-transform: uppercase; * /
}
 */

/* .main-navigation li a:hover {
	background: #444;
} */

/*
.main-navigation li.active a {
	background: var(--primary);
}
*/

/*
.router-link-active {
	background: var(--primary);
}
*/

/* Main Content
-----------------------*/

.main-block {
	display: table;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	table-layout: fixed;
	height: 100%;
	position: relative;
	z-index: 1;
}

.main-block>* {
	display: table-cell;
	vertical-align: top;
	padding: 45px 0;
}

.main-block .sidebar {
	width: 282px;
	background: #333333;
	text-align: center;
}

.main-block .sidebar.show {
	margin-left: 0px;
}

.sidebar-logo {
	padding: 0 20px 45px;
}

.navbar {
	background: #333333;
}

.page-nav-bar {
	background: #FFFFFF;
}

.navbar li.nav-item.b-nav-dropdown {
	text-align: center;
}

.navbar-nav .nav-item .dropdown-menu {
	background: #333333;
	padding: 0 0 0 0;
	margin: .6rem;
	border: none;
	border-radius: 0rem;
}

.navbar-nav .nav-item .dropdown-item.active {
	background-color: var(--primary);
	border: 2px solid var(--primary);
	padding: 10px 10px 10px 10px;
	width: 15rem;
}

.navbar-nav .nav-item .dropdown-item {
	background-color: #333000;
	color: white;
	border: 1px solid var(--primary);
	padding: 10px 10px 10px 10px;
	width: 15rem;
}

.main-content {
	padding: 25px 30px;
	padding-top: 120px;
	min-height: 40rem;
}

.primary-form .form-group {
	margin-bottom: 5px;
}

.primary-form .form-group label {
	font-weight: 500;
	margin-bottom: 3px;
}

.primary-form .form-group .bold-text label {
	font-weight: 800;
	margin-bottom: 3px;
}

.primary-form .form-group label span {
	text-transform: none;
	font-weight: 4500;
	font-size: 1em;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	color: #7a7a7a;
	opacity: 1;
}

.primary-form .form-group .form-control {
	background: #fff;
	border: solid 1px #c0c0c0;
	box-shadow: none !important;
	height: 36px;
	padding: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
}

.primary-form .form-group .form-control:focus {
	border-color: var(--primary);
}

.primary-form .form-group .row {
	margin: 0 -5px;
}

.primary-form .form-group .row>* {
	padding: 0 5px;
}

.primary-form .bootstrap-select {
	display: block;
	width: auto !important;
}

.primary-form .bootstrap-select>.dropdown-toggle {
	width: 100%;
	border: solid 1px #c0c0c0 !important;
	height: 40px;
	padding: 8px;
	line-height: 20px;
	background: #fff !important;
	box-shadow: none !important;
	outline: none !important;
}

.primary-form .bootstrap-select .dropdown-toggle .filter-option {
	padding: 9px;
}

.primary-form .bootstrap-select.open>.dropdown-toggle {
	border-color: var(--primary) !important;
}

.primary-form .bootstrap-select .dropdown-menu {
	margin: 0;
}

.primary-form .bootstrap-select .dropdown-menu a {
	padding: 9px;
}

.primary-form .bootstrap-select .dropdown-toggle .filter-option-inner {
	padding-right: 17px;
}

.primary-form .bootstrap-select .dropdown-menu>.active>a, .primary-form .bootstrap-select .dropdown-menu>.active>a:focus, .primary-form .bootstrap-select .dropdown-menu>.active>a:hover {
	background: var(--primary);
}

.primary-form .bootstrap-select .dropdown-toggle .caret {
	border: 0;
	width: 10px;
	height: 10px;
	border-left: solid 2px #c0c0c0;
	border-bottom: solid 2px #c0c0c0;
	transform: rotate(-45deg);
	margin-top: -6px;
}

/* .primary-form .form-group .form-control.datepicker {
	background: #fff url(../images/calendar.png) right center no-repeat;
	padding-right: 30px;
} */

.primary-form .bootstrap-datetimepicker-widget table td.active, .primary-form .bootstrap-datetimepicker-widget table td.active:hover, .primary-form .bootstrap-datetimepicker-widget table td span.active {
	background: var(--primary);
}

.primary-form .bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: var(--primary);
}

.note-block {
	background: #fff;
	border: solid 1px #c0c0c0;
	border-radius: 4px;
	padding: 15px;
	color: #82878b;
}

.note-block>* {
	padding: 0;
}

.note-block p {
	max-width: 500px;
	margin: 0 auto;
	font-size: 1em;
	line-height: 16px;
}

/* Footer
------------------------*/

.footer {
	background: var(--primary);
	padding: 10px;
	text-align: center;
	position: fixed;
	min-height: 38px;
	margin-top: 0px;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	right: 0px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #333;
}

/* Responsive Media Queries
-------------------------------*/

@media (min-width: 1024px) {
	.modal-dialog {
		max-width: 90% !important;
		margin: 1.75rem auto;
	}
}

@media (max-width: 1199px) {
	.modal-dialog {
		max-width: 90% !important;
	}
}

@media (max-width: 991px) {
	.header {
		display: block;
	}

	.main-block .sidebar {
		position: fixed;
		left: 0;
		top: 62px;
		height: 100%;
		padding: 0;
		z-index: 9;
		overflow: auto;
		margin-left: -282px;
		transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
	}

	.menu-open {
		overflow: hidden;
	}

	.menu-open .main-block .sidebar {
		margin-left: 0;
	}

	.nav-overlay {
		display: block !important;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
	}

	.menu-open .nav-overlay {
		opacity: 1;
		visibility: visible;
	}

	.sidebar-logo {
		display: none;
	}

	.main-block {
		padding-top: 62px;
	}

	.main-block>* {
		display: block;
	}

	.footer {
		z-index: 0;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 2em;
		line-height: 28px;
	}

	h3 {
		font-size: 1.75em;
		line-height: 24px;
	}

	.pb-50 {
		padding-bottom: 30px;
	}

	.pb-30 {
		padding-bottom: 20px;
	}

	.main-content {
		padding: 25px 15px 0;
		padding-top: 120px;
	}
}

@media (max-width: 560px) {
	.main-block .sidebar {
		width: 250px;
	}

	/* 	.main-navigation li a {
		padding: 15px;
		font-size: 1.2em;
		line-height: 18px;
	} */
}

/*----------general------------------------*/

.star {
	color: red;
	margin-left: 2px;
}

.textarea-control {
	height: auto !important;
}

/* .main-navigation ul li.bottom {
	display: block;
	bottom: 38px;
	text-align: left;
	color: #fff;
	font-size: .8em;
	padding: 25px;
	border: none;
} */

/* .main-navigation ul li.bottom a {
	font-size: 1.1em;
	padding: 0px;
	color: var(--primary);
} */

/* .main-navigation ul li.bottom a:hover {
	background-color: transparent;
} */

/* aside.sidebar {
	padding-bottom: 160px !important;
} */

.hidden-div {
	display: none;
}

/*-----------loader-------------------*/

.loader-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background-color: rgba(256, 256, 256, 0.5);
	display: none;
}

.lds-default {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
	display: inline-block;
	width: 64px;
	height: 64px;
}

.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: var(--primary);
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	left: 53px;
}

.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}

.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}

.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}

.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}

.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}

.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}

.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}

.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}

.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}

.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}

.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}

@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}
}

.info-button {
	color: #17a2b8;
}

.form-group-border {
	border-style: solid;
	border-color: #000
}

/* .form-group.row>.col-form-label,
 .form-row>.col-form-label
 {
	text-align: right;
	font-size: .9rem;
}
*/
.form-group.row>.col-form-label {
	text-align: right;
	font-size: .9rem;
}

.col-form-label {
	margin-top: .2em;
	text-align: right;
	font-size: .9rem;
}

.jumbotron {
	background-color: #333;
	padding: 1rem 1rem;
	margin-bottom: .5rem;
	height: 100vh;
}

.container .jumbotron {
	border-radius: 0px;
}

/*
.login {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 1em;
	background: url(../images/background.jpg) left top repeat;
	color: #333;
}
*/

.login-container {
	min-height: 20rem;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 1em;
	background: url(../images/background.jpg) left top repeat;
	color: #333;
	width: 99%;
	margin: 0 auto;
	height: 86vh;
}

a .login-link {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--primary) !important;
}

a:hover .login-link {
	font-size: 1.2em;
	font-weight: bold;
	color: #333 !important;
}

a, .login-link-header {
	font-size: 1.0em;
	color: var(--primary) !important;
}

a:hover .login-link-header {
	font-size: 1.0em;
	color: #333 !important;
}

.survey {
	margin: 0px 0px 0px 0px;
	padding: 5px 40px 5px 40px;
	font-size: 1em;
	background: rgb(241, 241, 241);
	color: #333;
}

.signature-canvas {
	/*display: block;
	position: relative;*/
	border: 1px solid;
	/* height: 200px; */
	/* width: 100%; */
	background-color: #c0c0c0;
}

.fileinput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

@media only screen and (max-width: 600px) {
	.form-group.row>.col-form-label {
		text-align: left;
	}
}

.datepicker {
	font-size: 0.875rem;
}

.alert {
	font-size: 0.875rem;
}

#ic-space-notification {
	/* color: #856404; */
	background-color: #fff3cd;
	border-color: #ffeeba;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

#notification {
	cursor: pointer;
}

#notification:hover {
	color: #721c24;
	box-shadow: 1px 1px 1px 1px #c0c0c0;
}

.alert-exclamation {
	border: 1px solid red;
	background: white;
	font-size: 2rem;
	color: red;
	font-weight: 600;
	width: 8%;
}

.alert-text {
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid red;
	width: 100%;
}

.alert-close {
	cursor: pointer;
	border: 1px solid red;
	background: red;
	font-size: 2rem;
	color: white !important;
	font-weight: 600;
	padding: 0.75rem;
}

.alert-close:hover {
	box-shadow: 1px 1px 1px 1px #c0c0c0;
}

.form-field-warning {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: .9em;
}

#submission .form-field-warning {
	font-size: .8em;
	margin-top: -5px;
}

/* CALENDAR */
#booking-request-admin .vdp-datepicker__calendar {
	position: fixed !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
	border: 1px solid var(--primary) !important;
}

.vdp-datepicker__calendar .cell.selected {
	background: var(--primary) !important;
	color: white;
}

.vdp-datepicker__calendar .cell.selected:hover {
	background: var(--primary) !important;
	color: white;
}

.vdp-datepicker__calendar .cell.selected.highlighted {
	background: var(--primary) !important;
	color: white;
}

.vdp-datepicker__calendar .cell.highlighted {
	background: var(--primary) !important;
	/*#cae5ed*/
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
	border: 1px solid #ff8420 !important;
}

#requestComment {
	min-height: 6rem;
}

.admin-page-table {
	font-size: 13px;
	text-align: center;
	min-width: 850px;
	background: white;
	display: none;
}

.admin-page-table th {
	background-color: transparent;
	font-weight: 600;
}

.info-tooltip {
	color: var(--primary);
	cursor: pointer;
	font-size: 1.25em;
}

.header-with-info {
	display: inline-block;
}

.action-tip .tooltip-text,
#nonAction .tooltip-text {
	margin-left: 30px;
}

.info-tooltip .tooltip-text {
	visibility: hidden;
	width: 400px;
	background-color: rgba(242, 220, 145, .95);
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 10px 5px;
	position: absolute;
	z-index: 100;
	/* bottom: 50%; */
	/* left: 50%; */
	/* margin-left: -60px; */
	font-family: arial, tahoma;
	font-weight: 100;
	font-size: 0.8rem !important;
	text-align: left;
	line-height: 1.1rem;
	border: 2px solid lightblue;
}

.info-tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	/* top: 100%;
	left: 20%; */
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(242, 220, 145, .95) transparent transparent transparent;
}

.info-tooltip:hover .tooltip-text {
	visibility: visible;
	transition: 0.2s;
}

.info-tooltip .tooltip-text.bayids {
	text-align: center;
	background: white;
	border-radius: 4px;
	border: 1px solid #80808012;
	width: 150px;
	padding: .5rem;
	margin-left: 2rem;
	font-size: 1.2rem !important;
	line-height: 1.4rem;
	box-shadow: 1px 1px 3px 3px #00000021;
}

.info-tooltip .tooltip-text.bayids::after {
	content: "";
}

.info-tooltip:hover .tooltip-text.bayids {
	visibility: visible;
	transition: 0.2s;
}

span .add-remove-btn {
	padding: 12px 6px;
	margin: 2px;
	background-color: var(--primary);
	color: white;
	cursor: pointer;
}

i .add-remove-btn {
	background-color: var(--primary);
}

span .menu-btn {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color: var(--primary);
	color: white;
	cursor: pointer;
}

i .menu-btn {
	background-color: var(--primary);
}

.underline {
	text-decoration: underline;
}

.container {
	max-width: 100% !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

@media (min-width: 1200px) {
	.container-IGNORE {
		max-width: 1200px;
	}

	.modal-dialog {
		max-width: 90% !important;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 100%;
	}

	.modal-dialog {
		max-width: 90% !important;
	}
}

/* modal */

.modal-button {
	float: right;
	padding: 10px 5px;
	margin-left: 20px;
	max-width: 60px;
}

.modal-bar {
	height: 8px;
	width: 100%;
	margin-bottom: 20px;
}

.modal-message-body {
	line-height: 1.5em;
}

.modal-title {
	font-size: 4rem;
	padding-left: 30px;
}

.modal-title-small {
	font-size: 2rem !important;
}

.modal-success {
	color: #38cc5a;
}

.modal-success-bg {
	background: #38cc5a;
}

.modal-info {
	color: #138496;
}

.modal-info-bg {
	background: #138496;
}

.modal-clear-bg {
	background: var(--primary);
}

.modal-warning {
	color: #ffcc00
}

.modal-warning-bg {
	background: #ffcc00
}

.modal-error {
	color: #dc3545;
}

.modal-error-bg {
	background: #dc3545;
}

.admin-page-table a {
	color: #10a5ff;
	text-decoration: underline;
}

.admin-page-table .info-tooltip {
	background-color: transparent;
}

.shipping_required {
	color: red;
}

.form-control {
	padding-right: 30px;
}

.form-control+.glyphicon {
	position: absolute;
	right: 0;
	padding: 8px 27px;
}

.request-approved,
.request-pending,
.request-declined,
.request-expired,
.request-in-progress,
.request-complete {
	/* display: inline; */
	text-wrap-mode: nowrap;
}
.request-approved {
	color: green;
}

.request-pending {
	color: lightslategrey;
}

.request-declined {
	color: red;
}

.request-expired {
	color: lightpink;
}

.request-in-progress {
	color: darkorange;
}

.request-complete {
	color: black !important;
}

.clear-input-group {
	border: 1px gray solid;
	background-color: white;
	padding: 5px;
}

.clear-input {
	border: none;
	background-color: white;
}

.clear-input>input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

.input-group-text {
	background-color: white;
}

.fa-file-pdf {
	font-size: 1.14rem;
}

.fa-search {
	color: gray;
}

.booking-list-table {
	font-size: .85rem;
	background: white;
}

.booking-list-table thead {
	font-size: .9rem;
	color: white;
	background: var(--primary);
	border: none;
}

.list-table {
	font-size: .85rem;
	background: white;
}

.list-table thead {
	font-size: .9rem;
	color: white;
	background: var(--primary);
	border: none;
}

#action th:nth-child(1), #nonAction th:nth-child(1) {
	/* Booking Reference */
	max-width: 6rem;
	min-width: 6rem;
	width: 6rem;
}

#action th:nth-child(2), #nonAction th:nth-child(2) {
	/* Name */
	max-width: 9rem;
	min-width: 9rem;
	width: 9rem;
}

#action th:nth-child(3), #nonAction th:nth-child(3) {
	/* Reason */
	max-width: 7rem;
	min-width: 7rem;
	width: 7rem;
}

#action th:nth-child(5), #nonAction th:nth-child(5) {
	/* Date Requested */
	max-width: 6rem;
	min-width: 6rem;
	width: 6rem;
}

#action th:nth-child(6), #nonAction th:nth-child(6) {
	/* Site */
	max-width: 5rem;
	min-width: 5rem;
	width: 5rem;
}

#action th:nth-child(7), #nonAction th:nth-child(7) {
	/* Location */
	max-width: 5rem;
	min-width: 5rem;
	width: 5rem;
}

#action th:nth-child(8), #nonAction th:nth-child(8) {
	/* Reason */
	max-width: 6rem;
	min-width: 6rem;
	width: 6rem;
}

#action th:nth-child(9), #nonAction th:nth-child(9) {
	/* Reason */
	max-width: 6rem;
	min-width: 6rem;
	width: 6rem;
}

#action th:nth-child(10), #nonAction th:nth-child(10) {
	/* Met Labuour */
	max-width: 5rem;
	min-width: 5rem;
	width: 5rem;
}

#action th:nth-child(11), #nonAction th:nth-child(11) {
	/* Reason */
	max-width: 8rem;
	min-width: 8rem;
	width: 8rem;
}

#action th:nth-child(12), #nonAction th:nth-child(12) {
	/* Action */
	max-width: 4rem;
	min-width: 4rem;
	width: 4rem;
}

#programItems.adminDashboard th:nth-child(1) {
	/* Unique ID */
	max-width: 6rem;
	min-width: 6rem;
	width: 6rem;
}

#programItems.adminDashboard th:nth-child(2) {
	/* Type */
	max-width: 9rem;
	min-width: 9rem;
	width: 9rem;
}

#programItems.adminDashboard th:nth-child(3) {
	/* Location */
	max-width: 16rem;
	min-width: 13rem;
	width: 16rem;
}

#programItems.adminDashboard td:nth-child(3) {
	/* Type */
	text-align: left;
}

#programItems.adminDashboard td:nth-child(4) {
	/* Type */
	text-align: left;
}

#programItems.adminDashboard td:nth-child(5) {
	/* Type */
	text-align: left;
}

#programItems.adminDashboard th:nth-child(6) {
	/* Status */
	max-width: 12rem;
	min-width: 12rem;
	width: 12rem;
}

#vendorRequests.adminDashboard th:nth-child(1) {
	/* Compass ID */
	max-width: 7rem;
	min-width: 7rem;
	width: 7rem;
}

#vendorRequests.adminDashboard td:nth-child(2) {
	/* Program Name */
	text-align: left;
}

#vendorRequests.adminDashboard th:nth-child(3) {
	/* Type */
	max-width: 7rem;
	min-width: 7rem;
	width: 7rem;
}

#vendorRequests.adminDashboard th:nth-child(4) {
	/* Count */
	max-width: 7rem;
	min-width: 7rem;
	width: 7rem;
}

#vendorRequests.adminDashboard th:nth-child(5) {
	/* Start Date */
	max-width: 7rem;
	min-width: 7rem;
	width: 7rem;
}

#vendorRequests.adminDashboard th:nth-child(6) {
	/* Expiry Date */
	max-width: 7rem;
	min-width: 7rem;
	width: 7rem;
}

#vendorRequests.adminDashboard th:nth-child(7) {
	/* Status */
	max-width: 12rem;
	min-width: 12rem;
	width: 12rem;
}

#programItems.vendorDashboard th:nth-child(1) {
	/* Unique ID */
	max-width: 6rem;
	min-width: 6rem;
	width: 6rem;
}

#programItems.vendorDashboard th:nth-child(2) {
	/* Type */
	max-width: 9rem;
	min-width: 9rem;
	width: 9rem;
}

#programItems.vendorDashboard th:nth-child(3) {
	/* Location */
	max-width: 16rem;
	min-width: 13rem;
	width: 16rem;
}

#programItems.vendorDashboard td:nth-child(4) {
	/* Description */
	text-align: left;
}

#programItems.vendorDashboard th:nth-child(5) {
	/* Status */
	max-width: 12rem;
	min-width: 12rem;
	width: 12rem;
}

#vendorRequests.vendorDashboard td:nth-child(1) {
	/* Program Name */
	text-align: left;
}

#vendorRequests.vendorDashboard th:nth-child(2) {
	/* Start Date */
	max-width: 9rem;
	min-width: 9rem;
	width: 9rem;
}

#vendorRequests.vendorDashboard th:nth-child(3) {
	/* Expiry Date */
	max-width: 9rem;
	min-width: 9rem;
	width: 9rem;
}

#vendorRequests.vendorDashboard th:nth-child(4) {
	/* Status */
	max-width: 12rem;
	min-width: 12rem;
	width: 12rem;
}


.review {
	border: 1px solid black;
}

.top-of-page-effect {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1vh;
	background: linear-gradient(to top,
			transparent,
			darkgray);
}

.bottom-of-page-effect {
	display: none;
	position: absolute;
	bottom: 5vh;
	left: 0px;
	width: 100%;
	height: 1vh;
	background: linear-gradient(to bottom,
			transparent,
			darkgray);
}

.admin-review {
	font-size: .8rem;
	background-color: whitesmoke;
	max-height: 90vh;
	overflow-y: hidden;
	overflow-x: hidden;
}

.admin-review-title {
	font-weight: 500;
	font-family: system-ui;
	/* font-size: large; */
}

.title {
	background-color: lightgrey;
	width: 200px;
	padding: 3px 5px 1px 5px;
	border: 1px solid white;
}

.admin-review .title {
	background-color: white;
}

.action-buttons-admin-review {
	position: relative;
	/* bottom: 0.5rem; */
}

.value {
	background-color: #f2f2f2;
	width: 200px;
	padding: 3px 5px 1px 5px;
	border: 1px solid white;
}

.modal-xl {
	max-width: 80%;
}

.modal-sm {
	max-width: 500px !important;
}

a .table-link {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--primary) !important;
}

a.table-link:hover {
	cursor: pointer;
}

.tab-left {
	padding-left: 1em;
}

.table.b-table>thead>tr>th[aria-sort]::after, .table.b-table>tfoot>tr>th[aria-sort]::after {
	font-size: 1.2em;
	opacity: 0.8;
}

.column-header {
	background: var(--primary);
	font-weight: 700;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
}

.table-row-alert {
	background-color: #f8d7da !important;
}

.button-text {
	color: black;
	text-align: left;
	font-size: .9rem;
	background-color: lightgrey;
}

.div-scroll {
	max-height: 300px;
	overflow-y: auto;
}

.no-value {
	background: rgba(255, 255, 0, 0.4) !important;
}

.text-checkbox {
	font-size: .8em;
}

.custom-square[data-previouslyrejected="1"] {
	background: #ff0000;
	/* color: transparent;
    border-radius: 6px;*/
	border-color: #b10000;
}

.custom-square[data-previouslyrejected="0"] {
	background: #03b55b;
	/* color: transparent;
    border-radius: 6px;*/
	border-color: #018141;
}

.custom-square {
	border: 3px solid;
	height: 30px;
	width: 30px;
	border-radius: 4px;
	border-color: var(--primary);
	padding-top: 3px;
	padding-left: 5px;
	cursor: pointer;
}

.custom-square.selected {
	background: white;
	border-color: #b10000;
}

.custom-square.selected::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: red;
	content: "\f00d";
	font-size: 22px;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--primary);
	background-color: var(--primary);
}

/*** RIGHT CHECKBOXES - DEAFULT ***/
.custom-control-label::before,
.custom-control-label::after {
	/* left: auto; */
	/* right: -20px; */
	left: -1.5rem;
	top: .1rem;
}

/*** LEFT CHECKBOXES - DEAFULT ***/
.left.custom-control-label::before,
.left.custom-control-label::after {
	left: -20px;
	right: auto;
	top: .1rem;
}

.percent-scroll-80 {
	/* max-height: 300px;overflow: auto;
	max-height: 80%;*/
	height: 80vh;
	overflow-y: auto;
}

[name=fixture] {
	width: 90%;
	display: inline-block;
}

.fa-icon {
	display: inline-block;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.field-changed {
	color: red;
}

.delete-X-button {
	/*
	font-size: x-large;
	border-radius: 50%;
	padding: 0rem 0.7rem;
	*/
	margin: 0.2rem 0.2rem;
	opacity: 0.4;
}

.delete-X-button:hover {
	opacity: 0.7;
}

.file-resource-circle {
	/*
	border: 5px solid var(--primary)!important;
	border-radius: 50%;
	padding: 3rem;
	min-width: 200px;
	min-height: 200px;
	*/
}

.file-resource-card:hover {
	box-shadow: 1px 1px 1px 1px #e6e6e6;
}

.file-resource-card {
	min-height: 34vh;
	box-shadow: 0px 0px 3px 3px #eee;
}

.startDateResources>div>input {
	background-color: white !important;
}

/* START switch */
.switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 34px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: gray;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked+.slider {
	background-color: var(--primary);
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(55px);
}

.slider:after {
	content: 'OFF';
	color: white;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

input:checked+.slider:after {
	content: 'ON';
}

/** end switch **/
.custom-file-label {
	text-align: left;
	color: #aaa;
	font-style: italic;
}

.custom-file-label:after {
	position: absolute;
	color: white !important;
	content: '\f07c' !important;
	background-color: var(--primary) !important;
	font-family: 'Font Awesome 5 Free' !important;
	border: none;
}

.custom-file-label:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	height: calc(1.5em + .75rem);
	padding: 0.375rem 3rem 0.375rem 1rem;
	line-height: 1.5;
	color: white !important;
	content: 'Choose File';
	background-color: var(--primary) !important;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

#submission .custom-file-label,
#program-request .custom-file-label {
	color: #444;
}

#checkmark[data-approvedBefore="Yes"]>i {
	color: rgb(0, 158, 0) !important;
	/* background-color: rgb(0, 158, 0)!important; */
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	text-align: left;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}

.image-viewer {
	max-height: 900px;
	height: 100%;
	width: auto;
}

.checkmark {
	color: var(--primary);
	cursor: pointer;
	padding-left: 10px;
	float: left;
}

.previousFileOverlay {
	position: absolute;
	top: 0;
	right: .75rem;
	background: white;
	padding: .75rem;
	width: calc(100% - 145px);
	z-index: 1;
}

.fa-square[data-previouslyrejected="1"]:before {
	background: #ff0000b5;
	color: transparent;
	border-radius: 6px;
}

.fa-square[data-previouslyrejected="0"]:before {
	background: #03b55b;
	color: transparent;
	border-radius: 6px;
}

.custom-file-overlay-dpi {
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 10;
	padding: 0.125rem;
	box-shadow: 0px 0px 3px 2px #a7a7a78a;
	font-size: smaller;
	display: none;
	text-align: center;
}

.custom-file-overlay-img {
	max-width: 10rem;
	max-height: 10rem;
}

.custom-file-overlay-dpi.good {
	background-color: rgb(0, 158, 0);
	color: white;
}

.custom-file-overlay-dpi.bad {
	background-color: rgb(233, 1, 1);
	color: white;
}

.custom-file-overlay {
	position: absolute;
	top: 2px;
	left: 0.15rem;
	background: #ffffff;
	padding: 0.5rem;
	width: calc(100% - 137px);
	z-index: 1;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 1;
}

.custom-file-overlayDEL {
	position: absolute;
	top: 0px;
	left: -0.4rem;
	background: white;
	padding: 0.5rem;
	width: calc(100% - 128px);
	/* calc(100% - 145px); */
	z-index: 1;
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

span.File.Error,
span.Vendor.Rework.Required,
span.Rework.Required {
	color: #C00000;
}

span.Vendor.Action.Required,
span.Action.Required {
	color: #dbde00;

}

span.Complete {
	color: #00B050;
}

span.In.Progress {
	color: #ED7D31;
}

span.Overdue {
	color: #FF0000;
}

span.Verifying.File {
	color: #008080;
}

span.Submitted.for.Review {
	color: #44546A;
}

tr.Draft {
	color: #000 !important;
	background-color: rgb(255, 255, 133) !important;
}

.label-info {
	font-size: 0.75rem;
	font-weight: 100;
}

.hideDisplay, .hideQRCode, .hideDigital {
	visibility: hidden;
}

.hideDisplay2, .hideQRCode2, .hideDigital2 {
	display: none;
}

.informationPDF>div>.modal-title {
	display: none;
}

.textCount {
	float: right;
	padding: 2px;
	font-size: x-small;
}

.textCount.over {
	color: red;
}

.textCount.under {
	color: blue;
}

.bg-green-300 {
	background-color: #9ae6b4 !important;
}

.bg-gray-100 {
	/* background-color: #f7fafc!important; */
}

.location_range {
	-webkit-appearance: none;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	width: 2.5rem;
}

.location_range:hover {
	opacity: 1;
}

.location_range::-webkit-slider-thumb {
	width: 22px;
	height: 22px;
	background: black;
	cursor: pointer;
}

.location_range::-moz-range-thumb {
	width: 22px;
	height: 22px;
	background: black;
	cursor: pointer;
}

.location_range::-ms-thumb {
	width: 22px;
	height: 22px;
	background: black;
	cursor: pointer;
}

.location_range::-webkit-slider-runnable-track {
	height: 16px;
	background: var(--primary);
}

.location_range::-moz-range-track {
	height: 16px;
	background: var(--primary);
}

.location_range::-ms-track {
	height: 16px;
	background: var(--primary);
}

.textOverflow {
	overflow: hidden;
	width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#action .textOverflow,
#nonAction .textOverflow {
	text-align: left;
	overflow: hidden;
	width: 25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#action .textOverflowRequestor,
#nonAction .textOverflowRequestor {
	text-align: left!important;
	float: left;
	padding-left: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* display: inline; */
}

.fa-user-edit {
	color: var(--primary) !important;
	cursor: pointer;
}

.fa-user-edit.disabled {
	color: #555 !important;
	cursor: not-allowed;
}

.resolutionWarning {
	font-weight: 600;
}

.fade-enter-active, .fade-leave-active {
	transition: all .75s;
}

.fade-enter, .fade-leave-to

/* .fade-leave-active below version 2.1.8 */
	{
	opacity: 0;
}

/* a[title]:hover::after {
  a[title]:hover {
	content: "\"The resolution for this image is \" + attr(title) + \"dpi\"";
	padding: .5rem;
	background-color: rgba(255, 255, 133, 0.6);
	font-size: medium;
  }
  */
/*--------- END --------*/

/*** SUPPORT ***/
.support-always-on-top.move-top-right {
    right: 45px;
    bottom: auto;
    top: 7rem;
}

.support-always-on-top {
	position: fixed;
	border-radius: 2rem;
	display: block;
	right: 45px;
	bottom: 45px;
	z-index: 99999;
}

.lds-dual-ring {
	display: inline-block;
	width: var(--supportScreenShot);
	height: var(--supportScreenShot);
	background-color: var(--primary);
	opacity: 0.5;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: calc(var(--supportScreenShot) - 4px);
	height: calc(var(--supportScreenShot) - 4px);
	margin: 3%;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 0.7s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.lds-dual-ring.small:after {
	width: calc(var(--supportScreenShot) / 4 - 1px);
	height: calc(var(--supportScreenShot) / 4 - 1px);
}

.lds-dual-ring.small {
	padding-top: 2px;
	width: calc(var(--supportScreenShot) / 4);
	height: calc(var(--supportScreenShot) / 4);
}

#modalSupport .modal-dialog {
	max-width: 800px !important;
}

#wastebin-request-modal-popup .modal-dialog {
	max-width: 100%!important;
	margin: 0;
	height: 100vh;
}



#modalSupport header {
	justify-content: space-between;
	background-color: var(--primary);
	color: white;
	padding: 0.25rem 1rem;
}

#modalSupport .close {
	margin: 0.25rem 0.25rem;
}

#modalSupport .modal-title {
	font-size: 2rem;
	padding: 0;
	padding-top: 1rem;
}

#modalSupport .modal-body {
	background-color: #ffe0d6a8 !important;
}

#modalSupport .modal-footer {
	font-size: 1em;
	margin: 0.15rem;
}

#modalSupport .btn-outline-primary {
	color: #F96302;
	border-color: #F96302;
}

#modalSupport .btn-outline-primary:hover {
	color: #fff;
	background-color: #F96302;
	border-color: #F96302;
}

#modalSupport .btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgb(235 22 22 / 50%);
}

#modalSupport .btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #F96302;
	border-color: #F96302;
}

#modalSupport .custom-control-label::before, .custom-control-label::after {
	left: -1.5rem;
}


#doneSnippingDiv {
	right: 5%;
}

#cancelSnippingDiv {
	right: calc(5% + 100px);
}

#doneSnippingDiv,
#cancelSnippingDiv {
	position: absolute;
	bottom: 3%;
	opacity: 1.0;
	z-index: 1097;
	font-size: 2rem;
	color: white;
	padding: 0.2rem 0.5rem;
	background-color: transparent;
}

#doneSnippingDiv:hover,
#cancelSnippingDiv:hover {
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.supportArea {
	position: absolute;
	/* background-color:white; */
	border: 2px solid blue;
	width: 100%;
	z-index: 1096;

}

#snippingLayer {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	opacity: 0.5;
	z-index: 1092;
	background: darkslategrey;
	cursor: crosshair;
}

#supportSnapshot {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1.0;
	z-index: 1090;
	background: #000;
}

#snippingInformationText {
	line-height: 1.3;
	position: fixed;
	left: 20%;
	width: 60%;
	top: 10%;
	opacity: 1.0;
	z-index: 1097;
	background: rgba(0, 0, 0, 0.3);
	padding: 1.5rem;
	font-size: 2rem;
	color: white;
}

#doneSnippingButton {
	position: fixed;
	bottom: 3%;
	right: 5%;
	opacity: 1.0;
	z-index: 1097;
	font-size: 2rem;
	color: white;
	cursor: pointer;
	padding: .5rem;
	margin: .5rem;
	background-color: rgba(0, 0, 0, 0.5);
}

#cancelSnippingButton {
	position: fixed;
	bottom: 3%;
	right: calc(5% + 100px);
	opacity: 1.0;
	z-index: 1097;
	font-size: 2rem;
	color: white;
	cursor: pointer;
	padding: .5rem;
	margin: .5rem;
	background-color: rgba(0, 0, 0, 0.5);
}

.snapshot {
	border-width: medium;
	border-style: solid;
	max-width: 128px;
	max-height: 128px;
	margin-right: 0.5rem;
}

.deleteSupportArea {
	position: absolute;
	color: rgb(255 255 255);
	z-index: 1096;
	background: #000000d9;
	border-radius: 50%;
	padding: 4px 6px;
}

#supportSelection {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	border: 2px solid blue;
	width: 100%;
	z-index: 1095;
}

#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 99999;
}

.autcomplete-list {
	max-height: 350px;
	overflow-y: auto;
	padding-top: 5px;
	position: absolute;
	z-index: 999;
}

.editNotification {
	right: 0px;
	position: absolute;
	padding: 10px;
	top: 0px;
	cursor: pointer;
}

.editNotification:hover {
	color: black;
	background: #ffe9a0;
}

#wastebin-invoice-modal-popup,
#wastebin-request-detail-modal-popup,
#wastebin-request-modal-popup
 {
	.modal-header {
		background: var(--primary);
		color: white;
	}
	.modal-title {
		font-size: 1.5rem;
	}
}