html, body {
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  height:100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

/* Toolbar area */

.menu {
  background-color: transparent;
  border: none;
  height: 38px;
  margin: 16px;
  width: 36px;
}


md-toolbar h3 {
  margin: auto;
  font-weight: 500;
}

/* Sidenav area */

md-list-item > button {
  width:100%;
  text-align:left !important;
}

  md-list .md-button.selected {
    color: #03a9f4;
  }

  md-sidenav  md-list {
    padding: 0px 0px 8px 0px;
  }


/* Primary content area */

#content  {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  overflow: visible;
  margin-top:48px;
}

#content .md-button.share {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  margin: 8px auto 16px 0;
  position: absolute;
  top: 10px;
  right: 25px;
}

#content md-icon.avatar {
  margin-top: 10px;
}

#content .md-button.share > md-icon {
  fill:black;
  width:36px;
  height:36px;
}

md-button.menuBtn > md-icon {
  fill:white;
  width:24px;
  height:24px;
}

#content .md-button.share:active > md-icon {
  background-color: #dadada;
  border-radius: 75%;
  padding:4px;
  transition: all 100ms ease-out 30ms;
}

#content img {
  display: block;
  height: auto;
  max-width: 500px;
}

/* Utils */

.content-wrapper {
  position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
  font-size: 1.250em;
  font-weight: 400;
}

.avatar {
  position: relative;
  width: 128px;
  height: 128px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  zoom:0.70;
  transform: translateZ(0);
  -webkit-transform: scale(0.70);
  -moz-transform:scale(0.70);
}


md-bottom-sheet  md-icon {
  margin-right:20px;
}

span.name {
  font-weight: bold;
  font-size:1.1em;
  padding-left:5px;
}
md-toolbar.top_nav {
	background:#009587;
	position: fixed;
	/*z-index: 99;*/
  z-index: 61;
	min-height:48px;
}
md-toolbar .md-button {
  min-width: 0px ;
}
md-toolbar .md-menu {
  margin: 0 !important;
}
md-toolbar.top_nav h3 {
	margin-left:15px;
	font-size:22px;
	color:#FFF;
	font-weight:400;
}
md-toolbar .md-menu-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

md-sidenav {
	padding-top:48px;
}
md-sidenav md-list-item .md-button .left_icon {
	color:#BB0169;
	margin-left:10px;
	margin-right:10px;
}
md-sidenav md-list-item .md-button .arrow_icon {
  float:right;
  margin-top:6px;
}
md-sidenav md-list-item .md-button {
  padding:6px 15px;
  margin:0px;
  border-radius: 0px;
}
md-sidenav md-list-item .md-button .color_blue {
  color:rgb(16,108,200);
}
md-sidenav md-list-item .md-button .color_sales {
  color:#009587;
}
md-sidenav md-list-item .md-button .color_campaigns {
  color:#e3336c;
}
md-sidenav md-list-item .md-button .color_prefe {
  color:#379715;
}
md-sidenav md-list-item .md-button .color_prefen {
  color:#f44336;
}
md-sidenav md-list-item .md-button .color_prefen1 {
  color: #1f77b4;
}
.color_blue {
  color:rgb(16,108,200);
}
.color_green {
  color:#009587;
}
.color_pink {
  color:#e3336c;
}
.color_green_light {
  color:#379715;
}
.badge {
    background: #999;
    color: #FFF;
    padding: 4px 5px;
    border-radius: 50%;
    min-width: 10px;
    height: 18px;
    text-align: center;
    line-height: 10px;
    float: right;
    margin-right: -6px;
    font-weight: normal;
}
.tabsdemoDynamicHeight md-content {
  background-color: transparent !important; }
.tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; }
.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
      background: white; }
.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; }

#content .sales_content md-tabs-canvas {
  background-color:#FFF;
  box-shadow: 0px 3px 5px #888888;
  -moz-box-shadow: 0px 3px 5px #888888;
  -webkit-box-shadow: 0px 3px 5px #888888;
}
#content .sales_content md-tabs .md-tab.md-active {
  color:rgb(16,108,200);
}
#content .sales_content .panel {
  margin-bottom:0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  border:none;
}
#content .sales_content .big-cont-charts .panel {
  overflow:auto;
  height:90vh;
}
#content .sales_content .panel .panel-body {
  overflow:hidden;
}
.dailyGraph {
  padding: 30px;
}
#dailyGraph h1 {
  color:#fe365e;
  margin-top:0px;
  float:left;
}
#dailyGraph h1 .material-icons {
  font-size: 28px;
    color: #FFF;
    background-color: #fe365e;
    border-radius: 50%;
}
#footfall {
  padding: 30px;
}
#footfall h1 {
  color:#106cc8;
  margin-top:0px;
  float:left;
}
#footfall h1 .material-icons {
  font-size: 28px;
}
#weekly {
  padding:30px;
}
#weekly h1 {
  color:#6fc100;
  margin-top:0px;
  float:left;
}
#weekly h1 .material-icons {
  font-size: 32px;
}
#yearly {
  padding:30px;
}
#yearly h1 {
  color:#fe365e;
  margin-top:0px;
  float:left;
}
#yearly h1 .material-icons {
  font-size: 30px;
  color: #FFF;
    background-color: #fe365e;
    border-radius: 50%;
}

md-content.md-default-theme, md-content {
  background-color:#f2f2f2;
}
.sub-category-li .panel-body .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 45px;
}
.sub-category-li .panel-body .checkbox label {
    font-size:13px;
  font-family:Arial, sans-serif;
}
.sub-category-li .panel-body {
    padding: 0px 15px;
}
.sub-category-li .panel-body .checkbox label {
    font-size:14px;
  font-family:Arial, sans-serif;
}
.sub-category-li .panel-heading label {
    margin-bottom: 0;
}
.sub-category-li .panel-title {
  font-size:13px;
  margin-top:5px;
}
.sub-category-li .panel-title label {
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 8px;
}

