
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    overflow: hidden;
}

p {
    margin: 0 0 15px 0;
}

table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr {
    margin: 0;
    padding: 0;
}

table th, table td {
    margin: 0;
    border: none;
    vertical-align: top;
}

table th {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

div.button {
    border: none;
    color: #fff;
    background-color: transparent;
    white-space: nowrap;
    display: inline-block;
    padding: 0 12px;
}

div.button:hover {
    color: #ff0;
}

div.button kbd {
    font-family: inherit;
    text-decoration: underline;
}

h2 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0 0 25px 0;
    font-weight: bold;
}

h3 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 1px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 1px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 1px /*{cornerRadius}*/;
    border-top-left-radius: 1px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 1px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 1px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 1px /*{cornerRadius}*/;
    border-top-right-radius: 1px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 1px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 1px /*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 1px /*{cornerRadius}*/;
    border-bottom-left-radius: 1px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 1px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 1px /*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 1px /*{cornerRadius}*/;
    border-bottom-right-radius: 1px /*{cornerRadius}*/;
}


#exam {
    display: none;
    /*	position:relative;
        width:1024px;
        height:768px;
        margin:0 auto;
        border:1px solid #006DAA;*/
}

#exam *, .dialog * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    cursor: default;
}

/* hide all by default */
#exam #question,
#exam #review,
#exam #intro,
#exam #calculator,
#exam #scratch_pad,
#exam #rationale,
#exam #flag,
#exam #end-exam-button,
#exam #end-review-button,
#exam #previous-button,
#exam #next-button,
#exam #review-all-button,
#exam #review-incomplete-button,
#exam #review-flagged-button,
#exam #review-incorrect-button,
#exam #review-screen-button {
    display: none;
}

#exam #clock,
#exam #progress {
    visibility: hidden;
}


/* intro stage visibles */
#exam.exam-intro-stage #intro {
    display: block;
}

#exam.exam-intro-stage #next-button,
#exam.exam-intro-stage #end-exam-button {
    display: inline-block;
}

/* section intro visibles */
#exam.section-intro-stage #intro {
    display: block;
}

#exam.section-intro-stage #next-button,
#exam.section-intro-stage #end-exam-button {
    display: inline-block;
}

#exam.section-intro-stage #clock {
    visibility: visible;
}


/* question stage visibles */
#exam.question-stage #question,
#exam.question-stage #calculator,
#exam.question-stage #scratch_pad,
#exam.question-stage #flag {
    display: block;
}

#exam.question-stage #next-button,
#exam.question-stage #end-exam-button {
    display: inline-block;
}

#exam.question-stage #clock,
#exam.question-stage #progress {
    visibility: visible;
}

/* rationale display override */
body.always-show-rationale #exam.question-stage #rationale,
body.always-show-rationale #exam.reviewing-stage #rationale {
    display: block;
}


/* review stage visibles */
#exam.review-stage #review {
    display: block;
}

#exam.review-stage #end-review-button,
#exam.review-stage #review-all-button,
#exam.review-stage #review-incomplete-button,
#exam.review-stage #review-flagged-button {
    display: inline-block;
}

/* final answer review stage visibles (overrides review stage css) */
#exam.final-answer-review-stage #review-incomplete-button {
    display: none;
}

#exam.final-answer-review-stage #review-incorrect-button {
    display: inline-block;
}

/* reviewing stage visibles */
#exam.reviewing-stage #question,
#exam.reviewing-stage #flag,
#exam.reviewing-stage #scratch_pad,
#exam.reviewing-stage #calculator {
    display: block;
}

#exam.reviewing-stage #review-screen-button,
#exam.reviewing-stage #end-exam-button,
#exam.reviewing-stage #next-button {
    display: inline-block;
}

#exam.reviewing-stage #clock,
#exam.reviewing-stage #progress {
    visibility: visible;
}

/* reviewing final answers (overrides reviewing stage css) */

#exam.reviewing-final-answers #rationale {
    display: block;
}

#exam.reviewing-final-answers #clock {
    /* more at bottom, near #answers-content */
    visibility: hidden;
}

/* completed stage visibles */
#exam.completed #intro {
    display: block;
}

#exam.completed #end-exam-button {
    display: inherit;
}


