@import url('/css/table.css');
@import url('/css/gicon.css');
@charset "utf-8";

:root {
	--row-hover-background-color: #F0FAFF;
	--row-hover-color: black;
	--row-selected-background-color: lightgreen;
	--row-selected-color: black;
	--AM-bkgd-color: #F4FFF4;
	--PM-bkgd-color: #FFF1EA;
	--media-switch-point: 760px;
	--table-border-color: beige;
	--color-xlightgrey: #E2E2E2;
}

body {
	font-family: Roboto, "Arial", sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
	-webkit-text-size-adjust: 100%;
}
body.ready {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.8s;
}
::placeholder {
  color: rgb(255,0,0,0.5) !important;
}
::-ms-input-placeholder {
  color: rgb(255,0,0,0.5) !important;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #C00;
/*	text-decoration: none;*/
}
fieldset, fieldset legend {
	color: #FFF;
}
label {
	font-weight: 400;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
label input, label button {
	float: left;
	margin-right: 5px;
}
input[type=checkbox],input[type=radio] {
	height: 15px;
	width: 15px;
	transform: scale(1.4);
	margin: 0px;	
}
input[type=date] {
	text-align: center;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.css-warning {
	background-color: white !important;
	color: red !important;
	line-height: 2 !important;
	padding: 3px 10px !important;
	border-radius: 3px !important;
}
.css-center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.css-right {
	text-align: right;
	display: inline-block;
}
.css-left {
	left: 0px;
}
.css-help {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.2em;
	color: #F4F4F4;
}
.css-row-alert {
	background-color: #FBE9BD;
	color: #F00;
}
.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.8em;
}
.css-note {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.2;
	padding: 2px 5px;
	display: inline-block;
	text-wrap: wrap;
}
.glyphicon {
	cursor: pointer;
}
.glyphicon:hover {
	color: lightgreen;
}
.alert.alert-dismissable .close {
	padding: 5px 10px;
	background-color: red;
	color: white !important;
	font-weight: 400;
	font-size: 12px;
}
.alert.alert-dismissable .close:after {
	content: ' CLOSE';
}
/* bootstrap: form-control customization : End */

.gcss-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.8em;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
}
.css-dollar-sign {
	font-size: 1em;
	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-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-developer:hover, .wrapper-developer .css-testcase:hover {
	background-color: orange !important;
	color: red !important;
}
/* Spinner */
.css-loader-backdrop {
	background-color: #CCC;
	display: inline-table;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1000;
	opacity: 0.5;
}
.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;
	position: absolute;
	top: 40%;
	right: calc(50% - 50px);
}
#div-scheduler101-tag {
	display: none;
	font-size: 10px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 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: 1em;
	line-height: 2em;
	display: block;
}
.css-share-link .css-msg {
	width: 100%;
	color: inherit;
}
.css-share-link .css-share-link-inner-01 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.css-share-link .css-share-link-inner-01 .css-share {
	width: auto;
	color: inherit;
	display: block;
}
.css-share-link .css-share-link-inner-01 .css-share i {
	font-size: 1.2em;
	padding-left: 10px;
}
.css-share-link .css-share-link-inner-01 .css-link {
	width: auto;
	padding: 0px;
	font-size: 1em;
	text-indent: 0px;
	display: block;
}
.css-share-link .css-share-link-inner-01 .css-link a {
	color: inherit;
}
.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.8;
}
.css-share-link .css-share-link-inner-01 .css-copy:hover {
	opacity: 1.0;
}
/* End: Share Link */


.css-hide {
	display: none !important;
}
.css-hide-for-print {
	display: none !important;
}
.css-control-group {
	width: auto;
	padding: 0;
	margin: 0 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
.css-control-group * {
	height: 100%;
	margin: 0px;
}
.css-due-balance {
	background-color: red;
	color: white;
	padding: 2px 5px;
}
.css-text-deleted {
	text-decoration: line-through;
	color: grey;
}
.css-flex-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	background-color: transparent !important;
}
.css-flex-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.css-date {
	width: 140px;
	text-align: center;
}
.css-time {
	width: 120px;
}
.css-datetime {
	width: 170px;
}
/*.css-date:hover, .css-date-selected {
	background-color: #FC3;
}*/
.css-money {
	width: 100px;
	text-align: right;
}
.gcss-money {
	width: 100px;
	text-align: right;
}
.gcss-phone-no {
	width: 150px;
}
.gcss-email-width {
	width: 220px;
}
.css-postal-code {
	text-transform: uppercase;
}

/*-- Google Material Icons  --*/
.material-symbols-outlined {
  font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}
.material-symbols-outlined {
	cursor: pointer;
	color: darkgrey;
}
.material-symbols-outlined:hover {
	color: black;
}
.css-icon-button {
	padding: 5px;
	border: 1px solid grey;
	border-radius: 5px;
}
/*-- Google Material Icons --*/

.gcss-doc-reference {
	font-size: 10px;
}
.gcss-desktop-hide {
	display: none;
}

/* Ensure dialog is above overlay */
.xui-widget-overlay {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 10000 !important; /* Higher than any site element */
}

.ui-dialog {
	z-index: 10000 !important;
}

#diag_etmpl {
	background-color: white;
}
#diag_etmpl ol li {
	padding: 5px 10px;
	cursor: pointer;
	
}
#diag_etmpl ol li.selected {
	background-color: lightblue;
}
#diag_etmpl ol li:hover {
	background-color: lightgrey;
}
#diag_etmpl button {
	margin-bottom: 10px;
	float: right;
}
.ui-dialog-titlebar-close::before {
	content: 'X';
}
@media print {
	body {
		padding: 0px;
	}
	
	.gcss-doc-reference {
		display: none;
	}
}

@page {
	size: A4; /* Or other paper size */
	margin: 20mm; /* Adjust margins as needed */
	@bottom-right {
		content: "Page " counter(page) " of " counter(pages);
		font-family: sans-serif;
		font-size: 10pt;
	}
}
