/*
	classes for user_main_content.jsp
*/
table.cfTable {
  margin: 5px 0 5px 0 !important;
  border: none;
}

table.cfTable,
.cfTable td {
  border-collapse: collapse;
}

table.cfTable th,
table.cfTable td {
  padding: 5px !important;
  border-bottom: 1px solid #ccc \9;
  /*	vertical-align: top;*/
}

table.cfTable tbody tr:hover {
  background-color: #fee1a9 !important;
}

table.cfTable thead tr {
  background-color: #fff;
  vertical-align: top;
  border-bottom: 1px solid #bfbfbf;
}

table.cfTable th.sorted,
table.cfTable th {
  border-bottom: 1px solid #bfbfbf;
  padding: 5px;
}

table.cfTable th a,
table.cfTable th a:visited {
  color: #636466;
}

table.cfTable th a:hover {
  text-decoration: underline;
  color: #00a8e3;
}

table.cfTable th.sorted a,
th.sortable a {
  background-position: right;
  display: block;
  width: 100%;
}

table.cfTable th.sortable a {
}

table.cfTable th.sortable a:after {
  content: "\e1fc";
}

table.cfTable th.order2 a::after {
  content: "\e1fd" !important;
  opacity: 1 !important;
}

table.cfTable th.order1 a:after {
  opacity: 1 !important;
}

table.cfTable th.sortable a::after {
  background: none;
  font-family: sap-icons;
  color: var(--sapLinkColor);
  float: right;
}

table.cfTable th.sortable a::after {
  opacity: 0.2;
}

table.cfTable th:not(sortable) {
  text-align: left;
}

table.cfTable tbody tr:nth-child(2n) {
  border-collapse: collapse;
}

table.cfTable tr.tableRowEven,
tr.even {
  border-collapse: collapse;
}

#workflowMatrix td.even,
#defaultActions tbody tr:nth-child(2n),
.cfTable tbody tr:nth-child(2n) {
}

.userDisplay div.exportlinks {
  background-color: #eee;
  padding: 2px 4px 2px 4px;
  margin: 2px 0 2px 0;
  width: 60%;
}

.userDisplay span.export {
  padding: 0 4px 1px 20px;
  font-size: 11px;
  text-align: center;
}

.userDisplay span.excel {
  background-image: url(../img/displaytag/ico_file_excel.png);
  background-repeat: no-repeat;
  width: 16px;
}

.userDisplay span.csv {
  background-image: url(../img/displaytag/ico_file_csv.png);
  background-repeat: no-repeat;
  width: 16px;
}

.userDisplay span.xml {
  background-image: url(../img/displaytag/ico_file_xml.png);
  background-repeat: no-repeat;
  width: 16px;
}

.userDisplay span.pdf {
  background-image: url(../img/displaytag/ico_file_pdf.png);
  background-repeat: no-repeat;
  width: 16px;
}

.userDisplay span.rtf {
  background-image: url(../img/displaytag/ico_file_rtf.png);
  background-repeat: no-repeat;
  width: 16px;
}

span.pagebanner {
}

div.pagelinks {
}

span.pagelinks {
  background-color: #eee;
  border: 1px dotted #999;
  padding: 2px 4px 2px 4px;
  width: 79%;
  display: block;
  border-top: none;
  margin-bottom: -5px;
}

a.wiz_btn,
a.adm_btn {
  font-weight: bold;
  margin-left: 10px;
}

a.wiz_btn {
  background: url(../img/wizard.png) no-repeat;
  padding-left: 20px;
}

div.pagelinks > a,
div.pagelinks > strong {
}
