/* Minification failed. Returning unminified contents.
(398,10): run-time error CSS1024: Expected media identifier, found '{'
(402,2): run-time error CSS1019: Unexpected token, found '}'
 */
/* all body text = 14px (12px on mobile) */
body {
    font-size: 14px;
    color: #333;
    background-color: white;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

h1, h2, h3 {
    padding-top: 20px;
}

/* all h1 = 28px (20px on mobile) */
h1 {
    font-size: 28px;
    font-weight: 300;
}

    h1.jumbo {
        font-size: 42px;
        font-weight: 300;
        padding-top: 35px;
    }

@media (max-width: 767px) {
    h1 {
        font-size: 20px;
    }

        h1.jumbo {
            font-size: 24px;
        }
}

/* all h2 = 24px (18px on mobile) */
h2 {
    font-size: 24px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
    }
}

/* all h3 = 20px (16px on mobile) */
h3 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
    }
}

/* all h4 = 16px (14px on mobile) */
h4 {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    h4 {
        font-size: 14px;
    }
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .modal-title {
        font-size: 14px;
    }
}

a {
    cursor: pointer;
}

code {
    color: #616265;
}

large {
    font-size: 125%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.innerRow {
    margin-left: 30px;
    margin-right: 30px;
}

[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

#header-main {
    border-bottom: #fcba19 solid 2px;
    height: 61px;
}

    #header-main .container {
        opacity: 1 !important;
    }

    #header-main .navbar-header {
        padding-bottom: 0 !important;
    }

        #header-main .navbar-header .navbar-toggle,
        #header-main .signout {
            min-width: initial;
            margin-top: 10px;
            font-family: Myriad-Pro, Calibri, Arial, sans serif;
            color: white;
            font-size: 1.3em;
            border: 2px solid white;
            padding: 5px 10px;
            background-color: transparent; /*previously initial, but doesn't work for IE*/
        }

            #header-main .navbar-header .navbar-toggle .fa-bars {
                margin-right: 10px;
            }

    #header-main .signout {
        margin-top: 15px;
        box-shadow: none;
        font-size: 1em;
    }

@media (min-width: 992px) {
    #header-main #logo {
        padding-top: 10px;
    }

    #header-main #header-main-row1 {
        padding-bottom: 20px;
    }

    #header-main {
        height: 84px;
    }

        #header-main .signout {
            margin-top: 25px;
        }
}

/* hack for Firefox only */
@-moz-document url-prefix() { 
.bcgov-title {
    overflow: hidden; /* fix for Firefox column misalignment */
  }
}

/* hack for IE 10+ */
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
    .bcgov-title {
        overflow: hidden; /* fix to eliminate space between header and body */
    }
}

/* hack for Edge */
@supports (-ms-ime-align:auto) {
    @media (max-width: 767px) {
        .bcgov-title {
            overflow: hidden; /* fix to eliminate space between header and body */
        } 
    }  
}


.bcgov-title p {
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
    font-family: "Century-Gothic";
    margin: 0px;
}

.bcgov-title a:hover {
    text-decoration: none;
}

#appContent {
    min-height: 100%;
    overflow-x: hidden;
    margin-top: -104px; /* banner + border + footer */
    padding-top: 104px; /* banner + border + footer */
    padding-bottom: 40px;
}

@media (min-width : 768px) {
    #appContent {
        margin-top: -46px; /* 46px for footer */
        padding-top: 107px; /* 61px (header) + 46px (footer) */
    }
}

@media (min-width : 992px) {
    #appContent {
        margin-top: -46px; /* 46px for footer */
        padding-top: 130px; /* 84px (header) + 46px (footer) */
    }
}

@media (max-width : 767px) {
    #appContent {
        overflow-x: unset;
    }
}

@media (max-width : 440px){
    #appContent {
        padding-bottom: 60px;
    }
}

#appContent p,
#appContent ul,
#appContent li,
#appContent a {
    line-height: 1.6em;
}

#appContent .app-content-first-row {
    padding-top: 15px;
}

.sub-header {
    font-size: 16px;
}

    .sub-header .sub-header-content {
        padding: 15px 0;
        display: block;
    }

    .sub-header .fa-warning {
        padding-right: 5px;
    }

    .sub-header.announcement {
        background-color: #fcba19;
        color: black;
    }

    .sub-header.blue {
        background-color: #38598a;
        color: white;
    }

