* {
  outline: none !important;
}
html,
body {
  font-family: 'Roboto', 'sans-serif', Roboto,sans-serif;
  font-size: 14px;
}
.top-header {
  font-size: 21px;
  font-weight: 300;
  color: rgba(0,0,0,0.87);
  margin: 0 0 8px 0;
}
.header {
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: rgba(0,0,0,0.87);
  margin: 0 0 6px 0;
}
.title {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  font-weight: bold;
  line-height: normal;
  margin: 12px 0 4px 0;
}

.title-inline {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  font-weight: bold;
  line-height: normal;
  margin: 8px 4px 4px 0;
}

.text {
  color: rgba(0,0,0,0.8);
  margin-bottom: 4px;
  font-size: 13px;
}
.text>md-icon {
  vertical-align: sub;
}
.text .small-txt {
  font-size: 11px;
  padding-left: 4px;
}
.text .small-txt>md-icon {
  height: 12px;
  width: 12px;
}
.text.i {
  font-style: italic;
}
input {
  border-width: 0 0 1px 0;
  border-color: #c7c0c0;
  height: 32px;
  width: 100%;
  background: transparent;
  font-size: 13px;
  min-width: 0;
}
/*added this to change the input and select */
md-input-container.md-myPurple-theme-theme .md-input{
  border-color: #c7c0c0;
}

md-select.md-myPurple-theme-theme .md-select-value{
  border-color: #c7c0c0;
}

input.small {
  height: 24px;
}

input.verysmall {
  height: 16px;
}

input:focus {
  border-color: #b2679b;
}
.link {
  color: #2196f3;
  text-decoration: none;
  /*margin-left: 10px;*/
}

.linkoption{
  color: #181414;
  font-size: 14px;
  text-decoration: none;
}

