@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,300&display=swap');
@charset "utf-8";
:root {
	--theme-color: brown;
	--theme-background-color: brown;
	--theme-border-radius: 10px;
	--theme-oversize-color: currentColor;
	--theme-data-background-color: white;
	--master-frame-max-width: 500px;
}
html {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: black;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	letter-spacing: 0.1rem;
	font-family: 'Roboto', sans-serif;
	line-height: 2;
}
a {
	text-decoration: underline;
	line-height: 1.4;
}
a, a:visited {
	color: black;
	text-decoration: none;
}
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;
}
.css-contain-nut {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: 17px 17px;
	background-image: url(/images/may-contain-nut.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 20px;
	vertical-align: bottom;
}
.css-spicy-1 {
	display: none;
}
.css-spicy-2 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-image: url(/images/spicy-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 10px;
	vertical-align: bottom;
}
.css-spicy-3 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-image: url(/images/spicy-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 10px;
	vertical-align: bottom;
}
.css-spicy-4 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-image: url(/images/spicy-4.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 10px;
	vertical-align: bottom;
}
.css-spicy-5 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-image: url(/images/spicy-5.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 10px;
	vertical-align: bottom;
}
/* --- 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: 0.9rem !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: lightgrey;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 3000;
	opacity: 0.6;
}
.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;
}
