.mc-metabox input,
.mc-metabox button,
.mc-metabox select,
.mc-metabox textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.mc-metabox fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.mc-metabox legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.mc-metabox label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.mc-metabox input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mc-metabox input[type="radio"],
.mc-metabox input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.mc-metabox input[type="file"] {
    display: block;
}
.mc-metabox input[type="range"] {
    display: block;
    width: 100%;
}
.mc-metabox select[multiple],
.mc-metabox select[size] {
    height: auto;
}

.mc-metabox output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.mc-metabox .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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, -webkit-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;
}
.mc-metabox .form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.mc-metabox .form-control:-ms-input-placeholder {
    color: #777;
}
.mc-metabox .form-control::-webkit-input-placeholder {
    color: #777;
}
.mc-metabox .form-control[disabled],
.mc-metabox .form-control[readonly],
.mc-metabox fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.mc-metabox textarea.form-control {
    height: auto;
}
.mc-metabox input[type="search"] {
    -webkit-appearance: none;
}
.mc-metabox input[type="date"],
.mc-metabox input[type="time"],
.mc-metabox input[type="datetime-local"],
.mc-metabox input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}
.mc-metabox input[type="date"].input-sm,
.mc-metabox input[type="time"].input-sm,
.mc-metabox input[type="datetime-local"].input-sm,
.mc-metabox input[type="month"].input-sm {
    line-height: 30px;
}
.mc-metabox input[type="date"].input-lg,
.mc-metabox input[type="time"].input-lg,
.mc-metabox input[type="datetime-local"].input-lg,
.mc-metabox input[type="month"].input-lg {
    line-height: 46px;
}
.mc-metabox .form-group {
    margin-bottom: 15px;
}
.mc-metabox .radio,
.mc-metabox .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mc-metabox .radio label,
.mc-metabox .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.mc-metabox .radio input[type="radio"],
.mc-metabox .radio-inline input[type="radio"],
.mc-metabox .checkbox input[type="checkbox"],
.mc-metabox .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.mc-metabox .radio + .radio,
.mc-metabox .checkbox + .checkbox {
    margin-top: -5px;
}
.mc-metabox .radio-inline,
.mc-metabox .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.mc-metabox .radio-inline + .radio-inline,
.mc-metabox .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.mc-metabox input[type="radio"][disabled],
.mc-metabox input[type="checkbox"][disabled],
.mc-metabox input[type="radio"].disabled,
.mc-metabox input[type="checkbox"].disabled,
.mc-metabox fieldset[disabled] input[type="radio"],
.mc-metabox fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.mc-metabox .radio-inline.disabled,
.mc-metabox .checkbox-inline.disabled,
.mc-metabox fieldset[disabled] .radio-inline,
.mc-metabox fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.mc-metabox .radio.disabled label,
.mc-metabox .checkbox.disabled label,
.mc-metabox fieldset[disabled] .radio label,
.mc-metabox fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.mc-metabox .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.mc-metabox .form-control-static.input-lg,
.mc-metabox .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.mc-metabox .input-sm,
.mc-metabox .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.mc-metabox select.input-sm {
    height: 30px;
    line-height: 30px;
}
.mc-metabox textarea.input-sm,
.mc-metabox select[multiple].input-sm {
    height: auto;
}
.mc-metabox .input-lg,
.mc-metabox .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.mc-metabox select.input-lg {
    height: 46px;
    line-height: 46px;
}
.mc-metabox textarea.input-lg,
.mc-metabox select[multiple].input-lg {
    height: auto;
}
.mc-metabox .has-feedback {
    position: relative;
}
.mc-metabox .has-feedback .form-control {
    padding-right: 42.5px;
}
.mc-metabox .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.mc-metabox .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.mc-metabox .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.mc-metabox .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.mc-metabox .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}