p.new-chef {
	line-height: 100px;
	font-size: 18px;
	font-weight: 600;
	color: #2699fb;
	text-align: center;
}
hr.AdminGHF {
	margin-bottom: 20px;
	margin-top: 20px
}
h3.Adminh3,h4.Adminh3,h6.Adminh3,h5.Adminh3
{
	    letter-spacing: 0;
		font-weight: normal;
		position: relative;
		padding: 0;
		font-weight: normal;
		line-height: 120% !important;
		color: white;
		margin-top: 20px;
        margin-bottom: 10px;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
h4, .h4 {
    font-size: 18px;
    font-weight: 600;
}
ul.contact-mode {
    display: flex;
    padding: 0;
    margin-top: 10px;
    list-style-type: none;
}
.text-left.last-update{font-style: italic;font-weight:200;}
img.img-responsive.union {
	margin-left: auto;
	top: 30px;
	position: relative;
}
.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	outline: none;
	background: none;
	font-size: 24px;
	color: #747474;
	font-weight: bold;
	}
img.img-responsive.chef-img {
	width: 110px;
}

.chef-info p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}

.offline-sav {
	border: none;
	padding: 8px 12px;
	border-radius: 33px;
	color: black;
	background-color: #FFD500;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.address {
	font-weight: 500;
}
.adminFooter a {
    color: #AA2024;
}
span.dish-count {
	line-height: 110px;
	font-weight: 600;
	font-size: 16px;
	color: red;
}

.profile-btn {
	position: absolute;
	bottom: -12px;
	border: none;
	padding: 8px 12px;
	border-radius: 33px;
	color: black;
	background-color: #FFD500;
	margin-top: 5px;
	margin-bottom: 5px;
}