#style-guide {
    background: #fff;
    padding: 25px;
}

.radio input[type="radio"] {
    height: 20px;
    width: 20px;
    z-index: 2;
    position: absolute;
    top: 0.5em;
    left: 2em;
}

.radio input[type="text"] {
    display: inline-block;
    height: 21px;
}

.radio label {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
}

.radio span {
    display: block;
    padding: 1rem;
    padding-left: 6rem;
    width: 100%;
}

.radio input[type="radio"]:checked + span {
    background: #EEE;
    border-radius: 25px;
    border: 1px solid #DDD;
}

.checkbox input[type="checkbox"] {
    height: 20px;
    width: 20px;
    z-index: 2;
    position: absolute;
    top: 0.5em;
    left: 2em;
}

.checkbox input[type="text"] {
    display: inline-block;
    height: 21px;
}

.checkbox label {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
}

.checkbox span {
    display: block;
    padding: 1rem;
    padding-left: 6rem;
    width: 100%;
}

.checkbox input[type="checkbox"]:checked + span {
    background: #EEE;
    border-radius: 25px;
    border: 1px solid #DDD;
}

button {
    min-width: 100px;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23);*/
}

.btn {
    box-shadow: 0 3px 6px rgba(255,255,255,0.73) inset;
}

.btn-primary {
    background: #1a5a96;
}

.btn-success {
    min-width: 200px;
}

.btn-default {
    background: #f1f1f1;
    color: #1a5a96;
}

    .btn-default:hover {
        color: #1a5a96;
        background: #f1f1f1;
    }

.btn-link {
    font-size: 16px;
    font-weight: 600;
    background: none;
    border: none;
    box-shadow: none;
    color: #1a5a96;
}

.btn-lg {
    font-size: 16px;
    font-weight: bold;
    min-width: 125px;
}

/* hack for Firefox only */
@-moz-document url-prefix() { 
  .btn-lg {
     font-weight: normal;
  }
}

/* hack1 for Safari only */
/*_::-webkit-full-page-media, _:future, :root .safari_only {
  .btn-lg {
     font-weight: normal;
  }
}*/

/* hack2 for Safari only */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) 
{ @media {
    .btn-lg {
        font-weight: normal;
    }
}}

/* hack3 for Safari only */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .btn-lg {
        font-weight: normal;
    }
}*/

@media (min-width : 768px) {
    .btn-lg {
        min-width: 150px;
    }
}

.fa-stack-2x {
    color: #fcba19;
}

.fa-stack-1x {
    color: #444;
}

.well {
    background: #f1f1f1;
    border: none;
    box-shadow: none;
}

.bold {
    font-weight: bold;
}

.redText {
    color: #c82f2f;
}

.redBorder {
    border: 1px solid red;
}

.greenText {
    color: #63a771;
}

.blueText {
    color: #025d91;
}

.blackText {
    color: #333;
}

.file-container {
    padding: 0 20px;
}

#launch-page.container {
    font-size: 16px;
}

    #launch-page .btn-lg {
        width: 180px;
    }

#mainMenu {
    color: #5091CD;
    padding: 0;
    background-color: white;
}

@media (min-width : 992px) {
    #mainMenu {
        padding: 0 15px 0 0;
        display: block;
        height: initial !important;
    }
}

@media (max-width : 991px) {
    #mainMenu {
        position: absolute;
        right: 0;
        top: 60px;
        border: 1px solid #DDD;
        z-index: 2;
        box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 6px;
    }
}

#mainMenu li {
    border-right: 1px solid #DDD;
}

    #mainMenu li a {
        width: 100%;
        padding: 5px;
        font-size: 1.1em;
        font-weight: 600;
        text-decoration: none;
        display: block;
        height: 40px;
    }

        #mainMenu li a:hover,
        #mainMenu li a.selected {
            background-color: #F2F2F2;
            color: #5091CD;
            position: relative;
        }

        #mainMenu li a.selected {
            background-color: #5091CD;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
            color: white;
        }

        #mainMenu li a .fa-stack {
            margin-right: 10px;
        }

        #mainMenu li a .fa {
            color: #5091CD;
        }

        #mainMenu li a .fa-circle {
            color: white;
        }

        #mainMenu li a #InboxUnreadCounter {
            background-color: #fcba19;
            color: #5091CD;
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        }

#mainMenu hr {
    margin-top: initial;
    margin-bottom: initial;
}

