span.assigmentButton.formSubmitButton{

}

/** TOGGLE BUTTON VERSION 1 **/
.toggle-btn {
    border-radius: 0.5rem;
    padding: 0.35rem 0.625rem;
    gap: 0.5275rem;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    background: #666; /* default off */
    transition: background 0.2s ease-in-out;
    font-family: 'VarelaRound-Regular', sans-serif;
    max-width: fit-content;
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.toggle-btn .toggle-label {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.toggle-btn .toggle-circle {
    background: #fff;
    border-radius: 50%;
    width: 0.93rem;
    height: 0.93rem;
    flex-shrink: 0;
    aspect-ratio: 1;
}

/** END TOGGLE BUTTON VERSION 1 END**/

/** LOADING  **/
/* === Spinner Overlay === */
.commonLoading {
    position: relative; /* establish positioning context */
    --spinner-size: 2rem; /* diameter of the spinner */
    --spinner-thickness: 0.25rem; /* border thickness */
}

/* overlay */
.commonLoading::before {
    content: "";
    position: absolute;
    inset: 0; /* cover entire parent */
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none; /* let clicks pass through if you want */
    z-index: 10;
}

/* spinner */
.commonLoading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--spinner-size);
    height: var(--spinner-size);
    margin: calc(var(--spinner-size) / -2) 0 0 calc(var(--spinner-size) / -2);
    border: var(--spinner-thickness) solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    animation: commonLoadingSpinner-spin 0.8s linear infinite;
    z-index: 11;
}

/* spin keyframes */
@keyframes commonLoadingSpinner-spin {
    to {
        transform: rotate(360deg);
    }
}


/** END LOADING END **/

#component-exe #BID1 ,#component-ex9 #BID1,#component-mse #BID1 ,#component-exe #BID2 ,#component-ex9 #BID2
,#component-mse #BID2,#component-exe #BID3 ,#component-ex9 #BID3,#component-mse #BID3
,#component-exe #BID4 ,#component-ex9 #BID4,#component-mse #BID4,#component-exe #BID5
,#component-ex9 #BID5,#component-mse #BID5,#component-exe #BID6 ,#component-ex9 #BID6,#component-mse #BID6, .assigmentButton.formSubmitButton{
    font-size: 10px;
    padding: 0px 15px 10px;
    margin: 2px;
    max-height: 25px;
    vertical-align: middle;
    horiz-align: middle;
    text-align: center;
    line-height: 10px;
    margin-bottom: 5px;
}
#component-exe tbody tr td:nth-child(4) input {
    width: 160px !important;
}
select.problematic-combo + .chzn-container .chzn-single, select.problematic-combo, .problematic-combo {
    background: #800080 !important;
    color: #fff !important;
}
#component-exe:has(.problematic-combo) input[name="fileCC"] {
    background: #800080 !important;
    color: #fff !important;
}
div.form-button-bottom:nth-child(7) .assigmentButton.formSubmitButton {
    padding: 6px 9px;
    max-height: initial;
    font-size: 12px;
    position: relative;
    top: 2px;
}

div[data-tippy-root]{
   z-index: 1000001 !important;
}

.gridTable
{
    min-width: 400px !important;
}

.gridCellSummary  {
    background-color: #E8E8E8;
}

.pageHeader img {
 padding: 0px;
}

.pageHeader a {
 color: silver;
}

.miscType{
    max-width: 125px;
}

.pageHeader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 500;
 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: 80px;
 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;
}


.pageHeaderTable {
 padding: 0px;
 margin: 0px;
 border-bottom: 1px solid #101010;
 color: black;
 height: 100%;
}


.pageFooter {
 z-index:100;
 position: fixed;
 padding: 3px;
 bottom: 0px;
 left: 0px;
 width: 100%;
 background-color: #282828;
 width: 100%;
 color: #B4B4B4;
}

.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');
 position: fixed;
 width:100%;
}

