fieldset {
    margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; min-width: 0px;
}
legend {
    border-width: 0px 0px 1px; border-style: none none solid; border-color: currentColor currentColor rgb(229, 229, 229); padding: 0px; border-image: none; width: 100%; color: rgb(51, 51, 51); line-height: inherit; font-size: 21px; margin-bottom: 20px; display: block;
}
label {
    font-weight: bold; margin-bottom: 5px; display: inline-block; max-width: 100%;
}
input[type='search'] {
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
input[type='radio'] {
    margin: 4px 0px 0px; line-height: normal;
}
input[type='checkbox'] {
    margin: 4px 0px 0px; line-height: normal;
}
input[type='file'] {
    display: block;
}
input[type='range'] {
    width: 100%; display: block;
}
select[multiple] {
    height: auto;
}
select[size] {
    height: auto;
}
input[type='file']:focus {
    outline-offset: -2px;
}
input[type='radio']:focus {
    outline-offset: -2px;
}
input[type='checkbox']:focus {
    outline-offset: -2px;
}
output {
    color: rgb(85, 85, 85); line-height: 1.4285; padding-top: 7px; font-size: 14px; display: block;
}
.form-control {
    padding: 6px 12px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border-image: none; width: 100%; height: 34px; color: rgb(85, 85, 85); line-height: 1.4285; font-size: 14px; display: block; box-sizing: border-box; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); background-image: none; background-color: rgb(255, 255, 255); -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; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:focus {
    border-color: rgb(102, 175, 233); outline: 0px; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
:-ms-input-placeholder.form-control {
    color: rgb(153, 153, 153);
}
.form-control::-ms-expand {
    border: 0px currentColor; border-image: none; background-color: transparent;
}
[disabled].form-control {
    opacity: 1; background-color: rgb(238, 238, 238);
}
[readonly].form-control {
    opacity: 1; background-color: rgb(238, 238, 238);
}
fieldset[disabled] .form-control {
    opacity: 1; background-color: rgb(238, 238, 238);
}
[disabled].form-control {
    cursor: not-allowed;
}
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: none;
}
@media not all
{
input[type='date'].form-control {
    line-height: 34px;
}
input[type='time'].form-control {
    line-height: 34px;
}
input[type='datetime-local'].form-control {
    line-height: 34px;
}
input[type='month'].form-control {
    line-height: 34px;
}
input[type='date'].input-sm {
    line-height: 30px;
}
.input-group-sm > input[type='date'].form-control {
    line-height: 30px;
}
.input-group-sm > input[type='date'].input-group-addon {
    line-height: 30px;
}
.input-group-sm > .input-group-btn > input[type='date'].btn {
    line-height: 30px;
}
.input-group-sm input[type='date'] {
    line-height: 30px;
}
input[type='time'].input-sm {
    line-height: 30px;
}
.input-group-sm > input[type='time'].form-control {
    line-height: 30px;
}
.input-group-sm > input[type='time'].input-group-addon {
    line-height: 30px;
}
.input-group-sm > .input-group-btn > input[type='time'].btn {
    line-height: 30px;
}
.input-group-sm input[type='time'] {
    line-height: 30px;
}
input[type='datetime-local'].input-sm {
    line-height: 30px;
}
.input-group-sm > input[type='datetime-local'].form-control {
    line-height: 30px;
}
.input-group-sm > input[type='datetime-local'].input-group-addon {
    line-height: 30px;
}
.input-group-sm > .input-group-btn > input[type='datetime-local'].btn {
    line-height: 30px;
}
.input-group-sm input[type='datetime-local'] {
    line-height: 30px;
}
input[type='month'].input-sm {
    line-height: 30px;
}
.input-group-sm > input[type='month'].form-control {
    line-height: 30px;
}
.input-group-sm > input[type='month'].input-group-addon {
    line-height: 30px;
}
.input-group-sm > .input-group-btn > input[type='month'].btn {
    line-height: 30px;
}
.input-group-sm input[type='month'] {
    line-height: 30px;
}
input[type='date'].input-lg {
    line-height: 46px;
}
.input-group-lg > input[type='date'].form-control {
    line-height: 46px;
}
.input-group-lg > input[type='date'].input-group-addon {
    line-height: 46px;
}
.input-group-lg > .input-group-btn > input[type='date'].btn {
    line-height: 46px;
}
.input-group-lg input[type='date'] {
    line-height: 46px;
}
input[type='time'].input-lg {
    line-height: 46px;
}
.input-group-lg > input[type='time'].form-control {
    line-height: 46px;
}
.input-group-lg > input[type='time'].input-group-addon {
    line-height: 46px;
}
.input-group-lg > .input-group-btn > input[type='time'].btn {
    line-height: 46px;
}
.input-group-lg input[type='time'] {
    line-height: 46px;
}
input[type='datetime-local'].input-lg {
    line-height: 46px;
}
.input-group-lg > input[type='datetime-local'].form-control {
    line-height: 46px;
}
.input-group-lg > input[type='datetime-local'].input-group-addon {
    line-height: 46px;
}
.input-group-lg > .input-group-btn > input[type='datetime-local'].btn {
    line-height: 46px;
}
.input-group-lg input[type='datetime-local'] {
    line-height: 46px;
}
input[type='month'].input-lg {
    line-height: 46px;
}
.input-group-lg > input[type='month'].form-control {
    line-height: 46px;
}
.input-group-lg > input[type='month'].input-group-addon {
    line-height: 46px;
}
.input-group-lg > .input-group-btn > input[type='month'].btn {
    line-height: 46px;
}
.input-group-lg input[type='month'] {
    line-height: 46px;
}
}
.form-group {
    margin-bottom: 15px;
}
.radio {
    margin-top: 10px; margin-bottom: 10px; display: block; position: relative;
}
.checkbox {
    margin-top: 10px; margin-bottom: 10px; display: block; position: relative;
}
.radio label {
    padding-left: 20px; font-weight: normal; margin-bottom: 0px; cursor: pointer; min-height: 20px;
}
.checkbox label {
    padding-left: 20px; font-weight: normal; margin-bottom: 0px; cursor: pointer; min-height: 20px;
}
.radio input[type='radio'] {
    margin-left: -20px; position: absolute;
}
.radio-inline input[type='radio'] {
    margin-left: -20px; position: absolute;
}
.checkbox input[type='checkbox'] {
    margin-left: -20px; position: absolute;
}
.checkbox-inline input[type='checkbox'] {
    margin-left: -20px; position: absolute;
}
.radio + .radio {
    margin-top: -5px;
}
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline {
    padding-left: 20px; font-weight: normal; margin-bottom: 0px; vertical-align: middle; display: inline-block; position: relative; cursor: pointer;
}
.checkbox-inline {
    padding-left: 20px; font-weight: normal; margin-bottom: 0px; vertical-align: middle; display: inline-block; position: relative; cursor: pointer;
}
.radio-inline + .radio-inline {
    margin-top: 0px; margin-left: 10px;
}
.checkbox-inline + .checkbox-inline {
    margin-top: 0px; margin-left: 10px;
}
input[type='radio'][disabled] {
    cursor: not-allowed;
}
input[type='radio'].disabled {
    cursor: not-allowed;
}
fieldset[disabled] input[type='radio'] {
    cursor: not-allowed;
}
input[type='checkbox'][disabled] {
    cursor: not-allowed;
}
input[type='checkbox'].disabled {
    cursor: not-allowed;
}
fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}
.disabled.radio-inline {
    cursor: not-allowed;
}
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.disabled.checkbox-inline {
    cursor: not-allowed;
}
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.disabled.radio label {
    cursor: not-allowed;
}
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.disabled.checkbox label {
    cursor: not-allowed;
}
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px; padding-bottom: 7px; margin-bottom: 0px; min-height: 34px;
}
.input-lg.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-group-lg > .form-control.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-group-lg > .input-group-addon.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-group-lg > .input-group-btn > .btn.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-sm.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-group-sm > .form-control.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-group-sm > .input-group-addon.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-group-sm > .input-group-btn > .btn.form-control-static {
    padding-right: 0px; padding-left: 0px;
}
.input-sm {
    padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .form-control {
    padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .input-group-addon {
    padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.input-group-sm > .input-group-btn > .btn {
    padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
select.input-sm {
    height: 30px; line-height: 30px;
}
.input-group-sm > select.form-control {
    height: 30px; line-height: 30px;
}
.input-group-sm > select.input-group-addon {
    height: 30px; line-height: 30px;
}
.input-group-sm > .input-group-btn > select.btn {
    height: 30px; line-height: 30px;
}
textarea.input-sm {
    height: auto;
}
.input-group-sm > textarea.form-control {
    height: auto;
}
.input-group-sm > textarea.input-group-addon {
    height: auto;
}
.input-group-sm > .input-group-btn > textarea.btn {
    height: auto;
}
select[multiple].input-sm {
    height: auto;
}
.input-group-sm > select[multiple].form-control {
    height: auto;
}
.input-group-sm > select[multiple].input-group-addon {
    height: auto;
}
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}
.form-group-sm .form-control {
    padding: 5px 10px; border-radius: 3px; height: 30px; line-height: 1.5; font-size: 12px;
}
.form-group-sm select.form-control {
    height: 30px; line-height: 30px;
}
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    padding: 6px 10px; height: 30px; line-height: 1.5; font-size: 12px; min-height: 32px;
}
.input-lg {
    padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.3333; font-size: 18px;
}
.input-group-lg > .form-control {
    padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.3333; font-size: 18px;
}
.input-group-lg > .input-group-addon {
    padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.3333; font-size: 18px;
}
.input-group-lg > .input-group-btn > .btn {
    padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.3333; font-size: 18px;
}
select.input-lg {
    height: 46px; line-height: 46px;
}
.input-group-lg > select.form-control {
    height: 46px; line-height: 46px;
}
.input-group-lg > select.input-group-addon {
    height: 46px; line-height: 46px;
}
.input-group-lg > .input-group-btn > select.btn {
    height: 46px; line-height: 46px;
}
textarea.input-lg {
    height: auto;
}
.input-group-lg > textarea.form-control {
    height: auto;
}
.input-group-lg > textarea.input-group-addon {
    height: auto;
}
.input-group-lg > .input-group-btn > textarea.btn {
    height: auto;
}
select[multiple].input-lg {
    height: auto;
}
.input-group-lg > select[multiple].form-control {
    height: auto;
}
.input-group-lg > select[multiple].input-group-addon {
    height: auto;
}
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}
.form-group-lg .form-control {
    padding: 10px 16px; border-radius: 6px; height: 46px; line-height: 1.3333; font-size: 18px;
}
.form-group-lg select.form-control {
    height: 46px; line-height: 46px;
}
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    padding: 11px 16px; height: 46px; line-height: 1.3333; font-size: 18px; min-height: 38px;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    top: 0px; width: 34px; height: 34px; text-align: center; right: 0px; line-height: 34px; display: block; position: absolute; z-index: 2; pointer-events: none;
}
.input-lg + .form-control-feedback {
    width: 46px; height: 46px; line-height: 46px;
}
.input-group-lg > .form-control + .form-control-feedback {
    width: 46px; height: 46px; line-height: 46px;
}
.input-group-lg > .input-group-addon + .form-control-feedback {
    width: 46px; height: 46px; line-height: 46px;
}
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 46px; height: 46px; line-height: 46px;
}
.input-group-lg + .form-control-feedback {
    width: 46px; height: 46px; line-height: 46px;
}
.form-group-lg .form-control + .form-control-feedback {
    width: 46px; height: 46px; line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px; height: 30px; line-height: 30px;
}
.input-group-sm > .form-control + .form-control-feedback {
    width: 30px; height: 30px; line-height: 30px;
}
.input-group-sm > .input-group-addon + .form-control-feedback {
    width: 30px; height: 30px; line-height: 30px;
}
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 30px; height: 30px; line-height: 30px;
}
.input-group-sm + .form-control-feedback {
    width: 30px; height: 30px; line-height: 30px;
}
.form-group-sm .form-control + .form-control-feedback {
    width: 30px; height: 30px; line-height: 30px;
}
.has-success .help-block {
    color: rgb(60, 118, 61);
}
.has-success .control-label {
    color: rgb(60, 118, 61);
}
.has-success .radio {
    color: rgb(60, 118, 61);
}
.has-success .checkbox {
    color: rgb(60, 118, 61);
}
.has-success .radio-inline {
    color: rgb(60, 118, 61);
}
.has-success .checkbox-inline {
    color: rgb(60, 118, 61);
}
.radio.has-success label {
    color: rgb(60, 118, 61);
}
.checkbox.has-success label {
    color: rgb(60, 118, 61);
}
.radio-inline.has-success label {
    color: rgb(60, 118, 61);
}
.checkbox-inline.has-success label {
    color: rgb(60, 118, 61);
}
.has-success .form-control {
    border-color: rgb(60, 118, 61); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: rgb(43, 84, 44); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    border-color: rgb(60, 118, 61); color: rgb(60, 118, 61); background-color: rgb(223, 240, 216);
}
.has-success .form-control-feedback {
    color: rgb(60, 118, 61);
}
.has-warning .help-block {
    color: rgb(138, 109, 59);
}
.has-warning .control-label {
    color: rgb(138, 109, 59);
}
.has-warning .radio {
    color: rgb(138, 109, 59);
}
.has-warning .checkbox {
    color: rgb(138, 109, 59);
}
.has-warning .radio-inline {
    color: rgb(138, 109, 59);
}
.has-warning .checkbox-inline {
    color: rgb(138, 109, 59);
}
.radio.has-warning label {
    color: rgb(138, 109, 59);
}
.checkbox.has-warning label {
    color: rgb(138, 109, 59);
}
.radio-inline.has-warning label {
    color: rgb(138, 109, 59);
}
.checkbox-inline.has-warning label {
    color: rgb(138, 109, 59);
}
.has-warning .form-control {
    border-color: rgb(138, 109, 59); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: rgb(102, 81, 44); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    border-color: rgb(138, 109, 59); color: rgb(138, 109, 59); background-color: rgb(252, 248, 227);
}
.has-warning .form-control-feedback {
    color: rgb(138, 109, 59);
}
.has-error .help-block {
    color: rgb(169, 68, 66);
}
.has-error .control-label {
    color: rgb(169, 68, 66);
}
.has-error .radio {
    color: rgb(169, 68, 66);
}
.has-error .checkbox {
    color: rgb(169, 68, 66);
}
.has-error .radio-inline {
    color: rgb(169, 68, 66);
}
.has-error .checkbox-inline {
    color: rgb(169, 68, 66);
}
.radio.has-error label {
    color: rgb(169, 68, 66);
}
.checkbox.has-error label {
    color: rgb(169, 68, 66);
}
.radio-inline.has-error label {
    color: rgb(169, 68, 66);
}
.checkbox-inline.has-error label {
    color: rgb(169, 68, 66);
}
.has-error .form-control {
    border-color: rgb(169, 68, 66); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: rgb(132, 53, 52); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    border-color: rgb(169, 68, 66); color: rgb(169, 68, 66); background-color: rgb(242, 222, 222);
}
.has-error .form-control-feedback {
    color: rgb(169, 68, 66);
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0px;
}
.help-block {
    color: rgb(115, 115, 115); margin-top: 5px; margin-bottom: 10px; display: block;
}
@media all and (min-width:768px)
{
.form-inline .form-group {
    margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.form-inline .form-control {
    width: auto; vertical-align: middle; display: inline-block;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    vertical-align: middle; display: inline-table;
}
.form-inline .input-group .input-group-addon {
    width: auto;
}
.form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group .form-control {
    width: auto;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
.form-inline .control-label {
    margin-bottom: 0px; vertical-align: middle;
}
.form-inline .radio {
    margin-top: 0px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.form-inline .checkbox {
    margin-top: 0px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.form-inline .radio label {
    padding-left: 0px;
}
.form-inline .checkbox label {
    padding-left: 0px;
}
.form-inline .radio input[type='radio'] {
    margin-left: 0px; position: relative;
}
.form-inline .checkbox input[type='checkbox'] {
    margin-left: 0px; position: relative;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0px;
}
}
.form-horizontal .radio {
    padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .checkbox {
    padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .radio-inline {
    padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .checkbox-inline {
    padding-top: 7px; margin-top: 0px; margin-bottom: 0px;
}
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px; margin-left: -15px;
}
.form-horizontal .form-group::before {
    display: table; content: " ";
}
.form-horizontal .form-group::after {
    display: table; content: " ";
}
.form-horizontal .form-group::after {
    clear: both;
}
@media all and (min-width:768px)
{
.form-horizontal .control-label {
    text-align: right; padding-top: 7px; margin-bottom: 0px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media all and (min-width:768px)
{
.form-horizontal .form-group-lg .control-label {
    padding-top: 11px; font-size: 18px;
}
}
@media all and (min-width:768px)
{
.form-horizontal .form-group-sm .control-label {
    padding-top: 6px; font-size: 12px;
}
}
.input-group {
    display: table; border-collapse: separate; position: relative;
}
[class*='col-'].input-group {
    padding-right: 0px; padding-left: 0px; float: none;
}
.input-group .form-control {
    width: 100%; margin-bottom: 0px; float: left; position: relative; z-index: 2;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-addon {
    display: table-cell;
}
.input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    display: table-cell;
}
:not(:first-child):not(:last-child).input-group-addon {
    border-radius: 0px;
}
:not(:first-child):not(:last-child).input-group-btn {
    border-radius: 0px;
}
.input-group :not(:first-child):not(:last-child).form-control {
    border-radius: 0px;
}
.input-group-addon {
    width: 1%; vertical-align: middle; white-space: nowrap;
}
.input-group-btn {
    width: 1%; vertical-align: middle; white-space: nowrap;
}
.input-group-addon {
    padding: 6px 12px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); border-image: none; text-align: center; color: rgb(85, 85, 85); line-height: 1; font-size: 14px; font-weight: normal; background-color: rgb(238, 238, 238);
}
.input-sm.input-group-addon {
    padding: 5px 10px; border-radius: 3px; font-size: 12px;
}
.input-group-sm > .input-group-addon {
    padding: 5px 10px; border-radius: 3px; font-size: 12px;
}
.input-group-sm > .input-group-btn > .btn.input-group-addon {
    padding: 5px 10px; border-radius: 3px; font-size: 12px;
}
.input-lg.input-group-addon {
    padding: 10px 16px; border-radius: 6px; font-size: 18px;
}
.input-group-lg > .input-group-addon {
    padding: 10px 16px; border-radius: 6px; font-size: 18px;
}
.input-group-lg > .input-group-btn > .btn.input-group-addon {
    padding: 10px 16px; border-radius: 6px; font-size: 18px;
}
.input-group-addon input[type='radio'] {
    margin-top: 0px;
}
.input-group-addon input[type='checkbox'] {
    margin-top: 0px;
}
.input-group :first-child.form-control {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-addon {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-btn > .btn {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-btn > .btn-group > .btn {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-btn > .dropdown-toggle {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:last-child.input-group-btn > :not(:last-child):not(.dropdown-toggle).btn {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:last-child.input-group-btn > :not(:last-child).btn-group > .btn {
    border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}
:first-child.input-group-addon {
    border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.input-group :last-child.form-control {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-addon {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-btn > .btn {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-btn > .btn-group > .btn {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-btn > .dropdown-toggle {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:first-child.input-group-btn > :not(:first-child).btn {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:first-child.input-group-btn > :not(:first-child).btn-group > .btn {
    border-top-left-radius: 0px; border-bottom-left-radius: 0px;
}
:last-child.input-group-addon {
    border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.input-group-btn {
    font-size: 0px; white-space: nowrap; position: relative;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn > .btn:focus {
    z-index: 2;
}
.input-group-btn > .btn:active {
    z-index: 2;
}
:first-child.input-group-btn > .btn {
    margin-right: -1px;
}
:first-child.input-group-btn > .btn-group {
    margin-right: -1px;
}
:last-child.input-group-btn > .btn {
    margin-left: -1px; z-index: 2;
}
:last-child.input-group-btn > .btn-group {
    margin-left: -1px; z-index: 2;
}
.ax5-ui-dialog {
    border-radius: 10px; border:1px solid #e9edf3; animation:ax-dialog 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); border-image: none; left: 0px; top: 0px; overflow: hidden; position: fixed; z-index: 2000; box-sizing: border-box; 
    /*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.175);*/ 
    transform: translateZ(0px); background-color: rgb(255, 255, 255); -webkit-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1); -o-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1); -webkit-transform: translateZ(0); -o-transform: translateZ(0); -moz-transform: translateZ(0);
}
.ax5-ui-dialog .ax-dialog-header {
    padding: 20px 15px;  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color:#ffffff;
}
.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(245, 245, 245); font-size: 0.8em; background-color: rgb(51, 51, 51);
}
.ax5-ui-dialog .ax-dialog-body button{
    height:36px; 
    border-radius: 30px;
    color: #ffffff;  
    border: 1px solid transparent;
    font-size: 14px;    
    font-weight: 600;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #102454;
    padding-left:25px;
    padding-right:25px;
}
.ax5-ui-dialog .ax-dialog-body button.btn-info {
    padding-left: 40px !important;
    background: #102454 url(/images/portal/common/modal_save_icon.png) no-repeat left 18px center;
}
.ax5-ui-dialog .ax-dialog-body button.btn-default {
    padding-left: 40px !important;
    background: #aaaaaa url(/images/portal/common/modal_close_icon.png) no-repeat left 18px center;
}
.ax5-ui-dialog .ax-dialog-body button.btn-danger{
    background: #102454 !important;
}
.ax5-ui-dialog .ax-dialog-body {
    padding: 25px 50px; text-align: center;
    font-size:14px;
    line-height:20px;
    color:#333;
    font-family:'Inter', 'Malgun Gothic', dotum, sans-serif;
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-msg {
    padding-top: 15px; padding-bottom: 15px;
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-prompt {
    text-align: left; padding-bottom: 7.5px;
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons {
    margin-top: 15px;
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons button:not(:last-child) {
    margin-right: 3px;
}
.ax5-ui-dialog .ax-dialog-body [data-dialog-els='additional-content'] {
    margin-top: 15px;
}
.ax5-ui-dialog .ax-dialog-header {
     background-color:#e9edf3; color:#111111; font-size:18px; font-weight:bold; text-align:center;
}
.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(245, 245, 245); background-color: rgb(51, 51, 51);
}
.primary.ax5-ui-dialog {
    border: 1px solid rgb(221, 221, 221); border-image: none;
}
.primary.ax5-ui-dialog .ax-dialog-header {
    background: rgb(51, 122, 183); color: rgb(255, 255, 255);
}
.primary.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(51, 122, 183); background-color: rgb(255, 255, 255);
}
.success.ax5-ui-dialog {
    border: 1px solid rgb(221, 221, 221); border-image: none;
}
.success.ax5-ui-dialog .ax-dialog-header {
    background: rgb(223, 240, 216); color: rgb(60, 118, 61);
}
.success.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(223, 240, 216); background-color: rgb(60, 118, 61);
}
.info.ax5-ui-dialog {
    border: 1px solid rgb(221, 221, 221); border-image: none;
}
.info.ax5-ui-dialog .ax-dialog-header {
    background: rgb(217, 237, 247); color: rgb(49, 112, 143);
}
.info.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(217, 237, 247); background-color: rgb(49, 112, 143);
}
.warning.ax5-ui-dialog {
    border: 1px solid rgb(221, 221, 221); border-image: none;
}
.warning.ax5-ui-dialog .ax-dialog-header {
    background: rgb(252, 248, 227); color: rgb(138, 109, 59);
}
.warning.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(252, 248, 227); background-color: rgb(138, 109, 59);
}
.danger.ax5-ui-dialog {
    border: 1px solid rgb(221, 221, 221); border-image: none;
}
.danger.ax5-ui-dialog .ax-dialog-header {
    background: rgb(242, 222, 222); color: rgb(169, 68, 66);
}
.danger.ax5-ui-dialog .ax-dialog-header .badge {
    color: rgb(242, 222, 222); background-color: rgb(169, 68, 66);
}
.destroy.ax5-ui-dialog {
    animation:ax-dialog-destroy 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards; -webkit-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards; -o-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
