@charset "utf-8";

/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

img {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

#header {
    width: 100%;
    height: 80px;
    background: #FFF;
}

#footer {
    width: 100%;
    height: 100px;
    background: #FFF;
    font-size: 16px;
}

.main_content {
    width: 100%;
    height: 650px;
    background: #f2f2f2;
    overflow: auto;
}

.pdf_wrapper {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

ol.number {
    list-style-type: decimal;
    margin-left: 0px;
    padding-left: 20px;
}

ol.alpha {
    list-style-type: lower-alpha;
    margin-left: 0px;
    padding-left: 20px;
}

.feedback li table,
.feedback2 li table {
    table-layout: fixed;
    width: 100%;
}

.feedback li table:not(.sp1) td {
    width: calc(100%/3);
}

.feedback2 li table:not(.sp1) td {
    width: calc(100%/2);
}

.feedback div.cusgrid,
.feedback2 div.cusgrid {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.feedback fieldset,
.feedback2 fieldset {
    padding: 5px;
    margin: 0;
    /* display: flex;
    align-items: center; */
}


/* fieldset>div {
    padding: 5px;
} */

.fst {
    float: left;
    width: 231px;
    padding-left: 9px;
    padding-top: 6px;
    padding-bottom: 6px;
    clear: both;
}

.fsc {
    float: left;
    width: 92px;
    text-align: center;
    /* padding-top: 6px;
    padding-bottom: 6px; */
}

.fs1 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fs2 {
    /* padding-top: 4px;
    padding-bottom: 4px; */
}

.fs3 {
    /* padding-top: 12px;
    padding-bottom: 12px; */
}

.fscA {
    margin-left: -2px;
}

.fscL {
    margin-right: 4px;
}

.fs0 {
    /* width: 800px; */
    width: 100%;
}

.fsc4 {
    text-align: left;
    /* width: 252px; */
    width: calc((100%/3) - 1px);
}

.custbl1 tr {
    display: flex;
    /* width: 720px; */
    width: 100%;
}

.custbl1 td {
    /* min-width: 240px; */
    /* display: flex; */
}

table.sp1 td:nth-child(1) {
    width: 30%;
}

table.sp1 td:nth-child(2),
table.sp1 td:nth-child(3),
table.sp1 td:nth-child(4) {
    width: 10%;
    text-align: center;
}

table.sp1 td:last-child {
    text-align: left;
}

.q2 {
    display: flex;
    align-items: center;
}

.q2 input {
    margin: 0 7px 0 4px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 14px;
    height: 14px;
}