
.wtTabs .tab-content .wtForm {
	border:none;
}

.wtTabs > .card-header > .card-header-tabs .nav-link {
	white-space: nowrap;

}

.wtForm> tbody> tr.left> td {
	text-align: left;
}
.wtForm> tbody> tr.center> td {
	text-align: center;
}
.wtForm> tbody> tr.right> td {
	text-align: right;
}



.wtTable> tbody> tr.wt> td {
	max-width: 350px;
	overflow: hidden;
}
.wtTable.table-striped> tbody> tr:not(.wt) {
	background: inherit;
}

.wtTable td ,
.wtTable th  ,
.wtForm td {
	border-top: none;
}


.wtForm> tbody> tr> td {
	white-space:normal;
	vertical-align: middle;
}
.wtTable> tbody> tr> td {
	white-space:nowrap;
	vertical-align: middle;
}

.wtTable .wt:hover > td:not(.wtActions):not(.wtActionsLeft)  {
	cursor: help;
}

.wtForm> tbody> tr> th {
	vertical-align:middle;
	text-align: center;
	white-space:nowrap;
	border-right: thin dotted #ccc;
	text-shadow: 0 1px 1px #FFF;
	width: 5%;
}
.wtForm td.wtNav {
	font-size: 15px;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.wtForm> tbody> .wtDesc > td {
	padding: 15px 5px;
}



.wtSelects {
	background-color: transparent !important;
}

.wtActions a  {
	border-bottom: thin solid transparent;
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle;
}

.wtActions a:hover {
	border-color: #AAA;
}
.wtActions .fa {
	font-size: 24px;
}
.wtActionsLeft .fa {
	font-size: 100%;
	vertical-align: middle;
}
.wtActions a > img {
	height: 24px;
}
.wtActionsLeft a > img {
	height: 18px;
}


.wtForm .wtBtns .btn-group {
	line-height: 24px;
	max-height: 46px;
}
.wtForm h3 > .fa ,
.wtHead .wtActions .fa ,
.wtForm .fa.preview {
	font-size: 140%;
}
.wtForm h4 > .fa ,
.wtBtns button ,
.wtBtns a.btn {
	/*
	font-size: 16px;
	line-height: 16px;
	*/
}
.wtBtns .btn .fa {font-size: 24px; line-height: 24px;}
.wtBtns .btn img {height: 24px;}



/*///////////////////////*/

.wtTable .wtTitles > th {
	text-align: center;
	font-size:115%;
}

.wtForm> tbody> tr.wtTitles > th > a {
	text-decoration:none;
}

.wtBtns .btn-group {
	border-radius:8px;
	overflow: hidden;
	margin: 10px 0;
}
/*
.wtBtns .btn-group > .btn > * {
	vertical-align: middle;
}
*/


.wtSearch,
.wtImageSelect,
.wtForm select.wtSelect,
.wtForm .field, .wtForm .fieldCaptcha, .wtForm .fieldCheckbox,
.wtForm .fieldDate, .wtForm .fieldDate4, .wtForm .fieldDate2> * {
	height: 90%;
	min-height: 18px;
	font-style:italic;
	margin: 0;
	padding:1px;
	border-radius:3px;
	vertical-align: middle;
	box-sizing: content-box;
	border: 1px solid #7DA3B9;
	/*
	background-color: inherit;
	box-shadow: 0px 0px 1px 0px #AEAEAE;
	*/
	background-color: rgba(255,255,255,0.35);
}

.wtSearch,
.wtImageSelect,
.wtForm .field, .wtForm .fieldCaptcha, .fieldCheckbox, .wtForm .fieldDate {
	overflow: hidden;
	outline: none;
	display: inline-block;
}

.wtForm select.wtSelect.wtSearch {
	width: auto;
	height: auto;
	/* padding: 1px 25px 1px 1px !important; */
}

.wtSearch {
	font-size: 87%;
	height: auto;
	max-width: 110px;
	display: flex;
}

.wtForm input.field, .wtForm textarea.field, select.wtSelect, 
.wtForm div.field,
.wtSlider, .wtTerm, .fieldClean, .field .termInput {
	width:99.5%;
	appearance: auto;
}

span.fieldCheckbox {
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin: 0 7px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

span.fieldCheckboxTitle {
	/*white-space: nowrap;*/
	margin-left: 3px;
}

.wtForm textarea.field {
	resize: none;
	overflow:auto;
}

.wtForm textarea.field, .ui-tooltip-content {
	font-style:normal;
	font-size:90%;
}

.field td {
	padding: 0;
	vertical-align: middle;
}


.fieldClean, .field .termInput {
	display: block;
	outline: none;
	background-color: transparent !important;
	font-style:italic;
	border: 0px;
	min-width: 50px;
	min-height: inherit;
}



select.wtSelect[multiple] {
	height: auto;
}

select.wtSelect option {
	border-bottom: thin dotted #003;
	border-right:  thin dotted #003;
	margin-top: 1px;
}

select.wtLangSel option, select.wtLangSelect option {
	font-style: normal;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:26px;
	min-height: 24px;
	line-height: 24px;
}






textarea.termInput {
	border-bottom: 1px dotted #ccc !important;
	width: 99% !important;
	background: none !important;
	background-color: transparent !important;
}


input.wtSearch:hover,
.fieldCheckbox:hover,
.wtBtns .btn-group:hover,
.wtForm select.wtSelect:hover,
.wtForm .field:hover, .wtForm .fieldCaptcha:hover,
.wtForm .fieldDate:hover, .wtForm .fieldDate4:hover, .wtForm .fieldDate2:hover  {
	border-color:#AEAEAE !important;
	/*box-shadow: 1px 1px 2px 3px #CEEBE5;   #7DA3B9 #AEAEAE */
	box-shadow: 0 0 2px 1px #AEAEAE;
}

span.field {
	display: inline-block;
}

span.block {
	display: block;
}

.field.fieldTiny, .fieldDate4 {
	width: 40px !important;
	min-width: 40px;
}
.field-xs {
	max-width: 75px !important;
}
.field-sm, .wtForm .fieldDate,.wtForm .fieldCaptcha {
	max-width: 150px !important;
}
.field-md, .field.fieldMedium {
	max-width: 250px !important;
}
.field-lg, .field.fieldLarge {
	max-width: 400px !important;
}


.wtForm .fieldTiny, input.field-xs, input.field-sm, .wtForm .fieldDate, .fieldDate4, .fieldDate2 {
	text-align: center;
	display: inline-block;
}

.fieldErr{
	background-color: #EEE !important;
	border: 1px solid #f0ad4e !important;
}


.fieldDate2 {
	width: 20px;
	min-width: 20px;
	text-align: center;
}

.fieldInline {
	display: inline-block;
}

.fieldInline:before {
	content: "";
	display: inline;
}





.wtForm img.preview {
	max-width:48px;
	max-height:48px;
	border: none;
}
span.wtUploadLegacy {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background: url(/wtlib/icons/fileUpload32.png) no-repeat center;
}

span.wtUploadLegacy input {
	opacity: 0;
	cursor: pointer !important;
	position: relative;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
}






.wtTip {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color: red;
	font-weight: normal;
}

.wtImageSelect {
	border:none;
	width: 99.5%;
}


.wtImageSelect> *{
	vertical-align:middle;
	margin: 3px;
	padding: 4px;
	display: inline;
}


.wtImageSelect> *:hover{
	border: 1px solid #cc3333 !important;
}

.wtActive, .wtActive:hover {
	border: 3px solid #cc3333 !important;
}


.wtSort {
	padding:5px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	cursor: pointer;
}

.wtSortUp {
	/*border-top:#036 1px dotted;
	border-left:#036 1px dotted;*/
	padding-left:20px;
	background-image: url(/wtlib/icons/arrowup.png);
	background-position: left top;
}

.wtSortDown {
	/*border-bottom:#036 1px dotted;
	border-right:#036 1px dotted;*/
	padding-right:20px;
	background-image: url(/wtlib/icons/arrowdown.png);
	background-position: right bottom;
}
.wtAjaxLoadMore {
	margin: 10px;
	padding: 15px;
	clear: both;
	background-color: #CCC;
	text-align: center;
}
.wtADH {
	cursor:move;
}



.wtLayout ,
.wtForm .wtSelects {
	border-collapse: collapse;
	max-width: 99%;
}

.wtTerm  ,
.wtTerm > tbody > tr  ,
.wtTerm > tbody > tr > td {
	border: 0; margin: 0; padding: 0;
}
.wtTerm {
	border-collapse: collapse;
	line-height: inherit;
}
.wtTerm td.wtTermFlag {
	width:24px;
	vertical-align: middle;
}
.wtTerm td.wtTermFlag > img {
	padding: 1px;
	border: none;
	vertical-align: middle;
}

.wtLayout ,
.wtLayout> tbody> tr> td ,
.wtLayout> tbody> tr> th {
	background-color: none;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align:middle;
	white-space:nowrap;
}

.wtLayout.wtHSpace> tbody> tr> td:not(:first-child) {
	padding-left: 5px;
}
.wtLayout.wtVSpace> tbody> tr> td:not(:first-child) {
	padding-top: 5px;
}

.wtLayout> tbody> tr> td> p> span {
	white-space:normal !important;
}

.wtForm .wtSelects th ,
.wtForm .wtSelects td {
	border: 0;
	margin: 0;
	font-size: 90%;
	max-width: 50%;
}
.wtForm .wtSelects th {
	font-weight: normal;
	text-align: right;
	padding: 1px 0;
	padding-right: 7px;
	vertical-align: middle;
}



.wtHelp {
	width: 100%;
	font-size: 90%;
	font-style: italic;
	text-align:center;
	margin: 0 5px;
}
.wtHelp th {
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.wtHelp > tbody > tr > td:first-child {
	font-style: normal;
	font-weight: bold;
}
.wtHelp > tbody > tr > td:last-child {
	font-style: normal;
	font-size: 115%;
}




.wtForm .syntaxhighlighter {
	background-color: transparent !important;
	margin: 0 !important;
}
.wtForm .syntaxhighlighter .line.alt1 {
	background-color: transparent !important;
}
.syntaxhighlighter .line.alt2 {
	background-color: transparent !important;
}


.wtForm .CodeMirror {
	height: auto;
	text-align: left;
}
.wtForm div.field.wtCode {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}




.wtTerm .el-rte .toolbar .fullscreen {
	display: none;
}

.qtip.ui-tooltip {
	padding:0;
}

.ui-tabs .ui-tabs-panel {
	padding: 3px;
}
.ui-tabs .ui-tabs-panel .wtForm {
	border: none !important;
}

.ui-tabs .wtTitle {
	text-align:center;
	margin: 10px auto;
	padding-bottom: 5px;
}


.wtPassword input {
	margin: 1px 0;
}


.wtTTtd {
	width: 18px;
}

.wtRow .wtTT.fa {
	font-size: 18px;
	color: rgb(34, 108, 143);
	cursor: help;
}

.wtRow .wt > th > .wtTT {
	/* margin: 0 10px;*/
}

.wtRow .wt > th > small {
	font-size: 8px;
	font-weight: normal;
}

.tooltip-inner {
	max-width:none;
	min-width: 200px;
	font-size: 13px;
	white-space: nowrap;
}


.chosen-container, .chosen-container .chosen-choices {
	background: none !important;
	border: 0 !important;
	box-shadow:none !important;
	margin: 0;
	padding: 0;
	width: 99% !important;
}

/*
.chosen-container {
margin: 2px;
}*/

.chosen-container .chosen-choices .search-field input {
	color: inherit;
	padding: 3px 5px !important;
	margin: 0 !important;
}

/*
.chosen-container .chosen-choices .search-choice {
margin: 1px 0 1px 2px !important;
}
*/
.chosen-container .chosen-choices li {
	line-height: inherit;
}

.chosen-container .chosen-drop {
	font-style: normal;
}



.wtForm time.dateNice {
	font-size: 80%;
}

#ui-datepicker-div {
	z-index:100 !important;
}




.ui-datepicker select{
	color: initial;
}



.wtTreeWrap {
	font-size: inherit;
}


.wtTreeWrap > div, .wtTreeWrap > .row > div {
	border: none;
	background: none;
}



.wtTreeWrap .wtTreeHeader {
	padding: 0 5px;
	cursor:help;
	text-align: left;
	font-weight: bold;

}


.wtTextShow {
	max-width: 175px;
	max-height: 100px;
	font-size: 75%;
	line-height: normal;
	text-align: left !important;
	overflow: auto;
}


.wtTreeWrap .wtUnpublished > .fancytree-title {
	/*color:red !important;*/
	text-decoration: underline;
	text-shadow: 1px 1px 1px #FFF;
}

.wtTreeWrap ul.fancytree-container {
	background: none;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 400px;
	border: none;
	margin: 0;
	padding: 0;
}

.wtTreeHeader {
	font-size: 90%;
}


#wtMenuManager {
	max-width: 250px;
	overflow-x: hidden;
}

#wtMenuManager > .wtTreeHeader{
	margin-top: 10px;
}
#wtMenuManager > .wtTreeHeader:first-child {
	margin-top: 0px !important;
}