.link:hover,
.link:focus {
  color: #2196f3;
  text-decoration: underline;
}
md-div {
  display: block;
  border-top: 1px solid rgba(0,0,0,0.12);
  margin: 16px 0;
}
.rank {
  color: #ffc107 !important;
  font-weight: 400;
}
.rank md-icon {
  color: #ffc107 !important;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.inactiveproduct {
  fill: #ff1919;
}
md-table .th {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  font-weight: bold;
  line-height: normal;
  padding: 8px;
}
md-table .td {
  color: rgba(0,0,0,0.8);
  padding: 8px;
  font-size: 13px;
}
.boxNSights {
  font-size: 14px;
/********************************************** PRODUCT DETAILS*/
}
.boxNSights .sidebar {
  background: #444;
  max-width: 64px;
  min-width: 64px;
}
.boxNSights .sidebar md-content {
  background: #444;
}
.boxNSights .sidebar .sidebar-menu {
  color: #e2c6da;
  margin: 0 0 1px 0;
  padding: 16px 8px;
  position: relative;
  width: auto;
  min-width: 0px;
  border-radius: 0;
}
.boxNSights .sidebar .sidebar-menu md-icon {
  color: inherit;
}
.boxNSights .sidebar .sidebar-menu md-icon:hover + span {
  display: none;
}
.boxNSights .sidebar .sidebar-menu.active {
  background-color: #555;
}
.boxNSights .sidebar .sidebar-menu.active:before {
  content: "";
  border: 10px solid transparent;
  border-right-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  margin-top: -10px;
}
.boxNSights .sidebar span {
  display: none;
  left: 60px;
}
.boxNSights .product-list {
  padding-top: 0;   
}
.boxNSights .product-list img.md-avatar {
  border-radius: 0%;
}
.boxNSights .product-list md-list-item.active {
  background-color: #f5f5f5;
  box-shadow: inset 0 5px 5px -4px rgba(0,0,0,0.1), inset 0 -5px 5px -1px rgba(0,0,0,0.1);
}
.boxNSights .product-list md-list-item>.md-button {
  background-color: transparent;
}
.boxNSights .product-list md-list-item>.md-button:hover {
  background-color: transparent;
}
.boxNSights .product-list md-list-item .md-list-item-inner {
  width: 100%;
}
.boxNSights .product-list .md-list-item-text .item-title {
  font-weight: bold;
  line-height: normal;
}
.boxNSights .product-list .md-list-item-text h4 {
  font-size: 14px;
  margin-top: 16px;
  line-height: normal;
}
.boxNSights .product-list .md-list-item-text h4 .title {
  color: rgba(0,0,0,0.4);
  font-weight: bold;
  line-height: normal;
  margin: 0 0 4px 0;
}
.boxNSights .product-list .md-list-item-text h4 .text {
  color: rgba(0,0,0,0.8);
  margin-bottom: 4px;
  line-height: normal;
}
.boxNSights .product-list .md-list-item-text *:last-child {
  margin-bottom: 10;
}
.boxNSights .item-list {
  min-width: 350px;
  max-width: 350px;
}
.boxNSights .item-list .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  height: 54px;
}
.boxNSights .item-list .list-tools {
  min-height: 32px;
  background: #f6f6f6;
  padding: 8px 16px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.boxNSights .item-list .list-tools input {
  border-width: 0 0 1px 0;
  height: 32px;
  width: 100%;
  padding-right: 36px;
  outline: none;
  background: transparent;
  margin-left: 8px;
}
.boxNSights .item-list .list-tools input:focus {
  border-bottom-color: #b2679b;
}
.boxNSights .item-list .list-tools .md-button {
  min-height: 0;
  height: 32px;
  width: 32px;
  margin: 0px;
  line-height: 32px;
}
.boxNSights .item-list .list-tools .md-button.search-btn {
  position: absolute;
  right: 16px;
  top: 8px;
  left: auto;
}
.boxNSights .item-list .list-tools md-checkbox {
  margin: 0 0 0 0;
}
.boxNSights .details-block {
  font-size: 13px;
}
.boxNSights .details-block .product-details img.product-img {
  max-height: 200px;
  margin-right: 16px;
}
.imagestyle{
  height: 200px;
  width: 200px;
  margin-right: 16px;
}
.boxNSights .details-block .product-details img.product-imgnew {
  max-height: 100%;
  max-width: 100%;
}

/* ****************For Dashboard widgets ***************************/
/*.widget-block{
  height: 60px;
  width: 50px;
}*/
.widgetimagedimension{
  width: 120px;
  height: 50px;
  /*float: left;*/
  margin: 10px;
  opacity: 0.7;
  position: absolute;
}
.widgetimagestyle {
  max-height: 100%;
  max-width: 100%;
}
.widgetmargin{
  margin-bottom: 2px;
  margin-top: 6px;
}
.add-shadow{
   box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/************************************************ TOGGLE DIRECTIVE*/
.toggle-parent {
  position: relative;
}
.toggle-parent .toggle-area {
  display: none;
  overflow: hidden;
}
.toggle-parent .toggler {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -16px;
}
.toggle-parent .toggler md-icon {
  color: #aaa;
}
.toggle-parent .toggler md-icon:hover {
  color: #777;
}
md-icon.s16 {
  width: 16px;
  height: 16px;
}
md-icon.s12 {
  width: 12px;
  height: 12px;
}
md-icon.s14 {
  width: 14px;
  height: 14px;
}

md-icon.s20 {
  width: 20px;
  height: 20px;
}

md-icon.s24 {
  width: 24px;
  height: 24px;
}
md-icon.s32 {
  width: 32px;
  height: 32px;
}
md-icon.s40 {
  width: 40px;
  height: 40px;
}
/*MD Override*/
md-tabs md-tabs-wrapper {
  border-color: #f2f2f2;
}
.md-button.md-icon-button.small {
  height: 32px;
  width: 32px;
  line-height: 32px;
  min-height: 0;
  margin: 0;
}
.md-menu {
  padding: 0%;
  margin: 0;
}
.steps {
  padding: 0;
  margin: 32px 0 16px 0;
}
.steps .step {
  padding: 8px 16px;
  font-size: 14px;
  margin-right: 50px;
  color: #777;
  text-align: center;
  text-transform: capitalize;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
}
.steps .step:after {
  position: absolute;
  width: 52px;
  height: 2px;
  right: -52px;
  top: 50%;
  margin-top: -2px;
  z-index: 10;
  content: "";
  border: 1px solid;
  border-color: inherit;
  border-width: 1px 0;
  background: inherit;
}
.steps .step:last-child:after {
  display: none;
}
.steps .step.active {
  background-color: #81c784;
  color: #fff;
  border-color: #66bb6a;
}
.steps .step .date {
  font-size: 11px;
  color: #444;
  position: absolute;
  top: -24px;
  text-align: center;
  left: 0;
  right: 0;
}
.steps.circle {
  margin-bottom: 42px;
}
.steps.circle .step {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  padding: 0%;
  font-size: 19px;
}
.steps.circle .step .date {
  top: auto;
  bottom: -42px;
  white-space: wrap;
  line-height: normal;
  min-height: 32px;
}
.status-block {
  padding: 16px;
  margin-top: 32px;
  border-radius: 3px;
  background: rgba(226,198,218,0.4);
}
.status-block .text.red {
  color: #f44336;
}
.status-block .text.green {
  color: #4caf50;
}
.red{
  color: #f44336;
}
.green{
  color: #4caf50;
}
.invoice {
  margin-top: 32px;
}
.invoice md-table .th {
  border: 1px solid #ddd;
  border-width: 1px 0;
  background: #f8f8f8;
}
.invoice md-table .shipping {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
.invoice md-table .total .text {
  font-size: 16px;
  font-weight: bold;
}
.invoice md-table .min-50 {
  min-width: 50px;
  max-width: 50px;
}
.invoice md-table .min-100 {
  min-width: 100px;
  max-width: 100px;
  text-align: right;
}
.invoice md-table .min-200 {
  min-width: 200px;
  max-width: 200px;
}
/******************************************
AUTHENTICATION
*********************************************/
.authenticate-block {
  background-image: url("../img/bg.png");
  background-size: cover;
}
.authenticate-block .login {
  background: #fff;
  border-radius: 4px;
  max-width: 400px;
  min-width: 400px;
  padding: 16px;
}
.authenticate-block .input md-icon {
  margin-right: 16px;
}
.authenticate-block .tools {
  padding-top: 16px;
}
.authenticate-block .authenticate-options {
  margin-bottom: 24px;
}
.authenticate-block .authenticate-options>button {
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  height: 48px;
  width: 48px;
  line-height: normal;
  margin: 0 8px;
  border: 1px solid;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
.authenticate-block .authenticate-options>button>md-icon {
  color: #fff !important;
}
.authenticate-block .authenticate-options>button.twitter {
  background: #00c7f7;
  border-color: #00c7f7;
}
.authenticate-block .authenticate-options>button.facebook {
  background: #335397;
  border-color: #335397;
}
.authenticate-block .authenticate-options>button.google {
  background: #dd4a38;
  border-color: #dd4a38;
}

/******************************************
AUTHENTICATION for LOGIN3
*********************************************/
.authenticate-block3 {
  background-image: url("../img/Emazing_logo_new.jpg");
  background-repeat:no-repeat;
  background-size: 100% 100%;
}
.authenticate-block3 .login {
  /*background: #fff;*/
  border-radius: 4px;
  max-width: 400px;
  min-width: 400px;
  padding: 16px;
}

.widget-big-icon4{
  height: 26px;

}

.widget-big-icon3{
  height: 66px;
}
.login3logo {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 170px;
}

.login-input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.88);
  background-color: transparent;
  height: 24px;
  line-height: 24px;
}

/******************************************
AUTHENTICATION for LOGIN3
*********************************************/
.authenticate-block3 {
  background-image: url("../img/Emazing_logo_new.jpg");
  background-repeat:no-repeat;
  background-size: 100% 100%;
}
.authenticate-block3 .login {
  /*background: #fff;*/
  border-radius: 4px;
  max-width: 400px;
  min-width: 400px;
  padding: 16px;
}

.widget-big-icon4{
  height: 26px;

}

.widget-big-icon3{
  height: 66px;
}
.login3logo {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 170px;
}

.login-input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.88);
  background-color: transparent;
  height: 24px;
  line-height: 24px;
}

