/* Minification failed. Returning unminified contents.
(302,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #031626 !important;
    background-color: #F8F9FB !important;
    margin: 0 !important;
}

h1, h2, h3, h4, h5, #headerTitle, #content form label {
    color: #031626;
}

h1, h2, h3, h4, h5, #headerTitle, #miniHeaderTitle {
    font-family: 'Mulish', sans-serif;
}

div.h4 {
    font-family: 'Mulish', sans-serif;
}

a {
    color: #496ea6;
}

header, footer, nav, section {
    display: block;
}

label {
    
    margin-top: 5px;
    font-weight: 600;
    opacity:0.8;
}


#content {
    margin: 0 auto 150px auto;
    margin: 50px auto;
    max-width: 900px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 40px 30px 40px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}



.flex-group > .question-content-box {
    margin-left: 30px;
    width: 800px;
    background-color: #fff;
    border-top: 4px solid #CCD355;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 40px 30px 40px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}

    .flex-group > .question-content-box ~ .question-content-box {
        margin-left: 30px;
        width: 800px;
        background-color: #fff;
        border-radius: 0px 0px 10px 10px;
        padding: 30px 40px 30px 40px;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    }

.btn.btn-warning {
    background-image: none;
    background-color: #f43172;
    border: none;
    margin: 2px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

    .btn.btn-warning:hover {
        opacity: 0.8;
    }

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.form-group label {
    font-size: 16px;
}

.form-group .checkboxgrid .checkboxgrid-option label {
    font-size: 13px;
}


.form-group .checkboxgrid .checkboxgrid-option {
    margin-top:0;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Misc Styles
----------------------------------------------------------*/

.checkboxgrid {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.values-selection-group {
   margin: 12px 0;
}
    .checkboxgrid .values-selection-group .checkboxgrid-option {
        min-height: 60px;
    }


.values-selection-group h5 {
    font-size: 18px;
    border-bottom: 1px solid lightgray;
    margin-right: 24px;
    font-weight: 600;
}
.checkboxgrid .checkboxgrid-option {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    flex: 1 0 20%;
    border-radius: 5px;
    width: 240px;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*line-height: 40px;*/
    padding: 0 12px;
    margin: 24px 8px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .checkboxgrid .checkboxgrid-option {
        float: none;
        width: 300px;
        height: auto;
        margin: 3px auto;
        padding: 3px 0;
        flex: 1 0 100%;
    }

        .checkboxgrid .checkboxgrid-option label {
            font-size: 13px;
            margin: 0;
        }

    div.checkboxgrid-option.custom-value {
        padding: 0 5px;
    }

        div.checkboxgrid-option.custom-value input.form-control {
            font-size: 13px;
            outline: none;
            box-shadow: none;
            border-radius: 0;
            border: 0;
        }
}

div.checkboxgrid-option.custom-value {
	height: 47px;
}

div.checkboxgrid-option.custom-value input.form-control {
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}

.checkboxgrid .checkboxgrid-option:hover {
    background-color: #f43172;
    box-shadow: 0px 5px 10px rgba(244,49,114, 0.4);
    color: #fff !important;
    transform: translateY(-3px);
}

.checkboxgrid .checkboxgrid-option.disabled:hover {
    background-color: grey;
    color:#fff;
    box-shadow:none;
}

.checkboxgrid .checkboxgrid-option:hover, .checkboxgrid .checkboxgrid-option:hover label:hover {
    color: #fff !important;
    cursor: pointer;
}

.checkboxgrid .checkboxgrid-option.disabled:hover, .checkboxgrid .checkboxgrid-option.disabled label:hover, .checkboxgrid .checkboxgrid-option.disabled input:hover {
	cursor: not-allowed;
}

#leftValue, #rightValue {
    height: 150px;
    cursor: pointer;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    white-space: normal;
    text-wrap: normal;
    padding: 16px;
}

#leftValue {
	float: right;
}

    #leftValue:hover, #rightValue:hover {
        background-color: #f43172;
        color: #fff;
    }

@media (min-width: 701px) {
    #leftValue {
        margin: 5%;
        width: 40%;
        border-radius: 10px;
        padding: 16px;
    }

    #rightValue {
        margin: 5%;
        width: 40%;
        border-radius: 10px;
        padding: 16px;
    }
}

