.pageHeader img {
 padding: 0px;
}

.pageHeader a {
 color: silver;
}

.pageHeader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 2;
 padding: 0px;

 /*background: -moz-linear-gradient(
		top,
		#efffb8 0%,
		#efffb8);
 background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d8ff6f),
		to(#efffb8));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efffb8', endColorstr='white');
 */
 color: black;
 border-spacing: 0;
 height: 100px;
 text-align: center;
 background-color: #742949;
 padding-bottom: 0px;
 margin-bottom: 0px;
}

.pageHeaderFromApp {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 2;
 padding: 0px;
 color: black;
 border-spacing: 0;
 height: 30px;
 text-align: center;
 background-color: white;
 padding-bottom: 0px;
 margin-bottom: 0px;
}



.pageFooter {
 position: fixed;
 padding: 3px;
 bottom: 0px;
 left: 0px;
 width: 100%;
 background-color: #282828;
 width: 100%;
 color: #B4B4B4;
 z-index: 11;
}

.pageFooter a {
 color: white;
}

.pageHeaderHeading {
 font-size: 11px;
 color: white;
 text-align: center;
 font-weight: bold;
 padding-bottom: 5px;
 text-shadow:1px 1px 1px black;
}

.pageHeaderMenuSeparator {
 width:5px;
/* background-color: #742949; */
 color:silver;
 max-width: 5px;
}

.pageHeaderMenuLast {
/* border-left: 1px solid #101010; */
} 

#component-submenu {
 background: -moz-linear-gradient(top,#742949 0%,	#202020);
 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #742949), color-stop(1, #202020) );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#742949', endColorstr='#202020');
}

.pageHeaderMenuSelectedX {
/* border-top: 1px solid #101010;
 border-left: 1px solid #101010;
 text-align: center;
 font-weight: normal;
 height: 30px;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 
 cursor: pointer;
	
 background: -moz-linear-gradient(
		top,
		#742949 0%,
		#202020);

 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #742949), color-stop(1, #202020) );
 //filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#742949', endColorstr='#202020');
 color: white; 
 background-color: #202020;   */

  font-family:'Open Sans', Tahoma;
	font-weight:bold;
	text-decoration:none;
  text-shadow:1px 1px 0px #524646;
}

.drillInContainer {
 background-color:#FAFAFA;
}

.pageTitle {
 font-size: 45px;
 color:white;
}

.dashboard,
.statsEvalTable,
.entryTable {
 border-color: #9E9E9E;
 background-color: #FAFAFA;
}

.table {
 background-color: white;
}

.formName {
 color: #6E7DA8 !important; 
 /* #393836; */
 text-align: left;
 font-size:30px;
 text-shadow: none;
 /* border-bottom: 2px solid orange; */
}

.pageBody {
 text-align: center;
 padding-bottom: 20px;
 margin-top: 210px;
 width: 100%;
 height: calc(100vh - 140px);
 left: 0px;
 display:block;
 font-family: 'Open Sans', Tahoma, sans-serif;
 background-color: var(--body-background-color);
 font-size:17px;
/* text-transform: capitalize; */
 
 /* position: absolute; 
 top: 50px;
 */
}

.addSellerAccount {
    text-align:left; 
    width:900px; 
    margin-left: auto; 
    margin-right:auto;
    
}

.addSellerAccount img {
    max-width:100%
}

#menu {
  font-size:14px;
}

