
.left-inner-icon {
    position: relative;
}
.left-inner-icon input {
    padding-left: 30px;    
}
.left-inner-icon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
	color:#ccc;
}

.right-inner-icon {
    position: relative;
}
.right-inner-icon input {
    padding-right: 30px;    
}
.right-inner-icon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.has-warning .fa
{
	color:#8A6D3B;
}

.has-error .fa
{
	color:#A94442;
}

.has-success .fa
{
	color:#77B300;
}

.form-control:focus
{
	box-shadow:none !important;
	border-radius:0px !important;
}

.form-title
{
	border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
	margin-bottom:15px !important;
}

.colorgraph2
{
   height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background:#76C7C0;
}

.quick .panel-body .btn:not(.btn-block) { width:120px;margin-bottom:10px; }
	.quick .btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
	.quick .btn-labeled {padding-top: 0;padding-bottom: 0;}
	.quick .input-group { margin-bottom:10px; }
	.quick .separator { border-right: 1px solid #dfdfe0; }
	.quick .fb-btn{ min-width:170px;padding-top:10px;padding-bottom:10px; }
	.quick .tw-btn{ min-width:170px;padding-top:10px;padding-bottom:10px; }
	.quick .fb-btn { background-color:#354E84;color:#fff; }
	.quick .tw-btn { background-color:#00A5E3;color:#fff; }
	.quick .tw-btn:hover { color:#fff; }
	.quick .fb-btn:hover { color:#fff; }
	.quick .fb-btn .fa, .quick .tw-btn .fa {padding-right:10px;font-size:20px;}

.check-box .panel-body:not(.two-col) { padding:0px }
.check-box .fa { margin-right:5px; }
.check-box .panel-body .radio,.panel-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.check-box .panel-body .list-group {margin-bottom: 0;}
.check-box .margin-bottom-none { margin-bottom: 0; }
.check-box .panel-body .radio label,.check-box .panel-body .checkbox label { display:block; }

.form-btn {
  display: inline-block;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #EDEDED;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 7px 12px 7px 10px;
  margin: 10px 0 0 0;
  border: 1px solid #333333;
  border-radius: 5px;
  box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  background-color: #999999;
    background: -moz-linear-gradient(top,  #999999 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%);
    background: -o-linear-gradient(top,  #999999 0%,#333333 100%);
    background: -ms-linear-gradient(top,  #999999 0%,#333333 100%);
    background: linear-gradient(to bottom,  #999999 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  transition: color 0.3s linear, text-shadow 0.3s linear, background-image 0.4s linear, border-color 0.3s linear;
  -o-transition: color 0.3s linear, text-shadow 0.3s linear, background-image 0.4s linear, border-color 0.3s linear;
  -webkit-transition: color 0.3s linear, text-shadow 0.3s linear, background-image 0.4s linear, border-color 0.3s linear;
  -moz-transition: color 0.3s linear, text-shadow 0.3s linear, background-image 0.4s linear, border-color 0.3s linear;
  line-height: 1.42857143;
}
.form-btn:focus,
.form-btn:active:focus,
.form-btn.active:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-btn:hover,
.form-btn:focus {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  border: 1px solid #2F7D2F;
  border-radius: px;
  box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #39BC39;
    background: -moz-linear-gradient(top,  #39BC39 0%, #2F7D2F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39BC39), color-stop(100%,#2F7D2F));
    background: -webkit-linear-gradient(top,  #39BC39 0%,#2F7D2F 100%);
    background: -o-linear-gradient(top,  #39BC39 0%,#2F7D2F 100%);
    background: -ms-linear-gradient(top,  #39BC39 0%,#2F7D2F 100%);
    background: linear-gradient(to bottom,  #39BC39 0%,#2F7D2F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39BC39', endColorstr='#2F7D2F',GradientType=0 );
}
.form-btn:active,
.form-btn.active {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  border: 1px solid #2F7D2F;
  border-radius: px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #2F7D2F;
}

/* CUSTOM STYLES */
.panel {
	margin-top: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.form-required {
	font-size: 70%;
	color: red;
	font-weight: bold;
}
.input-group .form-control {
	position: static;
}
.form-loading-wrap {
    display: none;
	height: 10px;
	line-height: 10px;
	text-align: center;
	margin-top: 12px;
 	margin-left: 5px;
}
.form-loading-wrap .form-loading {
	display: block;
	width: 30px;
	height: 10px;
	text-indent: -9999px;
	background: transparent url('https://harvest-labs.com/plugins/responsivecontactform/images/default-loading.gif') no-repeat center center;
}
.has-error .form-control {
	box-shadow: inset 0 0px 5px rgba(255, 0, 0, .5);
}
.form-success-message, .form-outer-no-js .form-success-message {
    background: #cef4a9 url('https://harvest-labs.com/plugins/responsivecontactform/images/success.png') no-repeat 14px center;
    padding: 8px 20px 8px 45px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #80bb48;
	font-size: 14px;
    font-weight: bold;
    color: #009900;
    border-radius: 5px;
}
.form-error-title {
    font-size: 13px;
    font-weight: bold;
	color: #CC0000;
    margin-bottom: 8px;
}
.form-error-message {
	background: #F3CAC7 url('https://harvest-labs.com/plugins/responsivecontactform/images/error.png') no-repeat 14px center;
    padding: 8px 20px 8px 45px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #fa8b83;
    color: #111;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
    border-radius: 5px;
}
.form-error-message pre {
    margin: 3px 0 0 3px;
	font-style: italic;
	overflow: auto;
}