/* Minification failed. Returning unminified contents.
(1,1588): run-time error CSS1036: Expected expression, found '}'
(1,1768): run-time error CSS1036: Expected expression, found ';'
(1,1792): run-time error CSS1036: Expected expression, found ';'
(1,1876): run-time error CSS1036: Expected expression, found ';'
(1,2039): run-time error CSS1036: Expected expression, found '!important'
 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');  body, .tooltip, .popover {   font-family: 'Noto Sans', sans-serif;  }/*Primary color*/  a, code, .btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-link, .page-link, form.primary .custom-file .custom-file-label:after {     color: #5C2528; }  .dropdown-item.active, .dropdown-item:active, .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before, .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .badge-primary, .progress-bar, .bg-primary, .circle-primary {     background-color: #5C2528; }  .btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle, .page-item.active .page-link, .list-group-item.active, form.primary .custom-file .custom-file-label:after {     border-color: #5C2528;     background-color: #5C2528; }  .btn-outline-primary {     color: #5C2528;     border-color: #5C2528; }  .text-primary {     color: #5C2528 !important; }  .bg-primary {     background-color: #5C2528 !important; }  .border-primary {     border-color: #5C2528 !important; }    /*Darkened primary color for active states*/  a:hover, .btn-link:hover, .page-link:hover {     color:  }  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {     border-color: ;     background-color: ; }  .badge-primary[href]:hover, .badge-primary[href]:focus {     background-color: ; }  a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus, a.text-primary:hover, a.text-primary:focus {     background-color:  !important; }
#popb_Overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 5000;
    cursor: pointer;
}

#popb_Loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 5001;
    top: 45%;
    left: 45%;
    position: fixed;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#popb_payErrorMessage {
    display: none;
}

#popb_payWarningMessage {
    display: none;
}

#popb_paySuccessMessage {
    display: none;
}

label {
    color: #444444;
}

.popb_menuCurrentPage {
    border-bottom: solid;
    display: inline-block;
    padding-bottom: 5px;
}

#popb_responseSavedMessage, #popb_responseUnsavedMessage, #popb_responseErrorSaveMessage, #popb_responseErrorAccessMessage, #popb_responseErrorRecaptchaInvalid {
    color: black;
}

#surveyElement canvas {
    border: 1px solid;
}

.login.nav-item a.nav-link {
    color: #595959;
}

.inputWithShowHideButton {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    width: 95%;
}

.containerWithInputShowHideButton {
    display: flex;
}

.popb_inputShowHideButton {
    border-left: none;
    padding-right: 25px;
    border-top-right-radius: .25rem;
    padding-left: 5px;
    border-bottom-right-radius: .25rem;
    width: 5%;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.popb_inputShowHideButtonIcon {
    color: #000000;
    border: none;
}

#footerPoweredBy {
    color: #707070;
}

#popb_fileUploadedButton:focus{
    border: 1px solid black;
}

.cookieModal {
    max-width: 800px !important;
}