.filtredtable > thead > tr > th,
.gridHeaderCell {
 border-color:  #9E9E9E;

 background: -moz-linear-gradient(
		top,
		#A8A8A8 0%,
		#E2E2E2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#CCCCCC),
		to(#E2E2E2));
  background: -ms-linear-gradient(top, #CCCCCC 0%,#E2E2E2 100%); /* IE10+ */
 //filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#E2E2E2');

 background-color:  #CCCCCC;
 
 color: #101010;
 text-shadow:1px 1px 0px #E0E0E0;

}


.filtredtable > tbody > tr > td,
.gridCell {
 background-color:white; /* #FAFAFA; */
 border-color:  #9E9E9E;
 white-space: nowrap;
}

.paginator {
 border: 1px solid #9E9E9E;
 -moz-border-radius: 5px;
 border-radius: 5px;

 background: -moz-linear-gradient(
		top,
		#CCCCCC 0%,
		#E2E2E2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#CCCCCC),
		to(#E2E2E2));
 //filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#E2E2E2');

 background-color:  #CCCCCC;
 
 color: #353535;
 width: auto;
 max-width: 700px;

}

[readonly] {
 background-color: #E0E0E0;
}

.navigation .first {
 border-right: 1px solid  #9E9E9E;
}

.navigation a {
 Color: #353535;
 border-right: 1px solid  #9E9E9E;
}

.calendarTable {
 margin: auto;
	min-width: 600px;
	border-spacing: 0px;
  border-spacing:0;
  border-collapse:collapse;

}

.calendarHeader {
 border: 1px solid navy;
 color: white;
 background-color: #AFAFFF;
 min-width: 29px;
 text-align: center; 
}

.calendarCellStart {
 background-color: #CFCFFF;
 margin: 4px;
 padding: 3px;
}

.calendarCell {
 border: 1px solid navy;
 text-align: center; 
}

/*
 * jchvojka
 *******************************************************/

/**
* 	primary-color: 		#74DF00; 
* 	secondary-color: 	#EFFFDF;
* 	tertiary-color: 	#080044;
*
*	basic-table-border: #000;
*/

.main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.main .selection, .main .report{
	margin-left: auto;
	margin-right: auto;	
}


/* TABLES
***********************************************************/

table {
	border-spacing: 0px;
}

table.basic {
	margin-top: 15px;
	border: 1px solid #000; 		/* basic-table-border */
	padding: 5px;
	text-align: left;
}

/* SELECTION TABLE
***********************************************************/
table.selection {
	text-align: left;
	border-top-width: 0px;
}

table.selection caption {
	border: 1px solid #000; 		/* basic-table-border */
	border-bottom-width: 0px;
	background-color: #74DF00; 		/* primary-color */
	padding: 4px;
	font-size: 15px;
	font-weight: bold; 
}

table.selection  table{
	width: auto;
    min-width: 0;
    display: table;
}

/* cells */
table.selection  table td {
	line-height: 28px;
}


/* REPORTS TABLE
 **********************************************************/


/* heading row */

tr.user td, tr.user th {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

tr td.col-account {
	text-align: right;
	font-size: 13px;
}

.user td {
	font-size: 15px;
	border: 0px solid #742949;
	border-bottom-width: 1px; 
}

.user td:first-child {
	font-weight: bold;
}

tr.user td.header-summary  {
	text-align: right;
	
}

.header-summary .price {
	font-weight: bold;
}

/* item row */

tr.products table tr:first-child th{
	border: 0px dashed #742949;
	border-bottom-width: 1px;
}

tr.products td, tr.products th {
	padding-top: 2px;
	padding-bottom: 2px;
}

tr.products th {
	color: #742949;
	font-weight: normal;
}

tr.sub-total td{
	border: 0px dashed #742949;
	border-top-width: 1px;
	font-weight: bold;
}

/* total */

tr.total table {
	margin-top: 15px;
}

tr.total table th {
	padding-top: 25px;
	font-weight: normal;
	border: 0px double black;
	border-top-width: 4px;
}

tr.total table td {
	padding-bottom: 15px;
	font-weight: bold;
}

/* COLUMNS
 ****************************************************/ 
 
.col-number, .col-price, .col-quantity {
	text-align: right;
}

td.col-price, span.price {			
	color: #080044;					/* tertiary-color */
}


/* dimensions */
th.col-price {
	width: 100px;
}

.col-product {
	width: 250px;
}

.col-string {
	width: 150px;
}

.col-date {
	width: 100px;
}

.col-quantity {
	width: 50px;
}

/* 
 ****************************************************/ 

.subTotalHeader th {
	border: 0px dashed #742949;
	border-bottom-width: 1px;
	color: #742949;
	font-weight: normal;
}

.subTotalHeader th, tr.sub-total td {
	text-align: right;
}

.subTotalHeader th:first-child,tr.sub-total td:first-child {
	text-align: left;
}

tr.sub-total td{
	border: 0px dashed #742949;
	border-top-width: 1px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;	
	
}

tr.sub-total:last-child td{
	padding-bottom: 10px;
}

tr.gridCellRow.odd {
	background-color: #EFFFDF;
}

.report tr.gridCellRow td{
	border-width: 0;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;	
}

.report tr.gridCellRow td:first-child{
	text-align: left;
}

tr.total-header td {
	padding-top: 20px;
	font-weight: normal;
	border: 0px double black;
	border-top-width: 4px;	
}

tr.total-values td {
	font-weight: bold;
}

table.report {
	text-align: right;
  margin-left: auto;   
  margin-right: auto;
}

.total-heading {
	font-size: 20px; font-weight: bold;
text-align: left;
}


.ajaxPopupHeader {
white-space:nowrap;
}


.formSubmitButton {
 font-size:12px;
}

.entryTableCaption {
  color: #6E7DA8;
  font-size: 16px;
  font-family: 'Open Sans', Tahoma;
  font-weight: bold;
  vertical-align: middle;
}

.entryTableCaption .mandatoryField {
  color: #6E7DA8;
}

input {
  max-width: 623px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  height: 40px;
  font-size: 14px;
  font-family: 'Open Sans', Tahoma;
  color: #949494;
  border: 2px solid #e0e4ec;
  border-radius: 4px;
}
input[type="file"] {
  height: 40px;
  padding: 0px;
}
input[type="file"]::file-selector-button {
  background: #303881;
  color: #e3e9f8;
  border-radius: 4px;
  height: 40px;
}
input[type="checkbox"] {
  min-width: 20px !important;
  height: 20px;
  accent-color: #6E7DA8;
}
textarea {
  width: 100% !important;
  max-width: 623px;
  background-color: #FFFFFF;
  color: #949494;
  font-size: 16px;
}
.formInputContainer {
  width: 99% !important;
}
.formInputContainer .formInputContainerEdit input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.formInputContainer .entryPrefix .formEditAddonButton {
  height: 40px;
  margin-bottom: 6.9px;
}
.chzn-container > a {
  height: 40px;
  font-size: 18px;
  padding: 9px 16px;
  color: #949494;
  background-color: #FFFFFF !important;
}
.chzn-container > a > div {
  top: 8px;
}
.chzn-container .chzn-drop {
  width: 100% !important;
}
.chzn-container .chzn-drop .chzn-results .active-result {
  font-size: 18px;
  padding: 4px;
}
.entryTableValue:has(.formInputFile) button {
  margin-bottom: 4px;
  height: 40px;
  border-radius: 4px;
}
#BID1 span:not(:first-of-type) {
  margin-right: 3px;
}
.formSubmitButton {
  font-size: 18px;
  color: #e3e9f8;
}
.formSubmitButton span:not(:first-of-type) {
  margin-right: 3px;
}
body .navbar:has(~ #component-login){
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.5rem;
  background-image: url("../images/Ambient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  height: 40vh;
  box-shadow: var(--soft-box-shadow);
  z-index: 11;
  flex: 1;
}
button, input[type="button"], input[type="submit"] {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:none;
  text-shadow:none;
  text-decoration:none;
  box-shadow:none;
  
 background:none;
 background-color: var(--button-background);
 color: var(--button-text-color);
 border-color: var(--button-border-color);
 border-radius: 30px;
 box-sizing: border-box;
 line-height: 100%;
 text-align: center;
 font-weight: 700;
 cursor: pointer;
 font-family: 'Open Sans', Tahoma;
 /*text-transform: uppercase;*/
 
/*	-moz-box-shadow:inset 0px 1px 0px 0px #E0F0FF;
	-webkit-box-shadow:inset 0px 1px 0px 0px #E0F0FF;
	box-shadow:inset 0px 1px 0px 0px #E0F0FF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D0D0D0), color-stop(1, #A0A0A0) );
	background:-moz-linear-gradient( center top, #D0D0D0 5%, #A0A0A0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#A0A0A0');
	background-color:#D0D0D0;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid black;
  text-shadow:1px 1px 0px #D0D0D0;
	display:inline-block;
	color:black;
  text-shadow:1px 1px 0px #D0D0D0;
  
  font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;   */
  
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background:var(--button-hover-background);
	background:-moz-linear-gradient( center top, #A0A0A0 5%, #D0D0D0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#D0D0D0');
	background-color:var(--button-hover-background) !important;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
	position:relative;
	top:1px;
}

.callTest {
 background-color: white;
 padding:10px;
 border-spacing:10px;
 border-collapse:separate; 

 border: 1px solid navy; /* #0080FF; */
}

.callTest td a {
 text-decoration: none;
 color: black;
}

.callTest td {
 vertical-align: middle;
 text-align: center;
 color: black;
 font-size: 18px;
 font-family: 'Open Sans', Tahoma;
 font-weight: normal;
 border-radius: 10px;
}

.callTestTd {
 border: 1px solid navy; /* #0080FF; */
 background-image:url(../images/actionButton.png);
 background-repeat:no-repeat;
 background-position:center center; 
}
.callTestTdKey {
 border: 1px solid #808000; /* #0080FF; */
 background-image:url(../images/actionButtonKey.png);
 background-repeat:no-repeat;
 background-position:center center; 
}

tr.gridCellRowHigh:hover{
  background-color: #8EC8FF;
  cursor: pointer; 
}

tr.gridCellRowHighlighted {
  background-color: #C0C0C0;
  color: black;
  cursor: pointer; 
}


.dashboardColumn {
 border-right: 1px solid #C00000; 
 vertical-align: top;
}
.dashboardHeading {
 font-size: 20px;
 border-bottom: 1px solid #C00000;
 text-align: center; 
}

.dashboardReportTable {
 width: 100%;
 padding: 10px;
}

.dashboardName {
 color: #303030;
 text-align: left; 
 vertical-align: bottom;
}

.dashboardValue {
 text-align: right; 
 font-size: 15px;
 font-weight: bold;
 padding-left:20px;
 padding-right:20px;
}

h1 {
 color: #C00000;
}

.stats {
 margin-top: 20px;
 text-align:center;
 display: table;
 margin-left: auto;
 margin-right: auto;
}

.greenNumber {
 text-align: right; 
 color: green;'
}

.redNumber {
 text-align: right; 
 color: red
}

.zeroNumber {
 text-align: right; 
 color: #742949
} 

.number {
 text-align: right; 
}

.summaryCell td {
 border-top: 1px solid silver;
}

.headerCell td {
 border-bottom: 1px solid silver;
 font-weight: bold;
}
#component-login {
  z-index: 12;
}

.navbar:has(~ .componentHolder) .left-section .navbar-logo {
  position: absolute;
  top: 30px;
  left: 25%;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .navbar-brand-full {
  height: 60px;
}

#component-login .entryTable {
  padding: 30px;
  padding-top: 0px;
  background: #fff !important;
  max-width: 1100px;
  border: none;
}

#component-login .entryForm:not(:has(#BID2)) {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}

#component-login .entryForm:not(:has(#BID2)) .formName {
  color: #6E7DA8 !important;
  text-align: left;
  font-size: 42px;
  padding-left: 30px;
}

#component-login .entryForm:not(:has(#BID2)) tbody {
  background-color: #ffffff;
}

#component-login .entryForm:not(:has(#BID2)) tr {
  display: flex;
  flex-direction: column;
  max-width: unset;
  padding-top: 10px;
}

#component-login .entryForm:not(:has(#BID2)) .form-button-bottom {
  margin-right: unset !important;
  padding-right: 30px;
}

#component-login .entryForm:not(:has(#BID2)) .form-button-bottom #BID1 {
  font-weight: normal;
  height: 50px;
}

#stats-controls {
  margin-left: auto;
  margin-right: auto;
  display: table;

}

