.profile-option h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #326832;
    font-weight: 100;
}
.button-producer-profile {
    color: #a2b53f;
    font-weight: 100;
    background-color: white;
    line-height: 32px;
    border: 1px solid;
    font-size: 16px;
    padding: 10px;
}
.button-intermediary-profile {
    color: #d25229;
    font-weight: 100;
    background-color: white;
    line-height: 32px;
    border: 1px solid;
    font-size: 16px;
    padding: 10px;
}
.button-retailer-profile {
    color: #e99231;
    font-weight: 100;
    background-color: white;
    line-height: 32px;
    border: 1px solid;
    font-size: 16px;
    padding: 10px;
}
.button-producer-profile:hover{
    color: #fff;
    background-color: #a2b53f;
    border-color: #a2b53f;
}
.button-intermediary-profile:hover{
    color: white;
    background-color: #d25229;
    border-color: #d25229;
}
.button-retailer-profile:hover {
    color: white;
    background-color: #e99231;
    border-color: #e99231;
}

.container.login {
	margin-top: 40px;
	margin-bottom: 40px;
}

.no-padding {
    padding: 0px !important;
}
.well-happerley {
    background-color: #FBFBFB;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 1px #ECECEC;
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.smart-form {
    margin: 0px;
    outline: 0px none;
    color: #666;
    position: relative;
}


.smart-form *, .smart-form *::after, .smart-form *::before {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}

.smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: medium none;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
    position: relative;
}

.smart-form section {
    margin-bottom: 15px;
    position: relative;
}



.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}


.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color 0.3s ease 0s;
}
.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}
.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
}

.smart-form .input .icon-append + input, .smart-form .textarea .icon-append + textarea {
    padding-right: 37px;
}

.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color 0.3s ease 0s;
}


.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}
.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
    color: #FFF;
    opacity: 0;
    transition: margin 0.3s ease 0s, opacity 0.3s ease 0s;
}

.smart-form .checkbox:last-child, .smart-form .radio:last-child {
    margin-bottom: 0px;
}


.smart-form .checkbox input, .smart-form .radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0px 0px;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}


.smart-form .checkbox i, .smart-form .radio i {
    position: absolute;
    top: 3px;
    left: 0px;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0px none;
    border-width: 1px;
    border-style: solid;
    background: none repeat scroll 0% 0% #FFF;
}

.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid #326832;
    background: #326832;
    color: #fff;
}

.smart-form footer::after {
    content: "";
    display: table;
    clear: both;
}

.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0px 0px 5px;
    padding: 0px 22px;
    font: 300 15px/29px "Open Sans",Helvetica,Arial,sans-serif;
    cursor: pointer;
}
.smart-form .btn {
    box-sizing: border-box;
}
.btn-primary {
    background-image: linear-gradient(to bottom, #337AB7 0px, #265A88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
}
.btn-primary.register-as-consumer-btn a{text-decoration: none; color:inherit}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.btn {
    border-radius: 2px;
    box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.05) inset;
}
.btn, a:link, button {
}

.smart-form *, .smart-form *::after, .smart-form *::before {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}
.smart-form *, .smart-form *::after, .smart-form *::before {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}

.btn-primary {
    color: #326832;
    background: #fff no-repeat;
    border-color: #fff;

}

.btn-primary:hover {
    color: #fff;
    background-color: #99cc33 !important;
    border-color: #99cc33 !important;
    outline: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a, button, input {
}
a:active, a:focus, a:hover, button, button:active, button:focus, embed, input::-moz-focus-inner, object {
    outline: 0px none;
}

button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
/*.checkbox-custom, .radio-custom {*/
    /*opacity: 0;*/
    /*position: absolute;*/
/*}*/

/*.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*cursor: pointer;*/
/*}*/

/*.checkbox-custom-label, .radio-custom-label {*/
    /*position: relative;*/
    /*line-height: 25px;*/
    /*color: #326832;*/
    /*font-weight: 400;*/
    /*font-size: 13px;*/
/*}*/

/*.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {*/
    /*content: '';*/
    /*background: #fff;*/
    /*border: 1px solid #326832;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*text-align: center;*/
/*}*/

/*.checkbox-custom:checked + .checkbox-custom-label:before {*/
    /*content: "\f00c";*/
    /*font-family: 'FontAwesome';*/
    /*background: #326832;*/
    /*color: #fff;*/
/*}*/
