/* --- User's Original CSS --- */
.container {
    width: 100%;
}

strong {
    font-weight: 700;
}

.fa-margin-right {
    margin-right: 8px;
}

.fa-margin-left {
    margin-left: 8px;
}

.fa-star,
.fa-star-half-empty {
    color: #F2A500;
}

.highlight {
    background: #FFE;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: monospace;
}

.img-responsive {
    width: 100%;
}

.image-center {
    display: block;
    margin: 0 auto;
}

hr {
    border-color: #CCC;
}

table.table tr td {
    border-top-color: #7fa1c3;
}

.right-to-left {
    text-align: right;
    direction: rtl;
}

.panel {
    border-radius: 2px;
}

.panel-default,
.list-group-item {
    border-color: #7fa1c3;
}

.panel-default {
    box-shadow: none;
}

.panel-default .panel-heading {
    background: #FFF;
    border-color: #7fa1c3;
    color: #333;
    padding-bottom: 12px;
    margin: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.modal-content {
    border-radius: 2px;
}

.dropdown {
    background: #FFF;
    border: 1px solid #7fa1c3;
    border-radius: 2px;
}

.dropdown a .caret {
    border-top-color: #5d88b3;
}

.dropdown-menu {
    border-color: #7fa1c3;
    border-radius: 2px;
    box-shadow: 0 0 5px #EEE;
    left: -1px;
    font-size: 16px;
    line-height: 24px;
}

.dropdown-menu li a:hover {
    background: #5d88b3;
    color: #FFF;
}

.list-group-item {
    border-color: #7fa1c3;
    padding: 7px 10px;
}

.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.list-group-item.active {
    background: #F1F1F1;
    border-color: #5d88b3;
    color: #000;
}

.list-group-item.active:hover {
    background: #5d88b3;
    border-color: #5d88b3;
}

.list-group .active {
    background: #5d88b3;
    color: #FFF;
}

.list-group .active a {
    color: #FFF;
}

.btn {
    white-space: normal;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 42px;
    margin: 0;
    padding: 0 20px 0 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    color: #fff !important;
    border: 1px solid #FFF;
    -webkit-border-radius: 2px 6px 6px;
    border-radius: 2px 6px 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
}

.btn:focus {
    outline: none;
}

.btn:hover {
    background: #000;
    color: #FFF;
}

.btn-primary {
    background-color: #61bd4f;
}

.btn-default {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

.badge {
    padding: 2px 3px;
}

.thumbnail {
    border-radius: 2px;
}

.btn-group .btn-default {
    border: 1px solid #7fa1c3;
    background: #FFF;
    color: #333;
    box-shadow: none;
}

.btn-group .btn-default:hover {
    color: #666;
}

.btn-group .btn-default:focus {
    box-shadow: none;
}

.btn-group .active {
    border-color: #5d88b3;
    box-shadow: none;
}

.btn-group .text-muted {
    display: block;
    line-height: 14px;
    margin: 5px 0;
}

.show {
    visibility: visible !important;
}

.form-control {
    border-radius: 2px;
    border-color: #FFF;
}

input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #FFF;
    outline: 0 none;
}

.form-control {
    height: 33px;
}

blockquote {
    margin: 0 0 18px 0;
    padding: 20px;
}

input.error,
select.error,
textarea.error {
    border: 1px solid #d9534f !important;
}

label.error {
    background: #d9534f;
    border-radius: 2px;
    padding: 2px 4px;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 2px 0 2px 0;
    display: inline-block;
}

.ui-helper-hidden-accessible {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.fa-margin-left {
    margin-left: 5px;
}

.badge {
    background: #F1F1F1;
    color: #999;
    font-weight: normal;
    border-radius: 2px;
}

.page {
    padding: 0;
    position: relative;
}

.main {
    margin: 28px 5px 5px 5px;
    padding: 30px 15px 5px 15px;
    -webkit-border-radius: 2px 6px 6px;
    border-radius: 2px 6px 6px;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
}

.article {
    padding: 20px;
}

.article h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 0;
}

.article h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0;
}

.article h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em;
}

.article p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.article .placeholder {
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    min-width: 8em;
    padding-right: .5em;
    padding-left: .5em;
    text-align: center;
}

.article .placeholder:hover {
    cursor: text;
}

.article .placeholder:before {
    font-size: 1px;
    content: '_';
    color: transparent;
}

.article .placeholder:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    margin-top: -2px;
    content: '';
    border-bottom: 1px dashed #000;
}

.article ol,
.article ul {
    margin: 1em 0;
    padding: 0 0 0 1em;
    list-style-position: outside;
}