#stats-controls select {
	padding:3px;
	font-size:11pt;
	margin-right:5px;
}
#stats-controls .loading {
	margin:4px 6px 0 0;
    float:left;
}

#stats-controls .periods {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    border:1px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    padding-left: 0px;
}

#stats-controls .periods li {
    display:inline-block;
    padding:4px 10px 3px;
    cursor:pointer;
    border-right:1px solid #ccc;
    color: black;
    * float:left;
}
#stats-controls .periods .selected {
    background:#f0f0f0;
    -moz-box-shadow:inset 0 0 2px 0px #d4cecc;
    -webkit-box-shadow:inset 0 0 2px 0px #d4cecc;
    box-shadow:inset 0 0 2px 0px #d4cecc;
}
#stats-controls .periods .right {
    border-right:0;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
    -o-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
}
#stats-controls .periods li .radio {
    display:none;
}

#stats-controls .range {
    padding:3px 4px 2px;
    border:1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-left:5px;
    font-size:11pt;
    line-height:14pt;
    vertical-align: top;
    text-align: center;
    width:190px;
}


/** NO IMAGES */

.buttonImagesA,
.buttonImagesD,
.buttonImagesG,
.buttonImagesH {     
 width: 0px;
}


.registerForm {
 background-color: white;
 width: 980px;
 margin-left: auto;
 margin-right: auto;
 display: table;
 border: 1px solid #999;
 border-radius: 6px;
 padding-bottom: 20px;
}

