contactUs/public/packs/css/active_admin/print-b1a8bcf5.css.map
2022-05-15 19:17:46 +04:30

1 line
30 KiB
Plaintext

{"version":3,"file":"css/active_admin/print-b1a8bcf5.css","sources":["webpack:///./app/javascript/packs/active_admin/print.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_print.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_normalize.scss","webpack:///print.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_typography.scss"],"sourcesContent":["/* Active Admin Print Stylesheet */\n@import \"~@activeadmin/activeadmin/src/scss/print\";\n","/* Active Admin Print Stylesheet */\n\n// Set colors used elsewhere\n$primary-color: black;\n$text-color: black;\n\n// Normalize\n@import \"./normalize\";\n\n// Partials\n@import \"./typography\";\n\nbody {\n font-family: Helvetica, Arial, sans-serif;\n line-height: 150%;\n font-size: 72%;\n background: #fff;\n width: 99%;\n margin: 0;\n padding: .5%;\n color: $text-color;\n}\n\na {\n color: $text-color;\n text-decoration: none;\n}\n\nh3 {\n font-weight: bold;\n margin-bottom: .5em;\n}\n\n// Header\n#header {\n float: left;\n\n #tabs, .tabs, #utility_nav {\n display: none;\n }\n\n h1{\n font-weight: bold;\n }\n}\n\n.flashes {\n display: none;\n}\n\n#title_bar {\n float: right;\n\n h2 {\n line-height: 2em;\n margin: 0;\n }\n\n .breadcrumb, #titlebar_right {\n display: none;\n }\n}\n\n// Content\n#active_admin_content {\n border-top: thick solid black;\n clear: both;\n margin-top: 2em;\n padding-top: 3em;\n}\n\n// Footer\n#footer {\n display: none;\n}\n\n// Tables\n.table_tools {\n ul {\n padding: 0;\n margin: 0;\n list-style-type: none;\n\n li {\n display: none;\n padding: 0;\n margin-bottom: 1em;\n\n &.scope.selected, &.index.selected {\n display: block;\n\n &:before {\n content: \"Showing \";\n }\n\n a {\n font-weight: bold;\n }\n\n span {\n display: inline-block;\n font-weight: normal;\n font-size: .9em;\n }\n }\n }\n\n }\n}\n\ntable {\n margin-bottom: 1.5em;\n text-align: left;\n width: 100%;\n\n thead {\n display: table-header-group;\n\n th {\n background: none;\n border-bottom: medium solid black;\n font-weight: bold;\n\n a{\n text-decoration: none;\n }\n }\n }\n\n th, td {\n padding: .5em 1em;\n\n .member_link {\n display: none;\n }\n }\n\n td {\n border-bottom: thin solid black;\n }\n\n tr{\n page-break-inside: avoid;\n }\n}\n\n// Index\n#index_footer, .pagination_information {\n display: none;\n}\n\n.index_grid {\n td {\n border: none;\n text-align: center;\n vertical-align: middle;\n\n img {\n max-width: 1in;\n }\n }\n}\n\n// Show\n.panel {\n border-bottom: thick solid #ccc;\n margin-bottom: 3em;\n padding-bottom: 2em;\n page-break-inside: avoid;\n\n &:last-child {\n border-bottom: none;\n }\n}\n\n.comments {\n form {\n display: none;\n }\n\n .active_admin_comment {\n border-top: thin solid black;\n padding-top: 1em;\n\n .active_admin_comment_meta {\n h4 {\n font-size: 1em;\n font-weight: bold;\n float: left;\n margin-right: .5em;\n margin-bottom: 0;\n }\n\n span {\n font-size: .9em;\n font-style: italic;\n vertical-align: top;\n }\n }\n\n .active_admin_comment_body {\n clear: both;\n margin-bottom: 1em;\n }\n }\n}\n\n\n// Attribute Tables\n.attributes_table {\n border-top: medium solid black;\n\n th {\n border-bottom: thin solid black;\n vertical-align: top;\n\n &:after {\n content: ':';\n }\n }\n\n td {\n img {\n max-height: 4in;\n max-width: 6in;\n }\n }\n}\n\n// Sidebars\n#filters_sidebar_section {\n display: none;\n}\n\n// Forms\nform {\n fieldset {\n border-top: thick solid #ccc;\n padding-top: 2em;\n margin-bottom: 2em;\n\n &:last-child {\n border-bottom: none;\n }\n }\n\n .buttons, abbr {\n display: none;\n }\n ol {\n list-style-type: none;\n padding: 0;\n margin: 0;\n\n li{\n border-top: thin solid black;\n margin: 0;\n padding: 1em 0;\n overflow: hidden;\n\n &.password, &.hidden {\n display: none;\n }\n\n label {\n font-weight: bold;\n float: left;\n width: 20%;\n }\n\n input, textarea, select {\n background: none;\n border: 0;\n font: Arial, Helvetica, sans-serif;\n }\n\n input[type=file] {\n display: none;\n }\n\n }\n }\n}\n\n.unsupported_browser {\n display: none;\n}\n","/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n\nhtml {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers.\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Render the `main` element consistently in IE.\n */\n\nmain {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10.\n */\n\nimg {\n border-style: none;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n\ndetails {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Misc\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10+.\n */\n\ntemplate {\n display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n\n[hidden] {\n display: none;\n}\n","/* Active Admin Print Stylesheet */\n/* Active Admin Print Stylesheet */\n/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n/* Document\n ========================================================================== */\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\nhtml {\n line-height: 1.15;\n /* 1 */\n -webkit-text-size-adjust: 100%;\n /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n/**\n * Remove the margin in all browsers.\n */\nbody {\n margin: 0;\n}\n\n/**\n * Render the `main` element consistently in IE.\n */\nmain {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\nhr {\n box-sizing: content-box;\n /* 1 */\n height: 0;\n /* 1 */\n overflow: visible;\n /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\npre {\n font-family: monospace, monospace;\n /* 1 */\n font-size: 1em;\n /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n/**\n * Remove the gray background on active links in IE 10.\n */\na {\n background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\nabbr[title] {\n border-bottom: none;\n /* 1 */\n text-decoration: underline;\n /* 2 */\n text-decoration: underline dotted;\n /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace;\n /* 1 */\n font-size: 1em;\n /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n/**\n * Remove the border on images inside links in IE 10.\n */\nimg {\n border-style: none;\n}\n\n/* Forms\n ========================================================================== */\n/**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n /* 1 */\n font-size: 100%;\n /* 1 */\n line-height: 1.15;\n /* 1 */\n margin: 0;\n /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\nbutton,\ninput {\n /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\nbutton,\nselect {\n /* 1 */\n text-transform: none;\n}\n\n/**\n * Correct the inability to style clickable types in iOS and Safari.\n */\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\nbutton::-moz-focus-inner,\n[type=button]::-moz-focus-inner,\n[type=reset]::-moz-focus-inner,\n[type=submit]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\nbutton:-moz-focusring,\n[type=button]:-moz-focusring,\n[type=reset]:-moz-focusring,\n[type=submit]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\nlegend {\n box-sizing: border-box;\n /* 1 */\n color: inherit;\n /* 2 */\n display: table;\n /* 1 */\n max-width: 100%;\n /* 1 */\n padding: 0;\n /* 3 */\n white-space: normal;\n /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n[type=checkbox],\n[type=radio] {\n box-sizing: border-box;\n /* 1 */\n padding: 0;\n /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n[type=number]::-webkit-inner-spin-button,\n[type=number]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n[type=search] {\n -webkit-appearance: textfield;\n /* 1 */\n outline-offset: -2px;\n /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n[type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n /* 1 */\n font: inherit;\n /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\ndetails {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\nsummary {\n display: list-item;\n}\n\n/* Misc\n ========================================================================== */\n/**\n * Add the correct display in IE 10+.\n */\ntemplate {\n display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n[hidden] {\n display: none;\n}\n\nhtml {\n font-size: 100.01%;\n}\n\nbody {\n font-size: 75%;\n font-family: \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-weight: normal;\n color: black;\n}\nh1 img, h2 img, h3 img, h4 img, h5 img, h6 img {\n margin: 0;\n}\n\nh1 {\n font-size: 3em;\n line-height: 1;\n margin-bottom: 0.5em;\n}\n\nh2 {\n font-size: 2em;\n margin-bottom: 0.75em;\n}\n\nh3 {\n font-size: 1.5em;\n line-height: 1;\n margin-bottom: 1em;\n}\n\nh4 {\n font-size: 1.2em;\n line-height: 1.25;\n margin-bottom: 1.25em;\n}\n\nh5 {\n font-size: 1em;\n font-weight: bold;\n margin-bottom: 1.5em;\n}\n\nh6 {\n font-size: 1em;\n font-weight: bold;\n}\n\np {\n margin: 0 0 1.5em;\n}\np .left {\n margin: 1.5em 1.5em 1.5em 0;\n padding: 0;\n}\np .right {\n margin: 1.5em 0 1.5em 1.5em;\n padding: 0;\n}\n\n.left {\n float: left !important;\n}\n\n.right {\n float: right !important;\n}\n\nblockquote {\n margin: 1.5em;\n color: #666;\n font-style: italic;\n}\n\nstrong, dfn {\n font-weight: bold;\n}\n\nem, dfn {\n font-style: italic;\n}\n\nsup, sub {\n line-height: 0;\n}\n\nabbr,\nacronym {\n border-bottom: 1px dotted #666;\n}\n\naddress {\n margin: 0 0 1.5em;\n font-style: italic;\n}\n\ndel {\n color: #666;\n}\n\npre {\n margin: 1.5em 0;\n white-space: pre;\n}\n\npre, code, tt {\n font: 1em \"andale mono\", \"lucida console\", monospace;\n line-height: 1.5;\n}\n\nli ul,\nli ol {\n margin: 0;\n}\n\nul, ol {\n margin: 0 1.5em 1.5em 0;\n padding-left: 1.5em;\n}\n\nul {\n list-style-type: disc;\n}\n\nol {\n list-style-type: decimal;\n}\n\ndl {\n margin: 0 0 1.5em 0;\n}\n\ndl dt {\n font-weight: bold;\n}\n\ndd {\n margin-left: 1.5em;\n}\n\ntable {\n margin-bottom: 1.4em;\n width: 100%;\n}\n\nth {\n font-weight: bold;\n}\n\nthead th {\n background: #c3d9ff;\n}\n\nth, td, caption {\n padding: 4px 10px 4px 5px;\n}\n\n.small {\n font-size: 0.8em;\n margin-bottom: 1.875em;\n line-height: 1.875em;\n}\n\n.large {\n font-size: 1.2em;\n line-height: 2.5em;\n margin-bottom: 1.25em;\n}\n\n.hide {\n display: none;\n}\n\n.quiet {\n color: #666;\n}\n\n.loud {\n color: #000;\n}\n\n.highlight {\n background: #ff0;\n}\n\n.added {\n background: #060;\n color: #fff;\n}\n\n.removed {\n background: #900;\n color: #fff;\n}\n\n.first {\n margin-left: 0;\n padding-left: 0;\n}\n\n.last {\n margin-right: 0;\n padding-right: 0;\n}\n\n.top {\n margin-top: 0;\n padding-top: 0;\n}\n\n.bottom {\n margin-bottom: 0;\n padding-bottom: 0;\n}\n\nbody {\n font-family: Helvetica, Arial, sans-serif;\n line-height: 150%;\n font-size: 72%;\n background: #fff;\n width: 99%;\n margin: 0;\n padding: 0.5%;\n color: black;\n}\n\na {\n color: black;\n text-decoration: none;\n}\n\nh3 {\n font-weight: bold;\n margin-bottom: 0.5em;\n}\n\n#header {\n float: left;\n}\n#header #tabs, #header .tabs, #header #utility_nav {\n display: none;\n}\n#header h1 {\n font-weight: bold;\n}\n\n.flashes {\n display: none;\n}\n\n#title_bar {\n float: right;\n}\n#title_bar h2 {\n line-height: 2em;\n margin: 0;\n}\n#title_bar .breadcrumb, #title_bar #titlebar_right {\n display: none;\n}\n\n#active_admin_content {\n border-top: thick solid black;\n clear: both;\n margin-top: 2em;\n padding-top: 3em;\n}\n\n#footer {\n display: none;\n}\n\n.table_tools ul {\n padding: 0;\n margin: 0;\n list-style-type: none;\n}\n.table_tools ul li {\n display: none;\n padding: 0;\n margin-bottom: 1em;\n}\n.table_tools ul li.scope.selected, .table_tools ul li.index.selected {\n display: block;\n}\n.table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {\n content: \"Showing \";\n}\n.table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {\n font-weight: bold;\n}\n.table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {\n display: inline-block;\n font-weight: normal;\n font-size: 0.9em;\n}\n\ntable {\n margin-bottom: 1.5em;\n text-align: left;\n width: 100%;\n}\ntable thead {\n display: table-header-group;\n}\ntable thead th {\n background: none;\n border-bottom: medium solid black;\n font-weight: bold;\n}\ntable thead th a {\n text-decoration: none;\n}\ntable th, table td {\n padding: 0.5em 1em;\n}\ntable th .member_link, table td .member_link {\n display: none;\n}\ntable td {\n border-bottom: thin solid black;\n}\ntable tr {\n page-break-inside: avoid;\n}\n\n#index_footer, .pagination_information {\n display: none;\n}\n\n.index_grid td {\n border: none;\n text-align: center;\n vertical-align: middle;\n}\n.index_grid td img {\n max-width: 1in;\n}\n\n.panel {\n border-bottom: thick solid #ccc;\n margin-bottom: 3em;\n padding-bottom: 2em;\n page-break-inside: avoid;\n}\n.panel:last-child {\n border-bottom: none;\n}\n\n.comments form {\n display: none;\n}\n.comments .active_admin_comment {\n border-top: thin solid black;\n padding-top: 1em;\n}\n.comments .active_admin_comment .active_admin_comment_meta h4 {\n font-size: 1em;\n font-weight: bold;\n float: left;\n margin-right: 0.5em;\n margin-bottom: 0;\n}\n.comments .active_admin_comment .active_admin_comment_meta span {\n font-size: 0.9em;\n font-style: italic;\n vertical-align: top;\n}\n.comments .active_admin_comment .active_admin_comment_body {\n clear: both;\n margin-bottom: 1em;\n}\n\n.attributes_table {\n border-top: medium solid black;\n}\n.attributes_table th {\n border-bottom: thin solid black;\n vertical-align: top;\n}\n.attributes_table th:after {\n content: \":\";\n}\n.attributes_table td img {\n max-height: 4in;\n max-width: 6in;\n}\n\n#filters_sidebar_section {\n display: none;\n}\n\nform fieldset {\n border-top: thick solid #ccc;\n padding-top: 2em;\n margin-bottom: 2em;\n}\nform fieldset:last-child {\n border-bottom: none;\n}\nform .buttons, form abbr {\n display: none;\n}\nform ol {\n list-style-type: none;\n padding: 0;\n margin: 0;\n}\nform ol li {\n border-top: thin solid black;\n margin: 0;\n padding: 1em 0;\n overflow: hidden;\n}\nform ol li.password, form ol li.hidden {\n display: none;\n}\nform ol li label {\n font-weight: bold;\n float: left;\n width: 20%;\n}\nform ol li input, form ol li textarea, form ol li select {\n background: none;\n border: 0;\n font: Arial, Helvetica, sans-serif;\n}\nform ol li input[type=file] {\n display: none;\n}\n\n.unsupported_browser {\n display: none;\n}","// Adapted from Blueprint CSS Framework\n//\n// Copyright (c) 2007 - 2010 blueprintcss.org\n//\n// Permission is hereby granted, free of charge, to any person\n// obtaining a copy of this software and associated documentation\n// files (the \"Software\"), to deal in the Software without\n// restriction, including without limitation the rights to use,\n// copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the\n// Software is furnished to do so, subject to the following\n// conditions:\n//\n// The above copyright notice and this permission notice shall be\n// included in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n// OTHER DEALINGS IN THE SOFTWARE.\n\n// Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */\nhtml { font-size:100.01%; }\nbody { font-size: 75%; font-family: \"Helvetica Neue\", Arial, Helvetica, sans-serif; }\n\n// Headings\nh1,h2,h3,h4,h5,h6 {\n font-weight: normal;\n color: $primary-color;\n img { margin: 0; }\n}\n\nh1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }\nh2 { font-size: 2em; margin-bottom: 0.75em; }\nh3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }\nh4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }\nh5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }\nh6 { font-size: 1em; font-weight: bold; }\n\n\np {\n margin: 0 0 1.5em;\n\n .left { margin: 1.5em 1.5em 1.5em 0; padding: 0; }\n .right { margin: 1.5em 0 1.5em 1.5em; padding: 0; }\n}\n\n.left { float: left !important; }\n.right { float: right !important; }\n\nblockquote { margin: 1.5em; color: #666; font-style: italic; }\nstrong,dfn { font-weight: bold; }\nem,dfn { font-style: italic; }\nsup, sub { line-height: 0; }\n\nabbr,\nacronym { border-bottom: 1px dotted #666; }\naddress { margin: 0 0 1.5em; font-style: italic; }\ndel { color:#666; }\n\npre { margin: 1.5em 0; white-space: pre; }\npre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }\n\n// Lists\nli ul,\nli ol { margin: 0; }\nul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }\n\nul { list-style-type: disc; }\nol { list-style-type: decimal; }\n\ndl { margin: 0 0 1.5em 0; }\ndl dt { font-weight: bold; }\ndd { margin-left: 1.5em;}\n\n// Tables\ntable { margin-bottom: 1.4em; width:100%; }\nth { font-weight: bold; }\nthead th { background: #c3d9ff; }\nth,td,caption { padding: 4px 10px 4px 5px; }\n\n// Helper Classes\n.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }\n.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }\n.hide { display: none; }\n\n.quiet { color: #666; }\n.loud { color: #000; }\n.highlight { background:#ff0; }\n.added { background:#060; color: #fff; }\n.removed { background:#900; color: #fff; }\n\n.first { margin-left:0; padding-left:0; }\n.last { margin-right:0; padding-right:0; }\n.top { margin-top:0; padding-top:0; }\n.bottom { margin-bottom:0; padding-bottom:0; }\n"],"mappings":"AAAA;ACAA;ACAA;AAEA;AAAA;AAGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACEA;ADCA;AAAA;AAGA;;AAAA;AAIA;AACA;ACAA;ADGA;;AAAA;AAIA;AACA;ACDA;ADIA;;;AAAA;AAKA;AACA;AACA;ACFA;ADKA;AAAA;AAGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AACA;AAAA;ACDA;ADIA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACAA;ADGA;AAAA;AAGA;;AAAA;AAIA;AACA;ACFA;ADKA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AAAA;ACAA;ADGA;;AAAA;AAIA;;AAEA;ACDA;ADIA;;;AAAA;AAKA;;;AAGA;AAAA;AACA;AAAA;ACAA;ADGA;;AAAA;AAIA;AACA;ACDA;ADIA;;;AAAA;AAKA;;AAEA;AACA;AACA;AACA;ACFA;ADKA;AACA;ACFA;ADKA;AACA;ACFA;ADKA;AAAA;AAGA;;AAAA;AAIA;AACA;ACJA;ADOA;AAAA;AAGA;;;AAAA;AAKA;;;;;AAKA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;ACFA;ADKA;;;AAAA;AAKA;;AACA;AACA;ACFA;ADKA;;;AAAA;AAKA;;AACA;AACA;ACFA;ADKA;;AAAA;AAIA;;;;AAIA;ACHA;ADMA;;AAAA;AAIA;;;;AAIA;AACA;ACJA;ADOA;;AAAA;AAIA;;;;AAIA;ACLA;ADQA;;AAAA;AAIA;AACA;ACNA;ADSA;;;;;AAAA;AAOA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;ACDA;ADIA;;AAAA;AAIA;AACA;ACFA;ADKA;;AAAA;AAIA;AACA;ACHA;ADMA;;;AAAA;AAKA;;AAEA;AAAA;AACA;AAAA;ACFA;ADKA;;AAAA;AAIA;;AAEA;ACHA;ADMA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACFA;ADKA;;AAAA;AAIA;AACA;ACHA;ADMA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACFA;ADKA;AAAA;AAGA;;AAAA;AAIA;AACA;ACJA;ADOA;;AAAA;AAIA;AACA;ACLA;ADQA;AAAA;AAGA;;AAAA;AAIA;AACA;ACPA;ADUA;;AAAA;AAIA;AACA;ACRA;ACzTA;AAAA;AD6TA;AC5TA;AAAA;AAAA;ADiUA;AC9TA;AACA;AACA;ADiUA;AChUA;AAAA;ADmUA;AChUA;AAAA;AAAA;AAAA;ADsUA;ACrUA;AAAA;AAAA;AD0UA;ACzUA;AAAA;AAAA;AAAA;AD+UA;AC9UA;AAAA;AAAA;AAAA;ADoVA;ACnVA;AAAA;AAAA;AAAA;ADyVA;ACxVA;AAAA;AAAA;AD6VA;AC1VA;AACA;AD6VA;AC3VA;AAAA;AAAA;AD+VA;AC9VA;AAAA;AAAA;ADkWA;AC/VA;AAAA;ADmWA;AClWA;AAAA;ADsWA;ACpWA;AAAA;AAAA;AAAA;AD0WA;ACzWA;AAAA;AD6WA;AC5WA;AAAA;ADgXA;AC/WA;AAAA;ADmXA;ACjXA;;AACA;ADqXA;ACpXA;AAAA;AAAA;ADyXA;ACxXA;AAAA;AD4XA;AC1XA;AAAA;AAAA;AD+XA;AC9XA;AAAA;AAAA;ADmYA;AChYA;;AACA;ADoYA;ACnYA;AAAA;AAAA;ADwYA;ACtYA;AAAA;AD0YA;ACzYA;AAAA;AD6YA;AC3YA;AAAA;AD+YA;AC9YA;AAAA;ADkZA;ACjZA;AAAA;ADqZA;AClZA;AAAA;AAAA;ADuZA;ACtZA;AAAA;AD0ZA;ACzZA;AAAA;AD6ZA;AC5ZA;AAAA;ADgaA;AC7ZA;AAAA;AAAA;AAAA;ADmaA;AClaA;AAAA;AAAA;AAAA;ADwaA;ACvaA;AAAA;AD2aA;ACzaA;AAAA;AD6aA;AC5aA;AAAA;ADgbA;AC/aA;AAAA;ADmbA;AClbA;AAAA;AAAA;ADubA;ACtbA;AAAA;AAAA;AD2bA;ACzbA;AAAA;AAAA;AD8bA;AC7bA;AAAA;AAAA;ADkcA;ACjcA;AAAA;AAAA;ADscA;ACrcA;AAAA;AAAA;AD0cA;AFjiBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AEoiBA;AFjiBA;AACA;AACA;AEoiBA;AFjiBA;AACA;AACA;AEoiBA;AFhiBA;AACA;AEmiBA;AFjiBA;AACA;AEmiBA;AFhiBA;AACA;AEkiBA;AF9hBA;AACA;AEiiBA;AF9hBA;AACA;AEiiBA;AF/hBA;AACA;AACA;AEiiBA;AF9hBA;AACA;AEgiBA;AF3hBA;AACA;AACA;AACA;AACA;AE8hBA;AF1hBA;AACA;AE6hBA;AFxhBA;AACA;AACA;AACA;AE2hBA;AFzhBA;AACA;AACA;AACA;AE2hBA;AFzhBA;AACA;AE2hBA;AFzhBA;AACA;AE2hBA;AFxhBA;AACA;AE0hBA;AFvhBA;AACA;AACA;AACA;AEyhBA;AFjhBA;AACA;AACA;AACA;AEohBA;AFlhBA;AACA;AEohBA;AFlhBA;AACA;AACA;AACA;AEohBA;AFlhBA;AACA;AEohBA;AF/gBA;AACA;AEihBA;AF/gBA;AACA;AEihBA;AF7gBA;AACA;AE+gBA;AF5gBA;AACA;AE8gBA;AFzgBA;AACA;AE4gBA;AFxgBA;AACA;AACA;AACA;AE2gBA;AFzgBA;AACA;AE2gBA;AFrgBA;AACA;AACA;AACA;AACA;AEwgBA;AFtgBA;AACA;AEwgBA;AFngBA;AACA;AEsgBA;AFngBA;AACA;AACA;AEqgBA;AFlgBA;AACA;AACA;AACA;AACA;AACA;AEogBA;AFjgBA;AACA;AACA;AACA;AEmgBA;AF/fA;AACA;AACA;AEigBA;AF1fA;AACA;AE6fA;AF3fA;AACA;AACA;AE6fA;AF3fA;AACA;AE6fA;AFxfA;AACA;AACA;AE0fA;AFpfA;AACA;AEufA;AFlfA;AACA;AACA;AACA;AEqfA;AFnfA;AACA;AEqfA;AFjfA;AACA;AEmfA;AFjfA;AACA;AACA;AACA;AEmfA;AFjfA;AACA;AACA;AACA;AACA;AEmfA;AFjfA;AACA;AEmfA;AFhfA;AACA;AACA;AACA;AEkfA;AF/eA;AACA;AACA;AACA;AEifA;AF9eA;AACA;AEgfA;AFzeA;AACA;AE4eA;","sourceRoot":""}