/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.datasetEditorHeader {
	font-weight:normal; 
	font-size:12px; 
	background:#e6e6e6; 
	border: 1px solid darkgrey;
	text-align: center;
	align: center;
	text-indent: 3px;
	margin-right: 5px;
	padding: 5px;
}

.datasetEditorHeaderDown,
.datasetEditorHeaderOver {
	font-weight: normal; 
	font-size: 12px; 
	background: #D8D8D8; 
	border: 1px solid darkgrey;
	text-align: center;
	align: center;
	text-indent: 3px;
	margin-right: 5px;
	padding: 5px;
	word-spacing: 5px; 
	
}

.dataViewCell,
.dataViewCellDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; 
    font-size:11px;
    color:black;
    border-bottom:1px solid #d9d9d9; 
    border-right:1px solid #d9d9d9; 
    background-color:#fefefe;
}
.dataViewCellOver,
.dataViewCellOverDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; 
    font-size:11px;
    color:black;
    border-bottom:1px solid #d9d9d9; 
    border-right:1px solid #d9d9d9; 
    background-color:#E3E3E3;
}
.dataViewCellSelected,
.dataViewCellSelectedDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; 
    font-size:11px;
    color:white;
    border:1px solid #a0a0a0; 
    background-color:#1a1aff;
}
.dataViewCellSelectedOver,
.dataViewCellSelectedOverDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; 
    font-size:11px;
    color:white;
    border:1px solid #a0a0a0; 
    background-color:#8080ff;
}

.bold14{
    font-family:Arial,Verdana,tahoma,serif;
    font-size:14px;
}

.tableFirstCell {
	background: #eca292; 
}

.tableValueCell {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.tableCell {
	background: #e6e6e6;
	box-shadow: inset 0 0 10px #c9c9c9;
	border: 1px solid black  !important;
}
 
.gridRowNumberCol {
	background: #e6e6e6;
	box-shadow: inset 0 0 10px #c9c9c9;
	border: 1px solid #d1d1d1;
	text-align: right;
}

.gridRowNumberColDown
.gridRowNumberColOver {
	background: #D0D0D0;
	box-shadow: inset 0 0 13px #c9c9c9;
	border: 1px solid #d1d1d1;
	text-align: center;
}


.readOnlyTextItem {
	background: #e6e6e6;
	box-shadow: inset 0 0 10px #c9c9c9;
	border: 1px solid #d1d1d1;
	font-size:10px;
	font-style: italic;
}


.normal12{
    font-family:Arial,Verdana,tahoma,serif;
    color: #454545;
    font-size:12px;
}

.normal14{
    font-family:Arial,Verdana,tahoma,serif;
    color: #454545;
    font-size:14px;
}

.panelHeader {
	background: #e6e6e6;
	box-shadow: inset 0 0 10px #c9c9c9;
	border: 1px solid #d1d1d1;
}

.panelHeaderTitleTxt {
	text-align: center;
	color: #4A5CA4;
	font-style: normal; 
	font-weight: bold;
}


.title1 {
    font-family:Arial,Verdana,tahoma,serif;
    color:#2a348c;
    font-size:18px;
}


.LevelEditorSection {
	font-family:Arial;
	font-weight: normal;
    font-size:10px;
    color: black;
	background: white;
	border: 1px solid #919191;
	align: left;
}


.version {
    font-family:Arial,Verdana,tahoma,serif;
    color:#454545;
    font-size:16px;
}


/* Rguroo CheckboxItem Image */
.RGRcbi {
    position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}

.helpCellStyle {
	display: table-cell;
	vertical-align: middle;
	left: 10px;
}

.X1 {
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}

.X2 {
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
}

.X3 {
	vertical-align: middle;
}

.X4 {
	vertical-align: middle;
}



.element {
  background: #bbb;
  height: 100px;
  width: 300px;
  display: block;
  border-radius: 30px;
  margin: 20px;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  font-family: consolas, courier, monospace;
  color: #777;
}

.emboss {
  background: white;
  box-shadow: inset 0 0 10px #d1d1d1;
  /*box-shadow: 2px 2px 2px 2px ; */
  border: 1px solid #848383;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

.bevel {
  box-shadow: 0 -30px 50px #aaa inset, 0 0 15px #222 inset;
  border: 15px solid #bbb;
}
.tex {
  font-size: 20px;
  font-family: courier;
  letter-spacing: 5px;
  margin: 20px 0 20px 20px;
  font-weight: bold;
  color: #888;
}
.tex-emboss {
  text-shadow: 0px 1px 2px #222, 0px 1px 2px #333;
}
.tex-bevel {
  text-shadow: 1px 1px 1px #eee;
}


.ds-hover {
    font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

.ds-hover td, .ds-hover th {
    font-size: 14px;
    border: 1px solid black;
    padding: 3px 7px 2px 7px;
}

.ds-hover th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

.ds-hover tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}

/*--------------------------------------------------------------
 the classes for the ag-Grid in the DatasetRepositoryDialog 
---------------------------------------------------------------*/
/* Repo browser grid – group row styling, body only */
/* Bold text only in group cells in the grid body */
.repo-browser-grid .ag-center-cols-container .ag-cell-expandable {
	color: #144744;
}

/* Gray background only for group rows in the grid body */
.repo-browser-grid .ag-center-cols-container .ag-row-group .ag-cell {
	background-color: #dddbdb;
}

/* Reset header styling back to normal */
.repo-browser-grid .ag-header .ag-cell-expandable,
.repo-browser-grid .ag-header .ag-header-cell,
.repo-browser-grid .ag-header .ag-header-group-cell {
	font-weight: normal;
	background-color: inherit;
}
/* Info icon column in repo dialog grid */
.repo-browser-grid .repo-doc-icon-cell {
	text-align: center;
	cursor: pointer;   /* looks clickable */
}

/* Replace the URL with your real image path */
.repo-browser-grid .repo-doc-icon-cell::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/info.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/* Hide info icon on group (repository) rows */
.repo-browser-grid .ag-row-group .repo-doc-icon-cell::before {
	content: none;          /* removes the icon */
	/* or: visibility: hidden; if you prefer keeping the space */
}
