/*@font-face {
    font-family: Titillium;
    src: url("Titillium-Regular.otf") format("opentype");
} */
.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: 60px;
 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 {
 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');
}

.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;
}

textarea {
  font-family:'Open Sans', Tahoma;
}

.pageHeaderMenu a,
.pageHeaderMenuSelected a {
 color: #fff;
 text-decoration:none;
}

.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: #F0F0F0;
 font-family: Titillium, 'Open Sans', Tahoma, sans-serif;
}

.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: Titillium, 'Open Sans', Tahoma;
 text-transform: uppercase;
 padding-top:8px;
 padding-bottom:8px;
 padding-left:8px;
 padding-right:8px;
 margin-left: 10px;
}

.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:Titillium, '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: 60px;
 width: 100%;
 left: 0px;
 display:block;
 font-family: Titillium, 'Open Sans', Tahoma, sans-serif;
 background-color: #E8E8E8;
/* text-transform: capitalize; */
 
 /* position: absolute; 
 top: 50px;
 */
}

.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 {
 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;
}

button:disabled {
 background: linear-gradient(to bottom, white 5%, #E5E5E5 100%);
}

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: #E2A1BD;
 color: #fff;
 box-sizing: border-box;
 line-height: 100%;
 text-align: center;
 font-weight: 700;
 cursor: pointer;
 font-family: Titillium, 'Open Sans', Tahoma;
 text-transform: uppercase;
 padding-left: 12px;
 padding-right: 12px;
 
/*	-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;   */

    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
    background: linear-gradient(to bottom, #FFCCDD 5%, #FFA0D9 100%);
    background: linear-gradient(to bottom, #E5E5E5 5%, #C4C4C4 100%);
    border: 1px solid #9E9E9E;
    border-bottom-color: #9E9E9E;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Open Sans', Tahoma, sans-serif;
    text-shadow: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: black;  
}

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: Titillium, '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: Titillium, 'Open Sans', Tahoma;
}
.registerForm .entryTable {
 border: none;
 background-color: white;
 font-size: 16px;
 font-family: Titillium, 'Open Sans', Tahoma;
}

.gridHeaderCellLast .gridActionButton {
   font-size: 15px;
   padding-top: 6px;
   padding-bottom: 6px;
   padding-left: 18px;
   padding-right: 18px;
   max-height: 30px;
}


.dropBoxForm {
 border: 1px solid #9E9E9E;
 height: 250px;
 width: 579px;
 margin-left: auto;
 margin-right: auto;
 overflow: auto;
 
}

/* 0000000000000000000000000 */


.pojoEval {
 width: 930px; 
 margin-left: auto; 
 margin-right: auto; 
 border: 1px solid #9E9E9E; 
 background: #F0F0F0; 
 border-spacing: 2px;
 padding: 10px;
}

.pojoEval td {
 padding: 2px;
}

.pojoEval .right {
 text-align: right;
}

.pojoEvalName {
 width: 13%;
 text-align: right;
 font-weight: bold; 
} 

.pojoEvalValue {
 background: #FFFFFF; 
 width: 12%;
 border: 1px solid silver;
 text-align: left;
}


/**** HOURS REPORT *****/
.hoursTable {
 display:inline-block;
 float: left;
 margin-left: 10px;
 margin-top: 10px;

 font-size: 12px; 
 /*
 font-family: 'Tahoma';
 font-size: 9pt; 
 */
}
 
.hoursTable table tr input:focus {
 outline: none;
 border:none;
}

.hoursTable table tr input {
 font-size: 11px;
 width: 100%;
 border: none;
 border:1px solid silver;
 margin-top:1px;
}

.hoursTable table tr [role='hours'] input,
.hoursTable table tr [role='money'] input {
 text-align: right
} 

.containerdivNewLine { 
 clear: both; 
 float: left; 
 display: block; 
 position: relative; 
}  
 
.hoursTableTop {
 clear: both;
}
 
.hoursTable table {
 background: #FAFAFA;
 border: 1px solid #C0C0C0;
 padding: 5px;
}

.hoursTable table tr td {
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 0px;
 padding-bottom: 0px;
 border-left: 1px solid silver;
} 


.hoursTable table tr td:first-child  {
 border-left: 0px solid silver;
}
 
.hoursTable table [role='weekDay'] {
 text-align: left;
}  
                               
.hoursTable table [role='name'] {
 text-align: left;
 max-width: 320px;
 width: 320px;
}  

.hoursTable table [role='text'] {
 text-align: left;
}

.hoursTable table .clickable {
 cursor: pointer;
}

.hoursTable table .rowHighlight:hover { 
 background-color: #F0F0F0;
}

.hoursTable table .clickable:hover { 
 background-color: silver;
}


.hoursTable table .bordered td {
  border-top: 1px solid silver;
}

.hoursTable table td[role='customer'] {
 text-align: left;
} 

.hoursTable table td[role='hours'] {
 text-align: right;
 width: 40px;
 white-space: nowrap;
}
.hoursTable table td[role='money'] {
 text-align: right;
 min-width: 80px;
 white-space: nowrap;
 
}

.dashboardValue {
 white-space: nowrap;
}

.gridCell {
 background: white;
} 


.reportTable {
 background: white;
}
 
.reportTable td {
 border-left: 1px solid silver;
 border-bottom: 1px solid silver;
 padding: 2px;
}

.reportTable tr:hover {
 background: silver;
 cursor: pointer;
}

.reportTable td:last-child {
 border-right: 1px solid silver;
}

.reportTable th {
 border-top: 1px solid silver;
 border-left: 1px solid silver;
 border-bottom: 1px solid silver;
 background-color: #E0E0E0;
 
}

.reportTable th:last-child {
 border-right: 1px solid silver;
}

.reportTable .summary {
 font-weight: bold;
} 

.hoursTableHeader {
 width: 100%;
 display: inline-table;
 background: gray;
 padding-top: 1px; 
 padding-bottom: 1px; 
 font-weight: bold;
 color: white;
}

.hoursTableHeaderLeft {
 width:20px;
 display: table-cell;
}

.hoursTableHeaderCenter {
 display: table-cell;
 font-size:9px;
}

.hoursTableHeaderRight {
 width:20px;
 display: table-cell;
}

.hoursColapsed {
 background: #CCCCCC;
 border: 1px solid gray;
 padding: 2px;
 margin: 5px;
 display: inline;
}

.formInputFile {
 border: none;
}
 
.hoursColapsed a {
 text-decoration: none;
 color: black;
 font-size:9px;
} 

.priorityListName {
    text-align: left;
    width: 200px;
    padding-left: 5px;
}

.priorityList {
    width: 260px;
    list-style: none;
    text-align: left;
    padding:0px;  
    float:left;
    margin: 0;
}

.priorityList li {
    display: list-item;
    background-color: #FAFAFA;
    color: #101010;
    border: 1px solid #9E9E9E;
    margin: 1px 0px;
    cursor: pointer;
    padding-left: 26px;
    min-height: 25px;
}

.priorityList li input {
    width: 30px;
    text-align:right;
    padding: 3px;    
}

.priorityList td {
  width: 180px;
}
.priorityList td.prioritySecond{
  width: 35px; 
  text-align:right;
}
.issuesSort{
  display:block;
  width:290px;
  overflow:auto;
  margin-top: 15px;
}
.issueSortContainer{
    float:left;
    width: 290px;
    border-right: 1px solid #9E9E9E;
    padding-bottom: 18px;
    text-align:left;
    padding-left:5px;
}
.issueContainer{
    width: 1530px;     
}
.viewport{
  float:left;
  text-align: center;     
  width: 1200px;
  margin-left: 20px; 
  padding-bottom: 50px;
}

.issuePreviewTable {
    text-align:left;
    margin:auto;
}

.issuePreviewBody {
    height: 800px;
    height: 200px;
    background: #FAFAFA;
    overflow:auto;
    padding: 10px;
    border: 1px solid #9E9E9E;
}
#prioritySearch{
    padding: 5px 5px 5px 21px;
    background: #fff url(../images/search.png) 5px 5px no-repeat;
    width: 260px;
    margin-top: 5px;
    margin-right: 20px;
}
#prioritySearch.loading{
    background: #fff url(../images/loading.gif) 5px 5px no-repeat;
}

