.lr-card h3, .lr-card .login-link {
	text-align: center;
}

.lr-card button {
	width: 100%;
}

.account-settings .cell span, .account-settings .cell .ui-selectonemenu {
	display: block;
}

aside {
	margin-top: 20px;
	min-width: 160px;
	float: left;
}

.sidebar{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.sidebar .sticky {
	width: 100%;
}

.sidebar-menu{
	margin-bottom: 1em;
}

.sidebar-menu .grid-x{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu .grid-x .cell a {
    display: block;
    line-height: 1.22em;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 10px;
    text-decoration: none;

    background-color: #f9f9f9;
    transition: background-color 200ms linear;

    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.sidebar-menu .grid-x .cell a:hover {
	background-color: #eee;
	transition: background-color 200ms linear;
}

.sidebar-menu .grid-x .cell a.active{
	font-weight: 500;
	background-color: #eaeaea;
}

.sidebar .contact-info {
	border-left: 1px solid #ccecf9;
	padding-left: 24px;
	margin-bottom: 16px;
}

.sidebar .contact-info .intro-txt {
	font-size: 18px;
}

.sidebar .contact-info .contact-phone a {
	color: #009ee1;
	font-size: 36px;
	line-height: 48px;
}

.sidebar .contact-info .company-name {
	font-size: 14px;
	line-height: 16px;
}

/** == Sidebar in content area. */
.sidebar-text{
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 1em;
	border-left: 1px solid #ccecf9;
}

.sidebar-text h3{
	font-size: 18px;
	font-weight: 500;
}

.sidebar-text ul{
	padding: 0;
	padding-left: 1em;
}

.sidebar a.btn {
	background-repeat: repeat-x;
	background-image: linear-gradient(10deg,rgba(0,158,225,0.05) 50%,rgba(0,158,225,0.02));
	color: #009ee1;
	opacity: 0.8;
	padding: 12px 16px;
	border-radius: 2px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: block;

}

.separator{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.overviewCount {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 2rem 0 !important;
	text-align: center;
	border-top: 1px solid #122143;
	border-bottom: 1px solid #122143;
	text-transform: uppercase;
}

.overviewCountNumber {
	color: #e40612;
	padding-bottom: 1rem;
}

.indexContainer {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.indexContainer .overlay {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .3);
}

.indexContainer .grid-container,
.indexContainer .steps-container {
	height: 100%;
}

.indexContainer .steps-container {
	position: relative;
	z-index: 2;
}

.indexContainer .fa {
	color: white;
	font-size: 10rem;
}

.indexContainer .steps-container .steps-text {
	color: white;
	font-size: 2.5rem;
	line-height: 2.5rem;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* == Product edit */
.edit-grid textarea {
	width: 100%;
}

.edit-grid h3 {
	margin-bottom: 1rem;
}

/* // TODO MP: Future check if we still need this classes */
#categoriesForm .category {
	border-top: 2px solid #f1f1f1;
}

#categoriesForm .category.top-level {
	border-bottom: 2px solid #f1f1f1;
	border-right: 2px solid #f1f1f1;
	margin-bottom: 2rem;
}

#categoriesForm .category .category-title-container {
	line-height: 1.5rem;
	font-size: 1.2rem;
	padding: .5rem;
}

#categoriesForm .category .category-description-container {
	padding: 0 .5rem;
}

#categoriesForm .category.top-level > .category-title-container {
	background: #f1f1f1;
}

#categoriesForm .category .category-description {
	padding: 1rem;
	display: block;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/**
 * PrimeFaces Tree (ProductCategories).
 */
.nfc-category-tree .ui-treenode-label {
	display: flex;
	width: 100%;
}

.nfc-category-tree-node .card {
	margin-bottom: .5rem;
}

.nfc-category-tree .ui-tree-container .ui-treenode .ui-treenode-content * {
	flex: inherit !important;
}

.nfc-category-tree-node .grid-x {
	flex-direction: row;
	flex-wrap: wrap;
}

.nfc-category-tree-node .grid-x .cell.shrink {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}

.nfc-category-tree-node .grid-x .cell.auto {
	flex-basis: 0;
	flex-grow: 1 !important;
	flex-shrink: 1;
}

.nfc-category-tree-node .nfc-category-title-container {
	line-height: 1.5rem;
	font-size: 1.2rem;
}

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: .9375rem;
  margin-bottom: .9375rem;
  box-sizing: border-box;
  color: #404040;
}

.card.card-w-title {
	padding-bottom: .9375rem;
}

.card h1 {
	font-weight: normal;
	font-size: 1.5rem;
	margin: 22px 0;
}

.card h1:first-child {
	margin-top: 0;
}

.card h2 {
	font-weight: normal;
	font-size: 1.3rem;
}

.card h3 {
	font-weight: normal;
	font-size: 1.2rem;
}

.card h4 {
	font-weight: normal;
	font-size: 1rem;
}

.link-button {
	background: #404040;
	padding: .429em 1em;
	border-radius: 3px;
}
.link-button span, .link-button em{
	color: #fff;
}