#mainMenu ul {
    margin-bottom: 0px;
}

#mainMenu .triangle-right {
    display: none;
}

#mainMenu .selected .triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #5091CD;
    position: absolute;
    right: -20px;
    top: 0;
}

#cheque_calendar table tbody tr td {
    text-align: center;
    background-color: #fff;
}

#cheque_calendar table tbody tr:nth-child(even) td:nth-child(odd),
#cheque_calendar table tbody tr:nth-child(odd) td:nth-child(even) {
    background-color: #f9f9f9;
}

.field-validation-error {
    color: #f00;
    margin-top: 8px;
    text-align: center;
}

.field-validation-valid {
    display: none;
}

.warning {
    background-color: #fcba19;
    text-align: center;
    font-weight: 700;
    padding: 10px 5px;
    margin-top: 30px;
    box-shadow: #000000 0 3px 6px; /* fallback color */
    box-shadow: rgba(0, 0, 0, 0.298039) 0 3px 6px;
}

table.table tr td {
    border-top: none;
}


#Messages {
}

    #Messages .banner {
        color: white;
        background-color: #5091CD;
        padding: 10px;
    }

    #Messages #MessageList {
        margin-bottom: 20px;
    }

        #Messages #MessageList .load-more {
            margin-top: 20px;
        }

        #Messages #MessageList a:focus,
        #Messages #MessageList a:hover {
            text-decoration: none;
        }

        #Messages #MessageList .message {
            border-width: 0 1px 1px 1px;
            border-color: #DDD;
            border-style: solid;
            color: black;
            padding-left: 10px;
        }

            #Messages #MessageList .message.unread {
                background-color: #fcba19;
                font-weight: bold;
            }

            #Messages #MessageList .message .message-body {
                padding: 5px 10px 5px 30px;
                background-color: white;
                position: relative;
                word-break: break-all;
            }

                #Messages #MessageList .message.selected .message-body,
                #Messages #MessageList .message .message-body:hover {
                    background-color: #F2F2F2 !important;
                }

            #Messages #MessageList .message .date {
                color: #8f9293;
            }

            #Messages #MessageList .message .indicator {
                position: absolute;
                left: 5px;
                font-size: 1.5em;
            }

            #Messages #MessageList .message .subject {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                position: relative;
            }

        #Messages #MessageList .pagination-controls {
            line-height: 2.25em;
            padding: 0 15px;
        }

    #Messages #MessageContainer {
        margin-top: 10px;
        border-left: 1px solid #DDD;
    }

        #Messages #MessageContainer #DefaultMessage {
            position: relative;
            top: 150px;
            height: 300px;
        }

        #Messages #MessageContainer #BackButton {
            position: relative;
            top: -31px;
        }

        #Messages #MessageContainer #MessageReplyBody textarea {
            width: 100%;
            height: 200px;
            margin-bottom: 20px;
        }

        #Messages #MessageContainer #AttachmentArea {
            width: 50%;
            margin-bottom: 10px;
        }

        #Messages #MessageContainer .message-attachments,
        #Messages #MessageContainer .message-details {
            margin-bottom: 30px;
        }

        #Messages #MessageContainer .message-body {
            white-space: pre-line;
        }


@media (min-width: 768px) {
    #Messages #MessageList,
    #Messages #MessageContainer {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #Messages #MessageContainer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 150%;
        background-color: white;
        transition: 1s;
        width: 100%;
        border-left: 1px solid #DDD;
    }

        #Messages #MessageContainer.active {
            position: absolute;
            left: -1px;
            background-color: white;
            transition: 1s;
        }
}

@media (max-width: 440px) {
    #Messages #MailMessage {
       padding-bottom: 50px;
    }
}

/* table labels should be 16px (14px on mobile) */
.table > tbody > tr > td {
    vertical-align: initial;
    font-size: 16px;
}

@media (max-width: 767px) {
    .table > tbody > tr > td {
        font-size: 14px;
    }
}

#EmploymentPlans {
}

    #EmploymentPlans .fa.active {
        vertical-align: middle;
        color: #5cb85c;
    }

    #EmploymentPlans .fa.needs-signature {
        vertical-align: middle;
        color: #d9534f;
    }

    #EmploymentPlans .fa.completed {
        vertical-align: middle;
        color: #333;
    }

    #EmploymentPlans ul a {
        font-size: 16px; /* TODO: use as style for all links in a list */
    }