.ui-dialog > .ui-dialog-content {
	margin: 1px !important;
	padding: 1px !important;
}

.ui-dialog .wtForm { /*, .ui-dialog > .ui-dialog-content */
	font-size: 85%;
	margin: 0 !important;
	padding: 0 !important;
}

.ui-dialog.ui-draggable {
	z-index:66000;
}



.text-info {
	white-space:normal;
}


.csvEditorTable {
	margin: 0 !important;
}
.csvEditorTable th, .csvEditorTable td {
	text-align: center;
	padding: 0 !important;
	line-height:normal;
	font-size: 90%;
}

.wtTag {
	margin-right:5px;
	/*max-width: 60%;
	overflow-x: hidden;
	display:compact;*/
}
.wtTag > a {
	padding-left: 5px;
}
/*
.wtTabs > .nav-tabs {
margin-bottom: 0;
border-color: #DDD;
}

.wtTabs > .tab-content {

border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-radius: 0px 0px 5px 5px;

padding: 8px;
}

.nav-tabs > li > a {
border-color: #DDD;
border-bottom: none !important;
line-height: 26px;
font-size: 15px;
padding: 10px 12px;
}
.wtTabs > .nav-tabs > li > a.active {
outline: none !important;
background: transparent;
}

*/

.breadcrumb img {
	max-height: 18px;
}

