
/* CUSTOM FRONT-END FORM */
/* from bootstrap_custom.css */
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
@media print { 
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

fieldset.fieldset-checkbox, fieldset.fieldset-radio {
    margin-bottom: 10px
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
    color: inherit;
    border: 0
}

.fieldset-checkbox legend+.checkbox, .fieldset-radio legend+.radio {
    margin-top: 0
}

.fieldset-checkbox .checkbox:last-child, .fieldset-radio .radio:last-child {
    margin-bottom: 0
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857;
    color: #6b6a6a
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #6b6a6a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #bfbfbf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191, 191, 191, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191, 191, 191, 0.6)
}

.form-control::-moz-placeholder {
    color: #C8C5BD;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #C8C5BD
}

.form-control::-webkit-input-placeholder {
    color: #C8C5BD
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ECECEC;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height:36px
    }

    .input-group-sm>.input-group-btn>input[type=date].btn, .input-group-sm>.input-group-btn>input[type=datetime-local].btn, .input-group-sm>.input-group-btn>input[type=month].btn, .input-group-sm>.input-group-btn>input[type=time].btn, .input-group-sm>input[type=date].form-control, .input-group-sm>input[type=date].input-group-addon, .input-group-sm>input[type=datetime-local].form-control, .input-group-sm>input[type=datetime-local].input-group-addon, .input-group-sm>input[type=month].form-control, .input-group-sm>input[type=month].input-group-addon, .input-group-sm>input[type=time].form-control, .input-group-sm>input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 33px
    }

    .input-group-lg>.input-group-btn>input[type=date].btn, .input-group-lg>.input-group-btn>input[type=datetime-local].btn, .input-group-lg>.input-group-btn>input[type=month].btn, .input-group-lg>.input-group-btn>input[type=time].btn, .input-group-lg>input[type=date].form-control, .input-group-lg>input[type=date].input-group-addon, .input-group-lg>input[type=datetime-local].form-control, .input-group-lg>input[type=datetime-local].input-group-addon, .input-group-lg>input[type=month].form-control, .input-group-lg>input[type=month].input-group-addon, .input-group-lg>input[type=time].form-control, .input-group-lg>input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px
}

.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    height: 33px;
    line-height: 33px
}

.input-group-sm>.input-group-btn>select[multiple].btn, .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 4px
}

.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg {
    height: 49px;
    line-height: 49px
}

.input-group-lg>.input-group-btn>select[multiple].btn, .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 4px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #738539
}

.has-success .form-control {
    border-color: #738539;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #54622a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a9be67;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a9be67
}

.has-success .input-group-addon {
    color: #738539;
    border-color: #738539;
    background-color: #e6ecd2
}

.has-success .form-control-feedback {
    color: #738539
}

.has-success>.mce-panel {
    border-color: #738539
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #b34f19
}

.has-warning .form-control {
    border-color: #b34f19;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #873c13;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6834c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e6834c
}

.has-warning .input-group-addon {
    color: #b34f19;
    border-color: #b34f19;
    background-color: #fae6dc
}

.has-warning .form-control-feedback {
    color: #b34f19
}

.has-warning>.mce-panel {
    border-color: #b34f19
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #9b1c2b
}

.has-error .form-control {
    border-color: #9b1c2b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #70141f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd4053;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd4053
}

.has-error .input-group-addon {
    color: #9b1c2b;
    border-color: #9b1c2b;
    background-color: #f9dcdf
}

.has-error .form-control-feedback {
    color: #9b1c2b
}