@media (max-width: 700px) {
    #leftValue {
        width: 100%;
        height: 100px;
        margin-bottom: 30px;
        border-radius: 10px;
        padding:8px;
    }

    #rightValue {
        width: 100%;
        height: 100px;
        border-radius: 10px padding:8px;
    }
}

input[type=submit]{
    border:none;
}
div.checkboxgrid-option.checked {
    background-color: #f43172;
    color: #ffffff !important;
}

div .checkboxgrid-option.checked label {
    color: #fff !important;
}

div#header {
    border-bottom: 5px solid #f43172;
    background-color: #fff;
    height: 120px;
    padding: 50px 0 0 0;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}

div#headerUnderBar {
    background-color: #fff;
    height: 15px;
}

div#headerPanel {
    color: #fff;
    font-size: xx-large;
    
    margin: 0 auto;
}
div#headerTitlePanel {
    max-width: 1150px;
    font-size: 36px;
}

div#headerTitle {
    padding-top: 12px;
    margin-left:250px;
}

div#bpLogo {
    background-image: url('/Content/images/BWIT-2026-logo.jpg');
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: center;
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    float: left;
    box-shadow: 4px 4px 15px #999;
    margin-left: 16px;
    background-color: #fff;
}

div#miniHeader {
    background-color: #f43172;
    padding: 10px 0;
}

div#miniBPLogo {
    background-image: url('/Content/images/BWIT-2026-logo.jpg');
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: center;
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0 auto;
}

div#miniHeaderTitle {
    color: #fff;
    font-size: x-large;
    margin: 0 auto;
    text-align: center;
}


div#footer {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    min-height: 40px;
    background-color: #f43172;
    padding: 10px;
}

div#miniFooter {
    margin: 0 auto;
    max-width: 950px;
    min-height: 140px;
    background-color: #f43172;
    padding-top: 10px;
}

div#footerRightLogo {
    text-align: right;
    float: right;
    background-repeat: no-repeat;
    height: 26px;
    margin-right: 24px;
    width: 300px;
    color: #fff;
}

div#pcLogo {
    background-repeat: no-repeat;
    height: 56px;
    width: 200px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.powered-by {
    font-weight: normal;
}


@media (min-width: 701px) {
    div#miniHeader {
        display: none;
    }
    div#miniFooter {
        display: none;
    }
}

@media (max-width: 700px) {
    div#header {
        display: none;
    }
    div#headerUnderBar {
        display: none;
    }
    div#content {
        margin-top: 0;
    }
    div#footer {
        display: none;
    }
}

.splitter {
    border-bottom: 1px solid #bbb;
    margin-bottom: 8px;
}

.entryRow {
    border: 1px solid #000;
    padding: 8px 0;
    margin: 5px 0;
}

.btn.btn-success {
    background-image: none;
    background-color: #f43172;
    border: none;
    margin: 2px;
    border-radius:0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.btn-disabled {
    background-image: none;
    background-color: #c2c2c2;
    color: #fff;
    border: none;
    margin: 2px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
}

    .btn.btn-success.green {
        background-color: #5cb85c;
    }

    .btn.btn-success:hover {
        opacity: 0.8;
    }

.btn.btn-danger {
    background-image: none;
    background-color: #b30000;
    border: none;
    margin: 2px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
}

.btn.btn-secondary {
    background-image: none;
    background-color: #fff;
    border: 1px solid #031626;
    color: #031626;
    margin: 2px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
}

.btn.btn-secondary-alt {
    background-image: none;
    background-color: #031626;
    border: none;
    color: #fff;
    margin: 2px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
}


    .btn.btn-success:hover {
        opacity: 0.8;
    }

.btn-success:active,
.btn-success.active {
    background-color: #426396;
    border-color: #426396;
}

/*.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#999), to(#888));
  background-image: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background-image: -moz-linear-gradient(top, #999 0%, #888 100%);
  background-image: linear-gradient(to bottom, #999 0%, #888 100%);
  background-repeat: repeat-x;
  border-color: #777;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff888888', GradientType=0);
  color: #000;
}*/

.range-input-container {
    padding: 0 10px;
}

    .range-input-container label {
        margin-bottom: 25px;
    }

    .range-input-container table.label-container {
        margin: 20px 0 5px 0;
        width: 100%;
        text-align: center;
    }

    .range-input-container table.label-container td.right-label, .range-input-container table.label-container td.left-label {
        text-align: right;
        width: 30%;
        font-size: 12px;
        text-transform: uppercase;
        color: #777;
    }

    .range-input-container table.label-container td.left-label {
        text-align: left;
    }

    .range-input-container table.label-container td.left-label {
        text-align: left;
    }

.rangeslider.rangeslider--horizontal {
    background-color: rgba(143, 143, 143, 0.25);
    box-shadow: none;
    height: 10px;
}

    .rangeslider.rangeslider--horizontal div.rangeslider__fill {
        background-color: #f43172;
        box-shadow: none;
    }

    .rangeslider.rangeslider--horizontal div.rangeslider__handle {
        background-color: #fff;
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
        border: none;
        background-image: none;
        top: -15px;
    }

        .rangeslider.rangeslider--horizontal div.rangeslider__handle:after {
            content: none;
        }

.form-page-number {
    margin: 0 auto;
}

    .form-page-number .page-descriptor {
        font-size: 11px;
        color: #656565;
    }

    .form-page-number .page-number {
        font-size: 12px;
        color: #777;
    }

.float-right {
    float: right;
}

.form-error {
    color: #EE4B2B;
    font-size: 13px;
    font-style: italic;
}

#report-filters-container {
    background: #e1e1e1;
}

