.tql-field .form-control {
	border-radius: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -webkit-box-shadow: none;
    -o-transition: none;
    transition: none;
    font-family: "Font Awesome\ 5 Pro", "Font Awesome\ 5 Brands", "Open Sans","Helvetica Neue",  Helvetica, Arial, sans-serif!important;
}
.tql-field.tql-field-filter {
	padding-left: 4px;
    padding-right: 4px;
}
.tql-field-filter .tql-field-mods {
	right: 4px;
}
.tql-field-mod-buttons {
   	height: 22px;
}
.well.well-tight .tql-field-mod-buttons label {
	margin-top: 0px;
}
.tql-card {
	position: relative;
	background-color: white;
	padding: 5px 15px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
}
.tql-card .count {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 5px;
    font-weight: bold;
}
.tql-help-block {
	font-size: 12px;
    margin-top: 10px;
}
.tql-field-mod-buttons label {
	display: inline-block;
  	position: relative;
  	cursor: pointer;
  	font-size: 11px;
  	height: 19px;
  	min-width: 20px;
  	background-color: white;
    text-align: center;
    vertical-align: top;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	margin: 0;
}
.tql-filter-anchor {
	position: relative;
}
.tql-field-mod-buttons label i.tql-icon-button {
	vertical-align: top;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
}
.tql-field-mod {
	display: inline-block;
	height: 22px;
	vertical-align: top;
	border: 1px solid #ccc;
	border-right: 0px;
}
.tql-field-mod:last-child {
	border-right: 1px solid #ccc;
}
.tql-field-mod.operators {
	border-top: 0px;
	border-bottom: 0px;
}

.tql-field-mod label:hover {
	background-color: #ccc;
}
.tql-field-mod-buttons label input {
	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	top: 0px;
  	left: 0px;
  	width: 22px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.tql-field-mod-buttons label input ~ i {
	margin: 0;
    padding: 0;
    width: 21px;
    height: 21px;
    line-height: 20px;
    font-weight: normal;
    font-size: 9px;
}
.tql-field-mod-buttons label input:hover ~ i {
	background-color: #ccc;
}
.tql-field-mod-buttons label input:checked ~ i {
	background-color: #333;
	color: white;
    position: relative;
    height: 22px;
    top: -1px;
    line-height: 21px;
}
.tql-field-inline {
	display: inline-block;
    padding: 0;
    float: none;
    max-width: 150px;
}
.tql-field-icons {
	position: absolute;
	right: 15px;
	top: 3px;
	z-index: 1;
	height: 22px;
	font-size: 12px;
	min-width: 11px;
	white-space: nowrap;
}
.tql-field-inline.tql-field .tql-label {
	position: absolute;
    top: -20px;
    display: none;
    background: white;
    padding: 0px 5px;
}
.tql-label-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 0px;
}
.tql-label-tag {

}
.tql-field-inline.tql-field:hover .tql-label {
	display: block;
}
.tql-field-inline.tql-field-size-1 {
	height: 30px;
}
.tql-field-inline.tql-field-size-1 .form-control {
	height: 20px;
}
.tql-field-mod-buttons .tql-field-aggregate i {
	font-size: 16px;
	line-height: 21px;
}
.tql-field .tql-field-head {
	height: 30px;
}
.tql-field-mod-buttons .tql-field-original {
	padding: 0px 3px;
	font-style: italic;
	line-height: 18px;
	cursor: default;
}
.tql-label {
    margin: 0;
    position: relative;
    z-index: 0;
    height: 15px;
    line-height: 12px;
    vertical-align: middle;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
	font-weight: 700;
	max-width: 100%;
	/* padding-inline-start: 5px;
	padding-inline-end: 5px; */

}
.tql-label.ui-sortable-handle {
	cursor: move;
}
.tql-field .js-undo-update {
	margin-top: 0px!important;
    line-height: 20px;
    vertical-align: bottom;
    font-size: 12px;
}
.tql-label:hover {
	z-index: 2;
	background-color: white;
	overflow: visible;
}
.tql-field-mods {
	position: absolute;
	right: 15px;
	top: 3px;
	z-index: 1;
	height: 24px;
}
.tql-field .operators {
	position: relative;
	cursor: pointer;
	height: 21px;
	width: 21px;
}
.tql-field input[type=text].tld-meta-select-filter-search {
	top: 0px;
}
.tql-field-input-group {
	position: relative;
    display: table;
    border-collapse: separate;
}
.tql-field-input-group .tql-field-input-addon {
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    display: table-cell;
}
.tql-field-size-1 .tql-field-input-group .tql-field-input-addon {
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    
}
.tql-field-input-group .tql-field-input-addon:first-child {
	border-right: 0;
}
.tql-field-input-group .tql-field-input-addon:last-child {
	border-left: 0;
}
.tql-field-input-group .tql-field-input {
	display: table-cell;
    z-index: 2;
    float: left;
    width: 100%;
}
.tql-field .operator {
	width: 16px;
}
.tql-field .operators-list {
	display: block;
	cursor: pointer;
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    height: 21px;
    width: 21px;
    text-align: center;
}