#component-submenu+div
{
 padding-top :65px;
}

#component-rta
{
 padding-top :65px;
 background: -moz-linear-gradient(top,#742949 0%,	#202020);
 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.6, #742949), color-stop(1, #202020) );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#742949', endColorstr='#202020');
 width:100%;
}


.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;
}

.pageHeaderMenu a,
.pageHeaderMenuSelected a {
 color: #fff;
 text-decoration:none;
 display: block;
 vertical-align: center;
 padding-top: auto;
 padding-bottom: auto;
 
}

.pageHeaderMenuSelected  {
 color: black;
 	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
  text-shadow:none;
  text-decoration:none;
  box-shadow:none;
  
 border: 2px solid #E2A1BD; 
 
 font-size: 10px;  
 background:none;
 background-color: #CA98AD;
 color: #fff;
 box-sizing: border-box;
 line-height: 100%;
 letter-spacing: 2px;
 text-align: center;
 font-weight: 700;
 cursor: pointer;
 font-family: 'Open Sans', Tahoma;
 text-transform: uppercase;
 padding-top:6px;
 padding-bottom:6px;
 padding-left:6px;
 padding-right:6px;
 margin-left: 10px;

}

.drillInContainer {
 background-color:#FAFAFA;
}

.pageTitle {
 font-size: 45px;
 color:white;
}

.dashboard,
.statsEvalTable,
.entryTable {
 border-color: #9E9E9E;
 background-color: #FAFAFA;
}

.mailContent {
 max-width: 830px;
 padding-top: 10px;
 font-size: 17px;
 font-family:  TimesNewRoman;
}
 
.mailContent pre,
.mailContent p {
 font-size: 17px;

 max-width: 100%!important;
 word-wrap: break-word!important;       /* Internet Explorer 5.5+ */
 word-break: normal!important;
 white-space: normal!important;
} 

.comTable td div {
 text-align:left;
}
 
.entryTable td {
// max-width: 900px;
}
 
.mailContent td {
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 word-break: break-all;
 white-space: normal;
 max-width: 900px;
}
 
.table {
 background-color: white;
}

table[role='menu'] {
 height: 40px;
 margin-bottom:5px;
 border-spacing: 4px;
}


.pageHeaderMenu:hover {
 border: 2px solid #E2A1BD;  
 padding-top:6px;
 padding-bottom:6px;
 padding-left:6px;
 padding-right:6px;
 
}

.pageHeaderMenu {
 color: black;
 	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
  text-shadow:none;
  text-decoration:none;
  box-shadow:none;
  
 border: 2px solid none;  
 
 font-size: 10px;  
 background:none;
 background-color: none;
 color: #fff;
 box-sizing: border-box;
 line-height: 100%;
 letter-spacing: 2px;
 text-align: center;
 font-weight: 700;
 cursor: pointer;
 font-family: 'Open Sans', Tahoma;
 text-transform: uppercase;
 padding-top:8px;
 padding-bottom:8px;
 padding-left:8px;
 padding-right:8px;
 margin-left: 10px;
}

.commonLoadingSpinner {
  opacity: 0.5;
  position: relative;
}
.commonLoadingSpinner * {
  pointer-events: none;
}
.commonLoadingSpinner:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 2;
  color: gray;
}

.pageHeaderMenuX {
/* border-top: 1px solid #101010;
 border-left: 1px solid #101010;
 cursor: pointer;
 height: 30px;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 text-align: center;
 
 color: black;
 background: -moz-linear-gradient(
		top,
		#E0E0E0 0%,
		#FFFFFF);
 background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#E0E0E0),
		to(#FFFFFF));
// filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#FFFFFF');
 background-color: #E0E0E0;
*/
  font-family:'Open Sans', Tahoma;
	font-weight:bold;
	text-decoration:none;
  text-shadow: none; 
}

