
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/2540753/BusinessCredentialingServices_Dec2016/Fonts/fontawesome-webfont%20(2).eot") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/2540753/BusinessCredentialingServices_Dec2016/Fonts/fontawesome-webfont%20(2).woff") format("woff"), url("//cdn2.hubspot.net/hubfs/2540753/BusinessCredentialingServices_Dec2016/Fonts/fontawesome-webfont%20(2).ttf") format("truetype");
}
.inactiveQuestion {
    display:none;
}
.activeQuestion {
    display: block;
}

#jsonEditorList {
    display:flex;
    flex-direction:column;
}

#jsonEditorList li {
    margin:5px;
    background:white;
    border-radius:3px;
    border:1px solid black;
    display: flex;
    flex-direction: column;
}

    .splitSectionContainer{
        display:flex;
        flex-direction: row !important;
    }
    .json-editor {
        flex-grow: 1;
    }
    .CodeMirror {
        width: 100%;
    }
#howDoISection {
    display: flex;
    flex-direction: column !important;
}
.helpSection > .splitSectionContainer {
    margin: 10px 40px;
    border-top: none;
    width: auto;
}
.helpSection > .jsonExampleTitle {
    background:white;
    width: auto;
    padding: 5px 20px;
    border-radius:3px;
}
.howDoIQuestion {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    padding: 5px;
    margin: 10px;
    width: auto;
    border-radius: 3px;
}

.subAttributes {
    display:flex;
    flex-direction:column;
    padding:0px 50px;
}
    .subAttributes .attributeKeyword {
        opacity: .5
    }

    .subAttributes .attributeLabelDocumentation {
        opacity: .5
    }



.attributeLabelDocumentation {
    font-size: 16px;
    font-weight: bold;
    color: blue;
    background-color: white;
    padding: 5px 20px;
    margin: 10px 10px 0px 10px;
    border-radius: 10px 10px 0px 0px;
    width: auto;
}

.attributeDescriptionDocumentation {
    border-top: 1px solid black;
    margin: 0px 10px 10px 10px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background-color:white;
}

.helpSection {
    padding: 5px 10px;
    border: 1px solid black;
    background: #ccc;
}
.importantAttributeKeyword {
    font-weight: bold;
    color: red;
}

.attributeKeyword {
    font-weight: bold;
    color:blue;
}

.arrow {
    vertical-align: text-bottom;
    margin-left:5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Default state: right arrow */
.jsonExampleTitle.closedSectionBTN .arrow {
    transform: rotate(-90deg);
}

/* Open state: down arrow */
.jsonExampleTitle .arrow {
    transform: rotate(0deg);
}


.jsonExampleTitle.closedSectionBTN {

}
.splitSectionContainer > pre {
    margin: 0px 20px 20px !important;
    background-color: #0095ff38 !important;
}
.howDoIAnswer {
    box-shadow: 0px 0px 10px 1px black;
    margin: 0px 30px 30px 30px;
    padding: 10px;
}
pre {
        margin: 0px 20px 20px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-x: auto;
    white-space: pre-wrap; /* Wraps text */
    word-wrap: break-word; /* Ensures long words break correctly */
    display: none;
}
.contentExamples {
    width:100%;
}
.contentExample {
    background: white;
    border-radius: 3px;
    border: 1px solid black;
    margin: 5px 20px;
}
.jsonExampleTitle {
    
    cursor:pointer;
    width:100%;
    font-size:16px;
    font-weight:bold;
    margin:10px;
}
#jsonEditor {
    width: 100%;
    height: 400px;
    font-family: monospace; /* Use monospace for code readability */
    font-size: 14px; /* Slightly larger font for readability */
    line-height: 1.5; /* Add spacing between lines */
    padding: 10px; /* Padding for comfortable editing */
    background-color: #f7f7f9; /* Light background for contrast */
    border: 1px solid #ccc; /* Border for definition */
    border-radius: 4px; /* Rounded corners for aesthetics */
    resize: both; /* Allow resizing */
    color: #333;
    white-space: pre; /* Preserve formatting */
}
.splitSectionContainer{
    background: #ccc;
    width: 100%;
    border-top:1px solid black;
}
    .splitSectionContainer > .instructionSection.closedSection {
        width: 250px !important;
    }
 
    .splitSectionContainer > .instructionSection {
        margin: 0px 10px;
    }
    #m_QuestionLI {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 500px;
        gap: 10px;
    }
