html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  padding: 1rem;
  background-color: black;
  color: white;
  font-family: sans-serif;
}

.ass-editor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ass-editor > header {
  flex: 1 1 100%;
}

.ass-editor header {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ass-editor > header h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.ass-editor h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ass-editor > main {
  width: calc(100vw - 150px - 7rem);
}

.ass-editor > main header h2 {
  font-size: 1.25rem;
  background-color: white;
}
.ass-editor > main header h3 {
  font-size: 1rem;
  background-color: wheat;
}
.ass-editor > main header h2,
.ass-editor > main header h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: black;
  width: calc(100% - 2rem);
  padding: 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ass-editor > main header h2 .score,
.ass-editor > main header h3 .score {
  background-color: black;
  color: white;
  margin-left: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.ass-editor > main header .description {
  font-size: 1rem;
}

.ass-editor > main > header .description {
  font-size: 1rem;
}

.ass-editor > main > *:not(:last-child) {
  padding-bottom: 1rem;
}

.ass-editor .scorecard {
  font-size: 1.5rem;
}

.ass-editor .scorecard .overall h4 {
  font-size: 2.5rem;
  font-weight: 700;
}

.ass-editor .scorecard .function:not(:last-child) {
  padding-bottom: 0.5rem;
}

.ass-editor .scorecard .overall,
.ass-editor .scorecard .function {
  display: flex;
  flex-direction: row;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ass-editor .scorecard .overall h3,
.ass-editor .scorecard .function h3 {
  flex: 0 0 auto;
  width: 150px;
}

.ass-editor > main.general fieldset input {
  width: 300px;
}
.ass-editor > main.general fieldset > label:not(.options) {
  display: block;
  width: 150px;
}
.ass-editor > main.general fieldset .options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.ass-editor > main.general fieldset .options > * {
  flex: 0 0 auto;
  width: min-content;
  white-space: nowrap;
}
.ass-editor > main.general fieldset .options > label {
  margin-right: 1rem;
}

.ass-editor .ass-editor-nist-csf-subcategory {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.ass-editor .ass-editor-nist-csf-subcategory > header,
.ass-editor .ass-editor-nist-csf-subcategory > fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ass-editor .ass-editor-nist-csf-subcategory > header > .weight,
.ass-editor .ass-editor-nist-csf-subcategory > fieldset > .weight {
  margin-left: 2rem;
}
.ass-editor .ass-editor-nist-csf-subcategory > header > .weight label,
.ass-editor .ass-editor-nist-csf-subcategory > fieldset > .weight label {
  display: block;
  color: #aaa;
  font-size: 0.75rem;
}
.ass-editor .ass-editor-nist-csf-subcategory > header > .weight .value,
.ass-editor .ass-editor-nist-csf-subcategory > fieldset > .weight .value {
  font-size: 1.5rem;
  margin-left: 0.5rem;
  top: -0.25rem;
  position: relative;
}
.ass-editor .ass-editor-nist-csf-subcategory > header .maturity label,
.ass-editor .ass-editor-nist-csf-subcategory > fieldset .maturity label {
  display: block;
}
.ass-editor .ass-editor-nist-csf-subcategory > header .description,
.ass-editor .ass-editor-nist-csf-subcategory > fieldset .description {
  flex: 1 1 auto;
  width: 100%;
}
.ass-editor .ass-editor-nist-csf-subcategory > header .sub {
  display: flex;
  flex-direction: row;
  width: calc(100% - 2rem);
}
.ass-editor .ass-editor-nist-csf-subcategory > header .weight {
  flex: 0 0 auto;
  padding-left: 2rem;
}
.ass-editor .ass-editor-nist-csf-subcategory > header .weight label {
  display: block;
  color: #aaa;
  font-size: 0.75rem;
}
.ass-editor .ass-editor-nist-csf-subcategory > header .weight .value {
  font-size: 1.5rem;
  margin-left: 0.5rem;
  top: -0.25rem;
  position: relative;
}
.ass-editor .ass-editor-nist-csf-subcategory > fieldset {
  margin-left: 2rem;
  margin-top: 1rem;
}

.ass-editor textarea.markdown {
  width: calc(100% - 1.5rem);
  height: 5rem;
  resize: vertical;
}

.ass-editor button.save.clean {
  opacity: 0;
}
.ass-editor button.save.dirty {
  opacity: 1;
}

.ass-list {
  margin-top: 1rem;
}
.ass-list th {
  text-align: left;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
.ass-list td {
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
.ass-list button:not(:last-of-type) {
  margin-right: 0.5rem;
}

.ass-editor-sidebar {
  width: 150px;
  padding-right: 3rem;
  padding-left: 1rem;
  font-size: 0.8rem;
}

.ass-editor-sidebar > label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.ass-editor-sidebar > ul:not(:last-of-type) {
  padding-bottom: 1rem;
}

.ass-editor-sidebar > ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.ass-editor-sidebar .general li,
.ass-editor-sidebar .grades li {
  cursor: pointer;
}
.ass-editor-sidebar .general li:hover,
.ass-editor-sidebar .grades li:hover {
  background-color: mediumslateblue;
}
.ass-editor-sidebar .general li.active,
.ass-editor-sidebar .grades li.active {
  background-color: darkslategray;
}

.ass-editor-sidebar .general li {
  padding-left: 1rem;
}

.ass-editor-sidebar .grades li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.ass-editor-sidebar .grades li > span:nth-child(1) {
  flex: 0 0 auto;
  width: 100px;
  padding-left: 1rem;
}

.ass-maturity-grid tr.nist-csf-category {
  cursor: pointer;
}
.ass-maturity-grid tr.nist-csf-category.active {
  background-color: grey;
}

.questionnaire-grid h2 {
  font-size: 1rem;
}

.questionnaire-grid .response {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../style/reset.scss%22,%22../../style/index.scss%22,%22../../style/layout/ass_editor.scss%22,%22../../style/view/ass_editor.scss%22,%22../../style/view/ass_list.scss%22,%22../../style/component/ass_editor_sidebar.scss%22,%22../../style/component/ass_maturity_grid.scss%22,%22../../style/component/questionnaire_grid.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAiFE;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAWE;;;AAEF;EACE;;;AAEF;AAAA;EAEE;;;AAEF;AAAA;EAEE;;;AAEF;AAAA;AAAA;AAAA;EAIE;EACA;;;AAEF;EACE;EACA;;;ACxHF;EACE;EACA;EACA;EACA;;;ACNF;EACE;EACA;EACA;;AAEA;EACE;;;ACNJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAIA;EACE;EACA;;AAEF;EACE;EACA;;AAEF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;;;AAKF;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAIA;EACE;EACA;;;AAKF;EACE;;;AAIJ;AAAA;EAEE;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;;;AAKF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;;AAKN;EACE;EACA;;AAEA;AAAA;EAEE;EACA;EACA;;AACA;AAAA;EACE;;AACA;AAAA;EACE;EACA;EACA;;AAEF;AAAA;EACE;EACA;EACA;EACA;;AAIJ;AAAA;EACE;;AAEF;AAAA;EACE;EACA;;AAIF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAIN;EACE;EACA;;;AAIJ;EACE;EACA;EACA;;;AAIA;EACE;;AAEF;EACE;;;AC/LJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAGA;EACE;;;ACdN;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;;AAEA;AAAA;EACE;;AAGF;AAAA;EACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AC/CJ;EACE;;AAEA;EACE;;;ACJJ;EACE;;;AAGF;EACE;EACA;EACA%22,%22file%22:%22index.css%22%7D */
