html {
	font-size: 16px;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

table {
	border-bottom: 1px solid lightgray
}
table tfoot tr th:last-child {
   visibility: hidden
}
table tfoot select {
font-weight:normal;
}

.searchpane .label {
    color: #333;
    font-weight: normal;
    text-align:left;
}
.dt-searchPanes {max-width:70%}
.navbar-brand {
	color: white !important;
}

.move-left {
	width: auto;
	box-shadow: none;
}

.tipbox {
	border: 1px solid lightgray;
	padding: 10px 5px;
	background: lightyellow
}

.required:after {
	content: "*";
	color: red;
}

.hidden, .keycolumn {
	display: none;
}

header.cd-panel-header h1 {
	margin: 4px;
}

.dataTables_scrollBody {
	min-height: 42px;
}

.role-btn, .menu-btn {
	text-decoration: underline;
}

th.role-btn, th.menu-btn {
	text-decoration: none;
}

.role-btn:hover, .menu-btn:hover {
	text-decoration: underline;
	cursor: pointer
}

td.tablelink {
	text-decoration: underline;
}

td.tablelink:hover {
	cursor: pointer;
}

table tr td {
	vertical-align: middle !important;
}

.deletebtn, .editrow, .duplicaterow {
	min-width: 36px;
}

.btn {
	margin-right: 5px;
}

.textwarning {
	color: darkred;
}

.bottom-border {
	border-bottom: lightgray solid 1px;
	padding-right: 5px;
}

.btn {
	margin-bottom: 3px;
}

.alert {
	margin-bottom: 0
}

.formhelp i, .mastercollapse i {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 5px
}

.mastercollapse i {
	padding-right: 15px
}

.forminfo {
	cursor: pointer;
	color: lightgray
}

@media only screen and (min-width : 768px) {
	/* Make Navigation Toggle on Desktop Hover */
	.dropdown:hover .parent-menu {
		display: block;
	}
}

.dataTables_scrollBody {
	background: none !important;
}

.textarea-2x-height {
	min-height: 125px;
}

.vivaldi-bold {
	font-weight: bold;
}

.vivaldi-form-head, .vivaldi-form-tips {
	padding: 15px;
	border: 1px solid lightgrey;
	margin-bottom: 5px;
}

.vivaldi-form-tips {
	background-color: lightyellow;
}

.cd-panel {
	/*...*/
	visibility: hidden;
	transition: visibility 0s 0.6s;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.cd-panel.is-visible {
	visibility: visible;
	transition: visibility 0s 0s;
}

.cd-panel-header, .cd-panel-container {
	width: 70%;
}

@media ( max-width : 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}
}

@media only screen and (max-width: 500px) {
	.cd-panel-header, .cd-panel-container {
		width: 90%;
	}
}

.cd-panel-header {
	/*...*/
	position: fixed;
	top: -50px;
	height: 50px;
	transition: top 0.3s 0s;
}

.is-visible .cd-panel-header {
	top: 100px;
	transition: top 0.3s 0.3s;
}

.cd-panel-container {
	/*...*/
	position: fixed;
	height: 100%;
	top: 100px;
	right: 0;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
	transform: translate3d(100%, 0, 0);
}

.is-visible .cd-panel-container {
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}

#columnpanel a {
	padding-right: 15px;
}

.hiddenpanel {
	background: lightgray;
}

.metric {
	color: white;
	font-size: 3em;
	height: 60px;
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
}

.metric:hover {
	text-decoration: underline;
	cursor: pointer;
}

.metric a, .metric a:visited {
	color: white;
}

.collapsesection {
	max-width: 98%
}
/*.modal {cursor:move;}*/
.chosen-container-single .chosen-single {
	height: 30px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}

.chosen-container-single .chosen-single span {
	padding-top: 2px;
}

.chosen-container-single .chosen-single div b {
	margin-top: 2px;
}

.chosen-container-active .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single
	{
	border-color: #ccc;
	border-color: rgba(82, 168, 236, .8);
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 0 8px rgba(82, 168, 236, .6);
}

.chosen-container a {
	background: none !important;
}

.checkbox-lg {
	width: 20px;
	height: 20px;
}

.checkbox-md {
	width: 17px;
	height: 17px;
}

.clickclass {
	background-color: lightyellow;
	cursor: pointer;
}

.dt-button.ogsbtn, .dt-button.buttons-html5 {
	background-image: none;
	background-color: white;
	border-radius: 4px;
}

td.details-control {
	background: url('details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('details_close.png') no-repeat center center;
}

.dataTables_filter label {
	color: white;
	font-size: 2px
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

*[class*="add"] {
	margin-right: 35px;
}

@media screen {
	#printSection {
		display: none;
	}
}

@media print {
	body * {
		visibility: hidden;
	}
	button, .forminfo {
		display: none !important;
	}
	input, textarea, select, .select2-container--default, .form-control {
		border: none;
		box-shadow: none;
		outline: none;
	}
	textarea {
		min-height: 60px;
	}
	input, select {
		min-height: 30px;
	}
	#printSection, #printSection * {
		visibility: visible;
	}
	#printSection {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.modal {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		overflow: visible !important;
	}
	.required:after {
		content: ""
	}

	/* .chosen-select {display:block} */
	/* .chosen-container {display:none;} */
	span.select2-selection__clear, span.select2-selection__arrow b {
		display: none;
	}
}