body {
    background: #CFD8DC;
    margin: 0;
}

h1,
h2,
h3,
button {
    font-family: 'Roboto Slab', sans-serif;
}

h1 {
    font-size: 22px;
    margin: 0;
}

h1 sup {
    font: normal 12px sans-serif;
}

h2 {
    font-size: 18px;
    margin: 0;
}

p.warning {
    background: #FFF9C4;
    padding: 0.5em 1em;
    text-align: center;
    font: normal 13px sans-serif;
}

.container {
    padding: 20px;
    margin: 10px auto;
    background: #fff;
}

#pendahuluan p {
    text-align: justify;
}

table.info {
    width: 100%;
}

table.info input {
    width: 80%;
}

table.info td {
    border: none;
}

input.info-id {
    width: 75%;
}

span.urgensi {
    color: #F44336;
    font: italic 13px serif;
}

table {
    /* border-left: 1px solid #000;
    border-top: 1px solid #000; */
    border-collapse: collapse;
    /* agar table mengikuti lebar sesuai property width */
    table-layout: fixed;
}

table th,
table td {
    padding: 10px 0.3em;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #D1C4E9;
}

table th {
    font-family: 'Roboto Slab', serif;
    background: #5C6BC0;
    font-weight: normal;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
}

table.no-border {
    margin: 10px 0 25px 0;
    border: none;
    width: 100%;
}

table.questions {
    overflow-x: scroll;
}

table.no-border td {
    border: none;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

button.reset {
    font-size: 11px;
}

td.ans,
td>input {
    cursor: pointer;
}

tr.val td {
    background: #FCE4EC;
}

tr.star td {
    color: #1976D2;
}

td.text-center.selected {
    background: #B3E5FC;
}

div.text-add {
    padding: 5px 0 5px 14px;
}

textarea {
    width: 100%;
}

.footer {
    font-size: small;
    text-align: center;
}

.swal-title,
.swal-text {
    font-family: 'Roboto Slab', sans-serif;
}

.ct-series.ct-series-b .ct-bar {
    stroke: rgb(208, 214, 216);
}

.ct-series.ct-series-a .ct-bar:nth-child(1),
.ct-series.ct-series-a .ct-bar:nth-child(2),
.ct-series.ct-series-a .ct-bar:nth-child(3),
.ct-series.ct-series-a .ct-bar:nth-child(4) {
    stroke: #EF5350;
}


.ct-series.ct-series-a .ct-bar:nth-child(5),
.ct-series.ct-series-a .ct-bar:nth-child(6) {
    stroke: #2196F3;
}

.ct-series.ct-series-a .ct-bar:nth-child(7),
.ct-series.ct-series-a .ct-bar:nth-child(8),
.ct-series.ct-series-a .ct-bar:nth-child(9) {
    stroke: #4CAF50
}

table.result {
    width: 100%;
}

table.result th,
table.result td {
    font-size: 12px;
}

table.result td {
    text-align: center;
}

table.result th {
    color: #fff;
}

table.result-info td {
    font-size: 13px;
}

tr.avg td {
    background: #CFD8DC;
    color: #78909C;
}

.form-result h3 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.result th.core {
    background-color: #EF5350;
}

.result th.treatment {
    background-color: #2196F3;
}

.result th.total {
    background-color: #4CAF50;
}

div .info-resp span {
    background: #FFF9C4;
    padding: 0 5px;
    color: #f00;
    font-style: italic;
    font-weight: normal;
}

table p {
    margin: 0 0 10px;
}

div .info-resp {
    font-weight: bold;
    font-size: 14px;
    color: #3F51B5;
}

td.qrcode {
    vertical-align: top;
}

.show-on-hp {
    display: none;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .hide-on-hp {
        display: none;
    }

    .show-on-hp {
        display: block;
    }

    table.questions {
        margin: 0 -20px;
    }

    table.questions th {
        font-size: 10px;
    }

    table.questions td:nth-child(2) {
        font-size: 11px;
    }

    table.questions td:nth-child(1) {
        width: 20px;
        font-size: 11px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .hide-on-hp {
        display: none;
    }

    .show-on-hp {
        display: block;
    }

    table.questions {
        margin: 0 -20px;
    }

    table.questions th {
        font-size: 10px;
    }

    table.questions td:nth-child(2) {
        font-size: 11px;
    }

    table.questions td:nth-child(1) {
        width: 20px;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}