.button-section {
	position: absolute;
	bottom: 1rem;
}

.input-column input {
	width: 100%;
}

.grid-padding-y-half > .cell {
	margin-top: .15rem;
	margin-bottom: .15rem;
}

.selectImageContainer {
	text-align: center;
}

.subtable tr th{
	background: #00000070 !important
}

/** === Used for the report table and its extension with the comment row (resources/components/reports/reportList.xhtml) */
.commentRow td {
	text-align: left !important;
	padding: 1rem 2rem !important;
}

.commentRow td .ui-inputtextarea {
	width: 100%;
	border-width: 1px;
	border-radius: 3px;
}

.commentRow .commentText {
	font-weight: bold;
}

.commentRow .commentTextAreaContainer {
	width: 100%;
	height: 62px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}

.commentRow .commentTextAreaContainer .ui-inputtextarea {
	height: 60px !important;
	position: relative;
	width: 100%;
	border: none;
}

.commentRow .commentTextAreaContainer .commentSaveButton {
	width: 100%;
	height: 61px !important;
	padding: 0 !important;
	border-radius: 0px 3px 3px 0px !important;
	box-shadow: none;
}

.materialInputSmall .ui-inputfield{
	max-width: 130px !important;
}

.filter-panel {
	margin-bottom: 2rem;
}

.filter-panel .ui-accordion-header,
.filter-panel .ui-accordion-content {
	border-radius: 0 !important;
	overflow: hidden;
}

.filter-panel .filter-container {
	overflow: hidden;
}

.filter-container .filter-properties-container .ui-selectonemenu {
	width: 100%;
}

.filter-container hr {
	margin: 1rem;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.filter-container h6{
	font-size: 0.8rem;
}

.filter-actions-container{
	margin-bottom: 0.5rem;
}

.datalist-header {
	padding: .5rem 0;
	background: #122143;
	color: white;
	position: relative;
	top: -16px;
}

.notOperationalHint {
	color: #fff;
	background: indianred;
	padding: 0.125rem;
	border-radius: 0.125rem;
}

.formForm table .ui-inputfield {
	width: 100%;
}

.formForm .ui-panel {
	width: 100%;
	margin-bottom: 1rem;
}

.formForm .ui-panel .ui-panel-titlebar {
	padding: 0 .5rem;
	font-size: 1rem;
	border: none;
}

.formForm .ui-panel .ui-panel-titlebar .cell {
	padding-top: 5px;
	padding-bottom: 5px;

	border-color: #dedede !important;
}

.formForm .ui-panel .ui-panel-content {
	border: none;
	border-left: 10px solid #efefef;
	margin-bottom: 4rem;
}

.formForm .ui-panel .question-fragment:not(:firstChild()) {
	margin-bottom: 3rem;
}

.form-edit-panel .ui-panel-titlebar .ui-panel-title {
	top: 10px;
	position: relative;
}

.form-edit-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
	float: left;
    width: 32px !important;
    height: 32px !important;
    padding: .5rem !important;
    margin-top: 5px !important;
    margin-right: 15px !important;
    border-radius: 7px !important;
    background: #404040 !important;
    color: #fff !important;
}

.form-edit-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
	background: #000 !important;
}

.form-edit-panel .ui-panel-content div:first-child {
	clear: both;
}

.formForm .ui-panel .question-header {
	background: #f5f5f5;
}

.formForm .ui-panel .ui-datatable tr th {
	background-color: #404040 !important;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.form-results h3{
	font-size: 1.2rem;
	margin-bottom: -0.5rem;
}

.activation-details {
	margin: 2rem auto !important;
}

.activationDetailsButtons {
	margin-top: 2rem;
}

.activationDetailsButtons button {
	width: 98%;
	margin: 0 1%;
}

.textEditor-description {
	font-size: 12px;
}

.id-icon{
	width: 0.8rem;
	opacity: 0.5;
}

.secondary-info{
	font-size: 0.7rem;
}

.column-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
}

/** For desktop displays. */
@media only screen and (min-width: 1024px) {
	.activation-datalist .ui-datalist-item {
		margin-bottom: 0;
		border-top: 0;
	}
}

/** For tablet displays. */
@media only screen and (min-width: 640px) and ( max-width : 1023px) {
	.indexContainer .steps-container .fa {
		font-size: 6rem;
	}

	.indexContainer .steps-container .steps-text {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}

/** For small displays. Hide a lot of stuff and adjust element sizes. */
@media only screen and (min-width: 0px) and ( max-width : 639px) {
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title{
		font-size: 13px;
		padding: 0;
	}

	.mobile-button {
		display: inline-block !important;
	}

	.desktop-button {
		display: none !important;
	}

	.aside-nav {
   		float: none;
    	width: 100%;
    	margin-top: 10px;
	}
	.sidebar-menu li {
		background: none;
	}
	.sidebar-menu ul li a{
		padding: 8px;
	}

	.indexContainer .steps-container .fa {
		font-size: 3rem;
	}

	.indexContainer .steps-container .steps-text {
		font-size: 1rem;
		line-height: 1rem;
	}

}

