/* ---------------------Common For All Themes-------------------- */
/* @font-face {
	font-family: poppinsBold;
	src: url(../business/asserts/fonts/poppins_bold.ttf)
}

@font-face {
	font-family: poppinsSemiBold;
	src: url(../business/asserts/fonts/poppins_semiBold.ttf)
}

@font-face {
	font-family: poppinsLight;
	src: url(../business/asserts/fonts/poppins_light.ttf)
}

@font-face {
	font-family: poppinsMedium;
	src: url(../business/asserts/fonts/poppins_medium.ttf)
}

@font-face {
	font-family: poppinsRegular;
	src: url(../business/asserts/fonts/poppins_regular.ttf)
} */

/***** Define font ends  *****/

/***** Body starts *******/
html {
 	height: 100vh;
}

body.buzBody, .mainView {
	font-family: poppinsregular;
	font-size:  12px;
	min-height: 89vh;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainView
{
	padding-top: 15px;
}
.modTitles
{
  font-size: 0.9em;
  text-transform: capitalize;
  font-weight: normal;
}

/* .navbar-nav>li>a.uName {
	font-size: 12px;
} */


@media ( min-width :1024px) {
	.navbar>.container {
		text-align: center;
	}
	.navbar-header, .navbar-brand, .navbar .navbar-nav, .navbar .navbar-nav>li
		{
/* 		float: none; */
		display: inline-block;
	}
	.collapse.navbar-collapse {
		float: none;
		display: inline-block !important;
		width: auto;
		clear: none;
	}
}

h1, title {
	font-family: poppinsregular;
	font-size: 36px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* h4 {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

h4:before, h4:after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 400%;
}

h4:before {
	right: 100%;
}

h4:after {
	left: 100%;
}

h5 {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

h5:before, h5:after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 400%;
}

h5:before {
	right: 100%;
}

h5:after {
	left: 100%;
} */

.buzMedText
{
  font-size: 18px;
}

caption, .thumbnail .caption, .caption {
	font-family: poppinsregular;
	font-size: 21px;
}


.tabTitle {
	font-family: poppinsregular;
	font-size: 24px;
}
.subTitle {
	font-family: poppinsregular;
	font-size: 30px;
}

.semiBold
{
  font-size: 14px;
}



/***Main index navigation_bar starts*****/
/* .navbar-default.busIndexNavbar {
	border-style: none;
} */
																																																																																																																																																																																																																							
.navbar-default.busNavExt
{
	border:none;
	border-radius : 0;
}

.navbar-nav.busNav>li:first-child
{
  	border-left-width: 1px;
	border-left-style: solid;
}
.navbar-nav.busNav>li:last-child
{
  	border-right-width: 1px;
	border-right-style: solid;
}

.img-responsive.busLogo
 {
	margin-right: 10px;
 }

/* .navbar-nav.busNav
 {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
} */

/* .buzNavcontainerFluid
{
	min-height: 20px;
	max-height: 20px;
	overflow: hidden;
	display: block;
} */


.navbar-nav.busNav>li:hover, .navbar-nav.busNav>li:focus,
 .navbar-nav.busNav>.busMainMenuItemActive
	{
	border-width: 0px 1px 2px 0px;
	border-radius:0; 
}

.navbar-nav.busNav>li:first-child:hover
{
  	border-left-width: 1px;
	border-left-style: solid;
}

.busNavBrand {
	padding: 2px;
}


.navbar-nav.busNav>li>a:hover:after, .navbar-nav.busNav>li>a:focus:after,
	.busMainMenuItemActive:after {
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 7px;
	margin-left: -7px;
}

/***Main index navigation_bar end****/
/* .busContent {
	padding-right: 0;
	padding-left: 0;
	height: 100%
} */

/* Customer Page */
#roundCorner  {
	border-radius: 35px;
	padding-left: 1%;
	padding-right: 1%; width : auto;
	height: auto;
	width: auto;
}

.bigFontsize {
	font-size: 24px;
	border-width: 0px 1px 2px 0px;
}

#textCaps, #textCaps>label {
	text-transform: uppercase;
}

.textLowerCase{
	text-transform: lowercase;
}

.imgBorder {
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	padding: 11px;
}

#header-fixed {
	position: fixed;
}

.wrapWord {
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

#scrollBarTableContent {
	max-height: 400px;
	overflow: auto;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom : 0;
}

.checkbox {
	padding-left: 20px;
	size: 45%
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s
		cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-success input[type="radio"]+label::after {
	background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
	background-color: #5cb85c;
}

.btn-primary {
	font-weight: bold;
	text-transform: uppercase;
	border: 0px solid transparent;
}

.btn-success {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border: 0px solid transparent;
}

.pager li>a:hover, .pager li>a:focus, .pager li>a, .pager li>span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.textFromMargin {
	margin-left: 10px
}

.removeDropdownArrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

#faIconPadding {
	padding-top: 10%;
}

#centerAlign {
	text-align: center;
}