.has-error>.mce-panel {
    border-color: #9b1c2b
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7a7e89
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .panel-heading .cart-form {
        text-align:right
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .panel-heading .cart-form .form-group {
        margin-bottom:15px;
        display: block
    }
}

@media (min-width: 992px) {
    .panel-heading .cart-form .form-group {
        margin-bottom:10px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .panel-heading .cart-form .form-control {
        display:block;
        width: 100%
    }
}

.panel-heading .cart-form .btn {
    max-width: 100%;
    white-space: normal
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    text-shadow: 0px 1px 3px #7c903e;
    background-color: #9fb655;
    border-color: transparent
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #7c903e;
    background-image: none;
    border-color: transparent
}

.btn-default:hover {
    color: #fff;
    background-color: #7c903e;
    background-image: none;
    border-color: transparent
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #7c903e;
    border-color: transparent
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #6d7e36;
    border-color: transparent
}

.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #9fb655;
    border-color: transparent
}

.btn-default .badge {
    color: #9fb655;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    text-shadow: 0px 1px 3px #2b786a;
    background-color: #3ba592;
    border-color: #349281
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #2b786a;
    background-image: none;
    border-color: #13342e
}

.btn-primary:hover {
    color: #fff;
    background-color: #2b786a;
    background-image: none;
    border-color: #246559
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b786a;
    border-color: #246559
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #246559;
    border-color: #13342e
}

.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #3ba592;
    border-color: #349281
}

.btn-primary .badge {
    color: #3ba592;
    background-color: #fff
}

.btn-success {
    color: #fff;
    text-shadow: 0px 1px 3px #7c903e;
    background-color: #9fb655;
    border-color: #92a949
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #7c903e;
    background-image: none;
    border-color: #455022
}

.btn-success:hover {
    color: #fff;
    background-color: #7c903e;
    background-image: none;
    border-color: #6d7e36
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #7c903e;
    border-color: #6d7e36
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #6d7e36;
    border-color: #455022
}

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #9fb655;
    border-color: #92a949
}

.btn-success .badge {
    color: #9fb655;
    background-color: #fff
}

.btn-info {
    color: #fff;
    text-shadow: 0px 1px 3px #2b786a;
    background-color: #3ba592;
    border-color: #349281
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #2b786a;
    background-image: none;
    border-color: #13342e
}

.btn-info:hover {
    color: #fff;
    background-color: #2b786a;
    background-image: none;
    border-color: #246559
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b786a;
    border-color: #246559
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #246559;
    border-color: #13342e
}

.btn-info.active, .btn-info:active, .open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #3ba592;
    border-color: #349281
}

.btn-info .badge {
    color: #3ba592;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    text-shadow: 0px 1px 3px #c1551b;
    background-color: #e37336;
    border-color: #e06320
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #c1551b;
    background-image: none;
    border-color: #703210
}

.btn-warning:hover {
    color: #fff;
    background-color: #c1551b;
    background-image: none;
    border-color: #ab4c18
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c1551b;
    border-color: #ab4c18
}

.btn-warning.active.focus, .btn-warning.active:focus,.btn-warning.active:hover, .btn-warning:active.focus,.btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #ab4c18;
    border-color: #703210
}

.btn-warning.active, .btn-warning:active, .open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #e37336;
    border-color: #e06320
}

.btn-warning .badge {
    color: #e37336;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    text-shadow: 0px 1px 3px #67131d;
    background-color: #9b1c2b;
    border-color: #851825
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #67131d;
    background-image: none;
    border-color: #190507
}

.btn-danger:hover {
    color: #fff;
    background-color: #67131d;
    background-image: none;
    border-color: #520f17
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #67131d;
    border-color: #520f17
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #520f17;
    border-color: #190507
}

.btn-danger.active, .btn-danger:active, .open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #9b1c2b;
    border-color: #851825
}

.btn-danger .badge {
    color: #9b1c2b;
    background-color: #fff
}

.btn-green {
    color: #fff;
    text-shadow: 0px 1px 3px #7c903e;
    background-color: #9fb655;
    border-color: #92a949
}

.btn-green.focus, .btn-green:focus {
    color: #fff;
    background-color: #7c903e;
    background-image: none;
    border-color: #455022
}

