/* WAbstractItemView (WTableView and WTreeView) */

.Wt-itemview .Wt-headerdiv,
.Wt-itemview .Wt-headerdiv .Wt-tv-rowc,
.Wt-itemview th
{
	background: #6ca364;
	/* color: #e0760e; */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.Wt-itemview
{
	font-family: "DejaVu Sans", sans-serif;
	font-size: 13px;
	cursor: default;
	white-space: nowrap;
	background: #484848;
	border: 0px solid #484848;
}

.Wt-itemview .Wt-headerdiv
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	overflow: hidden;
	width: 100%;
}

.Wt-itemview .Wt-tv-rh
{
	float: right;
	width: 4px;
	cursor: col-resize;
}

.Wt-itemview .Wt-disabled .Wt-tv-rh
{
	cursor: default;
}

body.Wt-rtl .Wt-itemview .Wt-tv-rh
{
	float: left;
}

.Wt-itemview .Wt-tv-no-rh
{
	width: 0px;
	margin-left: 4px;
	cursor: default;
}

body.Wt-rtl .Wt-itemview .Wt-tv-no-rh
{
	margin-left: 0px;
	margin-right: 4px;
}

/* sort handles */
.Wt-itemview .Wt-tv-sh
{
	float: right;
	width: 16px;
	height: 16px;
	padding-bottom: 6px;
	cursor: pointer; cursor: hand;
}

.Wt-itemview .Wt-disabled .Wt-tv-sh
{
	background: url(../img/sort-arrow-disabled.gif) no-repeat 0 6px;
	cursor: default;
}

body.Wt-rtl .Wt-itemview .Wt-tv-sh
{
	float: left;
}

.Wt-itemview .Wt-spacer
{
	background: url(../img/loading.png);
}

.Wt-itemview th, .Wt-itemview th .Wt-tv-br
{
	overflow: hidden;
}

.Wt-itemview .Wt-header .Wt-label
{
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden; /* needed for IE only */
	white-space: nowrap;
	height: 100%;
}

.Wt-itemview .Wt-header .Wt-disabled .Wt-label
{
	color: gray;
}

.Wt-itemview .Wt-header .Wt-wwrap .Wt-label
{
	overflow: visible;
	white-space: normal;
}

.Wt-itemview .Wt-tv-rh:hover
{
	background-color: #DDDDDD;
}

.Wt-itemview .Wt-disabled .Wt-tv-rh:hover
{
	background-color: transparent;
}

.Wt-itemview .Wt-tv-sh-none
{
	background: url(../img/sort-arrow-none.gif) no-repeat 0 6px;
}

.Wt-itemview .Wt-tv-sh-up
{
	background: url('../img/sort-arrow-up.svg') no-repeat 0 6px;
}

.Wt-itemview .Wt-tv-sh-down
{
	background: url('../img/sort-arrow-down.svg') no-repeat 0 6px;
}

/* selection */
.Wt-itemview .Wt-selected
{
	background-color: #999999 !important;
	color: white;
}

/* item drag & drop */
.Wt-itemview .Wt-drop-site
{
	background-color: #EEEEEE;
	outline: 1px dotted black;
}

/* WTableView */
body.Wt-ltr .Wt-tableview .Wt-header .Wt-tv-c
{
	padding-left: 6px;
}

body.Wt-rtl .Wt-tableview .Wt-header .Wt-tv-c
{
	padding-right: 6px;
}

.Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-plaintable .Wt-tv-c
{
	padding: 0px 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Wt-tableview .Wt-tv-contents img.icon,
.Wt-tableview .Wt-plaintable img.icon,
.Wt-tableview .Wt-tv-contents input.icon,
.Wt-tableview .Wt-plaintable input.icon
{
	margin: 0px 3px 2px 0px;
	vertical-align: middle;
}
.Wt-tv-contents .link
{
	cursor: pointer;
	transition: background 0.4s, text-indent 0.3s;
	cursor: pointer;
}
.Wt-tv-contents .link:hover
{
	background: url('../img/incident/link_catalogue-hover.svg') left 8px top 9px no-repeat;
	cursor: pointer;
	text-indent: 25px;
}
.Wt-tableview .Wt-spacer
{
	position: relative;
	overflow: hidden;
}

/* header */

.Wt-tableview
{
	white-space: nowrap
}

.Wt-tableview th
{
	padding: 0px;
}

.Wt-tableview table
{
	background-position: left bottom;
}

/* borders */
body.Wt-ltr .Wt-tableview .Wt-tv-br
{
	border-right: 1px solid #dcdfe8;
}

body.Wt-rtl .Wt-tableview .Wt-tv-br
{
	border-left: 1px solid #dcdfe8;
}

body.Wt-ltr .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-ltr .Wt-tableview .Wt-plaintable tbody .Wt-tv-c
{
	border-right: 0px;
	margin-right: 1px;
}

body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c
{
	border-left: 0px;
	margin-left: 1px;
}

/* WTreeView and WTableView default paging bar */
.Wt-pagingbar
{
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.Wt-pagingbar span
{
	margin: 0px 4px;
}

.Wt-pagingbar button
{
	margin: 0px 4px;
	padding: 0px 3px;
	vertical-align: middle;
	line-height: 20px;
}

/* For Ext::TableView */

table.x-grid3-row-table
{
	table-layout: fixed;
}

.Wt-filedropzone
{
	width: 200px;
	height: 200px;
	border: thick dashed grey;
	background-color: lightgrey;
}

.Wt-filedropzone.Wt-dropzone-hover
{
	border-color: green;
}

.Wt-filedropzone.Wt-dropzone-hover *
{
	pointer-events: none;
}

.Wt-fileupload-hidden
{
	display: none !important;
}

.Wt-filedropzone.Wt-dropzone-dragstyle
{
	position: relative;
	z-index: 20001;
}

.Wt-filedropzone.Wt-dropzone-indication
{
	border-color: green;
}

.Wt-dropcover
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -100;
}
.Wt-dropcover.Wt-dropzone-dragstyle
{
	z-index: 20000;
}
/* WTableView */

body.Wt-ltr .Wt-tableview .Wt-header .Wt-tv-c
{
	padding-left: 6px;
}

body.Wt-rtl .Wt-tableview .Wt-header .Wt-tv-c
{
	padding-right: 6px;
}

.Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-plaintable .Wt-tv-c
{
	padding: 0px 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Wt-tableview .Wt-tv-contents img.icon,
.Wt-tableview .Wt-plaintable img.icon,
.Wt-tableview .Wt-tv-contents input.icon,
.Wt-tableview .Wt-plaintable input.icon
{
	margin: 0px 3px 2px 0px;
	vertical-align: middle;
}

.Wt-tableview .Wt-spacer
{
	position: relative;
	overflow: hidden;
}

/* header */

.Wt-tableview
{
	white-space: nowrap
}

.Wt-tableview th
{
	padding: 0px;
}

.Wt-tableview table
{
	background-position: left bottom;
}

/* borders */
body.Wt-ltr .Wt-tableview .Wt-tv-br
{
	border-right: 1px solid #fff;
}

body.Wt-rtl .Wt-tableview .Wt-tv-br
{
	border-left: 1px solid #fff;
}

body.Wt-ltr .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-ltr .Wt-tableview .Wt-plaintable tbody .Wt-tv-c
{
	border-right: 0px;
	margin-right: 1px;
}

body.Wt-rtl .Wt-tableview .Wt-tv-contents .Wt-tv-c,
body.Wt-rtl .Wt-tableview .Wt-plaintable tbody .Wt-tv-c
{
	border-left: 0px;
	margin-left: 1px;
}

.Wt-delegate-edit
{
	overflow: visible !important;
}