#header, #footer, #content {
    min-width: 1024px;
}

#header, #footer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#content {
    position: absolute;
    top: 79px;
    bottom: 33px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

#footer {
    top: auto;
    bottom: 0px;
    background-color: #006daa;
    line-height: 33px;
    height: 33px;
}

#header-top, #header-bottom {
    color: #fff;
    padding: 0 5px;
}

#header-top {
    background-color: #006daa;
    border-bottom: 2px solid #fff;
    line-height: 45px;
    height: 45px;
}

#header-top h1 {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    float: left;
}

#header-top-right {
    float: right;
    line-height: 16px;
    text-align: right;
    display: flex;
}

#header-top-right div:hover {
    color: #ff0;
}

#header-top-right div:hover .system-icon {
    background-color: #ff0;
}

#header-bottom {
    background-color: #80aee1;
    line-height: 32px;
    height: 32px;
    font-size: 17px;
}

#header-bottom .button {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    padding: 0 5px;
}

#footer-left-buttons {
    float: left;
}

#footer-right-buttons {
    float: right;
}

#footer-left-buttons .button, #footer-right-buttons .button {
    font-size: 18px;
    height: 33px;
    line-height: 33px;
}

#footer-left-buttons .button {
    border-right: 2px solid #fff;
}

#footer-right-buttons .button {
    border-left: 2px solid #fff;
}

.highlight {
    color: #ff0;
}