.btn-green:hover {
    color: #fff;
    background-color: #7c903e;
    background-image: none;
    border-color: #6d7e36
}

.btn-green.active, .btn-green:active, .open>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #7c903e;
    border-color: #6d7e36
}

.btn-green.active.focus, .btn-green.active:focus, .btn-green.active:hover, .btn-green:active.focus, .btn-green:active:focus, .btn-green:active:hover, .open>.btn-green.dropdown-toggle.focus, .open>.btn-green.dropdown-toggle:focus, .open>.btn-green.dropdown-toggle:hover {
    color: #fff;
    background-color: #6d7e36;
    border-color: #455022
}

.btn-green.active, .btn-green:active, .open>.btn-green.dropdown-toggle {
    background-image: none
}

.btn-green.disabled.focus, .btn-green.disabled:focus, .btn-green.disabled:hover, .btn-green[disabled].focus, .btn-green[disabled]:focus, .btn-green[disabled]:hover, fieldset[disabled] .btn-green.focus, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:hover {
    background-color: #9fb655;
    border-color: #92a949
}

.btn-green .badge {
    color: #9fb655;
    background-color: #fff
}

.btn-yellow {
    color: #fff;
    text-shadow: 0px 1px 3px #ed9c11;
    background-color: #f2b449;
    border-color: #f0aa31
}

.btn-yellow.focus, .btn-yellow:focus {
    color: #fff;
    background-color: #ed9c11;
    background-image: none;
    border-color: #97640b
}

.btn-yellow:hover {
    color: #fff;
    background-color: #ed9c11;
    background-image: none;
    border-color: #d58c0f
}

.btn-yellow.active, .btn-yellow:active, .open>.btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #ed9c11;
    border-color: #d58c0f
}

.btn-yellow.active.focus, .btn-yellow.active:focus, .btn-yellow.active:hover, .btn-yellow:active.focus, .btn-yellow:active:focus, .btn-yellow:active:hover, .open>.btn-yellow.dropdown-toggle.focus, .open>.btn-yellow.dropdown-toggle:focus, .open>.btn-yellow.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58c0f;
    border-color: #97640b
}

.btn-yellow.active, .btn-yellow:active, .open>.btn-yellow.dropdown-toggle {
    background-image: none
}

.btn-yellow.disabled.focus, .btn-yellow.disabled:focus, .btn-yellow.disabled:hover, .btn-yellow[disabled].focus, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow.focus, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:hover {
    background-color: #f2b449;
    border-color: #f0aa31
}

.btn-yellow .badge {
    color: #f2b449;
    background-color: #fff
}

.btn-turquoise {
    color: #fff;
    text-shadow: 0px 1px 3px #2b786a;
    background-color: #3ba592;
    border-color: #349281
}

.btn-turquoise.focus, .btn-turquoise:focus {
    color: #fff;
    background-color: #2b786a;
    background-image: none;
    border-color: #13342e
}

.btn-turquoise:hover {
    color: #fff;
    background-color: #2b786a;
    background-image: none;
    border-color: #246559
}

.btn-turquoise.active, .btn-turquoise:active, .open>.btn-turquoise.dropdown-toggle {
    color: #fff;
    background-color: #2b786a;
    border-color: #246559
}

.btn-turquoise.active.focus, .btn-turquoise.active:focus, .btn-turquoise.active:hover, .btn-turquoise:active.focus, .btn-turquoise:active:focus, .btn-turquoise:active:hover, .open>.btn-turquoise.dropdown-toggle.focus, .open>.btn-turquoise.dropdown-toggle:focus, .open>.btn-turquoise.dropdown-toggle:hover {
    color: #fff;
    background-color: #246559;
    border-color: #13342e
}

.btn-turquoise.active, .btn-turquoise:active, .open>.btn-turquoise.dropdown-toggle {
    background-image: none
}

