.accountbg {
    background: url("../img/restaurant.png");
    position: absolute;
	background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
}
.popup-header-image {
    width: 280px !important;
    margin-left: 25%;
}

.text-canter{
text-align:center;
}

.header_section {
    background: #fff;
    
    border: none;
    border-radius: 0;
    /*  padding-top: 20px;
    padding-bottom: 20px;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 border-bottom: 2px solid #fec007;
 background: transparent;
}
.rightnavbar >.active > a {
  /*  border-bottom: 2px solid #fec007;
    background: transparent !important;
	width: 145px;*/
}


.nav > li > a {
   padding: 10px 20px !important;
   color:#000;
}

.height-55{
  height: 55px;
}

.height-75-imp{
  height: 75px !important;
}

.width-35-imp{
  height: 35px !important;
}

.has-error-color{
  color: #a94442;
}

.padding-4-35-imp{
  padding: 4px 35px !important;
}

.plan-popup-border-text-input{
	border-bottom: 1px solid #cbc3c3;
}
.plan-popup-border-text-input-none{
	border: none;
}
.plan-popup-border-text-input-none:focus{
	border : none;
}
.padding-bottom-20{
	padding-bottom: 20px;
}
.padding-top-10{
	padding-top: 20px;
}
.margin-5-0{
    margin: 5px 0;
}
.validationerror{
  color: red;
  border-bottom: 2px solid red !important;
}
.pointerEvents{
  pointer-events: none;
}

.fontSize-16{
    font-size: 16px;
}

.readonly-input{
   font-weight: bold;
}

.pointerNone{
  pointer-event:none;
}
.list-view-icon{
  cursor: pointer;
}

/*added by sitara*/
.planboxes{
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .popup-header-image {
        width: 145px !important;
        margin-left: 25%;
    }
}