th {
	white-space: nowrap;
	vertical-align: middle !important;
}

td {
	white-space: nowrap;
	vertical-align: middle !important;
}

/* State classes */
span[class^="state-"] {
	display: block;
	color: white;
	background-color: black;
	/*width: 100px;*/
	width: 70px;
	border-radius: 5px;
	/*text-transform: uppercase;*/
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
}

span.state-Active {
	background-color: #8dc63f;
}

span.state-Disabled {
	background-color: #cccccc;
}

span.state-Suspended {
	background-color: #e95555;
}

span.state-Waiting {
	background-color: #00aeef;
}

span.state-WaitingForApproval {
	background-color: #00aeef;
}

span.state-Sandbox {
	background-color: #f68e56;
}

span.state-False {
	background-color: #f68e56;
}

span.state-True {
	background-color: #8dc63f;
}

span.status-running {
	background-color: #8dc63f;
}

span.status-stopped {
	background-color: #23c6c8;
}

span.status-disabled {
	background-color: #cccccc;
}

span.status-init-error {
	background-color: #e95555;
}

span.status-load-error {
	background-color: #e95555;
}

span.status-start-error {
	background-color: #e95555;
}

span[class^="block-label"] {
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 20px;
}

/* paymentType classes */
span[class^="paymentType-"] {
	display: inline-block;
	color: white;
	background-color: black;
	/*width: 100px;*/
	width: 60px;
	border-radius: 5px;
	/*text-transform: uppercase;*/
	text-align: center;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 20px;
}

span.paymentType-WEB {
	background-color: #8dc63f;
}

span.paymentType-WAP {
	background-color: #00aeef;
}

span.paymentType-SMS {
	background-color: #e95555;
}

span.paymentType-UNSPECIFIED {
	background-color: #e95555;
}

.btn-group-flex {
	display: flex;
}

.label-checkbox {
	margin-top:-6px;
}

.table th {
	height: 30px;
}

table.dataTable .sorting:after,
table.dataTable .sorting_asc:after,
table.dataTable .sorting_desc:after {
	top: 16px;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after,
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
	top: 16px;
}

table.dataTable > thead > tr > th > .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: 31px;
}

.table {
	color: inherit;
}

.long-text-column {
	max-width: 600px;
	word-wrap: break-word;
	white-space: normal !important;
}

.dataTables_processing {
	position: fixed!important;
    z-index: 100;
}

.dataTables_wrapper {
	padding-left: 0;
	padding-right: 0;
}

.table-valign-middle tbody>tr>td {
	vertical-align: middle;
}

.panel-title > a {
	display: block;
}

.nav.nav-second-level.collapse {
	width: 200px !important;
}

.jstree-anchor {
	height: 40px !important;
}
.min-width-full {
	min-width: 100%;
}

label.col-form-label {
	text-align: right;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

table > caption {
	caption-side: top;
}

.pagination {
	display: inline-flex;
}

.input-group > .select2-container {
	width: auto!important;
}

.has-error .select2-selection {
	border: 1px solid #a94442;
	border-radius: .25rem;
}

/* Fix for chosen select html validation */
/*
select:invalid {
	height: 0px !important;
	opacity: 0 !important;
	position: absolute !important;
	display: flex !important;
}
select:invalid[multiple] {
	margin-top: 15px !important;
}
*/