.btn-turquoise.disabled.focus, .btn-turquoise.disabled:focus, .btn-turquoise.disabled:hover, .btn-turquoise[disabled].focus, .btn-turquoise[disabled]:focus, .btn-turquoise[disabled]:hover, fieldset[disabled] .btn-turquoise.focus, fieldset[disabled] .btn-turquoise:focus, fieldset[disabled] .btn-turquoise:hover {
    background-color: #3ba592;
    border-color: #349281
}

.btn-turquoise .badge {
    color: #3ba592;
    background-color: #fff
}

.btn-orange {
    color: #fff;
    text-shadow: 0px 1px 3px #c1551b;
    background-color: #e37336;
    border-color: #e06320
}

.btn-orange.focus, .btn-orange:focus {
    color: #fff;
    background-color: #c1551b;
    background-image: none;
    border-color: #703210
}

.btn-orange:hover {
    color: #fff;
    background-color: #c1551b;
    background-image: none;
    border-color: #ab4c18
}

.btn-orange.active, .btn-orange:active, .open>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #c1551b;
    border-color: #ab4c18
}

.btn-orange.active.focus, .btn-orange.active:focus, .btn-orange.active:hover, .btn-orange:active.focus, .btn-orange:active:focus, .btn-orange:active:hover, .open>.btn-orange.dropdown-toggle.focus, .open>.btn-orange.dropdown-toggle:focus, .open>.btn-orange.dropdown-toggle:hover {
    color: #fff;
    background-color: #ab4c18;
    border-color: #703210
}

.btn-orange.active, .btn-orange:active, .open>.btn-orange.dropdown-toggle {
    background-image: none
}

.btn-orange.disabled.focus, .btn-orange.disabled:focus, .btn-orange.disabled:hover, .btn-orange[disabled].focus, .btn-orange[disabled]:focus, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange.focus, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:hover {
    background-color: #e37336;
    border-color: #e06320
}

.btn-orange .badge {
    color: #e37336;
    background-color: #fff
}

.btn-red {
    color: #fff;
    text-shadow: 0px 1px 3px #67131d;
    background-color: #9b1c2b;
    border-color: #851825
}

.btn-red.focus, .btn-red:focus {
    color: #fff;
    background-color: #67131d;
    background-image: none;
    border-color: #190507
}

.btn-red:hover {
    color: #fff;
    background-color: #67131d;
    background-image: none;
    border-color: #520f17
}

.btn-red.active, .btn-red:active, .open>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #67131d;
    border-color: #520f17
}

.btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover, .btn-red:active.focus, .btn-red:active:focus, .btn-red:active:hover, .open>.btn-red.dropdown-toggle.focus, .open>.btn-red.dropdown-toggle:focus, .open>.btn-red.dropdown-toggle:hover {
    color: #fff;
    background-color: #520f17;
    border-color: #190507
}

.btn-red.active, .btn-red:active, .open>.btn-red.dropdown-toggle {
    background-image: none
}

.btn-red.disabled.focus, .btn-red.disabled:focus, .btn-red.disabled:hover, .btn-red[disabled].focus, .btn-red[disabled]:focus, .btn-red[disabled]:hover, fieldset[disabled] .btn-red.focus, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:hover {
    background-color: #9b1c2b;
    border-color: #851825
}

.btn-red .badge {
    color: #9b1c2b;
    background-color: #fff
}

.btn-pink {
    color: #fff;
    text-shadow: 0px 1px 3px #ad2c66;
    background-color: #D04784;
    border-color: #ca3477
}

.btn-pink.focus, .btn-pink:focus {
    color: #fff;
    background-color: #ad2c66;
    background-image: none;
    border-color: #641a3b
}

.btn-pink:hover {
    color: #fff;
    background-color: #ad2c66;
    background-image: none;
    border-color: #99275a
}

.btn-pink.active, .btn-pink:active, .open>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ad2c66;
    border-color: #99275a
}

