

/* table style */
.thstyle{
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align:center; 
	font-size:10px; 
	font-family:Century Gothic Bold;
	color:#000;
}

.tfootstyle{
	border-right:2px solid #fff; 
	border-bottom:1px solid #cfcfcf; 
	text-align:center; 
	font-size:10px; 
	font-weight:bold;
}

.tdstyle{
	border-right:2px solid #fff; 
	border-bottom:1px solid #cfcfcf; 
	color:#000; 
	vertical-align:middle;
	padding-left:8px;
	text-align:center;
}

.lasttdstyle{
	color:#000; 
	vertical-align:middle;
	border-bottom:1px solid #cfcfcf; 
	text-align:center;
}

/* tab */
.tabheader {
	background-color:#f4f4f4;
	border-bottom:1px solid #cfcfcf;
	height:60px;
	padding-top:11px;
	padding-left:10px;
}

.tabbutton {
	background-color:#fff;
	color:#000;
	border:1px solid #000;
	padding: 5px 10px 5px 10px;
	width:160px;
	font-size:12px;
	font-weight:900;
	border-radius:0px;
	height: 27px;
	letter-spacing:0.5px;
	line-height: 12px;
}

.tabbutton:hover {
	background-color:#000;
	color:#62e6ac;
	border:1px solid #000;
	padding: 5px 10px 5px 10px;
	width:160px;
	font-size:12px;
	font-weight:900;
	border-radius:0px;
	height: 27px;
	letter-spacing:0.5px;
	line-height: 12px;
}

.tabbutton:focus {
	background-color:#000;
	color:#62e6ac;
	border:1px solid #000;
	padding: 5px 10px 5px 10px;
	width:160px;
	font-size:12px;
	font-weight:900;
	outline:none;
	border-radius:0px;
	height: 27px;
	letter-spacing:0.5px;
	line-height: 12px;
}

.tabbuttonactive {
	background-color:#000;
	color:#62e6ac;
	border:1px solid #000;
	padding: 5px 10px 5px 10px;
	width:160px;
	font-size:12px;
	font-weight:900;
	outline:none;
	border-radius:0px;
	height: 27px;
	letter-spacing:0.5px;
	line-height: 12px;
}

.tablestyle {
	width:100%;
	font-size:12px;
	letter-spacing:0.5px;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    width: 100%;
}

.dataTables_filter {
display: none; / remove search bar /
}

.dataTables_length > label, .dataTables_filter,
.dataTables_info {
 font-size: 10px;
 font-weight:normal !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: not-allowed;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    font-size: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important; 
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
	font-size:10px; 
}

select.input-sm, select.form-group-sm .form-control {
    height: 26px;
    line-height: 26px;
}

.input-sm {
    font-size: 12px;
    border-radius: 0px;
}