.sub-category-li .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
  padding: 5px 15px;
}
.sub-category-li .panel-default {
    border-color: transparent;
  background-color: transparent;
}
.sub-category-li .panel-heading {
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.sub-category-li .panel {
  box-shadow: none;
}
.md-accordion .activeContent.sales_accordian {
    height: 275px !important;
	padding:5px 15px;
    display: block;
	overflow:auto;
	background-color: #f2f2f2;
	-moz-box-shadow:    inset  0  8px 8px -8px #696868,
                        inset  0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset  0  8px 8px -8px #696868,
                        inset  0 -8px 8px -8px #696868;
     box-shadow:        inset  0  8px 8px -8px #696868,
                        inset  0 -8px 8px -8px #696868;
}
.md-accordion md-toolbar h3 {
	margin-left:0px;
	color:#FFF;
	font-size:16px;
}
.md-accordion md-toolbar md-icon {
	color:#FFF;
	margin-right:8px;
}
.sub-category-li .panel-group .panel+.panel {
    margin-top: 0px;
}
.sub-category-li .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
}
.recurrenceHideSection {
  background-color: #F8F8F8 ;
  width: 80%;
  padding:20px 35px;
  overflow: auto;
  margin-top:30px;
  -webkit-box-shadow:0px 0px 7px #606060 inset;
  -moz--box-shadow:0px 0px 7px #606060 inset;
  -o--box-shadow:0px 0px 7px #606060 inset;
  box-shadow:0px 0px 7px #606060 inset;
  border-radius:4px;
  margin-bottom:20px;
}



/*****customers css from Deejay*****/
.customers_grid .panel {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  border:none;
  margin-bottom:10px;
  outline:none;
}
.customers_grid .topButtons .panel-heading {
  background-color:#FFF;
  padding:0px 15px 5px 15px;
}
.customers_grid .topButtons {
  border:none;
  border-radius: 0;
  margin-bottom:0px;
}
.customers_grid .topButtons h1 {
	color:#BB0169;
	margin-top: 15px;
	margin-bottom: 0;
}
.customers_grid .topButtons h1 i {
  font-size:40px;
  line-height:19px;
  color:#BB0169;
}
.customers_grid .topButtons h1 md-icon {
  margin-right:15px;
}
.customers_grid .topButtons p {
	margin-bottom:0px;
}
.topButtons .btn-group {
  margin-top:15px;
}
.customers_result {
  max-height:76vh;
  overflow:auto;
  padding:50px 20px 20px 20px;
  min-height:76vh;
}
.customers_result md-icon {
	height: 19px;
    width: 19px;
    min-height: 19px;
    min-width: 19px;
}
.customers_result .panel-group {
    margin-bottom: 10px;
}
.customers_result .bill_record {
  border-bottom: solid 1px #CCC;
    padding-bottom: 15px;
    margin-top: 15px;
	outline:none;
}
.customer_grid_set .accordianBody {
  padding-top:0px;
  border-top:solid 1px #CCC;
}
@media (min-width: 600px) {
  md-sidenav {
    max-width: 250px;
  }
}
md-sidenav {
  max-width: 270px !important;
  width:270px !important;
}
@media only screen and (min-device-width: 1400px) and (max-device-width: 1920px) {
      /* For landscape layouts only */
    
  .customers_result {
    max-height:84vh;
	height:84vh;
  }
  .customers_infiniteScroll {
    max-height:84vh;
    height:84vh;
  }
  #content .sales_content .big-cont-charts .panel {
    height: 100vh;
  }
  #content #myCampaigns .tableCampaigns .panel-body .infiniteScrollContainer {
    max-height:100%;
    height:100%;
  }
  #properties .panel {
	  height: 86vh;
	  max-height:86vh;
	  min-height:86vh;
  }
  .target_audience_result {
	  max-height:700px;
  }

  .customers_grid .md-sidenav-right md-content .panel-body {
		max-height:90vh;
		height:90vh;
	}
	#contentSummary .panel-body {
		/*height:750px;*/
	}
	#dashboardHome {
		height: 95vh;
		max-height:95vh;
		min-height:95vh;
	}
	.userPhoneNo .material-icons {
		font-size: 17px;
	}
	.dataBranch .material-icons {
		font-size: 17px;
	}
	#contentSetMessage .panel-body {
		/*max-height:80vh;*/
		/*min-height:80vh;*/
	}
	#contentSummary .panel-body {
		/*max-height:86vh;*/
		/*min-height:86vh;*/
	}
}
.userPhoneNo {
  color:rgb(16,108,200) !important;
  line-height:24px;
  font-size:14px;
  font-weight:500;
  outline:none;
}
.userPhoneNo .material-icons {
  color:rgb(16,108,200);
  font-size: 19px;
}
.dataBranch {
  font-size:14px;
  font-weight:400;
  color:#666;
}
.dataBranch .material-icons {
  font-size: 19px;
}
.glyphicon-star {
  color:#ff9900;
}
.ratingCustomer, .billingDate, .amountDataDiv {
  margin-top:10px;
}
.amountDataDiv {
	font-weight:600;
}
.downloadBtn .material-icons {
  color:#009587;
  font-size:30px;
}
.viewImageBtn .material-icons {
  color:rgb(16,108,200);
  font-size:30px;
}
#myCampaigns {
  padding:15px 30px 25px 30px;
}
#myCampaigns h1 {
  color:rgb(16,108,200);
  margin-top:0px;
  font-size:22px;
  font-weight:400;
}
#myCampaigns h1 md-icon {
  color:rgb(16,108,200);
  width:28px;
  height:28px;
  margin-left: -5px;
}
#myCampaigns h1 md-icon .material-icons {
  font-size:28px;
  line-height: 23px;
}
#content #myCampaigns .tableCampaigns .panel {
  margin:10px 0 0 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  border:none;
  font-size:14px;
  overflow:hidden;
}
#content #myCampaigns .tableCampaigns .panel-heading {
  background-color:transparent;
  padding:15px;
}
#content #myCampaigns .tableCampaigns .panel-body .infiniteScrollContainer {
  padding:0 15px;
  height:100%;
  overflow:auto;
}
#Customer_Content {
  padding:15px 22px 25px 24px;
}
#Customer_Content .btn {
  display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 15px 2px 10px 15px;
    font-size: 14px;
    line-height: 1.428571;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#Customer_Content .tableCustomer .panel {
  margin-bottom:0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  border:none;
  font-size:14px;
  overflow:hidden;
}
#Customer_Content .tableCustomer .panel-body {
  padding: 0px;
}