.formName {
 color: #E2A1BD; 
 /* #393836; */
 font-size:22px;
 text-shadow: none;
 /* border-bottom: 2px solid orange; */
}

.pageBody {
 text-align: center;
 padding-bottom: 20px;
 margin-top: 80px;
 width: 100%;
 left: 0px;
 display:block;
 font-family: 'Open Sans', Tahoma, sans-serif;
 background-color: #E8E8E8;
/* text-transform: capitalize; */
 
 /* position: absolute; 
 top: 50px;
 */
}

.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;

}


.gridCell {
 border-color:  #9E9E9E;
 white-space: nowrap;
 background-color: white;
 font-size: 12px;
}

.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;
}

button, input[type="button"], input[type="submit"],.abutton {
	-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: #E2A1BD;
 color: #fff;
 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:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A0A0A0), color-stop(1, #808080) );
	background:-moz-linear-gradient( center top, #A0A0A0 5%, #D0D0D0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#D0D0D0');
	background-color:#D0D0D0;
}

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 {
 background-color:white; /* #FAFAFA; */
}

tr.gridCellRowHigh:hover{
  background-color: #F0F0F0;
  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 .entryTable {
 width-max: 300px;
}




#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;
}


.dropBoxContainer {
 margin: 0 auto;
    width: 670px;
}

.dropBoxForm {
 border: 1px solid #9E9E9E;
 height: 150px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 overflow: auto;
}

textarea.ckeditor{
    height: 150px;
}

.dropBoxForm #content table td {
 text-align: left;
 border-bottom: 1px solid silver;
}

.gridTable .ckeditor {
    height: 50px;
}

#component-hi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.pageBody {
    padding:0;
    height: 92%;
}

.layoutDiv {
    width: 50%;
    height: 50%;
    float: left;
    overflow-y: auto;
}
.layoutDiv:after {
    clear:both;
}

html, body {
    height: 100%;
}

#upload_div_div{
    padding-top:10px;
}
#file {
    text-indent: 0px !important;
    padding-left:4px;
}
.fileSelectionContainer {

}
.fileSelection {
    float:left;
    margin-right:10px;
    /*max-width:100px;
    max-height:100px;
    margin: 10px;*/
    overflow: hidden;
    max-height: 70px;
    position: relative;
    border: 3px solid transparent;
    border-radius: 3px;
}
.fileSelection:hover {
    cursor: pointer;
}

.fileSelection.selected {
    border: 3px solid #742949;
}
.fileSelection.selected::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #742949;
    border-top-left-radius: 5px;
    width: 15px;
    height: 20px;
    content: '\2714';
    color: white;
    font-size: 15px;
    padding-left: 5px;
}
table.fileSelectionContainer {

}
table.fileSelectionContainer tr:nth-of-type(2n){
    background-color: #eee;
}
table.fileSelectionContainer td {
    padding: 0 3px;
}

tr td.delayedRow,
tr.delayedRow, tr.delayedRow td {
    background: #FFD67F!important;
}

tr.rushRow, tr.rushRow td {
    background: #FFC0C0;
}

tr.rushRow, tr.rushRow.gridCellRowHighlighted td {
    background: #FFE5C6!important;
}

tr.specialtyClaim, tr.specialtyClaim td {
    background: #aeccec;
}

tr.specialtyClaim, tr.specialtyClaim.gridCellRowHighlighted td {
    background: #aeccec;!important;
}

tr td.newExaminerRow,
tr.newExaminerRow, tr.newExaminerRow td {
    background-color: #C6FFC6 ;
}

.cke_bottom {
    padding: 0px 8px 2px !important;
}

