﻿.mootable_container{
	display: block;
	height: 0px;
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
	padding-bottom: 0px;
}
.mootable{
	display: block;
	position: absolute;
	width: 100%;
}
.mootable .thead{
	display: block;
	position: relative;
	height: 2.5em;
	z-index: 2;
	background: #f3f3f3;
	border-bottom: 2px solid #cccccc;
	vertical-align:middle;
}
.mootable .thead .tr{
	display: block;
	position: relative;
	width:0px auto; /*promijenjeno radi ispravnog sortiranja na pregledima (auto)*/
}
.mootable .thead .tr .th{
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding: 0px 2px;
	width: 100px;
	height: 2.5em;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-align:center;
	-moz-user-select: none;
}
.mootable .thead .tr .th .resize{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	height: 2.5em;
	width: 4px;
	cursor: e-resize;
}
.mootable .thead .tr .sorted_asc{
	text-indent: 9px;
	background: url("mootable/arrow_down.gif") 2px 50% no-repeat;
}
.mootable .thead .tr .sorted_desc{
	text-indent: 9px;
	background: url("mootable/arrow_up.gif") 2px 50% no-repeat;
}
.mootable .thead.dragging .tr .th.sortable.mouseover{
	background-color: transparent;
	border-bottom: 2px solid #cccccc;
	cursor: pointer;
}
.mootable .thead .tr .th.sortable.mouseover,
.mootable .thead.dragging .tr .th.dragging{
	background-color: #fff;
	cursor: pointer;
	border-bottom: 2px solid orange;
}
.mootable .tbody{
	display: block;
	position: absolute;
	top: 1.2em;
	width: 100%;
	overflow: auto;
}
.mootable .tbody table{
	
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
	top: -15px;
/*	z-index: 3;*/
}
.mootable .tbody .loading{
	background: #777777 url("mootable/loading.gif") center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	z-index: 4;
}
.mootable .tbody tr{
	height: 30px;
	visibility: visible;
	border-bottom: 1px solid #f3f3f3;
	
}
.mootable .tbody tr.tableline2:hover td, .mootable .tbody tr.tableline1:hover td{
	background:#FEFFBF none repeat scroll 0%;
}
.mootable .tbody tr:hover td div div.fade{
	background:#FEFFBF none repeat scroll 0%;
	background: url("mootable/fade_feffbf.png") top right repeat-y;
}
.mootable .tbody tr.odd td{
	background: #DDD;
}
.mootable .tbody tr.even td{
	background: #FFF;
}
.mootable .tbody .tr .td{
	display: block;
	position: relative;
	float: left;
	padding: 2px 2px;
	width: 100px;
	border-right: 1px solid #f3f3f3;
	text-align:left;
}
.mootable .tbody table tr td{
	visibility: visible;
	border-right: 1px solid #f3f3f3;
	position: relative;
	overflow: hidden;
	padding: 2px;
/*	height: 1.2em;*/
	text-align:left;
/*	font-size:10px;*/
}
.mootable .tbody table tr td div{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0px;
/*	height:16px;*/
}
.mootable .tbody table tr td div span{
	position: absolute;
	white-space: nowrap;
	display: block;
	top: 0px;
	left: 0px;
	padding: 0px;
}
.mootable tbody tr td div.fade{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	padding: 2px 0px;
	width: 9px;
/*	height: 1.2em; */
}
tr.even td div.fade{
/*	background: url(img/fade_ffffff.png) top right repeat-y;*/
}
tr.odd td div.fade{
/*	background: url(img/fade_f6f6f6.png) top right repeat-y;*/
}
.mootable th, .mootable table tr td,
.mootable .th, .mootable td{
}
.mootable tfoot,
.mootable .tfoot{
	display: none;
}
.mootableDisplayTrigger{
	width: 18px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 4;
	background: #EFFFFF url("mootable/cols.gif") center center no-repeat;
}
.mootable .mootableDisplayOptions{
	position: absolute;
	right: 1px;
	top: 15px;
	z-index: 1000;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #EFFFFF;
	display: none;
	-moz-user-select: none;
}
.mootable_container .resizehandle{
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -1px;
	z-index: 2;
	cursor: n-resize;
	border-bottom: 1px solid #66CCFF;
	border-top: 3px double #66CCFF;
	background-color: #ffffff;
}
.mootable .thead .tr .th.hide,
.mootable .tbody tr td.hide{
	display: none;
}
.sortables_bg{
    background-color : #AAA;
}
.mootable .tbody tr.sel td{
	border-top: 1px solid #DD2222;
	border-bottom: 1px solid #DD2222;
}

.checked {
	color: green;
}
.unchecked {
	color: red;
}

.cell1 {
	height: 30px;
}

.mootable .tbody table tr td a {
	text-decoration: none;	
}