/*removing round corners of bootstraps*/
.btn, input, textarea, select, .modal-content, .nav-tab, .select2-selection, .dropdown-menu {
	border-radius: 0 !important;
}

.logo {
	width: 120px;
}

div.container::before, div.container-fluid::before {
	z-index: 99;
	/*background: red;*/
	overflow: hidden;
	background-image: url('../img/stripe.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	content: '';
	display: block;
	/*	opacity: 0.6;*/
}

.navbar-brand {
	position: relative;
	left: 70px;
}

.navbar {
	min-height: 65px;
}