.breadcrumb > li.active > img,
.wtTabs .nav-tabs > li > a > img {
	max-height: 22px;
}

.wtHead {
	margin-bottom: 10px;
}

.wtHead .breadcrumb {
	margin:0;
	font-size: 1.2em;
}



.wtRadios > .radio{
	max-width: 800px;
	white-space: normal;
}

::placeholder {
	opacity: 0.7 !important;
	font-size: 90%;
}


.wtForm .file-preview {
	padding: 0 !important;
}

.wtForm .file-drop-zone {
	min-height:auto;
}

.wtForm .file-drop-zone-title {
	padding:0;
}


.wtForm .tox-toolbar .tox-toolbar__group {
	margin: 0;
	padding: 1px 0;
}

.wtForm .tox-stack-layout {
	background-color: #DDD;
}

.wtForm .tox-toolbar-grp > div.tox-container-body {
	white-space: normal;
}

.wtForm .tox-toolbar {
	display: inline-block;
}

.wtForm .mce-label.mce-charactercount {
	margin: 0;
	padding: 8px;
	font-size: 120%;
	font-weight: bold;

}

.tox.tox-tinymce {
	border: none !important;
}
.tox-statusbar__branding {
	display: none !important;
}

.nav-tabs .nav-item {
    font-size: 1.2rem;
}