body {
	margin: 0;
	padding: 0
}

.responsive-container {
	margin: auto;
	overflow: auto;
}

.responsive-container .responsive-data, .responsive-header {
	padding-left: 10px;
}

table tbody tr td {
	line-height: 1.5em;
}

table thead tr th, table thead tr td {
	line-height: 1.6;
}

table caption {
	padding: 10px 0;
	font-weight: inherit;
}

table {
	table-layout: fixed;
	display: inline-table;
	/* Do not change to 100% */
	width: 99.9% !important;
}

.tablesorter-default {
	margin-top: 0px;
}

thead {
	background: #1ABC9C;
}

th {
	padding: 10px;
}

td {
	display: inline-block;
}

td .center {
	text-align: center;
}

td .right {
	text-align: right;
}

td.action>a:not (:last-child ){
	border-right: 1px solid #ddd;
	text-decoration: none;
	margin-right: 2px;
	padding-right: 5px;
}

td.action>a:not (:first-child ){
	padding-left: 5px;
}

th.action>small {
	font-size: 0.5em;
}

.fixed {
	top: 0;
	width: auto;
	display: none;
	border: none;
	position: fixed;
	opacity: 0.9;
	border: 1px solid #ddd;
}

.arrow {
	display: inline-block;
	position: absolute;
	padding: 1.2em;
	box-shadow: 8px 8px 0 2px #777 inset;
	cursor: pointer;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.arrow.left {
	transform: rotate(-45deg);
	float: left;
	text-align: left;
	left: 35px;
}

.arrow.right {
	transform: rotate(135deg);
	float: right;
	text-align: right;
	right: 35px;	
}

.arrow:hover {
	
	opacity: 0.5;
}

.show-slider {
	opacity: 0.2;
}

.responsive-content {
	margin: 0px;
	display: block;
	padding: 0px;
	padding-left: 5px;
	margin-left: 5px;
}

.responsive-header {
	font-weight: bolder;
	font-size: 0.9em;
	height: 14px;
	white-space: nowrap;
}

.open-close-option:before {
	cursor: pointer;
	font-family: "FontAwesome";
	content: "\f056";
	width: 16px; /* Width of new image */
	height: 16px; /* Height of new image */
	padding-right: 5px;
}

.expanded:before {
	font-family: "FontAwesome";
	content: "\f056";
}

.closed:before {
	font-family: "FontAwesome";
	content: "\f055";
}

/*
 *  scrollbar
 */

.responsive-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.responsive-container::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
	height:8px;
}

.responsive-container::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bebebe;
}

