/* @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;400&display=swap'); */
@import url('/css/table.css');
@charset "utf-8";
/* CSS Document */
html {
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
::placeholder {
  color: lightgrey !important;
  opacity: 1;
}
::-ms-input-placeholder {
  color: lightgrey !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: 15px;
}
label input, label button {
	float: left;
	margin-right: 5px;
}
input[type=checkbox],input[type=radio] {
	height: 15px;
	width: 15px;
	transform: scale(1.6);
}
#page {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.css-bold {
	font-weight: 500;
}
.css-warning {
	background-color: white;
	color: red;
	line-height: 2;
	padding: 3px 20px;
	border-radius: 3px;
}
.css-extralarge-font {
	font-size: 3.0rem;
}
.css-large-font {
	font-size: 1.2rem;
}
.css-normal-font {
	font-size: 1rem;
}
.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: 1em;
	font-style: italic;
	line-height: 1.2em;
	color: #F4F4F4;
}
.css-row-alert {
	background-color: #FBE9BD;
	color: #F00;
}

.css-left {
	left: 0px;
}
.css-hidden {
	display: none;
}
.css-show-block {
	display: block;
}
.css-form-text {
	color: brown;
	font-weight: 400;
	font-size: 18px;
}
.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;
	padding: 2px 5px;
	display: inline-block;
	text-wrap: wrap;
}

/* bootstrap: form-control customization : Begin */
/*.form-control {
	display: inline-block;
}
.form-control-tiny {
	width: 80px;
}
.form-control-small {
	width: 100px;
}
.form-control-medium {
	width: 150px;
}
.form-control-normal {
	width: 200px;
}
.form-control-long {
	width: 250px;
}
.form-control-verylong {
	width: 320px;
}
.form-control-extralong {
	width: 400px;
}
.form-control-50-percent {
	width: 50%;
}
.form-control-25 {
	width: 25%;
}
.form-control-50 {
	width: 50%;
}
.form-control-75 {
	width: 75%;
}
.form-control-100 {
	width: 100%;
}
.form-control-max {
	width: 100%;
}
.form-control-date {
	width: 110px;
}
.form-control-money {
	width: 150px;
}*/
.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 */

.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.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-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 {
	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-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;
}
.css-flex-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.css-date {
	width: 140px;
}
/*.css-date:hover, .css-date-selected {
	background-color: #FC3;
}*/
.css-money {
	width: 100px;
	text-align: right;
}
.css-phone-no {
	width: 140px;
}
.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;
}
@media print {
	.gcss-doc-reference {
		display: none;
	}
}