/* system icons */
.system-icon {
    background-image: url("../img/system-icons.db4114265b72.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 3px;
}

div.button:hover .system-icon, span.system-icon:hover {
    background-color: #ff0;
}

.system-icon-calculator {
    background-position: 0px 0px;
    width: 14px;
}

.system-icon-flag {
    background-position: 0px -50px;
    height: 20px;
    top: 5px;
}

.system-icon-flag-checked {
    background-position: 0px -100px;
    height: 20px;
    top: 5px;
}

.system-icon-next {
    background-position: 0px -150px;
    width: 15px;
    height: 18px;
    top: 3px;
}

.system-icon-previous {
    background-position: 0px -200px;
    width: 15px;
    height: 18px;
    top: 3px;
}

.system-icon-dialog-close {
    background-position: 0px -250px;
    width: 16px;
    height: 16px;
    top: 0px;
}

.system-icon-exit {
    background-position: 0px -300px;
    width: 20px;
    height: 16px;
    top: 3px;
}

.system-icon-clock {
    background-position: 0px -350px;
    width: 19px;
    height: 18px;
    top: 2px;
}

.system-icon-progress {
    background-position: 0px -400px;
    width: 20px;
    height: 15px;
    top: 2px;
}

.system-icon-radio-unchecked {
    background-position: 0px -450px;
    width: 13px;
    height: 13px;
    top: 1px;
}

.system-icon-radio-checked {
    background-position: 0px -500px;
    width: 13px;
    height: 13px;
    top: 1px;
}

.system-icon-checkbox-unchecked {
    background-position: 0px -550px;
    width: 13px;
    height: 13px;
    top: 1px;
}

.system-icon-checkbox-checked {
    background-position: 0px -600px;
    width: 13px;
    height: 13px;
    top: 1px;
}

.system-icon-rationale {
    background-position: -50px -550px;
    width: 20px;
    height: 17px;
    top: 4px;
}

.system-icon-three-flags {
    background-position: -50px -150px;
    height: 20px;
    top: 3px;
}

.system-icon-cross {
    background-position: -50px -200px;
    height: 17px;
    width: 14px;
    top: 4px;
}

.system-icon-flag-on-white {
    background-position: -50px -250px;
    height: 20px;
    width: 19px;
    top: 5px;
}

.system-icon-flag-on-white-checked {
    background-position: -50px -300px;
    height: 20px;
    width: 19px;
    top: 5px;
}

.system-icon-flag-checked-white {
    background-position: -50px -350px;
    height: 20px;
    top: 3px;
}

.system-icon-show-more {
    background-position: -50px -400px;
    height: 20px;
    width: 20px;
    top: 5px;
}

.system-icon-show-less {
    background-position: -50px -450px;
    height: 20px;
    width: 20px;
    top: 5px;
}

.system-icon-return {
    background-position: -50px -500px;
    height: 20px;
    top: 6px;
}

.system-icon-dialog-question {
    background-position: -50px 0px;
    width: 32px;
    height: 32px;
    top: 0px;
}

.system-icon-dialog-information {
    background-position: -50px -50px;
    width: 32px;
    height: 32px;
    top: 0px;
}

.system-icon-dialog-warning {
    background-position: -50px -100px;
    width: 32px;
    height: 32px;
    top: 0px;
}

.system-icon-dialog-resize-sw {
    background-position: -50px -600px;
    width: 11px;
    height: 11px;
    top: auto;
}

.system-icon-dialog-resize-se {
    background-position: -50px -650px;
    width: 11px;
    height: 11px;
    top: auto;
}

.system-icon-scratch-pad {
    background-image: url("../img/notepad.fef992b78f33.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: transparent;
    display: inline-block;
}

#scratch_pad:hover .system-icon {
    background-color: transparent !important;
    background-image: url("../img/notepad-hover.e1e3ff038a8c.png");
}

/* dialog */
.dialog {
    position: absolute;
    background-color: #006daa;
    max-width: 580px;
    min-width: 300px;
    color: #fff;
    z-index: 100000;
}

.dialog-titlebar {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
    font-size: 17px;
    padding: 0 8px;
    cursor: pointer;
    cursor: move;
}

.dialog-titlebar-title {
    float: left;
    cursor: inherit;
}

.dialog-close-button {
    float: right;
    margin: 9px 1px;
    cursor: pointer;
    cursor: default;
}

.dialog-content {
    padding: 20px 20px 70px 65px;
    position: relative;
}

.dialog-content a {
    color: #fff;
}

.dialog-buttons {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
}

.dialog-buttons div.button {
    margin: 0 3px;
    border: 1px solid #fff;
    height: 27px;
    line-height: 27px;
}

.dialog-overlay {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dialog-content-icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.dialog-no-icon .dialog-content {
    padding: 20px 20px 50px;
}

.dialog-no-icon .dialog-content-icon {
    display: none;
}

.resizable:not(.scratch-pad) {
    background-color: #fff;
    border-left: 12px solid #006daa;
    border-right: 12px solid #006daa;
}

.resizable:not(.scratch-pad) .dialog-titlebar {
    background-color: #82ade0;
    margin: 0 -12px 0 -12px;
}

.resizable:not(.scratch-pad) .dialog-content {
    background-color: #fff;
    color: #000;
}

.resizable .dialog-buttons {
    background-color: #046aaa;
    bottom: 0px;
    left: -12px;
    right: -12px;
    text-align: right;
    padding-right: 4px;
}

.resizable .dialog-buttons div.button {
    border: none;
}

.dialog .ui-resizable-handle {
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: 1px;
    display: block;
}

.dialog .ui-resizable-se {
    right: -11px;
    cursor: se-resize;
}

.dialog .ui-resizable-sw {
    left: -11px;
    cursor: sw-resize;
}

.dialog.scratch-pad {
    width: 600px;
    height: 350px;
    max-width: 900px;
    max-height: 600px;
}

.dialog.scratch-pad .ui-resizable-se {
    right: 0;
}

.dialog.scratch-pad .ui-resizable-sw {
    left: 0;
}

.dialog.scratch-pad .dialog-content {
    padding: 0 15px;
    height: calc(100% - 32px);
}

#intro, #question, #review {
    display: none;
}

/* question/answer layouts */
#question #proposal-content, #question #answers-content, #intro {
    padding: 20px;
}

#question #answers {
    position: relative;
}

#question #proposal-content.proposal-content-tabbed {
    padding: 2px 2px 2px 0;
}

#question #proposal-content img, #question #answers-content img {
    display: block;
    margin: 0 auto;
}

/* vertical split */
#question.layout-vertical-split {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#question.layout-vertical-split #proposal {
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 59.7%;
}

#question.layout-vertical-split #answers {
    overflow: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 39.7%;
}

#question.layout-vertical-split #proposal-answer-divider {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 59.7%;
    right: 39.7%;
    background-color: #006daa;
}

/* full screen */
#question.layout-horizonatal-split {
}

#question.layout-horizonatal-split #proposal, #question.layout-horizonatal-split #answers {
    width: auto;
}