/******************************************
AUTHENTICATION for LOGIN2
*********************************************/
.authenticate-block2 {
  background: linear-gradient(#19597f, #a9d4ee);
}
.authenticate-block2 .login {
  background: #fff;
  border-radius: 4px;
  max-width: 400px;
  min-width: 400px;
  padding: 16px;
}
.authenticate-block2 .input md-icon {
  margin-right: 16px;
}
.authenticate-block2 .tools {
  padding-top: 16px;
}
.authenticate-block2 .authenticate-options {
  margin-bottom: 24px;
}
.authenticate-block2 .authenticate-options>button {
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  height: 48px;
  width: 48px;
  line-height: normal;
  margin: 0 8px;
  border: 1px solid;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
.authenticate-block2 .authenticate-options>button>md-icon {
  color: #fff !important;
}
.authenticate-block2 .authenticate-options>button.twitter {
  background: #00c7f7;
  border-color: #00c7f7;
}
.authenticate-block2 .authenticate-options>button.facebook {
  background: #335397;
  border-color: #335397;
}
.authenticate-block2 .authenticate-options>button.google {
  background: #dd4a38;
  border-color: #dd4a38;
}

.login2logo {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 50px;
}
/* -----------------------------------------------------------------------------------------------------*/
/*charts*/
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar {
  fill: steelblue;
}

.x.axis path {
  display: none;
}


.grid .tick {
  stroke: lightgrey;
  opacity: 0.7;
  shape-rendering: crispEdges;
}
 
.grid path {
  stroke-width: 0;
}
 
.axis path {
  fill: none;
  stroke: #bbb;
  shape-rendering: crispEdges;
}
 
.axis text {
  fill: #555;
}
 
.axis line {  
  stroke: #e7e7e7;
  shape-rendering: crispEdges;
}
 
.axis .axis-label {
  font-size: 14px;
}
 
.line {
  fill: none;
  stroke-width: 1.5px;
}
 
.dot {
  /* consider the stroke-with the mouse detect radius? */
  stroke: transparent;
  stroke-width: 10px;  
  cursor: pointer;
}
 
.dot:hover {
  stroke: rgba(68, 127, 255, 0.3);
}
/*charts*/

.md-select-label span{
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* for add new rule*/
.svgcolor {
  fill: #4CAF50;
}

.svgcolorRecomm {
  fill: #4CAF50;
}

.svgcolorIntegration {
  fill: #E2C6DA;
  /*color: #e2c6da;
  opacity: 0.4;*/
}

.svgcolorDelete {
  fill: rgba(0,0,0,0.54);
}

.svgcolorcancel {
  fill: rgb(255,80,80);
}
.svgcolorlossmaking {
  fill: red;
}

.svgcolorrank {
  fill: #ffc107;
}
/* display boxnsites top left*/
.png-logo{
  height: 32px;
}

/* for amazon, flipkart etc*/
.png-icon{
  height: 24px;
}

.capitalize{
  text-transform: capitalize;
}

.AddRuletextwithPadding {
  padding-left: 1px;/*20px;*/
  font-size: 20px;/*20px;*/
}
.md-scroll-mask{
  z-index: 50 !important;
}

.toolbar-button {
  min-width: 20px
}
.share-label {
  vert-align: middle;
  margin-left: 10px
}
.page-content {
  background-color: #ECECEC
}
.widget-progress {
  width: 95%!important;
  margin-left: 10px
}
.capitalize {
  text-transform: capitalize
}
.img-circle {
  height: 50px;
  border-radius: 50%;
  margin: 0 10px
}
.message-box{
  margin: 8px;
}
.messages {
  position: relative
}
.messages-content {
  height: 80vh;
}
.notifications-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  top: 2px;
  right: 2px;
  background-color: #E75753
}
.panel-widget {
  background-color: #FAFAFA
}
.panel-widget-toolbar {
  box-shadow: none;
  /*reduced space  above and below the text "Current recommendation(applicable for all toolbar)*/
  min-height: 44px;
}
.panel-widget-tittle {
  color: #7A7A7A;
  background-color:#FAFAFA;
}
.options {
  transition: all linear .5s
}
.options.ng-hide {
  opacity: 0
}
.fixed-height-widget {
  height: 310px
}
.donut-chart-title {
  text-align: center
}
.custom-tooltip {
  font-size: 22px;
  color: #7A7A7A;
  text-align: center
}
md-radio-group {
  border: none
}
md-icon {
  height: auto
}
md-sidenav.md-locked-open.md-sidenav-left {
  width: 110px;
  min-width: 110px;
  max-width: 110px
}
a.md-button.md-warn.md-raised,
a.md-button.md-warn.md-fab,
.md-button.md-warn.md-raised,
.md-button.md-warn.md-fab {
  color: #fff
}
md-radio-button.md-accent.md-checked .md-label span {
  color: #009688
}
.md-toolbar-tools h1 {
  font-size: 22px
}
.material-icons {
  vertical-align: middle
}
.material-icons.md-18 {
  font-size: 18px
}
.material-icons.md-24 {
  font-size: 24px
}
.material-icons.md-36 {
  font-size: 36px
}
.material-icons.md-48 {
  font-size: 48px
}
.nvd3.nv-pie .nv-pie-title {
  fill: #444;
  font-weight: 600;
  font-size: 22px!important
}
.nvtooltip {
  background-color: transparent;
  border: none;
  font-weight: 600
}
.orange .md-bar2 {
  background-color: orange
}
.orange .md-container {
  background-color: #ffecc9
}

.white-bar{
  background-color: #FFF !important;
}

.white-bar .md-toolbar-tools{
  background-color: #FAFAFA;
  /*reduced space  above and below the text "Current recommendation(applicable for all toolbar)*/
  height: 44px;
  min-height: 44px;
}

.widget-margin{
  margin:1px;/*changed from original 8px*/
}

.widget-big-text{
  text-align: right;
  margin-right: 8px;
}

.widget-big-icon{
  height: 40px;/*changed from original 88px*/
  float: left;
  margin: 10px;
}
.widget-big-icon2{
  height: 44px;

}
/* Basic List */
.basic-list {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.basic-list li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 11px 0;
}
.basic-list li:last-child {
  border-bottom: none;
}
.basic-list .right {
    position: absolute;
    right: 0 !important;
    display: inline-block;
    padding: 3px 18px;
}
/* Image List */
.image-list li {
  padding-left: 50px;
}
.image-list .img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  border-radius: 999px;
}
.image-list .desc {
  font-size: 12px;
  opacity: 0.8;
  display: block;
}
#loading-bar .bar {
  background: #000;
  height:5px;
}