.registerForm .entryTable input {
 font-size: 16px;
 padding: 5px;
 margin-bottom: 5px;
 font-family: 'Open Sans', Tahoma;
}
.registerForm .entryTable {
 border: none;
 background-color: white;
 font-size: 16px;
 font-family: 'Open Sans', Tahoma;
}

.gridHeaderCellLast .gridActionButton {
   font-size: 15px;
   padding-top: 6px;
   padding-bottom: 6px;
   padding-left: 24px;
   padding-right: 24px;
   max-height: 30px;
}


.dropBoxForm {
 border: 1px solid #9E9E9E;
 height: 250px;
 width: 579px;
 margin-left: auto;
 margin-right: auto;
 overflow: auto;
 
}

.dashboard td {
 padding-left: 10px;
}

.dashboard td.profit {
 font-size: 11px;
} 

.dashboard .summary td {
 border-top: 1px solid black;
 background-color: #E5FFFA;
 border-bottom: 1px solid silver;
 font-weight: bold;
}
 
 
.engine-grid td.gridCell  {
    max-width: 400px;
    text-wrap: wrap;
}

#success {
    border: solid 1px silver;
    border-radius: 10px;
    margin-top: 50px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}



.pageHeaderTable {
    background-color: var(--main-menu-background-color);
    box-shadow: var(--soft-box-shadow);
    transition: transform var(--menu-show-hide-transition);
    justify-content: center;
    z-index: 1;
    padding:0px;
    margin:0px;
}

