@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

body,.tooltip,.popover,.form-control,.btn,.dropdown-menu,.popover-title,.popover,h5
	{
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 16px !important;
}

@media ( max-width : 992px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 36px;
	height: 36px;
	padding: 3px;
	margin: 0px;
	text-align: center;
	font: 24px Arial, sans-serif;
}

.numberCircleEnable { /*background: rgb(50,130, 78);
    border: 2px solid rgb(50,130, 78);*/
	background: #0066CC;
	border: 2px solid #0066CC;
	/*     background: #0059a9; */
	/*     border: 2px solid #0059a9; */
	color: #fff;
}

.numberCircleDisable {
	background: #fff;
	/*border: 2px solid rgb(50,130, 78);
    color: rgb(50,130, 78);*/
	border: 2px solid #0066CC;
	color: #0066CC;
	/*     border: 2px solid #0059a9; */
	/*     color: #0059a9; */
}

.reduceSize {
	transform: scale(0.8, 0.8);
}

.truncateBC {
	white-space: nowrap;
	overflow: hidden;
	padding-top: 8px;
}

.text-border-white {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px
		0 #fff;
}

@media ( max-width : 767px) {
	.navbar {
		position: relative !important;
	}
	.navbar-brand {
		position: absolute !important;
		left: 50% !important;
		margin-left: -65px !important;
		display: block !important;
	}
}