#Customer_Content .tableCustomer .panel-heading {
  background-color:transparent;
  /*padding:15px;*/
  padding: 0px 0px 0px 0px;
}
#Customer_Content .tableCustomer .listCustomerRow {
  border-bottom: solid 1px #CCC;
    padding: 10px 2px 10px 10px;
    text-align: center;
}
#Customer_Content .tableCustomer .listCustomerRow:hover {
  background-color:#f9f9f9;
}

#Customer_Content .tableCustomer .listCustomerRow md-progress-linear ._md-bar {
  background-color:rgb(16,108,200);
}
#Customer_Content .tableCustomer .listCustomerRow .md-button.md-icon-button {
  height: auto;
    min-height: 24px;
    padding: 5px 0 0 0;
  margin:0px;
}
.paddingTop5 {
  padding-top:10px;
}
#Customer_Content .tableCustomer .listCustomerRow .copyBtnListView  md-icon {
  color:#049789;
}
#Customer_Content .tableCustomer .listCustomerRow .deleteBtnListView  md-icon {
  color:#d84315;
}
.customers_infiniteScroll {
    padding:0px 0px;
    max-height:76vh;
    overflow:auto;
    min-height:76vh;
  }
.noDataDisplay {
  margin-top:8%;
  text-align:center;
  color:#666;
}
#content .noDataDisplay img {
  display:inline-block;
}
#myCampaigns .tableCampaigns .listCampaignRow {
  border-bottom: solid 1px #CCC;
    padding: 10px 0;
    text-align: center;
}
#myCampaigns .tableCampaigns .listCampaignRow:hover {
  background-color:#f9f9f9;
}

#myCampaigns .tableCampaigns .listCampaignRow md-progress-linear ._md-bar {
  background-color:rgb(16,108,200);
}
#myCampaigns .tableCampaigns .listCampaignRow .md-button.md-icon-button {
  height: auto;
    min-height: 24px;
    padding: 5px 0 0 0;
	margin:0px;
}
.paddingTop5 {
  padding-top:10px;
}
#myCampaigns .tableCampaigns .listCampaignRow .copyBtnListView  md-icon {
  color:#049789;
}
#myCampaigns .tableCampaigns .listCampaignRow .deleteBtnListView  md-icon {
  color:#d84315;
}

/*****Target audience and add new campaigns css from Anupama*****/
.vertical-divider{
  border-top: thin solid #bdbdbd;
  border-right-width: 1px;
  border-left: thin solid #bdbdbd;
  border-bottom: thin solid #bdbdbd;
  /*height: 100%;*/
}
.md-accordion .md-toolbar-tools {
  background-color:#116CC9;
  height:35px;
  padding:0 10px;
}
.target_audience_grid .topButtons h1 md-icon {
  margin-right:15px;
}
.target_audience_grid .topButtons .panel-heading {
  background-color:#FFF;
  padding:15px 30px 30px 30px;
}
.target_audience_grid .topButtons {
  border:none;
  border-radius: 0;
  margin-bottom:0px;
}
.target_audience_grid .topButtons h1 {
  color:#BB0169;
}
.target_audience_grid .topButtons h1 i {
  font-size:40px;
  line-height:19px;
  color:#BB0169;
}
.target_audience_grid .topButtons h1 md-icon {
  margin-right:15px;
}