#alertContainer {
    margin-top: 15px;
}

    #alertContainer .alert {
        color: black;
    }

        #alertContainer .alert .close {
            opacity: initial;
        }

.mainMessageDivider {
    clear: both;
    height: 10px;
}

#ErrorPage {
}

    #ErrorPage .x-large {
        font-size: 18px;
    }

    #ErrorPage .large {
        font-size: 14px;
    }

    #ErrorPage .error-body {
        white-space: pre-wrap;
    }

#ChequeInfo {
}

    #ChequeInfo .button-container {
        margin: 20px 0;
    }

        #ChequeInfo .button-container .btn-lg {
            width: 200px;
        }

    #ChequeInfo .t5-btn {
        margin-top: 15px;
    }

.contact-form.ui-dialog {
    border-radius: 0px;
    border-color: black;
    padding: 0px;
}

.contact-form .ui-dialog-titlebar {
    background: #3a4052 none;
    color: white;
    border-radius: 0px;
    border-width: 0px;
    font-weight: normal;
}

#withdraw_modal {
}

    #withdraw_modal .btn-success,
    #withdraw_modal .btn-danger {
        min-width: 100px;
    }

#med_local_modal {
}

    #med_local_modal .btn-success,
    #med_local_modal .btn-danger {
        min-width: 100px;
    }

.QuestionnairePrompt {
    font-weight: bold;
}

#CreateNewSR {
}

    #CreateNewSR #apptDateContainer {
        width: 200px;
    }

    #CreateNewSR #apptTimeContainer {
        width: 200px;
    }

#ServiceRequests {
}

    #ServiceRequests #createNew {
        margin: 20px 0;
    }

a.pageLinkBlue {
    color: #025d91;
    text-decoration: none;
}

a:hover.pageLinkBlue {
    text-decoration: underline;
}

.required::after {
    color: #c82f2f;
    content: ' *';
}

.optional::after {
    content: ' (optional)';
}

#loadingSpinner {
    color: white;
    font-size: 1.5em;
    display: none;
}

    #loadingSpinner .modal-backdrop {
        opacity: 0.7;
    }

    #loadingSpinner .offset {
        margin-left: -50%;
        margin-right: 50%;
    }

    #loadingSpinner .loading-message {
        text-align: center;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 99999;
    }

#savingSpinner {
    color: white;
    font-size: 1.5em;
    display: none;
}

    #savingSpinner .modal-backdrop {
        opacity: 0.7;
    }

    #savingSpinner .offset {
        margin-left: -50%;
        margin-right: 50%;
    }

    #savingSpinner .saving-message {
        text-align: center;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 99999;
    }

.attachment-item {
    color: #1a5a96;
    margin-bottom: 10px;
}

#GetStarted {
}

    #GetStarted .topContent {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #GetStarted .bottomContent {
        margin-top: 5px;
    }

    #GetStarted .rowSpaceLg {
        margin-bottom: 40px;
    }

    #GetStarted .rowSpaceMd {
        margin-bottom: 20px;
    }

.success-dialog {
}

    .success-dialog .vertical-alignment-helper {
        display: table;
        height: 100%;
        width: 100%;
        pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
    }

    .success-dialog .vertical-align-center {
        /* To center vertically */
        display: table-cell;
        vertical-align: middle;
        pointer-events: none;
    }

    .success-dialog .modal-content {
        /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
        width: inherit;
        height: inherit;
        /* To center horizontally */
        margin: 0 auto;
        pointer-events: all;
    }

    .success-dialog .modal-body {
        margin-left: 144px;
        margin-right: 144px;
    }

        .success-dialog .modal-body .center {
            text-align: center;
        }

        .success-dialog .modal-body .icon-color {
            color: #5cb85c;
        }

        .success-dialog .modal-body .button-spacing {
            margin-top: 25px;
        }

#ServiceRequestQuestionnaire {
}

    #ServiceRequestQuestionnaire h1 {
        font-size: 24px;
    }

    #ServiceRequestQuestionnaire h2 {
        font-size: 20px;
    }

    #ServiceRequestQuestionnaire textarea {
        height: 100px;
        resize: none;
    }

        #ServiceRequestQuestionnaire textarea.tall {
            height: 200px;
        }