.article ol li,
.article ul li {
    margin-top: .5em;
    margin-bottom: .5em;
}

.sidebar {
    background: #1b1d24;
    margin-top: 28px;
    border-radius: 5px;
    color: #FFF;
}

@media(max-width:767px) {
    .sidebar {
        position: relative;
    }
}

.generator-wizard {
    padding: 0;
}

/* Renamed from technicalarpwizard for clarity */
.generator-wizard a {
    color: #FFF;
    text-decoration: underline;
}

.generator-wizard .generator-wizard-steps-title {
    border-bottom: 3px solid #FFF;
    margin-bottom: 15px;
    padding: 25px 25px 5px 25px;
}

.generator-wizard .generator-wizard-steps-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

.generator-wizard .generator-wizard-steps-title ul:after {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
    vertical-align: middle;
}

.generator-wizard .generator-wizard-steps-title ul li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #999;
    cursor: pointer;
}

.generator-wizard .generator-wizard-steps-title ul li.active {
    color: #FFF;
    font-weight: bold;
}

.generator-wizard .generator-wizard-steps-body {
    padding: 25px;
    color: #FFF;
}

.generator-wizard .generator-wizard-steps-body-item {
    display: none;
}

/* JS will show active step */
.generator-wizard .generator-wizard-steps-body-item.active {
    display: block;
}

.generator-wizard .generator-wizard-steps-navigation {
    border-top: 3px solid #FFF;
    padding: 35px 25px 35px 25px;
}

.generator-wizard .wlg-form-group {
    border-bottom: 1px solid #555;
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
}

.generator-wizard .wlg-form-group:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.generator-wizard .wlg-form-group:last-of-type p:last-of-type {
    margin-bottom: 0;
}

.generator-wizard .wlg-form-control label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.generator-wizard .wlg-form-control small.help-block {
    color: #ccc;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}

.generator-wizard .validation-error {
    border-left: 1px solid red;
    padding-left: 25px;
}

.generator-wizard .error-message {
    color: red;
    font-weight: bold;
}

.generator-wizard .btn {
    color: #FFF;
    border: 1px solid #fff;
    background-color: #1b1d24;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.generator-wizard .btn-default {
    background: #333a4d;
    border: 1px solid #555c70;
}

.generator-wizard .btn-primary {
    background: #61bd4f;
    border: 1px solid #61bd4f;
}

.generator-wizard .btn[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.download-wrapper .preview {
    font-size: 14px;
    color: #333;
    padding: 15px;
    text-align: left;
    text-justify: inter-word;
    border: 1px solid #ddd;
    background: #f9f9f9;
    margin-top: 15px;
    border-radius: 4px;
    max-height: 400px;
    overflow-y: auto;
}

.download-wrapper .preview h1 {
    font-size: 20px;
    margin-top: 0;
}

.download-wrapper .preview h2 {
    font-size: 18px;
}

.download-wrapper .preview h3 {
    font-size: 16px;
}

.download-wrapper .preview a {
    color: #337ab7;
}

.download-wrapper .copy {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 4px;
}

.download-wrapper .copy textarea {
    width: 100%;
    height: 250px;
    border-radius: 4px;
    border: 1px solid #CCC;
    background-color: #fff;
    color: #333;
    font-family: monospace;
    font-size: 13px;
}

.footer-copy {
    font-size: 1px;
    opacity: 0;
    position: absolute;
    bottom: -1000px;
}

.loading-message {
    padding: 50px;
    text-align: center;
    font-size: 1.2em;
}

.loading-message img {
    margin-top: 20px;
}

/* Framework specific styles */
#formStepsContainer .form-group {
    margin-bottom: 20px;
}

#formStepsContainer .form-group label {
    color: #f0f0f0;
}

#formStepsContainer .form-control {
    background-color: #333a4d;
    border: 1px solid #555c70;
    color: #fff;
}

#formStepsContainer .form-control:focus {
    border-color: #61bd4f;
    box-shadow: none;
    background-color: #3f485f;
}

#formStepsContainer .checkbox-group,
#formStepsContainer .radio-group {
    padding-top: 5px;
}

#formStepsContainer .checkbox label,
#formStepsContainer .radio label {
    color: #f0f0f0;
    font-weight: normal;
    margin-bottom: 8px;
}

#formStepsContainer .checkbox input[type=checkbox],
#formStepsContainer .radio input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

#livePreviewArea {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
    min-height: 100px;
}

.form-step-fields {
    margin-bottom: 20px;
}
