.padding-no {
	padding: 0 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(3, 113, 58, 0.8);
	box-shadow: 0 1px 1px rgba(3, 113, 58, 0.075) inset, 0 0 8px rgba(4, 83, 43, 0.6);
	outline: 0 none;
}

/** LOGIN FORM **/
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 20px;
}

.form-signin .form-signin-heading {
	padding: 0px;
	color: #03713A;
	font-size: 22px;
	font-family: PFFuturaRounded-Heavy, Arial, Helvetica, Sans-Serif;
}

.form-signin .checkbox {
	font-weight: normal;
	margin-top: 15px;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-container .facebook {
	width: 200px;
	margin: 0 auto 10px !important;
	padding: 0 !important;
}

.form-container .links {
	margin-top: 10px;
}

/** REGISTER FORM **/
.form-register .form-register-heading,
.form-register .checkbox {
	margin-bottom: 20px;
}

.form-register-heading {
    background-color: #fff;
    color: #737577;
	padding: 15px;
}

.form-register  {
	padding: 0px;
	/* color: #03713A;
	font-size: 22px; */
}

.form-register .checkbox {
	font-weight: normal;
	margin-top: 15px;
}

.form-register .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-register .form-control:focus {
	z-index: 2;
}

/** CUSTOM MESSAGES **/
p.bg-danger {
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #A94442;
}

p.bg-success {
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #3CA96A;
}

/** CUSTOM BUTTONS **/
.btn .glyphicon {
	margin-right: 5px;
}

.btn,
.btn:hover {
	border: none;
	color: #FFF;
}

.btn-orange {
	background-color: #F89828;
}

.btn-orange:hover {
	background-color: #FBAE47;
}

.btn-orange span,
.btn-red span,
.btn-green span {
	color: #FFFFFF !important;
}

.btn-green,
.modal-dialog .btn-default {
	background-color: #00b72f;
	border-radius: 0;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.btn-green:hover,
.modal-dialog .btn-default:hover {
	border: none;
	background-color: #039628;
}

.btn-blue {
	background-color: #2d4486;
}

.btn-blue:hover {
	background-color: #4561AD;
}

.btn-gray {
	background-color: #BFBFBF;
}

.btn-gray2,
.btn-gray2:hover {
	cursor: default !important;
	opacity: 0.6;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	background-color: #BFBFBF;
}

.btn-gray:hover {
	background-color: #D0D0D0;
}

/*** CUSTOM RADIO BUTTONS **/
input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"] + label.rad_label {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 0px;
	background: url(../images/ckeckGreenEmpty.png) no-repeat;
	background-size: 27px 23px;
	float: left;
	margin-right: 15px;
	pointer-events: none;
	cursor: pointer;
}

input[type="radio"]:checked + label.rad_label {
	background: url(../images/ckeckGreen.png) no-repeat;
	background-size: 27px 24px;
}

input[type="checkbox"] + label.chbox_label {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: url(../images/checkbox.png) no-repeat;
	float: left;
	pointer-events: none;
}

input[type="checkbox"]:checked + label.chbox_label {
	background: url(../images/checkbox_active.png) no-repeat;
}

label.double {
	min-width: 30px !important;
	height: 27px !important;
	display: inline-block !important;
	position: relative !important;
	z-index: 1 !important;
	background: url(../images/ckeckGreenEmpty.png) no-repeat !important;
	float: left !important;
	margin-right: 15px;
	cursor: pointer !important;
	padding-left: 8px;
	font-weight: bold !important;
	padding-top: 3px;
	text-align: center;
}

label.double.activate, label.double.disabled   {
	background: url(../images/ckeckGreen.png) 0px 0px no-repeat !important;
	color: #FBAE47 !important;
}

.doubleWrapper .double.activate {
	background: url(../images/checkNew_active.png) no-repeat !important;
	background-size: 20px !important;
}

.doubleWrapper .double.deactivate {
	background: url(../images/checkboxNew.png) no-repeat !important;
	background-size: 20px !important;
}

#restToppings .doubleWrapper, #vegetables .doubleWrapper {
	margin-top: 12px;
}

label.doubletitle,
label.double {
	cursor: pointer;
}

.doubleWrapper {
	margin-top: 10px;
	width: 60%;
	display: none;
	height: 37px;
}

.doubleWrapper label { 
	float: none !important;
	margin-right: 15px;
}

.doubleWrapper span {
	position: relative;
	top: -11px;
}

.blockDis {
	display: block;
}

input#customTitle {
	width: 250px;
	float: left;
}

/** FORM FORMATTING **/
.form-container label {
	
}

.form-container label a {

}

.form-container {
	padding: 20px;
	margin: 30px auto 20px;
	overflow: hidden;
	position: relative;
	/* box-shadow: 1px 2px 10px #282425;
	-o-box-shadow: 1px 2px 10px #282425;
	-moz-box-shadow: 1px 2px 10px #282425;
	-webkit-box-shadow: 1px 2px 10px #282425;
	background: #FFFFFF;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#cccccc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 50%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); */
}

.form-container form {
	margin: 0 20px 20px;
	padding: 0px !important;
}

.form-container .line {
	margin: 0 0 30px;
	border-bottom: 1px solid #CCC;
	display: block;
	height: 30px;
}

.form-control-feedback {
}

.form-control {
	border-radius: 0;
}

.form-group label {
	float: left;
	margin-bottom: 5px;
}

/** HELPERS **/
.center-block {
	/* display: table; */
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.form-group label {
	font-size: 14px;
}

.help-block {
	font-size: 12px;
}

.modal-backdrop {
	z-index: 100;
}

.modal-dialog {
	z-index: 101;
}

.popover {
	background-color: rgba(3, 113, 58, 0.85) !important;
	color: #FFF !important;
	text-align: center !important;
	max-width: 280px !important;
	position: absolute !important;
}

.popover.top > .arrow:after {
	border-top-color: rgba(3, 113, 58, 0.85) !important;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	/*Smartphones (portrait and landscape) -----------*/
	.form-container {
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

/* Modals */
.modal-title {
	font-size: 18px;
	font-weight: bold;
	color: #02713A;
}

.modal-body h5 {
	padding: 0px;
	margin-bottom: 10px;
}

.modal-body p {
	margin-bottom: 5px;
}

.form-control:focus, .form-control:focus {
	border: 1px solid #ccc !important; 
}
