body {
	padding-top: 45px;
	/* background-color: #fffcf2; */
	background-color: #FCFCFC;
}

form {
	margin: 0;
}

.clipboard-copy-button {
	display: inline;
	cursor: pointer;
}

.clipboard-copy-button:first-child {
	margin-left: 5px;
}

.navbar {
	min-height: 0;
	min-width: 375px;
	background-color: #062a5e;
}

.navbar-default .navbar-brand {
	font-size: 16px;
	color: white;
}

nav.navbar>.navbar-collapse {
	padding-left: 0px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: white;
}

.navbar-default .navbar-nav>li>a:hover {
	color: white;
}

.black {
	color: #000;
}

.green {
	color: #3ADF3A;
}

#searchInput.form-control:focus {
	border-color: #5cb85c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(118, 233, 102, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(118, 233, 102, 0.6);
}

/*  Sidebar */
.sidebar {
	display: none;
}

@media ( min-width : 768px) {
	.sidebar {
		position: fixed;
		top: 45px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding-top: 5px;
		padding-right: 20px;
		padding-left: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		/* background-color: #FCFCFC;*/
		border-right: 1px solid #E1E1E4;
		border-right-width: 3px;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 0px;
	margin-left: -20px;
}

.nav-sidebar>li>.sidebar-item {
	padding: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar  hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.main {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

@media ( min-width : 768px) {
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.main .page-header {
	margin-top: 0;
}

.sidebar-header {
	margin-left: -10px;
	font-weight: bold;
}

.quickLinkIcon {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

#footer {
	clear: both;
	text-align: center;
	color: #666666;
	padding: 10px 0 0 0;
}

#ajaxStatus {
	position: fixed;
	top: 55px;
	right: 20px;
}

.pagePanel {
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	width: 100%;
	padding: 0px;
	border: 1px solid #C2BFBD;
	border-radius: 5px;
}

.innerPanel {
	margin-top: 5px;
	margin-bottom: 5px;
}

.actionButtons {
	margin-bottom: 7px;
	margin-top: 7px;
	text-align: center;
	clear: both;
}

.fieldset-legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

th.text-left {
	text-align: left;
}

th.text-center {
	text-align: center;
}

th.text-right {
	text-align: right;
}

td.text-left {
	text-align: left;
}

td.text-center {
	text-align: center;
}

td.text-right {
	text-align: right;
}

.split-left {
	float: left;
	clear: left;
	width: 48%;
}

.split-right {
	float: right;
	clear: right;
	width: 48%;
}

.object-field {
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
}

.object-field-label {
	text-align: right;
	float: left;
	font-weight: bold;
}

.object-field-value {
	text-align: left;
	float: right;
}

.roundBox {
	background-color: white;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	border-radius: 1em;
}

.decorate-value .checkbox {
	text-align: left;
}

.object-field-value input[type=checkbox] {
	margin-top: 1px;
}

.globalStack {
	margin-top: 20px;
}

.closedClass {
	background-color: #CCCCCC;
}

.decorate-outer {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.decorate-label {
	display: block;
	width: 150px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	float: left;
}

.decorate-value {
	display: block;
	width: 200px;
	float: left;
	position: relative;
}

.decorate-value>input, select {
	margin-top: -3px;
}

.decorate-value-select {
	display: block;
	width: 200px;
	float: left;
	position: relative;
	margin-top: -10px;
}

.decorate-value>input[type=checkbox] {
	margin-top: 1px;
}

.decorate-value>span.ui-autocomplete {
	margin-top: -3px;
}

.decorate-message {
	display: block;
	width: 300px;
	float: left;
	max-height: 1ex !important;
}

.required {
	color: red;
}

.standardTable {
	width: 100%;
}

.tag {
	float: left;
	background-color: #C0FAA2;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin: 2px;
	border-radius: 4px;
	font-weight: bold;
}

.noticeBox {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	border-radius: 1em;
	box-shadow: .15em .15em .07em #888;
	font-weight: bold;
	margin-bottom: 3px;
}

.noticeBox ul {
	padding-left: 10px;
}

.decorate-label-top-10 {
	display: block;
	width: 150px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	float: left;
	padding-top: 10px;
}

.decorate-label-top-5 {
	display: block;
	width: 150px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	float: left;
	padding-top: 5px;
}

.table-striped tbody tr:nth-child(odd) {
	background-color: #dcdcdc;
}

img {
	border: 0px;
}

.actionButtons .btn {
	margin-top: 5px;
	margin-right: 5px;
}

.form-group label.checkbox-inline {
	margin-top: -7px;
}

.input .checkbox {
	text-align: left;
}

input[type="checkbox"].form-control {
	width: 30px;
}

span.form-control {
	padding: 0;
	border: none;
	webkit-box-shadow: none;
	box-shadow: none;
}

.form-group .select2-container {
	width: 100%;
}

.form-group .help-block ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
}

td
>
.btn




:not


 


(
:first-child


 


)
{
margin-left




:


 


5
px




;
}
.clipboard-copy-div {
	display: inline;
	margin-left: 5px;
	cursor: pointer;
}

.icon-copy:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c5";
}

.icon-paste:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0ea";
}

.popover {
	z-index: 1031;
}

.popover-content {
	font-size: 12px;
}

.popover-source {
	cursor: help;
}

th .popover-source {
	display: inline-block;
}

.object-field-label.popover-source>span, .control-label.popover-source>span
	{
	border-bottom: 1px dotted #999999;
}

.popover-source>span {
	border-bottom: 1px dotted #999999;
}

.popover-title {
	text-align: left
}

.panel-body>h5 {
	font-weight: bold;
}

.panel-body {
	clear: both;
}

.panel-top {
	padding: 15px 15px 0px 15px;
}

.panel-top>h5 {
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.panel-top>p {
	clear: both;
	margin: 0;
}

.panel-top>.btn:nth-child(n+2) {
	margin-left: 5px;
}

/* Start Richfaces Overrides */
.rf-msgs-wrn {
	color: black !important;
}

*.rf-p-hdr, *.rf-cp-hdr {
	background-image: none !important;
	border-color: #19478c !important;
	background-color: #19478c !important;
	color: white !important;
	border-top-left-radius: .35em;
	border-top-right-radius: .35em;
	font-size: inherit !important;
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

*.rf-cp-hdr {
	font-weight: normal !important;
}

*.rf-dt-shdr-c {
	background-image: none !important;
	background-color: white !important;
	color: black !important;
}

*.rf-dt-hdr-c {
	background-image: none !important;
	background-color: white !important;
	color: black !important;
}

*.rf-dt-ftr-c {
	background-color: white !important;
	color: black !important;
}

*.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
	background: none !important;
	background-image: none !important;
	background-color: #DADADA !important;
	background-image: none !important;
}

*.rf-tab-hdr-act.rf-tab-hdr-top {
	background-image: none !important;
	background-color: #F7F7F7 !important;
}

*.rf-tab-hdr-brd {
	background: #C0C0C0 !important;
}

*.rf-ds-nmb-btn, *.rf-ds-btn, *.rf-tab-hdr-inact.rf-tab-hdr-top {
	background-image: none !important;
	background-color: #DADADA !important;
	color: white !important;
}

.rf-cal-inp {
	margin-top: -5px;
	max-width: 175px;
	float: left;
}

img.rf-cal-btn {
	margin-left: 2px;
	float: left;
}

*.rf-dt-c, *.rf-dt-shdr-c, *.rf-dt-hdr-c, *.rf-cst-c, *.rf-cst-nd-c {
	font-size: inherit !important;
}

*.rf-p, *.rf-cp {
	border-top-left-radius: .35em;
	border-top-right-radius: .35em;
}

*.rf-p-b, *.rf-cp-b {
	font-size: inherit !important;
	font-weight: normal !important;
}

*.rf-p-b {
	background-color: white !important;
}

*.rf-cp-gr {
	border-spacing: 0px;
}

/* End Richfaces Overrides */

/* Bootstrap Overrides */
.panel-primary {
	border-color: #C0C0C0;
}

.panel-heading {
	padding: 3px 10px;
	background-color: #19478c !important;
}

.panel-body {
	padding: 10px;
}

.panel-title {
	background-color: #19478c;
}