.tql-field .operators-wrap {
	position: relative;
	background-color: white;
    border: 1px solid #ccc;
    height: 22px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    border-right: 1px solid #ccc;
}
.tql-field .operators-list.open {
	width: 240px;
	height: 22px;
	overflow: visible;
	text-align: right;
	right: -1px;
}
.tql-field .operators-list .operator {
	display: none;
	font-weight: normal;
	padding: 0px;
    margin: 0px;
	cursor: pointer;
	line-height: 18px;
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
}
.tql-field .operators-list .operator.selected {
	font-weight: bold;
}
.tql-field .operators-list .operator span {
	height: 100%;
	display: block;
}
.tql-field .single.operators-list.open .operator.single,
.tql-field .range.operators-list.open .operator.range,
.tql-field .single.operators-list .operator.single.selected,
.tql-field .range.operators-list .operator.range.selected {
	display: block;
}
.tql-field .operators-list.open .operator:hover,
.tql-field .operators-list.open .operator.selected:hover{
	background-color: #CCC;
	font-weight: bold;
}
.tql-field .operators-list.open .operator.selected:hover {
	background-color: #333;
}
.tql-field .operators-list.open .operator.selected {
    background-color: #333;
    color: white;
}

.tql-field .end .date, 
.tql-field .end .time {
	border-top: 0px;
}
.tql-field .date-row .time {
	border-left: 0px;
	font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 0px;
}
.tql-field .filter.date {
	width: 80%;
	font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 0px;
}
.tql-field .filter.date, 
.tql-field .relative-times-wrap,
.tql-field .date-row .time {
	height: 40px;
}
.tql-field .relative-times-wrap {
	display: block;
    padding: 0;
    font-size: 12px;
    line-height: 26px;
    width: 20%;
    float: left;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-left: 1px solid #ccc;
}
.tql-field .relative-times-wrap h5 {
	font-weight: bold;
}
.tql-field .relative-times-close {
	cursor: pointer;
}
.tql-field .date-row.start .relative-times-wrap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tql-field .date-row.end .relative-times-wrap {
	border-bottom: 1px solid #ccc;
}
.tql-field .relative-times-wrap .opener {
	position: relative;
	text-align: center;
	cursor: pointer;
	height: 40px;
    line-height: 38px;
    font-size: 14px;
}
.tql-field .relative-times {
	display: none;
}
.tql-field .relative-times-wrap.open .relative-times {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #ccc;
	background-color: white;
    z-index: 9000;
    width: 250px;
    padding: 0 10px 10px 10px;
}
.tql-field .relative-times .btn {
	display: inline-block;
}
.tql-field .relative-date-days-container {
	white-space: nowrap;
}
.tql-field .relative-date-days {
	display: inline-block;
    height: 22px;
    vertical-align: middle;
    padding: 0px 5px;
    font-size: 11px;
    width: 55px;
}
.tql-field .js-filter-multi-checkbox {
	height: 29px;
	font-size: 12px;
	padding: 6px 0px 6px 5px;
}
.tql-field .multi-checkbox-filter-clear {
	top: 9px;
}
.tql-field-input-wrap {
	position: relative;
}
.tql-field-input.form-control {
	margin-bottom: 0px;
}
.tql-field-size-1 textarea.tql-field-input.form-control {
	height: 30px;
	line-height: 28px;
}
.tql-field-size-2 textarea.tql-field-input.form-control {
	height: 80px;
}
.tql-field-size-3 textarea.tql-field-input.form-control {
	height: 180px;
}
.tql-field-type-number .form-control {
	padding-right: 0px!important;
}

.tql-field-number-range {
	font-size: 0;
}
.tql-field-number-range .tql-field-input-wrap {
	display: inline-block;
	width: 50%;
}
.tql-field-number-range .tql-field-input.start {
	border-right: 0;
}
.tql-field-type-text .form-control {
	height: 180px;
}
.tql-field-type-number .tql-field-input-wrap .form-control {
	padding-right: 5px;
}
.tql-field-size-2.tql-field-type-text .form-control {
	height: 130px;
}

