/*
 * ************************************************************* *
 * Name        : Responsive tables                               *
 * Theme URI   :                                                 *
 * Description : Responsive tables plugin stylesheet.            *
 * Version     : Version 1                                       *
 * Author      : CreativeMilk                                    *
 * Author URI  : www.creativemilk.net                            *
 * Updated     : 2013-12-05 14:11:53 UTC+02:00                   *
 * Copyright   : (c) 2012 CreativeMilk                           *
 * ************************************************************* *
 */

.rt-table thead{}
.rt-hide,
.rt-compact-layout thead,
.rt-compact-layout td,
.rt-compact-layout td.rt-hide{
	display : none;
}
.rt-compact-layout .rt-exclude td,
.rt-compact-layout .rt-clone-td{
	display  : block;
	overflow : auto
}
.rt-compact-layout table{
	margin-top : -1px;
}
.rt-menu{
	position : absolute;
	top      : 6px;
	right    : -4px;
	z-index  : 1;
}
.btn-group.rt-menu a.btn{
	height      : 30px;
	width       : 30px;
	padding     : 0;
	line-height : 30px;
	text-align  : center;
}
.rt-menu .dropdown-menu li{
	float   : left;
	width   : 100%;
	padding : 5px 0;
}
.rt-menu .dropdown-menu li label{
	float  : none;
	width  : 140px;
	margin : 0 20px;
}
.rt-search{
	padding : 20px;
}
.rt-search input{
	margin : 0;
}
.rt-clone-td{
	display : none;
}
.rt-responsive-row{
	float : left;	
	width : 100%;
}
.rt-responsive-row:first-child{
	border-top : none;	
}
.rt-responsive-th{
	float       : left;	
	width       : 50%;
	padding     : 10px 0 5px 0;
	font-weight : bold;
}
.rt-responsive-td{
	float   : left;	
	width   : 50%;
	padding : 10px 0 5px 0;
}
.rt-compact-layout .table{
	border : none;
}
.rt-compact-layout .rt-clone-td{
	border-top : none;
}

