.globalTable{
	margin: 0 0 24px 0;
	padding: 0px;
	width: 100%;
	border: 0px solid #bcbcbc;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.75);
}

.globalTable.horiscroll{
	overflow-x: scroll;
}

.globalTable table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
}

.globalTable tr:last-child td:last-child{
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.globalTable table thead th:first-child{
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.globalTable table thead th:last-child{
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.globalTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.globalTable tr:nth-child(odd){
	background-color:#febc91;
	color: #000;
}
.globalTable tr:nth-child(even){
	background-color:#ffffff;
}
.globalTable tr:nth-child(odd):hover{
	background-color:#faac78;
	color: #000;
}
.globalTable tr:nth-child(even):hover{
	background-color:#bebebe;
}

.smallTable.globalTable tr:nth-child(odd){
	background-color:#ffffff;
	color: #000;
}
.smallTable.globalTable tr:nth-child(even){
	background-color:#ffffff;
	color: #000;
}
.smallTable.globalTable tr:nth-child(odd):hover{
	background-color:#ffffff;
	color: #000;
}
.smallTable.globalTable tr:nth-child(even):hover{
	background-color:#ffffff;
	color: #000;
}



.globalTable td, .globalTable th{
	vertical-align: middle;
	border-collapse: collapse;
	border: 0 solid red;
	border-width: 0;
	text-align: center;
	padding: 18px;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;	
}

.globalTable td.details{
	padding: 14px;
	font-size: 11px;
}

.globalTable tr:last-child td{
	border-width: 0;
}
.globalTable tr:last-child td:last-child{
	border-width: 0;
}

.globalTable tr td:last-child, .globalTable tr th:last-child{
	border-width: 0;
}

.globalTable thead th{
	background: rgb(125,126,125);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	border: 0 solid #fff;
	text-align: center;
	border-width: 0;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}

.globalTable thead th.details{
	font-size: 12px;
	padding: 14px;
}

.globalTable thead th:first-child{
	border-width: 0;
}

.globalTable thead th:last-child{
	border-width: 0;
}

.globalTable .tableDivider{
	background: rgb(171, 172, 171);
	background: -moz-linear-gradient(top,  rgb(171, 172, 171) 0%, rgb(14,14,14) 100%);
	background: -webkit-linear-gradient(top,  rgb(171, 172, 171) 0%, rgb(14,14,14) 100%);
	background: linear-gradient(to bottom,  rgb(171, 172, 171) 0%, rgb(14,14,14) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	color: #fff;
}

.summaryTable table{
	display: flex;
	margin: 0;
	padding: 10px;
	justify-content: space-evenly;
	background: rgb(181,189,200);
	background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
	background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
	border-radius: 8px;
}

.summaryTable table td{
	color: #fff;
	padding: 6px 9px;
	border-right: 1px solid #fff;
}

.summaryTable table td:last-child{
	border-right: 0px solid #fff;
}