.tql-field-clear {
	position: absolute;
    right: 7px;
    top: 10px;
    font-size: 10px;
    color: #333;
    cursor: pointer;
}
.tql-field-type-text .tql-field-clear {
	top: -15px;
}
.tql-description-size-1 {
	vertical-align: bottom;
    display: table-cell;
    height: 50px;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
   	line-height: 12px;
}
.tql-btn-size-0 {
	
}
.tql-btn-size-1 {
	margin-top: 20px;
    height: 30px;
    line-height: 15px;
    padding: 5px;
}
.tql-btn-size-2 {
	
}
.tql-field-size-0 {
	min-height: 25px;
	margin: 0;
}
.tql-field-size-0 .tql-label {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	top: 2px;
}
.tql-field-size-0 .form-control {
	height: 30px;
	padding: 0px 5px;
}
.tql-field-size-1 {
	min-height: 50px;
	margin: 0;
}
.tql-field-size-1 .form-control {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0;
	padding-left: 5px;
}
.tql-field-size-2 {
	min-height: 100px;
	margin: 0;
}
.tql-field-size-3 {
	min-height: 200px;
	margin: 0;
}

.tql-field-size-2 .multi-checkbox {
	height: 79px;
}
.tql-field-size-2 .multi-checkbox.multi-checkbox-filter {
	height: 50px;
}
.tql-field-size-2 .multi-checkbox:hover {
	height: auto;
}

.tql-field-size-3 .multi-checkbox, .tql-field-size-3 .multi-checkbox-wrapper {
	height: 180px;
}
.tql-field-size-3 .multi-checkbox.multi-checkbox-filter {
	height: 151px;
}
.tql-field-size-3 .multi-checkbox:hover {
	height: auto;
}
.tql-field .multi-checkbox .multi-checkbox-help {
	top: 6px;
	z-index: 3;
}
.tql-field .multi-checkbox .checkbox:focus-within {
	background-color: #CCC;
}
.tql-field .multi-checkbox:hover .multi-checkbox-help {
	top: 5px;
	z-index: 4;
}
.tql-field .multi-checkbox-has-filter .multi-checkbox .multi-checkbox-help {
	top: 30px;
	background: transparent;
}
.tql-field .multi-checkbox-has-filter .multi-checkbox:hover .multi-checkbox-help {
	top: 0px;
}
.tql-field .multi-checkbox-has-filter .multi-checkbox:hover {
	top: 29px;
}
/* TQL Explore */
.tql-table-info-row-close {
	min-width: 50px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}