.labelText {
    width: 425px;
    display: block;
}

.includedSection {

}
.notIncluded .labelText {
    display: none !important;
}
.notIncluded > .answerContainer {
    display: none !important;
}
.includeCB {
    margin-right: 10px !important;
}
.questionListItem {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 10px;
}
.answerContainer {
    margin-top:10px;
    position: relative;
}
.willShowText {
    position:absolute;
    right:0px;
    bottom:0px;
}
.actualLabel {
    display: block;
    width: 100%;
}
.questionLabel {
    width: 500px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.questionType {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
    color: #ccc;
}
.portalBuilderSection ul {
    list-style-type: none;
}
.portalBuilderSection {
    padding: 20px;
    background: #ccc;
}
/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4;
    background-color: #00AEEF !important;
}

ul, dl {
    padding: 0;
    margin: 0;
}

#header {
    height: 60px;
}

#logo {
    margin: 0 0 0 -10px;
    padding: 0 0 0 20px;
}

p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 0;
}

strong {
    font-weight: 700;
}

h1 {
    color: #000;
    font-weight: 700;
    font-size: 300%;
    line-height: 125%;
    margin-bottom: 25px;
    font-family: 'Roboto Slab', serif;
}

h2 {
    color: #000;
    font-size: 16px;
    padding: 0;
}

h3 {
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 0 0 15px 0;
}

a img {
    border: none;
}

a:link {
    color: #0084B5;
    text-decoration: none;
}

a:visited {
    color: #0084B5;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #0084B5;
}

.alpha {
    color: #333;
    font-size: 1em;
    padding: 0;
    margin: 10px 0 0 10px;
    line-height: 1.4em;
}

.container {
    width: 1100px !important;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 10px;
    border-top: solid 10px #679A40;
}

.emailConfirmationContainer {
    font-size: 20px;
    padding: 0px 20px;
    width: min-content;
    min-width: 500px;
    margin: auto;
}

.emailConfirmationContainer p {
    font-size: 20px;
    padding-bottom:50px;
    text-align:center;
}
.sidebar {
    width: 200px;
    z-index: 20;
    float: left;
}

    .sidebar h3 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #bdbdbd;
    }

.content {
    padding: 50px 20px 20px 20px;
}

    .content ul, .content ol {
        padding: 0 15px 15px 0px;
    }

.multiCheckBoxClass {
    width: 500px !important;
    height:200px !important;
}
#locationPickerDiv p {
    margin:0px !important;
}
#locationPickerDiv > div {
    width: 500px !important;
}

.multiSelectTextLabel {
    width: 500px !important;
}
.example-2 {
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    color: #0084B5;
}

ul.nav {
    list-style: none;
    margin-bottom: 15px;
    float: left;
}

    ul.nav li {
        /*border-bottom: 1px dotted #e4e4e4;*/
        color: #000;
        font-size: 14px;
        font-weight: lighter;
        padding: 5px 5px 5px 0;
        display: block;
        width: 180px;
        text-decoration: none;
    }

        ul.nav li a {
            color: #7bc80f;
            text-decoration: none;
            font-weight: 700;
        }

        ul.nav li.active:before {
            font-family: FontAwesome;
            content: "\f061";
            color: #92c846;
            margin-right: 8px;
            transition: left .2s ease;
            left: 0;
        }

        ul.nav li.active {
            font-weight: bold;
        }

    ul.nav a, ul.nav a:visited {
    }

        ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
            color: #0084B5;
        }

    ul.nav :last-child {
        border-bottom: none;
    }

.fltrt {
    float: right;
}

.fltlft {
    float: left;
}

.clear {
    clear: both;
    margin: 30px 0;
    /*border-top: 1px dotted #e4e4e4;*/
}