#question.layout-horizonatal-split #proposal-answer-divider {
    display: none;
}

/* tabs */
.tabs {
    padding: 3px 3px 0 4px;
    overflow: hidden;
    background-color: #006daa;
}

.tabs > div {
    float: left;
    border: 1px solid #7a8a99;
    border-bottom: none;
    background-color: #c0c0c0;
    color: #006daa;
    font-size: 17px;
    padding: 3px 10px 2px;
    margin: 0 0 0 -1px;
    position: relative;
    overflow: visible;
}

.tabs > div.selected {
    background-color: #fff;
}

.tabs > div img {
    position: absolute;
    top: -1px;
    left: -1px;
}

.tabs-content > div {
    display: none;
    padding: 20px;
}

.tabs-content > div.selected {
    display: block;
}

/* review stage */
#review h2 {
    font-weight: normal;
    line-height: 47px;
    padding: 0;
    font-size: 19px;
}

/* togglable sections (review stage) */
#review .togglable {
    padding: 2px;
}

#review .togglable h2 {
    background-color: #80aee1;
    text-align: left;
    color: #fff;
    line-height: 30px;
    border: 1px solid #c0c0c0;
    padding: 0 7px;
    font-weight: normal;
}

#review .togglable > div {
    font-size: 17px;
    font-weight: lighter;
}

#review #review-incomplete-count {
    float: right;
}

#review table {
    width: 100%;
    margin-top: 2px;
    border-spacing: 1px;
    border-collapse: collapse;
}

#review table td {
    width: 33%;
    padding: 0 12px;
    line-height: 33px;
    border: 1px solid #c0c0c0;
}

#review .review-question-correct {
    color: #006DAA;
    float: right;
}

#review .review-question-incomplete, #review .review-question-incorrect {
    color: #f00;
    float: right;
}

#review .review-question-incomplete {
    color: #fa0;
    float: right;
}

#review .review-question-partially-correct {
    color: #0d0;
    float: right;
}

#review .review-question-link:hover {
    color: #00f;
    text-decoration: underline;
}

/* answer options */
#answers-content .answer-option {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
}

#answers-content .answer-option .system-icon {
    position: absolute;
    top: 2px;
    left: 0px;
}

#answers-content .answer-option span.answer-number {
    position: absolute;
    top: 0px;
    left: 20px;
}

#exam.reviewing-final-answers #answers-content .answer-correct .system-icon {
    border: 1px solid #006DAA;
}

#exam.reviewing-final-answers #answers-content .answer-correct[selected="true"] .multi-response-answer-placement,
#exam.reviewing-final-answers #answers-content span:not(.answer-correct)[selected="false"] .multi-response-answer-placement,
#exam.reviewing-final-answers #answers-content .appropriate-response-answer-container .answer-most-appropriate[mostappropriate="true"],
#exam.reviewing-final-answers #answers-content .appropriate-response-answer-container .answer-least-appropriate[leastappropriate="true"] {
    border: 2px solid #006DAA;
}

#exam.reviewing-final-answers #answers-content .answer-correct[selected="false"] .multi-response-answer-placement,
#exam.reviewing-final-answers #answers-content span:not(.answer-correct)[selected="true"] .multi-response-answer-placement,
#exam.reviewing-final-answers #answers-content .appropriate-response-answer-container div:not(.answer-most-appropriate)[mostappropriate="true"],
#exam.reviewing-final-answers #answers-content .appropriate-response-answer-container div:not(.answer-least-appropriate)[leastappropriate="true"] {
    border: 2px solid #f00;
}

#exam.reviewing-final-answers #answers-content .answer-option .multi-response-answer-placement {
    padding: 9px;
}

#exam.reviewing-final-answers #answers-content .answer-option .multi-response-answer-dropped {
    padding: 9px;
    top: -9px;
    left: -9px;
}

#exam.reviewing-final-answers #answers-content .appropriate-response-answer-target {
    border: none;
}

#exam.reviewing-final-answers #answers-content .appropriate-response-answer-dropped {
    padding: 16px 17px 15px;
}

/* If they didn't answer: */
#exam.reviewing-final-answers #answers-content .answer-option[answered="undefined"] .multi-response-answer-placement {
    border: 1px solid black !important;
}

