.login-page_bg {
   /*  background-image: url(../assets/images/login/banner.png);
    background: linear-gradient(90deg, #1370FB (22px - 2px), transparent 1%) center, linear-gradient(#1370FB (22px - 2px), transparent 1%) center, #3882E8;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    /* background-size: cover; */
   /*  -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10%;
    margin-right: 6%;
    float: right; */ 
    /* box-shadow: 2px 2px 2px 2px #888888; */
}

#mainNav {
    background-color: #B93438;
    /* #235086;*/
    /* border: 1px solid; */
    box-shadow: 2px 2px 2px 2px #888888;
}

.bg_maintainance {
    /* The image used */
    background-image: url("./assets/images/maintenance.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lable_secondary {
    color: #999494
}

.opty_details{
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
}

.bg-icon{
    box-sizing: border-box;
    height: 91px !important; 
    width: 163px;
    border: 1px solid #B93438 !important;
    border-radius: 2px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15) !important;
}

.navbar_tataok{
    background-color: #B93438;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
}

.btn-week{
    box-sizing: border-box;
    height: 31px;
    width: 114px;
    /* border: 1px solid #B93438; */
    border-radius: 8px 0 0 8px;
    
    /* font-family: "Uni Neue"; */
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
}

.btn-month {
    box-sizing: border-box;
    height: 31px;
    width: 114px;
    border-radius: 8px 0 0 8px;
   /*  border: 1px solid #B93438; */
    /* font-family: "Uni Neue"; */
   /*  color: #B93438; */
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
  }

  .btn-quarter{
    box-sizing: border-box;
    height: 31px;
    width: 114.5px;
    /* border: 1px solid #B93438; */
    border-radius: 0 8px 8px 0;
   /*  background-color: #B93438; */
    
    /* font-family: "Uni Neue"; */
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
  }

  .icon-text{
    height: 22px;
    width: 52px;
    color: #B93438;
    /* font-family: "Uni Neue"; */
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
  }

  .icon-num{
    color: #464646;
    /* font-family: "Uni Neue"; */
    font-size: 30px;
    font-weight: 300;
  }

  .counter{
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
  }
  /*  Summary View */
  .mask {
    /* border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1); */
  }

  .cust-label{
      height: 17px;
      opacity: 0.6;
      color: #464646;
     /*  font-family: "Uni Neue"; */
      font-size: 12px;
      font-weight: bold;
      line-height: 17px;
  }

  .cust-info{
    height: 19px;
    color: #464646;
    /* font-family: "Uni Neue"; */
    font-size: 14px;
    line-height: 19px;
  }

.btn-header-icon{
    box-sizing: border-box;
    height: 48px;
    width: 48px;
  /* border: 1px solid #CCCCCC !important; */
  /*  border-radius: 7px; */
    background-color: #FFFFFF;
}
.imageheader img{
  width:40px;
  height:40px;
}

.Count{
  color: #464646;
  /* font-family: "Uni Neue"; */
  font-size: 30px;
  font-weight: 300;
}

.bg-custom{
  background:#B93438;
}



/* Used For Breadcrumb Color */
.breadcrumbColor{
  color:#B93438 !important;
}

  
