
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * TableTools styles
 */
.TableTools {
	/*float: right;
	margin-bottom: 1em;*/
}
.TableTools_Button, 
.ColVis_Button,
.ColVis_title,
.ColVis_title var {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
}
.TableTools_Button {
	position: relative;
	margin-right: 3px;
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}
.ColVis_MasterButton {
	border: 1px solid #bebdbd;
	min-width: 132px;
	float: left;
	margin: 0;
    left: -8px;
    width: 196px;
    color: #666;
}

.nonObjectPage .ColVis_MasterButton {
    float: right;
    left: 0;
}

button.TableTools_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}
/*
.TableTools_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}
*/
.TableTools_collectionBackground {
	background-color: #fff;
	/*z-index: 2201;*/
}

.TableTools_collection {
	position: relative;
	min-width: 130px !important;
    width: 194px;	
    background-color: #fff;
	border: 1px solid #ccc;
    z-index: 1199;
}

.nonObjectPage .TableTools_collection {
    left: auto!important;
    right: 12px;
}

.TableTools_collection li {
	clear: both;
	overflow: hidden;
	margin: 0;
    color: #666;
}
.TableTools_collection li label {
	float: left;
}
.TableTools_collection button.TableTools_Button {
	width: 100%;
	float: none;
	display: block;
}
.TableTools_Button.ColVis_Restore .icn { 
    float: left; 
    margin-top: 2px;
}
.TableTools_Button .ColVis_title {
	line-height: 14px;
    margin-left: 8px;
    color: #666;
}
.TableTools_Button.ColVis_Restore:hover .ColVis_title { color: #000; }
.TableTools_Button .icn {
	float: right;
	/*margin-top: 2px;*/
}
.TableTools_Button .icn.icn_view_th {
    margin-top: 3px;
    margin-bottom: 1px;
}
.TableTools_catcher {
	position: absolute;
	z-index: 1101;
    background: #fff;
    opacity: 0.01;
}
.nonObjectPage .TableTools_catcher { 
    border: 1px solid #000; 
    opacity: 1;
    width: 16px!important;
    height: 16px!important;
    padding: 5px!important;
}

.disabled {
	color: #999;
}

button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	/*border: 1px solid #999;
	background-color: #f0f0f0;*/
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}
span.ColVis_radio label {
	top: -2px;
}
.ColVis_MasterButton .icn {
	margin-top: 5px;
}

button.ColVis_Button:focus {outline:0;}