.navbar-custom .app-search form {
	max-width: 400px;
}

@media (max-width: 576px) { 
	.container, .container-fluid {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.card-body {
		padding: 5px !important;
	}		
	
	.col-sm-3, .col-sm-4, .col-sm-6 {
		margin-bottom: 8px;
	}
}

#content2 {
	margin: 0 !important;
}

.table thead tr th {
	background: rgb(246, 247, 251) !important;
	font-weight: bold;
	/*background: rgb(240, 240, 240) !important;
	background: rgb(150,150,150) !important;
	color: white;
	text-align: center;*/
}
.table tbody tr:hover td {
	/*background: rgb(208, 255, 255) !important;*/
}

.table .column-checkbox {
	width: 50px;
}

.table .selected {
	background-color: rgb(255, 233, 233);
}

.table .selected_row {
	//background-color: lightgreen;
	background-color: rgb(150, 255, 150);
}

.ui-sortable-helper {
	display: table;
	background: rgba(255,0,0,0.5) !important;
}
.move {
	cursor: move;
	padding: 0px;
	margin: 0px;
}
.pointer {
	cursor: pointer;
}

.pagination {
	margin: 0px !important;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 87.5%;
	color: var(--ct-pre-color);
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*
table td {
  white-space: normal !important;
  word-wrap: break-word;
}
*/

.select2-selection--multiple {
	min-height: 0px !important;
	padding-bottom: 4px !important;
  	padding-right: 4px !important;
}
.select2-selection__choice {
  	margin-top: 5px !important;
}