.addNew_campaigns_grid .topButtons h2 {
  color:#1A75D0;
}
.addNew_campaigns_grid .topButtons h2 i {
  font-size:40px;
  line-height:19px;
  color:#1A75D0;
}
.addNew_campaigns_grid .topButtons h2 md-icon {
  margin-right:15px;
}
.target_audience_result {
  max-height:385px;
  overflow:auto;
  padding:15px;
}
.md-accordion {
	margin-bottom:10px;
}
.md-accordion .expandCollapse {
  width:30px;
  height:30px;
  position:relative;
  font-size:20px;
  font-weight:bold;
  cursor:pointer;
  color:#fff;
  display:block;
  margin-top: -2px;
  margin-left: -2px;
  overflow:hidden;
}
.md-accordion .expandCollapse:active {
 border:0px;
}
.md-accordion .expandCollapse:before, .md-accordion .expandCollapse:after {
  width:30px;
  height:30px;
  display:block;
  position:absolute;
  top:0;
  left:0;
  line-height:32px;
  text-align:center;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.md-accordion .expandCollapse:before {
  opacity:1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "|";
  margin-top:-3px;
}
.md-accordion .expandCollapse:after {
  opacity:1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "|";
  margin-left:-3px;
}
.md-accordion .active:before {
  opacity:1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left:3px;
  margin-top:0px;
}
.md-accordion .dataContent {
	background-color:transparent;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
	border:none;
}
.md-accordion .activeContent {
  min-height:144px;
  padding:10px;
}
.md-accordion .activeContent md-toolbar {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.md-accordion md-toolbar {
    cursor: pointer;
    border-bottom: none;
    min-height: 30px;
	border-radius: 4px;
	outline:none;
}
a {
    color: rgb(16,108,200);
    text-decoration: none;
}
a:hover, a:focus {
    color: #e3336c;
    text-decoration: none;
}
#billezBody {
	background-color:#f2f2f2;
}
.addNew_campaigns_grid .topButtons .md-button {
	min-width:60px;
	padding:0 10px;
	line-height: 30px;
    min-height: 20px;
	margin:10px 5px;
}
.addNew_campaigns_grid .topButtons .md-button md-icon {
    height: 20px;
    width: 22px;
    min-height: 20px;
    min-width: 22px;
}
.addNew_campaigns_grid .topButtons .md-button .material-icons {
	font-size:20px;
	line-height:18px;
}
.paddingRight15inner {
	padding-right:-15px;
}
.addNew_campaigns_grid .topButtons .setPagenaBtns {
	margin-top:10px;
}
.addNew_campaigns_grid .topButtons h3 {
	margin-top:20px;
	line-height:18px;
	color:#e3336c;
	font-weight:400;
}
.addNew_campaigns_grid .topButtons h3 md-icon {
	margin-right:10px;
	color:#e3336c;
}
#properties .panel {
	padding:40px;
	height:500px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
	border:none;
}
md-radio-button {
	outline: none;
	margin-right: 20px;
    margin-left: 10px;
}
#contentTargetAud .topTable {
	border:none;
	height:auto;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#contentTargetAud .topTable md-grid-list md-grid-tile {
	background-color:#FFF;
	text-align:center;
}
#contentTargetAud .topTable md-grid-list md-grid-tile md-grid-content h3 {
	color:#999;
	font-size:35px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:0px;
}
.divider {
	border-right:solid 1px #ccc;
}
#contentTargetAud .target_audience_result .md-accordion .dataContent {
	background: #FFF;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
	border:none;
}
.loginContent md-card, .recoverPass md-card {
	margin-top:15%;
}
.loginContent md-card-header, .recoverPass md-card-header {
	border-bottom:solid 1px #CCC;
}
.loginContent md-card-header .md-title {
    font-weight: 400;
	color:#009688;
}
.recoverPass md-card-header .md-title {
	font-weight: 400;
	color:#009688;
}
.recoverPass md-card md-card-content {
	padding:30px;
}
#contentSetMessage .panel {
	padding:0px;
	height:auto;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
	border:none;
	overflow:auto;
}
#contentSetMessage .panel-heading {
	padding:15px;
	background-color: transparent;
}
#contentSetMessage .panel-body {
	padding: 15px;
  /*height: 444px;*/
  /*overflow: auto;*/
}
/**scroll for setmessage accordion by Anupama**/
#contentSetMessage .md-accordion .activeContent {
  /*height: 100px;*/
  overflow:auto;
}
.editYourMessage {
	min-height:150px;
	margin-top:35px;
}
.editYourMessage h4 {
	color:#116CC9;
	margin-bottom: 0px;
}
.editYourMessage p {
	color:#999;
	margin-bottom: 20px;
}
.setMessage {
	padding-bottom:15px;
}
.setMessage .md-sidenav-right {
	width: 450px !important;
    max-width: 450px !important;
	padding:0px;
}
.setMessage .md-sidenav-right md-toolbar {
	background-color:transparent;
	color:#999;
}
.setMessage .md-sidenav-right md-toolbar h1 {
	margin-top: 15px;
    color: #666;
    font-size: 18px;
    margin-left: 15px;
}
.setMessage .md-sidenav-right md-toolbar .material-icons {
	color:#CCC;
	margin:15px 15px 0 0;
	cursor:pointer;
	transition: .3s all ease-out;
	outline:none;
}
.setMessage .md-sidenav-right md-toolbar .material-icons:hover {
	color:#f00;
	transform:rotate(180deg);
	text-shadow: 0 0 3px rgba(255,0,4,0.37);
}
.contentPreview {
	background:url(../images/mobile-imgnn.jpg) no-repeat bottom center;
	width:400px;
	height:600px;
	margin:auto;
	/*padding: 181px 0 0 96px !important;*/
  padding: 138px 0 0 94px !important
}
.contentPreview h4 {
    font-size: 19px;
    text-transform: uppercase;
	color:#FFF;
	font-weight:500;
}
.contentPreview p {
    color: #FFF;
    margin: 34px 0 0 24px;
    width: 54%;
    line-height: 18px;
	font-size:14px;
}
.contentPreview a {
  color:white;
}
.successBtnNew {
  background-color: #4db848 !important;
  min-width: 100px !important;
}
.contentPreview a:hover {
  color:#999;
}
.setMessage .md-sidenav-right md-content {
	padding:0px;
}
#contentSummary label {
	margin-bottom:10px;
	padding-top:0px;
}
#contentSummary .panel-body {
	padding: 15px;
    /*height: 500px;*/
    /*overflow: auto;*/
}
.customers_grid .md-sidenav-right {
	width: 400px !important;
    max-width: 400px !important;
	padding:0px;
}
.customers_grid {
	padding-bottom:15px;
}
.customers_grid .md-sidenav-right md-toolbar {
	background-color:#BB0169;
	color:#999;
	min-height:45px;
	padding-right:5px;
}
.customers_grid .md-sidenav-right md-toolbar h1 {
	margin-top: 15px;
    color: #FFF;
    font-size: 18px;
    margin-left: 15px;
}
.customers_grid .md-sidenav-right md-toolbar .downloadBtn .material-icons {
	color:#FFF;
	font-size: 24px;
	margin-top:2px;
}
.customers_grid .md-sidenav-right md-toolbar .viewImageBtn .material-icons {
	color:#FFF;
	font-size: 24px;
	margin-top:2px;
}
.customers_grid .md-sidenav-right md-toolbar .closeIcon {
	color:#FFF;
	cursor:pointer;
	transition: .3s all ease-out;
	outline:none;
	margin: 4px;
}
.customers_grid .md-sidenav-right md-toolbar .closeIcon:hover {
	transform:rotate(180deg);
}
.customers_grid .md-sidenav-right md-content img {
	width:98%;
	max-width:98%;
}
.customers_grid .md-sidenav-right md-content .panel-body {
	max-height:90vh;
	height:90vh;
	overflow:auto;
	padding: 30px 15px 15px 15px;
}
.customers_grid .md-sidenav-right md-content {
	padding:0px;
}


/****NEW TARGET AUDIANCE****/
#contentTargetAudiance .topBoxes {
    border: none;
    height: auto;
	border-radius:4px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.topBoxes .setTopBox {
	border-right:solid 1px #CCC;
	padding:15px 0px;
}
.topBoxes .setTopBox:last-child {
	border-right:none;
}
.topBoxes .setTopBox p {
	margin-bottom:0px;
}
.topBoxes .setTopBox h3 {
	margin-top:0px;
	margin-bottom:0px;
}
.topBoxes .setTopBox i {
	font-size:30px;
	margin-top:5px;
}