.offline-sav:hover,
.offline-sav:focus,
.offline-sav.focus,
.offline-sav:active,
.offline-sav.active,
.open>.dropdown-toggle.offline-sav {
	background-color: #b19716;
	color: #fff;
}
.inactive-btn{    border: none;
    padding: 8px 12px;
    border-radius: 33px;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
	background-color: #d9534f;}
	.pending-btn {
    border: none;
    padding: 8px 12px;
    border-radius: 33px;
    color: white;
    background-color: #E59327;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.term-condition li{    list-style: decimal;}
.uploaded-btn {
	border: none;
	padding: 8px 12px;
	border-radius: 33px;
	color: white;
	background-color:#07DB00;
	margin-top: 5px;
	margin-bottom: 5px;
}

button.search {
	    background: transparent;
    border: none;
    position: absolute;
    right: 11px;
    top: 25px;
}

button.search1 {
right: 130px;
}

span.errorMessage {
   color: red;
   font-size: 12px;
   position: absolute;
}
div.errorMessage {
	color: red;
	font-size: 12px;
 }
.top-header {
	height: 85px;
}
.top-header.GHFAdmin {
height: auto;
}
small.charLeft{
	float: right;
    margin-bottom: 8px;
}

/* Styled checkbox  */

input[type=checkbox]+label {
	display: block;
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label:before {
	content: "\2714";
	border: 0.1em solid #000;
	border-radius: 0.2em;
	display: inline-block;
	width: 22px;
	height: 22px;
	padding-left: 0.2em;
	padding-bottom: 0.3em;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
}

input[type=checkbox]+label:active:before {
	transform: scale(0);
}

input[type=checkbox]:checked+label:before {
	background-color: #aa2024;
	border-color: #aa2024;
	color: #fff;
}

input[type=checkbox]:disabled+label:before {
	transform: scale(1);
	border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}


.lblMOC{
	display: inline-block!important;
	padding-right: 0px!important
}
.spanMOC{
display: contents;
font-weight: 700
}
/* End here */


/* Styled Radio button */

.radio {
	margin: 0.5rem;
	display: inline-flex;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
	background-color: #aa2024;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #aa2024;
}

.radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}


/* Styled Radio button  ends here*/

ul.contact-mode {
	display: flex;
	padding: 0;
	margin-top: 10px;
}

ul.contact-mode li {
	padding-right:15px;
}
ul.contact-mode.edited li{padding-top:15px;}
ul.badges-list {
    list-style-type: none;
    display: inline-block;
	    padding: 0;
}
ul.badges-list li {
       padding: 5px;
    display: inline-block;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background: #aa2024;
    border: none;
    border-radius: 20px;
	color:white;
	margin:2px;
}
.addBtn{    background: transparent;
    border: none;
    font-size: 27px;
    position: absolute;
    right: 0;
    top: -3px;
color: #3197ee;}
label.dishselect{    font-size: 13px;
    font-weight: 600;
    padding-left: 13px;
    padding-top: 13px;}
	
	input[type=checkbox]+label.dishselect:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 19px;
    height: 19px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox]:checked+label.dishselect:before {
    background-color: #aa2024;
    border-color: #aa2024;
    color: #fff;
}
.uploaded-btn-custom{    border: none;
    border-radius: 33px;
    color: white;
    margin-top: 5px;
    font-size: 22px;
    color: #aa2024;
    background: transparent;}
.upload_btn{display: block;
    text-align: center;}
span.close-new{
        float: right;
    font-size: 25px;
    line-height: 0.7;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    padding-left: 6px;}
.btn-primary .badge {
    background: none;
    color: white;
}

.btn .badge {
        position: relative;
    top: 0px;
    font-size: 24px;
    padding: 0;
}
button.badges:focus{ outline: 0!important; }
span.tag-text{    position: relative;
    top: -3px;
padding-right: 5px;}
.badges {
    background:#4e7ff2;
    border: none;
    border-radius: 20px;
}
.row.back-drop {
    background: #FFE89E;
    border: 2px solid;
    margin: 15px 0;
    padding-bottom: 15px;
}
.back-drop {
    background: #FFE89E;
    border: 2px solid;
    margin: 0px 0;
    padding-bottom: 15px;
}

.lstBack-drop{
	background: #FFE89E;
    border: 2px solid;
    padding-bottom: 15px;
}
.row.spacing {
	background: #fff;
	padding-top: 0px;
	 box-shadow: 0 0 15px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.22);
}
button.add-category{    background: #aa2024;
    border: none;
    position: absolute;
    right: 6px;
    top: 24px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 18px;
    padding: 2px 9px;
    font-weight: 600;
    width: 70px;}
button.add-ingredients{    background: transparent;
    border: none;
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 30px;
    color: #aa2024;}
	button:focus {outline:0;}
  .disabled{  opacity: 0.3;}
.save-btn {
	border: none;
	padding: 8px 12px;
	border-radius: 33px;
	color: white;
	background-color: #aa2024;
	margin-top: 5px;
	margin-bottom: 5px;
}

.btn-margin {
	margin-left: 15px;
}
.btn-danger {
	color: #fff;
    background-color: #F93B3B;
    border-color: #F93B3B;
}
h1.login-head {
	text-transform: initial;
}

.modal-dialog.modal-width {
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.popup-footer {
	text-align: center;
	border: 0;
}
.Login-component {
	margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #F3F3F3;
    background-image: url(../img/WebpageBg-Pattern-White.png)!important;
    background-position: center;
}
.btn-increment {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #4E7FF2;
	color: white;
	padding: 6px 8px;
}

span.increment {
	padding: 0 18px;
	font-weight: 600;
}

p.msg-inc {
	float: right;
	background: #2699FB;
	color: white;
	padding: 5px;
}

ul.contact-mode.profile-photo li {
	margin-bottom: 1em;
}
@media (min-width: 768px){.small-modal{width:300px;}}


@media (min-width: 150px) and (max-width: 650px) {
	img.img-responsive.chef-img {width: 101px;max-width: none;}
}

/* @media (min-width: 450px) and (max-width: 549px) {

	img.img-responsive.chef-img {width: 200px;max-width: none;}
  }
  
  @media (min-width: 350px) and (max-width: 449px) {
  
	img.img-responsive.chef-img {width: 250px;max-width: none;}
  }
  
  
  @media (min-width: 250px) and (max-width: 349px) {
  
	img.img-responsive.chef-img {width: 300px;max-width: none;}
  }


  @media (min-width: 150px) and (max-width: 249px) {
  
	img.img-responsive.chef-img {width: 350px;max-width: none;}
  } */

@media (max-width: 600px){ p.new-chef {line-height: 50px;
    font-size: 17px;
    font-weight: 600;
    color: #2699fb;
	text-align: center;}}
	
@media (max-width: 768px){button.search.search1{right: 144px !important;}}