.ui-chip.custom-chip {
	background: var(--primary-color);
	color: var(--primary-color-text);
}
body {
	margin-top: 60px;
	margin-bottom: 60px;
    padding-top: 60px;
	overflow-x: hidden !important;
}

.container {
	max-width: 100% !important;
	overflow-x: hidden !important;
}
.search{
	margin-top: 10px;
}
.container-fluid {
	width: 85%;
}

.static-control {
	overflow-wrap: break-word;
	height: inherit;
}

.gap {
	margin-bottom: 5px;
}

.nav .dropdown-toggle {
	cursor: pointer;
}

/* Login Error h:messages */
span.alert.alert-danger.help-block li {
	list-style-type: none;
}

.form-group .help-block.alert {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagination {
	margin: 0;
}

.pagination li a {
	cursor: pointer;
}

.pagination li span, .pagination li a {
	text-align: center;
	width: 40px;
}

.tab-pane fieldset {
	min-height: 600px;
	padding-top: 20px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+span:before {
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
}

input[type="checkbox"]+span:before {
	content: "\e157";
}

input[type="checkbox"]:checked+span:before {
	content: "\e067";
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body .ui-widget	 {font-size:1.5rem;} /*1rem = 16px*/
	 /*1rem = 16px*/
}