.tql-table-info-row-close i {
	margin-left: 2px;
	cursor: pointer;
}
.tql-table-info-row-wrapper {
	display: inline-block;
}
.tql-explore-table-container {
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.tql-explore-table-container .container-fluid {
	width: 100%;
}
.checkbox-no-ref, .option-no-ref {
	color: #c9302c;
}
.tql-field .tld-meta-select-filter-search {
	height: 30px;
}
.tql-explore-filter-reset-menu {
	margin-top: 10px;
    padding: 0;
    left: -4px;
}
.tql-explore-filter-reset-menu li {
	margin: 0px;
	padding: 0px;
}
.tql-explore-filter-reset-menu li button {
	width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}
.tld-tabs.tql-explore-tabs {
	margin-left: -5px;
	margin-right: -5px;
	padding-right: 0px;
	border-top: 1px solid #eee;
	border-bottom: none;
}
.tld-tabs.tql-explore-tabs>li.right {
	float: right;
}
.tld-tabs.tql-explore-tabs>li>a.faded {
	
}
.tql-explore-new-tab {
	
}
.nav li.tql-explore-new-tab>a {
	padding: 5px;
}
.tql-explore-new-tab-input {
    height: 30px;
    width: 120px;
    font-size: 13px;
    padding: 5px;
}

.tld-tabs.tql-explore-tabs>li.active>a, .tld-tabs.tql-explore-tabs>li.active>a:focus, .tld-tabs.tql-explore-tabs>li.active>a:hover {
	height: 42px;
    top: 3px;
    line-height: 16px;
}
.tld-tabs.nav-tabs>li.right>a {
	border-left: 1px solid #eee;
	border-right: 0;
}
.tql-field.ui-sortable-helper {
	position: relative;
	background-color: white;
	padding: 10px;
}
.tql-explore-sortable {
	min-height: 200px;
}
.tql-explore-sortable-placeholder {
	background-color: #eee;
	min-height: 35px;
	margin: 10px 5px;
}
.tql-explore-pane {
	
}
.tql-explore-section {
	margin-right: -5px;
	margin-left: -5px;
}
.tql-explore-column {
    padding-right: 5px;
    padding-left: 5px;
}
.tql-explore-panel {
	padding: 5px;
}
.tql-explore-panel .tld-filters-selected {
	border-bottom: 0px;
	padding-bottom: 2px;
}

/* Filter Menu */
.tql-filter-select {
	display: flex;
    flex-wrap: wrap;
	margin-left: auto;
	position: relative;
    width: auto;
}
.tql-filter-controls {
    display: contents;
}
.tql-filter-select .js-refresh-auto {
	padding: 10px;
	border-left: 1px solid #ccc;
}
.tql-filter-select select, .tql-filter-select button, .tql-filter-select a, .tql-filter-select input.form-control, .tql-filter-select .tql-file-upload {
	height: 40px;
    line-height: 8px;
    font-size: 16px;
    padding: 0px;
    right: -1px;
    vertical-align: middle;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    border-bottom: 0px;
    display: inline-block;
    width: auto;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	flex-grow: 1;
}
.tql-filter-select a {
	padding: 10px;
	padding-top: 12px;
}
.tql-filter-select a.tql-filter-link {
	padding: 0px;
}
.tql-menu-spacer {
	
}
.tql-filter-select select {
	max-width: 160px;
}
.tql-filter-select button:not(.btn-default), .tql-filter-select a:not(.btn-default) {
	border-left: 0px;
}
.tql-filter-select input {
	text-align: center;
}
.tql-filter-select button .title-span, .tql-filter-controls a .title-span {
	height: 39px;
	position: relative;
	display: block;
	padding: 0px 10px;
    line-height: 39px;
}
.tql-filter-select .tql-filter-search {
	max-width: 150px;
}
.tql-filter-select .tql-filter-page, .tql-filter-select .tql-filter-limit {
	max-width: 60px;
}
.tql-panel-title-description {
	align-items: center;
	height: 39px;
    line-height: 38px;
    padding: 0px 10px;
    font-size: 24px;
	gap: 5px;
    vertical-align: middle;
    display: flex;
    font-weight: bold;
	min-width: 230px;
}
.tql-panel-title .accordion-toggle .tql-filter-icon-opened {
	display: none;
}
.tql-panel-title .accordion-toggle .tql-filter-icon-closed {
	display: block;
}
.tql-panel-title .accordion-toggle.out.collapsed .tql-filter-icon-opened {
	display: block;
}
.tql-panel-title .accordion-toggle.out.collapsed .tql-filter-icon-closed {
	display: none;
}
.tql-panel-heading {
	padding: 0;
}
.tql-panel-toggle {
    height: 41px;
    line-height: 37px;
    font-size: 20px;
    border-right: 1px solid #ddd;
    padding: 0px 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -1px;
    margin-bottom: -2px;
}
.tql-panel-toggle h3 {
	display: inline-block;
}
.tql-panel-toggle i {
	position: relative;
	top: 4px;
	font-size: 30px;
}
.tql-panel-title .tql-file-upload {
	max-width: 250px;
}
.tql-panel-title .tql-file-upload .form-control {
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding-left: 5px;
}
.tql-panel-title .tql-file-upload .btn {
	padding-left: 10px;
    padding-right: 10px;
	margin-right: 2px;
}
.tld-table-row-actions .tld-audio {
	display: inline-block;
	max-width: 300px;
	min-width: 300px;
}
#tqlDropdown {
	background-color: white;
	width: 100%;
	top: 30px;
	left: -50px;
	width: auto;
}
#tqlDropdownContainer a {
	text-align: left;
	width: 100%;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: #333;
}

@media (max-width: 1024px) {
	.tql-filter-select button {
		margin: 0;
	}
	.tql-filter-controls {
		display: flex;
		flex-wrap: nowrap;
	}
}

/* Boostrap XS */
@media (max-width: 768px) {
	.tql-panel-title {
		
	}
	/* .tql-filter-select select {
		max-width: 40px;
	}
	.tql-filter-select input.form-control.tql-filter-search {
		max-width: 50px;
		font-size: 10px;
	}
	.tql-filter-select input.form-control.tql-filter-limit {
		max-width: 30px;
		font-size: 10px;

	}
	.tql-filter-select input.form-control.tql-filter-page {
		max-width: 30px;
		font-size: 10px;
	}
	.tql-filter-select select, .tql-filter-select button, .tql-filter-select a, .tql-filter-select input.form-control, .tql-filter-select .tql-file-upload {
		height: 30px;
	} */
}

/* End Menu */