body, html {
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
	margin: 0;
}

.topBar {
	background-color: rgb(0, 60, 113);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: white;
	font-size: 32px;
	font-weight: bold;
}

.container {
	display: flex;
	background-color: rgb(238, 240, 247);
	height: 100%;
}

.footer {
	position: relative;
	background-color: #EEEEEE;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.one {
	min-height: 100vh;
	background-color: rgb(216, 218, 222);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.two {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 10px;
}

.card {
	float: left;
	border-radius: 5px;
	box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
	padding: 30px;
	margin: 20px;
	width: 400px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-align: left;
}

.cardIcon {
	padding: 17px;
	background-color: #f0f6f6;
	font-size: 1.4em;
	border-radius: 100%;
}

body .ui-menu {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}

body .ui-menu .ui-menu-list .ui-widget-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgb(201, 203, 207);
}

body .ui-menu .ui-menu-list .ui-menuitem {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content {
	display: table;
	height: 100%;
	width: 100%;
	background-color: rgb(238, 240, 247);
	padding: 10px;
}

.breadCrumb {
	background-color: #f8f9fa !important;
	margin-bottom: 10px;
}

.emptyPanel {
	display: table;
	height: calc(100% - 160px);
	width: 100%;
	border: 1px solid #dee2e6;
	background: #ffffff;
	color: #495057;
	padding: 2rem;
	border-radius: 4px;
}

th {
	background-color: rgb(0, 71, 133) !important;
	color: white;
}

th > span {
	color: whitesmoke;
}

.ui-button {
	margin-right: 5px !important;
}

.fieldsetLabel {
	border: 1px solid #bfc0c1 !important;
}

.fieldsetLabel > legend {
	padding: 6px !important;
	background: #337ab7 !important;
	color: white !important;
	border-color: #337ab7 !important;
}

.buttonLink > a {
	text-decoration: none !important;
}

.dsiPanel  {
	padding-bottom: 5px !important;
}

.dsiPanel > div {
	padding: .2em 1em .3em !important;
	font-weight: normal !important;
}

.dsiPanel.pnl-primary > .ui-panel-titlebar  {
	background: #337ab7 !important;
	color: white !important;
	border-color: #337ab7 !important;
}

.dsiPanel.pnl-primary > .ui-panel-content  {
	border-color: #337ab7 !important;
}

body .ui-panel .ui-panel-titlebar {
	border: 1px solid #dee2e6;
	background: #f8f9fa;
	color: #495057;
	padding: 1rem;
	font-weight: 700;
	border-radius: 4px 4px 0 0;
}

.dataTable2 {
	width: 100%;
}