#contentTargetAudiance .sortingTargetAudi {

    overflow: visible;
    /*padding: 15px;*/
	border-radius:4px;
	background-color:#FFF;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#contentTargetAudiance .sortingTargetAudi fieldset {
    border:solid 1px #AAA;
    height: auto;
	border-radius:4px;
	padding:20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
	background-color:#FFF;
}
#contentTargetAudiance .sortingTargetAudi fieldset legend {
	width: auto;
    border-bottom: none;
	margin-bottom: 0px;
    font-size: 18px;
	padding: 2px 10px 2px 5px;
	font-weight: 500;
	margin-left: -5px;
	background-color:#FFF;
	border:solid 1px #AAA;
}
.setSortingTarAud {
    margin-bottom: 20px;
	padding-left:30px
}
.setSortingTarAud  h4 {
   margin:0 0 10px -30px;
}
.setSortingTarAud h4 .material-icons {
	font-size:20px;
}
.width15per {
	width:15% !important;
}
.width20per {
	width:20% !important;
}
.width30per {
	width:30% !important;
}
/***********Dashboard Home************/
#dashboardHome {

  overflow:auto;
  height:93vh;
}
.topDashboard div md-card {
	color:#000;
	min-height:135px;
}
.topDashboard div md-card md-card-title {
	padding:3px 3px 3px;
}
.topDashboard div md-card md-card-title md-card-title-text:only-child .md-subhead {
	padding-top:0px;
	text-align:center;
  font-size: large;
}
.topDashboard div:first-child md-card {
	/*background-color: #e2eefc;*/
	/*background-color: #d2dda4;*/
  height: 80%;
}
.topDashboard div:nth-child(2) md-card {
  /*background-color: #d2dda4;*/
  height: 80%;
}
.topDashboard div:nth-child(3) md-card {
  /*background-color: #d2dda4;*/
  height: 80%;
}
.topDashboard div:nth-child(4) md-card {
	background:bottom center no-repeat scroll white;
  height: 80%;
}
.topDashboard div:nth-child(5) md-card {
  /*background-color: #d2dda4;*/
  height: 80%;

}
.topDashboard div md-card md-card-actions{
	font-size:10px;
}
.chartsDashboard div md-card {
	height:420px;
}
/*only for chrome browser dashboard card height different*/
/*@media screen and (-webkit-min-device-pixel-ratio:0)*/
/*and (min-resolution:.001dpcm) {*/
  /*.chartsDashboard div md-card {*/
    /*height:390px;*/
  /*}*/
/*}*/
.chartsDashboard div md-card md-card-title {
	padding:16px 16px 16px;
  max-height: 50px;
}
.chartsDashboard div md-card md-card-content {
	/*height: 100%;*/
}
.top-fixed {
	position: fixed;
    margin-left: -20px;
    margin-top: -52px;
    width: 100%;
    border-radius: 0;
	z-index: 23;
}
.top-fixed .panel-body {
	padding:0 15px;
}
.top-fixed .panel-body .btn_sort {
	margin-left:0;
	padding-left:10px;
}
.preferences md-input-container {
	margin: -7px 0 0 0;
}
.preferences .panel {
	margin-top:15px;
}

.noofcustomers{
	font-weight: 600;
	font-style: oblique;
}
.noofcustomers-reached-text-color{
	color: green;
}
.noofcustomers-expected-text-color{
	color: orange;
}
/*unsaved changes dialog by anupama*/
#unsavedChanges md-toolbar {
  background:#E15E51;
  min-height: 30px;
  height: 35px;
  width: 410px;

}
#unsavedChanges .md-button {
  background:#ffffff;
  color:#E15E51;
  font-size: 12px;
  padding: 0 6px 0 6px;
  min-width: 65px;
  border-radius: 4px;
  
}
/*delete dialog css by anupama*/
#deleteDialog md-toolbar {
  background:#E15E51;
  min-height: 30px;
  height: 20px;
  width: 380px;

}
#deleteDialog .md-button {
  background:#ffffff;
  color:#E15E51;
  font-size: 12px;
  min-width: 50px;
  border-radius: 4px;
  
}

/*schedule Later dialog css by anupama*/
#scheduleDialog md-toolbar {
  background:#E15E51;
  min-height: 30px;
  height: 20px;
}
#scheduleDialog .md-button {
  background:#eee;
  color:#E15E51;
  font-size: 12px;
  min-width: 50px;
  border-radius: 4px;
  
}
.dashBoardRatingGage{
  margin-top: -20px;
  margin-left: 20%;
  width:250px;
  height: 90px;
  padding-left: 15px;
}
.btngroupunselected {
  background: #b7adad;

  color:white;
}
.noWordCloud{
  background-color: #d2f7e6;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.WordCloud{
  position: relative;
}
.wordcloudNoData{
  position: relative;
  opacity: 0.2;
}
.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0; }
.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto; }
.selectdemoSelectHeader md-content._md {
  max-height: 240px; }
md-dialog.fullscreen-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 60%;
  height: auto;
  border-radius: 0;
}
.md-button.md-primary.md-raised.primary{
  background-color: #106cc8;
}
.md-button.md-primary.md-raised.primary:hover{
  background-color: #106cc8;
}
.md-button.md-primary.md-raised.info{
  background-color: #5bc0de;
}
.md-button.md-primary.md-raised.info:hover{
  background-color: #5bc0de;
}
.md-button.md-primary.md-raised.warning{
  background-color: #e15e51;
}
.md-button.md-primary.md-raised.warning:hover{
  background-color: #e15e51;
}
.noborder  .md-chips {
   box-shadow: 0 0px rgba(0,0,0,0.12);
}
.noborderAlignCenter  .md-chips {
  box-shadow: 0 0px rgba(0,0,0,0.12);
  margin-left: 25%;
}
.noborderAlignCenter .md-chips md-chip ._md-chip-content{
  overflow: visible;
  white-space:nowrap;
}
.md-chips md-chip{
  white-space:nowrap;
}
.mulpleBills{
  background-color: #fbfff0;
}
.donut-charts{
  width: 360px;
}

