html { height:100%; }


body {
	height:100%;
	-webkit-font-smoothing: auto;
}

#body-wrapper {
	padding: 0px 0px 50px;
}


@media (min-width: 768px) {
	#divBodyMain {
		padding: 20px 0px 50px;
	}
}


a {text-decoration: none!important;}



/*=========== Header Section ===============*/




#header {
	z-index: 999; 
	position:sticky; 

}

#top-bar {background-color: #f6f3ff; 
			height: 40px;
			z-index: 999; 
			top: 0;
			position:sticky;
}

.top-bar-icons {
	list-style: none;
}

.top-bar-icons li {
	float:left;
}


/*=========== End Header Code ===============*/

/*=========== Navigation Code ===============*/

ul.navbar-nav {
		margin-left:0px;
}



/*=========== End Navigation Code ===============*/

/*=========== Footer Section ===============*/	
.FooterSection1 {
	height: auto;
	justify-content: center;
}
/*=========== End Footer Code ===============*/

#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font: 14px/20px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #828282;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
    background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

.no-border {
	border-width: 0px !important;
}


.cursor-pointer {cursor:pointer}

.strikethrough {text-decoration: line-through}