:root {
	--theme-color: #6A1510;
	--theme-text-color: #EDE2CF;
	--header-background-color: #EDE2CF;
	--section-background-color: #F5F0E7;
	--section-text-color: #6A1510;
	--title-bar-color: #826137;
}
@font-face {
	font-family: Bilo;
	src: url(/css/bilo/fonnts.com-Bilo.otf);
}
@font-face {
	font-family: aquawax_pro;
	src: url(/css/aqua/Aquawax-Pro-DemiBold-trial.ttf);
}
@font-face {
	font-family: aquawax_pro_bold;
	src: url(/css/aqua/fonnts.com-Aquawax-Pro-DemiBold-trial.ttf);
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Bilo;
	font-size: 24px;
	background-color: var(--section-background-color);
	color: var(--theme-color);
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 0.01em;
}
a, a:hover {
	text-decoration: none !important;
	color: var(--theme-text-color);
}
a, a:visited {
	text-decoration: none;
}
button {
	border: 1px solid grey;
	background-color: lightgrey;
	padding: 5px 10px;
}
.gcss_button_box {
	border: 3px solid var(--theme-color);
	padding: 10px 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1;
	transition-property: background-color, color;
	transition-duration: 0.3s, 0.3s;
	text-transform: uppercase;
	color: var(--theme-color);
}
.gcss_button_box:hover {
	background-color: var(--theme-color);
	color: var(--theme-text-color);
	transition-property: background-color, color;
	transition-duration: 0.3s, 0.3s;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 2px;
  right: 20px;
  z-index: 200;
  border: none;
  outline: none;
  background-color: var(--theme-color);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid var(--theme-text-color);
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.carousel-indicators li {
	cursor: pointer;
	width: 50px;
	height: 10px;
	background-color: lightgrey !important;
}
.carousel-indicators li.active {
	background-color: black !important;
}

fieldset, fieldset legend {
	color: #FFF;
}
label {
	width: 100%;
}
label input, label button {
	float: left;
	margin-right: 5px;
}
input[type=checkbox],input[type=radio] {
	transform: scale(1.6);
	margin-left: 5px;
	width: auto;
}
#page {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.css-bold {
	font-weight: 500;
}
.css-notice {
	background-color: transparent;
	color: black;
	padding: 3px 10px;
}
	
.css-warning {
	background-color: white;
	color: red !important;
	padding: 3px 0px;
}
.css-extralarge-font {
	font-size: 3.0rem;
}
.css-large-font {
	font-size: 1.8rem;
}
.css-normal-font {
	font-size: 1.2rem;
}
.css-medium-font {
	font-size: 1.0rem;
}
.css-small-font {
	font-size: 0.9rem;
}
.css-tiny-font {
	font-size: 0.8rem;
}
.css-center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.css-right {
	text-align: right;
	display: inline-block;
}
.css-help {
	font-size: 0.9rem;
	line-height: 1.4;
	color: grey;
	padding: 10px 0;
}
.css-row-alert {
	background-color: #FBE9BD;
	color: #F00;
}

.css-left {
	left: 0px;
}
.css-hidden {
	display: none;
}
.css-show-block {
	display: block;
}
.css-uppercase {
	text-transform: uppercase;
}
.css-transparent-background {
	background-color: transparent !important;
}
.css-seed {
	display: none;	
}
.css-cursor {
	cursor: pointer;	
}
.ui-datepicker select {
	color: black !important;
}
.css-sub-note {
	font-size: 0.8rem;
}
.css-note {
	font-size: 1.0rem;
	font-style: italic;
	padding: 5px 0px;
	display: inline-block;
}
.css-subnote {
	font-size: 0.8rem;
	padding: 5px 0px;
	display: inline-block;
}
.css-center-middle {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.css-box-shadow {
	box-shadow: 0 8px 6px -6px grey;
}
.css-capitalize {
	text-transform: capitalize;
}
.nav-tabs {
	margin:10px;
}
/* --- ERROR CLASS -- */
.css-critical-error {
	background-color: red;
	color: white;
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.css-cursor-pointer {
	cursor: pointer;
}
.css-underline {
	text-decoration: underline;
}
.css-hover-underline{
}
.css-hover-underline:hover{
	text-decoration: underline;
}
.css-currency {
	font-size: 0.8rem;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
}
.css-dollar-sign {
	font-size: 1rem;
	margin-right: 3px;
}
.wrapper-developer {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 10;
	opacity: 0.8;
}
.wrapper-developer .css-developer {
	font-size: 1em !important;
	color: #FFF !important;
	background-color: #F00;
	text-align: center;
	display: block;
	z-index: 100;
	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 0px;
	line-height: 25px;
	margin-right: 1px;
	border-radius: 0px 0px 0px 5px;
}
.wrapper-developer .css-developer:hover {
	background-color: #FFF !important;
	color: #F00 !important;
}
.wrapper-developer .css-testcase{
	font-size: 12px !important;
	color: #FFF !important;
	background-color: #F00;
	text-align: center;
	display: block;
	height: 25px;
	width: 25px;
	z-index: 100;
	cursor: pointer;
	padding: 0px;
	line-height: 25px;
	border-radius: 0px 0px 5px 0px;
}
.wrapper-developer .css-testcase:hover{
	background-color: #FFF !important;
	color: #F00 !important;
}
/* Spinner */
.css-loader-backdrop {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10;
}
.loader {
	border: 16px solid #CCCCCC; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 2s linear infinite;
	z-index: 9999;
	right: calc(50% - 50px);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#div-scheduler101-tag {
	display: none;
	font-size: 10px;
}
/* Begin: Share Link */
.css-share-link {
	width: 100%;
	height: auto;
	background-color: #333;
	padding: 10px 20px;
	color: white;
	margin: 10px auto;
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	display: block;
}
.css-share-link .css-msg {
	width: 100%;
	color: inherit;
}
.css-share-link .css-share-link-inner-01 {
	width: 100%;
	display: table;
}
.css-share-link .css-share-link-inner-01 .css-share {
	width: 150px;
	height: auto;
	color: inherit;
	display: block;
	float: left;
}
.css-share-link .css-share-link-inner-01 .css-share i {
	font-size: 1.2rem;
	padding-left: 20px;
}
.css-share-link .css-share-link-inner-01 .css-link {
	width: auto;
	padding: 0px;
	font-size: 1rem;
	text-indent: 0px;
	display: block;
}
.css-share-link .css-share-link-inner-01 .css-link a {
	color: white;
}
.css-share-link .css-share-link-inner-01 .css-copy {
	text-align: center;
	display: block;
	float: left;
	width: 100px;
	background-color: #069;
	cursor: pointer;
	opacity: 0.7;
}
.css-share-link .css-share-link-inner-01 .css-copy:hover {
	opacity: 1.0;
}
/* End: Share Link */

.css-command-panel {
	width: 100%;
	height: auto;
	padding: 5px 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}
.css-command-panel .css-label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
}
.css-command-panel button.btn {
/*	font-size: 0.9rem;*/
}
.css-learning {
	background-color: lightyellow;
	color: black;
}
.css-mark-delete * {
	color: #666;
	text-decoration: line-through;
	background-color: grey;
}
.new-row {
	background-color: #DDF4FF;
}
.css-backdrop {
	width: 100%;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 3100;
	background-color: grey;
	opacity: 0.5;
	cursor: pointer;
}
.css-disabled {
	pointer-events: none !important;
	opacity: 0.2 !important;
	cursor: not-allowed !important; 
}
.css-separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid white;
}