/*angular UI notification css*/
.dialogdemoBasicUsage #popupContainer {
  position: relative; }

.ui-notification {
  position: fixed;
  z-index: 9999;
  width: 30%;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  color: #fff;
  border-radius: 0;
  background: #337ab7;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .3)
}

.ui-notification.clickable {
  cursor: pointer
}

.ui-notification.clickable:hover {
  opacity: .7
}

.ui-notification.killed {
  -webkit-transition: opacity ease 1s;
  -o-transition: opacity ease 1s;
  transition: opacity ease 1s;
  opacity: 0
}

.ui-notification > h3 {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 10px 10px 0;
  padding: 0 0 5px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.ui-notification a {
  color: #fff
}

.ui-notification a:hover {
  text-decoration: underline
}

.ui-notification > .message {
  margin: 10px
}

.ui-notification.warning {
  color: #fff;
  background: #f0ad4e
}

.ui-notification.error {
  color: #fff;
  background: #d97690
}

.ui-notification.success {
  color: #fff;
  background: #5cb85c
}

.ui-notification.info {
  color: #fff;
  background: #5bc0de
}
.campaingsMDChips .md-chips ._md-chip-input-container md-autocomplete input{
  position: relative;
  width: 200px;
}
.md-autocomplete-suggestions{
  width: 500px;
}
md-virtual-repeat-container {
  height: 300px;
  width: 350px;
}
/*to hide input type number spinner*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dtp ._md .layout-column .md-content-overflow ._md-transition-in{
  width: auto !important;
}
.dtp > .dtp-content{
  max-width: none !important;
}
#notifiMenu{
margin-left: -36px !important;
}
#notifiMenu:after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #fff;
  border-top: 0px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
  margin-left: 227px !important;
  margin-top: -60px;
}
.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
   height: auto !important;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  box-sizing: border-box;
   max-width: none !important;
  position: relative;
}
/* Ensure notification button has relative positioning for badge */
md-menu md-button[aria-label="Notification"] {
  position: relative !important;
}

.md-button.md-fab.md-mini.badge{
  line-height: 16px !important;
  width: 20px !important;
  height: 20px !important;
  max-height: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  min-width: 20px !important;
  position: absolute !important;
  top: -2px !important;
  /* right: -1% !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
}
/*style for only firefox */
/*@-moz-document url-prefix() {*/
  /*.firefoxMarginFix{*/
    /*margin-top: 35px !important;*/
  /*}*/
/*}*/
.activeLink{
background-color:rgba(158,158,158,0.2) !important;
}
/*angular-md-pull-to-refresh*/
.im-pull-to-refresh-progress-bar {
  max-height: 5px;
  opacity: 1;
}

.im-pull-to-refresh-progress-bar.ng-hide-add.ng-hide-add-active,
.im-pull-to-refresh-progress-bar.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.im-pull-to-refresh-progress-bar.ng-hide {
  max-height: 0;
  opacity: 0;
}
/*loyalty content css*/
/*Anupama*/
.loyalty_content md-tabs .md-tab.md-active {
  color:rgb(16,108,200);
}
.loyalty_content md-tabs-canvas {
  background-color:#FFF;
  box-shadow: 0px 3px 5px #888888;
  -moz-box-shadow: 0px 3px 5px #888888;
  -webkit-box-shadow: 0px 3px 5px #888888;
}
.redemption_content form{
  /*padding-left: 50px;*/
}


.loyalty_content .redemption_content .panel {
  overflow:auto;
  /*height:435px;*/
}


#changeName md-toolbar {
  background:#E15E51;
  min-height: 30px;
  height: 35px;
  width: 395px;

}
#changeName .md-button {
  background:#ffffff;
  color:#E15E51;
  font-size: 12px;
  padding: 0 6px 0 6px;
  min-width: 65px;
  border-radius: 4px;
  
}
.configuration_content .config{
  padding: 25px;
  overflow:auto;
  height:464px;
}
/*#pieChartDiv{*/
  /*width:360px;*/
/*}*/

.configuration_content .config .config_layout{
  padding-bottom: 8px;
}
.edit_user .md-icon-button{
  height: 40px;
  width: 48px;
  border-radius: 89%;
  margin: 4px 6px;
}
/*d3 context menu*/
.d3-context-menu {
  position: absolute;
  display: none;
  background-color: #f2f2f2;
  font-family: Arial, sans-serif;
  font-size: 14px;
  min-width: 120px;
  max-width: 150px;
  border: 1px solid #d4d4d4;
  z-index:1200;
  transform-origin: 100% 0;
  word-break: break-all;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.d3-context-menu ul {
  list-style-type: none;
  margin: 4px 0px;
  padding: 0px;
  cursor: default;
}

.d3-context-menu ul li {

  padding: 4px 16px;
  word-wrap: break-word;
  box-sizing: border-box;
  word-break: break-all;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
  border-bottom: rgba(0,0,0,0.11) 1px solid;
}

.d3-context-menu ul li:hover {
  background-color: rgba(158,158,158,0.2);
}

/*
	Header
*/

.d3-context-menu ul li.is-header,
.d3-context-menu ul li.is-header:hover {
  background-color: #f2f2f2;
  color: #444;
  font-weight: bold;
  font-style: italic;
}

/*
	Disabled
*/

.d3-context-menu ul li.is-disabled,
.d3-context-menu ul li.is-disabled:hover {
  background-color: #f2f2f2;
  color: #888;
  cursor: not-allowed;
}

/*
	Divider
*/

.d3-context-menu ul li.is-divider {
  padding: 0px 0px;
}

.d3-context-menu ul li.is-divider:hover {
  background-color: #f2f2f2;
}

.d3-context-menu ul hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#merchantMask_content{
  /*height: 82vh;*/
  /*overflow:auto;*/
}
.customScroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.customScroll::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.customScroll::-webkit-scrollbar-thumb
{
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg,
  rgba(0, 0, 0, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(0, 0, 0, .2) 50%,
  rgba(0, 0, 0, .2) 75%,
  transparent 75%,
  transparent)
}
.chartsDashboard .md-headline{
    color: rgb(16,108,200);
    /*color: #00b3c7;*/
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
}
.topDashboard .md-subhead{
    color: #00b3c7;

}
.menuItem{
  text-align: center !important;
}
.customHeadline{
  font-size: 1.5em !important;
  padding: 10px;
}
.topDashboard md-card md-card-title {
  padding: 24px 16px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex: 0 auto;
  -ms-flex: 1 1 auto;
   flex:0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*search in customer tab*/

/*#search_Customer input[type=search] {
  background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  width: 35px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
   -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#search_Customer input[type=search]:hover {
  background-color: #fff;
}
#search_Customer input[type=search]:focus {
  width: 230px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#search_Customer input:-moz-placeholder {
  color: transparent;
}
#search_Customer input::-webkit-input-placeholder {
  color: transparent;
}*/


.md-button-wrapper:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.filters-bg-color {
  border: none!important;
  border-radius: 3px!important;
  padding: 0 6px;
  height: 41px;
  text-transform: none;
  margin: 8px;
}
.filters-bg-color .md-button-wrapper {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
}
.filters-bg-color .md-button-wrapper:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.filters-bg-color  .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
   background-color: transparent;
}
#datePickerMDMenu {
  height: 100% !important;
  max-height: 100% !important;
}

