html {
	position: relative;
	min-height: 100%;
}

body {
	padding-bottom: 40px;
	/* Padding bottom by footer height */
}

/**
 * Header Styles
 */
.navbar-default {
	background-color: #088e40;
	border-radius: 0px;
	color: #fff;
	margin-bottom: 0;
}

.navbar-default #main-navbar-collapse {
    border-top: 0px;
    box-shadow: none;
}

.navbar-default .homesoft-logo {
	position: relative;
	height: 50px;
	margin-top: -15px;
}

#logo-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-width: 120px;
}

#logo_watermark {
	color: white;
	font-weight: bolder;
	text-align: center;
	transform: rotate(-12deg) translate(-50%, -100%);
	line-height: 12px;
	opacity: 0.8;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
}

#logo_watermark span{
	background-color: darkred;
}

.navbar-default .homesoft-logo .hs-icon {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin-top: -6px;
	color: #9dbfb35e
}

.navbar-default .homesoft-logo .hs-text {
	position: relative;
}

#nav.navbar-default .companies-dropdown > a,
#nav.navbar-default .users-dropdown > a,
#nav.navbar-default .user-profile-dropdown > a {
	cursor: pointer;
}

@media (max-width: 767px) {
	#nav.navbar-default .users-dropdown .selected-user-text {
		display: none;
	}

	#nav.navbar-default .users-dropdown > a::after {
		content: attr(title);
	}
}

@media (max-width: 767px) {
	#nav.navbar-default .user-profile-dropdown .user-profile-text {
		display: none;
	}

	#nav.navbar-default .user-profile-dropdown > a::after {
		content: attr(title);
	}
}

#nav.navbar-default .user-info-dropdown {
	color: #333;
	padding: 4px;
	background-color: white;
}

@media (min-width: 768px) {
	#nav.navbar-default .user-info-dropdown {
		width: 15vw;
		min-width: 250px;
	}
}

.navbar-default .user-info-dropdown h5 {
	font-size: 26px;
	text-align: center;
}

.navbar-default .user-info-dropdown h6 {
	font-size: 16px;
	text-align: center;
	color: #8a8989;
}

.navbar-default .user-info-dropdown .img-circle {
	max-width: 120px;
	border: 2px solid gray;
	margin: 5px;
}

.breadcrumbs-container {
	position: relative;
}

.breadcrumbs-container .breadcrumb {
	padding-right: 35px;
}

@media (min-width: 992px) {
	.breadcrumbs-container .breadcrumb {
		padding-right: 75px;
	}
}

.breadcrumbs-container #help-link {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

/**
 * Sticky footer styles
 */
.footer-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	/* Set the fixed height of the footer here */
	line-height: 40px;
	/* Vertically center the text there */
	background-color: #636161;
	color: white;
}

/**
 * Responsive text aligning helpers
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
	.text-sm-left { text-align: left; }
	.text-sm-right { text-align: right; }
	.text-sm-center { text-align: center; }
	.text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
	.text-md-left { text-align: left; }
	.text-md-right { text-align: right; }
	.text-md-center { text-align: center; }
	.text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
	.text-lg-left { text-align: left; }
	.text-lg-right { text-align: right; }
	.text-lg-center { text-align: center; }
	.text-lg-justify { text-align: justify; }
}

.banner-container{
   padding: 10px;   
   text-align: center;
}



.float-left { float: left !important; }
.float-right { float: right !important; }