.footer {
    float: right;
    margin: 20px auto 0 auto;
    width: 1040px;
    border-top: 1px dotted #e4e4e4;
    padding: 10px 0;
}

    .footer p {
        font-size: 11px;
    }

.inline {
    display: inline;
}

.inner-container {
    width: 750px;
    float: left;
    margin-left: 20px;
}

.important {
    background-color: rgb(238, 238, 238);
    padding: 25px;
    margin: 25px 0 10px 0;
}

    .important h1 {
        font-size: 24px;
        line-height: 100%;
    }

    .important p {
        text-shadow: 0 1px 0 rgb(255, 255, 255);
        color: rgb(80, 80, 80);
    }

.lt-content {
    float: left;
    width: 340px;
}

.rt-content {
    float: left;
    width: 355px;
    margin-bottom: 25px;
    padding-left: 25px;
    border-left: 1px dotted #e4e4e4;
}

.terms {
    overflow: scroll;
    padding: 25px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}

    .terms ul {
        color: #333;
        font-size: 14px;
        padding: 0;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

        .terms ul li {
            list-style: list-item;
            list-style-position: inside;
            margin-top: 10px;
        }

td {
    color: #333;
    font-size: 12px;
}

input {
    padding: 5px 0 5px 3px;
    margin-bottom: 5px;
}

.hotels {
    list-style-type: none;
    line-height: 2;
}

ul.hotels li {
    border-bottom: 1px dotted #e4e4e4;
    font-size: 12px;
    width: 88%;
    padding: 10px 30px;
}

    ul.hotels li a {
        color: #333;
    }

.odd {
    background-color: #EFEFEF;
}

.pText {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0 0 14px 0;
}

    .pText td {
        font-size: inherit;
    }

.terms-returning {
    overflow: scroll;
    width: 550px;
    padding: 10px 3px;
    height: 200px;
    margin-top: 20px;
    border: 1px dotted #a3c7eb;
    color: #333;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: .7em;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

select {
    padding: 5px;
    margin-right: 20px;
    min-height: 28px;
    min-width: 200px;
}

.expiration-select {
    margin-bottom: 10px;
}

.expiration-select select {
    min-width: unset;
    margin-right: 10px;
}


a#cphMain_m_RegisterLB img,
div#m_ImportantAndSubmitDiv a img,
a#cphMain_m_CompleteRegistrationLB {
    display: none;
}

a#cphMain_m_RegisterLB,
div#m_ImportantAndSubmitDiv a,
a#cphMain_m_CompleteRegistrationLB {
    background: #ffc554 !important;
    background: -moz-linear-gradient(45deg, #ffc554 0%, #f47856 100%) !important;
    background: -webkit-linear-gradient(45deg, #ffc554 0%,#f47856 100%) !important;
    background: linear-gradient(45deg, #ffc554 0%,#f47856 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc554', endColorstr='#f47856',GradientType=1 ) !important;
    color: #fff;
    padding: 12px 30px;
    margin: 20px 0 0 0;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    -webkit-appearance: none;
}





@media (max-width:1020px) {

    .container {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 0;
    }

    div#logo img {
        width: 100% !important;
        padding: 30px;
        box-sizing: border-box;
    }

    .inner-container {
        width: 100%;
        float: none;
        margin-left: 0;
        box-sizing: border-box;
        display: block;
        padding: 10px 30px;
    }

    .sidebar {
        width: 100%;
        z-index: 20;
        float: none;
        display: block;
        padding: 0 30px;
    }

    ul.nav {
        float: none;
    }

    p {
        text-align: left !important;
    }

    img.fltlft {
        min-width: 100px;
        padding: 0;
    }

    select#cphMain_m_CategoriesLBX {
        width: 100% !important;
    }

    .rt-content {
        width: 100%;
        margin: 0 !important;
        border: none !important;
        padding: 0;
    }

    .lt-content {
        width: 100%;
        margin: 0 !important;
        border: none !important;
        padding: 0;
    }

    input {
        width: 100%;
    }
}
