diff --git a/aetherial_expanse/aetherial_expanse.css b/aetherial_expanse/aetherial_expanse.css index b6c96e5adb..49ab1f8e3f 100644 --- a/aetherial_expanse/aetherial_expanse.css +++ b/aetherial_expanse/aetherial_expanse.css @@ -1,5 +1,7 @@ +/*Start Web*/ /* SANITIZATION CHANGE FIXES ============================= */ +@import url("https://fonts.googleapis.com/css?family=Material+Icons|Average+Sans&display=swap"); body { background: white; } @@ -103,11 +105,8 @@ label input[type=checkbox] { .ui-dialog { -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; - -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; - transition: opacity 0.2s, -webkit-transform 0.2s; - -o-transition: transform 0.2s, opacity 0.2s; + -moz-transition: -moz-transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s; - transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } .ui-dialog.collapsed { @@ -123,8 +122,8 @@ label input[type=checkbox] { max-width: 300px !important; max-height: 50px !important; -webkit-transform: scale(0.75, 0.75); - -ms-transform: scale(0.75, 0.75); - transform: scale(0.75, 0.75); + -moz-transform: scale(0.75, 0.75); + transform: scale(0.75, 0.75); } .ui-dialog.dialog-collapsed .ui-dialog-titlebar button { @@ -280,8 +279,7 @@ label input[type=checkbox] { } .modal.link-dialog * { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; } .modal.link-dialog .checkbox { @@ -313,6 +311,7 @@ label input[type=checkbox] { height: auto; vertical-align: middle; -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; } @@ -366,6 +365,7 @@ button[type=roll].ui-draggable-dragging:before { .ui-dialog .charsheet .repcontainer .repitem { position: relative; -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; } @@ -942,14 +942,12 @@ button[type=roll].ui-draggable-dragging:before { ============================= */ .ellipsis { overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; } /* GRID ============================= */ div.grid { - display: -ms-inline-grid; display: inline-grid; grid-column-gap: 1%; grid-row-gap: 0.5%; @@ -976,10 +974,29 @@ div.grid { } div.auto2column { - -ms-grid-columns: auto 1fr; grid-template-columns: auto 1fr; } +:root { + --dark-background: #0c0c0c; + --dark-surface1: #1f1f1f; + --dark-surface2: #353535; + --dark-gamecard: #2b2130; + --dark-primarytext: #e6e6e6; + --dark-secondarytext: #b3b3b3; + --dark-primary: #702c91; + --dark-primary-highlight: #8d56a7; + --dark-purple-text: #a980bd; + --dark-gray-enabled: #666666; + --dark-gray-disabled-D90: #333333; + --dark-40: #431a57; + --dark-L60: #c6abd3; + --dark-green-L40: #76ce9d; + --dark-red-D20: #ae4248; + --dark-red-brand: #be161d; + --dark-red-L20: #e1757b; +} + .pc, .npc { display: none; @@ -991,70 +1008,70 @@ div.auto2column { } .container { - width: 750px; background-color: white; position: relative; + width: 750px; } input[type=radio].tab-button { + height: 18px; opacity: 0; position: absolute; - top: 92px; right: 0px; + top: 92px; width: 18px; - height: 18px; z-index: 2; } input[type=radio].tab-button + span { - position: absolute; - top: 92px; - right: 0px; - width: 17px; - height: 17px; + background-color: #e8e8e8; border: 1px solid black; border-radius: 5px; - background-color: #E8E8E8; color: black; - text-align: center; font-weight: bold; + height: 17px; + position: absolute; + right: 0px; + text-align: center; + top: 92px; + width: 17px; } .advantagetoggle { + left: 570px; position: absolute; top: 92px; - left: 570px; z-index: 1; } .advantagetoggle input[type=radio] { + height: 18px; opacity: 0; position: absolute; - top: 0px; right: 0px; + top: 0px; width: 18px; - height: 18px; z-index: 2; } .advantagetoggle input[type=radio] + span { - position: absolute; - top: 0px; - right: 0px; - width: 17px; - height: 17px; + background-color: #e8e8e8; border: 1px solid black; border-radius: 5px; - background-color: #E8E8E8; color: black; - text-align: center; font-weight: bold; + height: 17px; + position: absolute; + right: 0px; + text-align: center; + top: 0px; + width: 17px; } .advantagetoggle input[type=radio]:checked + span, input[type=radio].tab-button:checked + span { - color: #FFFFFF; - background-color: #EC2127; + background-color: #ec2127; + color: #ffffff; } .advantagetoggle input.toggle-left, @@ -1091,21 +1108,21 @@ input[type=radio].tab-button:checked + span { } .npc_toggle[value="1"] ~ .advantagetoggle { - top: -10px; left: 390px; + top: -10px; } .npc_toggle[value="1"] ~ .advantagetoggle.whispertoggle { - top: -10px; left: 120px; + top: -10px; } .advantagetoggle { display: none; } -.toggleflag[value*=advantagetoggle] + .advantagetoggle, -.toggleflag[value*=whispertoggle] + .whispertoggle, +.toggleflag[value*=advantagetoggle] ~ .advantagetoggle, +.toggleflag[value*=whispertoggle] ~ .whispertoggle, .toggleflag[value="1"] + .hidden, .toggleflag[value="1"] + .row.hidden { display: block; @@ -1114,11 +1131,11 @@ input[type=radio].tab-button:checked + span { .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc, .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .header { display: block; - visibility: hidden; - width: 0px; - top: -150px; margin: 0px; padding: 0px; + top: -150px; + visibility: hidden; + width: 0px; } .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells { @@ -1145,12 +1162,12 @@ input[type=radio].tab-button:checked + span { } .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio] + span { - text-transform: lowercase; - font-variant: small-caps; - font-weight: normal; background: transparent; border: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-variant: small-caps; + font-weight: normal; + text-transform: lowercase; } .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio] + span:first-letter { @@ -1162,8 +1179,8 @@ input[type=radio].tab-button:checked + span { } .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio]:checked + span { + color: rgb(126, 45, 64); font-weight: bold; - color: #7e2d40; } .page { @@ -1200,9 +1217,9 @@ input[type=radio].tab-button.spells + span { } .header .part { - width: 157px; display: inline-block; text-align: center; + width: 157px; } .header .part input[type=text], @@ -1210,8 +1227,8 @@ input[type=radio].tab-button.spells + span { border: 1px solid #666; border-radius: 5px; height: 56px; - width: 110px; text-align: center; + width: 110px; } .header .header-info select { @@ -1226,27 +1243,27 @@ input[type=radio].tab-button.spells + span { .header .part span.display { border: 1px solid #666; border-radius: 5px; - height: 54px; - width: 110px; - text-align: center; - margin: 0px; display: inline-block; - line-height: 54px; font-size: 25px; + height: 54px; + line-height: 54px; + margin: 0px; + text-align: center; + width: 110px; } .header input, .header select { - border-bottom: 1px solid #D3D3D3; - border-top: 0px; - border-left: 0px; - border-right: 0px; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; color: black; } @@ -1259,8 +1276,8 @@ input[type=radio].tab-button.spells + span { } .header input[type=number] { - text-align: center; margin-bottom: -9px; + text-align: center; } .header input[type=number]::-webkit-inner-spin-button, @@ -1280,15 +1297,15 @@ input[type=radio].tab-button.spells + span { } .header .name-container span.label { - text-align: left; font-weight: normal; margin-top: 0; + text-align: left; } .name-container { - width: 250px; display: inline-block; vertical-align: top; + width: 250px; } .name-container input { @@ -1297,12 +1314,12 @@ input[type=radio].tab-button.spells + span { } .header-info { - width: 482px; - margin-left: -2px; - display: inline-block; border: 3px double #666; - padding: 5px; + display: inline-block; + margin-left: -2px; max-height: 74px; + padding: 5px; + width: 482px; } .hlabel-container { @@ -1319,8 +1336,8 @@ input[type=radio].tab-button.spells + span { } .charsheet .body { - width: 750px; margin-top: 22px; + width: 750px; } .col { @@ -1328,27 +1345,27 @@ input[type=radio].tab-button.spells + span { } .col2-3 { - width: 490px; - margin-left: 5px; display: inline-block; + margin-left: 5px; + width: 490px; } .attributes-container { - width: 70px; - margin-right: 5px; display: inline-block; + margin-right: 5px; vertical-align: top; + width: 70px; } .attr-container { - width: 70px; border: 1px solid #666; border-radius: 5px; - position: relative; - padding-bottom: 10px; - margin-bottom: 19px; height: 64px; + margin-bottom: 19px; + padding-bottom: 10px; + position: relative; text-align: center; + width: 70px; } .attr-container button[type=roll], @@ -1358,18 +1375,17 @@ input[type=radio].tab-button.spells + span { .subcontainer button[type=roll], .npc button[type=roll] { background-color: transparent; - color: black; - border: none; - font-size: 9px; - line-height: 12px; background-image: none; - text-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - padding: 0px; - margin: 0px; - width: 100%; + border: none; + box-shadow: none; + color: black; + font-size: 9px; font-weight: bold; + line-height: 12px; + margin: 0px; + padding: 0px; + text-shadow: none; + width: 100%; } .attr-container button[type=roll]::before, @@ -1389,7 +1405,7 @@ input[type=radio].tab-button.spells + span { .charsheet button[type=roll]:hover *, .charsheet .spell button[type=roll]:hover input[type=text], .charsheet .action .display button[type=roll]:hover * { - color: #EC2127; + color: #ec2127; } button[type=roll] * { @@ -1397,13 +1413,13 @@ button[type=roll] * { } .attr-container input { - border: none; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border: none; + -webkit-border-radius: 0px; border-radius: 0px; + box-shadow: none; color: black; margin-top: 3px; } @@ -1414,36 +1430,36 @@ button[type=roll] * { } .attr-mod { - width: 40px; - height: 20px; + background-color: white; border: 1px solid #666; border-radius: 50%; - z-index: 2; - position: absolute; - top: 62px; + height: 20px; left: 0; - right: 0; margin-left: auto; margin-right: auto; - background-color: white; + position: absolute; + right: 0; + top: 62px; + width: 40px; + z-index: 2; } .attr-mod input { - text-align: center; /* width: 100%; - height: 20px;*/ + height: 20px;*/ font-size: 20px; + line-height: 22px; margin: 0px; padding: 0px; + text-align: center; vertical-align: middle; - line-height: 22px; } .skills-saves-container { - width: 163px; - margin-right: 5px; display: inline-block; + margin-right: 5px; vertical-align: top; + width: 163px; } .insp-prof-container { @@ -1451,34 +1467,34 @@ button[type=roll] * { } .insp-prof-container .value { - display: inline-block; + background-color: white; border: 1px solid #666; border-radius: 50%; - width: 35px; + display: inline-block; height: 35px; - background-color: white; position: relative; + width: 35px; } .insp-prof-container .value input[type=checkbox] { - height: 100%; - width: 100%; border-radius: 50%; + height: 100%; opacity: 0; - z-index: 2; position: relative; + width: 100%; + z-index: 2; } .insp-prof-container .value input[type=checkbox] ~ span { - height: 100%; - width: 100%; - border-radius: 50%; background: url("https://app.roll20.net/images/dndstyling/insperation.gif") left top no-repeat; background-size: contain; + border-radius: 50%; cursor: pointer; + display: none; + height: 100%; position: absolute; top: 0px; - display: none; + width: 100%; } .insp-prof-container .value input[type=checkbox]:checked ~ span { @@ -1492,24 +1508,24 @@ button[type=roll] * { } .insp-prof-container .label { - width: calc(100% - 29px); + border: 1px solid #666; + border-radius: 5px; + display: inline-block; height: 30px; margin-left: -15px; margin-top: 3px; - display: inline-block; - border: 1px solid #666; - border-radius: 5px; vertical-align: top; + width: calc(100% - 29px); } .insp-prof-container span { display: block; font-size: 9px; - line-height: 12px; - width: 100%; - text-align: center; - line-height: 30px; font-weight: bold; + line-height: 12px; + line-height: 30px; + text-align: center; + width: 100%; } .charsheet .insp-prof-container .value input, @@ -1528,38 +1544,38 @@ button[type=roll] * { .charsheet .spell input, .charsheet .options .body input, .charsheet .resources input[type=number] { - width: 100%; - text-align: center; - font-size: 20px; - border: none; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border: none; + -webkit-border-radius: 0px; border-radius: 0px; + box-shadow: none; color: black; + font-size: 20px; + text-align: center; + width: 100%; } .resources input[type=number], .hdice-dsaves-container input[type=number] { - padding-right: 0px; padding-left: 10px; + padding-right: 0px; } .saving-throw-container, .skills-container { - width: 165px; border: 1px solid #666; border-radius: 5px; margin-bottom: 10px; padding-top: 5px; + width: 165px; } .saving-throw, .skill { - width: 165px; height: 18px; + width: 165px; } .saving-throw input[type=checkbox], @@ -1575,21 +1591,20 @@ button[type=roll] * { .col1 .saving-throw > span, .col1 .skill > span { - font-size: 12px; display: inline-block; - text-align: center; + font-size: 12px; min-width: 21px; + text-align: center; } .saving-throw button[type=roll], .skill button[type=roll] { - width: calc(100% - 72px); overflow: hidden; - word-wrap: break-word; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: calc(100% - 72px); + word-wrap: break-word; } .saving-throw-container .label span, @@ -1610,18 +1625,18 @@ button[type=roll] * { .options .body span { display: block; font-size: 9px; - line-height: 12px; - width: 100%; - text-align: center; font-weight: bold; + line-height: 12px; margin-top: 5px; + text-align: center; + width: 100%; } .npc .traits span { font-size: 13px; - text-align: left; font-weight: normal; margin-top: 0; + text-align: left; } .globalattack span { @@ -1634,8 +1649,8 @@ button[type=roll] * { .globalattack.acmod label, .globalattack.acmod label input { - font-weight: normal; font-size: 1em; + font-weight: normal; } .globalattack.acmod label input[type=number] { @@ -1643,17 +1658,17 @@ button[type=roll] * { } .exhaustion div span.ex-description { + display: block; font-size: 9px; line-height: 9px; text-align: left; width: 116px; - display: block; } .exhaustion span.label { - width: 100%; display: inline-block; text-align: center; + width: 100%; } .exhaustion div.ex-descriptions { @@ -1666,15 +1681,15 @@ button[type=roll] * { } .exhaustion input[type=number] { - width: 116px; display: inline-block; vertical-align: top; + width: 116px; } .skill button span, .options .body .skill span span, .rolltemplate-spell .grey { - color: #A0A0A0; + color: #a0a0a0; font-weight: normal; } @@ -1691,9 +1706,9 @@ button[type=roll] * { } .textbox-container textarea { - width: calc(100% - 10px); - resize: vertical; border: none; + resize: vertical; + width: calc(100% - 10px); } .ac-init-speed-container, @@ -1702,17 +1717,17 @@ button[type=roll] * { .hdice-dsaves-container, .attacks, .equipment { - width: 240px; margin-bottom: 10px; + width: 240px; } .ac-init-speed-container div { - width: calc(31%); - height: 100%; border: 1px solid #666; border-radius: 5px; display: inline-block; + height: 100%; vertical-align: top; + width: 31%; } .ac-init-speed-container span.label { @@ -1741,9 +1756,9 @@ button[type=roll] * { } .hp input[type=number] { - width: 100%; - padding-right: 10px; padding-left: 20px; + padding-right: 10px; + width: 100%; } .hp span.label, @@ -1758,31 +1773,31 @@ button[type=roll] * { .tool_proficiencies .top span, .proficiencies .top span, .traits .top span { - text-align: left; - margin-left: 5px; - color: #A0A0A0; - font-weight: normal; + color: #a0a0a0; display: inline-block; + font-weight: normal; + margin-left: 5px; + text-align: left; width: initial; } .hp .top input, .hdice-dsaves-container .top input[type=text] { - border-bottom: 1px solid #D3D3D3; - border-top: 0px; - border-left: 0px; - border-right: 0px; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; color: black; - width: 150px; display: inline-block; font-size: 12px; padding: 0px; + width: 150px; } .hdice-dsaves-container .top input[type=text] { @@ -1790,19 +1805,19 @@ button[type=roll] * { } .subcontainer { - width: 116px; display: inline-block; - vertical-align: top; height: 64px; + vertical-align: top; + width: 116px; } .subcontainer input[type=text].label { display: block; font-size: 9px; - line-height: 12px; - width: 100%; - text-align: center; font-weight: bold; + line-height: 12px; + text-align: center; + width: 100%; } .hdice-dsaves-container .row-container { @@ -1817,24 +1832,24 @@ button[type=roll] * { } .money { - width: 70px; display: inline-block; + width: 70px; } .coin { + background-color: white; border: 1px solid #666; border-radius: 5px; - margin-top: 10px; - background-color: white; - position: relative; left: -5px; + margin-top: 10px; + position: relative; } .coin span { + color: #a0a0a0; display: inline-block; - color: #A0A0A0; - margin-top: 0px; margin-left: 5px; + margin-top: 0px; width: 15px; } @@ -1846,18 +1861,18 @@ button[type=roll] * { } .equipment { - position: relative; min-height: 276px; + position: relative; } .equipment textarea { - width: calc(100% - 69px); - margin: 0px 0px 0px -5px; - resize: vertical; border: none; display: inline-block; - padding: 0px; + margin: 0px 0px 0px -5px; min-height: 264px; + padding: 0px; + resize: vertical; + width: calc(100% - 69px); } .equipment span, @@ -1866,20 +1881,20 @@ button[type=roll] * { } .textbox { - width: 100%; border: 1px solid #666; border-radius: 5px; margin-bottom: 5px; + width: 100%; } .textbox textarea { - width: calc(100% - 10px); - resize: vertical; border: none; - margin: 0px; - padding-bottom: 0px; - min-height: 48px; height: 48px; + margin: 0px; + min-height: 48px; + padding-bottom: 0px; + resize: vertical; + width: calc(100% - 10px); } /*.col3 { @@ -1887,21 +1902,21 @@ button[type=roll] * { margin-left: -3px; }*/ .footer { + color: rgb(165, 165, 165); + font-size: 10px; + margin-top: 10px; -webkit-user-select: auto; -moz-user-select: text; - font-size: 10px; - color: #a5a5a5; - margin-top: 10px; } .footer div { - width: 45%; display: inline-block; + width: 45%; } .attacks { - min-height: 150px; margin-bottom: 10px; + min-height: 150px; } .equipment.hidden { @@ -1913,17 +1928,16 @@ button[type=roll] * { .proficiency .display button[type=roll], .globalattack .globaldisplay button[type=roll] { background-color: transparent; - color: black; - border: none; background-image: none; - text-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - padding: 0px; - margin: 0px; - width: 100%; + border: none; + box-shadow: none; + color: black; font-weight: bold; line-height: normal; + margin: 0px; + padding: 0px; + text-shadow: none; + width: 100%; } .globalattack .globaldisplay span[name=attr_global_save_name]:not(:empty)::before, @@ -1954,50 +1968,49 @@ button[type=roll] * { .tool .display span, .equipment .item span, .proficiencies .display span { - font-size: 12px; - line-height: 12px; - border-top-left-radius: 5px; + background-color: #efefef; border-bottom-right-radius: 5px; - background-color: #EFEFEF; + border-top-left-radius: 5px; cursor: pointer; - text-align: left; + font-size: 12px; font-size: 9px; font-weight: bold; + line-height: 12px; + text-align: left; } .attacks .display span, .tool .display span, .equipment .item span, .proficiencies .display span { - min-height: 12px; display: inline-block; margin-top: 0px; - padding: 4px; + min-height: 12px; overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + padding: 4px; + text-overflow: ellipsis; vertical-align: bottom; white-space: nowrap; } .traits .display .title { + color: rgb(126, 45, 64); font-family: "Times New Roman", Times, serif; font-size: 16px; - text-transform: capitalize; font-variant: small-caps; font-weight: bold; - color: #7e2d40; + text-transform: capitalize; } .traits .display .subheader { + color: #a0a0a0; font-style: italic; - color: #A0A0A0; margin-top: -3px; } .traits .display .subheader span { - font-size: 10px; display: inline; + font-size: 10px; } .spell .details-flag, @@ -2012,13 +2025,14 @@ button[type=roll] * { .proficiencies .options-flag, .traits .options-flag, .equipment .inventorysubflag, -.header .options-flag { +.header .options-flag, +.hdice-dsaves-container .options-flag { + height: 18px; opacity: 0; position: absolute; - top: 0px; right: 0px; + top: 0px; width: 18px; - height: 18px; z-index: 2; } @@ -2034,22 +2048,21 @@ button[type=roll] * { .proficiencies .options-flag + span, .traits .options-flag + span, .equipment .inventorysubflag + span, -.header .options-flag + span { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; +.header .options-flag + span, +.hdice-dsaves-container .options-flag + span { + align-items: center; + color: #a0a0a0; + cursor: pointer; + display: none; + font-family: pictos; + font-size: 20px; + height: 18px; + margin-top: 0px; position: absolute; - top: 0px; right: 0px; + top: 0px; white-space: nowrap; width: 18px; - height: 18px; - font-size: 20px; - font-family: pictos; - color: #A0A0A0; - cursor: pointer; - margin-top: 0px; - display: none; } .spell .details-flag:hover + span, @@ -2064,14 +2077,15 @@ button[type=roll] * { .proficiencies .options-flag:hover + span, .traits .options-flag:hover + span, .equipment .inventorysubflag:hover + span, -.header .options-flag:hover + span { +.header .options-flag:hover + span, +.hdice-dsaves-container .options-flag:hover + span { color: #000000; } .pc .global-mod .options-flag:not(:checked) ~ .display, .pc .global-mod .options-flag:checked ~ .options { - width: 80%; display: inline-block; + width: 80%; } .charsheet .spell .details-flag:checked + span, @@ -2086,10 +2100,9 @@ button[type=roll] * { .charsheet .proficiencies .options-flag:checked + span, .charsheet .traits .options-flag:checked + span, .charsheet .equipment .inventorysubflag:checked + span, -.charsheet .header .options-flag:checked + span { +.charsheet .header .options-flag:checked + span, +.hdice-dsaves-container .options-flag:checked + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -2107,35 +2120,33 @@ button[type=roll] * { .charsheet .item:hover .inventorysubflag + span, .charsheet .pc .trait:hover .output, .charsheet .pc .header:hover .options-flag + span { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .pc .header .options-flag { - top: 8px; right: 4px; + top: 8px; } .pc .header .options-flag + span { - top: 8px; right: 4px; + top: 8px; } .pc .global-mod .display-flag, .pc .trait .display-flag { + height: 100%; opacity: 0; position: absolute; - top: 0px; right: 0px; + top: 0px; width: 100%; - height: 100%; } .pc .global-mod .options-flag:checked ~ .display-flag, .pc .trait .options-flag:checked ~ .display-flag { - width: 0px; height: 0px; + width: 0px; } .pc .trait .display-flag:checked ~ .display .desc { @@ -2143,17 +2154,17 @@ button[type=roll] * { } .charsheet .pc .trait .output { - position: absolute; - top: -8px; - right: 30px; - width: 18px; - height: 18px; - z-index: 2; background: none; border: none; + display: none; font-family: pictos; font-size: 20px; - display: none; + height: 18px; + position: absolute; + right: 30px; + top: -8px; + width: 18px; + z-index: 2; } .pc .trait .output:before { @@ -2187,8 +2198,8 @@ button[type=roll] * { .textbox .options, .proficiencies .options, .trait .options { - display: none; border-top: 2px dashed gold; + display: none; } .item .subitem, @@ -2200,11 +2211,63 @@ button[type=roll] * { padding: 5px 5px 5px 10px; } +.rp-traits { + padding: 8px; + position: relative; +} +.rp-traits .rp-traits__title { + position: relative; + text-align: center; + z-index: 1; +} +.rp-traits .rp-traits__title span { + color: #7e2d40; + font-family: "Times New Roman", Times, serif; + font-size: 16px; + font-variant: small-caps; + font-weight: bold; + text-transform: capitalize; +} +.rp-traits .rp-traits__title input { + appearance: none; + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + width: 100%; +} +.rp-traits .pibf { + border-image-repeat: stretch !important; + border-image-slice: 25% 8% fill !important; + border-image-width: 20px !important; + min-height: auto !important; + position: relative; + z-index: 1; +} +.rp-traits .toggle-rp-traits[value="1"] ~ .pibf { + display: none; +} +.rp-traits:after { + border: 10px solid; + border-image-slice: 7% 40% fill; + border-image-source: url(https://app.roll20.net/images/dndstyling/vitals.svg); + border-image-width: 25px 100px; + box-sizing: border-box; + content: ""; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; + z-index: 0; +} + .textbox .display span { - font-weight: normal; font-size: 12px; - text-align: left; + font-weight: normal; line-height: 16px; + text-align: left; } .textbox.pibf span { @@ -2226,9 +2289,9 @@ button[type=roll] * { } .header .options-flag:checked ~ .options { + display: inline-block; min-height: 74px; vertical-align: top; - display: inline-block; } .textbox .options-flag:checked ~ .display, @@ -2237,8 +2300,8 @@ button[type=roll] * { } .spell-level { - position: relative; margin-bottom: 5px; + position: relative; } .header-info.options span { @@ -2251,36 +2314,36 @@ button[type=roll] * { } .level { - width: 20px; display: inline-block; + width: 20px; } .level:after, .level:before { - border-top: 20px solid transparent; border-bottom: 20px solid transparent; - border-left: 20px solid #FFF; - left: 0px; - top: -6px; + border-left: 20px solid #fff; + border-top: 20px solid transparent; content: ""; + left: 0px; position: absolute; + top: -6px; } .level:before { - border-top: 23px solid transparent; border-bottom: 23px solid transparent; border-left: 24px solid; border-left-color: inherit; + border-top: 23px solid transparent; left: -2px; top: -9px; } .level span { - z-index: 3; + font-size: 16px; margin-left: -3px; position: relative; - font-size: 16px; top: 2px; + z-index: 3; } /* GENERIC STYLES @@ -2321,10 +2384,10 @@ button[type=roll] * { font-size: 20px; border: none; background: none; - -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: textfield; + -webkit-border-radius: 0px; border-radius: 0px; color: black; padding: 0px; @@ -2481,7 +2544,7 @@ div.spell div.details { font-size: 16px; text-transform: capitalize; font-variant: small-caps; - color: #7e2d40; + color: rgb(126, 45, 64); } .spell .details input[name=attr_spellcomp_materials][value=""] + span, @@ -2538,8 +2601,7 @@ div.spell div.details { border-bottom: 1px solid #D3D3D3; background-image: none; text-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; padding: 0px; margin: 0px; width: 100%; @@ -2610,8 +2672,7 @@ span.spellconcentration { border: none; background-image: none; text-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; padding: 0px; margin: 0px; width: 100%; @@ -2625,8 +2686,7 @@ span.spellconcentration { margin-left: 4px; display: inline; overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; white-space: nowrap; max-width: 220px; } @@ -2719,8 +2779,7 @@ span.spellconcentration { margin: 15px 10px; padding: 0; overflow-x: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; } .spell .details span.bold { @@ -2752,7 +2811,7 @@ span.spellconcentration { font-size: 16px; text-transform: capitalize; font-variant: small-caps; - color: #7e2d40; + color: rgb(126, 45, 64); } .spell .details input[name=attr_spellcomp_materials][value=""] + span, @@ -2788,8 +2847,7 @@ span.spellconcentration { .charsheet .spell .display button[type=roll].spellcard { overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; width: calc(93% - 18px); } @@ -2803,9 +2861,7 @@ span.spellconcentration { } .spellpoints_flag[value="1"] ~ .body .spell-labels { - display: -ms-grid; display: grid; - -ms-grid-columns: 70px 1fr 1fr; grid-template-columns: 70px 1fr 1fr; margin-left: 25px; width: calc(100% - 25px); @@ -2820,18 +2876,12 @@ span.spellconcentration { display: none; } .spellpoints_flag[value="1"] ~ .body .spell-level { - display: -ms-grid; display: grid; - -ms-grid-columns: 25px 70px 1fr 1fr; grid-template-columns: 25px 70px 1fr 1fr; } .spellpoints_flag[value="1"] ~ .body .spell-level .spell-points { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; } .spellpoints_flag[value="1"] ~ .body .spell-level .spell-points span { margin-top: 0; @@ -2849,8 +2899,7 @@ span.spellconcentration { margin: 0; width: 100%; text-align: center; - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; } /* REPCONTROL @@ -2864,8 +2913,7 @@ span.spellconcentration { border: medium none; color: white !important; background: none; - -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } .repcontrol .btn:focus { @@ -2955,9 +3003,9 @@ span.spellconcentration { .proficiencies .options span, .traits .options span, .global-mod .options span { - width: initial; display: inline-block; text-align: left; + width: initial; } .tool .options input, @@ -2968,11 +3016,11 @@ span.spellconcentration { .traits .options input[type=text], .global-mod .options input[type=text], .options .general_options input[type=number] { + border-bottom: 1px solid #d3d3d3; display: inline-block; - text-align: left; font-size: 12px; - border-bottom: 1px solid #D3D3D3; padding: 0px; + text-align: left; width: initial; } @@ -2982,24 +3030,24 @@ span.spellconcentration { .options .body select, .proficiencies .options select, .traits .options select { - border-bottom: 1px solid #D3D3D3; - border-top: 0px; - border-left: 0px; - border-right: 0px; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; color: black; display: inline-block; font-size: 12px; - width: initial; - padding: 0px; - margin: 0px; - line-height: 18px; height: 18px; + line-height: 18px; + margin: 0px; + padding: 0px; + width: initial; } .tool .options input[type=checkbox], @@ -3010,27 +3058,27 @@ span.spellconcentration { .proficiencies .options input[type=checkbox], .traits .options input[type=checkbox], .global-mod .options input[type=checkbox] { - width: 13px; - font-size: initial; -webkit-appearance: checkbox; -moz-appearance: checkbox; + font-size: initial; + width: 13px; } .attack .options input[type=text].num, .options input[type=text].num { - width: 15px; text-align: center; + width: 15px; } .spell .options textarea { - width: calc(100% - 10px); - resize: vertical; margin-bottom: 0px; + resize: vertical; + width: calc(100% - 10px); } .spell-container { - min-height: 60px; margin-bottom: 1px; + min-height: 60px; } .spell-container input[name=attr_spellcastingtime] { @@ -3060,10 +3108,10 @@ span.spellconcentration { } .options .title input[type=text] { - width: 52px; border: none; + color: #a0a0a0; text-align: center; - color: #A0A0A0; + width: 52px; } .options .title { @@ -3075,8 +3123,8 @@ span.spellconcentration { .general_options { border: 1px solid #666; border-radius: 5px; - padding: 5px; margin-bottom: 5px; + padding: 5px; } .general_options { @@ -3181,8 +3229,6 @@ span.spellconcentration { } .sheet-rolltemplate-skill .sheet-result { - display: -webkit-box; - display: -ms-flexbox; display: flex; margin: 0 10px 0 7px; overflow: hidden; @@ -3195,13 +3241,9 @@ span.spellconcentration { text-align: center; vertical-align: top; width: 45%; - -ms-flex-preferred-size: 50%; - flex-basis: 50%; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-basis: 50%; + flex-grow: 1; + flex-shrink: 1; min-width: 33.33333%; position: relative; } @@ -3624,7 +3666,7 @@ span.spellconcentration { .sheet-rolltemplate-spell .sheet-title, .sheet-rolltemplate-spelloutput .sheet-title { - color: #7e2d40; + color: rgb(126, 45, 64); font-size: 1.2em; } @@ -3728,7 +3770,7 @@ span.spellconcentration { .sheet-rolltemplate-npcatk .sheet-header, .sheet-rolltemplate-npcdmg .sheet-header, .sheet-rolltemplate-dmgaction .sheet-header { - color: #7e2d40; + color: rgb(126, 45, 64); font-size: 18px; text-align: left; font-family: "Times New Roman", Times, serif; @@ -3741,7 +3783,7 @@ span.spellconcentration { text-transform: capitalize; font-variant: small-caps; font-weight: bold; - color: #7e2d40; + color: rgb(126, 45, 64); } .sheet-rolltemplate-npc .sheet-italics, @@ -3802,7 +3844,7 @@ span.spellconcentration { .sheet-rolltemplate-dmgaction .sheet-arrow-rightold { border-top: 3px solid transparent; border-bottom: 3px solid transparent; - border-left: 195px solid #7e2d40; + border-left: 195px solid rgb(126, 45, 64); } .sheet-rolltemplate-npc .sheet-arrow-right, @@ -3811,7 +3853,7 @@ span.spellconcentration { .sheet-rolltemplate-npcatk .sheet-arrow-right, .sheet-rolltemplate-npcdmg .sheet-arrow-right, .sheet-rolltemplate-dmgaction .sheet-arrow-right { - border: 1px solid #7e2d40; + border: 1px solid rgb(126, 45, 64); margin-bottom: 2px; margin-top: 2px; } @@ -3865,7 +3907,7 @@ span.spellconcentration { } .sheet-rolltemplate-npcatk .sheet-header a[href^="~"] { - color: #7e2d40; + color: rgb(126, 45, 64); } .sheet-rolltemplate-npcatk a[href^="~"]:hover { @@ -4010,7 +4052,7 @@ span.spellconcentration { border: none; border-top: 0.25em solid transparent; border-bottom: 0.25em solid transparent; - border-left: 14em solid #7e2d40; + border-left: 14em solid rgb(126, 45, 64); } .sheet-rolltemplate-atk div.sheet-advspacer, @@ -4061,8 +4103,7 @@ span.spellconcentration { display: inline-block; background: #c43c35; padding: 5px; - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; margin-bottom: 5px; color: white; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -4105,51 +4146,90 @@ span.spellconcentration { color: #EC2127; } +.sheet-rolltemplate-simple a[href^="~"], +.sheet-rolltemplate-simple3D a[href^="~"], +.sheet-rolltemplate-skill a[href^="~"], +.sheet-rolltemplate-atk a[href^="~"], +.sheet-rolltemplate-atkdmg a[href^="~"], +.sheet-rolltemplate-dmg a[href^="~"] { + border: 1px solid black; + border-radius: 5px; + background-color: #e8e8e8; + color: black; + text-align: center; + font-weight: bold; + padding: 2px; + margin-bottom: 3px; +} +.sheet-rolltemplate-simple a[href^="~"]:hover, +.sheet-rolltemplate-simple3D a[href^="~"]:hover, +.sheet-rolltemplate-skill a[href^="~"]:hover, +.sheet-rolltemplate-atk a[href^="~"]:hover, +.sheet-rolltemplate-atkdmg a[href^="~"]:hover, +.sheet-rolltemplate-dmg a[href^="~"]:hover { + color: #ffffff; + background-color: #ec2127; +} + +.sheet-rolltemplate-simple .sheet-description { + border-top: 1px solid #A0A0A0; + border-bottom: 1px solid #A0A0A0; + margin: 0px 24px 5px 20px; + padding: 5px 0; +} +.sheet-rolltemplate-simple .sheet-description__title { + display: block; +} +.sheet-rolltemplate-simple .sheet-description__description { + display: block; + font-weight: normal; +} + .triangleold { - border-top: 3px solid transparent; border-bottom: 3px solid transparent; - border-left: 360px solid #7e2d40; - margin-top: 5px; + border-left: 360px solid rgb(126, 45, 64); + border-top: 3px solid transparent; margin-bottom: 5px; + margin-top: 5px; } .triangle { - border: 1px solid #7e2d40; - margin-top: 5px; + border: 1px solid rgb(126, 45, 64); margin-bottom: 5px; + margin-top: 5px; } .red, .npc .display .red input, .npc .display .red span { - color: #7e2d40; + color: rgb(126, 45, 64); } .npc .npc_options input { - border-bottom: 1px solid #D3D3D3; - border-top: 0px; - border-left: 0px; - border-right: 0px; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; color: black; - width: 200px; display: inline-block; font-size: 12px; padding: 0px; + width: 200px; } .npc > .npc_options .mythic-rules { display: none; - width: 385px; font-size: 12px; - padding: 0px; height: 72px; margin-bottom: 20px; + padding: 0px; + width: 385px; } input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { @@ -4159,17 +4239,17 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .npc .npc_options span { display: inline-block; font-size: 9px; + font-weight: bold; line-height: 12px; text-align: left; - font-weight: bold; width: auto; } .npc .npc_options .title span { - text-align: center; - font-size: 14px; display: block; + font-size: 14px; margin-top: 5px; + text-align: center; } .npc .npc_options { @@ -4177,8 +4257,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc input[type=text].num { - width: 20px; text-align: center; + width: 20px; } .npc .col { @@ -4190,30 +4270,30 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc select { - border-bottom: 1px solid #D3D3D3; - border-top: 0px; - border-left: 0px; - border-right: 0px; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; color: black; line-height: inherit; } .npc .display .title span { + display: block; font-family: "Times New Roman", Times, serif; font-size: 24px; - width: 100%; - text-transform: capitalize; font-variant: small-caps; font-weight: bold; - display: block; - text-align: left; line-height: 27px; + text-align: left; + text-transform: capitalize; + width: 100%; } .npc .display .subtitle span { @@ -4221,8 +4301,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .display .num3 { - width: 27px; text-align: center; + width: 27px; } .npc .display .actype + .parens { @@ -4250,29 +4330,29 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .display span.npc-init-die { + display: block; font-family: "dicefontd20"; font-size: 16px; - display: block; } .npc .attr-container { - width: 55px; border: 0px; border-radius: 0px; - position: relative; - padding: 5px 0px 5px 0px; - margin: 0px; - height: inherit; display: inline-block; + height: inherit; + margin: 0px; + padding: 5px 0px 5px 0px; + position: relative; text-align: center; + width: 55px; } .npc .attr-container span { + display: inline; + display: block; font-size: 13px; font-weight: normal; - display: inline; margin-bottom: 2px; - display: block; } .npc .attr-container span.bold { @@ -4291,13 +4371,13 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .attr-container input { - width: 20px; text-align: center; + width: 20px; } .npc .attr-container input:nth-child(3) { - width: 30px; margin-left: -5px; + width: 30px; } .npc .display .flag[value="0"] + button, @@ -4313,35 +4393,35 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc button[type=roll] input { - border: none; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border: none; + -webkit-border-radius: 0px; border-radius: 0px; + box-shadow: none; color: black; - margin: 0px; - pointer-events: none; - padding: 0px; height: 16px; line-height: 16px; + margin: 0px; + padding: 0px; + pointer-events: none; } .npc button[type=roll] { - width: auto; white-space: nowrap; + width: auto; } .npc .saving button[type=roll] span, .npc .skills button[type=roll] span { + display: inline-block; font-size: 13px; font-weight: normal; - width: auto; - display: inline-block; - line-height: 16px; height: 16px; + line-height: 16px; vertical-align: bottom; + width: auto; } .npc .display .flag[value="1"] + button .spacer, @@ -4350,8 +4430,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .display button input { - width: 14px; text-align: center; + width: 14px; } .npc .display .flag[value="1"] + button .stat::before, @@ -4387,35 +4467,34 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .npc .display .traits input.npc_options-flag, .npc .reaction input.npc_options-flag { - width: 18px; height: 18px; + width: 18px; } .npc .display .traits textarea, .npc .reaction textarea, .attack textarea { - resize: vertical; + border: none; + box-shadow: none; height: 36px; min-height: 36px; - border: none; padding: 0px; - -webkit-box-shadow: none; - box-shadow: none; + resize: vertical; } .npc .actiontitle { - border-bottom: 1px solid #7e2d40; - width: 100%; + border-bottom: 1px solid rgb(126, 45, 64); margin-bottom: 5px; + width: 100%; } .npc .actions .title { font-size: 18px; - text-transform: capitalize; font-variant: small-caps; - line-height: inherit; height: inherit; + line-height: inherit; margin: 0px; + text-transform: capitalize; } .npc .actions { @@ -4511,20 +4590,20 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .actions select { - width: auto; - margin: 0px; - padding: 0px; + font-size: 13px; height: 13px; line-height: 13px; - font-size: 13px; + margin: 0px; + padding: 0px; + width: auto; } .npc .trait button[type=roll], .npc .action button[type=roll], .npc .reaction button[type=roll] { - width: 100%; - text-align: left; margin-bottom: 0px; + text-align: left; + width: 100%; } .npc .traits .repitem:not(:first-child), @@ -4540,16 +4619,15 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .charsheet .npc .traits .wide, .charsheet .npc .actions .wide { - width: 100%; text-align: left; + width: 100%; } .npc .traits button span.wide, .npc .actions button span.wide { - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; height: 1.2em; + overflow: hidden; + text-overflow: ellipsis; } .npc .actions .wide span:after { @@ -4559,32 +4637,31 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .npc .trait .display .description, .npc .reaction .display .description, .npc .action .display .description { - white-space: pre-line; color: #555555; - line-height: 13px; display: block; + line-height: 13px; + white-space: pre-line; } .npc .trait .display textarea, .npc .action .display textarea, .legendaryactions { border: none; - margin-bottom: 0px; - padding: 0px; - text-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; height: 36px; + margin-bottom: 0px; min-height: 36px; - resize: none; overflow: hidden; + padding: 0px; + resize: none; + text-shadow: none; } .legendaryactions { - height: 90px; - pointer-events: none; - margin-bottom: 15px; color: #555555; + height: 90px; + margin-bottom: 15px; + pointer-events: none; } .npcspelloptions { @@ -4595,6 +4672,7 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .container.npc .legendary, .container.npc .mythic, .container.npc .bonusactions, +.container.npc .vehicleactions, .container.npc .reaction, .npcspell_flag[value="0"] ~ .npcspell, .npcspellcastingflag:not(:checked) ~ .npcspelloptions { @@ -4604,6 +4682,7 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .legendary_flag:not([value="0"]) ~ .legendary, .mythic_flag[value="1"] ~ .mythic, .bonusaction_flag[value="1"] ~ .bonusactions, +.vehicleactions-flag[value="1"] ~ .vehicleactions, .reaction_flag[value="1"] ~ .reaction { display: block; } @@ -4633,33 +4712,33 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .equipment .inventorysubflag { height: 10px; - width: 10px; - top: 10px; right: 0px; + top: 10px; + width: 10px; } .charsheet .equipment .inventorysubflag + span { - height: 10px; - width: 10px; - top: 10px; - right: 0px; font-size: 10px; + height: 10px; padding: 0px; + right: 0px; + top: 10px; + width: 10px; } .equipment .complex { - width: 160px; - vertical-align: top; - padding-top: 5px; margin-bottom: 15px; + padding-top: 5px; + vertical-align: top; + width: 160px; } .proficiencies .complex, .traits .complex { - width: 240px; - vertical-align: top; - padding-top: 5px; margin-bottom: 15px; + padding-top: 5px; + vertical-align: top; + width: 240px; } .pictos { @@ -4679,29 +4758,29 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .item input[type=text].weight { - width: 25px; text-align: center; + width: 25px; } .item .subitem .subfield { - font-weight: normal; background-color: transparent; + font-weight: normal; padding: 0px; width: 112px; } .item .subitem .subtextarea { - width: calc(100% - 20px); font-size: 9px; - padding: 0px 5px 0px 15px; - min-height: 32px; height: 32px; margin: 0px; + min-height: 32px; + padding: 0px 5px 0px 15px; + width: calc(100% - 20px); } .equipment .weighttotal { - position: absolute; left: 0px; + position: absolute; top: 160px; width: 70px; } @@ -4711,31 +4790,31 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .item .subitem span { - width: 32px; - padding: 0px 0px 0px 10px; display: inline-block; + padding: 0px 0px 0px 10px; + width: 32px; } .equipment .warning, .charactermancer_options .warning { + border: 1px solid gray; display: none; padding: 6px; - border: 1px solid gray; position: relative; } .equipment .warning label, .charactermancer_options .warning label { - font-family: pictos; border: 1px solid gray; - font-size: 8px; - width: auto; - padding: 2px; - line-height: 1em; cursor: pointer; + font-family: pictos; + font-size: 8px; + line-height: 1em; + padding: 2px; position: absolute; - top: 0; right: 0; + top: 0; + width: auto; } .equipment .warning label input, @@ -4781,14 +4860,14 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .equipment .item .subitem .equipped { -webkit-appearance: checkbox; -moz-appearance: checkbox; - width: initial; margin-left: 15px; + width: initial; } .equipment .item .subitem .equippedlabel { - width: calc(100% - 50px); - text-align: left; padding-left: 5px; + text-align: left; + width: calc(100% - 50px); } .equipment .equippedflag[value="0"] ~ .item > .name { @@ -4796,11 +4875,11 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .version { - position: absolute; - top: 0px; - right: 5px; - pointer-events: none; font-size: 0.25em; + pointer-events: none; + position: absolute; + right: 5px; + top: 0px; } .charsheet .options .body .version input[type=text] { @@ -4854,25 +4933,24 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .charsheet .hlabel-container .multiclass-display { - width: 57px; + border-bottom: 1px solid #d3d3d3; font-size: 13px; - border-bottom: 1px solid #D3D3D3; - line-height: 35px; height: 27px; + line-height: 35px; margin-right: -4px; overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; + width: 57px; } .charsheet .hlabel-container .multiclass-display-level { - width: 31px; - text-align: center; + border-bottom: 1px solid #d3d3d3; font-size: 13px; - border-bottom: 1px solid #D3D3D3; - line-height: 35px; height: 27px; + line-height: 35px; overflow: hidden; + text-align: center; + width: 31px; } .charsheet .hlabel-container input.class-level { @@ -4889,13 +4967,13 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .attr-mod .baseattr { + display: inline; + height: 0px; /*display: none;*/ opacity: 0; - height: 0px; - width: 0px; pointer-events: none; - display: inline; position: absolute; + width: 0px; } .finalattr { @@ -4905,12 +4983,12 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .attr-mod:hover .baseattr, .attr-mod .baseattr:focus { + height: 20px; /*display: inline;*/ opacity: 1; - height: 20px; - width: 40px; pointer-events: auto; position: static; + width: 40px; } .attr-mod:hover .finalattr, @@ -4929,8 +5007,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .spell_slot_mods .column { - width: 32%; display: inline-block; + width: 32%; } .spell_slot_mods .num_plus { @@ -4940,12 +5018,11 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .licensecontainer.active-drop-target.dropping, input[name*=monster_confirm_flag][value="1"] ~ .licensecontainer, input[name*=mancer_confirm_flag][value="1"] ~ .licensecontainer { + background-color: transparent; opacity: 0.5; - -o-transition: opacity 0.15s ease-in-out; transition: opacity 0.15s ease-in-out; -moz-transition: opacity 0.15s ease-in-out; -webkit-transition: opacity 0.15s ease-in-out; - background-color: transparent; } .compendium_warning, @@ -4954,29 +5031,33 @@ input[name*=mancer_confirm_flag][value="1"] ~ .licensecontainer { display: none; } +.compendium_warning { + pointer-events: none; +} + .licensecontainer.active-drop-target.dropping ~ .compendium_warning, input[name*=monster_confirm_flag][value="1"] ~ .monster_confirm, input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { - display: block; - position: fixed; - top: 50%; background: white; - left: 50%; - z-index: 100; border: 2px solid black; - width: 300px; + display: block; height: 100px; - text-align: center; + left: 50%; margin: -70px 0 0 -170px; + position: fixed; + text-align: center; + top: 50%; + width: 300px; + z-index: 100; } .monster_confirm input[type=checkbox], .mancer_confirm input[type=checkbox] { - height: 34px; border-radius: 50%; + height: 34px; opacity: 0; - z-index: 2; position: relative; + z-index: 2; } .monster_confirm div div, @@ -4986,18 +5067,18 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .monster_confirm input[type=checkbox] + span, .mancer_confirm input[type=checkbox] + span { + border: 1px solid black; + border-radius: 5px; font-size: 20px; font-weight: normal; + left: 0px; line-height: 34px; position: absolute; - left: 0px; - border-radius: 5px; - border: 1px solid black; } input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { - width: 350px; margin: -70px 0 0 -195px; + width: 350px; } .mancer_confirm input[type=checkbox] { @@ -5006,8 +5087,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .mancer_confirm input[type=checkbox] + span { font-size: 15px; - line-height: 1.2em; height: 40px; + line-height: 1.2em; padding-top: 3px; } @@ -5039,13 +5120,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .header .display .class-display { - width: 298px; - text-transform: capitalize; overflow: hidden; - word-wrap: break-word; + text-overflow: ellipsis; + text-transform: capitalize; white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + width: 298px; + word-wrap: break-word; } .no_events { @@ -5061,8 +5141,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .transition_options { border: 1px solid #666; border-radius: 5px; - padding: 5px; margin-bottom: 5px; + padding: 5px; } .transition_options { @@ -5074,51 +5154,51 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .sheet_select img { - padding: 5px; - border: 1px solid #BBB; + border: 1px solid #bbb; border-radius: 5px; + padding: 5px; } .sheet_select img:hover { - background-color: #DDD; + background-color: #ddd; cursor: pointer !important; } .charsheet .options .row span.transition_text { - color: #A0A0A0; + color: #a0a0a0; } .charsheet .options .row span.transition_text_highlight { - color: #F00; + color: #f00; } .globalattack input[type=checkbox] { - display: inline; - height: 12px; - width: 12px; -webkit-appearance: checkbox; -moz-appearance: checkbox; + display: inline; + height: 12px; margin-left: 5px; margin-top: 10px; + width: 12px; } .globalattack textarea { - width: 95%; display: inline; height: 25px; margin: 1px; + width: 95%; } .globalattack .label { + border-top: 1px dotted #a0a0a0; + color: #a0a0a0; margin-bottom: 5px; padding-top: 5px; - color: #A0A0A0; - border-top: 1px dotted #A0A0A0; } .missing-info { - margin-bottom: 100px; display: none; + margin-bottom: 100px; } .missing-info-flag[value="1"] + .missing-info, @@ -5137,7 +5217,7 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .spells .innate { - color: #A0A0A0; + color: #a0a0a0; display: none; font-size: 12px; font-weight: normal; @@ -5179,25 +5259,25 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .lang-es .ac-init-speed-container div { - position: relative; height: 56px; + position: relative; } .lang-es .ac-init-speed-container button, .lang-es .ac-init-speed-container .label { - position: absolute; bottom: 0; + position: absolute; } .lang-es .hdice-dsaves-container div.subcontainer { - position: relative; height: 71px; + position: relative; } .lang-es .hdice-dsaves-container button { - position: absolute; bottom: 0; left: 0; + position: absolute; } .lang-es .hp .top input[name=attr_hp_max] { @@ -5327,8 +5407,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charsheet.lang-it div.licensecontainer .container:not(.npc) div.page div.header div.name-container span { - margin-top: 19px; margin-left: 30px; + margin-top: 19px; } .charsheet.lang-it .header .part input[type=text], @@ -5344,34 +5424,24 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { * CHARACTERMANCER * *******************/ .charmancer.container { - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -ms-flex-preferred-size: 1 1 100%; - flex-basis: 1 1 100%; - position: relative; contain: paint; + display: flex; + flex-basis: 1 1 100%; + flex-flow: row wrap; + position: relative; + width: 100%; } .charmancer .choices { - -webkit-box-flex: 40%; - -ms-flex: 40%; - flex: 40%; + flex: 40%; max-width: 40%; padding-right: 1em; } .charmancer .info { - -webkit-box-flex: 60%; - -ms-flex: 60%; - flex: 60%; - position: relative; + flex: 60%; max-width: calc(60% - 2em); + position: relative; } .charmancer .choices, @@ -5384,9 +5454,9 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer iframe { + contain: paint; height: 100%; min-height: 50vh; - contain: paint; } .charmancer select option:disabled { @@ -5403,25 +5473,23 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .topbar, .charmancer .leveler-topbar { - -webkit-box-flex: 100%; - -ms-flex: 100%; - flex: 100%; + flex: 100%; margin-bottom: 15px; } .charmancer .topbar div div, .charmancer .leveler-topbar div div { - display: inline-block; - width: 16%; border: 1px solid gray; + display: inline-block; text-align: center; + width: 16%; } .charmancer .topbar div span, .charmancer .leveler-topbar div span { font-size: 3em; - line-height: 1em; font-weight: bold; + line-height: 1em; } .charmancer .leveler-topbar div span { @@ -5430,17 +5498,11 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .topbar div.meta-info-container, .charmancer .leveler-topbar div.meta-info-container { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 100%; + align-items: center; border: 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + display: flex; + justify-content: space-between; + width: 100%; } .charmancer .topbar div.meta-info-container span, @@ -5454,39 +5516,26 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .steps { - position: -webkit-sticky; - position: sticky; - padding: 0.5em 0; background: #fff; - z-index: 1011; - top: 0; border-bottom: 1px dashed #ddd; + display: flex; + flex: 100%; + flex-flow: row; + justify-content: space-between; list-style: none; list-style-position: inside; - -webkit-box-flex: 100%; - -ms-flex: 100%; - flex: 100%; margin: 0 0 1em; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-transform: translateZ(0); - transform: translateZ(0); + padding: 0.5em 0; + position: sticky; + top: 0; + transform: translateZ(0); + z-index: 1011; } .charmancer .lp-steps { - width: 100%; display: block; - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; + width: 100%; } .charmancer .lp-steps li { @@ -5500,18 +5549,18 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button, .charmancer button[type=roll] { + background-color: #e8e8e8; border: 1px solid black; border-radius: 5px; - background-color: #E8E8E8; color: black; - text-align: center; font-weight: bold; + text-align: center; } .charmancer button[type=roll] { - padding: 1px 6px; font-size: 13px; margin: 0; + padding: 1px 6px; } .charmancer button[type=roll]:before { @@ -5519,8 +5568,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer button.step { - border-color: black; background-color: white; + border-color: black; color: black; } @@ -5528,8 +5577,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button.step.prev, .charmancer button.step.done, .charmancer button.step:not(.here) { + background-color: #e8e8e8; border-color: black; - background-color: #E8E8E8; color: black; } @@ -5539,44 +5588,39 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button.step.here, .charmancer button[type=roll]:hover, .charmancer button[type=roll]:hover * { + background-color: #ec2127; color: #fff; - background-color: #EC2127; } .charmancer button.exit { - text-transform: uppercase; - color: #EC2127; background-color: #fff; - border-color: #EC2127; + border-color: #ec2127; + color: #ec2127; + text-transform: uppercase; } .charmancer button[type=back]:disabled:not(.here) { - color: #ddd; background-color: white; border-color: #ddd; + color: #ddd; cursor: not-allowed; } .charmancer .bottombar, .charmancer .controls { - -webkit-box-flex: 100%; - -ms-flex: 100%; - flex: 100%; + flex: 100%; margin-bottom: 1em; } .charmancer .bottombar { - position: -webkit-sticky; - position: sticky; - bottom: -1px; - border-top: 1px dashed #ddd; - padding: 0.5em 0; background: white; - -webkit-box-sizing: border-box; - box-sizing: border-box; + border-top: 1px dashed #ddd; + bottom: -1px; + box-sizing: border-box; + padding: 0.5em 0; + position: sticky; text-align: center; - -webkit-transform: translateZ(0); - transform: translateZ(0); + transform: translateZ(0); } .charmancer .bottombar button { @@ -5593,8 +5637,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .next { - right: 0; position: absolute; + right: 0; } .charmancer .row { @@ -5670,14 +5714,14 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .cancel-prompt { - position: fixed; background: white; border: 1px solid; border-radius: 5px; padding: 40px 20px 40px 20px; + position: fixed; + text-align: center; top: 195px; width: 650px; - text-align: center; } .charmancer.container .cancel-prompt { @@ -5691,40 +5735,39 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .hilite::after { content: "* required"; - font-style: italic; - font-weight: normal; display: block; font-size: 14px; + font-style: italic; font-variant: small-caps; + font-weight: normal; } .charmancer .warning { - color: #7e2d40; + color: rgb(126, 45, 64); } .charmancer button.warning { + background-color: rgb(126, 45, 64); + border-color: rgb(126, 45, 64); color: #fff; - background-color: #7e2d40; - border-color: #7e2d40; } .charmancer button:hover.warning { - color: #7e2d40; background-color: #fff; - border-color: #7e2d40; + border-color: rgb(126, 45, 64); + color: rgb(126, 45, 64); } .charmancer .needed::before { - font-family: pictos; content: "D"; + font-family: pictos; } .charmancer .hilite { - color: #7e2d40; - background: #EFEFEF; + background: #efefef; border-radius: 0.5em; - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; + color: rgb(126, 45, 64); padding: 0.5em; } @@ -5737,26 +5780,24 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .manver .yes_spells { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .charmancer button.mancer_info, .charmancer [data-repeating] button.action.choice-showing { + background: black; + border: none; + border-radius: 100%; + color: white; + display: inline-block; + font-family: serif; font-size: 1.25em; - width: 1.25em; + font-style: italic; + font-weight: bold; height: 1.25em; padding: 0; - font-style: italic; text-align: center; - color: white; - background: black; - font-weight: bold; - font-family: serif; - border-radius: 100%; - display: inline-block; - border: none; + width: 1.25em; } .charmancer [data-repeating] p button.mancer_info { @@ -5767,51 +5808,47 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button.mancer_info:hover, .charmancer [data-repeating] button.action:hover { - background: #EC2127; + background: #ec2127; } .charmancer [class^=abilities_radio]:not(.choice) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .charmancer span label.compendium-opt { - position: relative; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; padding-right: 0; + position: relative; } .charmancer span label.compendium-opt > span { + background-color: #e8e8e8; border: 1px solid black; border-radius: 5px; - display: inline-block; - min-width: 1.618em; - background-color: #E8E8E8; color: black; - text-align: center; - font-weight: bold; cursor: pointer; + display: inline-block; + font-weight: bold; + min-width: 1.618em; + text-align: center; } .charmancer span label.compendium-opt > input[type=radio]:disabled + span { - color: #ddd; background-color: white; border-color: #ddd; + color: #ddd; cursor: not-allowed; } .charmancer span label.compendium-opt > input[type=radio]:checked + span { + background-color: #ec2127; color: white; - background-color: #EC2127; } .charmancer span .compendium-opt > input[type=radio] { + cursor: none; opacity: 0; width: 0; - cursor: none; } .charmancer .summary .returnblock { @@ -5844,29 +5881,29 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer button.bg_info { + background: black; + border: none; + border-radius: 100%; + color: white; + display: inline-block; + font-family: serif; font-size: 1.25em; - width: 1.25em; + font-style: italic; + font-weight: bold; height: 1.25em; padding: 0; - font-style: italic; text-align: center; - color: white; - background: black; - font-weight: bold; - font-family: serif; - border-radius: 100%; - display: inline-block; - border: none; + width: 1.25em; } .charmancer button.bg_info:hover { - background: #EC2127; + background: #ec2127; } .charmancer .custom_class label input[type=checkbox] { display: inline-block; - margin-top: inherit; margin: 5px; + margin-top: inherit; } .charmancer .mancer_progress { @@ -5909,9 +5946,9 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .custom_trait textarea { - width: calc(100% - 3em); - resize: vertical; height: 7em; + resize: vertical; + width: calc(100% - 3em); } .custom-proficiency button, @@ -5925,23 +5962,17 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .choices.spellslide { - -webkit-box-flex: 45%; - -ms-flex: 45%; - flex: 45%; + box-sizing: border-box; + flex: 45%; max-width: 45%; - -webkit-box-sizing: border-box; - box-sizing: border-box; } .charmancer .info.spellslide { - position: -webkit-sticky; - position: sticky; - -webkit-box-flex: 55%; - -ms-flex: 55%; - flex: 55%; - top: 4em; - min-height: 50%; + flex: 55%; height: 100%; + min-height: 50%; + position: sticky; + top: 4em; } .spells-summary div div { @@ -5949,21 +5980,20 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .spells-summary .title { - width: 15%; text-align: right; vertical-align: top; + width: 15%; } .spells-summary .list { - width: 85%; + box-sizing: border-box; padding-left: 0.5em; - -webkit-box-sizing: border-box; - box-sizing: border-box; + width: 85%; } .spells-summary .list span:not(:last-of-type)::after { - content: ","; color: black; + content: ","; text-decoration: none; } @@ -6011,36 +6041,35 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-holder label { - border: 1px solid black; background-color: #efefef; + border: 1px solid black; + box-sizing: border-box; margin: 0; width: 100%; - -webkit-box-sizing: border-box; - box-sizing: border-box; } .charmancer .spell-holder label .title { display: inline; - padding: 1em; line-height: 2em; + padding: 1em; } .charmancer .spell-holder label .title span.choice-showing { - font-family: pictos; + bottom: 0.3em; color: red; display: inline; + font-family: pictos; font-size: 0.8em; line-height: 0.1em; padding-left: 0.5em; position: relative; - bottom: 0.3em; } .charmancer .spell-holder label .number { float: right; font-weight: normal; - margin-right: 0.7em; line-height: 0.8em; + margin-right: 0.7em; } .charmancer .spell-holder .spellheader input { @@ -6051,67 +6080,193 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .spell-holder label .number::after { content: "9"; - font-family: pictos; - position: absolute; - margin-left: 0.3em; - font-size: 1.3em; display: inline-block; - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); + font-family: pictos; + font-size: 1.3em; + margin-left: 0.3em; + position: absolute; + transform: rotate(-90deg); } .charmancer .spell-holder label input:checked ~ .number::after { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); margin-left: 0.4em; + transform: rotate(90deg); +} + +.charmancer .spellslide { + position: relative; +} + +.charmancer .spell-holder { + position: relative; +} +.charmancer .spell-holder .spellholder__counter { + line-height: 33px; + margin-top: 0; + position: absolute; + right: 40px; +} +.charmancer .spell-holder .spellholder__toggle__checkbox { + display: inline; + opacity: 0; + position: absolute; + right: 10px; + top: 12px; +} +.charmancer .spell-holder .spellholder__toggle__icon { + font-weight: normal; + line-height: 0.8em; + pointer-events: none; + position: absolute; + right: 10px; + top: 12px; +} +.charmancer .spell-holder .spellholder__toggle__icon:after { + content: "9"; + display: inline-block; + font-family: pictos; + font-size: 1.3em; + transform: rotate(-90deg); +} +.charmancer .spell-holder .spellholder__toggle__checkbox:checked + .spellholder__toggle__icon:after { + transform: rotate(90deg); +} +.charmancer .spell-holder .spellholder__toggle__checkbox:checked ~ .container { + display: none; +} + +.charmancer .spellloading { + background: white; + height: 100%; + left: 0; + padding-top: 30px; + position: absolute; + text-align: center; + top: 0; + width: 100%; +} +.charmancer .spellloading span { + display: block; + font-size: 18px; + margin-top: 10px; + text-align: center; +} + +.charmancer .spelllist:not(:empty) + .spellloading { + display: none; +} + +.charmancer .spelllist .spell-holder-0 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-1 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-2 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-3 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-4 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-5 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-6 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-7 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-8 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, +.charmancer .spelllist .spell-holder-9 .spell-item.spell-item--existing:not(.spell-item--prepared) label * { + opacity: 0.5; + pointer-events: none; +} + +.charmancer .locked--cantrips:not(:empty) ~ .spelllist .spell-holder-0 .spell-item label input:not(:checked), +.charmancer .locked--cantrips:not(:empty) ~ .spelllist .spell-holder-0 .spell-item label input:not(:checked) ~ * { + opacity: 0.5; + pointer-events: none; +} +.charmancer .locked--cantrips:not(:empty) ~ .spelllist .spell-holder-0 .spell-item label input:not(:checked):before { + background-color: rgba(255, 255, 255, 0); + content: ""; + height: 100%; + left: 0%; + position: absolute; + top: 0%; + width: 100%; +} + +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-1 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-1 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-2 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-2 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-3 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-3 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-4 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-4 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-5 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-5 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-6 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-6 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-7 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-7 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-8 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-8 .spell-item label input:not(:checked) ~ *, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-9 .spell-item label input:not(:checked), +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-9 .spell-item label input:not(:checked) ~ * { + opacity: 0.5; + pointer-events: none; +} +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-1 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-2 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-3 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-4 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-5 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-6 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-7 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-8 .spell-item label input:not(:checked):before, +.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-9 .spell-item label input:not(:checked):before { + background-color: rgba(255, 255, 255, 0); + content: ""; + height: 100%; + left: 0%; + position: absolute; + top: 0%; + width: 100%; } .charmancer .spell-holder .container { - width: 100%; border: 1px solid black; border-top: 0; + box-sizing: border-box; padding: 0; - -webkit-box-sizing: border-box; - box-sizing: border-box; + width: 100%; } .charmancer .spell-item { - padding: 0 0.5em; line-height: 1.5em; + padding: 0 0.5em; } .charmancer .spell-item label { + background-color: unset; border: 0; + display: inline; + font-size: 16px; + font-weight: normal; + line-height: 1.4em; margin: 0; padding: 0; width: 100%; - background-color: unset; - font-size: 16px; - font-weight: normal; - display: inline; - line-height: 1.4em; } .charmancer .spell-item .mancer_info { - font-size: 1em; - margin-top: 0.25em; background-color: #777; - line-height: 1em; - position: absolute; + font-size: 1em; left: 93%; + line-height: 1em; + margin-top: 0.25em; + position: absolute; } .charmancer .spell-item .classes { - font-size: 0.6em; float: right; + font-size: 0.6em; margin-right: 7%; } .charmancer .spell-item .classes span:not(:last-child)::after { - content: ", "; color: #000; + content: ", "; } .charmancer .spell-item .known { @@ -6150,12 +6305,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-item .existing[value="1"] ~ label input:not(:checked) ~ .name::before { + color: red; content: "r"; font-family: pictos; - color: red; font-style: normal; - padding-right: 0.3em; line-height: 1em; + padding-right: 0.3em; } .charmancer .spell-item .lock:not(:empty) ~ label *, @@ -6168,17 +6323,13 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-holder .controller:not(:empty) + .container { - height: 0; display: none; + height: 0; } .charmancer .spell-holder .spellinfo:not(:empty) { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; margin-top: 1em; } @@ -6187,13 +6338,13 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-holder .spellinfo div div { - width: 100%; padding-bottom: 0.3em; + width: 100%; } .charmancer .spell-holder .spellinfo p { - margin: 0; font-size: 1em; + margin: 0; } .charmancer .pagelock:empty + .spellslide * { @@ -6201,8 +6352,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .replace-info span { - font-family: pictos; color: red; + font-family: pictos; } .charmancer .asi-row .asi, @@ -6211,20 +6362,18 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .switch-container { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .charmancer .asi-row .switch-tab { - width: 50%; - border-color: #888; - border-style: solid; - border-radius: 4px 4px 0 0; - border-width: 1px; background-color: #aaa; - padding: 0.25em 0.5em; + border-color: #888; + border-radius: 4px 4px 0 0; + border-style: solid; + border-width: 1px; margin: 0; + padding: 0.25em 0.5em; + width: 50%; } .charmancer .asi-row .switch-tab input { @@ -6238,12 +6387,9 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder { - display: -webkit-box; - display: -ms-flexbox; display: flex; + flex-wrap: wrap; width: 100%; - -ms-flex-wrap: wrap; - flex-wrap: wrap; } .charmancer .asi-row .asi .abilities-holder div { @@ -6257,11 +6403,11 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder div div { - position: relative; - width: 1.2em; display: inline-block; - top: -0.3em; left: -0.5em; + position: relative; + top: -0.3em; + width: 1.2em; } .charmancer .asi-row .asi .abilities-holder div h5 { @@ -6270,12 +6416,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder div input { - font-weight: bold; - border: none; - width: 30%; - font-size: 2em; background-color: white; + border: none; color: black; + font-size: 2em; + font-weight: bold; + width: 30%; } .charmancer .asi-row .asi .abilities-holder div span { @@ -6285,33 +6431,33 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder .spinner { - position: absolute; - left: 0; - height: 12px; - padding: 0; - font-size: 12px; - line-height: 0; - width: 100%; border-radius: 0; + font-size: 12px; + height: 12px; + left: 0; + line-height: 0; + padding: 0; + position: absolute; + width: 100%; } .charmancer .asi-row .asi .abilities-holder .up-spinner { - bottom: 0; border-bottom-width: 0; border-radius: 2px 2px 0 0; + bottom: 0; } .charmancer .asi-row .asi .abilities-holder .down-spinner { - top: 0; border-radius: 0 0 2px 2px; + top: 0; } .charsheet .charmancer .choices h2 span { + color: #888; display: block; font-size: 16px; font-weight: normal; line-height: normal; - color: #888; margin: -8px 0 8px; } @@ -6321,19 +6467,17 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .asi-row .asi .abilities-holder .lock-down:not(:empty) ~ div .down-spinner, .charmancer .asi-row .asi .abilities-holder .lock-up:not(:empty) ~ div .up-spinner { - pointer-events: none; - color: rgba(0, 0, 0, 0.3); background-color: rgba(232, 232, 232, 0.3); + color: rgba(0, 0, 0, 0.3); + pointer-events: none; } .charmancer .lp-summary { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 100%; - min-height: 200px; border: 1px solid black; + display: flex; margin-bottom: 2em; + min-height: 200px; + width: 100%; } .charmancer .lp-summary div { @@ -6341,8 +6485,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .lp-summary div div { - width: 100%; padding-top: 0.5em; + width: 100%; } .charmancer .lp-summary .before { @@ -6350,13 +6494,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .lp-summary div h2 { - width: 100%; - color: white; border-bottom: 1px solid black; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding-left: 0.5em; + box-sizing: border-box; + color: white; font-size: 1.5em; + padding-left: 0.5em; + width: 100%; } .charmancer .lp-summary .before h2 { @@ -6377,18 +6520,16 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .lp-summary .ability-row { - width: 100%; - display: -webkit-box; - display: -ms-flexbox; display: flex; - padding: 0; font-size: 1.2em; + padding: 0; + width: 100%; } .charmancer .lp-summary .ability-row div { - width: 16.6%; - text-align: center; padding: 0; + text-align: center; + width: 16.6%; } .charmancer .lp-summary .ability-row h5 { @@ -6453,8 +6594,9 @@ body:not(:-moz-handler-blocked) .charmancer .bottombar { .pc div.global-dmg div.display span.subheader { display: inline; + margin-left: 3px; padding-right: 0px; - width: 50%; + width: calc(50% - 3px); } .pc div.global-dmg div.display span.subheader span { @@ -6463,8 +6605,7 @@ body:not(:-moz-handler-blocked) .charmancer .bottombar { } div.globaldisplay { - width: 80%; - background-color: #EFEFEF; + background-color: #efefef; border-bottom-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; @@ -6476,8 +6617,8 @@ div.globaldisplay { padding-right: 4px; padding-top: 3px; text-align: left; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; + width: 80%; } div.globaldisplay span { @@ -6485,14 +6626,14 @@ div.globaldisplay span { } .pc .global-mod .options-flag:not(:checked) ~ .display .title { - background-color: #EFEFEF; + background-color: #efefef; border-bottom-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; font-size: 9px; font-weight: bold; - line-height: 16px; height: 16px; + line-height: 16px; padding-bottom: 3px; padding-left: 4px; padding-right: 4px; @@ -6501,7 +6642,7 @@ div.globaldisplay span { } .pc .global-mod .options-flag:not(:checked) ~ .display .subheader { - background-color: #EFEFEF; + background-color: #efefef; border-bottom-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; @@ -6531,8 +6672,8 @@ div.globaldisplay span { /* Level HP Bar */ .charmancer .levels-hp-row { background: #eee; - border-radius: 0.25em; border: 1px solid #aaa; + border-radius: 0.25em; margin: 0.5em 0; padding: 0.25em; position: relative; @@ -6540,8 +6681,8 @@ div.globaldisplay span { } .charmancer .levels-hp-row h2 { - line-height: normal; height: 1em; + line-height: normal; vertical-align: middle; } @@ -6558,8 +6699,8 @@ div.globaldisplay span { .charmancer .levels-hp-row button[name=act_class2_addhpAverage], .charmancer .levels-hp-row button[name=act_class3_addhpAverage], .charmancer .levels-hp-row button[name=act_class4_addhpAverage] { - vertical-align: middle; text-align: left; + vertical-align: middle; } /* Level HP expanded */ @@ -6575,8 +6716,8 @@ div.globaldisplay span { .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div { background: #fff; - display: inline-block; border-radius: 0 0 0.25em 0.25em; + display: inline-block; padding: 0; width: 100%; } @@ -6605,10 +6746,10 @@ div.globaldisplay span { /* DEV 1378 */ /* levels-multiclass is the div encompassing the overall class section of the levels slide */ -.charmancer .levels-multiclass .hide-multiclass[value="0"] ~ .row:nth-of-type(1n+2), -.charmancer .levels-multiclass .hide-multiclass[value="1"] ~ .row:nth-of-type(1n+3), -.charmancer .levels-multiclass .hide-multiclass[value="2"] ~ .row:nth-of-type(1n+4), -.charmancer .levels-multiclass .hide-multiclass[value="3"] ~ .row:nth-of-type(1n+5) { +.charmancer .levels-multiclass .hide-multiclass[value="0"] ~ .row:nth-of-type(1n + 2), +.charmancer .levels-multiclass .hide-multiclass[value="1"] ~ .row:nth-of-type(1n + 3), +.charmancer .levels-multiclass .hide-multiclass[value="2"] ~ .row:nth-of-type(1n + 4), +.charmancer .levels-multiclass .hide-multiclass[value="3"] ~ .row:nth-of-type(1n + 5) { display: none; } @@ -6621,10 +6762,10 @@ div.globaldisplay span { } .charmancer .levels-multiclass button { - margin: 0% 1%; font-weight: 500; - line-height: 18px; height: 18px; + line-height: 18px; + margin: 0% 1%; } .charmancer .levels-multiclass h2 { @@ -6639,8 +6780,8 @@ div.globaldisplay span { .charmancer .levels-multiclass .multiclass_message { display: inline-block; - width: auto; margin-right: 25%; + width: auto; } .charmancer .levels-multiclass .levels-message { @@ -6667,7 +6808,7 @@ div.globaldisplay span { .charmancer .levels-multiclass .hp-flag[value=average] ~ div > button[name*=averagehp], .charmancer .levels-multiclass .hp-flag[value=roll] ~ button[name*=rollhp], .charmancer .levels-multiclass .hp-flag[value=average] ~ button[name*=averagehp] { - background-color: #EC2127; + background-color: #ec2127; color: #fff; } @@ -6678,14 +6819,14 @@ div.globaldisplay span { .charmancer .compendium-class-name { font-family: "Times New Roman", Times, serif; font-size: 28px; - text-transform: capitalize; font-variant: small-caps; font-weight: bold; + text-transform: capitalize; } .charmancer .lock-custom-class[value="1"] ~ .class1_container { + background-color: #e8e8e8; pointer-events: none; - background-color: #E8E8E8; } .charmancer .lock-custom-class[value="1"] ~ .class1_container input, @@ -6704,18 +6845,18 @@ div.globaldisplay span { .charmancer .lock-custom-class[value="1"] ~ .class1_container .custom_warning { display: block; - margin-bottom: 10px; font-weight: bold; + margin-bottom: 10px; } /* The hidden checkbox to expanded or collapse the by level */ .charmancer .levels-hp-row input.hpbylevel-toggle { - opacity: 0; display: inline-block !important; - width: 1.5em; height: 1.5em; + opacity: 0; position: absolute; right: 0.25em; + width: 1.5em; z-index: 1; } @@ -6724,20 +6865,16 @@ div.globaldisplay span { display: inline-block; font-family: pictos; font-size: 1.5em; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); position: absolute; right: 0.25em; top: 9px; + transform: rotate(90deg); z-index: 0; } .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); margin-left: 0.4em; + transform: rotate(-90deg); } /* Toggles to expand & collapse the HP by levels */ @@ -6758,8 +6895,8 @@ div.globaldisplay span { } .charmancer button.step.disabled { - pointer-events: none; opacity: 0.3; + pointer-events: none; } .utilityrow label span span { @@ -6783,8 +6920,8 @@ div.globaldisplay span { .charmancer .choices .subclass2_features_title, .charmancer .choices .subclass3_features_title, .charmancer .choices .subclass4_features_title { - margin-top: 0.5em; display: inline-block !important; + margin-top: 0.5em; } /* styling the featured slide's spell selection */ @@ -6793,10 +6930,10 @@ div.globaldisplay span { } .charmancer .choices .utilityrow .result { - font-weight: normal; - margin-bottom: -0.25em; display: block; font-size: 13px; + font-weight: normal; + margin-bottom: -0.25em; } .charmancer p.prereq span { @@ -6816,26 +6953,28 @@ div.globaldisplay span { width: auto; } .charsheet .subcontainer .roll-hitdie select { - border-bottom: 1px solid #D3D3D3; - border-top: 0px; - border-left: 0px; - border-right: 0px; - background: none; - -webkit-box-shadow: none; - box-shadow: none; -webkit-appearance: none; -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; border-radius: 0px; + border-right: 0px; + border-top: 0px; + -webkit-box-shadow: none; + box-shadow: none; color: black; display: inline-block; font-size: 12px; - width: 15px; - padding: 0px; - margin: 0px; - line-height: 18px; height: 18px; + line-height: 18px; + margin: 0px; + padding: 0px; + width: 15px; } -.charsheet .subcontainer .roll-hitdie input[value="12"] + select, .charsheet .subcontainer .roll-hitdie input[value="10"] + select { +.charsheet .subcontainer .roll-hitdie input[value="12"] + select, +.charsheet .subcontainer .roll-hitdie input[value="10"] + select { width: initial; } @@ -6845,9 +6984,9 @@ div.globaldisplay span { /* NPC & MONSTER TEMPLATE */ } .licensecontainer .container:not(.npc) div.page > div.header { + height: 140px; margin-left: -50px; width: 850px; - height: 140px; } .licensecontainer .advantagetoggle { top: 140px; @@ -6855,45 +6994,45 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) div.page.core > div.header, .licensecontainer .container:not(.npc) div.page.options > div.header { background: url("https://app.roll20.net/images/dndstyling/CharScroll.svg"); + background-position: 2px center; background-repeat: no-repeat; background-size: cover; - background-position: 2px center; } .licensecontainer .container:not(.npc) div.page.bio > div.header { background: url("https://app.roll20.net/images/dndstyling/BioScroll.svg"); + background-position: 2px center; background-repeat: no-repeat; background-size: cover; - background-position: 2px center; } .licensecontainer .container:not(.npc) div.page.spells > div.header { background: url("https://app.roll20.net/images/dndstyling/SpellScroll.svg"); + background-position: 2px center; background-repeat: no-repeat; background-size: cover; - background-position: 2px center; } .licensecontainer .container:not(.npc) div.page > div.header::after { + background: url("https://app.roll20.net/images/dndstyling/ScrollRight.svg"); + background-position: right center; + background-repeat: no-repeat; + background-size: 100% 100%; content: ""; - width: 30px; height: 162px; position: absolute; right: -60px; - background: url("https://app.roll20.net/images/dndstyling/ScrollRight.svg"); - background-repeat: no-repeat; - background-position: right center; - background-size: 100% 100%; + width: 30px; } .licensecontainer .container:not(.npc) div.page div.header div.name-container { - width: 250px; display: inline-block; margin-left: 60px; margin-top: 72px; + width: 250px; } .licensecontainer .container:not(.npc) div.page div.header div.name-container img { display: none; } .licensecontainer .container:not(.npc) div.page div.header div.name-container span { - margin-top: 16px; margin-left: 35px; + margin-top: 16px; } .licensecontainer .container:not(.npc) div.header-info { border: none; @@ -6910,9 +7049,9 @@ div.globaldisplay span { width: 140px !important; } .licensecontainer .container:not(.npc) div.header-info div.hlabel-container input[name=attr_experience] { - width: 98px !important; margin-bottom: 0; text-align: left; + width: 98px !important; } .licensecontainer .container:not(.npc) div.header-info div.hlabel-container input[name=attr_age] { width: 100px !important; @@ -6940,8 +7079,7 @@ div.globaldisplay span { border: none; } .licensecontainer .container:not(.npc) div.spells div.header-info div.part select[name=attr_spellcasting_ability] { - -moz-text-align-last: center; - text-align-last: center; + text-align-last: center; } .licensecontainer .container:not(.npc) div.header div.part span.display { border: none; @@ -6959,57 +7097,54 @@ div.globaldisplay span { .licensecontainer div.npc div.triangle, .licensecontainer div.triangle { border: none; - border-top: 3px solid transparent; border-bottom: 3px solid transparent; - border-left: 360px solid #7e2d40; - margin-top: 5px; + border-left: 360px solid rgb(126, 45, 64); + border-top: 3px solid transparent; margin-bottom: 5px; + margin-top: 5px; } .licensecontainer .container.pc .header .options-flag { - top: 45px; right: -15px; + top: 45px; } .licensecontainer .container.pc .header .options-flag + span { - top: 45px; right: -15px; + top: 45px; } .licensecontainer .container.pc .header .header-info { - margin-top: 30px; - margin-left: 51px; background: url("https://app.roll20.net/images/dndstyling/CharBox.svg"); background-position: 0; - padding: 14px; background-size: cover; + margin-left: 51px; + margin-top: 30px; + padding: 14px; } .licensecontainer .container.pc .spells .header .header-info { background-image: url("https://app.roll20.net/images/dndstyling/SpellBox.svg"); - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; - -ms-flex-pack: distribute; - justify-content: space-around; + justify-content: space-around; } .licensecontainer .container.pc .spells .header .header-info .part { background: url("https://app.roll20.net/images/dndstyling/SpellHeadBlock.svg"); background-position: top center; - background-size: contain; background-repeat: no-repeat; + background-size: contain; width: 30%; } .licensecontainer .container:not(.npc) .attributes-container { background: url("https://app.roll20.net/images/dndstyling/ability-back.svg"); - margin: 0 !important; background-repeat: no-repeat; background-size: cover; + margin: 0 !important; } .licensecontainer .container:not(.npc) .attr-container { - width: auto; - border: 0; - margin: 0 !important; - margin-top: 20px !important; background-position: top center !important; background-repeat: no-repeat !important; background-size: contain !important; + border: 0; + margin: 0 !important; + margin-top: 20px !important; + width: auto; } .licensecontainer .container:not(.npc) .attr-container { background: url("https://app.roll20.net/images/dndstyling/ability-STR.svg"); @@ -7022,7 +7157,7 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container { /* constitution is abbrivated CNS instead of CON - because windows has that term reserved */ + because windows has that term reserved */ background: url("https://app.roll20.net/images/dndstyling/ability-CNS.svg"); } .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container { @@ -7045,8 +7180,8 @@ div.globaldisplay span { top: -5px; } .licensecontainer .container:not(.npc) .attr-container .attr-mod { - border: none; background: transparent; + border: none; margin-top: -10px; } .licensecontainer .container:not(.npc) .attr-container .attr-mod .baseattr, @@ -7070,45 +7205,44 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .insp-prof-container .value, .licensecontainer .container:not(.npc) .insp-prof-container .label { - border: none; background: transparent; + border: none; } .licensecontainer .container:not(.npc) .insp-prof-container .value { - margin-top: 2px; margin-left: 3px; + margin-top: 2px; } .licensecontainer .container:not(.npc) .insp-prof-container .label { - width: calc(100% - 42px); margin-left: 0; margin-top: 5px; + width: calc(100% - 42px); } .licensecontainer .container:not(.npc) .insp-prof-container + .insp-prof-container .value { - margin-top: 8px; margin-left: 6px; + margin-top: 8px; } .licensecontainer .container:not(.npc) .insp-prof-container + .insp-prof-container .label { - width: calc(100% - 42px); margin-left: -3px; margin-top: 10px; + width: calc(100% - 42px); } .licensecontainer .container:not(.npc) .saving-throw-container, .licensecontainer .container:not(.npc) .skills-container { - position: relative; - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 5px 5px 15px; border: 10px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/saves.svg"); - border-image-slice: 65 10; - border-image-width: auto; border-image-repeat: round; + border-image-slice: 65 10; + border-image-source: url("https://app.roll20.net/images/dndstyling/saves.svg"); + border-image-width: auto; + box-sizing: border-box; + padding: 5px 5px 15px; + position: relative; } .licensecontainer .container:not(.npc) .saving-throw-container .label, .licensecontainer .container:not(.npc) .skills-container .label { + bottom: -5px; + margin: 0 -5px; position: absolute; width: 100%; - bottom: -5px; - margin: 0 calc(-5px); } .licensecontainer .container:not(.npc) .core .col2 .vitals { position: relative; @@ -7119,31 +7253,25 @@ div.globaldisplay span { z-index: 1; } .licensecontainer .container:not(.npc) .core .col2 .vitals:after { - content: ""; border: 10px solid; - border-image-source: url(https://app.roll20.net/images/dndstyling/vitals.svg); border-image-slice: 10 fill; - -webkit-box-sizing: border-box; - box-sizing: border-box; + border-image-source: url(https://app.roll20.net/images/dndstyling/vitals.svg); + box-sizing: border-box; + content: ""; + height: 100%; + left: 0; position: absolute; top: 0; - left: 0; width: 100%; - height: 100%; } .licensecontainer .container:not(.npc) .ac-init-speed-container, .licensecontainer .container:not(.npc) .hdice-dsaves-container { - width: 100% !important; + box-sizing: border-box; + display: flex; + justify-content: space-between; margin: 0; padding: 10px 8px 0; - -webkit-box-sizing: border-box; - box-sizing: border-box; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + width: 100% !important; } .licensecontainer .container:not(.npc) .hdice-dsaves-container { padding: 0 8px 10px; @@ -7153,25 +7281,25 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .ac-init-speed-container .ac { background: url("https://app.roll20.net/images/dndstyling/AC.svg"); - background-repeat: no-repeat; background-position: center center; + background-repeat: no-repeat; background-size: contain; - min-height: 75px !important; border: 0 !important; + min-height: 75px !important; } .licensecontainer .container:not(.npc) .ac-init-speed-container .ac input { margin-top: 10px; } .licensecontainer .container:not(.npc) .ac-init-speed-container .ac .pc-ac { - width: 50% !important; - margin: 0 auto; line-height: 8px !important; + margin: 0 auto; + width: 50% !important; } .licensecontainer .container:not(.npc) .ac-init-speed-container .init, .licensecontainer .container:not(.npc) .ac-init-speed-container .speed { background: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); - background-repeat: no-repeat; background-position: center center; + background-repeat: no-repeat; background-size: contain; border: 0 !important; min-height: 75px !important; @@ -7180,8 +7308,8 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) .ac-init-speed-container .init button, .licensecontainer .container:not(.npc) .ac-init-speed-container .speed .label, .licensecontainer .container:not(.npc) .hp .label { - position: absolute; bottom: 5px; + position: absolute; } .licensecontainer .container:not(.npc) .ac-init-speed-container .init span, .licensecontainer .container:not(.npc) .ac-init-speed-container .speed input { @@ -7189,15 +7317,15 @@ div.globaldisplay span { margin-top: 15px; } .licensecontainer .container:not(.npc) .hp { - position: relative; background: url("https://app.roll20.net/images/dndstyling/vital-top.svg"); - background-repeat: no-repeat; background-position: center center; + background-repeat: no-repeat; background-size: contain; border: 0 !important; - width: calc(100% - 16px); height: 95px; margin: 5px 8px 0; + position: relative; + width: calc(100% - 16px); } .licensecontainer .container:not(.npc) .hp .top { padding-top: 3px; @@ -7210,44 +7338,42 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .hp + .hp { background: url("https://app.roll20.net/images/dndstyling/vital-bottom.svg"); - background-repeat: no-repeat; background-position: center center; + background-repeat: no-repeat; background-size: contain; - min-height: 70px; margin: 0 8px 5px; + min-height: 70px; } .licensecontainer .container:not(.npc) .subcontainer { --topNotchSize: 7px; --bottomNotchSize: 6px; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin-top: 5px; - width: 49%; background: #fff; border: 5px solid black; - border-top-width: 2px; border-bottom-width: 2px; - border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); - border-image-slice: 15 15; - border-image-width: auto; border-image-repeat: round; - -webkit-clip-path: polygon(0% var(--topNotchSize), var(--topNotchSize) 0%, calc(100% - var(--topNotchSize)) 0%, 100% var(--topNotchSize), 100% calc(100% - var(--bottomNotchSize)), calc(100% - var(--bottomNotchSize)) 100%, var(--bottomNotchSize) 100%, 0% calc(100% - var(--bottomNotchSize))); - clip-path: polygon(0% var(--topNotchSize), var(--topNotchSize) 0%, calc(100% - var(--topNotchSize)) 0%, 100% var(--topNotchSize), 100% calc(100% - var(--bottomNotchSize)), calc(100% - var(--bottomNotchSize)) 100%, var(--bottomNotchSize) 100%, 0% calc(100% - var(--bottomNotchSize))); + border-image-slice: 15 15; + border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); + border-image-width: auto; + border-top-width: 2px; + box-sizing: border-box; + clip-path: polygon(0% var(--topNotchSize), var(--topNotchSize) 0%, calc(100% - var(--topNotchSize)) 0%, 100% var(--topNotchSize), 100% calc(100% - var(--bottomNotchSize)), calc(100% - var(--bottomNotchSize)) 100%, var(--bottomNotchSize) 100%, 0% calc(100% - var(--bottomNotchSize))); + margin-top: 5px; + width: 49%; } .licensecontainer .container:not(.npc) .subcontainer .row-container input[type=checkbox] { - margin: 0px -2px; - border-radius: 50%; - border: 2px solid #000 !important; - width: 1em; - height: 1em; - background-color: white; - vertical-align: middle; -webkit-appearance: none; - outline: none; + background-color: white; + border: 2px solid #000 !important; + border-radius: 50%; cursor: pointer; + height: 1em; + margin: 0px -2px; + outline: none; + vertical-align: middle; + width: 1em; } .licensecontainer .container:not(.npc) .subcontainer .row-container input[type=checkbox]:checked { - background-color: #EC2127; + background-color: #ec2127; } .licensecontainer .container:not(.npc) .subcontainer .top input { width: 60px !important; @@ -7257,19 +7383,18 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) .traits, .licensecontainer .container:not(.npc) .equipment, .licensecontainer .container:not(.npc) .exhaustion { - -webkit-box-sizing: border-box; - box-sizing: border-box; - width: 100%; - margin-top: 10px; border: 5px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/5eBorder.svg"); - border-image-slice: 6% 8% 12% 8%; - border-image-width: 16px 19px 35px 19px; border-image-repeat: round; + border-image-slice: 6% 8% 12% 8%; + border-image-source: url("https://app.roll20.net/images/dndstyling/5eBorder.svg"); + border-image-width: 16px 19px 35px 19px; + box-sizing: border-box; + margin-top: 10px; + width: 100%; } .licensecontainer .container:not(.npc) .display button * { - min-width: 15%; max-width: 33%; + min-width: 15%; } .licensecontainer .container:not(.npc) .col1 > .insp-prof-container { background-image: url("https://app.roll20.net/images/dndstyling/perception.svg"); @@ -7278,42 +7403,40 @@ div.globaldisplay span { background-size: contain; } .licensecontainer .container:not(.npc) .col1 > .insp-prof-container .value { - margin-top: 3px; margin-left: 5px; + margin-top: 3px; } .licensecontainer .container:not(.npc) .col1 > .insp-prof-container .label { - position: absolute; - width: calc(33% - 42px) !important; margin-left: 0; margin-top: 5px; + position: absolute; + width: calc(33% - 42px) !important; } .licensecontainer .container:not(.npc) .tool_proficiencies { - -webkit-box-sizing: border-box; - box-sizing: border-box; - width: 100%; - margin-top: 5px; border: 5px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/proficiency-block.svg"); - border-image-slice: 5 10; - border-image-width: 15px; border-image-repeat: round; + border-image-slice: 5 10; + border-image-source: url("https://app.roll20.net/images/dndstyling/proficiency-block.svg"); + border-image-width: 15px; + box-sizing: border-box; + margin-top: 5px; + width: 100%; } .licensecontainer .container:not(.npc) .proficiencies .display button * { - min-width: 33%; max-width: 50%; + min-width: 33%; } .licensecontainer .container:not(.npc) .pibf { - position: relative; - -webkit-box-sizing: border-box; - box-sizing: border-box; - width: 100%; - min-height: 6em; - margin-top: 5px; border: 15px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/vital-top.svg"); - border-image-slice: 35 15; - border-image-width: auto; border-image-repeat: round; + border-image-slice: 35 15; + border-image-source: url("https://app.roll20.net/images/dndstyling/vital-top.svg"); + border-image-width: auto; + box-sizing: border-box; + margin-top: 5px; + min-height: 6em; + position: relative; + width: 100%; } .licensecontainer .container:not(.npc) .pibf + .pibf { border-image-source: url("https://app.roll20.net/images/dndstyling/vital-mid.svg"); @@ -7328,49 +7451,49 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .pibf .options-flag, .licensecontainer .container:not(.npc) .pibf .options-flag ~ span { - top: -5px; right: -10px; + top: -5px; } .licensecontainer .container:not(.npc) .pibf .label { - position: absolute; - top: unset !important; - right: unset !important; bottom: -10px; + position: absolute; + right: unset !important; + top: unset !important; } .licensecontainer .container:not(.npc) .coin { + background-color: transparent; background-image: url("https://app.roll20.net/images/dndstyling/copper.svg"); background-position: center center; background-repeat: no-repeat; background-size: contain; border: none; border-radius: 0; - margin: 5px 0; - background-color: transparent; - position: relative; - left: -9px; height: 30px; + left: -9px; + margin: 5px 0; + position: relative; width: 75px; } .licensecontainer .container:not(.npc) .coin .label { - position: relative; - margin: 0; - top: 5px; - left: 22px; - width: 15px; - height: 20px; - text-indent: -40px; - font-size: 6px; - line-height: 20px; - vertical-align: middle; background-image: url("https://app.roll20.net/images/dndstyling/copper.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; + font-size: 6px; + height: 20px; + left: 22px; + line-height: 20px; + margin: 0; + position: relative; + text-indent: -40px; + top: 5px; + vertical-align: middle; + width: 15px; } .licensecontainer .container:not(.npc) .coin input { + left: 17px; position: relative; top: 5px; - left: 17px; width: 35px; } .licensecontainer .container:not(.npc) .coin + .coin { @@ -7404,30 +7527,29 @@ div.globaldisplay span { width: 68px; } .licensecontainer .container:not(.npc) .bio .textbox { - -webkit-box-sizing: border-box; - box-sizing: border-box; - width: 100%; - margin-top: 10px; border: 5px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/5eBorder.svg"); - border-image-slice: 32 25; - border-image-width: auto; border-image-repeat: round; + border-image-slice: 32 25; + border-image-source: url("https://app.roll20.net/images/dndstyling/5eBorder.svg"); + border-image-width: auto; + box-sizing: border-box; + margin-top: 10px; text-align: center; + width: 100%; } .licensecontainer .container:not(.npc) .bio .col1 .textbox + .textbox textarea { min-height: 640px !important; } .licensecontainer .container:not(.npc) .bio .textbox textarea { + background: transparent; margin: 0 auto; text-align: left; width: calc(100% - 20px); - background: transparent; } .licensecontainer .container:not(.npc) .spell-level { background: url("https://app.roll20.net/images/dndstyling/SpellLevel.svg"); - background-repeat: no-repeat; background-position: center center; + background-repeat: no-repeat; background-size: cover; height: 50px; } @@ -7440,8 +7562,8 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) .spell-level .total, .licensecontainer .container:not(.npc) .spell-level .expended, .licensecontainer .container:not(.npc) .spell-level .cantrips { - border: 0; background: transparent; + border: 0; position: relative; top: 11px; } @@ -7459,16 +7581,10 @@ div.globaldisplay span { width: unset; } .licensecontainer .npc_toggle[value="1"] ~ .npc { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-sizing: border-box; - box-sizing: border-box; - display: -webkit-inline-box; - display: -ms-inline-flexbox; + align-items: flex-start; + box-sizing: border-box; display: inline-flex; - -ms-flex-flow: wrap; - flex-flow: wrap; + flex-flow: wrap; margin-bottom: 2%; min-width: 100%; } @@ -7482,21 +7598,15 @@ div.globaldisplay span { width: 100%; } .licensecontainer .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .body { - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; - -ms-flex-flow: wrap; - flex-flow: wrap; + flex-flow: wrap; margin-top: 0px; max-width: 95%; - width: -webkit-fit-content; - width: -moz-fit-content; width: fit-content; } .licensecontainer .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .body .col { background: #fff; - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-width: 32%; @@ -7505,8 +7615,7 @@ div.globaldisplay span { .licensecontainer .npc_toggle[value="1"] ~ .npc .actions, .licensecontainer .npc_toggle[value="1"] ~ .npc .stat-block { background: #fff; - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; margin-right: 2em; max-width: 30%; min-width: 385px; @@ -7520,77 +7629,62 @@ div.globaldisplay span { /* CHARACTERMANCER */ div.charmancer .logos { - display: -webkit-box; - display: -ms-flexbox; display: flex; - width: 100%; - text-align: center; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; + flex-flow: column; margin-bottom: 1em; + text-align: center; + width: 100%; } div.charmancer .charmancer-logo { - margin: 0 auto; background: url("https://s3.amazonaws.com/files.d20.io/images/175804954/NpVwmiRV0kYn9jOSipyXyA/med.png?1604618290"); background-position: center; - background-size: contain; background-repeat: no-repeat; - display: -webkit-box; - display: -ms-flexbox; + background-size: contain; display: flex; - width: 70%; height: 5em; + margin: 0 auto; + width: 70%; } div.charmancer .compendium-logo { - margin: 0 auto; background: url("https://app.roll20.net/images/dndstyling/DnDlogored.png"); background-position: center; - background-size: contain; background-repeat: no-repeat; - display: -webkit-box; - display: -ms-flexbox; + background-size: contain; display: flex; - width: 50%; height: 3em; + margin: 0 auto; + width: 50%; } div.charmancer .expansions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 100%; - margin: 1em 0; - padding: 1em; background: #eee; border-radius: 0.5em; + display: flex; + margin: 1em 0; + padding: 1em; + width: 100%; } div.charmancer .expansions p { - display: -webkit-box; - display: -ms-flexbox; display: flex; width: 100%; } div.charmancer .meta-info-container, div.charmancer .summary-container { - -webkit-box-sizing: border-box; - box-sizing: border-box; - width: 100% !important; - padding: 0.5em; border: 10px solid black !important; - border-image-source: url("https://app.roll20.net/images/dndstyling/D&D-border.png") !important; - border-image-slice: 20 32 !important; - border-image-width: auto !important; border-image-repeat: round !important; + border-image-slice: 20 32 !important; + border-image-source: url("https://app.roll20.net/images/dndstyling/D&D-border.png") !important; + border-image-width: auto !important; + box-sizing: border-box; + padding: 0.5em; + width: 100% !important; } div.charmancer .info .compendium-page { - -webkit-box-sizing: border-box; - box-sizing: border-box; border: 10px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/D&D-border.png"); - border-image-slice: 20 32; - border-image-width: auto; border-image-repeat: round; + border-image-slice: 20 32; + border-image-source: url("https://app.roll20.net/images/dndstyling/D&D-border.png"); + border-image-width: auto; + box-sizing: border-box; } div.charmancer .row { border: 0 !important; @@ -7599,13 +7693,13 @@ div.charmancer .row + .row::before, div.charmancer .holder .row::before, div.charmancer .randomize-trait .row::before, div.charmancer .randomize-traits .randomize-trait:last-child .row::after { - content: ""; - margin-bottom: 1em; - display: block; border: none; - border-top: 3px solid transparent; border-bottom: 3px solid transparent; - border-left: 300px solid #7e2d40; + border-left: 300px solid rgb(126, 45, 64); + border-top: 3px solid transparent; + content: ""; + display: block; + margin-bottom: 1em; } div.charmancer .randomize-traits .randomize-trait:last-child .row::after { margin-bottom: 0; @@ -7616,42 +7710,25 @@ div.charmancer .row .row::before { margin: 0; } div.charmancer .row div.row { - padding: 0.1em 1.5em 0.1em 0; margin-left: 0; + padding: 0.1em 1.5em 0.1em 0; } div.charmancer .topbar { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + flex-flow: column; + justify-content: space-between; } div.charmancer .topbar .topbar-container { - width: 100%; border: 0; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; + width: 100%; } div.charmancer .attr-container { - -webkit-box-orient: vertical; - -webkit-box-direction: reverse; - -ms-flex-flow: column-reverse; - flex-flow: column-reverse; - min-width: 15%; - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; + align-content: space-evenly; display: inline-flex !important; - -ms-flex-line-pack: space-evenly; - align-content: space-evenly; + flex-flow: column-reverse; + min-width: 15%; } div.charmancer .summary:nth-child(even) { background: #eee; @@ -7669,1636 +7746,2033 @@ div.charmancer .summary:nth-child(even) { .charsheet input.licensedsheet[value="1"] ~ .compendium_warning, .charsheet input.licensedsheet[value="1"] ~ .monster_confirm, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm { - position: absolute !important; - padding: 2em 0 !important; - min-height: -webkit-max-content; - min-height: -moz-max-content; - min-height: max-content; - -webkit-box-shadow: 0 0 50px #000; - box-shadow: 0 0 50px #000; border: 2px solid #000 !important; border-radius: 0.5em; + box-shadow: 0 0 50px #000; + min-height: max-content; + padding: 2em 0 !important; + position: absolute !important; } .charsheet input.licensedsheet[value="1"] ~ .monster_confirm span:not(.yes), .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm span:not(.yes) { - font-weight: bold; font-size: 18px; + font-weight: bold; } .charsheet input.licensedsheet[value="1"] ~ .monster_confirm .yes, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm .yes { - color: #000; background-color: #eee; + color: #000; } .charsheet input.licensedsheet[value="1"] ~ .monster_confirm .yes:hover + .yes, .charsheet input.licensedsheet[value="1"] ~ .monster_confirm .yes:hover, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm .yes:hover + .yes, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm .yes:hover { + background-color: #ec2127; color: #fff; - background-color: #EC2127; cursor: pointer; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_0_] ~ .vehicleactions .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_1_] ~ .vehicleactions .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_2_] ~ .vehicleactions .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_3_] ~ .vehicleactions .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_4_] ~ .vehicleactions .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_5_] ~ .vehicleactions .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_6_] ~ .vehicleactions .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_7_] ~ .vehicleactions .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_8_] ~ .vehicleactions .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_9_] ~ .vehicleactions .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_10_] ~ .vehicleactions .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_11_] ~ .vehicleactions .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_12_] ~ .vehicleactions .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_13_] ~ .vehicleactions .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_14_] ~ .vehicleactions .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_15_] ~ .vehicleactions .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_16_] ~ .vehicleactions .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_17_] ~ .vehicleactions .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_18_] ~ .vehicleactions .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_19_] ~ .vehicleactions .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_20_] ~ .vehicleactions .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_21_] ~ .vehicleactions .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_22_] ~ .vehicleactions .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_23_] ~ .vehicleactions .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_24_] ~ .vehicleactions .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_25_] ~ .vehicleactions .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_26_] ~ .vehicleactions .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_27_] ~ .vehicleactions .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_28_] ~ .vehicleactions .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_29_] ~ .vehicleactions .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_30_] ~ .vehicleactions .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_31_] ~ .vehicleactions .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_32_] ~ .vehicleactions .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_33_] ~ .vehicleactions .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_34_] ~ .vehicleactions .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_35_] ~ .vehicleactions .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_36_] ~ .vehicleactions .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_37_] ~ .vehicleactions .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_38_] ~ .vehicleactions .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_39_] ~ .vehicleactions .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_40_] ~ .vehicleactions .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_41_] ~ .vehicleactions .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_42_] ~ .vehicleactions .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_43_] ~ .vehicleactions .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_44_] ~ .vehicleactions .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_45_] ~ .vehicleactions .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_46_] ~ .vehicleactions .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_47_] ~ .vehicleactions .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_48_] ~ .vehicleactions .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_49_] ~ .vehicleactions .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_50_] ~ .vehicleactions .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_51_] ~ .vehicleactions .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_52_] ~ .vehicleactions .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_53_] ~ .vehicleactions .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_54_] ~ .vehicleactions .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_55_] ~ .vehicleactions .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_56_] ~ .vehicleactions .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_57_] ~ .vehicleactions .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_58_] ~ .vehicleactions .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_59_] ~ .vehicleactions .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_60_] ~ .vehicleactions .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_61_] ~ .vehicleactions .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_62_] ~ .vehicleactions .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_63_] ~ .vehicleactions .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_64_] ~ .vehicleactions .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_65_] ~ .vehicleactions .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_66_] ~ .vehicleactions .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_67_] ~ .vehicleactions .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_68_] ~ .vehicleactions .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_69_] ~ .vehicleactions .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_70_] ~ .vehicleactions .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_71_] ~ .vehicleactions .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_72_] ~ .vehicleactions .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_73_] ~ .vehicleactions .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_74_] ~ .vehicleactions .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_75_] ~ .vehicleactions .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_76_] ~ .vehicleactions .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_77_] ~ .vehicleactions .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_78_] ~ .vehicleactions .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_79_] ~ .vehicleactions .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_80_] ~ .vehicleactions .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_81_] ~ .vehicleactions .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_82_] ~ .vehicleactions .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_83_] ~ .vehicleactions .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_84_] ~ .vehicleactions .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_85_] ~ .vehicleactions .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_86_] ~ .vehicleactions .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_87_] ~ .vehicleactions .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_88_] ~ .vehicleactions .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_89_] ~ .vehicleactions .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_90_] ~ .vehicleactions .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_91_] ~ .vehicleactions .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_92_] ~ .vehicleactions .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_93_] ~ .vehicleactions .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_94_] ~ .vehicleactions .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_95_] ~ .vehicleactions .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_96_] ~ .vehicleactions .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_97_] ~ .vehicleactions .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_98_] ~ .vehicleactions .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_99_] ~ .vehicleactions .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleactions_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_0_] ~ .vehicleactions .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_1_] ~ .vehicleactions .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_2_] ~ .vehicleactions .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_3_] ~ .vehicleactions .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_4_] ~ .vehicleactions .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_5_] ~ .vehicleactions .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_6_] ~ .vehicleactions .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_7_] ~ .vehicleactions .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_8_] ~ .vehicleactions .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_9_] ~ .vehicleactions .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_10_] ~ .vehicleactions .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_11_] ~ .vehicleactions .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_12_] ~ .vehicleactions .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_13_] ~ .vehicleactions .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_14_] ~ .vehicleactions .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_15_] ~ .vehicleactions .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_16_] ~ .vehicleactions .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_17_] ~ .vehicleactions .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_18_] ~ .vehicleactions .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_19_] ~ .vehicleactions .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_20_] ~ .vehicleactions .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_21_] ~ .vehicleactions .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_22_] ~ .vehicleactions .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_23_] ~ .vehicleactions .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_24_] ~ .vehicleactions .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_25_] ~ .vehicleactions .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_26_] ~ .vehicleactions .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_27_] ~ .vehicleactions .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_28_] ~ .vehicleactions .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_29_] ~ .vehicleactions .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_30_] ~ .vehicleactions .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_31_] ~ .vehicleactions .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_32_] ~ .vehicleactions .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_33_] ~ .vehicleactions .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_34_] ~ .vehicleactions .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_35_] ~ .vehicleactions .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_36_] ~ .vehicleactions .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_37_] ~ .vehicleactions .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_38_] ~ .vehicleactions .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_39_] ~ .vehicleactions .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_40_] ~ .vehicleactions .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_41_] ~ .vehicleactions .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_42_] ~ .vehicleactions .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_43_] ~ .vehicleactions .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_44_] ~ .vehicleactions .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_45_] ~ .vehicleactions .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_46_] ~ .vehicleactions .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_47_] ~ .vehicleactions .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_48_] ~ .vehicleactions .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_49_] ~ .vehicleactions .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_50_] ~ .vehicleactions .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_51_] ~ .vehicleactions .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_52_] ~ .vehicleactions .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_53_] ~ .vehicleactions .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_54_] ~ .vehicleactions .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_55_] ~ .vehicleactions .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_56_] ~ .vehicleactions .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_57_] ~ .vehicleactions .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_58_] ~ .vehicleactions .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_59_] ~ .vehicleactions .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_60_] ~ .vehicleactions .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_61_] ~ .vehicleactions .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_62_] ~ .vehicleactions .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_63_] ~ .vehicleactions .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_64_] ~ .vehicleactions .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_65_] ~ .vehicleactions .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_66_] ~ .vehicleactions .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_67_] ~ .vehicleactions .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_68_] ~ .vehicleactions .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_69_] ~ .vehicleactions .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_70_] ~ .vehicleactions .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_71_] ~ .vehicleactions .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_72_] ~ .vehicleactions .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_73_] ~ .vehicleactions .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_74_] ~ .vehicleactions .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_75_] ~ .vehicleactions .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_76_] ~ .vehicleactions .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_77_] ~ .vehicleactions .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_78_] ~ .vehicleactions .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_79_] ~ .vehicleactions .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_80_] ~ .vehicleactions .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_81_] ~ .vehicleactions .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_82_] ~ .vehicleactions .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_83_] ~ .vehicleactions .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_84_] ~ .vehicleactions .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_85_] ~ .vehicleactions .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_86_] ~ .vehicleactions .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_87_] ~ .vehicleactions .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_88_] ~ .vehicleactions .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_89_] ~ .vehicleactions .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_90_] ~ .vehicleactions .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_91_] ~ .vehicleactions .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_92_] ~ .vehicleactions .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_93_] ~ .vehicleactions .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_94_] ~ .vehicleactions .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_95_] ~ .vehicleactions .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_96_] ~ .vehicleactions .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_97_] ~ .vehicleactions .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_98_] ~ .vehicleactions .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_99_] ~ .vehicleactions .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_0_] ~ .bonusactions .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_1_] ~ .bonusactions .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_2_] ~ .bonusactions .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_3_] ~ .bonusactions .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_4_] ~ .bonusactions .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_5_] ~ .bonusactions .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_6_] ~ .bonusactions .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_7_] ~ .bonusactions .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_8_] ~ .bonusactions .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_9_] ~ .bonusactions .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_10_] ~ .bonusactions .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_11_] ~ .bonusactions .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_12_] ~ .bonusactions .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_13_] ~ .bonusactions .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_14_] ~ .bonusactions .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_15_] ~ .bonusactions .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_16_] ~ .bonusactions .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_17_] ~ .bonusactions .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_18_] ~ .bonusactions .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_19_] ~ .bonusactions .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_20_] ~ .bonusactions .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_21_] ~ .bonusactions .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_22_] ~ .bonusactions .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_23_] ~ .bonusactions .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_24_] ~ .bonusactions .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_25_] ~ .bonusactions .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_26_] ~ .bonusactions .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_27_] ~ .bonusactions .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_28_] ~ .bonusactions .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_29_] ~ .bonusactions .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_30_] ~ .bonusactions .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_31_] ~ .bonusactions .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_32_] ~ .bonusactions .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_33_] ~ .bonusactions .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_34_] ~ .bonusactions .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_35_] ~ .bonusactions .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_36_] ~ .bonusactions .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_37_] ~ .bonusactions .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_38_] ~ .bonusactions .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_39_] ~ .bonusactions .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_40_] ~ .bonusactions .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_41_] ~ .bonusactions .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_42_] ~ .bonusactions .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_43_] ~ .bonusactions .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_44_] ~ .bonusactions .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_45_] ~ .bonusactions .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_46_] ~ .bonusactions .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_47_] ~ .bonusactions .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_48_] ~ .bonusactions .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_49_] ~ .bonusactions .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_50_] ~ .bonusactions .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_51_] ~ .bonusactions .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_52_] ~ .bonusactions .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_53_] ~ .bonusactions .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_54_] ~ .bonusactions .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_55_] ~ .bonusactions .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_56_] ~ .bonusactions .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_57_] ~ .bonusactions .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_58_] ~ .bonusactions .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_59_] ~ .bonusactions .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_60_] ~ .bonusactions .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_61_] ~ .bonusactions .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_62_] ~ .bonusactions .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_63_] ~ .bonusactions .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_64_] ~ .bonusactions .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_65_] ~ .bonusactions .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_66_] ~ .bonusactions .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_67_] ~ .bonusactions .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_68_] ~ .bonusactions .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_69_] ~ .bonusactions .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_70_] ~ .bonusactions .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_71_] ~ .bonusactions .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_72_] ~ .bonusactions .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_73_] ~ .bonusactions .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_74_] ~ .bonusactions .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_75_] ~ .bonusactions .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_76_] ~ .bonusactions .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_77_] ~ .bonusactions .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_78_] ~ .bonusactions .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_79_] ~ .bonusactions .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_80_] ~ .bonusactions .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_81_] ~ .bonusactions .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_82_] ~ .bonusactions .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_83_] ~ .bonusactions .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_84_] ~ .bonusactions .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_85_] ~ .bonusactions .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_86_] ~ .bonusactions .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_87_] ~ .bonusactions .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_88_] ~ .bonusactions .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_89_] ~ .bonusactions .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_90_] ~ .bonusactions .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_91_] ~ .bonusactions .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_92_] ~ .bonusactions .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_93_] ~ .bonusactions .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_94_] ~ .bonusactions .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_95_] ~ .bonusactions .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_96_] ~ .bonusactions .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_97_] ~ .bonusactions .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_98_] ~ .bonusactions .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_99_] ~ .bonusactions .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_0_] ~ .bonusactions .repcontainer > .repitem:nth-child(1) .npc_options { @@ -9701,604 +10175,6004 @@ div.charmancer .summary:nth-child(even) { display: block; width: 100%; } +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_0_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_1_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_2_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_3_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_4_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_5_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_6_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_7_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_8_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_9_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_10_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_11_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_12_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_13_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_14_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_15_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_16_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_17_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_18_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_19_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_20_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_21_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_22_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_23_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_24_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_25_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_26_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_27_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_28_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_29_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_30_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_31_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_32_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_33_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_34_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_35_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_36_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_37_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_38_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_39_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_40_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_41_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_42_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_43_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_44_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_45_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_46_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_47_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_48_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_49_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_50_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_51_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_52_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_53_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_54_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_55_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_56_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_57_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_58_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_59_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_60_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_61_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_62_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_63_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_64_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_65_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_66_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_67_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_68_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_69_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_70_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_71_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_72_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_73_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_74_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_75_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_76_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_77_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_78_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_79_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_80_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_81_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_82_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_83_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_84_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_85_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_86_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_87_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_88_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_89_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_90_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_91_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_92_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_93_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_94_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_95_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_96_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_97_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_98_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_99_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-bow_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_0_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_1_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_2_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_3_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_4_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_5_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_6_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_7_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_8_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_9_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_10_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_11_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_12_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_13_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_14_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_15_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_16_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_17_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_18_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_19_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_20_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_21_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_22_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_23_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_24_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_25_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_26_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_27_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_28_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_29_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_30_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_31_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_32_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_33_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_34_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_35_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_36_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_37_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_38_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_39_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_40_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_41_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_42_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_43_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_44_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_45_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_46_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_47_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_48_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_49_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_50_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_51_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_52_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_53_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_54_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_55_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_56_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_57_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_58_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_59_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_60_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_61_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_62_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_63_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_64_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_65_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_66_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_67_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_68_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_69_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_70_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_71_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_72_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_73_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_74_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_75_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_76_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_77_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_78_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_79_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_80_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_81_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_82_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_83_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_84_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_85_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_86_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_87_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_88_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_89_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_90_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_91_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_92_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_93_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_94_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_95_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_96_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_97_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_98_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_99_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_0_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_1_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_2_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_3_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_4_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_5_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_6_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_7_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_8_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_9_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_10_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_11_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_12_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_13_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_14_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_15_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_16_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_17_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_18_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_19_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_20_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_21_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_22_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_23_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_24_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_25_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_26_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_27_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_28_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_29_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_30_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_31_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_32_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_33_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_34_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_35_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_36_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_37_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_38_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_39_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_40_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_41_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_42_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_43_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_44_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_45_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_46_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_47_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_48_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_49_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_50_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_51_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_52_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_53_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_54_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_55_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_56_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_57_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_58_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_59_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_60_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_61_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_62_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_63_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_64_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_65_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_66_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_67_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_68_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_69_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_70_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_71_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_72_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_73_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_74_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_75_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_76_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_77_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_78_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_79_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_80_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_81_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_82_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_83_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_84_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_85_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_86_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_87_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_88_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_89_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_90_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_91_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_92_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_93_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_94_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_95_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_96_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_97_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_98_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_99_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-port_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_0_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_1_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_2_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_3_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_4_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_5_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_6_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_7_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_8_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_9_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_10_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_11_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_12_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_13_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_14_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_15_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_16_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_17_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_18_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_19_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_20_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_21_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_22_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_23_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_24_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_25_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_26_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_27_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_28_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_29_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_30_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_31_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_32_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_33_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_34_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_35_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_36_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_37_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_38_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_39_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_40_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_41_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_42_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_43_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_44_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_45_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_46_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_47_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_48_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_49_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_50_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_51_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_52_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_53_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_54_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_55_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_56_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_57_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_58_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_59_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_60_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_61_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_62_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_63_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_64_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_65_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_66_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_67_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_68_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_69_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_70_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_71_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_72_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_73_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_74_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_75_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_76_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_77_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_78_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_79_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_80_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_81_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_82_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_83_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_84_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_85_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_86_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_87_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_88_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_89_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_90_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_91_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_92_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_93_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_94_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_95_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_96_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_97_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_98_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_99_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_0_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_1_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_2_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_3_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_4_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_5_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_6_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_7_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_8_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_9_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_10_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_11_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_12_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_13_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_14_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_15_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_16_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_17_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_18_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_19_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_20_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_21_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_22_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_23_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_24_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_25_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_26_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_27_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_28_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_29_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_30_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_31_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_32_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_33_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_34_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_35_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_36_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_37_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_38_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_39_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_40_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_41_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_42_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_43_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_44_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_45_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_46_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_47_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_48_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_49_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_50_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_51_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_52_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_53_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_54_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_55_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_56_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_57_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_58_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_59_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_60_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_61_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_62_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_63_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_64_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_65_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_66_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_67_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_68_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_69_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_70_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_71_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_72_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_73_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_74_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_75_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_76_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_77_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_78_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_79_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_80_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_81_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_82_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_83_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_84_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_85_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_86_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_87_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_88_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_89_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_90_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_91_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_92_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_93_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_94_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_95_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_96_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_97_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_98_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_99_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-starboard_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_0_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_1_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_2_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_3_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_4_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_5_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_6_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_7_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_8_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_9_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_10_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_11_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_12_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_13_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_14_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_15_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_16_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_17_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_18_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_19_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_20_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_21_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_22_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_23_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_24_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_25_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_26_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_27_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_28_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_29_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_30_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_31_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_32_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_33_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_34_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_35_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_36_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_37_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_38_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_39_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_40_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_41_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_42_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_43_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_44_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_45_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_46_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_47_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_48_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_49_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_50_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_51_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_52_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_53_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_54_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_55_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_56_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_57_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_58_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_59_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_60_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_61_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_62_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_63_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_64_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_65_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_66_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_67_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_68_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_69_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_70_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_71_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_72_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_73_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_74_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_75_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_76_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_77_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_78_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_79_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_80_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_81_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_82_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_83_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_84_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_85_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_86_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_87_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_88_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_89_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_90_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_91_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_92_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_93_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_94_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_95_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_96_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_97_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_98_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_99_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_0_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_1_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_2_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_3_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_4_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_5_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_6_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_7_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_8_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_9_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_10_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_11_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_12_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_13_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_14_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_15_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_16_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_17_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_18_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_19_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_20_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_21_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_22_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_23_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_24_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_25_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_26_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_27_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_28_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_29_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_30_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_31_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_32_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_33_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_34_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_35_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_36_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_37_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_38_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_39_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_40_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_41_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_42_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_43_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_44_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_45_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_46_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_47_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_48_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_49_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_50_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_51_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_52_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_53_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_54_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_55_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_56_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_57_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_58_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_59_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_60_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_61_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_62_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_63_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_64_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_65_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_66_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_67_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_68_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_69_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_70_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_71_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_72_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_73_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_74_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_75_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_76_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_77_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_78_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_79_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_80_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_81_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_82_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_83_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_84_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_85_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_86_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_87_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_88_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_89_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_90_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_91_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_92_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_93_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_94_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_95_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_96_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_97_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_98_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_99_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-stern_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_0_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_1_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_2_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_3_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_4_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_5_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_6_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_7_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_8_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_9_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_10_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_11_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_12_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_13_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_14_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_15_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_16_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_17_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_18_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_19_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_20_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_21_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_22_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_23_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_24_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_25_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_26_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_27_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_28_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_29_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_30_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_31_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_32_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_33_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_34_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_35_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_36_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_37_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_38_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_39_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_40_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_41_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_42_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_43_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_44_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_45_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_46_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_47_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_48_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_49_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_50_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_51_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_52_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_53_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_54_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_55_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_56_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_57_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_58_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_59_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_60_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_61_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_62_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_63_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_64_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_65_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_66_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_67_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_68_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_69_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_70_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_71_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_72_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_73_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_74_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_75_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_76_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_77_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_78_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_79_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_80_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_81_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_82_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_83_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_84_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_85_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_86_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_87_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_88_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_89_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_90_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_91_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_92_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_93_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_94_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_95_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_96_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_97_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_98_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_99_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_0_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_1_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_2_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_3_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_4_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_5_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_6_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_7_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_8_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_9_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_10_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_11_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_12_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_13_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_14_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_15_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_16_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_17_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_18_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_19_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_20_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_21_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_22_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_23_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_24_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_25_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_26_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_27_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_28_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_29_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_30_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_31_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_32_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_33_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_34_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_35_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_36_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_37_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_38_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_39_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_40_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_41_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_42_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_43_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_44_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_45_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_46_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_47_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_48_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_49_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_50_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_51_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_52_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_53_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_54_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_55_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_56_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_57_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_58_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_59_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_60_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_61_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_62_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_63_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_64_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_65_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_66_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_67_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_68_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_69_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_70_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_71_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_72_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_73_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_74_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_75_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_76_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_77_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_78_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_79_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_80_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_81_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_82_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_83_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_84_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_85_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_86_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_87_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_88_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_89_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_90_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_91_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_92_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_93_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_94_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_95_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_96_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_97_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_98_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_99_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleofficer_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_0_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_1_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_2_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_3_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_4_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_5_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_6_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_7_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_8_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_9_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_10_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_11_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_12_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_13_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_14_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_15_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_16_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_17_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_18_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_19_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_20_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_21_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_22_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_23_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_24_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_25_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_26_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_27_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_28_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_29_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_30_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_31_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_32_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_33_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_34_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_35_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_36_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_37_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_38_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_39_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_40_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_41_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_42_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_43_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_44_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_45_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_46_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_47_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_48_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_49_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_50_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_51_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_52_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_53_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_54_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_55_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_56_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_57_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_58_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_59_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_60_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_61_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_62_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_63_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_64_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_65_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_66_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_67_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_68_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_69_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_70_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_71_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_72_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_73_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_74_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_75_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_76_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_77_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_78_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_79_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_80_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_81_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_82_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_83_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_84_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_85_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_86_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_87_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_88_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_89_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_90_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_91_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_92_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_93_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_94_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_95_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_96_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_97_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_98_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_99_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_0_] ~ .vehicleammo .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_1_] ~ .vehicleammo .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_2_] ~ .vehicleammo .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_3_] ~ .vehicleammo .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_4_] ~ .vehicleammo .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_5_] ~ .vehicleammo .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_6_] ~ .vehicleammo .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_7_] ~ .vehicleammo .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_8_] ~ .vehicleammo .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_9_] ~ .vehicleammo .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_10_] ~ .vehicleammo .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_11_] ~ .vehicleammo .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_12_] ~ .vehicleammo .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_13_] ~ .vehicleammo .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_14_] ~ .vehicleammo .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_15_] ~ .vehicleammo .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_16_] ~ .vehicleammo .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_17_] ~ .vehicleammo .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_18_] ~ .vehicleammo .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_19_] ~ .vehicleammo .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_20_] ~ .vehicleammo .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_21_] ~ .vehicleammo .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_22_] ~ .vehicleammo .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_23_] ~ .vehicleammo .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_24_] ~ .vehicleammo .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_25_] ~ .vehicleammo .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_26_] ~ .vehicleammo .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_27_] ~ .vehicleammo .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_28_] ~ .vehicleammo .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_29_] ~ .vehicleammo .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_30_] ~ .vehicleammo .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_31_] ~ .vehicleammo .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_32_] ~ .vehicleammo .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_33_] ~ .vehicleammo .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_34_] ~ .vehicleammo .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_35_] ~ .vehicleammo .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_36_] ~ .vehicleammo .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_37_] ~ .vehicleammo .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_38_] ~ .vehicleammo .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_39_] ~ .vehicleammo .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_40_] ~ .vehicleammo .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_41_] ~ .vehicleammo .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_42_] ~ .vehicleammo .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_43_] ~ .vehicleammo .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_44_] ~ .vehicleammo .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_45_] ~ .vehicleammo .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_46_] ~ .vehicleammo .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_47_] ~ .vehicleammo .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_48_] ~ .vehicleammo .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_49_] ~ .vehicleammo .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_50_] ~ .vehicleammo .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_51_] ~ .vehicleammo .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_52_] ~ .vehicleammo .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_53_] ~ .vehicleammo .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_54_] ~ .vehicleammo .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_55_] ~ .vehicleammo .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_56_] ~ .vehicleammo .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_57_] ~ .vehicleammo .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_58_] ~ .vehicleammo .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_59_] ~ .vehicleammo .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_60_] ~ .vehicleammo .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_61_] ~ .vehicleammo .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_62_] ~ .vehicleammo .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_63_] ~ .vehicleammo .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_64_] ~ .vehicleammo .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_65_] ~ .vehicleammo .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_66_] ~ .vehicleammo .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_67_] ~ .vehicleammo .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_68_] ~ .vehicleammo .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_69_] ~ .vehicleammo .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_70_] ~ .vehicleammo .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_71_] ~ .vehicleammo .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_72_] ~ .vehicleammo .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_73_] ~ .vehicleammo .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_74_] ~ .vehicleammo .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_75_] ~ .vehicleammo .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_76_] ~ .vehicleammo .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_77_] ~ .vehicleammo .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_78_] ~ .vehicleammo .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_79_] ~ .vehicleammo .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_80_] ~ .vehicleammo .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_81_] ~ .vehicleammo .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_82_] ~ .vehicleammo .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_83_] ~ .vehicleammo .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_84_] ~ .vehicleammo .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_85_] ~ .vehicleammo .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_86_] ~ .vehicleammo .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_87_] ~ .vehicleammo .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_88_] ~ .vehicleammo .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_89_] ~ .vehicleammo .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_90_] ~ .vehicleammo .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_91_] ~ .vehicleammo .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_92_] ~ .vehicleammo .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_93_] ~ .vehicleammo .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_94_] ~ .vehicleammo .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_95_] ~ .vehicleammo .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_96_] ~ .vehicleammo .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_97_] ~ .vehicleammo .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_98_] ~ .vehicleammo .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_99_] ~ .vehicleammo .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleammo_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_0_] ~ .vehicleammo .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_1_] ~ .vehicleammo .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_2_] ~ .vehicleammo .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_3_] ~ .vehicleammo .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_4_] ~ .vehicleammo .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_5_] ~ .vehicleammo .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_6_] ~ .vehicleammo .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_7_] ~ .vehicleammo .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_8_] ~ .vehicleammo .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_9_] ~ .vehicleammo .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_10_] ~ .vehicleammo .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_11_] ~ .vehicleammo .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_12_] ~ .vehicleammo .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_13_] ~ .vehicleammo .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_14_] ~ .vehicleammo .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_15_] ~ .vehicleammo .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_16_] ~ .vehicleammo .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_17_] ~ .vehicleammo .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_18_] ~ .vehicleammo .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_19_] ~ .vehicleammo .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_20_] ~ .vehicleammo .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_21_] ~ .vehicleammo .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_22_] ~ .vehicleammo .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_23_] ~ .vehicleammo .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_24_] ~ .vehicleammo .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_25_] ~ .vehicleammo .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_26_] ~ .vehicleammo .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_27_] ~ .vehicleammo .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_28_] ~ .vehicleammo .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_29_] ~ .vehicleammo .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_30_] ~ .vehicleammo .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_31_] ~ .vehicleammo .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_32_] ~ .vehicleammo .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_33_] ~ .vehicleammo .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_34_] ~ .vehicleammo .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_35_] ~ .vehicleammo .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_36_] ~ .vehicleammo .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_37_] ~ .vehicleammo .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_38_] ~ .vehicleammo .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_39_] ~ .vehicleammo .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_40_] ~ .vehicleammo .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_41_] ~ .vehicleammo .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_42_] ~ .vehicleammo .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_43_] ~ .vehicleammo .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_44_] ~ .vehicleammo .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_45_] ~ .vehicleammo .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_46_] ~ .vehicleammo .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_47_] ~ .vehicleammo .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_48_] ~ .vehicleammo .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_49_] ~ .vehicleammo .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_50_] ~ .vehicleammo .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_51_] ~ .vehicleammo .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_52_] ~ .vehicleammo .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_53_] ~ .vehicleammo .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_54_] ~ .vehicleammo .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_55_] ~ .vehicleammo .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_56_] ~ .vehicleammo .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_57_] ~ .vehicleammo .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_58_] ~ .vehicleammo .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_59_] ~ .vehicleammo .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_60_] ~ .vehicleammo .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_61_] ~ .vehicleammo .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_62_] ~ .vehicleammo .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_63_] ~ .vehicleammo .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_64_] ~ .vehicleammo .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_65_] ~ .vehicleammo .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_66_] ~ .vehicleammo .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_67_] ~ .vehicleammo .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_68_] ~ .vehicleammo .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_69_] ~ .vehicleammo .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_70_] ~ .vehicleammo .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_71_] ~ .vehicleammo .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_72_] ~ .vehicleammo .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_73_] ~ .vehicleammo .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_74_] ~ .vehicleammo .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_75_] ~ .vehicleammo .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_76_] ~ .vehicleammo .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_77_] ~ .vehicleammo .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_78_] ~ .vehicleammo .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_79_] ~ .vehicleammo .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_80_] ~ .vehicleammo .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_81_] ~ .vehicleammo .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_82_] ~ .vehicleammo .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_83_] ~ .vehicleammo .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_84_] ~ .vehicleammo .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_85_] ~ .vehicleammo .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_86_] ~ .vehicleammo .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_87_] ~ .vehicleammo .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_88_] ~ .vehicleammo .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_89_] ~ .vehicleammo .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_90_] ~ .vehicleammo .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_91_] ~ .vehicleammo .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_92_] ~ .vehicleammo .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_93_] ~ .vehicleammo .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_94_] ~ .vehicleammo .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_95_] ~ .vehicleammo .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_96_] ~ .vehicleammo .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_97_] ~ .vehicleammo .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_98_] ~ .vehicleammo .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_99_] ~ .vehicleammo .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_0_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_1_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_2_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_3_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_4_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_5_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_6_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_7_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_8_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_9_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_10_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_11_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_12_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_13_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_14_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_15_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_16_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_17_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_18_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_19_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_20_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_21_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_22_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_23_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_24_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_25_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_26_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_27_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_28_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_29_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_30_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_31_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_32_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_33_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_34_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_35_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_36_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_37_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_38_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_39_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_40_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_41_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_42_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_43_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_44_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_45_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_46_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_47_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_48_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_49_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_50_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_51_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_52_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_53_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_54_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_55_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_56_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_57_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_58_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_59_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_60_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_61_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_62_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_63_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_64_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_65_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_66_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_67_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_68_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_69_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_70_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_71_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_72_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_73_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_74_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_75_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_76_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_77_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_78_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_79_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_80_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_81_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_82_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_83_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_84_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_85_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_86_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_87_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_88_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_89_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_90_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_91_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_92_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_93_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_94_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_95_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_96_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_97_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_98_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_99_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleupgrade_edit + span { + color: black; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_0_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(1) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_1_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(2) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_2_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(3) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_3_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(4) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_4_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(5) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_5_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(6) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_6_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(7) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_7_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(8) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_8_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(9) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_9_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(10) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_10_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(11) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_11_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(12) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_12_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(13) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_13_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(14) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_14_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(15) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_15_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(16) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_16_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(17) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_17_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(18) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_18_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(19) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_19_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(20) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_20_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(21) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_21_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(22) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_22_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(23) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_23_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(24) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_24_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(25) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_25_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(26) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_26_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(27) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_27_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(28) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_28_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(29) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_29_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(30) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_30_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(31) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_31_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(32) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_32_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(33) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_33_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(34) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_34_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(35) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_35_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(36) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_36_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(37) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_37_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(38) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_38_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(39) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_39_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(40) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_40_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(41) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_41_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(42) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_42_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(43) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_43_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(44) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_44_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(45) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_45_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(46) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_46_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(47) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_47_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(48) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_48_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(49) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_49_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(50) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_50_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(51) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_51_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(52) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_52_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(53) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_53_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(54) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_54_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(55) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_55_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(56) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_56_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(57) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_57_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(58) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_58_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(59) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_59_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(60) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_60_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(61) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_61_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(62) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_62_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(63) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_63_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(64) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_64_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(65) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_65_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(66) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_66_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(67) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_67_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(68) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_68_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(69) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_69_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(70) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_70_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(71) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_71_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(72) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_72_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(73) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_73_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(74) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_74_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(75) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_75_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(76) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_76_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(77) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_77_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(78) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_78_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(79) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_79_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(80) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_80_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(81) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_81_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(82) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_82_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(83) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_83_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(84) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_84_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(85) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_85_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(86) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_86_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(87) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_87_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(88) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_88_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(89) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_89_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(90) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_90_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(91) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_91_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(92) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_92_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(93) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_93_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(94) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_94_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(95) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_95_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(96) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_96_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(97) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_97_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(98) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_98_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(99) .npc_options { + display: block; + width: 100%; +} +.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_99_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(100) .npc_options { + display: block; + width: 100%; +} .npc .npc_ui_flags[value*=repeating_npctrait_edit_0_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(1) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_1_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(2) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_2_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(3) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_3_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(4) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_4_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(5) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_5_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(6) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_6_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(7) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_7_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(8) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_8_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(9) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_9_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(10) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_10_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(11) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_11_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(12) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_12_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(13) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_13_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(14) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_14_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(15) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_15_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(16) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_16_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(17) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_17_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(18) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_18_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(19) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_19_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(20) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_20_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(21) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_21_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(22) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_22_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(23) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_23_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(24) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_24_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(25) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_25_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(26) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_26_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(27) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_27_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(28) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_28_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(29) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_29_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(30) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_30_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(31) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_31_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(32) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_32_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(33) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_33_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(34) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_34_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(35) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_35_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(36) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_36_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(37) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_37_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(38) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_38_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(39) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_39_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(40) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_40_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(41) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_41_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(42) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_42_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(43) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_43_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(44) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_44_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(45) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_45_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(46) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_46_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(47) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_47_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(48) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_48_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(49) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_49_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(50) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_50_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(51) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_51_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(52) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_52_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(53) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_53_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(54) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_54_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(55) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_55_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(56) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_56_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(57) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_57_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(58) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_58_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(59) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_59_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(60) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_60_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(61) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_61_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(62) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_62_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(63) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_63_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(64) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_64_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(65) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_65_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(66) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_66_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(67) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_67_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(68) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_68_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(69) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_69_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(70) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_70_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(71) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_71_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(72) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_72_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(73) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_73_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(74) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_74_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(75) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_75_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(76) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_76_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(77) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_77_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(78) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_78_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(79) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_79_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(80) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_80_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(81) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_81_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(82) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_82_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(83) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_83_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(84) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_84_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(85) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_85_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(86) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_86_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(87) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_87_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(88) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_88_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(89) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_89_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(90) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_90_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(91) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_91_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(92) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_92_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(93) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_93_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(94) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_94_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(95) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_95_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(96) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_96_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(97) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_97_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(98) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_98_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(99) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_99_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(100) .toggle_repeating_npctrait_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npctrait_edit_0_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(1) .npc_options { @@ -10703,602 +16577,402 @@ div.charmancer .summary:nth-child(even) { } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_0_] ~ .reaction .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_1_] ~ .reaction .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_2_] ~ .reaction .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_3_] ~ .reaction .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_4_] ~ .reaction .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_5_] ~ .reaction .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_6_] ~ .reaction .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_7_] ~ .reaction .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_8_] ~ .reaction .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_9_] ~ .reaction .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_10_] ~ .reaction .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_11_] ~ .reaction .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_12_] ~ .reaction .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_13_] ~ .reaction .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_14_] ~ .reaction .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_15_] ~ .reaction .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_16_] ~ .reaction .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_17_] ~ .reaction .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_18_] ~ .reaction .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_19_] ~ .reaction .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_20_] ~ .reaction .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_21_] ~ .reaction .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_22_] ~ .reaction .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_23_] ~ .reaction .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_24_] ~ .reaction .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_25_] ~ .reaction .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_26_] ~ .reaction .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_27_] ~ .reaction .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_28_] ~ .reaction .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_29_] ~ .reaction .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_30_] ~ .reaction .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_31_] ~ .reaction .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_32_] ~ .reaction .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_33_] ~ .reaction .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_34_] ~ .reaction .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_35_] ~ .reaction .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_36_] ~ .reaction .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_37_] ~ .reaction .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_38_] ~ .reaction .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_39_] ~ .reaction .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_40_] ~ .reaction .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_41_] ~ .reaction .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_42_] ~ .reaction .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_43_] ~ .reaction .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_44_] ~ .reaction .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_45_] ~ .reaction .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_46_] ~ .reaction .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_47_] ~ .reaction .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_48_] ~ .reaction .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_49_] ~ .reaction .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_50_] ~ .reaction .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_51_] ~ .reaction .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_52_] ~ .reaction .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_53_] ~ .reaction .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_54_] ~ .reaction .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_55_] ~ .reaction .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_56_] ~ .reaction .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_57_] ~ .reaction .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_58_] ~ .reaction .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_59_] ~ .reaction .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_60_] ~ .reaction .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_61_] ~ .reaction .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_62_] ~ .reaction .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_63_] ~ .reaction .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_64_] ~ .reaction .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_65_] ~ .reaction .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_66_] ~ .reaction .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_67_] ~ .reaction .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_68_] ~ .reaction .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_69_] ~ .reaction .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_70_] ~ .reaction .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_71_] ~ .reaction .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_72_] ~ .reaction .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_73_] ~ .reaction .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_74_] ~ .reaction .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_75_] ~ .reaction .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_76_] ~ .reaction .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_77_] ~ .reaction .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_78_] ~ .reaction .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_79_] ~ .reaction .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_80_] ~ .reaction .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_81_] ~ .reaction .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_82_] ~ .reaction .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_83_] ~ .reaction .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_84_] ~ .reaction .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_85_] ~ .reaction .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_86_] ~ .reaction .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_87_] ~ .reaction .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_88_] ~ .reaction .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_89_] ~ .reaction .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_90_] ~ .reaction .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_91_] ~ .reaction .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_92_] ~ .reaction .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_93_] ~ .reaction .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_94_] ~ .reaction .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_95_] ~ .reaction .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_96_] ~ .reaction .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_97_] ~ .reaction .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_98_] ~ .reaction .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_99_] ~ .reaction .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcreaction_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcreaction_edit_0_] ~ .reaction .repcontainer > .repitem:nth-child(1) .npc_options { @@ -11703,602 +17377,402 @@ div.charmancer .summary:nth-child(even) { } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_0_] ~ .legendary .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_1_] ~ .legendary .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_2_] ~ .legendary .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_3_] ~ .legendary .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_4_] ~ .legendary .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_5_] ~ .legendary .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_6_] ~ .legendary .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_7_] ~ .legendary .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_8_] ~ .legendary .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_9_] ~ .legendary .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_10_] ~ .legendary .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_11_] ~ .legendary .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_12_] ~ .legendary .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_13_] ~ .legendary .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_14_] ~ .legendary .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_15_] ~ .legendary .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_16_] ~ .legendary .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_17_] ~ .legendary .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_18_] ~ .legendary .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_19_] ~ .legendary .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_20_] ~ .legendary .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_21_] ~ .legendary .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_22_] ~ .legendary .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_23_] ~ .legendary .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_24_] ~ .legendary .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_25_] ~ .legendary .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_26_] ~ .legendary .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_27_] ~ .legendary .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_28_] ~ .legendary .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_29_] ~ .legendary .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_30_] ~ .legendary .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_31_] ~ .legendary .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_32_] ~ .legendary .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_33_] ~ .legendary .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_34_] ~ .legendary .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_35_] ~ .legendary .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_36_] ~ .legendary .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_37_] ~ .legendary .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_38_] ~ .legendary .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_39_] ~ .legendary .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_40_] ~ .legendary .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_41_] ~ .legendary .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_42_] ~ .legendary .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_43_] ~ .legendary .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_44_] ~ .legendary .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_45_] ~ .legendary .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_46_] ~ .legendary .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_47_] ~ .legendary .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_48_] ~ .legendary .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_49_] ~ .legendary .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_50_] ~ .legendary .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_51_] ~ .legendary .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_52_] ~ .legendary .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_53_] ~ .legendary .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_54_] ~ .legendary .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_55_] ~ .legendary .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_56_] ~ .legendary .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_57_] ~ .legendary .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_58_] ~ .legendary .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_59_] ~ .legendary .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_60_] ~ .legendary .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_61_] ~ .legendary .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_62_] ~ .legendary .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_63_] ~ .legendary .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_64_] ~ .legendary .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_65_] ~ .legendary .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_66_] ~ .legendary .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_67_] ~ .legendary .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_68_] ~ .legendary .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_69_] ~ .legendary .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_70_] ~ .legendary .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_71_] ~ .legendary .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_72_] ~ .legendary .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_73_] ~ .legendary .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_74_] ~ .legendary .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_75_] ~ .legendary .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_76_] ~ .legendary .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_77_] ~ .legendary .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_78_] ~ .legendary .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_79_] ~ .legendary .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_80_] ~ .legendary .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_81_] ~ .legendary .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_82_] ~ .legendary .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_83_] ~ .legendary .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_84_] ~ .legendary .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_85_] ~ .legendary .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_86_] ~ .legendary .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_87_] ~ .legendary .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_88_] ~ .legendary .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_89_] ~ .legendary .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_90_] ~ .legendary .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_91_] ~ .legendary .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_92_] ~ .legendary .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_93_] ~ .legendary .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_94_] ~ .legendary .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_95_] ~ .legendary .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_96_] ~ .legendary .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_97_] ~ .legendary .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_98_] ~ .legendary .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_99_] ~ .legendary .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction-l_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-l_edit_0_] ~ .legendary .repcontainer > .repitem:nth-child(1) .npc_options { @@ -12703,602 +18177,402 @@ div.charmancer .summary:nth-child(even) { } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_0_] ~ .mythic .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_1_] ~ .mythic .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_2_] ~ .mythic .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_3_] ~ .mythic .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_4_] ~ .mythic .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_5_] ~ .mythic .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_6_] ~ .mythic .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_7_] ~ .mythic .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_8_] ~ .mythic .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_9_] ~ .mythic .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_10_] ~ .mythic .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_11_] ~ .mythic .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_12_] ~ .mythic .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_13_] ~ .mythic .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_14_] ~ .mythic .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_15_] ~ .mythic .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_16_] ~ .mythic .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_17_] ~ .mythic .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_18_] ~ .mythic .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_19_] ~ .mythic .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_20_] ~ .mythic .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_21_] ~ .mythic .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_22_] ~ .mythic .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_23_] ~ .mythic .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_24_] ~ .mythic .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_25_] ~ .mythic .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_26_] ~ .mythic .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_27_] ~ .mythic .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_28_] ~ .mythic .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_29_] ~ .mythic .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_30_] ~ .mythic .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_31_] ~ .mythic .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_32_] ~ .mythic .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_33_] ~ .mythic .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_34_] ~ .mythic .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_35_] ~ .mythic .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_36_] ~ .mythic .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_37_] ~ .mythic .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_38_] ~ .mythic .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_39_] ~ .mythic .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_40_] ~ .mythic .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_41_] ~ .mythic .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_42_] ~ .mythic .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_43_] ~ .mythic .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_44_] ~ .mythic .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_45_] ~ .mythic .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_46_] ~ .mythic .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_47_] ~ .mythic .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_48_] ~ .mythic .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_49_] ~ .mythic .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_50_] ~ .mythic .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_51_] ~ .mythic .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_52_] ~ .mythic .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_53_] ~ .mythic .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_54_] ~ .mythic .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_55_] ~ .mythic .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_56_] ~ .mythic .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_57_] ~ .mythic .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_58_] ~ .mythic .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_59_] ~ .mythic .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_60_] ~ .mythic .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_61_] ~ .mythic .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_62_] ~ .mythic .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_63_] ~ .mythic .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_64_] ~ .mythic .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_65_] ~ .mythic .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_66_] ~ .mythic .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_67_] ~ .mythic .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_68_] ~ .mythic .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_69_] ~ .mythic .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_70_] ~ .mythic .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_71_] ~ .mythic .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_72_] ~ .mythic .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_73_] ~ .mythic .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_74_] ~ .mythic .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_75_] ~ .mythic .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_76_] ~ .mythic .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_77_] ~ .mythic .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_78_] ~ .mythic .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_79_] ~ .mythic .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_80_] ~ .mythic .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_81_] ~ .mythic .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_82_] ~ .mythic .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_83_] ~ .mythic .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_84_] ~ .mythic .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_85_] ~ .mythic .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_86_] ~ .mythic .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_87_] ~ .mythic .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_88_] ~ .mythic .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_89_] ~ .mythic .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_90_] ~ .mythic .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_91_] ~ .mythic .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_92_] ~ .mythic .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_93_] ~ .mythic .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_94_] ~ .mythic .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_95_] ~ .mythic .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_96_] ~ .mythic .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_97_] ~ .mythic .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_98_] ~ .mythic .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_99_] ~ .mythic .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction-m_edit + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; } .npc .npc_ui_flags[value*=repeating_npcaction-m_edit_0_] ~ .mythic .repcontainer > .repitem:nth-child(1) .npc_options { @@ -13702,7 +18976,36 @@ div.charmancer .summary:nth-child(even) { width: 100%; } .npc .actions .repitem:hover .toggle_repeating_npcaction_edit + span, +.npc .vehicleactions .repitem:hover .toggle_repeating_vehicleaction_edit + span, +.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_bow_edit + span, +.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_port_edit + span, +.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_starboard_edit + span, +.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_stern_edit + span, +.npc .vehicleofficer .repitem:hover .toggle_repeating_vehicleofficer_edit + span, +.npc .vehicleammo .repitem:hover .toggle_repeating_vehicleammo_edit + span, +.npc .vehicleupgrade .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, .npc .bonusactions .repitem:hover .toggle_repeating_npcbonusaction_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-bow_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-bow_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-bow_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-port_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-port_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-port_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-starboard_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-starboard_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-starboard_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-stern_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-stern_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-stern_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleofficer_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleofficer_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleofficer_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleammo_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleammo_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleammo_edit + span, +.npc .traits .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, .npc .traits .repitem:hover .toggle_repeating_npctrait_edit + span, .npc .reaction .repitem:hover .toggle_repeating_npctrait_edit + span, .npc .legendary .repitem:hover .toggle_repeating_npctrait_edit + span { @@ -13720,8 +19023,18 @@ div.charmancer .summary:nth-child(even) { display: none !important; } -.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child div.npc_options:focus-within, +.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child div.npc_options:focus-within, +.vehicleactions .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.vehicleactions .repcontainer .repitem:last-child div.npc_options:focus-within, +.vehicleweapon .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.vehicleweapon .repcontainer .repitem:last-child div.npc_options:focus-within, +.vehicleofficer .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.vehicleofficer .repcontainer .repitem:last-child div.npc_options:focus-within, +.vehicleammo .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.vehicleammo .repcontainer .repitem:last-child div.npc_options:focus-within, +.vehicleupgrade .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.vehicleupgrade .repcontainer .repitem:last-child div.npc_options:focus-within, .bonusactions .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, .bonusactions .repcontainer .repitem:last-child div.npc_options:focus-within, .traits .repcontainer .repitem:last-child .editing-repeating:empty ~ .trait div.npc_options, @@ -13736,8 +19049,18 @@ div.charmancer .summary:nth-child(even) { width: 100%; } -.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.vehicleweapon .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.vehicleweapon .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.vehicleofficer .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.vehicleofficer .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.vehicleammo .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.vehicleammo .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.vehicleupgrade .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.vehicleupgrade .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.vehicleactions .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.vehicleactions .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, .bonusactions .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, .bonusactions .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, .traits .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, @@ -13749,8 +19072,6 @@ div.charmancer .summary:nth-child(even) { .mythic .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, .mythic .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span { color: black; - display: -webkit-box; - display: -ms-flexbox; display: flex; pointer-events: none !important; } @@ -13785,14 +19106,14 @@ button[name=roll_rollstats] + button[name=act_clearstats] { .charsheet .charmancer .lp-summary.summary-container .before h2 { background-color: transparent; - color: black; border: 0; + color: black; } .charsheet .charmancer .lp-summary.summary-container .after h2 { background-color: transparent; - color: #7e2d40; border: 0; + color: #7e2d40; } .charsheet .charmancer .lp-summary.summary-container .highlight { @@ -13800,28 +19121,26 @@ button[name=roll_rollstats] + button[name=act_clearstats] { } .charsheet .charmancer .lp-summary.summary-container span.highlight { - font-weight: 700; color: #7e2d40; + font-weight: 700; } .charsheet .charmancer .lp-summary.summary-container .before { border-right: 2px solid #4a4a4a; } -.charsheet .charmancer .topbar div div, .charsheet .charmancer .leveler-topbar div div { - -ms-flex-preferred-size: 16%; - flex-basis: 16%; - -ms-flex-negative: 1; - flex-shrink: 1; - width: auto; - min-width: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; +.charsheet .charmancer .topbar div div, +.charsheet .charmancer .leveler-topbar div div { + flex-basis: 16%; + flex-grow: 1; + flex-shrink: 1; margin-left: 3px; + min-width: 0; + width: auto; } -.charsheet .charmancer .topbar div div:first-child, .charsheet .charmancer .leveler-topbar div div:first-child { +.charsheet .charmancer .topbar div div:first-child, +.charsheet .charmancer .leveler-topbar div div:first-child { margin-left: 0; } @@ -13834,8 +19153,6 @@ button[name=roll_rollstats] + button[name=act_clearstats] { } .charsheet .charmancer .topbar-container { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -13847,24 +19164,24 @@ button[name=roll_rollstats] + button[name=act_clearstats] { display: none; } .invalidXP .icon { - font-family: pictos; color: #ff9600; + display: block; + font-family: pictos; + font-size: 18px; position: absolute; right: 0; top: 0; - font-size: 18px; - display: block; } .invalidXP .message { - display: none; background-color: #ff9600; + border-radius: 5px; + display: none; + font-size: 13px; + font-weight: 400; + padding: 10px; position: absolute; right: -5px; top: 18px; - padding: 10px; - font-size: 13px; - font-weight: 400; - border-radius: 5px; white-space: nowrap; } .invalidXP .icon:hover + .message { @@ -13890,8 +19207,7 @@ input[name=attr_invalidXP][value="1"] ~ .invalidXP { .ellipsis { overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; white-space: nowrap; } @@ -13910,31 +19226,30 @@ input[name=attr_invalidXP][value="1"] ~ .invalidXP { .charsheet .charmancer .asi-row .switchval[value=asi] ~ .asi, .charsheet .charmancer .asi-row .switchval[value=feat] ~ .feat { - display: block; border-color: #888; + border-radius: 0 0 4px 4px; border-style: solid; border-width: 0 1px 1px 1px; - border-radius: 0 0 4px 4px; + display: block; padding: 1em; } .charmancer .asi-row .switchval[value=asi] ~ .switch-container .asi-tab, .charmancer .asi-row .switchval[value=feat] ~ .switch-container .feat-tab { - border-bottom-width: 0; background-color: white; + border-bottom-width: 0; } .spinnerloader { - width: 40%; - padding-right: 13px; - height: 100px; background-image: url("https://app.roll20.net/images/load.gif"); - background-repeat: no-repeat; background-position: center center; + background-repeat: no-repeat; + box-sizing: border-box; display: inline-block; - -webkit-box-sizing: border-box; - box-sizing: border-box; + height: 100px; + padding-right: 13px; position: relative; + width: 40%; } .spinner-toggle { @@ -13976,8 +19291,8 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ .npc .actiondamage { display: block; - margin-top: -10px; margin-bottom: 10px; + margin-top: -10px; } .npc .attack_options[value=on] ~ .actiondamage, @@ -13994,25 +19309,25 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ } .charsheet .spell .details .row .bold { - padding-right: 3px; margin-right: 0; + padding-right: 3px; } .charsheet .spell .output { - position: absolute; - font-family: pictos; - top: -2px; - right: 40px; - width: 18px; - height: 18px; - z-index: 2; background: none; border: none; + color: #a0a0a0; + display: none; + font-family: pictos; font-family: pictos; font-size: 20px; - display: none; font-size: 22px !important; - color: #A0A0A0; + height: 18px; + position: absolute; + right: 40px; + top: -2px; + width: 18px; + z-index: 2; } .charsheet .spell .output:before { @@ -14034,501 +19349,9 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ .hdice-dsaves-container .label[data-i18n=failures-u] { max-width: 60px; overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; + text-overflow: ellipsis; } -.charsheet .licensecontainer .new-hit-dice { - display: none !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .new-hit-dice { - display: block !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice { - width: 100% !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer:first-child { - display: none !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer { - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div { - width: 50%; - height: auto; - margin: 0; - text-align: center; - position: relative; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div .label { - display: block; - text-align: center; - width: 100%; - max-width: none; - margin-top: 5px; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div input { - width: 20px !important; - height: 20px !important; - margin: 2px 0 0 0 !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div:first-child:after { - content: ""; - width: 2px; - height: calc(100% - 20px); - background: #EEE; - top: 0; - right: -1px; - position: absolute; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > button { - position: absolute; - bottom: 0; - left: 50%; - -webkit-transform: translate(-50%); - -ms-transform: translate(-50%); - transform: translate(-50%); -} -.charsheet .licensecontainer .new-hit-dice { - position: relative; - padding-bottom: 10px; - position: relative; - padding-bottom: 10px; - border: 10px solid black; - border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); - border-image-slice: 30 fill; - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0 8px; -} -.charsheet .licensecontainer .new-hit-dice .hd-header { - overflow: hidden; -} -.charsheet .licensecontainer .new-hit-dice .hd-header span { - float: left; - width: 33.333333333%; - margin: 0; - text-align: left; - color: #A0A0A0; - font-weight: normal; - display: inline-block; - font-size: 9px; - text-transform: uppercase; -} -.charsheet .licensecontainer .new-hit-dice .repcontrol { - bottom: -12px; -} -.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_add { - display: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_edit { - padding: 0; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem { - overflow: hidden; - padding: 5px 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem:not(:first-of-type) { - border-top: 1px solid #CCC; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd { - display: inline-block; - position: relative; - background: #efefef; - border-radius: 4px 0 0 4px; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd span { - margin: 0; - color: black; - font-weight: 700; - font-size: 12px; - padding: 1px 2px; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd input { - position: absolute; - top: 0; - left: 0; - opacity: 0; - pointer-events: all; - width: 100% !important; - height: 100% !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:before { - content: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:hover span { - color: #ec2127; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input, .charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) { - width: 33.333333333% !important; - float: left; - text-align: left; - margin: 0; - padding: 0; - -webkit-box-sizing: border-box; - box-sizing: border-box; - outline: none; - font-size: 20px; - font-weight: 400; - border: 0; - background: none !important; - -webkit-box-shadow: none; - box-shadow: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input span, .charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) span { - font-size: 20px !important; - font-weight: 400 !important; - margin: 0 !important; - padding: 0 !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input { - padding-right: 20px; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="4"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="5"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="6"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="7"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="8"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="9"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="10"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="11"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="12"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd { - pointer-events: none !important; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd * { - pointer-events: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ input[name=attr_available], -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_size][value="0"] ~ input[name=attr_size] { - color: orange; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd { - pointer-events: none; - opacity: 0.35; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice { - position: relative; - z-index: 4; - margin-top: -10px; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button { - bottom: -20px; - left: 30%; - position: absolute; - text-align: center; - width: 40%; - font-size: 9px; - font-weight: 700; - -webkit-box-sizing: border-box; - box-sizing: border-box; - background: none; - outline: none; - border: 0; - padding: 0; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span { - display: inline-block; - vertical-align: bottom; - width: auto; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:before { - content: " ("; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:after { - content: ")"; -} -.charsheet .licensecontainer .hd-modal { - display: none; - position: absolute; - background: white; - z-index: 9999; - padding: 20px 0 0 0; - border: 1px solid #aaaaaa; - border-radius: 5px; - left: 50%; - -webkit-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); - overflow: hidden; - width: 250px; -} -.charsheet .licensecontainer .hd-modal .title { - color: #404040; - font-weight: bold; - margin-bottom: 10px; - padding: 5px; - font-size: 18px; - display: block; - padding: 0 20px; - position: relative; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -.charsheet .licensecontainer .hd-modal .title span { - display: inline-block; - text-transform: lowercase; -} -.charsheet .licensecontainer .hd-modal .title span:first-letter { - text-transform: capitalize; -} -.charsheet .licensecontainer .hd-modal .title button { - width: 16px; - height: 16px; - background-image: url(https://imgsrv.roll20.net/?src=https%3A//d3clqjduf2gvxg.cloudfront.net/css/themes/bootstrap/images/ui-icons_222222_256x240.png); - background-position: -96px -128px; - position: absolute; - top: 0; - right: 10px; - padding: 0; - background-color: transparent; - border: none; - opacity: 0.3; - outline: none; -} -.charsheet .licensecontainer .hd-modal .actions { - margin: 0.5em 0 0 0; - background-color: #f5f5f5; - padding: 5px 15px 5px; - border-top: 1px solid #ddd; - -webkit-box-shadow: inset 0 1px 0 #fff; - box-shadow: inset 0 1px 0 #fff; - padding: 20px; - text-align: right; -} -.charsheet .licensecontainer .hd-modal .actions button { - position: relative; - background: #efefef; - border: 1px solid black; - -webkit-box-shadow: none; - box-shadow: none; - border-radius: 3px; - text-shadow: none; - padding: 3px 10px; - font-size: 13px; -} -.charsheet .licensecontainer .hd-modal .actions button:before { - content: none; -} -.charsheet .licensecontainer .hd-modal .actions button input { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: all; - opacity: 0; -} -.charsheet .licensecontainer .hd-modal .actions button:hover { - color: black; - background-color: #e5e5e5; -} -.charsheet .licensecontainer .hd-modal .actions button:hover span { - color: black; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) { - display: none; - padding: 10px 20px 0 20px; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) *:not(strong) { - font-weight: normal; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) input ~ input[value="0"] ~ span { - color: red; - font-weight: bold; -} -.charsheet .licensecontainer .hd-modal div:not(.actions):not(:first-of-type) { - border-top: 1px solid #CCC; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) label span:not(:first-child) { - text-transform: lowercase; -} -.charsheet .licensecontainer .hd-modal .actions button { - opacity: 0.35; - pointer-events: none !important; -} -.charsheet .licensecontainer .hd-modal .actions button * { - pointer-events: none !important; -} -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button, -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button { - opacity: 1; - pointer-events: all !important; -} -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button *, -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button * { - pointer-events: all !important; -} .charsheet .licensecontainer input[name=attr_show_hit_dice][value~="4"] + .hd-modal { display: block; } @@ -14583,13 +19406,487 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ .charsheet .licensecontainer input[name=attr_show_hit_dice][value~="12"] + .hd-modal .hitdie-d12 { display: block; } +.charsheet .licensecontainer .new-hit-dice { + display: none !important; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .new-hit-dice { + display: block !important; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice { + width: 100% !important; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer:first-child { + display: none !important; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer { + display: flex; + position: relative; + width: 100%; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div { + height: auto; + margin: 0; + position: relative; + text-align: center; + width: 50%; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div .label { + display: block; + margin-top: 5px; + max-width: none; + text-align: center; + width: 100%; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div input { + height: 20px !important; + margin: 2px 0 0 0 !important; + width: 20px !important; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div:first-child:after { + background: #eee; + content: ""; + height: calc(100% - 20px); + position: absolute; + right: -1px; + top: 0; + width: 2px; +} +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > button { + bottom: 0; + left: 50%; + position: absolute; + transform: translate(-50%); +} +.charsheet .licensecontainer .new-hit-dice { + border: 10px solid black; + border-image-slice: 30 fill; + border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); + box-sizing: border-box; + margin: 0 8px; + padding-bottom: 10px; + padding-bottom: 10px; + position: relative; + position: relative; +} +.charsheet .licensecontainer .new-hit-dice .hd-header { + overflow: hidden; +} +.charsheet .licensecontainer .new-hit-dice .hd-header span { + color: #a0a0a0; + display: inline-block; + float: left; + font-size: 9px; + font-weight: normal; + margin: 0; + text-align: left; + text-transform: uppercase; + width: 33.333333333%; +} +.charsheet .licensecontainer .new-hit-dice .repcontrol { + bottom: -12px; +} +.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_add { + display: none !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_edit { + padding: 0; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="4"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="5"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="6"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="7"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="8"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="9"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="10"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="11"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="12"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd { + opacity: 0.35; + pointer-events: none; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem { + align-items: center; + display: flex; + overflow: hidden; + padding: 5px 0; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem:not(:first-of-type) { + border-top: 1px solid #ccc; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd { + background: #efefef; + border-radius: 4px 0 0 4px; + display: inline-block; + position: relative; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd span { + color: black; + font-size: 12px; + font-weight: 700; + margin: 0; + padding: 1px 2px; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd input { + height: 100% !important; + left: 0; + opacity: 0; + pointer-events: all; + position: absolute; + top: 0; + width: 100% !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:before { + content: none !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:hover span { + color: #ec2127; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input, +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) { + background: none !important; + border: 0; + box-shadow: none; + box-sizing: border-box; + float: left; + font-size: 20px; + font-weight: 400; + margin: 0; + outline: none; + padding: 0; + text-align: left; + width: 33.333333333% !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input span, +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) span { + font-size: 20px !important; + font-weight: 400 !important; + margin: 0 !important; + padding: 0 !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input { + padding-right: 20px; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd { + opacity: 0.35; + pointer-events: none !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd * { + pointer-events: none !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd:hover span { + color: black; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ input[name=attr_available], +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_size][value="0"] ~ input[name=attr_size] { + color: orange; +} +.charsheet .licensecontainer .new-hit-dice .show-hit-dice { + margin-top: -10px; + position: relative; + z-index: 4; +} +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button { + background: none; + border: 0; + bottom: -20px; + box-sizing: border-box; + font-size: 9px; + font-weight: 700; + left: 30%; + outline: none; + padding: 0; + position: absolute; + text-align: center; + width: 40%; +} +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span { + display: inline-block; + vertical-align: bottom; + width: auto; +} +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:before { + content: " ("; +} +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:after { + content: ")"; +} +.charsheet .licensecontainer .hd-modal { + background: white; + border: 1px solid rgb(170, 170, 170); + border-radius: 5px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); + display: none; + left: 50%; + overflow: hidden; + padding: 20px 0 0 0; + position: absolute; + transform: translate(-50%, -50%); + width: 250px; + z-index: 9999; +} +.charsheet .licensecontainer .hd-modal .title { + box-sizing: border-box; + color: #404040; + display: block; + font-size: 18px; + font-weight: bold; + margin-bottom: 10px; + padding: 5px; + padding: 0 20px; + position: relative; +} +.charsheet .licensecontainer .hd-modal .title span { + display: inline-block; + text-transform: lowercase; +} +.charsheet .licensecontainer .hd-modal .title span:first-letter { + text-transform: capitalize; +} +.charsheet .licensecontainer .hd-modal .title button { + background-color: transparent; + background-image: url(https://imgsrv.roll20.net/?src=https%3A//d3clqjduf2gvxg.cloudfront.net/css/themes/bootstrap/images/ui-icons_222222_256x240.png); + background-position: -96px -128px; + border: none; + height: 16px; + opacity: 0.3; + outline: none; + padding: 0; + position: absolute; + right: 10px; + top: 0; + width: 16px; +} +.charsheet .licensecontainer .hd-modal .actions { + background-color: #f5f5f5; + border-top: 1px solid #ddd; + box-shadow: inset 0 1px 0 #fff; + margin: 0.5em 0 0 0; + padding: 5px 15px 5px; + padding: 20px; + text-align: right; +} +.charsheet .licensecontainer .hd-modal .actions button { + background: #efefef; + border: 1px solid black; + border-radius: 3px; + box-shadow: none; + font-size: 13px; + padding: 3px 10px; + position: relative; + text-shadow: none; +} +.charsheet .licensecontainer .hd-modal .actions button:before { + content: none; +} +.charsheet .licensecontainer .hd-modal .actions button input { + height: 100%; + left: 0; + opacity: 0; + pointer-events: all; + position: absolute; + top: 0; + width: 100%; +} +.charsheet .licensecontainer .hd-modal .actions button:hover { + background-color: #e5e5e5; + color: black; +} +.charsheet .licensecontainer .hd-modal .actions button:hover span { + color: black; +} +.charsheet .licensecontainer .hd-modal div:not(.actions) { + display: none; + padding: 10px 20px 0 20px; +} +.charsheet .licensecontainer .hd-modal div:not(.actions) *:not(strong) { + font-weight: normal; +} +.charsheet .licensecontainer .hd-modal div:not(.actions) input ~ input[value="0"] ~ span { + color: red; + font-weight: bold; +} +.charsheet .licensecontainer .hd-modal div:not(.actions):not(:first-of-type) { + border-top: 1px solid #ccc; +} +.charsheet .licensecontainer .hd-modal div:not(.actions) label span:not(:first-child) { + text-transform: lowercase; +} +.charsheet .licensecontainer .hd-modal .actions button { + opacity: 0.35; + pointer-events: none !important; +} +.charsheet .licensecontainer .hd-modal .actions button * { + pointer-events: none !important; +} +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button, +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button { + opacity: 1; + pointer-events: all !important; +} +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button *, +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button * { + pointer-events: all !important; +} .licensecontainer .container:not(.npc) .equipment { padding-bottom: 40px; } .licensecontainer .container:not(.npc) .equipment .money { border-bottom: 1px solid #c9c9c9; - display: -ms-grid; display: grid; grid: 50px/auto auto auto auto auto; grid-column-gap: 5px; @@ -14609,25 +19906,24 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ .licensecontainer .container:not(.npc) .equipment .money .coin .label { color: black; font-size: 8px; - position: absolute; left: 20px; + position: absolute; text-indent: -30px; top: -20px; } .licensecontainer .container:not(.npc) .equipment .money .coin input { left: 0; - top: 6px; text-align: center; - z-index: 99999; + top: 6px; width: 100%; + z-index: 99999; } .licensecontainer .container:not(.npc) .equipment .money .coin:after { - border-image-source: url("https://raw.githubusercontent.com/mperes/Esper-Images/main/coin-amount.png"); border-image-slice: 50% 35; - border-width: 15px 10px; + border-image-source: url("https://raw.githubusercontent.com/mperes/Esper-Images/main/coin-amount.png"); border-style: solid; - -webkit-box-sizing: border-box; - box-sizing: border-box; + border-width: 15px 10px; + box-sizing: border-box; content: ""; display: block; height: 100%; @@ -14637,8 +19933,7 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ width: 100%; } .licensecontainer .container:not(.npc) .equipment .complex { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; margin-top: 5px; padding: 0 10px; width: 100%; @@ -14656,15 +19951,12 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ white-space: nowrap; } .licensecontainer .container:not(.npc) .equipment .complex .item .equipped.main { - -webkit-appearance: checkbox; - -moz-appearance: checkbox; - appearance: checkbox; - border-color: black; + appearance: checkbox; background: white; - -webkit-box-sizing: border-box; - box-sizing: border-box; - width: 12px; + border-color: black; + box-sizing: border-box; height: 12px; + width: 12px; } .licensecontainer .container:not(.npc) .equipment .complex .item .name { width: 142px; @@ -14680,76 +19972,12 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ width: calc(100% - 20px); } .licensecontainer .container:not(.npc) .equipment .weighttotal { + bottom: 10px; left: 0; top: auto; - bottom: 10px; width: 100%; } -.charmancer .customize-origin { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding-right: 40px; - position: relative; - width: 100%; - display: none; -} -.charmancer .customize-origin label span { - display: block; -} -.charmancer .customize-origin label span:last-child { - font-weight: normal; - width: calc(100% + 40px); -} -.charmancer .customize-origin .toggle { - -webkit-box-sizing: border-box; - box-sizing: border-box; - position: absolute; - top: 0; - right: 0; - width: 40px; - height: 20px; - overflow: hidden; - border-radius: 10px; - border: 1px solid #CCC; -} -.charmancer .customize-origin .toggle input { - width: 100%; - height: 100%; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 0; - padding: 0; - margin: 0; - position: absolute; - top: 0; - left: 0; - outline: none; -} -.charmancer .customize-origin .toggle input:checked { - background: #c43c41; -} -.charmancer .customize-origin .toggle .knob { - width: 20px; - height: 20px; - background: #CCC; - position: absolute; - top: -1px; - left: -1px; - border-radius: 10px; - pointer-events: none; -} -.charmancer .customize-origin .toggle input:checked + .knob { - right: -1px; - left: auto; -} -.charmancer input[value="1"] + .customize-origin { - display: block; -} -.charmancer span.tasha + select { - margin-bottom: 10px; -} .charmancer input[value="1"] + span.tasha:after { content: " (+1):"; } @@ -14810,45 +20038,143 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ .charmancer input[value="20"] + span.tasha:after { content: " (+20):"; } +.charmancer .customize-origin { + box-sizing: border-box; + display: none; + padding-right: 40px; + position: relative; + width: 100%; +} +.charmancer .customize-origin label span { + display: block; +} +.charmancer .customize-origin label span:last-child { + font-weight: normal; + width: calc(100% + 40px); +} +.charmancer .customize-origin .toggle { + border: 1px solid #ccc; + border-radius: 10px; + box-sizing: border-box; + height: 20px; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + width: 40px; +} +.charmancer .customize-origin .toggle input { + appearance: none; + border: 0; + height: 100%; + left: 0; + margin: 0; + outline: none; + padding: 0; + position: absolute; + top: 0; + width: 100%; +} +.charmancer .customize-origin .toggle input:checked { + background: #c43c41; +} +.charmancer .customize-origin .toggle .knob { + background: #ccc; + border-radius: 10px; + height: 20px; + left: -1px; + pointer-events: none; + position: absolute; + top: -1px; + width: 20px; +} +.charmancer .customize-origin .toggle input:checked + .knob { + left: auto; + right: -1px; +} +.charmancer input[value="1"] + .customize-origin { + display: block; +} +.charmancer span.tasha + select { + margin-bottom: 10px; +} + +.charmancer .feat-selection { + box-sizing: border-box; + padding-right: 20px; + width: 40%; +} +.charmancer .feat-selection .yes_feat, +.charmancer .feat-selection .yes_feat_bg { + max-width: none; +} +.charmancer .feat-selection label { + width: 100%; +} +.charmancer .feat-selection .feat-bg-container { + align-items: center; + display: grid; + gap: 7px; + grid-template-columns: 1fr 25px; +} +.charmancer .feat-selection .feat-bg-container .feat-bg-name { + border: 1px solid rgb(204, 204, 204); + border-radius: 3px; + box-sizing: border-box; + display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 13px; + font-weight: 400; + line-height: normal; + padding: 6px; + width: 100%; +} +.charmancer .feat-selection .feat-bg-container button { + margin-top: 0; +} +.charmancer .feat-selection select { + width: 100%; +} +.charmancer .feat-selection select[name=comp_feat_bg] { + display: none; +} .hero-points { - width: 100%; - margin-top: 10px; - height: 40px; - position: relative; - display: -ms-grid; display: grid; - -ms-grid-columns: 40px 1fr; grid-template-columns: 40px 1fr; + height: 40px; + margin-top: 10px; + position: relative; + width: 100%; } .hero-points > div { position: relative; z-index: 2; } .hero-points .value input { - font-size: 20px; - border: 0; - outline: none; background: transparent; - width: 40px; + border: 0; + font-size: 20px; height: 40px; + outline: none; text-align: center; + width: 40px; } .hero-points .label button { background-color: transparent; - color: black; - border: none; - font-size: 9px; - line-height: 12px; background-image: none; - text-shadow: none; + border: none; -webkit-box-shadow: none; box-shadow: none; - padding: 0px; - margin: 0px; - width: 100%; + color: black; + font-size: 9px; font-weight: bold; + line-height: 12px; + margin: 0px; + padding: 0px; position: relative; + text-shadow: none; + width: 100%; } .hero-points .label button:before { content: none; @@ -14856,9 +20182,9 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ .hero-points .label button > span { display: inline; font-size: 9px; - text-align: center; - line-height: 40px; font-weight: bold; + line-height: 40px; + text-align: center; } .hero-points .label button > span:last-of-type { color: orange; @@ -14871,13 +20197,13 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ content: ")"; } .hero-points .label button input { - position: absolute; - top: 0; + height: 100% !important; left: 0; opacity: 0; pointer-events: all; + position: absolute; + top: 0; width: 100% !important; - height: 100% !important; } .hero-points input[name=attr_hero_points][value="0"] ~ .label button { pointer-events: none !important; @@ -14892,19 +20218,18 @@ span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_ display: inline; } .hero-points:after { - content: ""; - border-image-source: url(https://app.roll20.net/images/dndstyling/inspiration.svg); border-image-slice: 40% 30% 40% 30%; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border-width: 10px 50px; + border-image-source: url(https://app.roll20.net/images/dndstyling/inspiration.svg); border-style: solid; + border-width: 10px 50px; + box-sizing: border-box; + content: ""; display: block; - width: 100%; height: 100%; + left: 0; position: absolute; top: 0; - left: 0; + width: 100%; z-index: 1; } @@ -14917,41 +20242,40 @@ input:not([value="1"]) + .piety { } .piety { + margin-top: 10px; padding: 10px 15px; position: relative; - margin-top: 10px; } .piety .details-flag { - position: absolute; - top: 15px; - right: 15px; - z-index: 11; - opacity: 0; - width: 18px; + box-sizing: border-box; height: 18px; - -webkit-box-sizing: border-box; - box-sizing: border-box; + opacity: 0; + position: absolute; + right: 15px; + top: 15px; + width: 18px; + z-index: 11; } .piety .details-flag + span { - z-index: 10; - position: absolute; - top: 15px; - right: 15px; - white-space: nowrap; - font-size: 20px; - font-family: pictos; - color: #A0A0A0; + color: #a0a0a0; cursor: pointer; - margin-top: 0px; display: none; + font-family: pictos; + font-size: 20px; line-height: 18px; + margin-top: 0px; + position: absolute; + right: 15px; + top: 15px; + white-space: nowrap; + z-index: 10; } .piety .details-flag:not(:checked) { display: none; } .piety .details-flag:checked + span { - display: block; color: #000000; + display: block; } .piety .details-flag:hover + span { color: #000000 !important; @@ -14963,133 +20287,10 @@ input:not([value="1"]) + .piety { display: block !important; } .piety .container { + max-width: 100%; + overflow: hidden; position: relative; z-index: 2; - overflow: hidden; - max-width: 100%; -} -.piety .container .header { - display: -ms-grid; - display: grid; - -ms-grid-columns: 70px 10px 1fr; - grid-template-columns: 70px 1fr; - grid-gap: 10px; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.piety .container .header .score { - background: url(https://app.roll20.net/images/dndstyling/vital-box.svg); - background-repeat: no-repeat; - background-position: center center; - background-size: contain; - position: relative; - height: 70px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.piety .container .header .score input { - font-size: 35px; - font-weight: bold; - position: relative; - color: #404040; - width: 100%; - top: auto; - margin: 0; - margin-top: 10px; - border: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -} -.piety .container .header .score span { - position: absolute; - width: 100%; - text-align: center; - top: 7px; - left: 0; -} -.piety .container .header .deity { - text-align: left; - padding: 0; - margin: 0; -} -.piety .container .header .deity span { - color: #A0A0A0; - font-weight: normal; - font-size: 10px; - text-align: left; - line-height: 16px; -} -.piety .container .header .deity input { - padding: 0px; - font-family: "Times New Roman", Times, serif; - font-size: 16px; - text-transform: capitalize; - font-variant: small-caps; - font-weight: bold; - color: #7e2d40; - border: 0; - width: 100%; -} -.piety .container .earning, -.piety .container .losing { - margin-top: 10px; -} -.piety .container .earning .title, -.piety .container .losing .title { - font-family: "Times New Roman", Times, serif; - font-size: 16px; - text-transform: capitalize; - font-variant: small-caps; - font-weight: bold; - color: #7e2d40; -} -.piety .container .earning .desc, -.piety .container .losing .desc { - margin-left: 15px; -} -.piety .container .earning .desc:before, -.piety .container .losing .desc:before { - content: ""; - content: ""; - display: block; - width: 4px; - height: 4px; - background: black; - position: absolute; - top: 7px; - border-radius: 2px; - left: -10px; -} -.piety .container .earning .repcontrol button:first-child, -.piety .container .losing .repcontrol button:first-child { - padding-right: 0; -} -.piety .container .earning .repcontrol button:last-child, -.piety .container .losing .repcontrol button:last-child { - padding-left: 0; -} -.piety .container .none { - color: #A0A0A0; - margin-top: 10px; -} -.piety .container .devotee, -.piety .container .votary, -.piety .container .disciple, -.piety .container .champion { - margin-top: 10px; -} -.piety .container .champion .rank { - border: 0; - padding: 0; -} -.piety .container .toggle:not([value="0"]):not([value="1"]):not([value="2"]) ~ .none, -.piety .container .toggle:not([value]) ~ .none { - display: none; } .piety .container .toggle[value="0"] ~ .devotee { display: none; @@ -15355,21 +20556,136 @@ input:not([value="1"]) + .piety { .piety .container .toggle[value="49"] ~ .champion { display: none; } -.piety .container .subheader { - display: block; - color: #A0A0A0; - font-weight: normal; - font-size: 10px; - text-align: left; - line-height: 16px; +.piety .container .header { + align-items: center; + display: grid; + grid-gap: 10px; + grid-template-columns: 70px 1fr; } -.piety .container .rank { +.piety .container .header .score { + align-items: center; + background: url(https://app.roll20.net/images/dndstyling/vital-box.svg); + background-position: center center; + background-repeat: no-repeat; + background-size: contain; + display: flex; + height: 70px; + position: relative; + position: relative; +} +.piety .container .header .score input { + border: 0; + color: #404040; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 35px; + font-weight: bold; + margin: 0; + margin-top: 10px; + position: relative; + top: auto; + width: 100%; +} +.piety .container .header .score span { + left: 0; + position: absolute; + text-align: center; + top: 7px; + width: 100%; +} +.piety .container .header .deity { + margin: 0; + padding: 0; + text-align: left; +} +.piety .container .header .deity span { + color: #a0a0a0; + font-size: 10px; + font-weight: normal; + line-height: 16px; + text-align: left; +} +.piety .container .header .deity input { + border: 0; + color: #7e2d40; font-family: "Times New Roman", Times, serif; font-size: 16px; - text-transform: capitalize; font-variant: small-caps; font-weight: bold; + padding: 0px; + text-transform: capitalize; + width: 100%; +} +.piety .container .earning, +.piety .container .losing { + margin-top: 10px; +} +.piety .container .earning .title, +.piety .container .losing .title { color: #7e2d40; + font-family: "Times New Roman", Times, serif; + font-size: 16px; + font-variant: small-caps; + font-weight: bold; + text-transform: capitalize; +} +.piety .container .earning .desc, +.piety .container .losing .desc { + margin-left: 15px; +} +.piety .container .earning .desc:before, +.piety .container .losing .desc:before { + background: black; + border-radius: 2px; + content: ""; + content: ""; + display: block; + height: 4px; + left: -10px; + position: absolute; + top: 7px; + width: 4px; +} +.piety .container .earning .repcontrol button:first-child, +.piety .container .losing .repcontrol button:first-child { + padding-right: 0; +} +.piety .container .earning .repcontrol button:last-child, +.piety .container .losing .repcontrol button:last-child { + padding-left: 0; +} +.piety .container .none { + color: #a0a0a0; + margin-top: 10px; +} +.piety .container .devotee, +.piety .container .votary, +.piety .container .disciple, +.piety .container .champion { + margin-top: 10px; +} +.piety .container .champion .rank { + border: 0; + padding: 0; +} +.piety .container .toggle:not([value="0"]):not([value="1"]):not([value="2"]) ~ .none, +.piety .container .toggle:not([value]) ~ .none { + display: none; +} +.piety .container .subheader { + color: #a0a0a0; + display: block; + font-size: 10px; + font-weight: normal; + line-height: 16px; + text-align: left; +} +.piety .container .rank { + color: #7e2d40; + font-family: "Times New Roman", Times, serif; + font-size: 16px; + font-variant: small-caps; + font-weight: bold; + text-transform: capitalize; } .piety .container .rank > span:first-child:after { content: "'s"; @@ -15379,25 +20695,25 @@ input:not([value="1"]) + .piety { min-height: 20px; position: relative; } -.piety .container .desc textarea, .piety .container .desc span { - font-weight: normal; +.piety .container .desc textarea, +.piety .container .desc span { font-size: 12px; - text-align: left; + font-weight: normal; line-height: 16px; + text-align: left; } .piety .container .desc textarea { - position: absolute; - top: 0; - left: 0; - width: 100%; + border: 0; + box-sizing: border-box; height: 100%; - -webkit-box-sizing: border-box; - box-sizing: border-box; + left: 0; min-height: 20px; opacity: 0; - border: 0; - resize: none; padding: 0px; + position: absolute; + resize: none; + top: 0; + width: 100%; } .piety .container .desc span { white-space: pre-wrap; @@ -15424,17 +20740,16 @@ input:not([value="1"]) + .piety { opacity: 0 !important; } .piety:after { + border: 8px solid; + border-image-slice: 4%; + border-image-source: url(https://app.roll20.net/images/dndstyling/5eBorder.svg); + box-sizing: border-box; content: ""; + height: 100%; + left: 0; position: absolute; top: 0; - left: 0; width: 100%; - height: 100%; - -webkit-box-sizing: border-box; - box-sizing: border-box; - border: 8px solid; - border-image-source: url(https://app.roll20.net/images/dndstyling/5eBorder.svg); - border-image-slice: 4%; z-index: 1; } .piety .details-flag:not(:checked) ~ .container .earning, @@ -15457,10 +20772,10 @@ input:not([value="1"]) + .piety { display: none; } .charmancer[data-step|=utility] .lineage-label { + border-top: 1px dashed #ccc; margin-bottom: 0; - padding-top: 30px; margin-top: 20px; - border-top: 1px dashed #CCC; + padding-top: 30px; width: calc(100% - 45px); } .charmancer[data-step|=utility] .lineage-name { @@ -15472,12 +20787,5161 @@ input:not([value="1"]) + .piety { } .charmancer[data-step|=utility] .bottombar { bottom: -1px; + box-sizing: content-box; height: 20px; - -webkit-box-sizing: content-box; - box-sizing: content-box; } span[data-i18n=imposed-disadvantage], span[data-i18n=imposed-disadvantage] + span { color: red; -} \ No newline at end of file +} + +.resources .pb-value[value="0"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="0"] ~ .repcontainer .pb:after { + content: "0"; +} +.resources .pb-value[value="1"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="1"] ~ .repcontainer .pb:after { + content: "1"; +} +.resources .pb-value[value="2"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="2"] ~ .repcontainer .pb:after { + content: "2"; +} +.resources .pb-value[value="3"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="3"] ~ .repcontainer .pb:after { + content: "3"; +} +.resources .pb-value[value="4"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="4"] ~ .repcontainer .pb:after { + content: "4"; +} +.resources .pb-value[value="5"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="5"] ~ .repcontainer .pb:after { + content: "5"; +} +.resources .pb-value[value="6"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="6"] ~ .repcontainer .pb:after { + content: "6"; +} +.resources .pb-value[value="7"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="7"] ~ .repcontainer .pb:after { + content: "7"; +} +.resources .pb-value[value="8"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="8"] ~ .repcontainer .pb:after { + content: "8"; +} +.resources .pb-value[value="9"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="9"] ~ .repcontainer .pb:after { + content: "9"; +} +.resources .pb-value[value="10"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="10"] ~ .repcontainer .pb:after { + content: "10"; +} +.resources .pb-value[value="11"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="11"] ~ .repcontainer .pb:after { + content: "11"; +} +.resources .pb-value[value="12"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="12"] ~ .repcontainer .pb:after { + content: "12"; +} +.resources .pb-value[value="13"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="13"] ~ .repcontainer .pb:after { + content: "13"; +} +.resources .pb-value[value="14"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="14"] ~ .repcontainer .pb:after { + content: "14"; +} +.resources .pb-value[value="15"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="15"] ~ .repcontainer .pb:after { + content: "15"; +} +.resources .pb-value[value="16"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="16"] ~ .repcontainer .pb:after { + content: "16"; +} +.resources .pb-value[value="17"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="17"] ~ .repcontainer .pb:after { + content: "17"; +} +.resources .pb-value[value="18"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="18"] ~ .repcontainer .pb:after { + content: "18"; +} +.resources .pb-value[value="19"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="19"] ~ .repcontainer .pb:after { + content: "19"; +} +.resources .pb-value[value="20"] ~ .hdice-dsaves-container .pb:after, +.resources .pb-value[value="20"] ~ .repcontainer .pb:after { + content: "20"; +} +.resources .rest { + display: grid; + gap: 10px; + grid-template-columns: 1fr 1fr; + margin: 10px 0 -5px 0; +} +.resources .rest button { + box-sizing: border-box; + margin: 0; + width: 100%; +} +.resources .rest button span { + font-weight: bold; +} +.resources .hdice-dsaves-container .options-flag + span { + display: none; +} +.resources .hdice-dsaves-container .subcontainer:first-child:hover .options-flag + span { + display: flex; +} +.resources .hdice-dsaves-container .subcontainer:last-child:hover .options-flag + span { + display: flex; +} +.resources .hdice-dsaves-container .display .pb { + border-bottom: 1px solid rgb(205, 205, 205); + color: black; + display: none; + font-size: 12px; + padding-bottom: 2px; + text-align: center !important; + width: 60px; +} +.resources .hdice-dsaves-container .display .use-pb[value="1"] ~ .pb { + display: inline-block; +} +.resources .hdice-dsaves-container .display .use-pb[value="1"] ~ input { + display: none; +} +.resources .hdice-dsaves-container .options { + display: none; +} +.resources .hdice-dsaves-container .options select { + font-size: 12px; + height: auto; + line-height: normal; + margin: 0 5px; + overflow: hidden; + padding: 0; + text-overflow: ellipsis; + width: calc(100% - 10px); +} +.resources .hdice-dsaves-container .options span { + box-sizing: border-box; + margin-top: 3px; + padding: 0px 7px; + text-align: left !important; +} +.resources .hdice-dsaves-container .options label { + margin-bottom: 0; + margin-top: 2px; + padding: 0 5px; +} +.resources .hdice-dsaves-container .options label span { + display: inline; + padding: 0; +} +.resources .hdice-dsaves-container .options label input { + display: inline-block; +} +.resources .hdice-dsaves-container .options-flag, +.resources .hdice-dsaves-container .options-flag + span { + right: 3px; + top: 5px; +} +.resources .hdice-dsaves-container .options-flag:hover + span { + display: flex; +} +.resources .hdice-dsaves-container .options-flag:checked ~ .options { + display: block; +} +.resources .hdice-dsaves-container .options-flag:checked ~ .display { + display: none; +} + +input[name=attr_use_rest_buttons]:not([value="1"]) + .resources .rest, +input[name=attr_use_rest_buttons]:not([value="1"]) + .resources .options > *:not(:first-child) { + display: none !important; +} + +input.toggle-npc-pb[value=""] + .row, +input.toggle-npc-pb[value="0"] + .row, +input.toggle-npc-pb:not([value]) + .row { + display: none; +} + +.header-info.options > .row:last-child { + display: flex; +} +.header-info.options > .row:last-child input { + flex-grow: 1; + min-width: auto; + width: 10px; +} + +.row.ident--1 { + padding-left: 20px; + position: relative; +} +.row.ident--1:before { + border-bottom: 1px solid black; + border-left: 1px solid black; + content: ""; + height: 8px; + left: 6px; + position: absolute; + top: calc(50% - 8px); + width: 8px; +} + +.is-vehicle, +.is-npc { + align-items: flex-start; + box-sizing: border-box; + flex-flow: wrap; + margin-bottom: 2%; + min-width: 100%; + position: relative; +} +.is-vehicle:hover > .npc_options-flag + span, +.is-npc:hover > .npc_options-flag + span { + display: block; +} + +.vehicle-flag ~ .is-vehicle { + display: none; +} +.vehicle-flag ~ .is-npc { + display: inline-flex; +} +.vehicle-flag[value="1"] ~ .is-vehicle { + display: inline-flex; +} +.vehicle-flag[value="1"] ~ .is-npc { + display: none; +} + +.is-vehicle input::-webkit-outer-spin-button, +.is-vehicle input::-webkit-inner-spin-button { + -webkit-appearance: none !important; + margin: 0 !important; +} +.is-vehicle input[type=number] { + -moz-appearance: textfield !important; +} +.is-vehicle .actions .wide span:after { + content: none; +} +.is-vehicle .actiontitle { + padding-top: 20px; +} +.is-vehicle .actiontitle .title.red { + font-size: 18px; + font-variant: small-caps; +} +.is-vehicle .actions { + margin-right: 0 !important; + max-width: none !important; +} +.is-vehicle textarea { + box-sizing: border-box; +} +.is-vehicle .current-hp { + background: transparent; + border-radius: 0; + border-width: 0 0 1px 0; + outline: none; + padding: 0; + max-width: 40px; + text-align: center; +} +.is-vehicle .current-hp + span:before { + content: " / "; +} +.is-vehicle .bold.wide span[name=attr_crew]:not(:empty):before { + content: " (Crew: " !important; +} +.is-vehicle .bold.wide input[name=attr_quantity] ~ span[name=attr_crew]:not(:empty):after { + content: ")" !important; +} +.is-vehicle .bold.wide input[name=attr_quantity]:not([value="1"]) ~ span[name=attr_crew]:not(:empty):after { + content: " Each)" !important; +} +.is-vehicle .bold.wide span[name=attr_quantity]:not(:empty):after { + content: " " !important; +} +.is-vehicle .bold.wide input[name=attr_quantity][value="1"] ~ span[name=attr_quantity] { + display: none !important; +} +.is-vehicle .bold.wide span[name=attr_weaponname]:not(:empty):after { + content: ", " !important; +} +.is-vehicle .label--semicolon:after { + content: ":"; +} +.is-vehicle .label--uppercase { + text-transform: uppercase !important; +} +.is-vehicle .label--semicolon-space:after { + content: ":"; + margin-right: 2px; +} +.is-vehicle .label--strong { + font-weight: bold !important; +} +.is-vehicle .label--comma:after { + content: ", "; +} +.is-vehicle .label--linebreak { + display: block !important; +} +.is-vehicle .label--uppercase { + text-transform: uppercase !important; +} +.is-vehicle .label--capitalize { + text-transform: lowercase !important; + display: inline-block; +} +.is-vehicle .label--capitalize::first-letter { + text-transform: capitalize !important; +} +.is-vehicle .label--hide-empty-before:empty:before { + content: none !important; +} +.is-vehicle .label--hide-empty-after:empty:after { + content: none !important; +} +.is-vehicle .npc_options span[data-i18n=cargo-u]:after { + content: " (Tons)"; +} +.is-vehicle .npc_options span[data-i18n=keel-u]:after, +.is-vehicle .npc_options span[data-i18n=beam-u]:after { + content: " (Feet)"; +} +.is-vehicle > .display .vehicle__stats .stat--title { + display: inline-block; + margin-right: 2px; + font-weight: bold; + text-transform: capitalize; +} +.is-vehicle > .display .vehicle__stats .stat--title:after { + content: ":"; +} +.is-vehicle > .display .vehicle__stats .stat--title[data-i18n=cargo-u] + .stat--value:not(:empty):after { + content: " tons"; +} +.is-vehicle > .display .stat--value, .is-vehicle > .display .stat--value * { + text-transform: lowercase; +} +.is-vehicle > .display span[name=attr_vehicle_actype]:not(:empty):before { + content: " ("; +} +.is-vehicle > .display span[name=attr_vehicle_actype]:not(:empty):after { + content: ")"; +} +.is-vehicle > .display span[name=attr_vehicle_keel]:not(:empty):after, +.is-vehicle > .display span[name=attr_vehicle_beam]:not(:empty):after { + content: " ft."; +} +.is-vehicle > .display span[name=attr_vehicle_keel]:not(:empty) + span[name=attr_vehicle_beam]:not(:empty):before { + content: "/"; +} +.is-vehicle > .display span[name=attr_vehicle_cargo]:not(:empty):after { + content: " tons"; +} +.is-vehicle > .npc_options .vehicle__cols { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20px; + margin-top: 5px; + width: 100%; +} +.is-vehicle > .display { + display: block; + width: 100%; +} +.is-vehicle > .display .vehicle__cols { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20px; + margin-top: 5px; + width: 100%; +} +.is-vehicle .vehicle__stats { + display: grid; + grid-template-columns: 1fr; +} +.is-vehicle .vehicle__stats > div { + padding: 3px 5px; +} +.is-vehicle .vehicle__stats > div:nth-of-type(odd) { + background-color: #EBF7F5; +} +.is-vehicle .vehicle__stats > div:nth-of-type(even) { + background-color: #C8E7E6; +} +.is-vehicle .vehicle__cargo { + display: block !important; + margin-top: 2em !important; +} +.is-vehicle .vehicle__cargo .vehicle__cols { + display: grid; + grid-template-columns: 40px 1fr 40px; + gap: 5px; +} +.is-vehicle .vehicle__cargo .vehicle__cols input { + box-sizing: border-box !important; + width: 100% !important; + border: 0 !important; + border-radius: 5px 0 5px 0 !important; + outline: none !important; +} +.is-vehicle .vehicle__cargo .actiontitle { + position: relative; +} +.is-vehicle .vehicle__cargo .vehicle-total-weight { + right: 0; + bottom: 4px; + position: absolute; +} +.is-vehicle .vehicle__cargo .vehicle-total-weight span:last-child { + font-variant: small-caps; +} +.is-vehicle .vehicle__cargo .vehicle-total-weight span:last-child:before { + content: " "; +} +.is-vehicle .vehicle__cargo .vehicle-total-weight span:last-child:after { + content: " tons"; +} +.is-vehicle .vehicle__cargo .overweight[value="1"] ~ .vehicle-total-weight span:last-child { + color: red !important; + font-weight: bold !important; +} +.is-vehicle .vehicle__cargo .repitem:not(:first-child) { + margin-top: 0 !important; +} +.is-vehicle .max-crew-bonus:not(:empty):before { + content: " ("; + white-space: nowrap; +} +.is-vehicle .max-crew-bonus:not(:empty):after { + content: ")"; + white-space: nowrap; +} +.is-vehicle .vehicle__text-field-display { + display: grid; + width: 100%; + border-left: 2px solid #a3a3a3; + padding-left: 5px; + margin-left: 2px; + box-sizing: border-box; + font-size: 0.9em; + position: relative; +} +.is-vehicle .vehicle__text-field-display span::first-letter { + text-transform: capitalize; +} +.is-vehicle .vehicle__text-field-display input { + opacity: 0; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + cursor: help; +} +.is-vehicle .vehicle__text-field-display:not(:has(input:checked)) { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +.is-vehicle .vehicle__text-field-display:not(:has(input:checked)) span { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +.is-vehicle .vehicle__capitalized-field { + text-transform: capitalize; +} +.is-vehicle .vehicle__capitalized-field[name=attr_range]:not(:empty):after { + content: " range"; +} +.is-vehicle .vehicle__capitalized-field--first:first-letter { + text-transform: capitalize; +} +.is-vehicle .vehicle__autoresize-field { + display: inline-block; + position: relative; +} +.is-vehicle .vehicle__autoresize-field input { + position: absolute; + top: 0; + left: 0; + width: 100% !important; + height: 100%; + -webkit-appearance: none; + -moz-appearance: none; + background: none; + border-bottom: 1px solid #d3d3d3; + border-left: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; + color: black; + display: inline-block; + font-size: 12px; + padding: 0px; + opacity: 0; + box-sizing: border-box; +} +.is-vehicle .vehicle__autoresize-field span:empty { + white-space: pre-wrap; +} +.is-vehicle .vehicle__autoresize-field span:empty:after { + content: "0x "; +} +.is-vehicle .vehicle__autoresize-field:hover span, .is-vehicle .vehicle__autoresize-field:focus-within span { + visibility: hidden; +} +.is-vehicle .vehicle__autoresize-field:hover input, .is-vehicle .vehicle__autoresize-field:focus-within input { + opacity: 1; +} +.is-vehicle span:empty + .vehicleweapon__weapon-quantity-signal { + display: none; +} +.is-vehicle .actions.vehicleactions:not(.vehicle__cargo) { + margin-top: 0 !important; +} +.is-vehicle .actions.vehicleactions:not(.vehicle__cargo) .actiontitle { + margin-top: 0 !important; +} +.is-vehicle .actions.vehicleactions:not(.vehicle__cargo) .wide span:after { + content: none; +} +.is-vehicle .actions.vehicleweapon .npc_options-flag:hover + span { + display: flex; +} +.is-vehicle .colorpicker { + appearance: none !important; + -webkit-appearance: none !important; + width: 40px !important; + height: 20px !important; + margin: 0 5px 0 0 !important; + padding: 0 !important; + box-sizing: border-box !important; + border: 0 !important; + outline: none !important; +} +.is-vehicle .colorpicker:checked { + border: 2px solid black !important; +} +.is-vehicle .colorpicker.colorpicker--cancel { + background-color: white; + background-image: url(https://www.maxpixel.net/static/photo/1x/Cancel-Check-Cross-Delete-Icon-Check-Box-Tick-146131.png); + background-repeat: no-repeat; + background-size: auto 10px; + background-position: center center; +} +.is-vehicle .colorpicker.colorpicker--cancel:checked { + border: 0 !important; +} +.is-vehicle .colorpicker[value="#c8e7e6"] { + background-color: #c8e7e6 !important; +} +.is-vehicle .set_bg_color[value="#c8e7e6"] + * { + background-color: #c8e7e6 !important; +} +.is-vehicle .set_text_color[value="#c8e7e6"] + * { + color: #c8e7e6 !important; +} +.is-vehicle .colorpicker[value="#e7c8c8"] { + background-color: #e7c8c8 !important; +} +.is-vehicle .set_bg_color[value="#e7c8c8"] + * { + background-color: #e7c8c8 !important; +} +.is-vehicle .set_text_color[value="#e7c8c8"] + * { + color: #e7c8c8 !important; +} +.is-vehicle .colorpicker[value="#e7c8e2"] { + background-color: #e7c8e2 !important; +} +.is-vehicle .set_bg_color[value="#e7c8e2"] + * { + background-color: #e7c8e2 !important; +} +.is-vehicle .set_text_color[value="#e7c8e2"] + * { + color: #e7c8e2 !important; +} +.is-vehicle .colorpicker[value="#ccc8e7"] { + background-color: #ccc8e7 !important; +} +.is-vehicle .set_bg_color[value="#ccc8e7"] + * { + background-color: #ccc8e7 !important; +} +.is-vehicle .set_text_color[value="#ccc8e7"] + * { + color: #ccc8e7 !important; +} +.is-vehicle .colorpicker[value="#cde7c8"] { + background-color: #cde7c8 !important; +} +.is-vehicle .set_bg_color[value="#cde7c8"] + * { + background-color: #cde7c8 !important; +} +.is-vehicle .set_text_color[value="#cde7c8"] + * { + color: #cde7c8 !important; +} +.is-vehicle .colorpicker[value="#e7e1c8"] { + background-color: #e7e1c8 !important; +} +.is-vehicle .set_bg_color[value="#e7e1c8"] + * { + background-color: #e7e1c8 !important; +} +.is-vehicle .set_text_color[value="#e7e1c8"] + * { + color: #e7e1c8 !important; +} +.is-vehicle .colorpicker[value="#a3a3a3"] { + background-color: #a3a3a3 !important; +} +.is-vehicle .set_bg_color[value="#a3a3a3"] + * { + background-color: #a3a3a3 !important; +} +.is-vehicle .set_text_color[value="#a3a3a3"] + * { + color: #a3a3a3 !important; +} +.is-vehicle .color-link { + position: absolute; + top: 0; + left: 0; + width: 5px; + height: 100%; +} +.is-vehicle .set_bg_color[value]:not([value=""]) ~ .link-margin { + padding-left: 10px; +} +.is-vehicle .actions-taken-container { + margin-top: 5px !important; +} +.is-vehicle .actions-taken-container .actions-taken { + display: flex; + flex-direction: row-reverse; +} +.is-vehicle .actions-taken-container .actions-taken input { + appearance: none !important; + width: 15px !important; + height: 15px !important; + border-radius: 10px !important; + box-sizing: border-box !important; + border: 1px solid black !important; + outline: none !important; +} +.is-vehicle .actions-taken-container .actions-taken input:not(:first-child) { + margin-right: 2px; +} +.is-vehicle .actions-taken-container .actions-taken input:checked { + background: #7e2d40 !important; +} +.is-vehicle .actions-taken-container .actions-taken input:checked ~ input { + background: #7e2d40 !important; +} +.is-vehicle input[name=attr_actions]:not([value]) + .actions-taken-container, +.is-vehicle input[name=attr_actions][value=""] + .actions-taken-container, +.is-vehicle input[name=attr_actions][value="0"] + .actions-taken-container { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container .actions-taken { + width: 15px; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(4) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(5) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(6) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(7) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(8) { + display: none; +} +.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(9) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container .actions-taken { + width: 32px; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(4) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(5) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(6) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(7) { + display: none; +} +.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(8) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container .actions-taken { + width: 49px; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(4) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(5) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(6) { + display: none; +} +.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(7) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container .actions-taken { + width: 66px; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(4) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(5) { + display: none; +} +.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(6) { + display: none; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container .actions-taken { + width: 83px; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(4) { + display: none; +} +.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(5) { + display: none; +} +.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container .actions-taken { + width: 100px; +} +.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(4) { + display: none; +} +.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container .actions-taken { + width: 117px; +} +.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(3) { + display: none; +} +.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container .actions-taken { + width: 134px; +} +.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container input:nth-child(2) { + display: none; +} +.is-vehicle input[name=attr_actions][value="9"] + .actions-taken-container .actions-taken { + width: 151px; +} +.is-vehicle input[name=attr_actions][value="9"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle input[name=attr_actions][value="9"] + .actions-taken-container input:nth-child(1) { + display: none; +} +.is-vehicle input[name=attr_actions][value="10"] + .actions-taken-container .actions-taken { + width: 168px; +} +.is-vehicle input[name=attr_actions][value="10"] + .actions-taken-container input:nth-child(0) { + display: none; +} +.is-vehicle .vehicle__shortcuts { + margin-top: 20px; +} +.is-vehicle .vehicle__shortcuts .vehicle__init, +.is-vehicle .vehicle__shortcuts .vehicle__crashdamage { + display: inline-block; +} +.is-vehicle .vehicle__shortcuts .vehicle__crashdamage { + margin-left: 20px; +} +.is-vehicle .vehicleweapon { + margin-top: 0 !important; +} +.is-vehicle .vehicleweapon .repitem:hover .toggle_repeating_vehicleweapon_edit + span { + display: flex; +} +.is-vehicle .vehicleweapon:has(.vehicle__weapon-slots:not([value])), .is-vehicle .vehicleweapon:has(.vehicle__weapon-slots[value="0"]) { + display: none; +} +.is-vehicle .vehicle-extra:not(:has(.vehicle-extra__toggle[value="1"])) { + display: none; +} +.is-vehicle .vehicle__cargo { + margin-top: 2em; +} +.is-vehicle .vehicle__cargo .vehicle__cargo__labels { + display: grid; + grid-template-columns: 40px 1fr 40px; + gap: 5px; +} +.is-vehicle .vehicle__cargo .vehicle__cargo__labels span:last-child { + text-align: right !important; +} +.is-vehicle .vehicle__cargo input[name=attr_weight] { + text-align: right; +} +.is-vehicle .vehicle__airquality { + grid-column: 1/3; +} +.is-vehicle .vehicle-weapon-confirmation { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: grid; + align-items: center; + justify-items: center; + z-index: 99999; +} +.is-vehicle .vehicle-weapon-confirmation__dialog { + position: relative; + z-index: 1; + border: 2px solid black; + padding: 20px; + background: white; + display: grid; + justify-items: center; +} +.is-vehicle .vehicle-weapon-confirmation__dialog > span, .is-vehicle .vehicle-weapon-confirmation__dialog select { + display: block; + text-align: center; +} +.is-vehicle .vehicle-weapon-confirmation__dialog select { + margin-top: 20px; + text-transform: capitalize; +} +.is-vehicle .vehicle-weapon-confirmation__dialog select option { + text-transform: capitalize; +} +.is-vehicle .vehicle-weapon-confirmation__dialog .actions { + display: flex; + width: 100%; + justify-content: center; + gap: 20px; +} +.is-vehicle .vehicle-weapon-confirmation__dialog .actions button { + text-transform: uppercase; + border: 2px solid black; + border-radius: 5px; + line-height: normal; + height: fit-content; + padding: 5px 10px; + font-weight: 700; +} +.is-vehicle .vehicle-weapon-confirmation__dialog .actions button:hover { + background: red; + color: white; +} +.is-vehicle .vehicle-weapon-confirmation__background { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: white; + opacity: 0.75; + z-index: 0; +} +.is-vehicle .vehicle-weapon-confirmation:not(:has(.vehicle_weapon-confirmation__toggle[value="1"])) { + display: none; +} + +.ui-dialog .tab-content .tabs--kingmaker select, +.ui-dialog .tab-content .tabs--kingmaker textarea, +.ui-dialog .tab-content .tabs--kingmaker input, +.ui-dialog .tab-content .tabs--kingmaker .uneditable-input, +.ui-dialog .tab-content .tabs--kingmaker label, +.ui-dialog .tab-content .tabs--kingmaker button { + all: initial; +} + +.tabs .tabs__body .tabs__container:not(.k-active-tab) { + display: none !important; +} + +.sheet-rolltemplate-kingmaker .text-collapse:before, .ui-dialog .tab-content .tabs--kingmaker .text-collapse:before, .sheet-rolltemplate-kingmaker .sheet-material-icons, .ui-dialog .tab-content .tabs--kingmaker .sheet-material-icons, +.sheet-rolltemplate-kingmaker .material-icons, +.ui-dialog .tab-content .tabs--kingmaker .material-icons { + font-family: "Material Icons"; + font-weight: normal; + font-style: normal; + font-size: 24px; /* Preferred icon size */ + display: inline-block; + line-height: 1; + text-transform: none; + letter-spacing: normal; + word-wrap: normal; + white-space: nowrap; + direction: ltr; + /* Support for all WebKit browsers. */ + -webkit-font-smoothing: antialiased; + /* Support for Safari and Chrome. */ + text-rendering: optimizeLegibility; + /* Support for Firefox. */ + -moz-osx-font-smoothing: grayscale; + /* Support for IE. */ + font-feature-settings: "liga"; +} + +.sheet-rolltemplate-kingmaker .sheet-pictos, .ui-dialog .tab-content .tabs--kingmaker .sheet-pictos, +.sheet-rolltemplate-kingmaker .pictos, +.ui-dialog .tab-content .tabs--kingmaker .pictos { + font-family: pictos; + text-transform: none; +} + +.sheet-rolltemplate-kingmaker .pictos3, .ui-dialog .tab-content .tabs--kingmaker .pictos3, +.sheet-rolltemplate-kingmaker .sheet-pictos3, +.ui-dialog .tab-content .tabs--kingmaker .sheet-pictos3 { + font-family: pictos three; + text-transform: none; +} + +.sheet-rolltemplate-kingmaker .pictoscustom, .ui-dialog .tab-content .tabs--kingmaker .pictoscustom, +.sheet-rolltemplate-kingmaker .sheet-pictoscustom, +.ui-dialog .tab-content .tabs--kingmaker .sheet-pictoscustom { + font-family: pictos custom; + text-transform: none; +} + +.sheet-rolltemplate-kingmaker .dicefontd20, .ui-dialog .tab-content .tabs--kingmaker .dicefontd20, +.sheet-rolltemplate-kingmaker .sheet-dicefontd20, +.ui-dialog .tab-content .tabs--kingmaker .sheet-dicefontd20 { + font-family: dicefontd20; + text-transform: none; +} + +.sheet-rolltemplate-kingmaker .sheet-hidden, .ui-dialog .tab-content .tabs--kingmaker .sheet-hidden, +.sheet-rolltemplate-kingmaker .hidden, +.ui-dialog .tab-content .tabs--kingmaker .hidden, +.sheet-rolltemplate-kingmaker *[hidden], +.ui-dialog .tab-content .tabs--kingmaker *[hidden] { + display: none !important; +} + +.sheet-rolltemplate-kingmaker span, .ui-dialog .tab-content .tabs--kingmaker span, +.sheet-rolltemplate-kingmaker input, +.ui-dialog .tab-content .tabs--kingmaker input, +.sheet-rolltemplate-kingmaker textarea, +.ui-dialog .tab-content .tabs--kingmaker textarea, .sheet-rolltemplate-kingmaker h6 *, .ui-dialog .tab-content .tabs--kingmaker h6 *, +.sheet-rolltemplate-kingmaker *[aria-level="6"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] *, .sheet-rolltemplate-kingmaker h6, .ui-dialog .tab-content .tabs--kingmaker h6, +.sheet-rolltemplate-kingmaker *[aria-level="6"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"], .sheet-rolltemplate-kingmaker h5 *, .ui-dialog .tab-content .tabs--kingmaker h5 *, +.sheet-rolltemplate-kingmaker *[aria-level="5"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] *, .sheet-rolltemplate-kingmaker h5, .ui-dialog .tab-content .tabs--kingmaker h5, +.sheet-rolltemplate-kingmaker *[aria-level="5"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"], .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, +.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled * *, .sheet-rolltemplate-kingmaker .roller *, .ui-dialog .tab-content .tabs--kingmaker .roller *, .sheet-rolltemplate-kingmaker h4 *, .ui-dialog .tab-content .tabs--kingmaker h4 *, +.sheet-rolltemplate-kingmaker *[aria-level="4"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] *, .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled, +.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, .sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller, .sheet-rolltemplate-kingmaker h4, .ui-dialog .tab-content .tabs--kingmaker h4, +.sheet-rolltemplate-kingmaker *[aria-level="4"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"], .sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, +.sheet-rolltemplate-kingmaker *[aria-level="3"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, +.sheet-rolltemplate-kingmaker *[aria-level="3"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"], .sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, +.sheet-rolltemplate-kingmaker *[aria-level="2"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], +.sheet-rolltemplate-kingmaker *[aria-level="2"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"], .sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, +.sheet-rolltemplate-kingmaker *[aria-level="1"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, +.sheet-rolltemplate-kingmaker *[aria-level="1"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { + line-height: normal; +} + +.sheet-rolltemplate-kingmaker .sheet-italics, .ui-dialog .tab-content .tabs--kingmaker .sheet-italics, +.sheet-rolltemplate-kingmaker .italics, +.ui-dialog .tab-content .tabs--kingmaker .italics { + font-style: italic; +} + +.sheet-rolltemplate-kingmaker h6 *, .ui-dialog .tab-content .tabs--kingmaker h6 *, +.sheet-rolltemplate-kingmaker *[aria-level="6"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] *, .sheet-rolltemplate-kingmaker h6, .ui-dialog .tab-content .tabs--kingmaker h6, +.sheet-rolltemplate-kingmaker *[aria-level="6"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"], .sheet-rolltemplate-kingmaker h5 *, .ui-dialog .tab-content .tabs--kingmaker h5 *, +.sheet-rolltemplate-kingmaker *[aria-level="5"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] *, .sheet-rolltemplate-kingmaker h5, .ui-dialog .tab-content .tabs--kingmaker h5, +.sheet-rolltemplate-kingmaker *[aria-level="5"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"], .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, +.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled * *, .sheet-rolltemplate-kingmaker .roller *, .ui-dialog .tab-content .tabs--kingmaker .roller *, .sheet-rolltemplate-kingmaker h4 *, .ui-dialog .tab-content .tabs--kingmaker h4 *, +.sheet-rolltemplate-kingmaker *[aria-level="4"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] *, .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled, +.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, .sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller, .sheet-rolltemplate-kingmaker h4, .ui-dialog .tab-content .tabs--kingmaker h4, +.sheet-rolltemplate-kingmaker *[aria-level="4"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"], .sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, +.sheet-rolltemplate-kingmaker *[aria-level="3"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, +.sheet-rolltemplate-kingmaker *[aria-level="3"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"], .sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, +.sheet-rolltemplate-kingmaker *[aria-level="2"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], +.sheet-rolltemplate-kingmaker *[aria-level="2"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"], .sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, +.sheet-rolltemplate-kingmaker *[aria-level="1"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, +.sheet-rolltemplate-kingmaker *[aria-level="1"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { + color: var(--fontColor); + display: block; + white-space: nowrap; + margin-top: 0px; + margin-bottom: 0px; + font-weight: normal; +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, +.sheet-rolltemplate-kingmaker *[aria-level="3"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, +.sheet-rolltemplate-kingmaker *[aria-level="3"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"], .sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, +.sheet-rolltemplate-kingmaker *[aria-level="2"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], +.sheet-rolltemplate-kingmaker *[aria-level="2"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"], .sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, +.sheet-rolltemplate-kingmaker *[aria-level="1"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, +.sheet-rolltemplate-kingmaker *[aria-level="1"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { + text-transform: uppercase; + font-weight: normal; +} + +.sheet-rolltemplate-kingmaker h6 :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h6 :not(:where(input)), +.sheet-rolltemplate-kingmaker *[aria-level="6"] :not(:where(input)), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] :not(:where(input)), .sheet-rolltemplate-kingmaker h6:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h6:not(:where(input)), +.sheet-rolltemplate-kingmaker [aria-level="6"]:not(:where(input)), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="6"]:not(:where(input)), .sheet-rolltemplate-kingmaker h5 :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h5 :not(:where(input)), +.sheet-rolltemplate-kingmaker *[aria-level="5"] :not(:where(input)), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] :not(:where(input)), .sheet-rolltemplate-kingmaker h5:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h5:not(:where(input)), +.sheet-rolltemplate-kingmaker [aria-level="5"]:not(:where(input)), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="5"]:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled :not(:where(input)), .sheet-rolltemplate-kingmaker .roller :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .roller :not(:where(input)), .sheet-rolltemplate-kingmaker h4 :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h4 :not(:where(input)), +.sheet-rolltemplate-kingmaker *[aria-level="4"] :not(:where(input)), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled:not(:where(input)), .sheet-rolltemplate-kingmaker .roller:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .roller:not(:where(input)), .sheet-rolltemplate-kingmaker h4:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h4:not(:where(input)), +.sheet-rolltemplate-kingmaker [aria-level="4"]:not(:where(input)), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="4"]:not(:where(input)) { + text-transform: capitalize; +} + +.sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, +.sheet-rolltemplate-kingmaker *[aria-level="1"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, +.sheet-rolltemplate-kingmaker *[aria-level="1"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { + font-size: 1.5rem; + font-family: var(--topHeaderFont); +} + +.sheet-rolltemplate-kingmaker h1 :not(input), .ui-dialog .tab-content .tabs--kingmaker h1 :not(input), +.sheet-rolltemplate-kingmaker *[aria-level="1"] :not(input), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] :not(input), .sheet-rolltemplate-kingmaker h1:not(input), .ui-dialog .tab-content .tabs--kingmaker h1:not(input), +.sheet-rolltemplate-kingmaker [aria-level="1"]:not(input), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="1"]:not(input) { + text-align: center; +} + +.sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, +.sheet-rolltemplate-kingmaker *[aria-level="2"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], +.sheet-rolltemplate-kingmaker *[aria-level="2"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] { + font-size: 1.375rem; + font-family: var(--topHeaderFont); +} + +.sheet-rolltemplate-kingmaker h2 :not(input), .ui-dialog .tab-content .tabs--kingmaker h2 :not(input), .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] :not(input), .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] :not(input), +.sheet-rolltemplate-kingmaker *[aria-level="2"] :not(input), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] :not(input), .sheet-rolltemplate-kingmaker h2:not(input), .ui-dialog .tab-content .tabs--kingmaker h2:not(input), .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name]:not(input), .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name]:not(input), +.sheet-rolltemplate-kingmaker [aria-level="2"]:not(input), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="2"]:not(input) { + text-align: center; +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, +.sheet-rolltemplate-kingmaker *[aria-level="3"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, +.sheet-rolltemplate-kingmaker *[aria-level="3"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] { + font-size: 1.25rem; + font-family: var(--topHeaderFont); +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult:not(input), .sheet-rolltemplate-kingmaker .big-text :not(input), .ui-dialog .tab-content .tabs--kingmaker .big-text :not(input), .sheet-rolltemplate-kingmaker h3 :not(input), .ui-dialog .tab-content .tabs--kingmaker h3 :not(input), +.sheet-rolltemplate-kingmaker *[aria-level="3"] :not(input), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] :not(input), .sheet-rolltemplate-kingmaker .big-text:not(input), .ui-dialog .tab-content .tabs--kingmaker .big-text:not(input), .sheet-rolltemplate-kingmaker h3:not(input), .ui-dialog .tab-content .tabs--kingmaker h3:not(input), +.sheet-rolltemplate-kingmaker [aria-level="3"]:not(input), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="3"]:not(input) { + text-align: center; +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, .sheet-rolltemplate-kingmaker .roller *, .ui-dialog .tab-content .tabs--kingmaker .roller *, .sheet-rolltemplate-kingmaker h4 *, .ui-dialog .tab-content .tabs--kingmaker h4 *, +.sheet-rolltemplate-kingmaker *[aria-level="4"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] *, .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled, .sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller, .sheet-rolltemplate-kingmaker h4, .ui-dialog .tab-content .tabs--kingmaker h4, +.sheet-rolltemplate-kingmaker *[aria-level="4"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] { + font-size: 1.125rem; + font-family: var(--midHeaderFont); +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled :not(input), .sheet-rolltemplate-kingmaker .roller :not(input), .ui-dialog .tab-content .tabs--kingmaker .roller :not(input), .sheet-rolltemplate-kingmaker h4 :not(input), .ui-dialog .tab-content .tabs--kingmaker h4 :not(input), +.sheet-rolltemplate-kingmaker *[aria-level="4"] :not(input), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] :not(input), .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled:not(input), .sheet-rolltemplate-kingmaker .roller:not(input), .ui-dialog .tab-content .tabs--kingmaker .roller:not(input), .sheet-rolltemplate-kingmaker h4:not(input), .ui-dialog .tab-content .tabs--kingmaker h4:not(input), +.sheet-rolltemplate-kingmaker [aria-level="4"]:not(input), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="4"]:not(input) { + text-align: center; +} + +.sheet-rolltemplate-kingmaker h5 *, .ui-dialog .tab-content .tabs--kingmaker h5 *, +.sheet-rolltemplate-kingmaker *[aria-level="5"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] *, .sheet-rolltemplate-kingmaker h5, .ui-dialog .tab-content .tabs--kingmaker h5, +.sheet-rolltemplate-kingmaker *[aria-level="5"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] { + font-size: 1rem; + font-style: normal; + font-family: var(--midHeaderFont); +} + +.sheet-rolltemplate-kingmaker h5 :not(input), .ui-dialog .tab-content .tabs--kingmaker h5 :not(input), +.sheet-rolltemplate-kingmaker *[aria-level="5"] :not(input), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] :not(input), .sheet-rolltemplate-kingmaker h5:not(input), .ui-dialog .tab-content .tabs--kingmaker h5:not(input), +.sheet-rolltemplate-kingmaker [aria-level="5"]:not(input), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="5"]:not(input) { + text-align: center; +} + +.sheet-rolltemplate-kingmaker h6 *, .ui-dialog .tab-content .tabs--kingmaker h6 *, +.sheet-rolltemplate-kingmaker *[aria-level="6"] *, +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] *, .sheet-rolltemplate-kingmaker h6, .ui-dialog .tab-content .tabs--kingmaker h6, +.sheet-rolltemplate-kingmaker *[aria-level="6"], +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] { + font-size: 0.75rem; + font-style: normal; + font-family: var(--contentFont); + color: var(--fontColor); +} + +.sheet-rolltemplate-kingmaker h6 :not(input), .ui-dialog .tab-content .tabs--kingmaker h6 :not(input), +.sheet-rolltemplate-kingmaker *[aria-level="6"] :not(input), +.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] :not(input), .sheet-rolltemplate-kingmaker h6:not(input), .ui-dialog .tab-content .tabs--kingmaker h6:not(input), +.sheet-rolltemplate-kingmaker [aria-level="6"]:not(input), +.ui-dialog .tab-content .tabs--kingmaker [aria-level="6"]:not(input) { + text-align: center; +} + +.sheet-rolltemplate-kingmaker span, .ui-dialog .tab-content .tabs--kingmaker span, +.sheet-rolltemplate-kingmaker input, +.ui-dialog .tab-content .tabs--kingmaker input, +.sheet-rolltemplate-kingmaker textarea, +.ui-dialog .tab-content .tabs--kingmaker textarea { + font-size: 1rem; + color: var(--fontColor); +} + +.sheet-rolltemplate-kingmaker span[name], .ui-dialog .tab-content .tabs--kingmaker span[name], .sheet-rolltemplate-kingmaker input, .ui-dialog .tab-content .tabs--kingmaker input, .sheet-rolltemplate-kingmaker textarea, .ui-dialog .tab-content .tabs--kingmaker textarea, .sheet-rolltemplate-kingmaker button, .ui-dialog .tab-content .tabs--kingmaker button, .sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select { + font-family: var(--contentFont); +} + +.sheet-rolltemplate-kingmaker .tiny-text, .ui-dialog .tab-content .tabs--kingmaker .tiny-text { + font-size: 0.75rem; +} + +.sheet-rolltemplate-kingmaker .uppercase, .ui-dialog .tab-content .tabs--kingmaker .uppercase { + text-transform: uppercase !important; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button, .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after { + background-color: rgba(220, 220, 220, 0.2); + border-radius: 5px; + box-shadow: 0 2px 4px black; + border-width: 0; + transition-property: box-shadow, backdrop-filter; + transition-duration: 200ms; + transition-timing-function: ease-out; + backdrop-filter: blur(1px); + overflow: hidden; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button:is(:hover, :focus), .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button:is(:hover, :focus), .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:is(:hover, :focus)::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:is(:hover, :focus)::after { + background-color: rgba(133, 133, 133, 0.5019607843); + box-shadow: 0 4px 6px black; + backdrop-filter: blur(2px); +} + +.sheet-rolltemplate-kingmaker .repcontrol-button:active, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button:active, .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:active::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:active::after { + background-color: #858585; + box-shadow: 0 1px 2px black; + backdrop-filter: blur(0px); +} + +.sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button, .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after { + padding: 5px 7px; +} + +.sheet-rolltemplate-kingmaker button, .ui-dialog .tab-content .tabs--kingmaker button { + cursor: pointer; +} + +.sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller { + display: flex; + gap: var(--half-gap); + align-items: center; +} + +.sheet-rolltemplate-kingmaker .roller:before, .ui-dialog .tab-content .tabs--kingmaker .roller:before { + font-family: dicefontd20; + content: "T"; +} + +.sheet-rolltemplate-kingmaker .text-collapse__check:not(:checked) + .text-collapse, .ui-dialog .tab-content .tabs--kingmaker .text-collapse__check:not(:checked) + .text-collapse { + border-width: 1px 3px; + border-style: solid; + border-color: var(--borderColor); + border-radius: 5px; + box-sizing: border-box; +} + +.sheet-rolltemplate-kingmaker .adaptive > span, .ui-dialog .tab-content .tabs--kingmaker .adaptive > span, .sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select, +.sheet-rolltemplate-kingmaker .pseudo-select span, +.ui-dialog .tab-content .tabs--kingmaker .pseudo-select span, +.sheet-rolltemplate-kingmaker .sheet-pseudo-select span, +.ui-dialog .tab-content .tabs--kingmaker .sheet-pseudo-select span, +.sheet-rolltemplate-kingmaker input:not(:where([type=checkbox], [type=radio])), +.ui-dialog .tab-content .tabs--kingmaker input:not(:where([type=checkbox], [type=radio])), +.sheet-rolltemplate-kingmaker .uneditable-input, +.ui-dialog .tab-content .tabs--kingmaker .uneditable-input, +.sheet-rolltemplate-kingmaker textarea, +.ui-dialog .tab-content .tabs--kingmaker textarea, .sheet-rolltemplate-kingmaker .underlined, .ui-dialog .tab-content .tabs--kingmaker .underlined, +.sheet-rolltemplate-kingmaker .sheet-underlined, +.ui-dialog .tab-content .tabs--kingmaker .sheet-underlined { + border-width: 1px 3px; + border-style: solid; + border-radius: 5px; + border-color: transparent; + box-sizing: border-box; +} + +.sheet-rolltemplate-kingmaker .boxed, .ui-dialog .tab-content .tabs--kingmaker .boxed, +.sheet-rolltemplate-kingmaker .sheet-boxed, +.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed { + border: 2px solid var(--borderColor); + border-radius: 0; + box-sizing: border-box; +} + +.sheet-rolltemplate-kingmaker .boxed.thick-left, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-left, +.sheet-rolltemplate-kingmaker .sheet-boxed.thick-left, +.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-left { + border-left-width: 5px; +} + +.sheet-rolltemplate-kingmaker .boxed.thick-bottom, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-bottom, +.sheet-rolltemplate-kingmaker .sheet-boxed.thick-bottom, +.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-bottom { + border-bottom-width: 5px; +} + +.sheet-rolltemplate-kingmaker .boxed.thick-right, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-right, +.sheet-rolltemplate-kingmaker .sheet-boxed.thick-right, +.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-right { + border-right-width: 5px; +} + +.sheet-rolltemplate-kingmaker .boxed.thick-top, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-top, +.sheet-rolltemplate-kingmaker .sheet-boxed.thick-top, +.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-top { + border-top-width: 5px; +} + +.sheet-rolltemplate-kingmaker .underlined, .ui-dialog .tab-content .tabs--kingmaker .underlined, +.sheet-rolltemplate-kingmaker .sheet-underlined, +.ui-dialog .tab-content .tabs--kingmaker .sheet-underlined { + border-radius: 0; + border-bottom: 1px solid var(--borderColor); + transition: var(--focusTrans); +} + +.sheet-rolltemplate-kingmaker :is(.underlined, .boxed):not([readonly]):not([type=checkbox]):not([type=radio]):is(:focus, :focus-within), .ui-dialog .tab-content .tabs--kingmaker :is(.underlined, .boxed):not([readonly]):not([type=checkbox]):not([type=radio]):is(:focus, :focus-within) { + background-color: var(--subHeadBackColor); +} + +.sheet-rolltemplate-kingmaker .underlined--invisible, .ui-dialog .tab-content .tabs--kingmaker .underlined--invisible { + border-color: transparent !important; +} + +.ui-dialog .tab-content .tabs--kingmaker section, +.ui-dialog .tab-content .tabs--kingmaker header, .ui-dialog .tab-content .tabs--kingmaker .styled-button { + box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; +} + +.ui-dialog .tab-content .tabs--kingmaker section:is(:hover, :focus-within), +.ui-dialog .tab-content .tabs--kingmaker header:is(:hover, :focus-within) { + box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; +} + +.sheet-rolltemplate-kingmaker input:is([type=radio], [type=checkbox]):not(.collapse):not(.fill-left__radio):checked:before, .ui-dialog .tab-content .tabs--kingmaker input:is([type=radio], [type=checkbox]):not(.collapse):not(.fill-left__radio):checked:before { + content: "✓"; + grid-area: content; + font-weight: bold; + place-self: start center; + color: var(--checkColor); + font-size: 1.5rem; + line-height: 0.5rem; +} + +.sheet-rolltemplate-kingmaker input:is([type=radio], [type=checkbox]), .ui-dialog .tab-content .tabs--kingmaker input:is([type=radio], [type=checkbox]) { + border: 1px solid var(--borderColor); + cursor: pointer; + -webkit-appearance: none; + appearance: none; + width: 14px; + min-width: 14px; + height: 14px; + min-height: 14px; + display: grid; + grid-template-columns: 1fr; + grid-template-areas: "content"; +} + +.sheet-rolltemplate-kingmaker input[type=number], .ui-dialog .tab-content .tabs--kingmaker input[type=number] { + width: 3rem; + -moz-appearance: textfield !important; + text-align: center; +} + +.sheet-rolltemplate-kingmaker input[type=number]::-webkit-inner-spin-button, .ui-dialog .tab-content .tabs--kingmaker input[type=number]::-webkit-inner-spin-button, .sheet-rolltemplate-kingmaker input[type=number]::-webkit-outer-spin-button, .ui-dialog .tab-content .tabs--kingmaker input[type=number]::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} + +.sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select, +.sheet-rolltemplate-kingmaker .pseudo-select span, +.ui-dialog .tab-content .tabs--kingmaker .pseudo-select span, +.sheet-rolltemplate-kingmaker .sheet-pseudo-select span, +.ui-dialog .tab-content .tabs--kingmaker .sheet-pseudo-select span, +.sheet-rolltemplate-kingmaker textarea, +.ui-dialog .tab-content .tabs--kingmaker textarea, +.sheet-rolltemplate-kingmaker input:not(:is([type=radio], [type=checkbox])), +.ui-dialog .tab-content .tabs--kingmaker input:not(:is([type=radio], [type=checkbox])), +.sheet-rolltemplate-kingmaker .uneditable-input, +.ui-dialog .tab-content .tabs--kingmaker .uneditable-input { + padding: 2px; +} + +.sheet-rolltemplate-kingmaker input:is([type=text], [type=number]), .ui-dialog .tab-content .tabs--kingmaker input:is([type=text], [type=number]), .sheet-rolltemplate-kingmaker textarea, .ui-dialog .tab-content .tabs--kingmaker textarea { + cursor: auto; +} + +.sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select, +.sheet-rolltemplate-kingmaker .sheet-pseudo-select span, +.ui-dialog .tab-content .tabs--kingmaker .sheet-pseudo-select span, +.sheet-rolltemplate-kingmaker .pseudo-select span, +.ui-dialog .tab-content .tabs--kingmaker .pseudo-select span { + -webkit-apperance: none; + appearance: none; + text-transform: capitalize; + overflow: hidden !important; + white-space: nowrap; + text-overflow: ellipsis; + text-align: center; + color: var(--fontColor); +} + +.sheet-rolltemplate-kingmaker input, .ui-dialog .tab-content .tabs--kingmaker input { + width: auto; +} + +.sheet-rolltemplate-kingmaker input:placeholder, .ui-dialog .tab-content .tabs--kingmaker input:placeholder { + color: rgba(237, 237, 237, 0.5019607843); +} + +.sheet-rolltemplate-kingmaker input.plus-control:not([value*="-"]) + span:before, .ui-dialog .tab-content .tabs--kingmaker input.plus-control:not([value*="-"]) + span:before { + content: "+"; +} + +.sheet-rolltemplate-kingmaker textarea, .ui-dialog .tab-content .tabs--kingmaker textarea { + resize: vertical; + white-space: pre-wrap; +} + +.sheet-rolltemplate-kingmaker textarea.fixed, .ui-dialog .tab-content .tabs--kingmaker textarea.fixed { + resize: none; + overflow: auto; +} + +.sheet-rolltemplate-kingmaker label.input-label, .ui-dialog .tab-content .tabs--kingmaker label.input-label { + cursor: pointer; +} + +.sheet-rolltemplate-kingmaker .input-label, .ui-dialog .tab-content .tabs--kingmaker .input-label { + display: inline-flex; + gap: var(--half-gap); + align-items: center; +} + +.sheet-rolltemplate-kingmaker .input-label:not(.stacked) > input[type=text], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked) > input[type=text] { + flex: 1 1 0; +} + +.sheet-rolltemplate-kingmaker .input-label:not(.stacked) > :not([name]), .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked) > :not([name]) { + flex: 0 0 auto; +} + +.sheet-rolltemplate-kingmaker .input-label > :is(span, button), .ui-dialog .tab-content .tabs--kingmaker .input-label > :is(span, button) { + text-transform: capitalize; +} + +.sheet-rolltemplate-kingmaker .input-label--dual, .ui-dialog .tab-content .tabs--kingmaker .input-label--dual { + grid-template-columns: 1fr auto 1fr; + grid-template-areas: "over over over" "under under under"; +} + +.sheet-rolltemplate-kingmaker .input-label--dual > span:last-of-type, .ui-dialog .tab-content .tabs--kingmaker .input-label--dual > span:last-of-type { + grid-column: 1/-1; +} + +.sheet-rolltemplate-kingmaker .input-label--dual > input:not([type=number]):not([type=checkbox]):not([type=radio]), .ui-dialog .tab-content .tabs--kingmaker .input-label--dual > input:not([type=number]):not([type=checkbox]):not([type=radio]) { + width: 100%; +} + +.sheet-rolltemplate-kingmaker .input-label--dual > .slash, .ui-dialog .tab-content .tabs--kingmaker .input-label--dual > .slash { + line-height: 0rem; + font-weight: normal; +} + +.sheet-rolltemplate-kingmaker .collapse-container, .ui-dialog .tab-content .tabs--kingmaker .collapse-container { + display: grid; + position: relative; +} + +.sheet-rolltemplate-kingmaker .text-collapse, .ui-dialog .tab-content .tabs--kingmaker .text-collapse { + cursor: pointer; + display: flex; + justify-content: flex-start; + align-items: center; +} + +.sheet-rolltemplate-kingmaker .text-collapse:before, .ui-dialog .tab-content .tabs--kingmaker .text-collapse:before { + content: "unfold_less"; +} + +.sheet-rolltemplate-kingmaker .text-collapse__text, .ui-dialog .tab-content .tabs--kingmaker .text-collapse__text { + display: inline; +} + +.sheet-rolltemplate-kingmaker .text-collapse__check:checked + .text-collapse:before, .ui-dialog .tab-content .tabs--kingmaker .text-collapse__check:checked + .text-collapse:before { + content: "unfold_more"; +} + +.sheet-rolltemplate-kingmaker .repitem:hover .collapse, .ui-dialog .tab-content .tabs--kingmaker .repitem:hover .collapse, .sheet-rolltemplate-kingmaker .repitem:hover .roll-container, .ui-dialog .tab-content .tabs--kingmaker .repitem:hover .roll-container, +.sheet-rolltemplate-kingmaker .collapse-container:hover .collapse, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container:hover .collapse, +.sheet-rolltemplate-kingmaker .collapse-container:hover .roll-container, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container:hover .roll-container { + opacity: 1; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse, +.sheet-rolltemplate-kingmaker .collapse-container .collapse, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse { + opacity: 0; + position: absolute; + right: -10px; + top: 0px; + border: 0px solid black; + border-radius: 0; + color: var(--selectedColor); + text-transform: none; + background-color: transparent; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse:before, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:before, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:before, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:before { + content: "y"; + font-family: pictos; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse:checked, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked { + color: var(--unselectedColor1); + background-color: transparent; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse:checked ~ .expanded, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked ~ .expanded, +.sheet-rolltemplate-kingmaker .repitem .collapse:checked ~ .collapse-container .expanded, +.ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked ~ .collapse-container .expanded, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked ~ .expanded, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked ~ .expanded, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked ~ .collapse-container .expanded, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked ~ .collapse-container .expanded { + display: none !important; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + *, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + *, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + *, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + * { + display: none !important; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse:not(:checked) ~ .collapsed, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:not(:checked) ~ .collapsed, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:not(:checked) ~ .collapsed, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:not(:checked) ~ .collapsed { + display: none !important; +} + +.sheet-rolltemplate-kingmaker .repitem .collapse:hover, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:hover, +.sheet-rolltemplate-kingmaker .collapse-container .collapse:hover, +.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:hover { + color: var(--selectedColor); +} + +.sheet-rolltemplate-kingmaker .repcontainer.editmode .collapse, .ui-dialog .tab-content .tabs--kingmaker .repcontainer.editmode .collapse { + display: none; +} + +.sheet-rolltemplate-kingmaker .adaptive, .ui-dialog .tab-content .tabs--kingmaker .adaptive { + display: grid; + grid-template-columns: auto; + grid-template-rows: auto; + grid-template-areas: "content"; + position: relative; +} + +.sheet-rolltemplate-kingmaker .adaptive > *, .ui-dialog .tab-content .tabs--kingmaker .adaptive > * { + grid-area: content; +} + +.sheet-rolltemplate-kingmaker .adaptive > span, .ui-dialog .tab-content .tabs--kingmaker .adaptive > span { + opacity: 0; + z-index: -10; + text-transform: initial; + border-radius: 0px; +} + +.sheet-rolltemplate-kingmaker .adaptive--text, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text { + min-height: 4rem; +} + +.sheet-rolltemplate-kingmaker .adaptive--text__span, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text__span { + white-space: pre-wrap; + padding: 2px; +} + +.sheet-rolltemplate-kingmaker .adaptive--text__textarea, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text__textarea { + width: 100%; + height: 100%; + resize: none; +} + +.sheet-rolltemplate-kingmaker .adaptive--text__textarea, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text__textarea, +.sheet-rolltemplate-kingmaker .adaptive--input__input, +.ui-dialog .tab-content .tabs--kingmaker .adaptive--input__input { + position: absolute; +} + +.sheet-rolltemplate-kingmaker .adaptive--input__input, .ui-dialog .tab-content .tabs--kingmaker .adaptive--input__input { + width: 100%; +} + +.sheet-rolltemplate-kingmaker .adaptive--input__span, .ui-dialog .tab-content .tabs--kingmaker .adaptive--input__span { + padding: 2px; + min-height: 1.5rem; +} + +.sheet-rolltemplate-kingmaker .headed-textarea, .ui-dialog .tab-content .tabs--kingmaker .headed-textarea { + display: grid; + grid-template-rows: auto 1fr; + grid-template-columns: auto; + grid-column: 1/-1; +} + +.sheet-rolltemplate-kingmaker .headed-textarea :not(textarea):not(.adaptive), .ui-dialog .tab-content .tabs--kingmaker .headed-textarea :not(textarea):not(.adaptive) { + justify-self: start; +} + +.sheet-rolltemplate-kingmaker .headed-textarea .headed-textarea__header, .ui-dialog .tab-content .tabs--kingmaker .headed-textarea .headed-textarea__header { + grid-area: initial; +} + +.sheet-rolltemplate-kingmaker .flex-box, .ui-dialog .tab-content .tabs--kingmaker .flex-box, +.sheet-rolltemplate-kingmaker .sheet-flex-box, +.ui-dialog .tab-content .tabs--kingmaker .sheet-flex-box { + display: flex; +} + +.sheet-rolltemplate-kingmaker .flex-wrap, .ui-dialog .tab-content .tabs--kingmaker .flex-wrap, +.sheet-rolltemplate-kingmaker .sheet-flex-wrap, +.ui-dialog .tab-content .tabs--kingmaker .sheet-flex-wrap { + flex-wrap: wrap; +} + +.sheet-rolltemplate-kingmaker .justify-space-around, .ui-dialog .tab-content .tabs--kingmaker .justify-space-around, +.sheet-rolltemplate-kingmaker .sheet-justify-space-around, +.ui-dialog .tab-content .tabs--kingmaker .sheet-justify-space-around { + justify-content: space-around; +} + +.sheet-rolltemplate-kingmaker .justify-space-between, .ui-dialog .tab-content .tabs--kingmaker .justify-space-between, +.sheet-rolltemplate-kingmaker .sheet-justify-space-between, +.ui-dialog .tab-content .tabs--kingmaker .sheet-justify-space-between { + justify-content: space-between; +} + +.sheet-rolltemplate-kingmaker .justify-center, .ui-dialog .tab-content .tabs--kingmaker .justify-center, +.sheet-rolltemplate-kingmaker .sheet-justify-center, +.ui-dialog .tab-content .tabs--kingmaker .sheet-justify-center { + justify-content: center; +} + +.sheet-rolltemplate-kingmaker .stacked, .ui-dialog .tab-content .tabs--kingmaker .stacked { + flex-direction: column; +} + +.sheet-rolltemplate-kingmaker .stacked.center > *, .ui-dialog .tab-content .tabs--kingmaker .stacked.center > * { + text-align: center; +} + +.sheet-rolltemplate-kingmaker .stacked:not(.center), .ui-dialog .tab-content .tabs--kingmaker .stacked:not(.center) { + align-items: start; +} + +.sheet-rolltemplate-kingmaker .stacked > [name]:not([type=number]):not([type=checkbox]):not([type=radio]), .ui-dialog .tab-content .tabs--kingmaker .stacked > [name]:not([type=number]):not([type=checkbox]):not([type=radio]) { + width: 100%; +} + +.sheet-rolltemplate-kingmaker .span-2, .ui-dialog .tab-content .tabs--kingmaker .span-2, +.sheet-rolltemplate-kingmaker .sheet-span-2, +.ui-dialog .tab-content .tabs--kingmaker .sheet-span-2 { + grid-column: span 2; +} + +.sheet-rolltemplate-kingmaker .span-all, .ui-dialog .tab-content .tabs--kingmaker .span-all, +.sheet-rolltemplate-kingmaker .sheet-span-all, +.ui-dialog .tab-content .tabs--kingmaker .sheet-span-all { + grid-column: 1/-1; +} + +.sheet-rolltemplate-kingmaker .row-reverse, .ui-dialog .tab-content .tabs--kingmaker .row-reverse, +.sheet-rolltemplate-kingmaker .sheet-row-revers, +.ui-dialog .tab-content .tabs--kingmaker .sheet-row-revers { + flex-direction: row-reverse; +} + +.sheet-rolltemplate-kingmaker .column-reverse, .ui-dialog .tab-content .tabs--kingmaker .column-reverse, +.sheet-rolltemplate-kingmaker .sheet-column-reverse, +.ui-dialog .tab-content .tabs--kingmaker .sheet-column-reverse { + flex-direction: column-reverse; +} + +.sheet-rolltemplate-kingmaker .gap, .ui-dialog .tab-content .tabs--kingmaker .gap, +.sheet-rolltemplate-kingmaker .sheet-gap, +.ui-dialog .tab-content .tabs--kingmaker .sheet-gap { + gap: var(--grid-gap); +} + +.sheet-rolltemplate-kingmaker .half-gap, .ui-dialog .tab-content .tabs--kingmaker .half-gap, +.sheet-rolltemplate-kingmaker .sheet-half-gap, +.ui-dialog .tab-content .tabs--kingmaker .sheet-half-gap { + gap: var(--half-gap); +} + +.sheet-rolltemplate-kingmaker .tiny-gap, .ui-dialog .tab-content .tabs--kingmaker .tiny-gap, +.sheet-rolltemplate-kingmaker .sheet-tiny-gap, +.ui-dialog .tab-content .tabs--kingmaker .sheet-tiny-gap { + gap: var(--tiny-gap); +} + +.sheet-rolltemplate-kingmaker .big-gap, .ui-dialog .tab-content .tabs--kingmaker .big-gap, +.sheet-rolltemplate-kingmaker .sheet-big-gap, +.ui-dialog .tab-content .tabs--kingmaker .sheet-big-gap { + gap: var(--big-gap); +} + +.sheet-rolltemplate-kingmaker .no-gap, .ui-dialog .tab-content .tabs--kingmaker .no-gap, +.sheet-rolltemplate-kingmaker .sheet-no-gap, +.ui-dialog .tab-content .tabs--kingmaker .sheet-no-gap { + gap: 0; +} + +.sheet-rolltemplate-kingmaker .flex-min-content, .ui-dialog .tab-content .tabs--kingmaker .flex-min-content, +.sheet-rolltemplate-kingmaker .sheet-flex-min-content, +.ui-dialog .tab-content .tabs--kingmaker .sheet-flex-min-content { + flex: 1 0 min-content; +} + +.sheet-rolltemplate-kingmaker .align-self-stretch, .ui-dialog .tab-content .tabs--kingmaker .align-self-stretch, +.sheet-rolltemplate-kingmaker .sheet-align-self-stretch, +.ui-dialog .tab-content .tabs--kingmaker .sheet-align-self-stretch { + align-self: stretch; +} + +.sheet-rolltemplate-kingmaker .align-self-start, .ui-dialog .tab-content .tabs--kingmaker .align-self-start, +.sheet-rolltemplate-kingmaker .sheet-align-self-start, +.ui-dialog .tab-content .tabs--kingmaker .sheet-align-self-start { + align-self: start; +} + +.sheet-rolltemplate-kingmaker .align-self-end, .ui-dialog .tab-content .tabs--kingmaker .align-self-end, +.sheet-rolltemplate-kingmaker .sheet-align-self-end, +.ui-dialog .tab-content .tabs--kingmaker .sheet-align-self-end { + align-self: end; +} + +.sheet-rolltemplate-kingmaker .align-items-center, .ui-dialog .tab-content .tabs--kingmaker .align-items-center, +.sheet-rolltemplate-kingmaker .sheet-align-items-center, +.ui-dialog .tab-content .tabs--kingmaker .sheet-align-items-center { + align-items: center; +} + +.sheet-rolltemplate-kingmaker .flex-box > .span-all, .ui-dialog .tab-content .tabs--kingmaker .flex-box > .span-all { + width: 100%; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button { + text-transform: none; + opacity: 0; + transition-property: opacity, background-color; + transition-duration: var(--revealTime); +} + +.sheet-rolltemplate-kingmaker .repitem > input:not([type=checkbox]), .ui-dialog .tab-content .tabs--kingmaker .repitem > input:not([type=checkbox]) { + width: 100%; +} + +.sheet-rolltemplate-kingmaker .repitem .headed-textarea, .ui-dialog .tab-content .tabs--kingmaker .repitem .headed-textarea, +.sheet-rolltemplate-kingmaker .repitem .description, +.ui-dialog .tab-content .tabs--kingmaker .repitem .description { + grid-column: 1/-1; +} + +.sheet-rolltemplate-kingmaker .repcontainer, .ui-dialog .tab-content .tabs--kingmaker .repcontainer { + display: grid; + gap: var(--grid-gap); +} + +.sheet-rolltemplate-kingmaker .repeating-container, .ui-dialog .tab-content .tabs--kingmaker .repeating-container { + display: grid; + grid-template-areas: "header"; + align-self: start; +} + +.sheet-rolltemplate-kingmaker .repeating-container > .header, .ui-dialog .tab-content .tabs--kingmaker .repeating-container > .header { + grid-area: header; +} + +.sheet-rolltemplate-kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol-button, +.sheet-rolltemplate-kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol > .repcontrol_edit::after, +.ui-dialog .tab-content .tabs--kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol > .repcontrol_edit::after { + opacity: 1 !important; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button { + grid-area: header; + align-self: start; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol { + grid-area: header; + justify-self: end; + z-index: 100; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_add, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_add { + display: none !important; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit { + visibility: hidden; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after { + position: relative; + top: var(--tiny-gap); + visibility: visible; + font-family: pictos; + align-self: start; + content: "p"; +} + +.sheet-rolltemplate-kingmaker .repcontrol_move, .ui-dialog .tab-content .tabs--kingmaker .repcontrol_move { + display: none; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button--add, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button--add { + justify-self: start; +} + +.sheet-rolltemplate-kingmaker .repcontrol-button--add:before, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button--add:before { + font-family: pictos; + content: "&"; +} + +.ui-dialog .tab-content .tabs--kingmaker .circle { + border-radius: 50%; +} + +.sheet-rolltemplate-kingmaker .ratio1-1, .ui-dialog .tab-content .tabs--kingmaker .ratio1-1, +.sheet-rolltemplate-kingmaker .sheet-ratio1-1, +.ui-dialog .tab-content .tabs--kingmaker .sheet-ratio1-1 { + aspect-ratio: 1/1; +} + +.sheet-rolltemplate-kingmaker .fill-left, .ui-dialog .tab-content .tabs--kingmaker .fill-left { + display: flex; + align-self: center; + box-sizing: border-box; +} + +.sheet-rolltemplate-kingmaker .fill-left__radio, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio { + appearance: none; + -webkit-appearance: none; + background-color: var(--selectedColor); + order: 1; + width: 100%; + height: 100%; + cursor: pointer; +} + +.sheet-rolltemplate-kingmaker .fill-left__radio[data-value]:checked:before, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio[data-value]:checked:before { + content: attr(data-value); + color: var(--backColor); + font-size: 1rem; + place-self: center; + text-transform: uppercase; +} + +.sheet-rolltemplate-kingmaker .fill-left__radio:checked ~ .fill-left__radio, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio:checked ~ .fill-left__radio, .sheet-rolltemplate-kingmaker .fill-left__radio.fill-left__radio--clearer[value="0"] ~ .fill-left__radio, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio.fill-left__radio--clearer[value="0"] ~ .fill-left__radio { + background-color: var(--unselectedColor2); + order: 3; +} + +.sheet-rolltemplate-kingmaker, .ui-dialog .tab-content .tabs--kingmaker { + --topHeaderFont:Arial; + --midHeaderFont:Arial; + --contentFont:Arial; +} + +.sheet-rolltemplate-kingmaker, .ui-dialog .tab-content .tabs--kingmaker { + --grid-gap: 1rem; + --half-gap: calc(var(--grid-gap) / 2); + --tiny-gap: calc(var(--half-gap) / 2); + --big-gap: calc(var(--grid-gap) * 2); + --spanSectionColumn:1/-1; + --revealTime: 500ms; + --delayTime: 200ms; + --inputSwap: opacity var(--revealTime) ease var(--delayTime); + --focusTiming: 500ms ease; + --focusTrans: all var(--focusTiming); + --borderColor: black; + --fontColor: black; + --backColor: #ffffff; + --subHeadBackColor:grey; + --unselectedColor1:lightgrey; + --unselectedColor2:transparent; + --selectedColor:black; + --checkColor:black; + --darkCheck:white; + --displayBorderWidth: 2px; +} + +.sheet-rolltemplate-kingmaker, .ui-dialog .tab-content .tabs--kingmaker { + --lightBackhue: 0; + --lightBackSat: 0%; + --lightBackLight: 100%; + --sectionBack: hsl(240, 5%, 4%); + --darkBackhue: 240; + --darkBackSat: 5%; + --darkBackLight: 4%; + --backhue: var(--lightBackhue); + --backSat: var(--lightBackSat); + --backLight: var(--lightBackLight); + --backgroundOpacity: 0.6; + --backColor: hsla(var(--backhue), var(--backSat), var(--backLight),1); + --sectionBackColor:var(--backColor); + --navBackColor: var(--backColor); + --checkColor: #1f1f1f; + --darkCheck: #e8bf8b; + --kingmakerDarkGreen:#182F18; + --kingmakerMidGreen: #3C773C; + --kingmakerLightGreen: #A7C25B; + --kingmakerBackColor: var(--kingmakerDarkGreen); + --fontColor: var(--kingmakerDarkGreen); + --borderColor: var(--kingmakerDarkGreen); + --selectedColor:var(--kingmakerDarkGreen); + --headerColor: #ffffff; + --contentFont: "Average Sans"; + --topHeaderFont: "Average Sans"; + --midHeaderFont: "Average Sans"; + --revealTime: 750ms; + --scrollSlicable: url("https://s3.amazonaws.com/files.d20.io/images/305632408/c0wvsI4BsQVWoknl8IPrVQ/original.png?166378928255"); + --scrollLeft: url("https://s3.amazonaws.com/files.d20.io/images/303397683/t-1_4lao3RzOurwEf2NINg/original.png?16625103635"); + --scrollMiddle: url("https://s3.amazonaws.com/files.d20.io/images/303397183/6UBE7lwwpGGnEXY7IbqeOw/original.png?166251016055"); + --scrollRight: url("https://s3.amazonaws.com/files.d20.io/images/303397684/gk91ej38QMw8aKtVDVQyrg/original.png?16625103635"); + --parchment: url("https://s3.amazonaws.com/files.d20.io/images/303407391/-S-zcuzv1FIFaPJSaGlwfA/original.jpg?166251479655"); + --hexTL: url("https://s3.amazonaws.com/files.d20.io/images/303407389/2JOyoFD4a7yqzyEK5j-CkA/original.png?166251478855"); + --hexBR: url("https://s3.amazonaws.com/files.d20.io/images/303407388/A4M1GbR3kXQXtjMDEgZecA/original.png?166251478855"); +} + +.sheet-rolltemplate-darkmode, .sheet-darkmode .tab-content .tabs--kingmaker { + --borderColor: var(--dark-secondarytext); + --fontColor: var(--kingmakerMidGreen); + --backColor: var(--dark-surface1); + --selectedColor:var(--dark-primary); + --subHeadBackColor:var(--dark-primary); + --checkColor: var(--darkCheck); +} + +.sheet-rolltemplate-darkmode img, .sheet-darkmode .tab-content .tabs--kingmaker img { + filter: brightness(0.8) contrast(1.2); +} + +html { + font-size: 16px; +} + +.ui-dialog .tab-content .tabs--kingmaker { + display: grid; + grid-area: content; + grid-template-rows: auto; + grid-auto-rows: 1fr; + min-height: calc(100vh - 90px); +} + +.ui-dialog .tab-content .tabs--kingmaker .tabs--kingmaker__button.inactive { + display: none !important; +} + +.ui-dialog .tab-content .tabs--kingmaker .tabs--kingmaker__body { + --hexSize: 200px; + padding: var(--half-gap); + background-image: var(--hexTL), var(--hexBR); + background-repeat: no-repeat, no-repeat; + background-position: top -1px left, bottom right; + background-size: var(--hexSize), var(--hexSize); +} + +.ui-dialog .tab-content .tabs--kingmaker article { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); + grid-auto-rows: auto; + gap: var(--grid-gap); + grid-auto-flow: dense; +} + +.ui-dialog .tab-content .tabs--kingmaker section, +.ui-dialog .tab-content .tabs--kingmaker header { + display: grid; + gap: var(--half-gap); + grid-template-areas: "header"; + border-radius: 5px; + padding: var(--half-gap); + transition-property: box-shadow, background-color; + transition-duration: var(--revealTime); + transition-timing-function: ease; + background-color: hsla(var(--backhue), var(--backSat), var(--backLight), var(--backgroundOpacity)); +} + +.ui-dialog .tab-content .tabs--kingmaker section:is(:hover, :focus-within), +.ui-dialog .tab-content .tabs--kingmaker header:is(:hover, :focus-within) { + --backgroundOpacity: 1; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box { + --box-radius:3px 3px 0 0; + border: 2px solid var(--borderColor); + border-radius: var(--box-radius); + overflow: hidden; + gap: 0; + align-items: center; + width: min-content; + background-color: var(--kingmakerBackColor); +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .input-label--kingmaker-box__label { + border-radius: 0 0 var(--box-radius) var(--box-radius); + color: var(--headerColor); + display: block; + width: 100%; + min-width: 4rem; + padding: 2px 5px; + text-align: center; + text-transform: capitalize; + white-space: nowrap; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > :not(.input-label--kingmaker-box__label) { + width: 100%; + border-radius: var(--box-radius) var(--box-radius) 0 0; + background-color: var(--sectionBackColor); + border-radius: 0; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .boxed { + border-inline: 0px solid transparent; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .boxed:last-child { + border-bottom: 0px solid transparent; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .dual-input { + align-self: stretch; + display: flex; + justify-content: center; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .dual-input .slash { + align-self: center; +} + +.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .input-label { + align-self: end; + justify-content: end; +} + +.ui-dialog .tab-content .tabs--kingmaker .combined-army-stat { + width: fit-content; + display: flex; + align-items: center; + gap: 0.5rem; +} + +.ui-dialog .tab-content .tabs--kingmaker h2 { + border-radius: 5px 5px 0 0; + background-color: var(--kingmakerBackColor); + color: var(--headerColor); + font-weight: 700; + padding: var(--half-gap) var(--grid-gap); +} + +.ui-dialog .tab-content .tabs--kingmaker h3 { + grid-area: header; +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button { + background-color: var(--sectionBackColor); + border: 0; + border-radius: 0.5rem; + box-sizing: border-box; + cursor: pointer; + transition-property: background-color, color; + transition-duration: var(--revealTime); + padding-inline: var(--half-gap); + text-align: center; +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button:hover { + background-color: var(--selectedColor); +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button:hover, .ui-dialog .tab-content .tabs--kingmaker .styled-button:hover * { + color: var(--dark-secondarytext); +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button:focus { + outline: 2px solid transparent; + outline-offset: 2px; +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button:focus-visible { + box-shadow: none; +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button-control:is(:checked, [type=hidden]:not([value=""]):not([value="0"])) + .styled-button--controlled { + background-color: var(--selectedColor); +} + +.ui-dialog .tab-content .tabs--kingmaker .styled-button-control:is(:checked, [type=hidden]:not([value=""]):not([value="0"])) + .styled-button--controlled, .ui-dialog .tab-content .tabs--kingmaker .styled-button-control:is(:checked, [type=hidden]:not([value=""]):not([value="0"])) + .styled-button--controlled * { + color: var(--dark-secondarytext); +} + +.ui-dialog .tab-content .tabs--kingmaker .parens-holder { + display: flex; + align-items: center; +} + +.ui-dialog .tab-content .tabs--kingmaker .parens-holder > .input-label { + gap: 0; +} + +.ui-dialog .tab-content .tabs--kingmaker .parens-holder > .input-label span { + font-size: 0.8rem; +} + +.ui-dialog .tab-content .tabs--kingmaker .stat-container { + border: 2px solid var(--fontColor); + display: flex; + flex-direction: column; + align-items: center; + break-inside: avoid; + aspect-ratio: 1/1; + justify-content: center; + overflow: hidden; +} + +.ui-dialog .tab-content .tabs--kingmaker .stat-container:not(.circle) { + border-radius: 20px; +} + +.ui-dialog .tab-content .tabs--kingmaker .roller:before { + content: ""; +} + +.ui-dialog .tab-content .tabs--kingmaker .score-container { + display: grid; + background-color: var(--kingmakerLightGreen); +} + +.ui-dialog .tab-content .tabs--kingmaker .score-container > input { + background-color: var(--sectionBackColor); +} + +.ui-dialog .tab-content .tabs--kingmaker .score-container--content { + width: 100%; + text-align: center; + justify-content: center; + justify-items: center; + color: white; + transition-duration: var(--revealTime); + transition-property: background-color; + background-color: transparent; +} + +.ui-dialog .tab-content .tabs--kingmaker .score-container--content:is(button):hover { + background-color: var(--kingmakerDarkGreen); +} + +.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker { + --cornerWidth:42px; + position: relative; + display: grid; + justify-content: center; + grid-template-columns: [left-start] var(--cornerWidth) [left-end center-start] 1fr [head-start] auto [head-end] 1fr [right-start center-end] var(--cornerWidth) [right-end image-end]; + grid-template-rows: [left-start center-start right-start head-start] auto [head-end left-end center-end right-end]; + padding-bottom: var(--grid-gap); +} + +.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__header { + grid-area: head; + padding: var(--half-gap) var(--grid-gap); + min-width: 13rem; + box-sizing: border-box; +} + +.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine { + pointer-events: none; + position: absolute; + height: 100%; + width: 100%; + background-size: auto 25px; + bottom: calc(-100% + 4px); +} + +.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine--left { + grid-area: left; + background-image: var(--scrollLeft); + background-repeat: no-repeat; + background-position: top right; + left: 2px; +} + +.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine--center { + grid-area: center; + background-image: var(--scrollMiddle); + background-repeat: repeat-x; + background-position: top; +} + +.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine--right { + grid-area: right; + background-image: var(--scrollRight); + background-repeat: no-repeat; + background-position: top left; + right: 2px; +} + +.ui-dialog .tab-content .tabs--kingmaker section { + align-self: start; +} + +.ui-dialog .tab-content .tabs--kingmaker section.collapse-container > .collapse { + right: 0; + transition-duration: var(--revealTime); + transition-property: opacity; + transition-timing-function: ease; +} + +.ui-dialog .sheetform { + background-color: transparent; +} + +.sheet-darkmode .tab-content .tabs--kingmaker { + --backhue: var(--darkBackhue); + --backSat: var(--darkBackSat); + --backLight: var(--darkBackLight); + --sectionBackColor: hsla(var(--darkBackhue), var(--darkBackSat), var(--darkBackLight),1); + --borderColor: var(--kingmakerMidGreen); + --fontColor: #E8BF8B; + --headerColor:var(--fontColor); + --selectedColor:var(--kingmakerMidGreen); + --subHeadBackColor:var(--kingmakerDarkGreen); + --kingmakerBackColor: var(--kingmakerMidGreen); + --backgroundOpacity:0.3; +} + +#main > nav { + display: flex; + flex-wrap: wrap; + justify-content: end; + align-items: end; + border-bottom: 2px solid var(--borderColor); + padding-right: var(--half-gap); + padding-top: var(--half-gap); + background-color: var(--backColor); + position: sticky; + top: -1px; + z-index: 1000; +} + +#main > nav button { + --basePad: 1.25px; + border-width: 0; + border-style: solid; + border-color: transparent; + padding: var(--basePad) calc(var(--basePad) * 2); + min-height: 21px; + text-align: center; + background-color: var(--kingmakerLightGreen); + transition-duration: var(--revealTime); + transition-property: background-color, border-color, border-radius, color, padding; +} + +#main > nav button:not(.tabs--kingmaker__button--settings) { + min-width: 5rem; + text-transform: capitalize; +} + +#main > nav button:is(.k-active-button, :hover) { + background-color: var(--kingmakerDarkGreen); + color: white; + border-radius: 5px 5px 0 0; + padding: calc(var(--basePad) * 2.5) calc(var(--basePad) * 5); +} + +#kingdom-header { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: end; + grid-column: 1/-1; +} + +#kingdom-header > .input-label { + flex: 1 0 300px; +} + +#kingdom-header > .input-label > input { + flex: 1 1 0; +} + +#kingdom-header > .kingdom-level-container { + display: grid; + column-gap: var(--tiny-gap); + grid-template-columns: auto; + grid-template-rows: 1fr 1fr; + grid-template-areas: "level" "infamy"; + max-width: 300px; +} + +#kingdom-header > .kingdom-level-container > .boxed { + border-width: 2px; +} + +#kingdom-header > .kingdom-level-container > :is(.level, .infamy) { + gap: 0; + flex-direction: row-reverse; +} + +#kingdom-header > .kingdom-level-container > :is(.level, .infamy) > input { + flex: 1 0 auto; +} + +#kingdom-header > .kingdom-level-container > .level { + grid-area: level; + border-radius: 0 20px 0 0; +} + +#kingdom-header > .kingdom-level-container > .level > span { + align-self: end; +} + +#kingdom-header > .kingdom-level-container > .infamy { + grid-area: infamy; +} + +#kingdom-header > .kingdom-level-container > .infamy > span { + align-self: start; +} + +#kingdom-header .commodities-work { + width: 100%; + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: var(--half-gap); + display: flex; + justify-content: center; +} + +#kingdom-header .commodities-work input { + width: 2rem; +} + +#kingdom-header .commodities-work .input-label > .input-label { + gap: var(--tiny-gap); +} + +#kingdom-header .commodities-work .input-label > .input-label > :not(input) { + width: min-content; +} + +#kingdom-header .commodities { + align-items: start; +} + +#kingdom-header .commodities .input-label > .input-label > .boxed { + border-top: 0px solid transparent; + border-bottom: 0px solid transparent; + border-right: 0px solid transparent; +} + +#kingdom-header .commodities { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: var(--grid-gap); + padding-inline: var(--half-gap); +} + +#kingdom-header .miscellany { + display: grid; + grid-template-columns: auto auto; + align-self: center; + gap: var(--grid-gap); + padding-inline: var(--half-gap); + justify-content: center; + place-items: center; +} + +#kingdom-header .miscellany input { + width: 4rem; + align-self: center; +} + +#kingdom-info { + display: flex; + flex-wrap: wrap; +} + +#kingdom-info > .span-all { + width: 100%; +} + +#kingdom-info > :not(.span-all) { + width: min-content; + align-self: end; +} + +#kingdom-info > :not(.span-all) span { + font-size: 0.75rem; + font-weight: bold; + text-align: center; +} + +#kingdom-info > :not(.span-all) input { + width: 3rem; + aspect-ratio: 1/1; + text-align: center; +} + +#kingdom-ability-scores > .score-container { + grid-template-columns: auto 1fr auto; +} + +#kingdom-ability-scores > .score-container > .score-container { + grid-template-columns: 1fr repeat(3, auto); + background-color: var(--backColor); +} + +#kingdom-ability-scores > .score-container > .score-container h5 { + place-self: center; +} + +#kingdom-ability-scores > .score-container > .score-container > input:not(:last-child) { + margin-right: var(--half-gap); +} + +#leaders { + grid-template-columns: auto auto 1fr; + grid-template-areas: "header header header"; +} + +#leaders input[type=text] { + width: 100%; +} + +#leaders h3 { + grid-area: unset; + text-align: left; +} + +#kingmaker-skills { + grid-row: span 2; + column-width: 350px; + column-gap: var(--grid-gap); + column-rule: 2px solid var(--kingmakerDarkGreen); + display: block; +} + +#kingmaker-skills > * { + padding-bottom: var(--half-gap); + break-inside: avoid; +} + +#kingmaker-skills > .header { + column-span: all; +} + +#kingmaker-skills .kingmaker__skill-row { + display: grid; + grid-template-columns: 1fr repeat(4, auto); + gap: var(--tiny-gap); +} + +#kingmaker-skills .kingmaker__skill-row .collapse { + right: auto; + left: 0px; +} + +#kingmaker-skills .kingmaker__skill-row .fill-left { + align-self: stretch; + align-items: stretch; +} + +#kingmaker-skills .kingmaker__skill-row .fill-left .fill-left__radio { + height: 100%; +} + +#kingmaker-skills .kingmaker__skill-row > .expanded { + display: flex; + justify-content: end; + gap: var(--tiny-gap); + padding-bottom: var(--half-gap); + border-bottom: 2px solid var(--kingmakerLightGreen); +} + +@media (min-width: 792px) { + #kingmaker-skills { + grid-column: span 2; + } +} +#kingdom-feats .repitem { + display: grid; + grid-template-columns: 2rem 1fr; +} + +#kingmaker__army-general-info { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: var(--half-gap); +} + +#kingmaker__army-general-info .input-label--kingmaker-box__label { + white-space: nowrap; +} + +#kingmaker__army-general-info > .input-label:not(.stacked):not(.input-label--kingmaker-box) { + flex: 1 1 auto; +} + +#kingmaker__army--tactics > .attack-info { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; +} + +#kingmaker__army--tactics .repcontainer[data-groupname=repeating_army-tactic] .repitem { + display: grid; + grid-template-columns: 2rem 1fr; +} + +#kingmaker__army--tactics .repcontainer[data-groupname=repeating_army-tactical-action] .repitem { + display: grid; +} + +#kingmaker__army--gear .repitem { + display: grid; + grid-template-columns: auto 1fr; +} + +#kingmaker__army--gear .healing-potions { + justify-self: end; +} + +#kingmaker__army-abilities .repitem { + display: grid; +} + +#kingmaker__settlements--general-info { + grid-column: 1/-1; +} + +.sheet-rolltemplate-kingmaker { + --scrollHeight:41.6px; + --scrollWidth: 42px; + --scrollInset: -8px; + --padForScroll:var(--grid-gap); + margin-right: -10px; + margin-left: -40px; + padding: var(--half-gap); + isolation: isolate; +} + +.sheet-rolltemplate-kingmaker .sheet-template { + margin-top: var(--grid-gap); + position: relative; + filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15)); +} + +.sheet-rolltemplate-kingmaker .sheet-template * { + color: var(--fontColor); +} + +.sheet-rolltemplate-kingmaker .sheet-template h2, +.sheet-rolltemplate-kingmaker .sheet-template h2 > *, .sheet-rolltemplate-kingmaker .sheet-template h4, +.sheet-rolltemplate-kingmaker .sheet-template h4 > * { + white-space: pre-wrap; + color: var(--kingmakerLightGreen); +} + +.sheet-rolltemplate-kingmaker .sheet-image-border { + position: absolute; + inset: var(--scrollInset); + pointer-events: none; + z-index: 100; + border-style: solid; + border-width: var(--scrollHeight) var(--scrollWidth); + border-image-source: var(--scrollSlicable); + border-image-slice: 53 87; + border-image-width: var(--scrollHeight) var(--scrollWidth); + border-image-repeat: repeat; +} + +.sheet-rolltemplate-kingmaker .sheet-header { + --resultBoxSize:calc( var(--scrollHeight) * 2 + ( var(--scrollInset) * 2 ) ); + display: grid; + gap: 0; + grid-template-columns: 1fr auto; + grid-template-rows: 1fr auto; + grid-template-areas: "title result" "charname result"; + align-items: center; + min-height: var(--resultBoxSize); +} + +.sheet-rolltemplate-kingmaker .sheet-header:last-child .sheet-character_name, +.sheet-rolltemplate-kingmaker .sheet-header:last-child .sheet-title:last-child, +.sheet-rolltemplate-kingmaker .sheet-header:last-child .sheet-title:nth-last-child(2) { + padding-bottom: var(--padForScroll); +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title { + padding-left: var(--padForScroll); + padding-right: var(--half-gap); +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name:first-child, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title:first-child { + padding-top: var(--padForScroll); +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name:last-child, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title:last-child { + padding-right: var(--padForScroll); +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name { + grid-area: charname; + justify-self: start; +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-title { + grid-area: title; + justify-self: end; +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-title:last-child, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title:nth-last-child(2) { + padding-right: var(--padForScroll); +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-result { + grid-area: result; + display: grid; + place-items: center; + grid-template-areas: "content"; + align-self: start; + min-width: var(--resultBoxSize); + min-height: var(--resultBoxSize); + padding: var(--padForScroll); + box-sizing: border-box; +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-result > * { + grid-area: content !important; +} + +.sheet-rolltemplate-kingmaker .sheet-header .sheet-result .inlinerollresult { + font-size: 3.5rem; +} + +.sheet-rolltemplate-kingmaker .sheet-content { + background-color: var(--kingmakerDarkGreen); + border-radius: 15px; + overflow: hidden; +} + +.sheet-rolltemplate-kingmaker .sheet-content a, .sheet-rolltemplate-kingmaker .sheet-content a[href^="!"], .sheet-rolltemplate-kingmaker .sheet-content a[href^="~"] { + background-color: transparent; + border: none; + padding: 0; + color: var(--kingmakerLightGreen); + font-weight: 700; +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult { + display: inline; + background-color: transparent; + border: 0px solid transparent; + font-weight: 700; +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult.fullcrit { + color: green; +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult.fullfail { + color: red; +} + +.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult.importantroll { + color: blue; +} + +.sheet-rolltemplate-kingmaker .sheet-description h3 { + text-align: left; + padding: var(--half-gap); +} + +.sheet-rolltemplate-kingmaker .sheet-text-content { + background-color: var(--backColor); +} + +.sheet-rolltemplate-kingmaker p { + margin: 0; + padding: var(--tiny-gap) var(--padForScroll) var(--padForScroll); +} + +.sheet-rolltemplate-darkmode { + --backColor:#0c0c0c; + --fontColor:#dab889; +} + +.kingdom_toggle:not([value="1"]) ~ .container.kingdom { + display: none; +} + +.kingdom_toggle[value="1"] ~ .container.pc, +.kingdom_toggle[value="1"] ~ .container.npc, +.charactersheet .licensecontainer .kingdom_toggle[value="1"] ~ .advantagetoggle { + display: none !important; +} + +html { + font-size: 10px; +} + +.ui-dialog .tab-content .tabs--kingmaker { + zoom: 1.6; +} + +.ui-dialog .tab-content .tabs--kingmaker .kingdom-level-container .level:before { + content: none; +} +.ui-dialog .tab-content .tabs--kingmaker .kingdom-level-container .level:after { + content: none; +} + +.header .display .class-display__container { + align-items: center; + border-bottom: 1px solid #d3d3d3; + display: flex; + width: 298px; +} +@keyframes fadeIn { + from { + opacity: 0; + } +} +.header .display .class-display__container .class-display { + font-size: 13px; + font-weight: normal; + line-height: 18px; + width: auto; +} +.header .display .class-display__container .levelerbutton { + background: red; + border: 1px solid black; + border: 0; + display: block; + height: 16px; + margin-bottom: 2px; + margin-left: 3px; + mask-image: url(https://raw.githubusercontent.com/mperes/5ePrint/main/charmancer_mask.png); + -webkit-mask-image: url(https://raw.githubusercontent.com/mperes/5ePrint/main/charmancer_mask.png); + mask-repeat: no-repeat !important; + -webkit-mask-repeat: no-repeat !important; + mask-size: cover; + -webkit-mask-size: cover; + padding: 0; + position: relative; + width: 16px; +} +.header .display .class-display__container .levelermode:not([value=off]):not([value=xp]) ~ .class-display:empty:before { + color: #c51919; + content: "Launch Charmancer"; + font-weight: bold; +} +.header .display .class-display__container .showleveler[value="1"] ~ .levelerbutton { + animation: fadeIn 1s infinite alternate; +} +.header .display .class-display__container .levelermode[value=xp] ~ .showleveler:not([value="1"]) ~ .levelerbutton, +.header .display .class-display__container .levelermode[value=off] ~ .levelerbutton { + display: none !important; +} + +.charmancer .bottombar { + border-left: 10px solid white; + border-right: 10px solid white; + box-sizing: content-box; + margin-left: -10px; + width: 100%; +} + +.charmancer[data-step=l1-summary] .bottombar p { + text-align: left; +} + +.is-npc .row input[type=checkbox] + span { + margin-left: 5px; +} + +.proficiencies--new .other__container--screen { + padding: 0 11px 0 8px; +} +.proficiencies--new .other__container--screen > .display > div:not(:first-child) { + margin-top: 3px; +} +.proficiencies--new .other__container--screen .display button { + background: transparent; + border: none; + box-shadow: none; + box-sizing: border-box; + display: grid; + gap: 3px; + grid-template-columns: 90px 1fr; + margin: 0 !important; + padding: 0 !important; + width: 100%; +} +.proficiencies--new .other__container--screen .display button span { + border-radius: 5px 0 5px 0; + box-sizing: border-box; + max-width: none !important; + width: 100%; +} +.proficiencies--new .other__container--screen .display button:hover { + background: transparent !important; + box-shadow: none !important; +} +.proficiencies--new .other__container--screen .toggle-type:not([value]) + .other-type, +.proficiencies--new .other__container--screen .toggle-type[value=""] + .other-type { + display: none; +} +.proficiencies--new .other__container--screen .repcontainer .options { + display: block; + padding-left: 0; +} +.proficiencies--new .options-flag:checked ~ .other__container--screen > .display { + display: none; +} +.proficiencies--new .options-flag:checked ~ .other__container--screen > .options { + border: 0; + display: block; + padding-left: 0; +} +.proficiencies--new:hover .options-flag + span { + display: flex; +} +.proficiencies--new .options-flag + span { + right: 7px !important; + top: 2px !important; + z-index: 1; +} +.proficiencies--new .top { + display: grid; + gap: 3px; + grid-template-columns: 90px 1fr; +} +.proficiencies--new .top span { + background: transparent; + box-sizing: border-box; + margin-left: 0; + width: 100%; +} +.proficiencies--new .simple { + border-radius: 5px 0 5px 0; + box-sizing: border-box; + height: 91px; + margin: 8px; + min-height: 91px; + width: calc(100% - 16px); +} + +.proficiencies--new { + display: none; +} + +.toggle-consolidated[value=on] ~ .proficiencies--new { + display: block; +} +.toggle-consolidated[value=on] ~ .proficiencies--old { + display: none; +} + +.pc .filter-traits-by[value=Racial] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Racial]) ~ .trait { + display: none; +} +.pc .filter-traits-by[value=Class] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Class]) ~ .trait { + display: none; +} +.pc .filter-traits-by[value=Feat] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Feat]) ~ .trait { + display: none; +} +.pc .filter-traits-by[value=Background] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Background]) ~ .trait { + display: none; +} +.pc .filter-traits-by[value=Item] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Item]) ~ .trait { + display: none; +} +.pc .traits .trait .display .subheader span[name=attr_source]:not(:empty):after { + content: ": "; +} +.pc .traits select[name=attr_filter_traits_by] { + -webkit-appearance: none; + -moz-appearance: none; + background: none; + border-bottom: 1px solid black; + border-left: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; + border-right: 0px; + border-top: 0px; + box-shadow: none; + color: black; + cursor: pointer; + display: inline-block; + font-size: 12px; + font-weight: bold; + height: 24px; + line-height: 24px; + margin: 0px; + outline: none !important; + padding: 0 10px !important; + padding: 0px; + width: 100% !important; + width: initial; +} +.pc .filter-traits-by[value=Other] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Other]):not([value=""]) ~ .trait { + display: none; +} +.pc .complex .repcontainer .repitem .newly-added { + display: none; +} +.pc .complex .repcontainer .repitem .newly-added:checked ~ .trait { + display: block !important; +} +.pc .empty-select[value=""] + select, +.pc .empty-select:not([value]) + select { + color: #d3d3d3 !important; + font-weight: normal !important; +} + +/* DARKMODE STYLES +============================= */ +/* || CONTAINER IFRAME */ +.sheet-darkmode #tab-content { + font-family: Tiamat Text; + font-style: normal; + font-weight: 500; + letter-spacing: 0; + line-height: 18px; +} +.sheet-darkmode p { + font-family: Tiamat Text; + font-style: normal; + font-weight: 500; + letter-spacing: 0; + line-height: 18px; +} +.sheet-darkmode input, +.sheet-darkmode button, +.sheet-darkmode select, +.sheet-darkmode textarea, +.sheet-darkmode .textbox.pibf .display span { + font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +} +.sheet-darkmode select, +.sheet-darkmode option { + background-color: var(--dark-surface1); +} +.sheet-darkmode .sheetform { + background-color: var(--dark-surface1); +} +.sheet-darkmode .attack .options { + border-top: none !important; +} +.sheet-darkmode .attack .options select { + color: var(--dark-primarytext); + background-color: var(--dark-surface1); +} +.sheet-darkmode .spell .options { + border-top: none !important; +} +.sheet-darkmode .spell .options select { + color: var(--dark-primarytext); + background-color: var(--dark-surface1); +} +.sheet-darkmode .spell .display button[type=roll] { + color: var(--dark-secondarytext); +} +.sheet-darkmode .spell .details span[name=attr_spellname] { + color: var(--dark-red-L20); +} +.sheet-darkmode .spell .prep { + border-color: var(--dark-secondarytext); +} +.sheet-darkmode .tool .options { + border-top: none !important; +} +.sheet-darkmode .tool .options select { + color: var(--dark-primarytext); + background-color: var(--dark-surface1); +} +.sheet-darkmode .tool .display input { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .tool .display span { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .npc .trait .display .description, +.sheet-darkmode .npc .reaction .display .description, +.sheet-darkmode .npc .action .display .description { + color: var(--dark-secondarytext); +} +.sheet-darkmode .npc .npc_options { + border-top: none !important; +} +.sheet-darkmode .npc .npc_options input { + color: var(--dark-primarytext); +} +.sheet-darkmode .npc button[type=roll] { + color: var(--dark-secondarytext); +} +.sheet-darkmode .npc .display .red input { + color: var(--dark-red-L20); +} +.sheet-darkmode .npc .display .red span { + color: var(--dark-red-L20); +} +.sheet-darkmode .trait .options { + border-top: none !important; + border-top: none !important; +} +.sheet-darkmode .global-mod .options { + border-top: none !important; +} +.sheet-darkmode .action .options { + border-top: none !important; +} +.sheet-darkmode .textbox .options { + border-top: none !important; +} +.sheet-darkmode .proficiencies .options { + border-top: none !important; +} +.sheet-darkmode .proficiencies .options select { + color: var(--dark-primarytext); + background-color: var(--dark-surface1); +} +.sheet-darkmode .proficiencies .display span { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .options .row { + border-top: none !important; +} +.sheet-darkmode .options .row > span { + color: var(--dark-secondarytext); +} +.sheet-darkmode .options .body select { + color: var(--dark-primarytext); + background-color: var(--dark-surface1); +} +.sheet-darkmode .attacks .display input { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .attacks .display span { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .attacks .display span[name=attr_global_damage_name] { + font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +} +.sheet-darkmode .equipment .item input { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .equipment .item span { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .attr-container button.btn { + background: var(--dark-gray-disabled-D90); + border: 1.5px solid var(--dark-gray-enabled); + border-radius: 99px; + left: 7.5px; + padding: 2px 8px; + top: 605px; + width: 60px; +} +.sheet-darkmode .attr-container button[type=roll] { + color: var(--dark-secondarytext); +} +.sheet-darkmode .container .spell-item:nth-child(even) { + background-color: var(--dark-surface2); +} +.sheet-darkmode .container .npc .attr-container button.btn { + height: 25px; +} +.sheet-darkmode .container .npc div { + background-color: var(--dark-surface1); +} +.sheet-darkmode .container .npc .repcontainer .repitem span { + z-index: 1; +} +.sheet-darkmode .attributesabilities button { + background: var(--dark-primary); + border: none; + border-radius: 6px; + box-shadow: none; + color: var(--dark-primarytext); + padding: 8px; + text-shadow: none; +} +.sheet-darkmode .attributesabilities button:hover { + background: var(--dark-primary-highlight); + outline: 2px solid var(--dark-purple-text); + outline-offset: -2px; +} +.sheet-darkmode .attributesabilities button:focus { + outline: 2px solid var(--dark-purple-text); + outline-offset: -2px; +} +.sheet-darkmode .attributesabilities button:active { + outline: 2px solid var(--dark-purple-text); + outline-offset: -2px; +} +.sheet-darkmode #edit-button { + background: var(--dark-L60); + border: none; + border-radius: 6px; + box-shadow: none; + color: var(--dark-primarytext); + padding: 8px; + text-shadow: none; +} +.sheet-darkmode #edit-button:hover { + background: var(--dark-primary-highlight); + outline: 2px solid var(--dark-purple-text); + outline-offset: -2px; +} +.sheet-darkmode #edit-button:focus { + outline: 2px solid var(--dark-purple-text); + outline-offset: -2px; +} +.sheet-darkmode #edit-button:active { + outline: 2px solid var(--dark-purple-text); + outline-offset: -2px; +} +.sheet-darkmode .characterviewer label { + color: var(--dark-secondarytext); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .equipment { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .equipment .money .coin .label { + color: var(--dark-secondarytext); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .equipment .money .coin input { + color: var(--dark-secondarytext); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .equipment .money .coin:after { + background-color: var(--dark-surface2); + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/platnum_dm.svg); + border-radius: 60px; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .ac { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/AC_dm.svg); + color: var(--dark-primarytext); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .init { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .init button { + background: var(--dark-gray-disabled-D90); + position: unset; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .init span { + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .speed { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attacks { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .proficiencies { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .traits { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .exhaustion { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .bio .textbox { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-STR_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-DEX_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-CNS_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-INT_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container + .attr-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-WIS_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container + .attr-container + .attr-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-CHA_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container .attr { + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container button { + font-size: 7px !important; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .attributes-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-back_dm.svg); + color: var(--dark-primarytext); + filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.12)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2)); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .col1 .spell-level:nth-child(1) { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/Cantrip_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .col1 > .insp-prof-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/perception_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .core .col2 .vitals:after { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vitals_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .hp { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-top_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .hp + .hp { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-bottom_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .hp .top input { + width: 100px !important; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .hp .top span { + font-family: Tiamat Text; + font-size: 14px; + font-style: normal; + font-weight: 500; + letter-spacing: 0; + line-height: 18px; + text-align: center; +} +.sheet-darkmode .licensecontainer .container:not(.npc) .insp-prof-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/inspiration_dm.svg); + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/inspiration_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .insp-prof-container + .insp-prof-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/proficency-bonus_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .pibf { + background-color: var(--dark-surface1); + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-top_dm.svg); + color: var(--dark-primarytext); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .pibf + .pibf + .pibf + .pibf { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-bottom_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .resources .subcontainer { + background-color: var(--dark-surface2); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer { + background-color: var(--dark-surface2); + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .top input { + background-color: var(--dark-surface2); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_fail1][type=checkbox]:checked { + background-color: var(--dark-red-D20); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_fail2][type=checkbox]:checked { + background-color: var(--dark-red-D20); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_fail3][type=checkbox]:checked { + background-color: var(--dark-red-D20); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_succ1][type=checkbox]:checked { + background-color: var(--dark-green-L40); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_succ2][type=checkbox]:checked { + background-color: var(--dark-green-L40); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_succ3][type=checkbox]:checked { + background-color: var(--dark-green-L40); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .saving-throw-container { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/saves_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .skills-container { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/saves_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .spell-level { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellLevel_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) .tool_proficiencies { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/proficiency-block_dm.svg); + border-image-slice: 10 15; + border-image-width: 3px 12px; + border-image-repeat: round; +} +.sheet-darkmode .licensecontainer .container:not(.npc) div.page > div.header::after { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ScrollRight_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) div.page.bio > div.header { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/BioScroll_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) div.page.core > div.header { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/CharScroll_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) div.page.options > div.header { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/CharScroll_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) div.page.spells > div.header { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellScroll_dm.svg); +} +.sheet-darkmode .licensecontainer .container:not(.npc) input[type=radio].tab-button + span { + color: var(--dark-secondarytext); + background-color: var(--dark-primary); +} +.sheet-darkmode .licensecontainer .container:not(.npc) input[type=radio].tab-button:checked + span { + background-color: var(--dark-primary-highlight); + color: var(--dark-primarytext); +} +.sheet-darkmode .licensecontainer .container.pc .header .header-info { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/CharBox_dm.svg); +} +.sheet-darkmode .licensecontainer .container.pc .header .header-info.options .row span { + color: var(--dark-primarytext); + font-size: 10px; +} +.sheet-darkmode .licensecontainer .container.pc .spells .header .header-info { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellBox_dm.svg); +} +.sheet-darkmode .licensecontainer .container.pc .spells .header .header-info .part { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellHeadBlock_dm.svg); +} +.sheet-darkmode .licensecontainer .container.pc select[name=attr_filter_traits_by] { + width: 100% !important; + border-bottom: 1px solid #333; + color: var(--dark-primarytext); +} +.sheet-darkmode .licensecontainer div.npc div.triangle { + border-left-color: var(--dark-red-D20); +} +.sheet-darkmode .licensecontainer div.triangle { + border-left-color: var(--dark-red-D20); +} +.sheet-darkmode .licensecontainer .advantagetoggle input[type=radio] + span { + color: var(--dark-primarytext); + background-color: var(--dark-primary); +} +.sheet-darkmode .licensecontainer .advantagetoggle input[type=radio]:checked + span { + color: var(--dark-primarytext); + background-color: var(--dark-primary-highlight); +} +.sheet-darkmode .licensecontainer .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .body .col { + background-color: var(--dark-surface1); +} +.sheet-darkmode .licensecontainer .npc_toggle[value="1"] ~ .npc .actions { + background-color: var(--dark-surface1); +} +.sheet-darkmode .licensecontainer .npc_toggle[value="1"] ~ .npc .stat-block { + background-color: var(--dark-surface1); +} +.sheet-darkmode .licensecontainer .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio]:checked + span { + color: var(--dark-red-L20); +} +.sheet-darkmode .saving-throw button[type=roll] { + background-color: var(--dark-gray-disabled-D90); + color: var(--dark-secondarytext); + border: 1px solid var(--dark-gray-enabled); + font-family: Tiamat Text; + font-size: 16px; + font-style: normal; + font-weight: 500; + letter-spacing: 0; + line-height: 18px; + height: 14px; + text-align: center; + font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +} +.sheet-darkmode .skill button[type=roll] { + background-color: var(--dark-gray-disabled-D90); + color: var(--dark-secondarytext); + border: 1px solid var(--dark-gray-enabled); + font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-size: 16px; + font-style: normal; + font-weight: 500; + letter-spacing: 0; + line-height: 18px; + text-align: center; + height: 15px; + width: 85px; +} +.sheet-darkmode .ac-init-speed-container button[type=roll] { + color: var(--dark-secondarytext); +} +.sheet-darkmode .subcontainer button[type=roll] { + color: var(--dark-secondarytext); +} +.sheet-darkmode .charsheet .label { + color: var(--dark-text); +} +.sheet-darkmode .charsheet .resources .rest button { + background: #702c91; + border: none; + color: var(--dark-primarytext); + border-radius: 5px; + padding: 5px; +} +.sheet-darkmode .charsheet .resources .rest button span { + color: var(--dark-primarytext); + font-weight: normal; +} +.sheet-darkmode .charsheet .resources .pb { + color: white; +} +.sheet-darkmode .charsheet .resources input[type=number] { + background-color: var(--dark-surface2); + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .spell .details-flag:checked + span, .sheet-darkmode .charsheet .spell .details-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .spell .options-flag:checked + span, .sheet-darkmode .charsheet .spell .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .spell input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .attacks .options-flag:checked + span, .sheet-darkmode .charsheet .attacks .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .attacks input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .tool .options-flag:checked + span, .sheet-darkmode .charsheet .tool .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .tool input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .npc .npc_options-flag:checked + span, .sheet-darkmode .charsheet .npc .npc_options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .trait .options-flag:checked + span, .sheet-darkmode .charsheet .trait .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .global-mod .options-flag:checked + span, .sheet-darkmode .charsheet .global-mod .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .global-mod .options-flag:not(:checked) ~ .display .subheader, .sheet-darkmode .charsheet .global-mod .options-flag:not(:checked) ~ .display .title { + background-color: var(--dark-gray-enabled); +} +.sheet-darkmode .charsheet .action .options-flag:checked + span, .sheet-darkmode .charsheet .action .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .textbox .options-flag:checked + span, .sheet-darkmode .charsheet .textbox .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .proficiencies .options-flag:checked + span, .sheet-darkmode .charsheet .proficiencies .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .proficiencies input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .traits .options-flag:checked + span, .sheet-darkmode .charsheet .traits .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .equipment .inventorysubflag:checked + span { + color: var(--dark-L60); +} +.sheet-darkmode .charsheet .equipment input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .header .options-flag:checked + span, .sheet-darkmode .charsheet .header .options-flag:hover + span { + color: var(--dark-L60) !important; +} +.sheet-darkmode .charsheet .licensecontainer .new-hit-dice { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); + border-image-slice: 10 10 fill; +} +.sheet-darkmode .charsheet .licensecontainer .new-hit-dice .roll-hd span[name=attr_type] { + color: #e6e6e6; + text-shadow: none; +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal { + background-color: #202020; + border: #101010; +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal .title span { + color: #e6e6e6; +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal .title button { + filter: invert(1); +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal .actions { + background-color: #202020; + border-top: none; + box-shadow: none; +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal .actions button[type=roll] { + background: #702c91; + border: none; + color: #e6e6e6; +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal .actions button[type=roll]:hover { + color: white; +} +.sheet-darkmode .charsheet .licensecontainer .hd-modal input[type=number] { + border-radius: 10px; +} +.sheet-darkmode .charsheet .insp-prof-container .value input { + color: var(--dark-primarytext); + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .charsheet .saving-throw input[type=text] { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .skill input[type=text] { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .ac-init-speed-container input { + color: var(--dark-primarytext); + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .charsheet .hp input { + color: var(--dark-primarytext); + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .charsheet .hp input[type=number] { + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .charsheet .exhaustion input { + color: var(--dark-primarytext); + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .charsheet .hdice-dsaves-container input[type=text] { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .hdice-dsaves-container input[type=number] { + color: var(--dark-primarytext); + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .charsheet .pc .traits input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .options .body input { + color: var(--dark-primarytext); +} +.sheet-darkmode .charsheet .subcontainer .roll-hitdie select { + color: var(--dark-primarytext); +} +.sheet-darkmode .componentscontainer span { + background-color: var(--dark-gray-enabled); + color: var(--dark-primarytext); +} +.sheet-darkmode .hdice-dsaves-container button.btn { + height: 10px; + width: 95px; +} +.sheet-darkmode .hdice-dsaves-container .top input[type=text] { + background-color: var(--dark-surface1); + border-bottom: none; +} +.sheet-darkmode .header input { + background-color: var(--dark-gray-disabled-D90); + border-bottom: none; +} +.sheet-darkmode .header select { + background-color: var(--dark-gray-disabled-D90); + border-bottom: none; +} +.sheet-darkmode .header input[type=number] { + margin-bottom: 0; +} +.sheet-darkmode .header span:nth-child(0) { + font-family: Tiamat Condensed SC; + font-size: 22px; + font-style: normal; + font-weight: 300; + letter-spacing: 0; + line-height: 18px; + text-align: center; +} +.sheet-darkmode .hp .top input { + background-color: var(--dark-surface1); + border-bottom: none; +} +.sheet-darkmode .insp-prof-container input[name=attr_inspiration] + span { + filter: invert(1); + animation: ani-spin 0.3s ease-in forwards; +} +.sheet-darkmode .insp-prof-container .value span { + font-family: "Ubuntu", sans-serif; +} +.sheet-darkmode .piety .container .header .score { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +} +.sheet-darkmode .piety .container .earning .title { + color: var(--dark-primary-highlight); +} +.sheet-darkmode .piety .container .losing .title { + color: var(--dark-primary-highlight); +} +.sheet-darkmode .piety:after { + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +} +.sheet-darkmode .hero-points:after { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/inspiration_dm.svg); +} +.sheet-darkmode .repcontrol .repcontrol_add:before { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/plus_square.svg); + background: var(--dark-L60); + color: var(--dark-surface1); + text-shadow: none; +} +.sheet-darkmode .repcontrol .repcontrol_edit:after { + background: var(--dark-L60); + color: var(--dark-surface1); + text-shadow: none; +} +.sheet-darkmode .name-container input { + font-size: 22px; +} +.sheet-darkmode .ui-dialog .nav-tabs { + border-bottom-color: var(--dark-secondarytext); +} +.sheet-darkmode .ui-dialog .nav-tabs > li a { + cursor: pointer; + text-shadow: none; +} +.sheet-darkmode .ui-dialog .nav-tabs > li a:hover { + border-color: var(--dark-primary-highlight); +} +.sheet-darkmode .ui-dialog .nav-tabs > li:focus { + outline: 2px solid var(--dark-primary-highlight); + outline-offset: -2px; +} +.sheet-darkmode .ui-dialog .nav-tabs > li.active:focus { + outline: 2px solid var(--dark-primary-highlight); + outline-offset: -2px; +} +.sheet-darkmode .ui-dialog .charsheet .spell-level input[type=number] { + background-color: var(--dark-gray-disabled-D90); +} +.sheet-darkmode button.btn { + border: 1.5px solid var(--dark-gray-enabled); + border-radius: 99px; +} +.sheet-darkmode input[type=submit].btn { + border: 1.5px solid var(--dark-gray-enabled); + border-radius: 99px; +} +.sheet-darkmode div.container.npc button.btn { + border: none; +} +.sheet-darkmode h1 { + color: var(--dark-primarytext); +} +.sheet-darkmode h2 { + color: var(--dark-primarytext); +} +.sheet-darkmode h3 { + color: var(--dark-primarytext); +} +.sheet-darkmode h4 { + color: var(--dark-primarytext); +} +.sheet-darkmode h5 { + color: var(--dark-primarytext); +} +.sheet-darkmode h6 { + color: var(--dark-primarytext); +} +.sheet-darkmode .traits .options select { + color: var(--dark-primarytext); +} +.sheet-darkmode .traits .display .title { + color: var(--dark-red-L20); +} +.sheet-darkmode input { + background-color: var(--dark-surface1); + color: var(--dark-secondarytext); +} +.sheet-darkmode textarea { + background-color: var(--dark-surface1); + color: var(--dark-secondarytext); +} +.sheet-darkmode select { + background-color: var(--dark-surface1); + color: var(--dark-secondarytext); +} +.sheet-darkmode .uneditable-input { + background-color: var(--dark-surface1); + color: var(--dark-secondarytext); +} +.sheet-darkmode .page.options { + color: var(--dark-secondarytext); + font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-weight: 400; + letter-spacing: 0; + line-height: 18px; +} +.sheet-darkmode .options-done { + height: 19px; + background: var(--dark-primary); + border-radius: 10px; + margin: 0px 0px; +} +.sheet-darkmode .mancer_confirm { + background-color: var(--dark-gray-disabled-D90); +} +.sheet-darkmode .mancer_confirm input[type=checkbox] + span { + background-color: var(--dark-primary); +} +.sheet-darkmode input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { + background-color: var(--dark-surface1); +} +.sheet-darkmode .red { + color: var(--dark-red-L20); +} +.sheet-darkmode .attacks .display button[type=roll], +.sheet-darkmode .tool .display button[type=roll], +.sheet-darkmode .proficiency .display button[type=roll], +.sheet-darkmode .globalattack .globaldisplay button[type=roll], +.sheet-darkmode .pc .global-mod .options-flag:not(:checked) ~ .display .title, +.sheet-darkmode .pc .global-mod .options-flag:not(:checked) ~ .display .subheader, +.sheet-darkmode div.globaldisplay { + color: var(--dark-primarytext); + margin: 1px 0px; +} +.sheet-darkmode div.globaldisplay { + background-color: var(--dark-surface1); +} +.sheet-darkmode .globalattack .globaldisplay button[type=roll] { + background-color: var(--dark-gray-enabled); +} +.sheet-darkmode .charmancer .steps, +.sheet-darkmode .charmancer .bottombar, +.sheet-darkmode .charmancer .hilite, +.sheet-darkmode .charmancer .levels-hp-row * { + background: var(--dark-surface1); +} +.sheet-darkmode .charmancer .spell-holder label { + background-color: var(--dark-40); +} +.sheet-darkmode .charmancer .bottombar { + border-left: 10px solid var(--dark-surface1); + border-right: 10px solid var(--dark-surface1); +} +.sheet-darkmode .charmancer .hilite, +.sheet-darkmode .charmancer .hilite .label { + color: var(--dark-red-L20); +} +.sheet-darkmode .charmancer .warning { + color: var(--dark-red-L20); +} +.sheet-darkmode .charmancer .charmancer-logo { + filter: invert(0.8); +} +.sheet-darkmode .charmancer .summary:nth-child(even) { + background-color: var(--dark-gray-disabled-D90); +} +.sheet-darkmode .charmancer .cancel-prompt { + background: var(--dark-surface1); +} +.sheet-darkmode .charmancer .spellloading { + background: var(--dark-surface1); +} +.sheet-darkmode .charmancer button { + background-color: var(--dark-primary); + color: var(--dark-primarytext); +} +.sheet-darkmode .charmancer button.warning { + background-color: var(--dark-surface1); + border-color: var(--dark-red-L20); +} +.sheet-darkmode .charmancer button.step.done, +.sheet-darkmode .charmancer button.step:not(.here) { + background-color: var(--dark-primary); + color: var(--dark-primarytext); +} +.sheet-darkmode .charmancer button.exit { + color: var(--dark-red-L20); + background-color: var(--dark-surface1); + border-color: var(--dark-red-L20); +} +.sheet-darkmode .charmancer .levels-hp-row { + border: 1px solid var(--dark-surface2); + background: var(--dark-surface1); +} +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div { + background: var(--dark-surface2); +} +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div > div:nth-child(odd) { + background: var(--dark-background); +} +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div > div:nth-child(odd) label { + background: var(--dark-background); +} +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class1_by-levels, +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class2_by-levels, +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class3_by-levels, +.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class4_by-levels { + border: 1px solid var(--dark-surface2); +} +.sheet-darkmode .rp-traits:after { + content: ""; + border: 10px solid; + border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vitals_dm.svg); + border-image-slice: 7% 40% fill; + box-sizing: border-box; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 0; + border-image-width: 25px 100px; +} +.sheet-darkmode .rp-traits .rp-traits__title span { + color: var(--dark-red-L20); +} +.sheet-darkmode .proficiencies--new .display button span { + text-shadow: none; +} + +body.sheet-darkmode { + color: var(--dark-secondarytext); + font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-weight: 400; + letter-spacing: 0; + line-height: 18px; +} + +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk > .sheet-container { + background-color: var(--dark-background); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk > .sheet-container.sheet-dmgcontainer { + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-traits .inlinerollresult { + background-color: var(--dark-surface1); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill div.sheet-container { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Simple.png); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-container.sheet-atk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-atk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-container.sheet-damagetemplate, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-container { + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-advspacer { + border-color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-container { + background-color: var(--dark-background); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-container.sheet-atk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-atk { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Attack.png); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-container.sheet-damagetemplate { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Damage.png); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-desc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-desc .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-desc .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-desc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-desc .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-desc .inlinerollresult.fullfail .sheet-rolltemplate-atk .sheet-desc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-desc .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-desc .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .inlinerollresult.fullfail { + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Desc.png); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc.sheet-info .sheet-bottom, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc.sheet-info .sheet-bottom, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc.sheet-info .sheet-bottom, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc.sheet-info .sheet-bottom { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Info-Bottom.png); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc.sheet-info .sheet-top, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc.sheet-info .sheet-top, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc.sheet-info .sheet-top, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc.sheet-info .sheet-top { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Info-Top.png); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc.sheet-info .sheet-middle, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc.sheet-info .sheet-middle, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc.sheet-info .sheet-middle, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc.sheet-info .sheet-middle { + background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Info-Middle.png); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-spell .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-spelloutput .sheet-container { + background: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/spellbg.jpg); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-spelloutput .sheet-spellsavedc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-spell .sheet-spellsavedc { + border-top-color: var(--dark-primary-highlight); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-spell .sheet-title, .sheet-rolltemplate-darkmode.sheet-rolltemplate-spelloutput .sheet-title { + color: var(--dark-red-l20); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .sheet-container { + background-color: var(--dark-background); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill .sheet-roll span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-solo span { + background-color: transparent; +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction, .sheet-rolltemplate-darkmode.sheet-rolltemplate-traits { + background-color: var(--dark-background); + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-container .sheet-row *, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate { + color: black; +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-traits .sheet-header a[href^="~"] { + color: var(--dark-red-l20); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk a[href^="~"] { + color: var(--dark-primarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-header { + color: var(--dark-red-l20); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-traits .sheet-header { + color: var(--dark-red-l20); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .inlinerollresult.fullfail { + color: var(--dark-red-l20); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .inlinerollresult.fullcrit { + color: var(--dark-green-l20); +} +.sheet-rolltemplate-darkmode .inlinerollresult { + background-color: transparent; +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-sublabel span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-sublabel span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-sublabel span { + color: var(--dark-secondarytext); +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg a[href^="~"] { + border: 1px solid black; + border-radius: 5px; + color: var(--dark-primarytext); + background-color: var(--dark-primary); + text-align: center; + font-weight: bold; + padding: 2px; + margin-bottom: 3px; +} +.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg a[href^="~"]:hover { + color: var(--dark-primarytext); + background-color: var(--dark-primary-highlight); +} + +@keyframes ani-spin { + 0% { + transform: rotate(0deg) scale(0, 0); + } + 100% { + transform: rotate(360deg) scale(1, 1); + } +} +.sheet-darkmode .is-vehicle .actions-taken input { + border-color: rgb(179, 179, 179) !important; +} +.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+1), +.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) + * { + background-color: #343c3c !important; +} +.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+3), +.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) + * { + background-color: #2b2e2d !important; +} +.sheet-darkmode .is-vehicle .vehicle__cargo .repitem input { + background-color: var(--dark-gray-enabled) !important; + color: white !important; +} +.sheet-darkmode .is-vehicle .vehicle__cargo .repitem input::placeholder { + color: var(--dark-secondarytext) !important; +} +.sheet-darkmode button[type=roll]:hover { + color: red !important; +} +.sheet-darkmode button[type=roll]:hover * { + color: red !important; +} +.sheet-darkmode button[type=roll]:hover * * { + color: red !important; +} +.sheet-darkmode button[type=roll]:hover * * * { + color: red !important; +} + +/*End Web*/ +/*Start Print*/ +@page { + margin: 0; +} +@media print { + :root, + html { + font-size: 2vw; + } + * { + print-color-adjust: exact; + } + .ui-dialog { + position: relative !important; + } + .sheetform .charactersheet > *, + .nav-tabs, + #macrobar { + display: none; + } + html, + body, + .ui-dialog, + .characterviewer, + .tab-content, + .sheetform, + .charactersheet { + padding: 0 !important; + margin: 0 !important; + } + .ui-dialog { + position: inherit !important; + } + .printable-pc-sheet .equipment { + border: 0; + min-height: auto; + width: auto; + margin-bottom: 0; + } + .printable-pc-sheet .equipment span { + display: inline; + line-height: normal; + margin: 0; + font-weight: normal; + font-size: inherit; + } + .printable-pc-sheet .floating-data__container { + position: relative; + display: flex; + } + .printable-pc-sheet .floating-data__container__background { + height: auto; + width: 100%; + } + .printable-pc-sheet .floating-data__container span[class*=__bonus], + .printable-pc-sheet .floating-data__container span[class*=__value], + .printable-pc-sheet .floating-data__container span[class*=__label] { + align-items: center; + justify-content: center; + position: absolute; + display: inline-block; + display: flex; + } + .printable-pc-sheet .checkbox { + display: inline-block; + width: 0.5rem; + height: 0.5rem; + position: relative; + } + .printable-pc-sheet .checkbox__value, .printable-pc-sheet .checkbox__display--checked, .printable-pc-sheet .checkbox__display--unchecked { + display: none; + box-sizing: border-box; + width: 100%; + height: 100%; + border-radius: 0.6rem; + position: absolute; + top: 0; + left: 0; + } + .printable-pc-sheet .checkbox__value:checked ~ .checkbox__display--checked { + display: inline-block; + } + .printable-pc-sheet .checkbox__value:checked ~ .checkbox__display--checked img { + width: 100%; + height: 100%; + display: block; + } + .printable-pc-sheet .checkbox__value:not(:checked) ~ .checkbox__display--unchecked { + display: inline-block; + border: 1pt solid black; + } + .printable-pc-sheet .styled-box { + position: relative; + padding: 12pt 12pt 6pt 12pt; + display: grid; + align-items: end; + } + .printable-pc-sheet .styled-box__content { + position: relative; + z-index: 1; + } + .printable-pc-sheet .styled-box__border { + position: absolute; + z-index: 0; + top: 0; + left: 0; + height: 100%; + width: 100%; + border: 4rem solid black; + font-size: 0.6rem; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_1.svg); + border-image-slice: 45% 15%; + box-sizing: border-box; + border-image-width: 5rem 1.6rem; + } + .printable-pc-sheet .styled-box .box-label { + display: block; + width: 100%; + margin-top: 8pt; + text-align: center; + text-transform: uppercase; + font-size: 0.5rem; + font-weight: bold; + } + .printable-pc-sheet .styled-box.styled-box--3 .styled-box__border { + border: 1rem solid black; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_3.svg); + border-image-slice: 10%; + border-image-width: 2rem; + } + .printable-pc-sheet .styled-box.styled-box--4 .styled-box__border { + border: 1rem solid black; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_4.svg); + border-image-slice: 20%; + border-image-width: 1rem; + } + .printable-pc-sheet .styled-box.styled-box--5 .styled-box__border { + border: 1rem solid black; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_5.svg); + border-image-slice: 10% 45% 10% 45% fill; + border-image-width: 2rem 6.5em; + } + .printable-pc-sheet .styled-box.styled-box--6 .styled-box__border { + border: 1rem solid black; + font-size: 0.6rem; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_6.svg); + border-image-slice: 12%; + border-image-width: 2rem; + width: 103%; + left: -1.5%; + } + .printable-pc-sheet .styled-box.styled-box--7 .styled-box__border { + border: 1rem solid black; + font-size: 0.6rem; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_7.svg); + border-image-slice: 85% 10% 10% 10% fill; + border-image-width: 6rem 1.5rem 0.7rem 1.5rem; + } + .printable-pc-sheet .styled-box.styled-box--7.styled-box.styled-box--rotated .styled-box__border { + border: 1rem solid black; + font-size: 0.6rem; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_7_rotated.svg); + border-image-slice: 10% 10% 85% 10% fill; + border-image-width: 0.7rem 1.5rem 6rem 1.5rem; + } + .printable-pc-sheet .styled-box.styled-box--8 .styled-box__border { + border: 1rem solid black; + font-size: 0.6rem; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_8.svg); + border-image-slice: 12%; + border-image-width: 2rem; + border-image-slice: 48% 10% 48% 10% fill; + border-image-width: 3rem 1.5rem; + } + .printable-pc-sheet .truncate { + white-space: nowrap; + display: inline-block; + width: 0px; + flex-grow: 1; + overflow: hidden; + text-overflow: ellipsis; + } + .printable-pc-sheet .styled-attribute__container .styled-attribute__value { + top: 0; + left: 0; + height: 100%; + width: 28%; + font-size: 1rem; + } + .printable-pc-sheet .styled-attribute__container .styled-attribute__label { + top: 0; + left: 28%; + height: 100%; + width: 72%; + text-transform: uppercase; + font-size: 0.5rem; + font-weight: bold; + white-space: nowrap; + overflow: hidden; + } + .printable-pc-sheet .pbl__container { + display: flex; + align-items: center; + height: 0.6rem; + } + .printable-pc-sheet .pbl__container .pbl__bonus, .printable-pc-sheet .pbl__container .pbl__label { + margin-left: 5pt; + } + .printable-pc-sheet .pbl__container .pbl__bonus { + border-bottom: 1px solid #999; + min-width: 1.5em; + text-align: center; + } + .printable-pc-sheet .pbl__container .pbl__bonus__is-empty[value="0"] ~ .pbl__bonus { + color: white; + } + .printable-pc-sheet .pbl__container .pbl__label { + flex-grow: 1; + } + .printable-pc-sheet .repeating__container .repcontainer { + display: grid; + grid-template-columns: 1fr; + } + .printable-pc-sheet .repeating__container .repcontrol { + display: none; + } + .printable-pc-sheet .table__header { + display: grid; + margin-bottom: 3pt; + } + .printable-pc-sheet .table__header .header__label { + font-size: 0.5rem; + } + .printable-pc-sheet .notepad__container .blank-line { + height: 1.1rem; + border-bottom: 1px solid #999; + } + .printable-pc-sheet .header .header__container > *:not(:first-child) { + position: absolute; + } + .printable-pc-sheet .header .character-name__value { + font-size: 1rem; + top: 50%; + left: 7%; + } + .printable-pc-sheet .header .character-name__label { + top: 75%; + left: 10.5%; + } + .printable-pc-sheet .header .meta { + display: grid; + grid-template-columns: repeat(3, 1fr); + width: 51.5%; + height: 50%; + top: 31%; + left: 43.5%; + } + .printable-pc-sheet .header .meta .cell { + position: relative; + } + .printable-pc-sheet .header .meta .cell span { + display: block; + position: relative; + top: auto; + left: auto; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + .printable-pc-sheet .header .meta .cell span:first-child { + font-size: 0.7rem; + border-bottom: 1px solid #999; + line-height: 1rem; + height: 1rem; + position: absolute; + top: 0; + left: 0; + width: 100%; + } + .printable-pc-sheet .header .meta .cell span:last-child { + font-size: 0.6rem; + padding-top: 1rem; + } + .printable-pc-sheet .abilties__container { + display: grid; + grid-template-rows: repeat(6, 1fr); + gap: 10pt; + position: relative; + padding: 3.5vw 3pt; + min-height: 100%; + box-sizing: border-box; + align-items: center; + } + .printable-pc-sheet .abilties__container__background { + position: absolute; + z-index: 0; + top: 0; + left: 0; + height: 100%; + width: 100%; + border: 1rem solid black; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_2.svg); + border-image-slice: 1% 50% fill; + box-sizing: border-box; + border-image-width: 1rem 5rem; + } + .printable-pc-sheet .abilties__container .ability__container { + position: relative; + } + .printable-pc-sheet .abilties__container .ability__container__background { + height: auto; + width: 100%; + } + .printable-pc-sheet .abilties__container .ability__container .ability__label { + align-items: end; + height: 20%; + left: 0; + top: 0; + font-size: 0.5rem; + font-weight: bold; + text-transform: uppercase; + width: 80%; + white-space: nowrap; + overflow: hidden; + margin: 0 10%; + } + .printable-pc-sheet .abilties__container .ability__container .ability__bonus { + height: 45%; + left: 0; + top: 20%; + font-size: 2rem; + font-weight: bold; + width: 100%; + } + .printable-pc-sheet .abilties__container .ability__container .ability__value { + height: 35%; + left: 25%; + top: 65%; + width: 50%; + font-size: 1rem; + } + .printable-pc-sheet .savings__container { + display: grid; + grid-template-rows: repeat(6, 1fr); + gap: 0.6rem; + font-size: 0.6rem; + } + .printable-pc-sheet .skills__container { + display: grid; + grid-template-rows: repeat(6, 1fr); + gap: 0.6rem; + font-size: 0.6rem; + } + .printable-pc-sheet .passive__container .styled-attribute__value { + width: 18%; + } + .printable-pc-sheet .passive__container .styled-attribute__label { + left: 18%; + width: 82%; + } + .printable-pc-sheet .other .other__container { + font-size: 0.6rem; + position: relative; + overflow: hidden; + } + .printable-pc-sheet .other .other__container .notepad__container { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 0; + } + .printable-pc-sheet .other .other__container .other-type { + display: flex; + line-height: calc(1.1rem + 1px); + } + .printable-pc-sheet .other .other__container .toggle-type[value=""] + .other-type, + .printable-pc-sheet .other .other__container .toggle-type:not([value]) + .other-type { + display: none; + } + .printable-pc-sheet .vitals { + padding: 8pt; + } + .printable-pc-sheet .vitals .vitals__container .vital__value { + position: absolute; + top: 0; + left: 0; + display: grid; + width: 100%; + height: 75%; + grid-template-columns: 0.9fr 1fr 1fr; + gap: 0.5rem; + } + .printable-pc-sheet .vitals .vitals__container .vital__value span { + position: relative; + font-size: 1rem; + } + .printable-pc-sheet .vitals .vitals__container > div:not(:first-child) { + margin-top: 5pt; + } + .printable-pc-sheet .vitals .hp__container .hp__label { + position: absolute; + width: 100%; + text-align: center; + left: 0; + bottom: 6pt; + font-size: 0.5rem; + font-weight: bold; + display: block; + } + .printable-pc-sheet .vitals .hp__container .hp-max__container { + position: absolute; + width: 100%; + left: 0; + top: 10pt; + display: flex; + font-size: 0.6rem; + color: #999; + padding: 0 10pt; + box-sizing: border-box; + } + .printable-pc-sheet .vitals .hp__container .hp-max__container span { + position: relative; + } + .printable-pc-sheet .vitals .hp__container .hp-max__container .hp-max__value { + border-bottom: 1px solid #999; + flex-grow: 1; + justify-items: center; + color: black; + } + .printable-pc-sheet .vitals .hp__container .hp-max__container .hp-max__label { + display: block; + } + .printable-pc-sheet .vitals .hd-ds__container .hd-max__value { + width: 30%; + line-height: 0.6rem; + font-size: 0.6rem; + left: 14%; + top: 10%; + color: black; + } + .printable-pc-sheet .attack__container .repcontainer { + font-size: 0.6rem; + gap: 5pt; + } + .printable-pc-sheet .attack__container .attack__row { + display: grid; + grid-template-columns: 2fr 1fr 2fr; + gap: 5pt; + } + .printable-pc-sheet .attack__container .attack__row .attribute { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + border: 4pt solid black; + border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_9.svg); + border-image-slice: 20% 20% fill; + box-sizing: border-box; + border-image-width: 4pt; + clip-path: polygon(0% 5px, 5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%); + } + .printable-pc-sheet .attack__container .attack__row .attack-bonus--valid[value=NaN] + .attack-bonus, + .printable-pc-sheet .attack__container .attack__row .attack-bonus--valid[value="-"] + .attack-bonus { + color: rgba(0, 0, 0, 0) !important; + } + .printable-pc-sheet .attack__container .table__header--attack { + display: grid; + grid-template-columns: 2fr 1fr 2fr; + gap: 5pt; + } + .printable-pc-sheet .equipment .equipment__container { + font-size: 0.6rem; + line-height: 0.6rem; + } + .printable-pc-sheet .equipment .equipment__container .repcontainer { + gap: 0.5rem; + } + .printable-pc-sheet .equipment .equipment__container .repeating__row { + border-bottom: 1px solid #999; + } + .printable-pc-sheet .equipment .equipment__container .equipment-count:not(:empty) { + margin-right: 5pt; + } + .printable-pc-sheet .equipment .equipment__container span { + line-height: 0.6rem; + } + .printable-pc-sheet .equipment .money__container { + display: grid; + grid-template-columns: repeat(5, 1fr); + border-bottom: 2pt solid black; + width: calc(100% + 24pt); + margin-left: -12pt; + margin-top: -12pt; + margin-bottom: 1.1rem; + } + .printable-pc-sheet .equipment .money__container .coin__container { + margin-bottom: 1.5pt; + border-bottom: 1pt solid black; + height: 2.5rem; + box-sizing: border-box; + position: relative; + } + .printable-pc-sheet .equipment .money__container .coin__container:not(:last-child) { + border-right: 1pt solid black; + } + .printable-pc-sheet .equipment .money__container .coin__container:last-child { + padding-right: 4pt; + } + .printable-pc-sheet .equipment .money__container .coin__container:last-child .coin__label { + right: 8pt; + } + .printable-pc-sheet .equipment .money__container .coin__container:first-child { + padding-left: 4pt; + } + .printable-pc-sheet .equipment .money__container .coin__count { + width: 100%; + height: calc(100% - 0.5rem); + display: flex; + align-items: center; + justify-content: center; + font-size: 0.7rem; + } + .printable-pc-sheet .equipment .money__container .coin__label { + position: absolute; + font-size: 0.5rem; + bottom: 2pt; + right: 2pt; + width: auto; + text-transform: uppercase; + } + .printable-pc-sheet .personality { + padding: 8pt; + } + .printable-pc-sheet .personality .personality__container .personality__characteristic { + font-size: 0.6rem; + display: block; + min-height: 40pt; + } + .printable-pc-sheet .personality .personality__container .personality__characteristic:not(:first-child) { + margin-top: 5pt; + } + .printable-pc-sheet .personality .personality__container .styled-box:first-child .personality__characteristic, + .printable-pc-sheet .personality .personality__container .styled-box:last-child .personality__characteristic { + min-height: 40pt; + } + .printable-pc-sheet .traits .traits__container { + font-size: 0.6rem; + line-height: 0.6rem; + } + .printable-pc-sheet .traits .traits__container .repcontainer { + gap: 0.5rem; + } + .printable-pc-sheet .traits .traits__container .repeating__row { + border-bottom: 1px solid #999; + } + .printable-pc-sheet .traits .traits__container .trait-name { + text-align: left !important; + font-size: 0.6rem; + font-weight: normal; + margin-top: 0; + } + .printable-pc-sheet .expanded-info { + padding: 0 3.6%; + break-before: always; + page-break-before: always; + position: relative; + } + .printable-pc-sheet .expanded-info .cols { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 5pt; + } + .printable-pc-sheet .expanded-info .cols .col { + width: auto; + } + .printable-pc-sheet .expanded-info .cols .col > div:not(:first-child):not(.passive) { + margin-top: 5pt; + } + .printable-pc-sheet .expanded-info .resources .resource { + align-items: start; + padding: 8pt 8pt 6pt 8pt; + } + .printable-pc-sheet .expanded-info .resources .top { + display: flex; + } + .printable-pc-sheet .expanded-info .resources .main, .printable-pc-sheet .expanded-info .resources .blank { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 5px; + } + .printable-pc-sheet .expanded-info .resources .blank { + margin-top: 5px; + } + .printable-pc-sheet .expanded-info .resources .blank span[name] { + color: rgba(255, 255, 255, 0) !important; + } + .printable-pc-sheet .expanded-info .resources .resource__row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 5px; + margin-top: 5px; + } + .printable-pc-sheet .expanded-info .resources .translation:after { + content: ": "; + } + .printable-pc-sheet .expanded-info .resources .resource-pb { + display: none; + } + .printable-pc-sheet .expanded-info .resources .resource-current { + display: block; + text-align: center; + text-transform: uppercase; + font-size: 1rem; + line-height: 26px; + height: 26px; + } + .printable-pc-sheet .expanded-info .resources .resource-pb, .printable-pc-sheet .expanded-info .resources .resource-max { + flex-grow: 1; + border-bottom: 1px solid #999; + text-align: center; + } + .printable-pc-sheet .expanded-info .resources .translation, .printable-pc-sheet .expanded-info .resources .resource-max, .printable-pc-sheet .expanded-info .resources .resource-pb { + line-height: 18px; + height: 18px; + } + .printable-pc-sheet .expanded-info .resources .resource-name { + display: block; + text-align: center; + text-transform: uppercase; + font-weight: bold; + font-size: 0.5rem; + line-height: 13px; + height: 13px; + } + .printable-pc-sheet .expanded-info .resources .use-pb[value="1"] ~ .pb { + display: inline-block !important; + } + .printable-pc-sheet .expanded-info .resources .use-pb[value="1"] ~ .resource-max { + display: none !important; + } + .printable-pc-sheet .spells { + break-before: always; + page-break-before: always; + position: relative; + } + .printable-pc-sheet .spells .col { + display: block; + width: auto; + } + .printable-pc-sheet .spells .col > div:not(:first-child) { + margin-top: 10pt; + } + .printable-pc-sheet .spells .spells__container { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 13pt; + padding-top: calc(16.5vw + 5pt); + padding-left: 3.6%; + padding-right: 3.6%; + } + .printable-pc-sheet .spells .spells__container .floating-data__container span { + position: absolute; + } + .printable-pc-sheet .spells .spells__container .floating-data__container .spell-level { + height: 100%; + top: 0; + margin: 0; + width: 11%; + display: flex; + align-items: center; + justify-content: center; + left: 0; + font-size: 0.7rem; + } + .printable-pc-sheet .spells .spells__container .floating-data__container .spell-slots { + height: 100%; + top: 0; + margin: 0; + left: 11%; + display: flex; + align-items: center; + justify-content: center; + width: 29%; + font-size: 0.7rem; + } + .printable-pc-sheet .spells .spells__container .floating-data__container .spell-label { + height: 100%; + top: 0; + margin: 0; + left: 15%; + display: flex; + align-items: center; + justify-content: center; + width: 85%; + font-size: 0.6rem; + font-weight: bold; + } + .printable-pc-sheet .spells .spells__container .floating-data__container.spell_with_header__container .spell-level, + .printable-pc-sheet .spells .spells__container .floating-data__container.spell_with_header__container .spell-slots { + height: 80%; + top: auto; + bottom: 0; + } + .printable-pc-sheet .spells .spells__container .spell-description__container { + display: grid; + grid-template-columns: 0.6rem 1fr; + align-items: center; + height: 0.6rem; + gap: 2pt; + } + .printable-pc-sheet .spells .spells__container .spell-description__container .checkbox { + margin: 0 !important; + padding: 0 !important; + } + .printable-pc-sheet .spells .spells__container .spell-description__container .spell-name { + text-align: left !important; + font-size: 0.6rem; + line-height: 0.6rem; + margin: 0 !important; + padding: 0 !important; + } + .printable-pc-sheet .spells .spells__container .spell-cantrip__row .spell-description__container { + grid-template-columns: 1fr; + } + .printable-pc-sheet .spells .spells__container .spell-cantrip__row .spell-description__container .checkbox { + display: none; + } + .printable-pc-sheet .spells .repitem { + border-bottom: 1px solid #999; + height: calc(0.6rem + 1px); + padding: 0; + } + .printable-pc-sheet .spells .repitem:not(:first-child) { + margin-top: 0.6rem; + } + .printable-pc-sheet .spells .spell-header { + position: absolute; + top: 0; + left: 0; + width: 100%; + } + .printable-pc-sheet .spells .spell-header .spell-header__container { + display: block; + } + .printable-pc-sheet .spells .spell-header .header__container > *:not(:first-child) { + position: absolute; + } + .printable-pc-sheet .spells .spell-header .character-name__value { + font-size: 1rem; + top: 50%; + left: 7%; + width: auto; + } + .printable-pc-sheet .spells .spell-header .meta { + display: grid; + grid-template-columns: repeat(3, 1fr); + width: 47.5%; + height: 35%; + top: 32%; + left: 45.5%; + position: absolute; + gap: 10%; + } + .printable-pc-sheet .spells .spell-header .meta span { + position: relative; + font-size: 0.7rem; + margin: 0; + } + .printable-pc-sheet .spells .spell-header .meta .spellcasting-ability__value { + appearance: none; + width: 100%; + display: flex; + border: 0; + height: 100%; + padding: 0; + text-align: center; + justify-content: center; + background: transparent; + pointer-events: none; + font-size: 0.6rem; + } + .printable-pc-sheet .full-traits { + padding: 0 3.6%; + break-before: always; + page-break-before: always; + position: relative; + } + .printable-pc-sheet .full-traits h2 { + text-align: center; + margin-bottom: 10pt; + } + .printable-pc-sheet .full-traits .full-traits__container { + column-count: 3; + gap: 13pt; + } + .printable-pc-sheet .full-traits .full-traits__container .repitem > div { + display: inline-block; + } + .printable-pc-sheet .full-traits .full-traits__container .trait-name { + font-weight: bold; + display: block; + font-size: 0.7rem; + line-height: auto; + display: inline-block; + } + .printable-pc-sheet .full-traits .full-traits__container .trait-description { + font-weight: normal; + display: block; + font-size: 0.7rem; + line-height: auto; + } + .printable-pc-sheet .full-traits .full-traits__container .repitem { + margin-bottom: 10pt; + } + .printable-pc-sheet .full-spells { + padding: 0 3.6%; + break-before: always; + page-break-before: always; + position: relative; + } + .printable-pc-sheet .full-spells h2 { + text-align: center; + margin-bottom: 10pt; + } + .printable-pc-sheet .full-spells .full-spells__container { + column-count: 3; + gap: 13pt; + font-size: 0.7rem; + } + .printable-pc-sheet .full-spells .full-spells__container .repitem > div { + display: inline-block; + } + .printable-pc-sheet .full-spells .full-spells__container input[type=checkbox] { + display: none; + } + .printable-pc-sheet .full-spells .full-spells__container span { + display: inline; + } + .printable-pc-sheet .full-spells .full-spells__container .repitem { + margin-bottom: 10pt; + } + .printable-pc-sheet .full-spells .full-spells__container .tobe-toggled { + display: none; + } + .printable-pc-sheet .full-spells .full-spells__container .toggle-something[type=checkbox]:checked + .tobe-toggled, + .printable-pc-sheet .full-spells .full-spells__container .toggle-something[type=hidden][value]:not([value=""]) + .tobe-toggled { + display: initial; + } + .printable-pc-sheet .full-spells .full-spells__container span[class*=__label] { + font-weight: bold; + } + .printable-pc-sheet .full-spells .full-spells__container span[class*=__value] { + font-weight: normal; + } + .printable-pc-sheet .printable-sheet__container { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 1rem; + margin: 0; + } + .printable-pc-sheet .printable-sheet__container .header { + position: relative; + } + .printable-pc-sheet .printable-sheet__container .sections { + padding-top: 5pt; + padding-left: 3.6%; + padding-right: 3.6%; + } + .printable-pc-sheet .printable-sheet__container .attack .notepad__container, .printable-pc-sheet .printable-sheet__container .equipment .notepad__container { + display: none; + } + .printable-pc-sheet .printable-sheet__container .attack .repeating__container .repitem:nth-child(n+8), .printable-pc-sheet .printable-sheet__container .equipment .repeating__container .repitem:nth-child(n+8) { + display: none; + } + @-moz-document url-prefix() { + .printable-pc-sheet .printable-sheet__container .header { + position: absolute; + top: 0; + left: 0; + width: 100%; + } + .printable-pc-sheet .printable-sheet__container .sections { + padding-top: calc(16.5vw + 5pt); + } + } + .printable-pc-sheet .printable-sheet__container .cols { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 5pt; + } + .printable-pc-sheet .printable-sheet__container .cols .col { + width: auto; + } + .printable-pc-sheet .printable-sheet__container .cols .col > div:not(:first-child):not(.passive) { + margin-top: 5pt; + } + .printable-pc-sheet .printable-sheet__container .cols .col .passive { + margin-top: -5pt; + } + .printable-pc-sheet .printable-sheet__container .rolls { + display: grid; + grid-template-areas: "abilities inspiraton" "abilities pb" "abilities savings" "abilities skills" "passive passive" "other other"; + grid-template-columns: 1fr 2fr; + gap: 5pt; + } + .printable-pc-sheet .printable-sheet__container .rolls > .abilties { + grid-area: abilities; + } + .printable-pc-sheet .printable-sheet__container .rolls > .inspiration { + grid-area: inspiraton; + } + .printable-pc-sheet .printable-sheet__container .rolls > .pb { + grid-area: pb; + } + .printable-pc-sheet .printable-sheet__container .rolls > .savings { + grid-area: savings; + } + .printable-pc-sheet .printable-sheet__container .rolls > .skills { + grid-area: skills; + } + .printable-pc-sheet .printable-sheet__container .rolls > .passive { + grid-area: passive; + } + .printable-pc-sheet .printable-sheet__container .rolls > .other { + grid-area: other; + } + .printable-pc-sheet .expanded-info .coin__count { + visibility: hidden; + } + .printable-pc-sheet .expanded-info .attack .repeating__container .repitem:nth-child(-n+7), .printable-pc-sheet .expanded-info .equipment .repeating__container .repitem:nth-child(-n+7) { + display: none; + } + .sheetform .charactersheet .sheet-type-flag[value=pc] ~ .printable-pc-sheet, + .sheetform .charactersheet .sheet-type-flag[value=""] ~ .printable-pc-sheet, + .sheetform .charactersheet .sheet-type-flag:not([value]) ~ .printable-pc-sheet { + display: block; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer { + display: block; + margin: 1cm; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .repcontrol, + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .parens + button[name=roll_npc_init], + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .npc_options, + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer button[class^=toggle], + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer button[class^=toggle] + span { + display: none !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer * { + color: black !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .triangle { + border-left: 360px solid black !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .container.npc { + display: block !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .row.actiontitle { + border-bottom: 1px solid black !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .is-npc { + display: block !important; + column-count: 2; + gap: 13pt; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .is-npc > div { + min-width: auto !important; + max-width: none !important; + padding: 0 !important; + break-inside: avoid; + margin: 0 !important; + margin-bottom: 13pt !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .stat-block div:nth-child(8) { + display: grid; + grid-template-columns: repeat(6, 1fr); + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .stat-block div:nth-child(8):before, .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .stat-block div:nth-child(8):after { + content: none !important; + } + .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .page.spells { + display: none !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer { + display: block; + margin: 1cm; + /* + .triangle { + border-left: 360px solid black!important; + } + .container.npc { + display: block!important; + } + .row.actiontitle { + border-bottom: 1px solid black!important; + } + .is-npc { + display: block!important; + column-count: 2; + gap: 13pt; + > div { + min-width: auto!important; + max-width: none!important; + padding: 0!important; + break-inside: avoid; + margin: 0!important; + margin-bottom: 13pt!important; + } + } + .stat-block div:nth-child(8) { + display: grid; + grid-template-columns: repeat(6, 1fr); + &:before, + &:after { + content: none!important; + } + } + .page.spells { + display: none!important; + } + */ + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .repcontrol, + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .parens + button[name=roll_npc_init], + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .npc_options, + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer button[class^=toggle], + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer button[class^=toggle] + span, + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .vehicle__shortcuts { + display: none !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer * { + color: black !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .actions { + min-width: auto !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .actiontitle { + border-bottom: 1px solid black !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .vehicle__cargo .repitem { + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .vehicle__cargo .vehicle__cols * { + background-color: transparent !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1), .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) + * { + position: relative; + overflow: hidden; + background: none !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) > span:first-child:after, .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) + * > span:first-child:after { + content: ""; + display: block; + position: absolute; + z-index: 0; + top: 0; + left: 0; + box-sizing: border-box; + border: 50px solid rgba(0, 0, 0, 0.2); + width: 100%; + height: 100%; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3), .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) + * { + position: relative; + overflow: hidden; + background: none !important; + } + .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) > span:first-child:after, .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) + * > span:first-child:after { + content: ""; + display: block; + position: absolute; + z-index: 0; + top: 0; + left: 0; + box-sizing: border-box; + border: 50px solid rgba(0, 0, 0, 0.1); + width: 100%; + height: 100%; + } +} +@media screen { + .printable-pc-sheet { + display: none; + } +} +/*End Print*/ +/*Start Mobile*/ +/*End Mobile*/