.btn-pink.active.focus, .btn-pink.active:focus, .btn-pink.active:hover, .btn-pink:active.focus, .btn-pink:active:focus, .btn-pink:active:hover, .open>.btn-pink.dropdown-toggle.focus, .open>.btn-pink.dropdown-toggle:focus, .open>.btn-pink.dropdown-toggle:hover {
    color: #fff;
    background-color: #99275a;
    border-color: #641a3b
}

.btn-pink.active, .btn-pink:active, .open>.btn-pink.dropdown-toggle {
    background-image: none
}

.btn-pink.disabled.focus, .btn-pink.disabled:focus, .btn-pink.disabled:hover, .btn-pink[disabled].focus, .btn-pink[disabled]:focus, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink.focus, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:hover {
    background-color: #D04784;
    border-color: #ca3477
}

.btn-pink .badge {
    color: #D04784;
    background-color: #fff
}

.btn-gray {
    color: #fff;
    text-shadow: 0px 1px 3px #4c4c4c;
    background-color: #6b6a6a;
    border-color: #5e5d5d
}

.btn-gray.focus, .btn-gray:focus {
    color: #fff;
    background-color: #4c4c4c;
    background-image: none;
    border-color: #1e1e1e
}

.btn-gray:hover {
    color: #fff;
    background-color: #4c4c4c;
    background-image: none;
    border-color: #3f3f3f
}

.btn-gray.active, .btn-gray:active, .open>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #3f3f3f
}

.btn-gray.active.focus, .btn-gray.active:focus, .btn-gray.active:hover, .btn-gray:active.focus, .btn-gray:active:focus, .btn-gray:active:hover, .open>.btn-gray.dropdown-toggle.focus, .open>.btn-gray.dropdown-toggle:focus, .open>.btn-gray.dropdown-toggle:hover {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #1e1e1e
}

.btn-gray.active,.btn-gray:active, .open>.btn-gray.dropdown-toggle {
    background-image: none
}

.btn-gray.disabled.focus,.btn-gray.disabled:focus,.btn-gray.disabled:hover,.btn-gray[disabled].focus,.btn-gray[disabled]:focus,.btn-gray[disabled]:hover,fieldset[disabled] .btn-gray.focus,fieldset[disabled] .btn-gray:focus,fieldset[disabled] .btn-gray:hover {
    background-color: #6b6a6a;
    border-color: #5e5d5d
}

.btn-gray .badge {
    color: #6b6a6a;
    background-color: #fff
}

.btn-gray-light {
    color: #3E4046;
    text-shadow: 0px 1px 3px #aca89c;
    background-color: #C8C5BD;
    border-color: #bcb9af
}

.btn-gray-light.focus,.btn-gray-light:focus {
    color: #3E4046;
    background-color: #aca89c;
    background-image: none;
    border-color: #817b6b
}

.btn-gray-light:hover {
    color: #3E4046;
    background-color: #aca89c;
    background-image: none;
    border-color: #a19b8e
}

.btn-gray-light.active,.btn-gray-light:active,.open>.btn-gray-light.dropdown-toggle {
    color: #3E4046;
    background-color: #aca89c;
    border-color: #a19b8e
}

.btn-gray-light.active.focus,.btn-gray-light.active:focus,.btn-gray-light.active:hover,.btn-gray-light:active.focus,.btn-gray-light:active:focus,.btn-gray-light:active:hover,.open>.btn-gray-light.dropdown-toggle.focus,.open>.btn-gray-light.dropdown-toggle:focus,.open>.btn-gray-light.dropdown-toggle:hover {
    color: #3E4046;
    background-color: #a19b8e;
    border-color: #817b6b
}

.btn-gray-light.active,.btn-gray-light:active,.open>.btn-gray-light.dropdown-toggle {
    background-image: none
}