/*reset button in filter of customer tab*/
#Customer_Content .md-button.md-default-theme.md-raised, .md-button.md-raised .customBtn{
margin:0px;
line-height: 28px;
min-width:60px;
font-size: 12px;
min-height: 30px;
}
.stepActions{
  margin-bottom: 0px !important;
}
.widget-group{
  min-height: 230px !important;
  padding:5px 15px 5px 15px !important;
}
.widget-group md-card md-card-content{
  background: white;
  padding: 0 !important;
}
.widget-group md-card md-card-content .header{
  height: 50px;
  padding: 15px;
}
.widget-group md-card md-card-content .header .headerText{
  font-size: 20px;
  font-weight: 400;
}
.widget-group md-card md-card-content .body{
  text-align: center;
}
.widget-group md-card md-card-content .body{
  height: 130px;
  padding-top: 10px;
}
.widget-group md-card md-card-content .body .mainText{
  line-height: 72px;
  font-size: 35px;
}
.targetsalebox, .monthsalebox{
  display: table;
  width:200px;
}
.targetSaleForTheMonthText{
  color:#4db848 !important;;
}
.targetsalebox > * ,.monthsalebox > * {
  display: table-cell;
  width: 33.33%;
}
.widget-group md-card md-card-content .body .subText{
  color: rgba(0,0,0,0.54);
  font-weight: 500;
  font-size: 21px;
}
.widget-group md-card md-card-content .footer{
    height: 50px;
  padding: 15px;
   border-top: 1px solid rgba(0,0,0,.12);
   background-color: #FAFAFA!important;
  font-size: 14px;
  font-weight: 400;

}
svg:not(:root) {
  overflow: visible !important;
}
.customerHistory{
  /*padding-top: 0;*/
  /*width: 400px !important;*/
  /*max-width: 300px !important;*/
}
.customerHistory md-toolbar{
  background-color: #9f8981;
  height: 40px;
  min-height: 40px;
  padding: 2px;
}
.no_margin{
  margin:0px !important;
}
#engagementRule_content fieldset {
      /*margin: 8px;*/
      /*height: 148px;*/
      /*width: 331px;*/
      border: 1px solid silver;
      padding: 8px;    
      border-radius: 4px;
  }
#engagementRule_content  legend{
      padding: 3px;
      width: 8%;
      border-bottom: 0px;
      font-size: 16px;
      margin-bottom:0px;    
  }
.engagementRule_inputcontainer{
  margin: 0px;
}
/*ivh dropdown css*/
/* Put your css in here */

.dropdown-with-ivhTreeView{
    position: relative;
    display: inline-block;
    min-width: 10em;
    width: 20em;
    z-index: inherit;
}

.dropdown-with-ivhTreeView .dropDown
{
    min-width: inherit;
    width: inherit;
    height: 1.5em;
    /*border: 1px solid black;*/
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
    text-align: middle;
    overflow: hidden;
    z-index: inherit;
}

.dropdown-with-ivhTreeView .dropDown .dropDownButton
{
    float: right;
    /*background-color: #3399ff;*/
    background-color:white;
    border-left: inherit;
    width: 20px;
    height: 100%;
    text-align: center;
    z-index: inherit;
}

.dropdown-with-ivhTreeView .dropDown .dropDownButton .dropDownButtonIcon
{
    width: 0px !important;
    height: 0px !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    /*border-top: 8px solid white !important;*/
    border-top: 8px solid #1F1F1F !important;
    border-bottom: 0px solid transparent !important;
    top: 35%;
    left: 30%;
    position: relative !important;
}

.dropdown-with-ivhTreeView .dropDownContent
{
    background-color: white;
    min-width: inherit;
    max-height: 20em;
    width: inherit;
    overflow: auto;
    display: none;
    position: absolute !important;
    z-index: 90;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*border: 1px solid black;*/
    border:none;
    /*z-index: inherit;*/
}

.dropdown-with-ivhTreeView .dropDownContent .searchBox
{
    position: relative !important;
    top: 6px;
    left: 6px;
    width: 95%;
}

.dropdown-with-ivhTreeView .show 
{
    display:block;
}

.dropdown-with-ivhTreeView .dropDownContent .ivhTree
{
    position: relative !important;
    left: 3px;
    max-width: 95%;
}

/*Related to Inner Tree View Colasable icon : START */
.arrow-right
{
    width: 0px !important;
    height: 0px !important;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-left: 8px solid black !important;
    border-right: 0px solid transparent !important;
    top: -2px;
    /*left: 3px;*/
    left: -2px;
    position: relative !important;
    display: inline-block;
}

