.main-header .logo {
  height: 70px;
  line-height: 70px;
}
.main-header .sidebar-toggle {
  padding: 25px 15px;
}
.main-sidebar,
.left-side {
  padding-top: 70px;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  margin-top: 10px;
}
.inner h2 {
  margin-top: 5px;
  font-size: 25PX;
  font-weight: bold;
}
.info-box-number {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 10px;
  vertical-align: middle;
}
.box-body > .table {
  margin-bottom: 15px;
}
.res-link {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  width: 80%;
  line-height: 20px;
}
.res-month-label {
  float: left;
  margin: 0px 10px 0px 0px;
  font-size: 25px;
  color: #444;
}
.working-hours-wrap > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.mar-top-18 {
  margin-top: 18px;
}
.font-12 {
  font-size: 12px;
}
.label-title {
  float: left;
  width: 100%;
}
.label-desc {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.text-center {
  text-align: center;
}
.clearfix {
  clear: both;
}
.info-box-new {
  display: block;
  min-height: 40px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box-icon-new {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}
.info-box-content-new {
  padding: 0px 10px;
  margin-left: 40px;
}
/*forgot verify password page starts here*/
.reset-password-content-wrapper {
  background: #fff;
  padding: 30px;
  width: 500px;
  margin: 7% auto;
}
.reset-password-inner-wrap {
  width: 100%;
  display: inline-block;
}
span.rpcw-heading {
  color: #ed0000;
  float: left;
  font-size: 24px;
  padding: 15px 0 5px 0px;
  width: 100%;
}
span.r-p-c-w-sub-heading {
  color: #484848;
  display: inline-block;
  float: left;
  padding: 0 0 5px 0px;
  font-size: 14px;
}
.r-p-c-w-row.r-p-c-res {
  display: inline-block;
  /* padding: 5px 0; */
  width: 100%;
  margin-top: 30px;
}
/*forgot verify password page ends here*/
/*common css starts here*/
.active-day-time {
  font-weight: bold;
  width: 100%;
  float: left;
}
.day-time {
  width: 100%;
  float: left;
}
/*common css ends here*/
.small-box > .inner {
  min-height: 112px;
}
/*map restruant address point css starts here */
.restaurant-info-working-hours-inner-div {
  margin-top: 10px;
}
.address-map-wrap-main {
  width: 400px;
  float: left;
  overflow: hidden;
}
.sr-map-imgs {
  width: 100px;
  height: 66px;
  float: left;
}
.sr-map-imgs img {
  width: 100%;
}
.address-map-wrap-inner {
  float: left;
  width: 263px;
  padding: 0px 0px 0px 10px;
}
.address-map-heading {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  color: #ed0000;
  font-size: 14px;
  font-weight: normal;
}
.map-full-address {
  float: left;
  color: #484848;
}
/*map restruant address point css ends here */
/*new password wrap*/
.confirm-password {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
  width: 420px;
  margin: 7% auto;
}
/*new password wrap*/
/*responsive starts here*/
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 140px;
  }
}
@media (max-width: 550px) {
  .reset-password-content-wrapper {
    background: #fff;
    padding: 30px;
    width: 100%;
    margin: 7% auto;
  }
  span.r-p-c-w-msg {
    width: 100%;
    float: left;
  }
  .confirm-password {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    width: 100%;
    margin: 7% auto;
  }
}
/*responsive ends here*/