.btn-gray-light.disabled.focus,.btn-gray-light.disabled:focus,.btn-gray-light.disabled:hover,.btn-gray-light[disabled].focus,.btn-gray-light[disabled]:focus,.btn-gray-light[disabled]:hover,fieldset[disabled] .btn-gray-light.focus,fieldset[disabled] .btn-gray-light:focus,fieldset[disabled] .btn-gray-light:hover {
    background-color: #C8C5BD;
    border-color: #bcb9af
}

.btn-gray-light .badge {
    color: #C8C5BD;
    background-color: #3E4046
}

.btn-gray-lighter {
    color: #3E4046;
    text-shadow: 0px 1px 3px #cdcdcd;
    background-color: #ECECEC;
    border-color: #dfdfdf
}

.btn-gray-lighter.focus,.btn-gray-lighter:focus {
    color: #3E4046;
    background-color: #cdcdcd;
    background-image: none;
    border-color: #a0a0a0
}

.btn-gray-lighter:hover {
    color: #3E4046;
    background-color: #cdcdcd;
    background-image: none;
    border-color: #c1c1c1
}

.btn-gray-lighter.active,.btn-gray-lighter:active,.open>.btn-gray-lighter.dropdown-toggle {
    color: #3E4046;
    background-color: #cdcdcd;
    border-color: #c1c1c1
}

.btn-gray-lighter.active.focus,.btn-gray-lighter.active:focus,.btn-gray-lighter.active:hover,.btn-gray-lighter:active.focus,.btn-gray-lighter:active:focus,.btn-gray-lighter:active:hover,.open>.btn-gray-lighter.dropdown-toggle.focus,.open>.btn-gray-lighter.dropdown-toggle:focus,.open>.btn-gray-lighter.dropdown-toggle:hover {
    color: #3E4046;
    background-color: #c1c1c1;
    border-color: #a0a0a0
}

.btn-gray-lighter.active,.btn-gray-lighter:active,.open>.btn-gray-lighter.dropdown-toggle {
    background-image: none
}

.btn-gray-lighter.disabled.focus,.btn-gray-lighter.disabled:focus,.btn-gray-lighter.disabled:hover,.btn-gray-lighter[disabled].focus,.btn-gray-lighter[disabled]:focus,.btn-gray-lighter[disabled]:hover,fieldset[disabled] .btn-gray-lighter.focus,fieldset[disabled] .btn-gray-lighter:focus,fieldset[disabled] .btn-gray-lighter:hover {
    background-color: #ECECEC;
    border-color: #dfdfdf
}

.btn-gray-lighter .badge {
    color: #ECECEC;
    background-color: #3E4046
}

.btn-link {
    color: #9fb655;
    font-weight: normal;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #738539;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #C8C5BD;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 4px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}
.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #6b6a6a;
    text-align: center;
    background-color: #ECECEC;
    border: 1px solid #ccc;
    border-radius: 2px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 4px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}



/* from C_portal.css */
.form-inline.form-list-filter {
    margin-bottom: 20px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
}
.help-block.checkbox-help, .help-block.radio-help {
    margin-top: 0;
    margin-left: 20px;
}
.checkbox .label-stacked, .radio .label-stacked {
    display: block;
}

textarea.form-control {
	height: 250px;
}
.blrp-col2 {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 7px;
    line-height: 20px;
}
.blrp-col2 img {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.blrp-col2 .help-block {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.blrp-col3 {
    margin-top: 5px;
}
.blrp-col3a select[multiple], .blrp-col3c select[multiple] {
    height: 135px;
}
.blrp-col3b {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .blrp-col3b {
        padding-left: 0;
        padding-right: 0;
    }
}



/* OVERRIDE STUFF FROM styles.css */
label {
}
.form-group label {
    color: inherit;
    font-size: inherit;
    line-height: 1.42857;
}
input, textarea {
    border-radius: inherit;
    padding: inherit;
}
textarea {
    -webkit-appearance: textarea;
}
input[type=text] {
    -webkit-appearance: textfield;
}
input[type=radio] {
    -webkit-appearance: radio;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
}