/* ---- FOR FRESH BANNER:BEGIN ----*/
.css-flash-banner {
	width: 100%;
	height: auto;
	padding: 20px;
	z-index: 9999;
	background-color: orange ;
	color: black;
	font-size: 1.2rem;
	position: absolute;
	transition: all 0.5s linear 0s;
	top: -60px;
}
.css-flash-banner .flash-close {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	color: white;
	cursor: pointer;
}
.css-flash-banner.expanded {
	top: 0px;
}
/* ---- FOR FRESH BANNER:END ----*/


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: lightgrey !important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: lightgrey !important;  
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: lightgrey !important;  
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
	color: lightgrey !important;  
}

/*---- For ticket standard color ---*/
.css-ticket-frame-for-queue {
	background-color: #B5E6B8;
	color: green;
}
/*---- End Ticket standard color ---*/

i.css-clickable {
	color: lightseagreen;
	cursor: pointer;
}
i.css-clickable:hover {
	color: red;
}
.css-i-clickable {
	font-size: 1.0rem;
	padding: 5px;
	background-color: cadetblue;
	color: white;
	border: 1px dotted grey;
	border-radius: 3px;
	margin-right: 2px;
}
.current-row {
	background-color: #F0FAFF !important;
	border-left: 5px solid red;
}
.css-i-clickable:hover {
	background-color: lightgreen;
	border: 1px dotted black;
}
/*--- column width for different data types ---*/
table tr.css-header td, table td.css-header {
	background-color: #CCC;
}
.table-date-width {
	width: 120px !important;
}
.table-datetime-width {
	width: 150px !important;
}
.table-money-width {
	width: 120px !important;
}
.table-status-width {
	width: 80px !important;
}
.table-profile-id-width {
	width: 14em !important;
}
.table-support-ticket-no-width {
	width: 8rem;
}
.table-row-number-width {
	width: 40px;
}
tr.active-case {
	color: red;
}
.inactive {
	color: grey;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/*-- FOR ALERT MESSAGE --*/
.alert {
	font-size: 0.9rem;
	padding: 5px 10px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}
/*-- ALERT MESSAGE: END --*/

/*-- ticket type color format --*/
.ticket-type-Q {
	background-color: #39C;
	color: white;
}
.ticket-type-R {
	background-color: #D8F1D9;
	color: green;
}
.ticket-type-T {
	background-color: brown;
	color: white;
}
.ticket-type-XXX, .ticket-type-0 {
	background-color: black;
	color: white;
}
/*-- ticket type color format --*/
.css-footer-title {
	font-size: 0.7rem;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}

/* -- for global function: alert, which is to replace the javascript alert -- */
#alert-box {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	background-color: white;
	color: black;
	font-size: 1.2rem;
	line-height: 1.6;
	width: auto;
	height: auto;
	padding: 30px 30px 30px 30px;
	border: 5px solid grey;
	border-radius: 5px;
	box-shadow: 0 8px 6px -6px grey;
	z-index: 10010;
}
#alert-box .close {
	font-size: 12px;
	background-color: white;
	color: black;
	border: 1px solid grey;
	border-radius: 10px;
	padding: 10px 30px;
}
#Backdrop {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: lightgrey;
	opacity: 0.6;
	z-index: 10000;
	display: none;
}
/* -- End: alert -- */

/* custom bootstrap */
.close {
	opacity: 1;
	font-weight: 400;
	font-size: 1.4rem;
}
.css_smaller {
	font-size: 1.4rem;
}