#primaryFile.formInputFile{
 display:none;
}

.issueIsWithoutPriority {
    background-color: #FFF9E9!important;
}

.issuesSmallText {
  font-size: 9px;
}

.issueSearchButtonDelete {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 34px;
  left: 270px;  
}

.chzn-container .chzn-single-plus {   
  height: 21px;
  padding:0px;
}

.limitText {
  width : 200px;
  max-width : 200px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.small {
 font-size: 8px;
} 

.scroller {
 max-height: 420px;
 overflow: auto;
 overflow-x: hidden;
 
}


tr.collapsed {
 display: none
}  

.formInputFloat {
 text-align: right;
} 

.notify {
 padding:20px;
 margin-top:80px;
 border:1px solid gray;
 display: inline-block;
 background-color: #F0F0F0;
}

table.newTable {
 background-color: #FAFAFA;
 border:1px solid gray;
 padding:12px;
 
}

table.newTable th {
 background-color: #F0F0F0;
 padding: 3px 10px;;
}

 

#component-pdprojectDashboard table {
 background-color: #FFFFFF;
 border-collapse: collapse;
}

#component-pdprojectDashboard td { 
 text-align: right;
 min-width: 60px;
 border: 1px solid #909090;
 white-space: nowrap;
 padding-left: 4px;
 padding-right: 2px;
}

#component-pdprojectDashboard td.sold {
 color: blue;
}

#component-pdprojectDashboard th {
 text-align: left;
 border: 1px solid #909090;
}
 
#component-pdprojectDashboard th.project {
 text-align: center;
}
 
  
  
#component-pdprojectDashboard .summary td,
#component-pdprojectDashboard .summary th {
 border-top: 2px solid black;
 background-color: #F0F0F0;
 font-size: 12px;
 font-weight: bold;
}