.alert-info {
    color: #383d41;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
    background-image: none !important;
}


select.form-control {
    border: none;
    border-bottom: 1px solid rgba(112, 144, 176, 0.2);
    box-shadow: none;
    border-radius: 0;
}

.has-error .form-control {
    box-shadow: none;
}


.point {
    min-width: 35px;
    height: 35px;
    background-color: #828A8F;
    border-radius: 100%;
    z-index: 2;
    position: relative;
    left: 1px;
}

.timeline {
    text-align: left;
}

.flex-group {
    margin: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

h5.ranked-multiples-breakdown {
    font-weight: bold;
}

.print-show {
    display: none;
}

/* Enrol form custom section styling */
.enrol-section { border:1px solid #e5e5e5; border-radius:4px; padding:16px20px; margin-bottom:20px; background: #fff; }
.enrol-section__header { display: flex; align-items: center; margin-bottom:12px; }
.enrol-section__title { font-size:1.1rem; font-weight:600; color: #333; }
/* subtle separator accent for company vs user */
.enrol-section--company { box-shadow: inset02px00 #e9f5ff; }
.enrol-section--user { box-shadow: inset02px00 #f9f3ff; }
/* Submit spacing tweak */
.enrol-submit { margin-top:10px; text-transform: none; }
/* Enrol form improved design using boxes */
.enrol-container { display: block; max-width: 900px; margin: 0 auto; }

.enrol-box { 
    border: 1px solid #e1e4e8; 
  border-radius: 6px; 
    padding: 24px 28px; 
  margin-bottom: 24px; 
    background: #ffffff; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s ease;
}

.enrol-box:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.06);
}

.enrol-box__header { 
    display: flex; 
    align-items: center; 
    margin-bottom: 18px; 
    padding-bottom: 12px;
    border-bottom: 2px solid #f6f8fa;
}

.enrol-box__title { 
    font-size: 1.25rem; 
font-weight: 600; 
    color: #24292e;
    letter-spacing: -0.02em;
}

.enrol-box__footer { 
    margin-top: 8px;
    font-size: 14px;
}

/* Subtle icon/badge accents instead of border colors */
.enrol-box--user .enrol-box__header::before {
    content: "👤";
    font-size: 1.2rem;
    margin-right: 8px;
    opacity: 0.8;
}

.enrol-box--company .enrol-box__header::before {
    content: "🏢";
    font-size: 1.2rem;
    margin-right: 8px;
    opacity: 0.8;
}

/* Form row layout for side-by-side fields */
.enrol-form-row {
    display: flex;
    gap: 16px;
    margin-left: -8px;
    margin-right: -8px;
}

.enrol-form-col {
  flex: 1;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 0; /* Allows flex items to shrink below content size */
}

/* Responsive: stack on smaller screens */
@media (max-width: 768px) {
    .enrol-form-row {
        flex-direction: column;
        gap: 0;
    }
}

/* Submit button styling */
.enrol-submit { 
    margin-top: 16px; 
    text-transform: none;
    padding: 10px 24px;
    font-size: 1rem;
    font-weight: 500;
}
