.wdataview
{
	font-size: 14px;
	background: #507f49;;
	border-radius: 12px;
	overflow: hidden;
}

.wdataview-header
{
	position: relative;
	color: #fff;
	min-height: 30px;
	line-height: 30px;
}

.wdataview-header-title
{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.wdataview-header-button
{
	position: absolute;
	top: 2px;
	right: 2px;
}

.wdataview-header-button .button-all
{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px;
	height: 26px;
	width: 26px;
	cursor: pointer;
}

.wdataview-header-button .button-add
{
	background-image: url('../img/dataview/plus.svg');
	background-size: 23px;
}

.wdataview-header-button .button-cancel
{
	background-image: url('../img/dataview/minus.svg');
	background-size: 23px;
}

.wdataview-header-button .button-del
{
	background-image: url('../img/dataview/trash.svg');
	background-size: 23px;
}

.wdataview-main
{
	position: relative;
}
.wdataview-panel
{
	background-color: #e0e0e0;
	font-size: 14px;
	overflow: hidden;
	transition: height 0.3s;
	z-index: 10;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.wdataview-panel-center
{
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
.wdataview-panel-center-column
{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.wdataview_panel_line
{
	position: relative;
	display: flex;
	height: 40px;
	line-height: 34px;
	font-size: 20px;
}
.wdataview_panel_line .label
{
	min-width: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 0px;
	overflow: hidden;
	color: #333;
}

.wdataview_panel_line .widget
{
}

.wdataview_panel_line input[type="text"], .wdataview_panel_line input[type="password"]
{
	width: calc(100% - 12px);
}

.wdataview_panel_line select
{
	width: 100% !important;
}
.wdataview_panel_line .checkbox
{
	margin-top: 5px;
}


.wdataview_panel_line .widget_fuzzy .suggestions
{
	margin-top: -4px;
}

.wdataview-content
{
	color: #333;
	background-color: #c6b99f;;
	height: 100%;
}

.wdataview-content .Wt-itemview
{
	background-color: #cacccf;;
}

.wdataview-content .Wt-itemview .Wt-tv-sh
{
	padding-right: 4px;
}
/* .wdataview-content .Wt-headerdiv { background: #505050; } */

.wdataview-content .align-center
{
	text-align: center;
}

.wdataview-content .wtableview_search
{
	position: absolute;
	top: 0px;
	display: block;
	/*background-color: #e0e0e0;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px;
	background-image: url('../img/dataview/search.svg');
	height: 28px;
	width: 28px;
	cursor: pointer;
	transition: opacity 0.3s;
	opacity: 0;
}

.wdataview-content .headerrh:hover .wtableview_search
{
	z-index: 20;
	opacity: 1;
}

.wdataview-content .headerrh:hover .wtableview_search:hover
{
	background-image: url('../img/dataview/search_fill.svg');
}

.wdataview-content .wtableview_search_fill
{
	position: absolute;
	top: 0px;
	display: block;
	/*background-color: #e0e0e0;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px;
	background-image: url('../img/dataview/search_fill.svg');
	height: 28px;
	width: 28px;
	cursor: pointer;
	transition: opacity 0.3s;
	opacity: 0;
}

.wdataview-content .headerrh:hover .wtableview_search_fill
{
	z-index: 20;
	opacity: 1;
}

.wdataview_headers
{
	position: absolute;
	top: 30px;
	left: calc(50% - min(600px, 80%) / 2);
	/* background-color: #e0e0e0; */
	width: min(600px, 80%);
	height: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 3;
	transition: height 0.3s;
	overflow: hidden;
	display: flex;
	background-color: #6ca364;
}

.wdataview_headers_show
{
	height: 40px;
}

.wdataview_headers input[type="text"]
{
	width: calc(100% - 16px - 12px - 32px);
	margin: 8px;
	border: solid 0px;
	height: 28px;
	border-radius: 24px;
}
.wdataview_headers .button_close
{
	margin-top: 10px;
	background: url('../img/dataview/close.svg') center center no-repeat;
	width: 24px;
	height: 24px;
	z-index: 6;
	cursor: pointer;
}

.wdataview-footer
{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	min-height: 28px;
	line-height: 28px;
}

.wdataview-footer .footer-text
{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	transition: color 0.3s;
	cursor: pointer;
}
.wdataview-footer .footer-text:hover
{
	color: #e0e0e0;
}


/****		wedit_password		***/

.wedit_password
{
	width: auto;
	display: flex;
	text-align: center;
	width: 350px;
	margin-bottom: 10px;
	font-size: 22px;
	height: 37px;
	border: solid 2px #333;
	border-radius: 24px;
	width: inherit;
	position: relative;
}

.wedit_password .icon_eye
{
  width: 24px;
  height: 24px;
  background-color: #fff0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 37px;
  background-position: center;
  cursor: pointer;
  background-size: 25px;
  background-repeat: no-repeat;
}
.wedit_password .eye
{
	background-image: url("/img/eye.svg");
}
.wedit_password .eye_slash
{
	background-image: url("/img/eye-slash.svg");
}
.wedit_password .password
{
	font-size: 22px;
	height: 37px;
	border: 0px solid #ddd;
}
