body {
    font-size: 20px;
}

.form-control {
    font-size: 20px;
}

#yris {
    margin-bottom: 65px;
}

.microphone {
    height: 86px;
    width: 86px;
    background-repeat: no-repeat;
    margin-left: calc(50% - 43px);
    margin-top: 2rem;
}

#question-input {
    margin-top: 1rem;
}

.microphone-on {
    background-image: url('/images/microphone-recording.svg');
}

.microphone-off {
    background-image: url('/images/microphone.svg');
}

.margin-top-1rem {
    margin-top: 1rem;
}

.margin-bottom-5rem {
    margin-bottom: 5rem;
}

.bg-grey {
    background-color: #f1f1f1;
}

.bg-wit {
    background-color: #ffffff;
}

.noline:hover {
    text-decoration: none;
}

.sitewide {
    width: 100%;
    height: 4rem;
    text-align: center;
    padding: 35px 5px 5px 5px;
    border-top: 1px darkgrey solid;
}

.helpbutton {
    background-image: url(../images/def/question-circle.svg);
    background-color: #f1f1f1;
    background-size: 30px;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    border-right: 1px darkgrey solid;
    cursor: pointer;
    background-size: 30px 32px;
    background-position-y: 4px;
}


.logout {
    background-image: url(../images/icons/logout.svg);
    background-color: #f1f1f1;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    border-right: 1px darkgrey solid;
    cursor: pointer;
    background-size: 30px 32px;
    background-position-y: 4px;
}

.silent {
    background-image: url(../images/icons/volume-not-muted.svg);
    background-color: #f1f1f1;
    background-position: 50% 20%;
    border-right: 1px darkgrey solid;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 30px 32px;
    background-position-y: 4px;
}

.silent-active {
    background-image: url(../images/icons/volume-muted.svg);
    background-color: #000000;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    background-size: 30px 32px;
    background-position-y: 4px;
}


.bbuttons {
    z-index: 9999;
}

.feedbackModalContent {
    padding: 20px;
}

.feedbackIntent {
    margin: 30px;
}

.yris-feedback-container {
    text-align: center;
}

.yris-correct-feedback-button {
    border-radius: 50%;
    background: #6D6;
    padding: 0px;
    border: none;
}

.yris-incorrect-feedback-button {
    border-radius: 50%;
    background: #D66;
    padding: 0px;
    border: none;
}

.yris-feedback-icon {
    height: 40px;
    padding: 9px;
}

#writtenAnswer, .writtenAnswer {
    text-align: center;
}

.card :not(.collapsed) .card-header {
    background-color: rgba(51, 204, 51, 1) !important;
}
.card .collapsed .card-header {
    background-color: #007bff !important;
}

.card :not(.collapsed) .card-header .yris-record-header-plus {
    display:none;
}
.card :not(.collapsed) .card-header .yris-record-header-minus {
    display:block;
}
.card .collapsed .card-header .yris-record-header-plus {
    display:block;
}
.card .collapsed .card-header .yris-record-header-minus {
    display:none;
}

.yris-button {
    width: 100%;
    cursor: pointer;
    border-width: 0px;
    background-color: rgba(22, 155, 213, 1);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}
.yris-record-header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: calc(100% - 25px);
}

.yris-record-header-plus {
    font-size: 2.25em;
    font-weight: bold;
    float: right;
    height:10px;
    margin-top: -0.52em;
    margin-right: -0.2em;
    width: 25px;
}
.yris-record-header-minus {
    font-size: 2.25em;
    font-weight: bold;
    float: right;
    height:10px;
    margin-top: -0.52em;
    margin-right: -0.2em;
    width: 25px;
}


#answerContainer {
    margin-bottom: 65px;
    margin-top: 1em;
}

.register-body {
    background-color: #4472c4;
    color: white;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    margin: 0px;
}

.register-submitButton {
    background-color: #dae3f3;
    border-radius: 5px;
    border: 1px solid;
    padding: 10px;
    box-shadow: 2px 4px #0a0a0a66;
    width: 100%;
    cursor: pointer;
}

.register-link {
    color: white;
}

.hiddenAnswer {
    display: none;
}

.indexPatientName {
    text-align: center;
}

.alert-warning {
    text-align: center;
}

.footer {
    background-color: #3c63a9;
}

.microphoneInfo {
    font-size: 20px;
    text-align: center;
    color: #777;
    display: none;
}

.yris-disicpline-capital {
    text-transform: capitalize;
}

.yris-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.yris-start-content {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .yris-girl-icon {
        width: 400px;
    }
    h5 {
        font-size: 1.75rem;
    }
    .yris-icon {
        width: 400px;
    }
}

.caption-table{
    caption-side: top;
}
.info-icon {
    background-image: url(../images/icons/info.png);
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: cover;
    display: inline-block;
    width:30px;
    height:30px;
    vertical-align: middle;
}