#component-z .editTable .editWithEntrySplitRow{
    position:absolute;
    margin-top:-48px;
    border-bottom:none;
}
#component-z .editWithEntrySplitRow td {
    font-size:9px;
}
#component-z .gridTable {
    margin-top:23px;
}
#setCheckPayDate {
    position: absolute;
    margin-left: 10px;
    font-size: 10px;
    margin-top: 40px;
}
#setCheckPayDate input.datePicker {
    margin-top:2px;
}
#setBillNumber {
    position:absolute;
    right: 10px;
    font-size: 10px;
    top: 40px;
}
.smallName {
 font-size: 10px;
 max-width: 100px;
 white-space: pre;
}

.ui-autocomplete {
 z-index:1002;
}

.actionButton {
 background-color: palegreen;
 border-radius: 16px;
 color: black;
 //border-axis
}

.savingIndication {
 font-size: 10px;
 color: gray;
}

.formEditAddonButtonEmail {
 display: none;
}

.HeaderMenuRow table tr td {
    position: relative;
}

.subMenuSlide {
    display: none;
    position: absolute;
    min-width: 100%;
    left: 0;
    height: auto;
    margin-top: 8px;
    background: #742949;
    border-radius: 5px;
    border: 1px solid #E2A1BD;
    box-sizing: border-box;
    white-space: nowrap;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #742949), color-stop(1, #202020) );
    z-index: 150000;
}

.subMenuSlideItem {
    position: relative;
    text-align: left;
    padding: 10px;
}
.subMenuSlideItem:hover {
    background: #CA98AD;
}

table th.eot {
    color: #006600;
}

.mailOutInstructionBox {
 border: 1px solid black;
 background-color: #F7ECE1;
 padding: 5px;
 width: 100%;
 display:block;
 font-size: 14px;
}

.templatePreview td {
 text-align: left;
}



.floatDis {
 display: inline-block;
 border: 1px solid black;
 padding: 8px;

}

.floatDis .number {
 font-size: 20px;
}

.floatDis a {
 text-decoration: none;
 color: black;
}

.floatDis a:hover {
 text-decoration: underline;
}

table#chExaminer.gridTable.editTable{
    width:770px;
}

table#chCompanyContacts.gridTable.editTable td input{
    width: 159px !important;
}

table#chCompanyContacts.gridTable.editTable td:nth-child(3) input,table#chCompanyContacts.gridTable.editTable td:nth-child(4) input,table#chCompanyContacts.gridTable.editTable td:nth-child(5) input{
    width: 111px !important;
}

table#chCompanyContacts,table#chExaminer{
	width: 770px !important;
}

table#chCompanyContacts td,table#chExaminer td{
	font-size:12px;
		background:#fff;
}

table#chCompanyContacts td input,table#chExaminer td input{
	font-size:12px;
	padding: 3px;
}

table#chCompanyContacts td input,table#chExaminer td input{
	font-size:12px;
	padding: 3px;
	margin:1px
}

table#chCompanyContacts td:last-child{
	border-left:4px solid #fff;
	width: 190px;
}

.button#newCompanyContacts,.deleteCompanyContactsRow,.openExaminer,.cloneCompanyContactsRow{
    -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: #E2A1BD;
    color: #fff;
    box-sizing: border-box;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Open Sans', Tahoma;
    font-size: 10px;
    padding: 3px 14px 3px;
    display: block;
    max-height: 23px;
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
    width: 50px;
    margin: 0 auto;
}

.deleteCompanyContactsRow,.cloneCompanyContactsRow{
    margin: 1px;
    padding: 3px 10px 3px;
    display: inline-block;
}

table#selectTable {
    width: 100%;
    margin: 1% auto;
}

table#selectTable td{
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #134C26;
	border-bottom: 1px solid #134C26;
	text-align: left;
	border-color:  #9E9E9E;
	background: #fff;
	width: 20px;
	min-width: 20px;
	max-width: 190px;
	height: 18px;
	max-height: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
table#selectTable th{
 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;

}

#assigmentDiv{
    position: absolute;
    top: 95px;
    background: #fff;
    width: 660px;
    padding: 15px 0;
    left: 67px;
    box-shadow: 0px 0px 10px #6d6d6d;
    z-index: 2;
}