.arrow-down
{
    width: 0px !important;
    height: 0px !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 8px solid black !important;
    border-bottom: 0px solid transparent !important;
    top: -2px;
    /*left: 3px;*/
    left: -2px;
    position: relative !important;
    display: inline-block;
}
.no-padding{
  padding:0;
}
.errorMsg{
  color: red;
}
/*Related to Inner Tree View Colasable icon : END */
.engagementRule_body {
  overflow:auto;
  height:78vh;
}
.padding2{
  padding: 2px;
}
.appointmentCount{
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

  background-color: rgb(16,108,200);
  color: rgba(255,255,255,0.87);
  text-align: center;
  font-size: 18px !important;
}
.engRule_content md-tabs-canvas {
  background-color:#FFF;
  box-shadow: 0px 3px 5px #888888;
  -moz-box-shadow: 0px 3px 5px #888888;
  -webkit-box-shadow: 0px 3px 5px #888888;
}
.engRule_content md-tabs .md-tab.md-active {
  color:#106cc8;
}
.engRule_input {
    width: 50px !important;
    text-align: center;
    border: 1px solid #cbd6e2;
}
.engRule_input:focus{
    border-color: rgba(0,208,228,0.5);
    box-shadow: 0 0 4px 2px rgba(0,208,228,0.3), 0 0 0 1px #00d0e4;
    outline: 0;
}
.targetAud_input:focus{
    border-color: rgba(0,208,228,0.5);
    box-shadow: 0 0 4px 2px rgba(0,208,228,0.3), 0 0 0 1px #00d0e4;
    outline: 0;
}
.newService-details-contents input {

}
.widget-group md-card md-card-content .footer{
  font-size: 12px !important;
}
.minButton {
  max-height: 30px !important;
  margin-top: -10px !important;
}
.downloadAttachmentSpan{
  cursor:pointer;
  color:blue;
  text-decoration:underline;
}
.downloadAttachmentSpan:hover {
  text-decoration:none;
  /*text-shadow: 1px 1px 1px #555;*/
}
.custmerDetaildSalePaddingTop {
  padding-top: 50px
}
.customList ._md-subheader-inner{
  height: 60px !important;
}
.set_content {
  min-height:100px;
  padding:15px;
}
.inner_set {
  height:200px;
  background-color:#2c84ee;
  display:grid;
  text-align:center;
}
.set_content .right .col-sm-3:nth-child(2) .inner_set {
  background-color:#781766;
}
.set_content .right .col-sm-3:nth-child(3) .inner_set {
  background-color:#fb8f02;
}
.set_content .right .col-sm-3:nth-child(4) .inner_set {
  background-color:#006600;
}
.set_content .right .col-sm-3:nth-child(5) .inner_set {
  background-color:#e51400;
}
.set_content .right .col-sm-3:nth-child(6) .inner_set {
  background-color:#83a702;
}
.set_content .right .col-sm-3:nth-child(7) .inner_set {
  background-color:#044e94;
}
.set_content .right .col-sm-3:nth-child(8) .inner_set {
  background-color:#333;
}
.inner_set h3 {
  margin:0px;
  color:#FFF;
  line-height: 11em;
  font-family: raleway;
  color:#FFF;
  font-weight:400;
  font-size:18px;
}
.noPadding{
  padding: 0 !important;
  /*height:90px !important;*/
  text-align: left;
}
.custom-tooltip {
  height: 120px !important;
  background-color: #333 !important;
  color: white !important;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10%;
}
md-tooltip._md-hide {
  transition: none;
}
md-tooltip._md-show {
  transition: none;
  pointer-events: none;
}
.custom-tooltip * {
  height: 120px !important;
}

html{
  overflow-y: hidden !important;
}
.feedbackTextCenter{
  font-size: 15px;
  font-weight: bold;
  color:white;
}
.feedbackInternalDivMargin{
  margin-left: 25px;
}
.boxShadowLessChips .md-chips {
  box-shadow: none;
}

.star-rating1 {
  color: #ef4c4e;
}

.star-rating2{
  color: #faa534;
}

.star-rating3 {
  color: #FAE80B;
}

.star-rating4 {
  color: #B6D433;
}

.star-rating5 {
  color: #3a930e;
}
div.google-visualization-tooltip {
  width:300px;
}
/* When the input is not focused */
md-input-container label {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #888888 !important;
}

/* When the input is focused */
md-input-container.md-input-focused label {
  font-weight: 500 !important;
  font-size: 16px;
  color: #888888 !important;
}
.posExpired{
  color:red
}
.posExpiring{
  color: #9a8b22;
}
.successBtn{
  background-color: #449d44 !important;
}
.no-margin{
  margin: 0 !important;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.noPadding{
  padding:0 !important; ;
}
.hide-validation-error .md-errors-spacer { display: none; }

.tooltip-multiline div{
  height: auto;
}
md-card-content.addnew-campaigns-card{
    display: block;
    padding: 5px;
}
/* new custom css */

.logo-res{
  max-width: 75%
}

.login-bg{
  width:100%;height:100%;position:absolute;background-color:#F2F4F8;
}

.login-paddingunset{
  padding: unset;
}

.login-logo{
  text-align:center; 
  width: 250px; 
  margin-top: 10px; 
  margin-bottom: 20px;
}

.login-countrycode{

  width: 15%; 
  border: none; 
  height: 52px;
  border: 1px solid #e6e6e6; 
  background: #F1F1F1;
}

.login-alert-right{
  width: 85%; float: right;
}

.login-float-right{
float:right;
}

.login-float-left{
float:left;
}

.login-align-center{
  text-align: center;
}

.login-image-left{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;

}
.btn-show-pass {
  font-size: 15px;
  color: #aaaaaa;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 200;
  height: 100%;
  top: 0;
  right: 25px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.btn-show-pass:hover {
  color: #111111;
}

.btn-show-pass.active {
  color: #111111;
}
.btn-show-pass{
  outline: none;
}