#answers-content .confidence-option {
    display: block;
    float: left;
    width: 20%;
}

#answers-content .answer-option .inner-wrap-multi-response {
    border: 1px solid black;
    padding: 10px;
    margin-right: 20px;
    display: inline-block;
    width: 510px;
    text-align: center;
    vertical-align: top;
}

#answers-content .answer-option .multi-response-answer-placement {
    border: 1px solid black;
    background: #BAB1B1;
    padding: 10px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

#answers .multi-response-answer-container {
    position: absolute;
    top: 99px;
    left: 680px;
    border: 1px solid black;
    background: #DFDFDF;
    padding: 10px;
}

#answers .multi-response-answer, #answers .multi-response-answer-dropped {
    border: 1px solid black;
    background: #fff;
    padding: 10px;
    width: 60px;
    text-align: center;
}

#answers .multi-response-answer {
    z-index: 1000;
}

#answers .multi-response-answer.dragged-answer {
    z-index: 10000;
}

#answers .multi-response-answer-dropped {
    top: -10px;
    left: -10px;
    border: none;
}

#answers-content .appropriate-response-answer-container {
    padding: 20px;
}

#answers-content .appropriate-response-answer-container-row {
    margin-bottom: 20px;
}

#answers-content .appropriate-response-answer-label {
    border: 1px solid black;
    width: 130px;
    display: inline-table;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
}

#answers-content .appropriate-response-answer-target {
    display: inline-table;
    background: #BAB1B1;
    width: 500px;
    margin-left: 16px;
    line-height: 50px;
    border: 1px solid #000;
    text-align: center;
    vertical-align: top;
}

#answers-content .appropriate-response-answer-dropped {
    background: #fff;
    line-height: normal;
    padding: 17px 17px 16px;
}

#answers-content #answer-options-wrap.appropriate-responses {
    padding: 20px 20px 0px 20px;
    background: #DFDFDF;
    border: 1px solid #000;
    width: 540px;
    margin-left: 65px;
}

#answers-content #answer-options-wrap.appropriate-responses.drop-hover {
    background: #BAB1B1;
}

#answers-content #answer-options-wrap .answer-option .inner-wrap-multi-response {
    width: 500px;
    background: #fff;
}

/* focussing */
.button .focus-box {
    padding: 1px;
    border: 1px solid transparent;
}

.button.focussed .focus-box {
    border-color: #fff;
}

.answer-option .system-icon {
    border: 1px solid #fff;
}

.answer-option.focussed .system-icon {
    border-color: #000;
}

.reviewing-final-answers .answer-option.focussed .system-icon {
    border-color: transparent;
}

/* can't focus answers when reviewing final answers */

#exam-status{
    color: red;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

#clock, #progress {
    padding: 0 2px;
    border: 1px solid transparent;
    float: right;
    clear: right;
}

#clock.focussed, #progress.focussed {
    border-color: #fff;
}

.system-icon-show-more {
    border: 1px solid #80aee1;
    margin: 0 6px 0 0;
}

.system-icon-show-more.focussed {
    border-color: #000;
}

.review-flag {
    border: 1px solid #fff;
    margin: 0 10px 0 0;
}

.review-flag.focussed {
    border-color: #000;
}

.review-question-link.focussed {
    color: #00f;
    text-decoration: underline;
}


/* full screen notice - displays when the exam isn't full screen */
#fullscreen-notice {
    border: 5px solid #001b5c;
    background-color: #a5b2d2;
    color: #001b5c;
    width: 500px;
    text-align: center;
    margin: 50px auto;
    padding: 50px 0;
    line-height: 30px;
}

.download-pdf {
    margin: 20px;
}

.download-pdf a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer !important;
    color: #000;
}

.download-pdf a:hover {
    text-decoration: underline;
}

#result-table-div {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 75px;
}

#result-table-div > table {
    border-collapse: collapse;
}

#result-table-div > .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#result-table-div > .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

#result-table-div > .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.icon-td {
    display: flex;
    justify-content: center;
}

.custom-icon:hover {
    cursor: pointer !important;
    /*box-shadow: 1px 1px 10px darkgrey;*/
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.rationale-dialog > p > img{
    width: 100%;
}