@CHARSET "utf-8";

/* @font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.tff');
} */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
}

#dashboard-navigation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 0em;
	background-color: #EEEEEE;
	padding-left: 5px
}

#search-navigation {
	position: absolute;
	top: 2em;
	left: 0;
	height: 100%;
	width: 100%;
}

#sidr .sidr-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 1em;
	z-index: 0;
	background-color: #f0f0f0;
}

#hamburger-icon {
	background: url('../img/hamburger-icon.png') no-repeat center center;
	background-size: 1.6em;
	height: 1.9em;
	display: table-cell;
	vertical-align: middle;
}

a {
    color: #337ab7;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: underline;
}

.container {
	float: left
}

.h1 {
	color: #505050;
}

.h2 {
	color: #505050;
}

.h2_intro {
	margin-top: 7px !important;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 16px 0px 15px;
	border-width: 2px 0px 0px;
	border-top-style: solid;
	border-right-style: initial;
	border-bottom-style: initial;
	border-left-style: initial;
	border-top-color: rgb(90, 90, 90);
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image: initial;
	vertical-align: baseline;
	font-size: 1.875rem;
	line-height: 2.1875rem;
	font-weight: normal;
	clear: both;
	min-height: 1px;
}

.h3 {
	color: #505050;
	font-size: 1.75rem;
}

.h4 {
	color: #505050;
}

.h5 {
	color: #505050;
}

.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	font-size: small;
/*	background-color: buttonface; */
	line-height: 1;
	border-width: 1px;
	border-style: solid;
	border-image: initial;
	padding: 4px 4px;
	border-radius: 4px;
	transition: color 0.15s ease-in-out 0s, background-color 0.15s
		ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	color: black;
	height: 24px;
	width: auto
}

.btn-outline-dark {
	color: black;
	/* background-color: transparent; */
	background-image: none;
	border-color: #92b6cb;
}
/*#8d8e9b*/
.btn-outline-dark:hover {
	color: #fff;
	background-color: rgb(51, 103, 214);
	border-color: #92b6cb;
}

/* .form-control {
	border: 1px solid #e1e1e1;
	padding: 6px 4px;
	outline: none;
	color: #777;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	height: 34px
} */

.fileupload {
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: small;
	line-height: 1.5;
	border-radius: 4px;
	background-color: buttonface;
	border-width: 1px;
	border-color: #92b6cb;
	border-image: initial;
	margin: 0px
}

.fileupload:hover {
	color: #fff;
	background-color: rgb(51, 103, 214);
	border-color: #92b6cb;
}

.commandExButton {
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: small;
	line-height: 1.5;
	border-radius: 4px;
	/*	background-color: buttonface; */
	border-width: 1px;
	border-color: #92b6cb;
	border-image: initial;
	margin: 0px
}
.commandExButton:hover {
	color: #fff;
	background-color: rgb(51, 103, 214);
	border-color: #92b6cb;
}

.inputFieldLabel {
	margin: 0px;
	padding: 0px 0px 5px;
	border: 0px;
	vertical-align: baseline;
	font-size: inherit;
	font-weight: 600;
	display: block;
}

.inputTextarea {
	font-size: medium;
	width: 100%
}

/* .inputField {
	font-size: .95rem;
	border-radius: 0px;
	color: rgb(50, 50, 50);
	-webkit-appearance: none;
	border: 1px solid rgb(149, 159, 159);
	box-sizing: border-box;
	box-shadow: transparent 0px 0px 0px 1px inset;
	font-style: normal;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0px;
	max-width: 100%;
	text-indent: 10px;
	transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
	width: 100%;
	touch-action: manipulation;
}

.inputTextarea {
	font-size: .95rem;
	border-radius: 0px;
	color: rgb(50, 50, 50);
	-webkit-appearance: none;
	border: 1px solid rgb(149, 159, 159);
	box-sizing: border-box;
	box-shadow: transparent 0px 0px 0px 1px inset;
	font-style: normal;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0px;
	max-width: 100%;
	text-indent: 2px;
	transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
	width: 100%;
	touch-action: manipulation;
}
 */
.selectManyListbox {
	font-size: 1rem;
	border-radius: 0px;
	color: rgb(50, 50, 50);
	-webkit-appearance: none;
	border: 1px solid rgb(149, 159, 159);
	box-sizing: border-box;
	box-shadow: transparent 0px 0px 0px 1px inset;
	font-style: normal;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0px;
	max-width: 100%;
	text-indent: 10px;
	transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
	width: 100%;
	touch-action: manipulation;
}

.panelDialog_TitleBar {
	text-align: left;
	color: white;
	font-weight: 600;
	color: #505050;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #f0f0f0;
	font-size: smaller
}

.card-header {
	padding: .25rem 1.25rem;
	padding-left: 5px;
	margin-bottom: 0;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	cursor: hand;
	color: #505050;
	/* border-right: #92b6cb 3px solid;
	border-left: #92b6cb 3px solid;
	border-top: #92b6cb 1px solid; */
	color: #505050;
}

.card-title {
	margin-bottom: .75rem;
	font-weight: 600;
	font-size: smaller;
	font-style: italic;
	margin-left: 5px
}

.card-block {
	/* border-right: #92b6cb 3px solid;
	border-left: #92b6cb 3px solid;
	border-bottom: #92b6cb 3px solid; */
	
}

.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: left;
}

.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
}

.loop-pcon {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	font-size: 1rem;
	background: rgb(255, 255, 255);
	width: 100%;
	min-width: 240px;
}

.loop-content {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	font-size: 1rem;
}

.loop-content-body {
	margin: 0px;
	padding: 20px 0px 0px;
	border: 0px;
	vertical-align: baseline;
	font-size: 1rem;
	background: rgb(255, 255, 255);
}

.loop-content-main {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	font-size: 1rem;
}

.loop-columns {
	margin: 0px auto;
	padding: 0px 10px 10px;
	border: 0px;
	vertical-align: baseline;
	font-size: 1rem;
	clear: both;
}

.selectize-input.items.full.has-options.has-items {
	height: 22px;
}

.tooltip {
position: fixed;
	/*position: absolute;*/
	/* z-index: 1070; */
	z-index: 11111; 
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity = 0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity = 90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.inputcheckbox{
box-sizing: border-box;
padding: 0;
margin-right: 5px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    padding: 0.375rem 0.375rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}