body 
{
    height:auto !important;
}

html
{
	height: auto !important;
}

.suchgrid-container * 
{
	padding: 0;
	margin: 0;
}

.suchgrid-container
{
	width:100%;
	height:100%;
	overflow:hidden;
    margin-top: 16px;
}

.suchgrid-container table 
{
	/*border-spacing: 2px 0px;*/
	border-collapse: collapse;
	empty-cells: show;
	table-layout:fixed;
	border:hidden;
	border-left:0px;
}

.suchgrid-container thead tr, .suchgrid-container th
{
    height:0px;
    width:0px;
}

.suchgrid-container tbody td
{
    border: 0;
	overflow: hidden;
	padding-left: 4px;
	padding-right: 2px;
	white-space: nowrap;
}

.suchgrid-container tbody tr {
    height: 28px;
}

.suchgrid-container tbody tr:hover {
    color: #0097e8
}

.suchgrid-container div.table-container
{
	position:relative;
}

.suchgrid-container div.clear-left
{
	clear: left;
	width:0px;
	height:0px;
	*overflow:hidden;
}

.suchgrid-container .row-header-table tbody td
{
	background-color: #EEEEEE;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    padding:0;
}

.suchgrid-container .row-header-padding
{
    float:left;
    border: 0;
    border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.suchgrid-container .column-header-scroll-box
{
    border-right: 1px solid #EEE;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.suchgrid-container .column-header-table tbody th
{
    border: 0;
    border-bottom: 1px solid #0097e8;
}

.suchgrid-container .column-header-cell > div
{
    overflow:hidden;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
    padding:4px;
}

.suchgrid-container .search-box
{
    position:relative;
    padding-right:6px;
}

.suchgrid-container .search-box .title
{
    overflow:hidden;
    text-overflow:ellipsis;
}

.suchgrid-container .sort-order 
{
    width:16px;
    margin-left: 4px;
    float: right;
    width: 16%;
}

.suchgrid-container .sort-order div
{
    text-align:left;
    color:#8287af;
    font-size:11px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}

.suchgrid-container .sort-order div:hover
{
    color:#0b115b;
}

.suchgrid-container .sort-order div.selected
{
    color:#0b115b;
    background-repeat: no-repeat;
    background-image:url(Default.ashx?m=default&h=RapptorSuchGrid.RapptorSuchGrid.Resource.img.selectArrow.png);
    background-position: 0px 2px;
}

.suchgrid-container .column-header-cell .title
{
    text-align:left;
    font-size: 10pt;
    color: #636363;
    font-weight: normal;
    margin-bottom: 2px;
	white-space:nowrap;
    float: left;
    width: 74%
}

.suchgrid-container .column-header-cell input 
{
    background-color: #FFFFFF;
    border:1px solid #dedede;
}

.suchgrid-container .column-header-cell input
{
    width:100%;
}

.suchgrid-container div.sub-container
{
	overflow: hidden;
	*position:relative; /* IE7 scroll Bug*/
}

.suchgrid-container .content-container
{
    border: 0;
	float:left;
	overflow:hidden;
	position:relative;
}

.suchgrid-container .selected-background
{
	color: #0097e8; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#0097e8',GradientType=0 ); /* IE6-9 */
}

.info-field
{
    background-color:#E5E7F4;
    border: 1px solid #EEEEEE;
    border-top:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #002290;
    padding:5px 0 5px 0;
    height:20px;
    line-height:20px;
}

.info-field img
{
    width:9pt;
    height:9pt;
    margin:0 3px 0 3px;
    position: relative;
    top: 1pt;
}

.info-field > div 
{
    float:left;
    position: relative;
    padding: 0 5px 0 5px;
    width:50%;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.info-field.mini > div
{
    width:auto;
}

.info-field .actions
{
    text-align: right;
}

.info-field .actions a
{
    color: #002290;
    text-decoration:none;
    padding-left: 20px;
    margin: 0 10px 0 10px;
    cursor:pointer;
}

.info-field .loading-info
{
    float: left;
    display:inline;
    position:absolute;
    right:1px;
}

.info-field .loading-info div.inline-load
{
    width:16px;
    height:16px;
    display:inline-block;
    background-image:url(Default.ashx?m=default&h=RapptorSuchGrid.RapptorSuchGrid.Resource.img.inline-loader.gif);
}

.info-field .print-btn
{
    background: transparent url(Default.ashx?m=default&h=RapptorCore.Rapptor.Core.UI.JS.img.icons.icon2d_print.png) scroll no-repeat left center;
}

.info-field .export-btn
{
    background: transparent url(Default.ashx?m=default&h=RapptorCore.Rapptor.Core.UI.JS.img.icons.icon2d_export.png) scroll no-repeat left center;
}

.info-field .add-btn
{
    background: transparent url(Default.ashx?m=default&h=RapptorCore.Rapptor.Core.UI.JS.img.icons.icon2d_add.png) scroll no-repeat left center;
}

.info-field .aggregate-cell > div 
{
    overflow:auto;
    margin-top:-1px;
}

.info-field .aggregate-container
{
    border-top: 2px solid #999999;
    margin-bottom:-2px;
}

.info-field .aggregate-row
{
    text-align:center;
    background-color: #4A569F;
    color: white;
    font-size: 13px;
    line-height: 20px;
}

.loader-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    margin-top:1px;
}

.loader-overlay .spacer
{
    height:50%;
    width:100%;
}

.loader-overlay .message
{
    position:relative;
    z-index:1;
    margin:0 auto;
    width: 200px;
    height:100px;
    text-align: center;
    background:transparent;
    color: white;
    font-size: 20px;
    vertical-align: middle;
    line-height: 50px;
    margin-top:-60px;
}

.loader-overlay > div *
{
    display:inline;
}

.background-dimmer
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.7;
    filter: alpha(opacity=70);
}

.loader-overlay .ajax-load
{
    width: 31px;
    height: 31px;
    display: inline-block;
    background-image: url(Default.ashx?m=default&h=RapptorSuchGrid.RapptorSuchGrid.Resource.img.ajax-loader.gif);
}

.grid-action-icon {
    width: 16px;
    margin-right:6px
}

.actions-container {
    float: left;
    margin-top: 6px;
}

.total-container {
    float: right;
    color: #b8b8b8;
    margin-right: 19px;
    font-size:8pt
}

.grid-header {
    height: 40px;
    margin-top: 6px;
    clear: both;
}

.order {
    float: right;
    width: 10px;
    height: 10px;
    margin-left: 2px;
}

.orderAsc {
    background-image: url(Default.ashx?m=default&h=RapptorSuchGrid.RapptorSuchGrid.Resource.img.arrowDown.png);
}

.orderDesc {
    background-image: url(Default.ashx?m=default&h=RapptorSuchGrid.RapptorSuchGrid.Resource.img.arrowUp.png);
}

.gridHR {
    width: 75%;
    border: 0;
    height: 1px;
    background: #333;
    clear: both;
    margin-top: 10px;
}

.gridTitle {
    font-weight: normal;
    font: 29pt Segoe UI;
}

.data-row.even td{
    background-color: #f5f5f5;
}

.data-row td {
    font-size: 8pt;
}

.add-btn:hover~.add {
    display: block;
}

.print-btn:hover~.print {
    display: block;
}

.excel-btn:hover~.excel {
    display: block;
}

.csv-btn:hover~.csv {
    display: block;
}

.grid-action {
    width: 16px;
    float: left;
    margin: 4px;
}

.grid-actions-tooltip {
    display: none;
    float: left;
    width: 300px;
    margin-left: 6px;
    top: 6px;
}

.verticalScroll_top {
    border:0;
    background-color: #ededed
}

.message-container {
    margin-left: 20px;
    margin-top: 8px;
    float: left
}