@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    src: url("/client_dashboard/stiko_vaccination/media/css/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-bold";
    src: url("/client_dashboard/stiko_vaccination/media/css/Roboto-Bold.ttf");
}

body {
    background: #fff;
    font-family: "Roboto";
    color: #4E4E4E;
    -webkit-text-size-adjust: none;
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    margin: unset !important;
}

table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

table.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
}

table,
table td,
table th,
table caption {
    /* border: 1px solid #cccccc !important; */
    border-collapse: collapse !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0 !important;
    border-top: 1px solid #707070 !important;
}

p {
    margin: unset !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #3D6DCC !important;
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

table td {
    border-bottom: 1px solid #3D6DCC !important;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

h1,
h2 {
    font-size: 14px !important;
    padding: 0px 12.5px var(--standard-padding) 12.5px;
    margin: unset !important
}

span.bold {
    font-family: 'Roboto-bold';
}

span.normal {
    font-weight: normal;
}

span.italic {
    font-style: italic;
}

span.underline {
    text-decoration: underline;
}

span.text-white {
    color: #ffffff;
}

span.text-sup {
    vertical-align: super;
}

span.text-sub {
    vertical-align: sub;
}

span.text-sub,
span.text-sup {
    font-size: 0.7em;
    line-height: 100%;
}

p.class-left {
    text-align: left
}

p.text-reference {
    margin: unset;
    margin-top: 5px !important;
    margin-left: 5px !important;
    text-indent: 0px;
}

p.listlevel1 {
    margin: 0px;
    text-indent: -9px;
    padding-left: 22px !important;
    padding: 0px 12.5px 2px 21px;
}

p.listlevel2::before {
    content: "— ";
    padding-right: 2px;
}

p.listlevel2 {
    text-indent: -12px;
    margin-left: 25px !important;
}

p.list1 {
    margin: 0px !important;
    text-indent: -13px;
    margin-left: 18px !important;
    margin-bottom: 0.4em !important;
    margin-top: 0.07em !important;
    color: black;
}

table.table {
    /* width: 100%; */
    width: calc(100% - 20px);
    /* table-layout: fixed; */
    border-collapse: collapse !important;
    margin-top: var(--standard-padding);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: var(--standard-padding);
    font-size: var(--body-font-size);
    border: 1px solid rgb(182, 181, 181) !important;
    line-height: calc(var(--body-line-height) * 0.9);
    border-left: none !important;
    border-right: none !important;
}

td.table-header1 {
    background-color: #82acd2;
}

td.table-header2 {
    background-color: #b6cee1;
}

td.table-header3 {
    background-color: #cddfec;
}

td.light-blue {
    background: #cddfec;
}

td.col-gray {
    background-color: #F2F2F2;
}

td.lightgray {
    background-color: #e3e3e3;
    text-align: left;
}

td.col-yellow {
    background-color: #FFD580;
}

td.col-purple {
    background-color: #CC9FBC;
}

td.col-blue {
    background-color: #8BA1CC;
}

td.col-white {
    background-color: white;
}

div.div-gray {
    background-color: #F2F2F2;
    /* padding: 10px; */
    text-align: left;
    /* padding-left: 18px; */
}

div.ref,
div.ref1,
div.footn,
div.hyp-comment {
    background: #3D6DCC1A;
    padding: 10px;
    margin-bottom: 10px;
    color: #3D6DCC;
}

p.text {
    margin: 0px;
    padding: 0px 12.5px var(--standard-padding) 12.5px;
}

p.table-text {
    color: black;
    font-size: 14px;
    line-height: var(--body-line-height);
    margin-left: 3px;
    text-align: left;
}

span.bold-blue {
    color: #3D6DCC;
    font-family: "Roboto-bold";
}

span.regular-blue {
    color: #3D6DCC;
    font-family: "Roboto";
}

:root {
    --body-font-size: 14px;
    --body-line-height: 20px;
    --standard-padding: 10px;
}

p.listlevel1::before {
    content: "\2022";
    padding-right: 5px;
}

p.fig-caption,
p.fig-caption2 {
    font-size: 13px;
    padding: 7px 12.5px 10px 12.5px;
}

span.black-text {
    color: black !important;
}

div.orange-box {
    background-color: #F8E3CE;
    color: #DC7A38;
    padding: 10px;
    margin-bottom: 10px;
}

span.orange-text {
    color: #DC7A38 !important;
}

span.black-text a {
    color: unset !important;
}

div.legend {
    width: 98%;
    margin: auto;
}

a[href^="abbr_"],
abbr[title] {
    /* pointer-events: none; */
    border-bottom: none !important;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a[href^="abbr_"],
abbr[title] {
    /* pointer-events: none; */
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: blue;
    text-decoration-color: blue;
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

td h1[has-internal-link="internal-link"],
td h2[has-internal-link="internal-link"] {
    padding: unset !important;
}

.table td:first-child {
    border-left: 0px solid transparent !important;
}

.table td:last-child {
    border-right: 0px solid transparent !important;
}

s {
    text-decoration: #3D6DCC line-through !important;
}