html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url("./media/Roboto-Regular.ttf") format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url("./media/Roboto-Medium.ttf") format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url("./media/Roboto-Bold.ttf") format("truetype")}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url("./media/MaterialIcons-Regular.woff2") format("woff2"),url("./media/MaterialIcons-Regular.ttf") format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}.div_row{display:flex;align-items:center;gap:10px}.div_row_vertical{display:flex;flex-direction:column;gap:10px}.div_row_outer{display:flex;align-items:center;gap:20px}.div_row_outer_space_between{display:flex;align-items:center;justify-content:space-between;gap:20px}.div_row_outer_flex_end{display:flex;align-items:center;justify-content:flex-end;gap:20px}.div_island_horizontal{display:flex;gap:10px;box-sizing:border-box;background-color:#fff;padding:10px;border-radius:10px;border:1px solid #ddd;box-shadow:1px 3px 5px -2px #0003}.div_island_vertical{display:flex;flex-direction:column;gap:10px;box-sizing:border-box;background-color:#fff;padding:10px;border-radius:10px;border:1px solid #ddd;box-shadow:1px 3px 5px -2px #0003}.div_island_header{display:flex;align-items:center;gap:10px;background-color:#324479;color:#fff;padding:8px 10px;border-radius:10px 10px 0 0}.div_pink_horizontal{display:flex;gap:10px;background-color:#fff0f0;padding:10px;border-radius:10px}.div_pink_vertical{display:flex;flex-direction:column;gap:10px;background-color:#fff0f0;padding:10px;border-radius:10px}.sp_static_scheme{font-size:.875rem;font-weight:400;color:#324479}.sp_static_scheme_bold{font-size:.875rem;font-weight:700;color:#324479}.sp_static_red{font-size:.875rem;color:#f44336}.sp_static_red_bold{font-size:.875rem;font-weight:700;color:#f44336}.sp_static_italic{font-size:.75rem;font-style:italic;color:#777}.lbl_scheme{font-size:.875rem;font-weight:700;color:#324479;white-space:nowrap;min-width:80px;text-align:right}.horizontal_line{border-bottom:1px solid #ddd;width:100%}.vertical_line{border-left:1px solid #ddd;height:100%}a,a:visited{color:#202f48;font-weight:500;text-decoration:underline!important}::-webkit-scrollbar{width:9px!important;height:9px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #ebebeb;-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background-color:#bbb;-webkit-box-shadow:inset 0 0 6px #ebebeb}::-webkit-scrollbar-thumb:window-inactive{background-color:#ddd}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:Roboto,sans-serif;font-size:.875rem;background:#e8eaed;color:#222;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%}@media only screen and (max-width:1200px){body{overflow-y:auto}}input,button,select,textarea{font-family:Roboto,sans-serif}@keyframes search_panel_in{0%{opacity:0;max-height:0;transform:translateY(-4px)}to{opacity:1;max-height:720px;transform:translateY(0)}}@keyframes search_panel_out{0%{opacity:1;max-height:720px;transform:translateY(0)}to{opacity:0;max-height:0;transform:translateY(-4px)}}.anim_search_enter{overflow:hidden;animation:search_panel_in .24s cubic-bezier(.4,0,.2,1) both}.anim_search_leave{overflow:hidden;animation:search_panel_out .2s cubic-bezier(.4,0,.2,1) both}@keyframes search_fade_in{0%{opacity:0}to{opacity:1}}@keyframes search_fade_out{0%{opacity:1}to{opacity:0}}.anim_fade_enter{animation:search_fade_in .22s ease both}.anim_fade_leave{animation:search_fade_out .15s ease both}