.busCircle:before {
	background-color: #fff;
}


.businessGraphNavTab>div>ul.nav-tabs>li.active>a, .businessGraphNavTab>div>ul.nav-tabs>li.active>a:hover,
	.businessGraphNavTab>div>ul.nav-tabs>li.active>a:focus {
	border: 1px solid;
}

.businessGeoGraphNavTab>div>ul.nav-tabs>li.active>a, .businessGeoGraphNavTab>div>ul.nav-tabs>li.active>a:hover,
	.businessGeoGraphNavTab>div>ul.nav-tabs>li.active>a:focus {
	border: 1px solid;
}

.verticalLine {
	border-left: 1px solid #ccc;
}
.verticalRight {
	border-right: 1px solid #ccc;
}

.textCaptalize {
	text-transform: lowercase;
}

.textCaptalize:first-letter {
	text-transform: uppercase;
}

.showDropdown {
	display: block;
	width: auto;
	height: 32px;
	padding: 3px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.showLabel {
	margin-top: 7px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
	width: 4px;
	height: 5px;
}

/*****buz dashboard calender starts***/
.rm-datepicker .date .j a
{
    border-radius: 50%;
}

.rm-datepicker .nav a *
{
	font-weight: bold;
}

.rm-datepicker .date .out a
{
	font-weight: normal;
}

/*****buz dashboard calender ends***/

.customPagination {
  position:fixed;
  left:0px;
  bottom:0px;
  height:30px;
  width:100%;
  margin-bottom: 7%;
  margin-left: -10%;
}
.breadcrumb{
	padding: 0 15px;
	background-color: transparent;
}

.buzThumbnail{
	border : 0
}

.buzLogo {
    height: 48px;
}

/*********/
/* 
html.md-default-theme, html, body.md-default-theme, body
{
	
}
*******/


.panel-default{
	border: 0;
}

.errorMsgDanger {
	color 		: red;
	font-size 	: 13px; 
}

  /* .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
 */
.vertical-center {
	align-items: center;
	display: flex;
}
/*********** icons ****/

.buzIcon
{
	padding-right: 10px;
}

/*********** slider ends ****/

/** **** form lable starts ***** **/

.form-horizontal .control-label.buzFormLabel
{
	text-align: left;
}
/** **** form lable ends ***** **/
/*********** slider ends ****/

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar{
	background : transparent;
}

md-tab.md-tabExt
{
	text-transform: capitalize;
}
.breakWord {
	word-wrap: break-word;
	display:inline-block;
	overflow-wrap: break-word;
}

.breakWordAll {
    word-break: break-all;
}

.textIntent {
	text-indent: 1.5em;
}

.hrLine {
    float: left;
    width: 100%;
}

*:focus {
  outline: none;
}

.clearText {
	right: 9px;
	font-size: 20px;
}

.clearText:hover {
  cursor: pointer;
  color: blue;
}

.noMargin {
	margin: 0px;
}

.paragraph-25em{
	width :25em;
}

.panelBodyTitle{
	font-size: 15px;
}


/**** Button circle shape starts ****/

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-md 
{
  width: 35px;
  height: 35px;
  padding: 10px 2px;
  font-size: 12px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.navCircle
{
	background-color: #FFFFFF;
	
	 border-radius: 25px;
}

/**** Button circle shape ends ****/
.text-justify {
	text-align: justify;
    text-justify: inter-word;
}

.padding5px {
	padding: 5px;
}

.padding0px {
	padding: 0px;
}

/*********** slider ends ****/

/**** icon style starts ***/
.fa.fa-circle-o-notch.fa-spin.buzSpinner
{
	font-size : 1.5em;
	color     : red;
}
/*** icon style end****/

html.md-default-theme, html, body.md-default-theme, body {
	background-color: transparent;	
}

/** Loding bar starts **/
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
/** Loding bar ends **/

.busNavBrand {
	margin-top: -12px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: transparent;
}
.navbar-right.margin{
	margin-top: -50px;
	margin-right: 10px;
}
.hideBorderRadius{
	border-radius : 0;
}



/*** Progess Bar  starts ****/

.progress.buz_progress
{
  height        : 10px;
  border-radius : 0;
  font-size   : 14px;
  font-weight   : bold;
}

.progress.buz_progress > .progress-bar
{
  line-height : 12px;	
}


/*** Progess Bar  end ****/


.buz_sub_text_in_table
{
  padding-top: 8px;	
}

.readonly-property a
{
	cursor :default;
	pointer-events: none;
}

.left-align_td > .fromMargin {
	margin-left: 15px;
}
.buzTempalatePrev table tr:hover
{
	background: none;
}

.windowResizer > i
{
	padding : 5px;
	margin-right: 2px;
}

.mandatoryColor{
	color: red;
	font-size : 18px;
	top: -2px;
}

.surveyLabelStyle {
	font-weight: bold !important; 
	font-size:16px !important;
	color: black !important;
}