.md-button.md-small {
  height: 25px;
  line-height: 29px;
  min-height: 25px;
  vertical-align: top;
  font-size: 12px;
  padding: 0px 0;
  margin-left: 2px;
  min-width: 30%;
  margin-right: 4px;
}
.md-button.md-small.active {
  background-color: #C2C2C2;
}
.md-button.md-fab.md-mini {
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  background-color: #FAFAFA;
  padding: 9px;
}

.center-text{
  text-align: center;
  vertical-align: middle;
  line-height: 145px;
}

/*PRODUCT TABLE */

.md-toolbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media all {

  .product-table .md-toolbar.md-table-toolbar.alternate {
    color: #1e88e5;
    background-color: #e3f2fd;
  }

  .product-table .md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
    font-size: 12px;
  }

  .product-table .md-table-pagination {
    display: flex;
    padding: 0 24px;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    border-top: 1px rgba(0, 0, 0, .12) solid;
  }

  .product-table md-toolbar {
    z-index: 3;
  }

  .product-table md-toolbar.md-table-toolbar.alternate {
    color: #1e88e5;
    background-color: #e3f2fd;
  }

  .product-table md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
    font-size: 16px;
  }

  .product-table md-card:first-child {
    padding: 8px 8px 8px 24px;
  }

  .product-table .checkboxes > md-checkbox {
    margin: 0;
    padding: 16px;
    min-width: 300px;
    flex: 0 0 auto;
  }

  .product-table md-table-container.real-table {
    height: 450px;
  }

  .product-table table.fixed {
    background-color: #B2679B !important;
  }

  .product-table table.fixed thead tr:last-child {
    transition: height 0.5s ease-in-out;
  }

  .product-table table.fixed thead tr:last-child th {
    vertical-align: bottom;
    border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
  }

  .product-table table.fixed + table thead tr th > span {
    display: inline-block;
  }

  .product-table table.fixed + table tbody tr:first-child td {
    border-top: none;
  }

  .product-table .expanded {
    background-color: #EEEEEE;
  }
}