#numberOfAssignmentsButton{
        padding: 1px 6px;
    margin-left: 3px;
}

#numberOfAssignmentsButton.active{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A0A0A0), color-stop(1, #808080) );
    background: -moz-linear-gradient( center top, #A0A0A0 5%, #D0D0D0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#D0D0D0');
    background-color: #D0D0D0;
}

div.fieldPlainText{
    white-space: pre-wrap;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ABADB3;
    background-color: #E0E0E0;
    min-height: 100px;
}

input.gridInputCheckbox.disabled{
    pointer-events: none;
    cursor: default;
    opacity: .5;
    background:#444;
    border:1px solid #fff;
}

input.gridInputCheckbox.disabled:checked{
    pointer-events: none;
    cursor: default;
    opacity: .8;
}

tr.rushRow td:nth-child(4),
tr.rushRow td:nth-child(16),
tr.rushTd td:nth-child(4),
tr.rushTdAd td:nth-child(16)
{
    background: #FFC0C0 !important;
}

tr.rushRow.gridCellRowHighlighted td:nth-child(4),
tr.rushRow.gridCellRowHighlighted td:nth-child(16),
tr.rushTd.gridCellRowHighlighted td:nth-child(4),
tr.rushTdAd.gridCellRowHighlighted td:nth-child(16)
{
    background: #FFC0C0 !important;
}

.diaryActionLetterForReview {
    background-color: gray;
}


@keyframes example {
    0% {transform: rotate(30deg);}
    50% {transform: rotate(-30deg);}
    100% {transform: rotate(30deg);}
}

.animatedBell {
    position: absolute;
    top: -2px;
    margin-left: 10px;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Overlay style */
#chosen-add-item-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Popup style */
#chosen-add-item-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 4px;
}

/* Popup content styling */
#chosen-add-item-popup label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#chosen-add-item-popup input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#chosen-add-item-popup button {
    padding: 8px 16px;
    margin-right: 10px;
    border: none;
    background: #0073aa;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

#chosen-add-item-popup button:hover {
    background: #005a87;
}

#ajaxPopupWindow:has(#notificationPopup) {
    height: 550px !important;
    transform: unset !important;
    margin-top: -300px !important;
}

#ajaxPopupWindow #ajaxPopup:has(#notificationPopup) {
    height: 500px !important;
}

/* Statute date N/A and Unknown placeholder styling */
input.na-placeholder::placeholder {
    color: #999 !important;
    font-style: italic !important;
    opacity: 1 !important;
}

input.unknown-placeholder::placeholder {
    color: #999 !important;
    font-style: italic !important;
    opacity: 1 !important;
}

/* Required Fields: Changed the buttons styling for Assignment Add new page*/
#component-addhx .form-button-bottom{
    display:flex !important;
    justify-content: center;
    align-items: flex-start;
    gap:4px;
    margin: 0 0 5px 0 !important;
}

#component-addhx button[id^="BID"]{
    border-radius: 3px !important;
    border: none !important;
    padding: 4px 19px 4px 16px !important;
}

#component-addhx button span{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

#component-addhx button#BID1,
#component-addhx button#BID3{
    background: #000F73 !important;
}

#component-addhx button#BID2,
#component-addhx button#BID4{
    background: #E2A1BD !important;
}
 

/*Diary Status Tracking: Assignment History Log style changes */
#hi-table {
    width: 880px !important;
}

#hi-table .gridCell.gridCellLast{
    white-space: normal;
    overflow-wrap: break-word;
}  

button#toggleHistoryLogBtn, button.button-add{
    margin: 5px 0px;
}

/* Required Fields: Fixed the ckEditor description issue */
.ck-powered-by,
.ck-balloon-panel {
    display: none !important;
}

.ck-editor {
    position: relative !important;
    z-index: 1 !important;
}