.pageHeaderMenu {
    padding: var(--main-menu-item-padding);
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: left;
    color: var(--primary-color);
    border-spacing: 0px;
    border-collapse: separate;
}

.pageHeaderMenu:hover,
.pageHeaderMenuSelected {
    padding: var(--main-menu-item-padding);
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: left;
    background-color: var(--primary-color);
    color: var(--text-inv-color);
}

.pageHeaderMenu:hover a:not(:hover),
.pageHeaderMenu:hover a:hover,
.pageHeaderMenuSelected a:not(:hover) {
    color: var(--text-inv-color);
}

#component-menu {
    padding-top:0px;
    margin-top: -20px;
}

.deactivateWarning {
    border: 1px solid red;
    background-color: yellow;
    padding: 10px;
    margin-left: 240px;
    margin-right: 240px; 
    margin-bottom: 20px;
}    

.smallButton {
    font-size: 0.8rem;
}

.tdLeftDiv {
    float: left;
}

.tdRightDiv {
    float: right;
    margin-left: 10px;
}

.entryForm table tr td input:read-only {
    background-color: #F0F0F0 !important;
} 

.button-add {
  font-size: 12px;
  color: #E3E9F8;
}

.button-add::before {
  content: "+ ";
}

.logout-button {
  color: #e0b516 !important;
  font-size: 16px;
}