@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-size: 16px;
    line-height: 1.66;
    font-family: Montserrat, sans-serif;
    color: #000000;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.header {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
    font-size: 35px;
}
div#header {
    min-height: 50px;
    height: auto;
}

.card-body {
    padding: 15px;
}

    .card-body.table-full-width {
        padding-left: 0;
        padding-right: 0;
    }

    .card-body .card-title {
        color: #fffff;
        text-transform: inherit;
        margin-bottom: 0.75rem;
    }

    .card-body .card-description, .card-body .card-category {
        color: rgba(0, 1, 0, );
    }

.navbar.navbar-transparent {
    min-height: 95px;
    margin-top: -2px;
    box-shadow: rgb(204, 204, 204) 0px 4px 8px -4px;
}

.navbar.navbar-transparent {
    background: rgb(255, 255, 255) !important;
}

.navbar.navbar-absolute {
    position: fixed;
    z-index: 1050;
}

.navbar-toggler {
    border: none;
    background: none;
}

.navbar-toggler .fas {
     font-size: 1.5rem;
}

button#navigation:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media screen and (max-width: 992px) {
    div #navigation {
        padding: 15px 15px 15px 0;
        text-align: right;
    }

    .email-info {
        display: block;
    }
}
.rz-tabview-top > .rz-tabview-nav {
    overflow: hidden;
}

.main-panel .content {
    min-height: calc(100vh - 70px);
    padding: 65px 5px 0px 65px;
    background: #f5f6fa;
    width: 88.3%;
}

.main-panel > .content {
    min-height: calc(100vh - 70px);
    padding: 45px 30px 30px 280px;
}

.component-content {
    padding: 0px 0px 0px 60px !important;
}

.sidebar .sidebar-wrapper {
    width: 100%;
    min-height: 80%;
    max-height: calc(90vh - 60px);
    z-index: 4;
    position: relative;
    overflow: auto;
}

* {
    box-sizing: border-box;
}

.top {
    position: absolute;
    left: 0;
    right: 0;
    height: 92px;
}

.left {
    position: absolute;
    left: 0;
    top: 92px;
    bottom: 0;
    width: 178px;
}

.main {
    position: absolute;
    left: 178px;
    top: 65px;
    right: 0;
    bottom: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 0.25rem;
}

.question-card-header {
    background-color: #15748c;
    color: #ffffff
}

.table-responsive {
    padding-bottom: 0px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.table-responsive {
    padding-bottom: 10px;
    overflow: scroll;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

    .table-responsive > .table-bordered {
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
    }

.table > thead {
    vertical-align: bottom;
}

thead {
    background-color: rgb(21, 116, 140);
    color: #ffff;
}

.btn-primary {
    background-color: rgb(21, 116, 140);
    color: rgb(255, 255, 255);
    box-shadow: none !important;
    background-image: none !important;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgb(21, 116, 140);
        border-color: initial;
    }

.welcome-text {
    max-width: 450px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.text-info {
    color: rgb(21, 116, 140) !important;
}

.fa-envelope.text-success, .emailicon-section .fa {
    color: rgb(74, 48, 65) !important;
}

.icon-placeholder {
    width: 150px;
    display: flex;
    justify-content: end;
    max-height: 40px;
}

    .icon-placeholder .col {
        max-width: max-content;
    }

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.hra-title {
    font-size: 1.0625rem;
    line-height: 1.45em;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(21, 116, 140);
}

.hra-header {
    padding: 15px 10px 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.table {
    color: #000000;
}

@media screen and (max-width: 768px) {
    .main-panel .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.blazored-toast-container {
    z-index: 9999 !important;
}

.page-item.active .page-link {
    background-color: #bfb9b9 !important;
    border-color: #bfb9b9 !important;
}

.page-link {
    color: black !important;
}

.question-seperator {
    content: " ";
    display: block;
    border-bottom: 0.5px solid #ced4da;
}


/* The container for Radio and Checkbox label */
.container-input-radiocheckbox {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border:1px solid #000;
    border-radius: 50%;
}

/* Hide the browser's default radio button */
.container-input-radiocheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container-input-radiocheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-input-radiocheckbox input:checked ~ .checkmark {
    background-color: #15748c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input-radiocheckbox input:checked:not(disabled) ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-input-radiocheckbox .checkmark:after {
    top: 4px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.container-input-radiocheckbox input:checked:disabled ~ .checkmark {
    background-color: grey;
    border: 1px solid #000;
}

/* Create a custom checkbox */
.checkmark-chk {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border:1px solid #000;
}

/* On mouse-over, add a grey background color */
.container-input-radiocheckbox:hover input ~ .checkmark-chk {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-input-radiocheckbox input:checked ~ .checkmark-chk {
    background-color: #15748c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-chk:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-input-radiocheckbox input:checked ~ .checkmark-chk:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-input-radiocheckbox .checkmark-chk:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-input-radiocheckbox input:checked:disabled ~ .checkmark-chk {
    background-color: grey;
    border: 1px solid #000;
}

body.print #pdfContent {
    font-size: 10px !important;
    /*padding-right: 30px !important;*/
    padding: 30px !important;
    word-wrap: break-word;
}

body.print #downloadPDFButton {
    display:none;
}

@media screen and (min-width: 769px) {
    .parent {
        position: relative;
    }

    .child {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .download {
        display: block;
        width:100%;
    }
}

.questions {
    word-break: break-word !important;
}

.inner-page {
    border-top: 2px solid #e4dee0;
    padding: 5px 30px 10px 15px !important;
}

.member-email {
    max-width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

