body {
	font-size: 14px;
}

div[class^="col-"] {
	padding-right: 0px;
	padding-left: 0px;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.reset-padding {
	padding: 0;
}

div#leftMenuLayout {
	min-height: 115px;
	word-break: break-all;
}

div#hamburger-layout {
	width: 100%;
	display: none;
}

div#centerPieceLayout {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	min-height: 100px;
}

div#footerLayout {
	min-height: 50px;
}

.tooltips {
	position: relative;
	display: inline;
}

.tooltips span {
	position: absolute;
	width: 140px;
	color: #FFFFFF;
	background: #000000;
	height: 30px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
}

.tooltips span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.tooltips:hover span {
	visibility: visible;
	opacity: 0.8;
	bottom: 30px;
	left: 50%;
	margin-left: -76px;
	z-index: 999;
}

button span.fa {
	padding-right: 7px;
}

.btn {
	padding: 6px 10px;
}

custom-component {
	display: block;
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 12px;
	}
	div#hamburger-layout {
		display: inline-block;
	}
	div.hiddenable-text {
		display: none;
	}
}

/**
* Side menus 
**/
@media only screen and (max-width: 480px) {
	div#rigthMenuLayout, div#bottomLayout, div#footerLayout {
		display: none;
	}
	div#leftMenuLayout {
		min-height: 0;
	}
}