.jmesa {
	margin: 0;
	padding: 0;
	overflow: auto;
}

.jmesa caption {
	caption-side: top;
	color: #444444;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	padding-left: 5px;
}

.jmesa .table {
	/* 	border: 1px solid silver; */
	width: 100%;
	padding: 2px;
}

.actionsCol {
	padding: 0px;
	width: 1%;
	white-space: nowrap;
}

.jmesa .toolbar td {
	padding: 0px 1px 0px 1px;
}

.jmesa .tbody input {
	padding: 0;
	margin: 0;
}

.jmesa .filter td {
	padding: 2px !important;
	color: #a1a2a3;
	background: #f9fafb;
	vertical-align: bottom;
}

.jmesa .filter .dynFilter {
	position: relative;
	padding: 0;
	margin: 0;
	border: 1px solid #dde6e9;
	background-color: #FFFFFF;
	height: 36px;
	white-space: nowrap;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.jmesa .filter .select2-selection { border: 1px solid #dde6e9; }

.jmesa .filter .select2-selection__rendered { min-height: 29px; }

.jmesa .filter .select2-container--default .select2-selection--single { height: 36px; margin: 0; padding: 10px 12px}

.jmesa .filter .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 15px; }

.jmesa .filter #dynFilterDiv {
	padding: 0;
	margin: 0;
	border: 1px solid #c0c0c0;
	background-color: #e1ebf4;
}

.jmesa .filter #dynFilterDroplistDiv {
	position: absolute;
	left: -2px;
	right: -2px;
	padding: 0;
	padding-top: 12px;
	margin: 0;
	height: 31px;
	background-color: #e1ebf4;
	z-index: 2;
}

.jmesa .filter #dynFilterDroplist {
	padding: 0;
	margin: 0;
	border: 1px solid #c0c0c0;
	background-color: #e1ebf4;
}

.jmesa .filter .col-selector {
	text-align: center;
	margin-top: 7px;
}

.jmesa td {
	padding: 1px 10px 1px 5px !important;
	text-align: left;
}

.jmesa .header td {
	/*	white-space: nowrap;*/
	font-weight: bold;
}

.jmesa .header td div{
	/*	white-space: nowrap;*/
	font-weight: bold;
	padding: 5px;
}

.jmesa .header td div a{
	float: right
}

.jmesa .odd {
	background-color: var(--background-color);
}

.jmesa .even {
	background-color: #FFFFFF;
}

.jmesa .highlight td {
	background-color: #fdecae;
}

.jmesa .statusBar td {
	text-align: right;
}

.jmesa .dropShadow {
	padding: 10px 14px 14px 10px;
}

/* Menu */
.jmesa-navigation {
	width: auto;
	float: left;
	padding-bottom: 5px !important;
}

.jmesa-navigation,.jmesa-navigation ul,.jmesa-navigation li .jmesa-navigation a
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
}

.jmesa-navigation ul {
	background-color: var(--background-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e1e0df;
}

.jmesa-navigation ul:before {
	content: '';
	display: block;
}

.jmesa-navigation ul:after {
	content: '';
	display: table;
	clear: both;
}

.jmesa-navigation a {
	text-decoration: none;
	color: #444444;
	font-family: 'FontAwesome';
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 35px;
	height: 35px;
	padding-top: 2px;
}

.jmesa-navigation a:hover {
	color: var(--main-color);
	background-color: #f7f7f7;
}

.jmesa-navigation li {
	float: left;
	border-right: 1px solid #e1e0df;
	height: 35px;
}

.jmesa-navigation li:hover {
	background: #F0F0F0;
}

.jmesa-navigation li:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.jmesa-navigation li:last-child {
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	border-right: 0px;
}

.disabled {
	text-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.jmesa .toolbar .pageNumber a {
	font-size: 15px;
	font-weight: normal;
}

.disabledPageNumber {
	color: var(--main-color);
}

.disabledPageNumber a {
	font-size: 15px;
	text-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
	font-weight: 600;
	color: #FFFFFF;
	background-color: var(--main-color);
}

.jmesa-max-rows {
	float: right;
	/* 	padding-left: 100px; */
	padding-top: 5px;
}

.jmesa tbody .coltype-number {
	text-align: right;
}

.jmesa tbody .coltype-date {
	text-align: right;
}

.search-options{
	width: auto;
	float: left;
	font-weight: normal !important;
	background-color: var(--background-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e1e0df;
	width: 100%;
}

.search-options label{
	font-weight: normal;
}

.search-options-container{
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 100%;
}

.search-options-column{
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.search-options-label label{
	padding-top: 7px;
	padding-left: 20px;
	float: left;
	font-weight: 600;
}

.sort-icon{
	float: right;
	padding-right: 5px;
	color: var(--main-color) !important;
}

.sort-asc:before{
	font-family: 'FontAwesome';
	content:"\f160";
}

.sort-desc:before{
	font-family: 'FontAwesome';
	content:"\f161";
}

.sort-default:before{
	font-family: 'FontAwesome';
	content:"\f175";
}

.sort-default:after{
	font-family: 'FontAwesome';
	content:"\f176";
	padding-left: 2px;
}

.popover { min-width: 350px; width: auto; }
.popover-content { min-width: 350px; width: auto; }
.tipomsgrow { display: block; }
.tipomsgrowadd { margin-top: 7px; }
.tipomsgbtn { display: inline-block; padding: 3px 5px; margin-right: 5px; color: var(--main-color); background-color: #FFFFFF; }
.tipomsgopt { display: inline-block; }
.tipomsglbl { display: inline-block; padding-left: 0 !important; padding-right: 10px !important; }
