﻿/**********************   eventcore table customizations *********************/

.table-eventcore {
		font-family: 'Segoe UI', 'SegoeUILocal', 'wf_segoe-ui_normal',  Arial, Geneva, Helvetica, sans-serif;
}
.table-eventcore td {
	font-size: 12px;
	color: #454545;
}
.table-eventcore tr > td {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;	
}
.table-eventcore tbody tr:hover > td {
  background-color: #b2e5ff;
  color:#222222;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}


.table-eventcore th {
    font-weight: normal;
    font-size:12px;
    line-height: 1.2;
}
.table-eventcore thead th {
    vertical-align: top;	
}
.table-eventcore thead th.col-selected {
   background: #e5e5e5;
}
.table-eventcore thead th:hover {
   background-color: #f5f5f5;
}

.table-eventcore th a,
.table-eventcore th a:hover,
.table-eventcore th a:focus {
	text-decoration: none;
	color: #333333;
}
.table-eventcore th, .table-eventcore td {
	border-top: none;
}
.table-eventcore th {
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom: 2px solid #ababab;
	color: #333333;
	text-transform: uppercase;
	padding-top:2px;
}
.table-eventcore th:first-child {
	border-left: none;
}
.table-eventcore th:last-child {
	border-right: none;
}


.table-eventcore tbody tr.row-selected td {
	 background-color: #b2e5ff;
}
.table-eventcore tr td.table-action {
	background-color: #eaf7ff;
	color:#222222;
    min-width: 100px;
}
.table-eventcore.table-striped > tbody > tr:nth-child(2n+1) > td.table-action, 
.table-eventcore.table-striped > tbody > tr:nth-child(2n+1) > th.table-action {
    background-color: #eaf7ff;
}
.table-eventcore.table-striped > tbody > tr:nth-child(2n+1):hover > td.table-action, 
.table-eventcore.table-striped > tbody > tr:nth-child(2n+1):hover > th.table-action,
.table-eventcore tr.row-selected td.table-action,
.table-eventcore tr:hover > td.table-action {
	background-color: #55c5ff;
	color:#ffffff;
}
.table-eventcore tr:hover > td.table-action:hover {
	background-color: #01abff;
	color:#ffffff;
	
}
.table.table-eventcore  thead > tr > th, 
.table.table-eventcore  tbody > tr > th, 
.table.table-eventcore  tfoot > tr > th, 
.table.table-eventcore  thead > tr > td, 
.table.table-eventcore  tbody > tr > td, 
.table.table-eventcore  tfoot > tr > td {
    border-top: 1px solid transparent;
}

.table.table-eventcore tbody > tr > td.table-action {
    border-top:1px solid #ffffff;
}

.table-eventcore td.table-action a {
	color: #01abff;
    text-decoration:underline;
}   
.table-eventcore td.table-action a:focus,
.table-eventcore td.table-action a:hover {
	text-decoration:underline;
}  
.table-eventcore tr.row-selected:hover td.table-action a {
	color: #ffffff;
}  

.table-eventcore tr:hover td.table-action a,
.table-eventcore tr:hover td.table-action:hover a,
.table-eventcore tr:hover td.table-action:hover a:hover
.table-eventcore tr:hover td.table-action:hover a:focus {
	color: #ffffff;
    text-decoration:underline;
}
.table-eventcore tr.row-selected td.table-action a,
.table-eventcore tr.row-selected td.table-action:hover a,
.table-eventcore tr.row-selected td.table-action:hover a:hover,
.table-eventcore tr.row-selected td.table-action:hover a:focus {
    color: #ffffff;
}