#AccountInfo {
}

    #AccountInfo .case-number {
        padding-top: 5px;
        margin-bottom: 15px;
    }

    #AccountInfo .read-only {
        background-color: lightgray;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
    }

    #AccountInfo .sml-space {
        margin-top: 15px;
    }

    #AccountInfo .button-row {
        margin-bottom: 15px;
    }

    #AccountInfo .cancel-btn {
        color: red;
    }

    #AccountInfo .phone-delete {
        padding-top: 8px;
        margin-left: 5px;
    }

#Registration .form-control.halfwidth {
    width: 50%;
}

table.responsive-table {
    margin: 0;
}

    table.responsive-table tbody tr td {
        padding: 10px 0 15px 15px;
        border-top: none;
    }

    table.responsive-table td.status.status-indicator {
        padding: 0;
        width: 5px;
    }

    table.responsive-table td:last-of-type {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }

    table.responsive-table .status {
        color: white;
    }

        table.responsive-table .status.red {
            background-color: #c82f2f;
        }

        table.responsive-table .status.yellow {
            background-color: #fcba19;
        }

        table.responsive-table .status.green {
            background-color: #429D50;
        }

        table.responsive-table .status.grey {
            background-color: #444;
        }

        table.responsive-table .status.blue {
            background-color: #62B5E5;
        }

        table.responsive-table .status.status-desc {
            text-align: center;
            margin-top: -15px;
            padding: 10px;
        }

    table.responsive-table td a.btn {
        width: 100%;
        text-align: right;
        box-shadow: none;
        font-weight: 600;
    }

.loggedOut {
    width: 50%;
    min-width: 290px;
    max-width: 555px;
    border: 5px solid #f2f2f2;
    margin: 50px auto 0px auto;
    padding: 0px;
    overflow: hidden;
    background-color: #f2f2f2;
    background-image: url(/Content/images/Intake_LoggedOut_BG_Mobile.jpg);
    background-repeat: no-repeat;
}


.loggedOutTitle {
    margin: 170px 0px 10px 20px;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
}


.sessionOptionInstructions {
    margin: 30px 10px 15px 20px;
    font-size: 15px;
    line-height: 18px;
}

.sessionOptionTitleIcon {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

#MonthlyReports {
}

    #MonthlyReports .note {
        margin-top: 10px;
    }

    #MonthlyReports .current {
        margin-top: 15px;
    }

    #MonthlyReports h2 {
        padding-top: 0px;
    }

    #MonthlyReports .history {
        margin-top: 5px;
        margin-bottom: 15px;
    }

.attach-label {
}

@media all and (-ms-high-contrast:none) {
    /* IE11-specific hack so that file uploads will work. */
    *::-ms-backdrop, .attach-label a {
        pointer-events: none;
    }
}

.sd81-form {
    overflow-x: auto;
}

    .sd81-form .page-wrapper {
        width:725px !important;
    }

/* ALERT CUSTOMIZATIONS */
.alert-attention:before {
  position: relative;
  top: 1px;
  margin-right: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  content: "\e086";
}

.alert-attention {
    background-color: #fcba19;
    border-color: #e2a716;
}

#SupportView {
}

    #SupportView #ResultList a.reset {
        text-align: left;
        padding-left: 0;
    }

    #SupportView #ResultList a.view {
        text-align: left;
        padding-left: 0;
    }

    #SupportView #ResultList .support-result-table tr:nth-child(4n+1), #SupportView #ResultList .support-result-table tr:nth-child(4n+2) {
        background: #f9f9f9;
    }

    #SupportView #ResultList .support-result-table tr td {
        padding-bottom: 0;
    }

    #SupportView #ResultList .support-result-table .sr-list td {
        padding-top: 0;
        padding-bottom: 0;
    }

    #SupportView #ResultList .support-result-table .sr-list table tr {
        background-color: white;
    }

    #SupportView #ResultList .support-result-table .sr-list table tr td {
        padding-left: 0;
    }

.arrow-toggle .fa-caret-down,
.arrow-toggle.collapsed .fa-caret-right {
    display: inline-block;
}
.arrow-toggle.collapsed .fa-caret-down,
.arrow-toggle .fa-caret-right {
    display: none;
}

.rgba-purple-strong, .rgba-purple-strong:after {
    background-color: rgba(156, 39, 176, 0.7);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#environmentLabel {
    color: #fff !important;
    font-size: 16px;
}

.opt-align-right{

    text-align : end;
    padding:5px 5px 5px 5px;
}

.opt-align-center{
    text-align:center;
}


