{"version":3,"file":"css/active_admin-0df7a4f0.css","sources":["webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_base.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_normalize.scss","webpack:///active_admin.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_typography.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_header.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_gradients.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_shadows.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_rounded.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_forms.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_sections.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_utilities.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_typography.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/mixins/_buttons.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_comments.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_flash_messages.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_date_picker.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_tables.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_batch_actions.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_modal_dialog.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_blank_slates.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_breadcrumbs.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_dropdown_menu.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_buttons.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_grid.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_links.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_pagination.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_panels.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_columns.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_scopes.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_status_tags.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_table_tools.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_index_list.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_unsupported_browser.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/components/_tabs.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/pages/_logged_out.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/structure/_footer.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/structure/_main_structure.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/structure/_title_bar.scss","webpack:///./node_modules/@activeadmin/activeadmin/src/scss/_print.scss"],"sourcesContent":["/* Active Admin CSS */\n@media screen {\n // Normalize\n @import \"./normalize\";\n\n // Partials\n @import \"./typography\";\n @import \"./header\";\n @import \"./forms\";\n @import \"./components/comments\";\n @import \"./components/flash_messages\";\n @import \"./components/date_picker\";\n @import \"./components/tables\";\n @import \"./components/batch_actions\";\n @import \"./components/modal_dialog\";\n @import \"./components/blank_slates\";\n @import \"./components/breadcrumbs\";\n @import \"./components/dropdown_menu\";\n @import \"./components/buttons\";\n @import \"./components/grid\";\n @import \"./components/links\";\n @import \"./components/pagination\";\n @import \"./components/panels\";\n @import \"./components/columns\";\n @import \"./components/scopes\";\n @import \"./components/status_tags\";\n @import \"./components/table_tools\";\n @import \"./components/index_list\";\n @import \"./components/unsupported_browser\";\n @import \"./components/tabs\";\n @import \"./pages/logged_out\";\n @import \"./structure/footer\";\n @import \"./structure/main_structure\";\n @import \"./structure/title_bar\";\n\n html {\n box-sizing: border-box;\n }\n\n *,\n *:before,\n *:after {\n box-sizing: inherit;\n }\n\n body {\n @include sans-family;\n line-height: 1.5;\n font-size: 72%;\n background: $body-background-color;\n color: $text-color;\n }\n}\n\n@media print {\n @import \"./print\";\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 CSS */\n@media screen {\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 */\n html {\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 */\n body {\n margin: 0;\n }\n\n /**\n * Render the `main` element consistently in IE.\n */\n main {\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 h1 {\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 */\n hr {\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 */\n pre {\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 */\n a {\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 abbr[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 */\n b,\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 code,\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 */\n small {\n font-size: 80%;\n }\n\n /**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n sub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n\n sub {\n bottom: -0.25em;\n }\n\n sup {\n top: -0.5em;\n }\n\n /* Embedded content\n ========================================================================== */\n /**\n * Remove the border on images inside links in IE 10.\n */\n img {\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 */\n button,\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 */\n button,\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 */\n button,\nselect {\n /* 1 */\n text-transform: none;\n }\n\n /**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n button,\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 button::-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 button:-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 fieldset {\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 legend {\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 */\n progress {\n vertical-align: baseline;\n }\n\n /**\n * Remove the default vertical scrollbar in IE 10+.\n */\n textarea {\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 */\n details {\n display: block;\n }\n\n /*\n * Add the correct display in all browsers.\n */\n summary {\n display: list-item;\n }\n\n /* Misc\n ========================================================================== */\n /**\n * Add the correct display in IE 10+.\n */\n template {\n display: none;\n }\n\n /**\n * Add the correct display in IE 10.\n */\n [hidden] {\n display: none;\n }\n\n html {\n font-size: 100.01%;\n }\n\n body {\n font-size: 75%;\n font-family: \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-weight: normal;\n color: #5E6469;\n }\n h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {\n margin: 0;\n }\n\n h1 {\n font-size: 3em;\n line-height: 1;\n margin-bottom: 0.5em;\n }\n\n h2 {\n font-size: 2em;\n margin-bottom: 0.75em;\n }\n\n h3 {\n font-size: 1.5em;\n line-height: 1;\n margin-bottom: 1em;\n }\n\n h4 {\n font-size: 1.2em;\n line-height: 1.25;\n margin-bottom: 1.25em;\n }\n\n h5 {\n font-size: 1em;\n font-weight: bold;\n margin-bottom: 1.5em;\n }\n\n h6 {\n font-size: 1em;\n font-weight: bold;\n }\n\n p {\n margin: 0 0 1.5em;\n }\n p .left {\n margin: 1.5em 1.5em 1.5em 0;\n padding: 0;\n }\n p .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\n blockquote {\n margin: 1.5em;\n color: #666;\n font-style: italic;\n }\n\n strong, dfn {\n font-weight: bold;\n }\n\n em, dfn {\n font-style: italic;\n }\n\n sup, sub {\n line-height: 0;\n }\n\n abbr,\nacronym {\n border-bottom: 1px dotted #666;\n }\n\n address {\n margin: 0 0 1.5em;\n font-style: italic;\n }\n\n del {\n color: #666;\n }\n\n pre {\n margin: 1.5em 0;\n white-space: pre;\n }\n\n pre, code, tt {\n font: 1em \"andale mono\", \"lucida console\", monospace;\n line-height: 1.5;\n }\n\n li ul,\nli ol {\n margin: 0;\n }\n\n ul, ol {\n margin: 0 1.5em 1.5em 0;\n padding-left: 1.5em;\n }\n\n ul {\n list-style-type: disc;\n }\n\n ol {\n list-style-type: decimal;\n }\n\n dl {\n margin: 0 0 1.5em 0;\n }\n\n dl dt {\n font-weight: bold;\n }\n\n dd {\n margin-left: 1.5em;\n }\n\n table {\n margin-bottom: 1.4em;\n width: 100%;\n }\n\n th {\n font-weight: bold;\n }\n\n thead th {\n background: #c3d9ff;\n }\n\n th, 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\n #header {\n background-color: #6a7176;\n background-image: linear-gradient(180deg, #6a7176, #4d5256);\n border-bottom: 1px solid #44484b;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);\n text-shadow: #000 0 1px 0;\n display: table;\n height: 20px;\n width: 100%;\n overflow: visible;\n position: inherit;\n padding: 5px 0;\n z-index: 900;\n }\n #header h1 {\n display: table-cell;\n vertical-align: middle;\n white-space: nowrap;\n color: #cdcdcd;\n margin-right: 20px;\n margin-bottom: 0px;\n padding: 3px 30px 0 30px;\n font-size: 1.3em;\n font-weight: normal;\n line-height: 1.2;\n }\n #header h1 a {\n text-decoration: none;\n }\n #header h1 a:hover {\n color: #fff;\n }\n #header h1 img {\n position: relative;\n top: -2px;\n }\n #header a, #header a:link {\n color: #cdcdcd;\n }\n #header .header-item {\n top: 2px;\n position: relative;\n height: 20px;\n }\n #header ul.tabs {\n display: table-cell;\n vertical-align: middle;\n height: 100%;\n margin: 0;\n padding: 0;\n }\n #header ul.tabs li {\n /* Hover on li, display the ul */\n }\n #header ul.tabs li:hover > ul {\n display: block;\n }\n #header ul.tabs > li {\n display: inline-block;\n margin-right: 4px;\n margin-top: 5px;\n margin-bottom: 5px;\n font-size: 1em;\n position: relative;\n /* Drop down menus */\n }\n #header ul.tabs > li a {\n text-decoration: none;\n padding: 6px 10px 4px 10px;\n position: relative;\n border-radius: 10px;\n }\n #header ul.tabs > li.current > a {\n background: #7b8389;\n color: #fff;\n }\n #header ul.tabs > li.has_nested > a {\n background: url(\"data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==\") no-repeat calc(100% - 7px) 50%;\n padding-right: 20px;\n }\n #header ul.tabs > li.has_nested.current > a {\n background: #7b8389 url(\"data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==\") no-repeat calc(100% - 7px) 50%;\n padding-right: 20px;\n }\n #header ul.tabs > li:hover > a {\n background: #7b8389;\n color: #fff;\n }\n #header ul.tabs > li.has_nested:hover > a {\n border-radius: 0;\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n border-bottom: 5px solid #7b8389;\n background: #7b8389 url(\"data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==\") no-repeat calc(100% - 7px) 50%;\n z-index: 1020;\n }\n #header ul.tabs > li ul {\n background: #7b8389;\n border-top-right-radius: 10px;\n border-top-left-radius: 0;\n border-bottom-right-radius: 10px;\n border-bottom-left-radius: 10px;\n box-shadow: 0 1px 3px #444;\n position: absolute;\n width: 120%;\n min-width: 175px;\n max-width: calc(100% + 20px);\n margin-top: 5px;\n float: left;\n display: none;\n padding: 3px 0px 5px 0;\n list-style: none;\n z-index: 1010;\n }\n #header ul.tabs > li ul li {\n position: relative;\n margin: 0px;\n }\n #header ul.tabs > li ul li a {\n background: none;\n display: block;\n }\n #header ul.tabs > li ul li a:hover {\n color: #fff;\n background: none;\n }\n #header ul.tabs > li ul li.current a {\n border-radius: 0;\n }\n #header ul.tabs > li ul li.has_nested > a {\n background: url(\"data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=\") no-repeat calc(100% - 7px) 55%;\n padding-right: 20px;\n }\n #header ul.tabs > li ul li.has_nested:hover > a {\n background: url(\"data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7\") no-repeat calc(100% - 7px) 55%;\n color: #fff;\n }\n #header ul.tabs > li ul li ul {\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n border-bottom-right-radius: 10px;\n border-bottom-left-radius: 10px;\n margin-top: 0;\n top: -3px;\n left: 100%;\n /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu\n that maintains the hover. This makes it much easier to navigate to submenus in\n particular without losing hover accientally, especially near rounded corners. */\n }\n #header ul.tabs > li ul li ul:after {\n content: \"\";\n display: block;\n position: absolute;\n top: -8px;\n left: -8px;\n height: calc(100% + 16px);\n width: calc(100% + 16px);\n z-index: -2;\n }\n #header #tabs {\n width: 100%;\n }\n #header #utility_nav {\n color: #aaa;\n display: table-cell;\n white-space: nowrap;\n margin: 0;\n padding: 0;\n padding-right: 26px;\n text-align: right;\n }\n #header #utility_nav a {\n text-decoration: none;\n }\n #header #utility_nav a:hover {\n color: #fff;\n }\n #header #utility_nav li {\n display: inline;\n }\n\n form {\n /* Reset margins & Padding */\n /* Nested Fieldsets and Legends */\n /* Text Fields */\n /* semantic_errors */\n /* Buttons */\n }\n form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {\n margin: 0;\n padding: 0;\n }\n form ol, form ul {\n list-style: none;\n }\n form fieldset {\n border: 0;\n padding: 10px 0;\n margin-bottom: 20px;\n }\n form fieldset.inputs {\n background: #f4f4f4;\n border-radius: 4px;\n box-shadow: inset 0 1px 4px #ddd;\n }\n form fieldset legend {\n width: 100%;\n }\n form fieldset legend span {\n display: block;\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n }\n form fieldset ol > li {\n padding: 10px;\n }\n form fieldset ol > li label {\n display: block;\n width: 20%;\n float: left;\n font-size: 1em;\n font-weight: bold;\n color: #5E6469;\n }\n form fieldset ol > li label abbr {\n border: none;\n color: #aaa;\n }\n form fieldset ol > li.has_many_container {\n padding: 20px 10px;\n }\n form fieldset ol > li.has_many_container h3 {\n font-size: 12px;\n font-weight: bold;\n }\n form fieldset ol > li.has_many_container .has_many_fields {\n margin: 10px 0;\n }\n form fieldset ol > li > li label {\n line-height: 100%;\n padding-top: 0;\n }\n form fieldset ol > li > li label input {\n line-height: 100%;\n vertical-align: middle;\n margin-top: -0.1em;\n }\n form .has_many_fields {\n position: relative;\n }\n form .has_many_container .handle {\n position: absolute;\n top: calc(50% - 1.5em);\n right: 2px;\n padding: 0;\n cursor: move;\n }\n form .has_many_container.ui-sortable .has_many_container {\n margin-right: 2em;\n }\n form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {\n width: calc(80% - 22px - 2em - 1px);\n }\n form fieldset > ol > li fieldset {\n position: relative;\n padding: 0;\n margin-bottom: 0;\n }\n form fieldset > ol > li fieldset:not(.inputs) ol {\n float: left;\n width: 74%;\n margin: 0;\n padding: 0 0 0 20%;\n }\n form fieldset > ol > li fieldset:not(.inputs) ol li {\n padding: 0;\n border: 0;\n }\n form fieldset > ol > li fieldset.inputs ol {\n float: left;\n width: 100%;\n margin: 0;\n }\n form input[type=text],\nform input[type=password],\nform input[type=email],\nform input[type=number],\nform input[type=url],\nform input[type=tel],\nform input[type=date],\nform input[type=time],\nform textarea {\n width: calc(80% - 22px);\n border: 1px solid #c9d0d6;\n border-radius: 3px;\n font-size: 0.95em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n outline: none;\n padding: 8px 10px 7px;\n }\n form input[type=text]:focus,\nform input[type=password]:focus,\nform input[type=email]:focus,\nform input[type=number]:focus,\nform input[type=url]:focus,\nform input[type=tel]:focus,\nform input[type=date]:focus,\nform input[type=time]:focus,\nform textarea:focus {\n border: 1px solid #99a2aa;\n box-shadow: 0 0 4px #99a2aa;\n }\n form input[type=date] {\n width: calc(100% - 22px);\n }\n form fieldset > ol > li {\n /* Hints */\n /* Date and Time Fields */\n /* Check Boxes or Radio fields */\n /* Boolean Field */\n /* Hidden fields */\n /* Errors */\n }\n form fieldset > ol > li p.inline-hints {\n font-size: 0.95em;\n font-style: italic;\n color: #666;\n margin: 0.5em 0 0 20%;\n }\n form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {\n float: left;\n width: auto;\n margin: 0 0.5em 0 0;\n }\n form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {\n display: none;\n }\n form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {\n display: inline;\n margin: 0;\n padding: 0;\n }\n form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {\n margin-bottom: -0.6em;\n }\n form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {\n margin: 0.1em 0 0.5em 0;\n }\n form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {\n float: none;\n width: 100%;\n }\n form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {\n margin-right: 0.2em;\n }\n form fieldset > ol > li.boolean {\n min-height: 1.1em;\n }\n form fieldset > ol > li.boolean label {\n width: 80%;\n padding-left: 20%;\n padding-right: 10px;\n text-transform: none !important;\n font-weight: normal;\n }\n form fieldset > ol > li.boolean label input {\n margin: 0 0.5em 0 0.2em;\n }\n form fieldset > ol > li.hidden {\n padding: 0;\n }\n form fieldset > ol > li p.inline-errors {\n color: #932419;\n font-weight: bold;\n margin: 0.3em 0 0 20%;\n }\n form fieldset > ol > li ul.errors {\n color: #932419;\n margin: 0.5em 0 0 20%;\n list-style: square;\n }\n form fieldset > ol > li ul.errors li {\n padding: 0;\n border: none;\n display: list-item;\n }\n form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {\n border: 1px solid #932419;\n }\n form ul.errors {\n background: #fae6e4;\n border-radius: 4px;\n color: #932419;\n font-weight: bold;\n margin-bottom: 10px;\n padding: 10px;\n list-style: square;\n }\n form ul.errors li {\n margin-left: 15px;\n padding: 0;\n border: none;\n display: list-item;\n }\n form input[type=submit], form input[type=button], form button {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #838a90;\n background-image: linear-gradient(180deg, #838a90, #414549);\n text-shadow: #000 0 1px 0;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;\n border: solid 1px #484e53;\n border-color: #484e53;\n border-top-color: #616a71;\n border-right-color: #484e53;\n border-bottom-color: #363b3f;\n border-left-color: #484e53;\n color: #efefef;\n cursor: pointer;\n }\n form input[type=submit].disabled, form input[type=button].disabled, form button.disabled {\n opacity: 0.5;\n cursor: default;\n }\n form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {\n background-color: #8b9297;\n background-image: linear-gradient(180deg, #8b9297, #484d51);\n }\n form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;\n background-color: #71797f;\n background-image: linear-gradient(180deg, #71797f, #35383b);\n }\n form .buttons, form .actions {\n margin-top: 15px;\n }\n form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {\n margin-right: 10px;\n }\n form .actions .create_another {\n float: none;\n margin-bottom: 10px;\n }\n form .actions .create_another label {\n float: none;\n display: inline;\n }\n form fieldset.buttons li, form fieldset.actions li {\n float: left;\n padding: 0;\n }\n form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n }\n form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {\n opacity: 0.5;\n cursor: default;\n }\n form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n\n .sidebar_section label {\n display: block;\n text-transform: uppercase;\n color: #5E6469;\n font-size: 0.9em;\n font-weight: bold;\n }\n .sidebar_section select {\n width: 240px;\n }\n .sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {\n width: 220px;\n }\n\n form.filter_form .filter_form_field {\n margin-bottom: 10px;\n clear: both;\n }\n form.filter_form .filter_form_field.select_and_search input[type=text] {\n margin-left: 16px;\n width: 88px;\n }\n form.filter_form .filter_form_field.select_and_search select {\n width: 108px;\n }\n form.filter_form .filter_form_field.filter_check_boxes label {\n margin-bottom: 3px;\n }\n form.filter_form .filter_form_field.filter_check_boxes fieldset {\n margin-bottom: 0px;\n padding-bottom: 0px;\n }\n form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {\n font-weight: normal;\n margin-bottom: 3px;\n text-transform: none;\n font-size: 1em;\n }\n form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {\n vertical-align: baseline;\n }\n form.filter_form .filter_form_field.filter_date_range input[type=text] {\n width: 114px;\n }\n form.filter_form .filter_form_field.filter_date_range input[type=text] + input {\n margin-left: 6px;\n }\n form.filter_form a.clear_filters_btn {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n }\n form.filter_form a.clear_filters_btn.disabled {\n opacity: 0.5;\n cursor: default;\n }\n form.filter_form a.clear_filters_btn:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n form.filter_form a.clear_filters_btn:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n\n .comments .active_admin_comment {\n margin-top: 10px;\n margin-bottom: 20px;\n max-width: 700px;\n }\n .comments .active_admin_comment:after {\n visibility: hidden;\n display: block;\n content: \"\";\n clear: both;\n height: 0;\n }\n .comments .active_admin_comment .active_admin_comment_meta {\n width: 130px;\n float: left;\n overflow: hidden;\n font-size: 0.9em;\n color: #767e84;\n }\n .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {\n font-size: 1.2em;\n font-weight: bold;\n margin: 0;\n color: #5E6469;\n }\n .comments .active_admin_comment .active_admin_comment_body {\n margin-left: 150px;\n }\n .comments form.active_admin_comment {\n margin: 0;\n padding: 0;\n margin-left: 150px;\n }\n .comments form.active_admin_comment fieldset.inputs {\n margin: 0;\n padding: 0;\n background: none;\n box-shadow: none;\n }\n .comments form.active_admin_comment li {\n padding: 0;\n }\n .comments form.active_admin_comment fieldset.buttons {\n padding: 0;\n margin-top: 5px;\n }\n\n body.logged_in .flash {\n background-color: #f7f1d3;\n background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);\n text-shadow: #fafafa 0 1px 0;\n border-bottom: 1px solid #eee098;\n color: #cb9810;\n font-weight: bold;\n font-size: 1.1em;\n line-height: 1em;\n padding: 13px 30px 11px;\n position: relative;\n }\n body.logged_in .flash.flash_notice {\n background-color: #dce9dd;\n background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);\n border-bottom: 1px solid #adcbaf;\n color: #416347;\n }\n body.logged_in .flash.flash_error {\n background-color: #f5e4e4;\n background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);\n border-bottom: 1px solid #e0c2c0;\n color: #b33c33;\n }\n\n body.logged_out .flash {\n box-shadow: none;\n text-shadow: #fff 0 1px 0;\n background: none;\n color: #666;\n font-weight: bold;\n line-height: 1em;\n padding: 0;\n margin-bottom: 8px;\n }\n\n .ui-datepicker {\n background: #fff;\n background-clip: padding-box;\n color: #fff;\n display: none;\n margin-top: 2px;\n padding: 0;\n text-align: center;\n width: 160px;\n }\n .ui-datepicker a {\n text-decoration: none;\n }\n .ui-datepicker a:hover {\n cursor: pointer;\n }\n .ui-datepicker .ui-datepicker-header {\n background-color: #6a7176;\n background-image: linear-gradient(180deg, #6a7176, #4d5256);\n border-bottom: 1px solid #44484b;\n padding: 12px 5px 7px 4px;\n margin: 0px 0px 2px 2px;\n width: 156px;\n border-top-left-radius: 7px;\n border-top-right-radius: 7px;\n position: relative;\n z-index: 2000;\n }\n .ui-datepicker .ui-datepicker-header:before {\n content: \"\";\n position: absolute;\n right: 45%;\n top: -6px;\n width: 0px;\n height: 0px;\n border-left: 8.5px solid rgba(0, 0, 0, 0);\n border-right: 8.5px solid rgba(0, 0, 0, 0);\n border-bottom: 10px solid #676e73;\n }\n .ui-datepicker .ui-datepicker-header .ui-datepicker-title {\n text-shadow: #000 0 1px 0;\n color: #fff;\n display: block;\n font-size: 1.1em;\n font-weight: bold;\n line-height: 0.8em;\n text-align: center;\n }\n .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {\n margin: -4px 0 0 0;\n }\n .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {\n margin: -4px 0 0 0;\n }\n .ui-datepicker .ui-datepicker-header a {\n color: #fff;\n display: block;\n height: 19px;\n margin-top: -4px;\n width: 10px;\n }\n .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {\n float: left;\n width: 0;\n height: 0;\n margin: 0px 0px 0px 4px;\n border-top: 5px solid transparent;\n border-right: 5px solid white;\n border-bottom: 5px solid transparent;\n }\n .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {\n float: right;\n width: 0;\n height: 0;\n margin: 0px 4px 0px 0px;\n border-top: 5px solid transparent;\n border-left: 5px solid white;\n border-bottom: 5px solid transparent;\n }\n .ui-datepicker .ui-datepicker-header a span {\n display: none;\n }\n .ui-datepicker table.ui-datepicker-calendar {\n border-radius: 0;\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);\n background-color: #f4f4f4;\n border: solid 1px #63686e;\n left: 2px;\n margin-bottom: 0px;\n position: relative;\n top: -2px;\n width: 156px;\n }\n .ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {\n padding: 0px;\n text-align: center;\n }\n .ui-datepicker table.ui-datepicker-calendar thead th {\n background-color: #dbdddf;\n color: #333333;\n font-weight: normal;\n font-size: 0.8em;\n padding-top: 1px;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody {\n color: #666666;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody td {\n border: none;\n height: 24px;\n width: 22px;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody td a {\n border-radius: 3px;\n color: #666666;\n font-weight: bold;\n font-size: 0.85em;\n padding: 4px;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {\n background-color: #5a5f64;\n color: #fff;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {\n background-color: #5a5f64;\n color: #fff;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {\n background-color: #eceef0;\n }\n .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {\n background-color: #dbdddf;\n }\n\n table tr td {\n vertical-align: top;\n }\n table tr th {\n text-align: left;\n }\n\n table.index_table {\n width: 100%;\n margin-bottom: 10px;\n border: 0;\n border-spacing: 0;\n }\n table.index_table th {\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n border-right: none;\n padding-left: 12px;\n padding-right: 12px;\n }\n table.index_table th a, table.index_table th a:link, table.index_table th a:visited {\n color: #5E6469;\n text-decoration: none;\n display: block;\n white-space: nowrap;\n }\n table.index_table th.sortable a {\n background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==\") no-repeat 0 4px;\n padding-left: 13px;\n }\n table.index_table th.sorted-asc a {\n background-position: 0 -27px;\n }\n table.index_table th.sorted-desc a {\n background-position: 0 -56px;\n }\n table.index_table th.sorted-asc, table.index_table th.sorted-desc {\n background-color: #e2e2e2;\n background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);\n }\n table.index_table th:last-child {\n border-right: solid 1px #d4d4d4;\n }\n table.index_table tr.even td {\n background: #f4f5f5;\n }\n table.index_table tr.selected td {\n background: #d9e4ec;\n }\n table.index_table td {\n padding: 10px 12px 8px 12px;\n border-bottom: 1px solid #e8e8e8;\n vertical-align: top;\n }\n\n .panel_contents table {\n margin-top: 5px;\n }\n .panel_contents table th {\n padding-top: 10px;\n background: none;\n color: #5E6469;\n box-shadow: none;\n text-shadow: #fff 0 1px 0;\n text-transform: uppercase;\n border-bottom: 1px solid #ccc;\n }\n .panel_contents table tr.odd td {\n background: #ecedee;\n }\n .panel_contents table tr.even td {\n background: #f4f5f5;\n }\n\n .attributes_table {\n overflow: hidden;\n }\n\n .attributes_table table col.even {\n background: #f4f5f5;\n }\n .attributes_table table col.odd {\n background: #ecedee;\n }\n .attributes_table table th, .attributes_table table td {\n padding: 8px 12px 6px 12px;\n vertical-align: top;\n border-bottom: 1px solid #e8e8e8;\n }\n .attributes_table table th {\n box-shadow: none;\n background: none;\n width: 150px;\n font-size: 0.9em;\n padding-left: 0;\n text-transform: uppercase;\n color: #5E6469;\n text-shadow: #fff 0 1px 0;\n }\n .attributes_table table td .empty {\n color: #bbb;\n font-size: 0.8em;\n text-transform: uppercase;\n letter-spacing: 0.2em;\n }\n\n .sidebar_section .attributes_table th {\n width: 50px;\n }\n\n #collection_selection_toggle_panel:after {\n visibility: hidden;\n display: block;\n content: \"\";\n clear: both;\n height: 0;\n }\n #collection_selection_toggle_panel > .resource_selection_toggle_cell {\n float: left;\n }\n\n .ui-widget-overlay {\n position: fixed;\n background: rgba(0, 0, 0, 0.2);\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 1001;\n }\n\n .ui-dialog {\n position: fixed;\n z-index: 1002;\n background: #f4f4f4;\n border-radius: 4px;\n box-shadow: inset 0 1px 4px #ddd;\n box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;\n }\n .ui-dialog .ui-dialog-titlebar {\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n }\n .ui-dialog .ui-dialog-titlebar span {\n font-size: 1.1em;\n }\n .ui-dialog ul {\n list-style-type: none;\n }\n .ui-dialog li {\n margin: 10px 0;\n }\n .ui-dialog label {\n margin-right: 10px;\n }\n .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {\n padding: 7px 15px 13px;\n }\n .ui-dialog .ui-dialog-buttonpane button {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #838a90;\n background-image: linear-gradient(180deg, #838a90, #414549);\n text-shadow: #000 0 1px 0;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;\n border: solid 1px #484e53;\n border-color: #484e53;\n border-top-color: #616a71;\n border-right-color: #484e53;\n border-bottom-color: #363b3f;\n border-left-color: #484e53;\n color: #efefef;\n }\n .ui-dialog .ui-dialog-buttonpane button.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {\n background-color: #8b9297;\n background-image: linear-gradient(180deg, #8b9297, #484d51);\n }\n .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;\n background-color: #71797f;\n background-image: linear-gradient(180deg, #71797f, #35383b);\n }\n .ui-dialog .ui-dialog-buttonpane button:last-child {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n }\n .ui-dialog .ui-dialog-buttonpane button:last-child.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n\n .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {\n display: none;\n }\n\n .blank_slate_container {\n clear: both;\n text-align: center;\n }\n .blank_slate_container .blank_slate {\n border-radius: 3px;\n border: 1px dashed #DADADA;\n color: #AAA;\n display: inline-block;\n font-size: 1.2em;\n font-weight: bold;\n padding: 14px 25px;\n text-align: center;\n }\n .blank_slate_container .blank_slate small {\n display: block;\n font-size: 0.9em;\n font-weight: normal;\n }\n\n .admin_dashboard .blank_slate_container .blank_slate {\n margin-top: 40px;\n margin-bottom: 40px;\n }\n\n .with_sidebar .blank_slate_container .blank_slate {\n margin-top: 80px;\n }\n\n .breadcrumb {\n display: block;\n font-size: 0.9em;\n font-weight: normal;\n line-height: 1em;\n margin-bottom: 12px;\n text-transform: uppercase;\n }\n .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {\n color: #8a949e;\n text-decoration: none;\n }\n .breadcrumb a:hover {\n text-decoration: underline;\n }\n .breadcrumb .breadcrumb_sep {\n margin: 0 2px;\n color: #aab2ba;\n }\n\n .dropdown_menu {\n display: inline;\n }\n .dropdown_menu .dropdown_menu_button {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n position: relative;\n padding-right: 22px !important;\n cursor: pointer;\n }\n .dropdown_menu .dropdown_menu_button.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .dropdown_menu .dropdown_menu_button:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n .dropdown_menu .dropdown_menu_button:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n .dropdown_menu .dropdown_menu_button:before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n border-width: 3px 3px 0;\n border-style: solid;\n border-color: #FFF transparent;\n right: 12px;\n top: 45%;\n }\n .dropdown_menu .dropdown_menu_button:after {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n border-width: 3px 3px 0;\n border-style: solid;\n border-color: #777 transparent;\n right: 12px;\n top: 45%;\n }\n .dropdown_menu .dropdown_menu_nipple {\n content: \"\";\n position: absolute;\n top: -6px;\n display: block;\n width: 0;\n height: 0;\n border-width: 0 6px 6px;\n border-style: solid;\n border-color: #545a5e transparent;\n z-index: 100;\n }\n .dropdown_menu .dropdown_menu_nipple:before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n border-width: 0 5px 5px;\n border-style: solid;\n border-color: #838a90 transparent;\n left: -5px;\n top: 1px;\n }\n .dropdown_menu .dropdown_menu_nipple:after {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n border-width: 0 5px 5px;\n border-style: solid;\n border-color: #686e74 transparent;\n left: -5px;\n top: 2px;\n }\n .dropdown_menu .dropdown_menu_list_wrapper {\n display: inline-block;\n position: absolute;\n background-color: white;\n padding: 2px;\n box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;\n background-color: #5E6469;\n background-color: #686e74;\n background-image: linear-gradient(180deg, #686e74, #52575c);\n border: solid 1px #464a4e;\n border-top-color: #545a5e;\n border-bottom-color: #35383b;\n border-radius: 4px;\n z-index: 2000;\n display: none;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {\n display: block;\n background-color: #FFF;\n border: solid 1px #464a4e;\n box-shadow: #6a7176 0px 1px 0px 0px;\n border-radius: 3px;\n margin: 0;\n overflow: hidden;\n padding: 8px;\n list-style-type: none;\n padding: 0;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {\n display: block;\n border-bottom: solid 1px #ebebeb;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {\n display: block;\n box-sizing: padding-box;\n font-size: 0.95em;\n font-weight: bold;\n padding: 7px 16px 5px;\n text-decoration: none;\n text-align: center;\n white-space: nowrap;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {\n background-color: #75a1c2;\n background-image: linear-gradient(180deg, #75a1c2, #608cb4);\n text-shadow: #5a83aa 0 1px 0;\n color: #FFF;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {\n background-color: #608cb4;\n background-image: linear-gradient(180deg, #608cb4, #75a1c2);\n color: #FFF;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {\n border-top-left-radius: 2px;\n border-top-right-radius: 2px;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {\n border: none;\n }\n .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {\n border-bottom-left-radius: 2px;\n border-bottom-right-radius: 2px;\n }\n\n a.member_link {\n margin-right: 7px;\n white-space: nowrap;\n }\n\n a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #838a90;\n background-image: linear-gradient(180deg, #838a90, #414549);\n text-shadow: #000 0 1px 0;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;\n border: solid 1px #484e53;\n border-color: #484e53;\n border-top-color: #616a71;\n border-right-color: #484e53;\n border-bottom-color: #363b3f;\n border-left-color: #484e53;\n color: #efefef;\n }\n a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled, input[type=button].disabled, button.disabled {\n opacity: 0.5;\n cursor: default;\n }\n a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {\n background-color: #8b9297;\n background-image: linear-gradient(180deg, #8b9297, #484d51);\n }\n a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;\n background-color: #71797f;\n background-image: linear-gradient(180deg, #71797f, #35383b);\n }\n\n table.index_grid td {\n border: none;\n background: none;\n padding: 0 20px 20px 0;\n margin: 0;\n }\n\n .columns {\n clear: both;\n padding: 0;\n }\n .columns .column {\n float: left;\n }\n\n a, a:link, a:visited {\n color: #38678b;\n text-decoration: underline;\n }\n\n a:hover {\n text-decoration: none;\n }\n\n .paginated_collection_contents {\n clear: both;\n }\n\n .pagination {\n float: right;\n font-size: 0.9em;\n margin-left: 10px;\n }\n .pagination a {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n }\n .pagination a.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .pagination a:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n .pagination a:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n .pagination span.page.current {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #838a90;\n background-image: linear-gradient(180deg, #838a90, #414549);\n text-shadow: #000 0 1px 0;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;\n border: solid 1px #484e53;\n border-color: #484e53;\n border-top-color: #616a71;\n border-right-color: #484e53;\n border-bottom-color: #363b3f;\n border-left-color: #484e53;\n color: #efefef;\n }\n .pagination span.page.current.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .pagination span.page.current:not(.disabled):hover {\n background-color: #8b9297;\n background-image: linear-gradient(180deg, #8b9297, #484d51);\n }\n .pagination span.page.current:not(.disabled):active {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;\n background-color: #71797f;\n background-image: linear-gradient(180deg, #71797f, #35383b);\n }\n .pagination a, .pagination span.page.current {\n border-radius: 0px;\n margin-right: 4px;\n padding: 2px 5px;\n }\n\n .pagination_information {\n float: right;\n margin-bottom: 5px;\n color: #b3bcc1;\n }\n .pagination_information b {\n color: #5c6469;\n }\n\n .download_links {\n float: left;\n }\n\n .pagination_per_page {\n float: right;\n margin-left: 4px;\n }\n .pagination_per_page select {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n border-radius: 0px;\n padding: 1px 5px;\n }\n .pagination_per_page select.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .pagination_per_page select:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n .pagination_per_page select:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n\n .comments .pagination {\n float: left;\n margin-bottom: 30px;\n }\n .comments .pagination_information {\n float: left;\n color: #000;\n }\n\n .section, .panel {\n background: #f4f4f4;\n border-radius: 4px;\n box-shadow: inset 0 1px 4px #ddd;\n margin-bottom: 20px;\n }\n .section > h3, .panel > h3 {\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n }\n .section > h3 .header_action, .panel > h3 .header_action {\n float: right;\n }\n .section > div, .panel > div {\n padding: 3px 15px 15px 15px;\n }\n .section hr, .panel hr {\n border: none;\n border-bottom: 1px solid #E8E8E8;\n }\n\n .sidebar_section {\n background: #f4f4f4;\n border-radius: 4px;\n box-shadow: inset 0 1px 4px #ddd;\n margin-bottom: 20px;\n }\n .sidebar_section > h3 {\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n }\n .sidebar_section > h3 .header_action {\n float: right;\n }\n .sidebar_section > div {\n padding: 3px 15px 15px 15px;\n }\n .sidebar_section hr {\n border: none;\n border-bottom: 1px solid #E8E8E8;\n }\n\n .columns {\n margin-bottom: 10px;\n }\n\n .scopes li .count {\n color: #8e979e;\n font-weight: normal;\n font-size: 0.9em;\n line-height: 10px;\n }\n .scopes li:first-child a {\n margin-left: 10px;\n }\n\n .status_tag {\n background: #cacaca;\n color: #fff;\n text-transform: uppercase;\n letter-spacing: 0.15em;\n padding: 3px 5px 2px 5px;\n font-size: 0.8em;\n }\n .status_tag.yes {\n background: #6090DB;\n }\n .status_tag.no {\n background: grey;\n }\n\n .table_tools {\n margin-bottom: 16px;\n }\n .table_tools:after {\n visibility: hidden;\n display: block;\n content: \"\";\n clear: both;\n height: 0;\n }\n\n .table_tools .dropdown_menu {\n float: left;\n }\n\n a.table_tools_button, .table_tools .dropdown_menu_button {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);\n border-color: #d0d0d0;\n border-top-color: #d9d9d9;\n border-right-color: #d0d0d0;\n border-bottom-color: #c5c5c5;\n border-left-color: #d0d0d0;\n font-size: 0.9em;\n padding: 4px 14px 4px;\n margin: 0;\n }\n a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {\n opacity: 0.5;\n cursor: default;\n }\n a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);\n }\n a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {\n border-color: #c8c8c8;\n border-top-color: #d7d7d7;\n border-right-color: #c8c8c8;\n border-bottom-color: #c3c3c3;\n border-left-color: #c8c8c8;\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);\n }\n\n .table_tools_segmented_control {\n list-style-type: none;\n padding: 0;\n margin: 0;\n }\n .table_tools_segmented_control li {\n float: left;\n }\n .table_tools_segmented_control li a {\n border-width: 1px 0.5px 1px 0.5px;\n border-radius: 0;\n }\n .table_tools_segmented_control li:first-child a {\n border-left-width: 1px;\n border-top-left-radius: 12px;\n border-bottom-left-radius: 12px;\n }\n .table_tools_segmented_control li:last-child a {\n border-right-width: 1px;\n border-top-right-radius: 12px;\n border-bottom-right-radius: 12px;\n }\n .table_tools_segmented_control li.selected a {\n background-color: #F0F0F0;\n background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;\n cursor: default;\n }\n .table_tools_segmented_control li.selected a:hover {\n background-color: #F0F0F0;\n background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);\n }\n\n .indexes {\n float: right;\n }\n .indexes li .count {\n color: #8e979e;\n font-weight: normal;\n font-size: 0.9em;\n line-height: 10px;\n }\n\n .unsupported_browser {\n padding: 10px 30px;\n color: #211e14;\n background-color: #fae692;\n background-color: #feefae;\n background-image: linear-gradient(180deg, #feefae, #fae692);\n border-bottom: 1px solid #b3a569;\n }\n .unsupported_browser h1 {\n font-size: 13px;\n font-weight: bold;\n }\n .unsupported_browser p {\n margin-bottom: 0.5em;\n }\n\n .ui-tabs-nav {\n list-style: none;\n display: block;\n width: auto;\n margin-bottom: -12px;\n padding-left: 0;\n overflow: auto;\n margin-left: 15px;\n }\n .ui-tabs-nav li {\n display: block;\n position: relative;\n margin: 0;\n padding: 0;\n float: left;\n }\n .ui-tabs-nav li:first-child a {\n border-left-width: 1px;\n border-top-left-radius: 12px;\n border-bottom-left-radius: 12px;\n }\n .ui-tabs-nav li:last-child a {\n border-right-width: 1px;\n border-top-right-radius: 12px;\n border-bottom-right-radius: 12px;\n }\n .ui-tabs-nav li a {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);\n border-color: #d0d0d0;\n border-top-color: #d9d9d9;\n border-right-color: #d0d0d0;\n border-bottom-color: #c5c5c5;\n border-left-color: #d0d0d0;\n text-decoration: none;\n border-radius: 0;\n border-width: 1px 0.5px 1px 0.5px;\n margin-right: 0;\n padding: 4px 14px 4px;\n }\n .ui-tabs-nav li a.disabled {\n opacity: 0.5;\n cursor: default;\n }\n .ui-tabs-nav li a:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n .ui-tabs-nav li a:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n .ui-tabs-nav li a:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);\n }\n .ui-tabs-nav li.ui-tabs-active a {\n cursor: default;\n background-color: #F0F0F0;\n background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;\n }\n .ui-tabs-nav li.ui-tabs-active a a:hover {\n background-color: #F0F0F0;\n background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);\n }\n\n .tab-content {\n border: 1px solid #D3D3D3;\n padding: 15px;\n padding-top: 30px;\n text-align: left;\n }\n\n body.logged_out {\n background: #e8e9ea;\n }\n body.logged_out #content_wrapper {\n width: 500px;\n margin: 70px auto;\n }\n body.logged_out #content_wrapper #active_admin_content {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);\n background: #fff;\n padding: 13px 30px;\n }\n body.logged_out h2 {\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n background-color: #6a7176;\n background-image: linear-gradient(180deg, #6a7176, #4d5256);\n border-bottom: 1px solid #44484b;\n text-shadow: #000 0 1px 0;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);\n border: none;\n color: #fff;\n margin: -13px -30px 20px -30px;\n }\n body.logged_out #login {\n /* Login Form */\n }\n body.logged_out #login form fieldset {\n box-shadow: none;\n background: none;\n padding: 0;\n margin-bottom: 0;\n }\n body.logged_out #login form fieldset li {\n padding: 10px 0;\n }\n body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {\n width: 70%;\n }\n body.logged_out #login form fieldset.buttons {\n margin-left: 20%;\n }\n body.logged_out #login a {\n float: right;\n margin-top: -32px;\n }\n\n #footer {\n padding: 30px 30px;\n font-size: 0.8em;\n clear: both;\n }\n #footer p {\n padding-top: 10px;\n }\n\n #index_footer {\n padding-top: 5px;\n text-align: right;\n font-size: 0.85em;\n }\n\n .index_content {\n clear: both;\n }\n\n #wrapper {\n width: 100%;\n }\n\n .index #wrapper {\n display: table;\n }\n\n #active_admin_content {\n margin: 0;\n padding: 30px;\n }\n #active_admin_content #main_content_wrapper {\n float: left;\n width: 100%;\n }\n #active_admin_content #main_content_wrapper #main_content {\n margin-right: 300px;\n }\n #active_admin_content.without_sidebar #main_content_wrapper #main_content {\n margin-right: 0;\n }\n #active_admin_content #sidebar {\n float: left;\n width: 270px;\n margin-left: -270px;\n }\n\n #title_bar {\n background-color: #efefef;\n background-image: linear-gradient(180deg, #efefef, #dfe1e2);\n text-shadow: #fff 0 1px 0;\n border: solid 1px #cdcdcd;\n border-color: #d4d4d4;\n border-top-color: #e6e6e6;\n border-right-color: #d4d4d4;\n border-bottom-color: #cdcdcd;\n border-left-color: #d4d4d4;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: #5E6469;\n padding: 5px 10px 3px 10px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);\n display: table;\n border-bottom-color: #EEE;\n width: 100%;\n position: relative;\n margin: 0;\n padding: 10px 30px;\n z-index: 800;\n }\n #title_bar:after {\n visibility: hidden;\n display: block;\n content: \"\";\n clear: both;\n height: 0;\n }\n #title_bar #titlebar_left, #title_bar #titlebar_right {\n height: 50px;\n vertical-align: middle;\n display: table-cell;\n }\n #title_bar #titlebar_right {\n text-align: right;\n }\n #title_bar h2 {\n margin: 0;\n padding: 0;\n font-size: 2.6em;\n line-height: 100%;\n font-weight: bold;\n }\n #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {\n border-radius: 200px;\n display: inline-block;\n font-weight: bold;\n font-size: 1em;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;\n border: solid 1px #c7c7c7;\n border-color: #c7c7c7;\n border-top-color: #d3d3d3;\n border-right-color: #c7c7c7;\n border-bottom-color: #c2c2c2;\n border-left-color: #c7c7c7;\n text-shadow: #fff 0 1px 0;\n color: #5E6469;\n padding: 12px 17px 10px;\n margin: 0px;\n }\n #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {\n opacity: 0.5;\n cursor: default;\n }\n #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {\n background-color: #FFFFFF;\n background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);\n }\n #title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;\n border-color: #b9b9b9;\n border-top-color: #c2c2c2;\n border-right-color: #b9b9b9;\n border-bottom-color: #b7b7b7;\n border-left-color: #b9b9b9;\n background-color: #F3F3F3;\n background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);\n }\n\n html {\n box-sizing: border-box;\n }\n\n *,\n*:before,\n*:after {\n box-sizing: inherit;\n }\n\n body {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n line-height: 1.5;\n font-size: 72%;\n background: #FFF;\n color: #323537;\n }\n}\n@media print {\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 */\n html {\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 */\n body {\n margin: 0;\n }\n\n /**\n * Render the `main` element consistently in IE.\n */\n main {\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 h1 {\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 */\n hr {\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 */\n pre {\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 */\n a {\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 abbr[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 */\n b,\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 code,\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 */\n small {\n font-size: 80%;\n }\n\n /**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n sub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n\n sub {\n bottom: -0.25em;\n }\n\n sup {\n top: -0.5em;\n }\n\n /* Embedded content\n ========================================================================== */\n /**\n * Remove the border on images inside links in IE 10.\n */\n img {\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 */\n button,\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 */\n button,\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 */\n button,\nselect {\n /* 1 */\n text-transform: none;\n }\n\n /**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n button,\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 button::-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 button:-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 fieldset {\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 legend {\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 */\n progress {\n vertical-align: baseline;\n }\n\n /**\n * Remove the default vertical scrollbar in IE 10+.\n */\n textarea {\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 */\n details {\n display: block;\n }\n\n /*\n * Add the correct display in all browsers.\n */\n summary {\n display: list-item;\n }\n\n /* Misc\n ========================================================================== */\n /**\n * Add the correct display in IE 10+.\n */\n template {\n display: none;\n }\n\n /**\n * Add the correct display in IE 10.\n */\n [hidden] {\n display: none;\n }\n\n html {\n font-size: 100.01%;\n }\n\n body {\n font-size: 75%;\n font-family: \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-weight: normal;\n color: black;\n }\n h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {\n margin: 0;\n }\n\n h1 {\n font-size: 3em;\n line-height: 1;\n margin-bottom: 0.5em;\n }\n\n h2 {\n font-size: 2em;\n margin-bottom: 0.75em;\n }\n\n h3 {\n font-size: 1.5em;\n line-height: 1;\n margin-bottom: 1em;\n }\n\n h4 {\n font-size: 1.2em;\n line-height: 1.25;\n margin-bottom: 1.25em;\n }\n\n h5 {\n font-size: 1em;\n font-weight: bold;\n margin-bottom: 1.5em;\n }\n\n h6 {\n font-size: 1em;\n font-weight: bold;\n }\n\n p {\n margin: 0 0 1.5em;\n }\n p .left {\n margin: 1.5em 1.5em 1.5em 0;\n padding: 0;\n }\n p .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\n blockquote {\n margin: 1.5em;\n color: #666;\n font-style: italic;\n }\n\n strong, dfn {\n font-weight: bold;\n }\n\n em, dfn {\n font-style: italic;\n }\n\n sup, sub {\n line-height: 0;\n }\n\n abbr,\nacronym {\n border-bottom: 1px dotted #666;\n }\n\n address {\n margin: 0 0 1.5em;\n font-style: italic;\n }\n\n del {\n color: #666;\n }\n\n pre {\n margin: 1.5em 0;\n white-space: pre;\n }\n\n pre, code, tt {\n font: 1em \"andale mono\", \"lucida console\", monospace;\n line-height: 1.5;\n }\n\n li ul,\nli ol {\n margin: 0;\n }\n\n ul, ol {\n margin: 0 1.5em 1.5em 0;\n padding-left: 1.5em;\n }\n\n ul {\n list-style-type: disc;\n }\n\n ol {\n list-style-type: decimal;\n }\n\n dl {\n margin: 0 0 1.5em 0;\n }\n\n dl dt {\n font-weight: bold;\n }\n\n dd {\n margin-left: 1.5em;\n }\n\n table {\n margin-bottom: 1.4em;\n width: 100%;\n }\n\n th {\n font-weight: bold;\n }\n\n thead th {\n background: #c3d9ff;\n }\n\n th, 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\n body {\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\n a {\n color: black;\n text-decoration: none;\n }\n\n h3 {\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\n table {\n margin-bottom: 1.5em;\n text-align: left;\n width: 100%;\n }\n table thead {\n display: table-header-group;\n }\n table thead th {\n background: none;\n border-bottom: medium solid black;\n font-weight: bold;\n }\n table thead th a {\n text-decoration: none;\n }\n table th, table td {\n padding: 0.5em 1em;\n }\n table th .member_link, table td .member_link {\n display: none;\n }\n table td {\n border-bottom: thin solid black;\n }\n table 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\n form fieldset {\n border-top: thick solid #ccc;\n padding-top: 2em;\n margin-bottom: 2em;\n }\n form fieldset:last-child {\n border-bottom: none;\n }\n form .buttons, form abbr {\n display: none;\n }\n form ol {\n list-style-type: none;\n padding: 0;\n margin: 0;\n }\n form ol li {\n border-top: thin solid black;\n margin: 0;\n padding: 1em 0;\n overflow: hidden;\n }\n form ol li.password, form ol li.hidden {\n display: none;\n }\n form ol li label {\n font-weight: bold;\n float: left;\n width: 20%;\n }\n form ol li input, form ol li textarea, form ol li select {\n background: none;\n border: 0;\n font: Arial, Helvetica, sans-serif;\n }\n form ol li input[type=file] {\n display: none;\n }\n\n .unsupported_browser {\n display: none;\n }\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","// ----------------------------------- Header\n#header {\n @include primary-gradient;\n @include shadow;\n @include text-shadow(#000);\n display: table;\n height: 20px;\n width: 100%;\n overflow: visible;\n position: inherit;\n padding: 5px 0;\n z-index: 900;\n\n h1 {\n display: table-cell;\n vertical-align: middle;\n white-space: nowrap;\n color: $page-header-text-color;\n margin-right: 20px;\n margin-bottom: 0px;\n padding: 3px $horizontal-page-margin 0 $horizontal-page-margin;\n font-size: 1.3em;\n font-weight: normal;\n line-height: 1.2;\n\n a {\n text-decoration: none;\n\n &:hover {\n color: #fff;\n }\n }\n\n img {\n position: relative;\n top: -2px;\n }\n }\n\n a, a:link { color: $page-header-text-color; }\n\n .header-item {\n top: 2px;\n position: relative;\n height: 20px\n }\n\n ul.tabs {\n display: table-cell;\n vertical-align: middle;\n height: 100%;\n margin: 0;\n padding: 0;\n\n li {\n /* Hover on li, display the ul */\n &:hover > ul { display: block;}\n }\n\n & > li {\n display: inline-block;\n margin-right: 4px;\n margin-top: 5px;\n margin-bottom: 5px;\n font-size: 1.0em;\n position: relative;\n\n a {\n text-decoration: none;\n padding: 6px 10px 4px 10px;\n position: relative;\n @include rounded(10px);\n }\n\n &.current > a {\n background: $current-menu-item-background;\n color: #fff;\n }\n\n &.has_nested > a {\n background: url($menu-arrow-light-icon-url) no-repeat calc(100% - 7px) 50%;\n padding-right: 20px;\n }\n\n &.has_nested.current > a {\n background: $current-menu-item-background url($menu-arrow-dark-icon-url) no-repeat calc(100% - 7px) 50%;\n padding-right: 20px;\n }\n\n &:hover > a {\n background: $hover-menu-item-background;\n color: #fff;\n }\n\n &.has_nested:hover > a {\n @include rounded-top(10px);\n border-bottom: 5px solid $hover-menu-item-background;\n background: $hover-menu-item-background url($menu-arrow-dark-icon-url) no-repeat calc(100% - 7px) 50%;\n z-index: 1020;\n }\n\n\n /* Drop down menus */\n ul {\n background: $hover-menu-item-background;\n @include rounded-all(0,10px,10px,10px);\n @include shadow(0, 1px, 3px, #444);\n position: absolute;\n width: 120%;\n min-width: 175px;\n max-width: calc(100% + 20px);\n margin-top: 5px;\n float: left;\n display: none;\n padding: 3px 0px 5px 0;\n list-style: none;\n z-index: 1010;\n\n li {\n position: relative;\n margin: 0px;\n a {\n background: none;\n display: block;\n &:hover { color: #fff; background: none; }\n }\n\n &.current {\n a { @include rounded(0) }\n }\n\n &.has_nested > a {\n background: url($menu-arrow-right-light-icon-url) no-repeat calc(100% - 7px) 55%;\n padding-right: 20px;\n }\n\n &.has_nested:hover > a {\n background: url($menu-arrow-right-dark-icon-url) no-repeat calc(100% - 7px) 55%;\n color: #fff;\n }\n\n ul {\n @include rounded-all(10px,10px,10px,10px);\n margin-top: 0;\n top: -3px;\n left: 100%;\n\n /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu\n that maintains the hover. This makes it much easier to navigate to submenus in\n particular without losing hover accientally, especially near rounded corners. */\n &:after {\n content: \"\";\n display: block;\n position: absolute;\n top: -8px;\n left: -8px;\n height: calc(100% + 16px);\n width: calc(100% + 16px);\n z-index: -2;\n }\n }\n }\n }\n }\n }\n\n #tabs {\n width: 100%;\n }\n\n #utility_nav {\n color: #aaa;\n display: table-cell;\n white-space: nowrap;\n margin: 0;\n padding: 0;\n padding-right: 26px;\n text-align: right;\n\n a { text-decoration: none; }\n a:hover { color: #fff; }\n\n li {\n display:inline;\n }\n }\n\n}\n","$secondary-gradient-start: #efefef !default;\n$secondary-gradient-stop: #dfe1e2 !default;\n\n@mixin gradient($start, $end){\n background-color: $start;\n background-image: linear-gradient(180deg, $start, $end);\n}\n\n@mixin primary-gradient {\n @include gradient(lighten($primary-color, 5%), darken($primary-color, 7%));\n border-bottom: 1px solid darken($primary-color, 11%);\n}\n\n@mixin secondary-gradient {\n @include gradient($secondary-gradient-start, $secondary-gradient-stop);\n}\n\n@mixin highlight-gradient {\n @include gradient(#75a1c2, #608cb4);\n}\n\n@mixin reverse-highlight-gradient {\n @include gradient(#608cb4, #75a1c2);\n}\n\n@mixin no-gradient {\n background: none;\n}\n","@mixin shadow($x: 0, $y: 1px, $blur: 2px, $color: rgba(0,0,0,0.37)) {\n box-shadow: $x $y $blur $color;\n}\n\n@mixin no-shadow {\n box-shadow: none;\n}\n\n@mixin inset-shadow($x: 0, $y: 1px, $blur: 2px, $color: #aaa) {\n box-shadow: inset $x $y $blur $color;\n}\n\n@mixin text-shadow($color: #fff, $x: 0, $y: 1px, $blur: 0) {\n text-shadow: $color $x $y $blur;\n}\n","@mixin rounded($radius: 3px) {\n border-radius: $radius;\n}\n\n@mixin rounded-all($top-left:3px, $top-right:3px, $bottom-right:3px, $bottom-left:3px) {\n border-top-right-radius: $top-right;\n border-top-left-radius: $top-left;\n border-bottom-right-radius: $bottom-right;\n border-bottom-left-radius: $bottom-left;\n}\n\n@mixin rounded-top($radius: 3px) {\n @include rounded(0);\n border-top-right-radius: $radius;\n border-top-left-radius: $radius;\n}\n\n@mixin rounded-bottom($radius: 3px) {\n @include rounded(0);\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n}\n","// -------------------------------------- Active Admin Forms\nform {\n /* Reset margins & Padding */\n ul, ol, li, fieldset, legend, input, textarea, select, p { margin:0; padding:0; }\n ol, ul { list-style: none }\n\n fieldset {\n border: 0;\n padding: 10px 0;\n margin-bottom: 20px;\n\n &.inputs { @include section-background; }\n\n legend {\n width: 100%;\n span { display: block; @include section-header; }\n }\n\n ol > li {\n padding: 10px;\n label {\n display: block;\n width: 20%;\n float: left;\n font-size: 1.0em;\n font-weight: bold;\n color: $form-label-color;\n abbr {\n border: none;\n color: $required-field-marker-color;\n }\n }\n }\n\n ol > li.has_many_container {\n padding: 20px 10px;\n h3 {\n font-size: 12px;\n font-weight: bold;\n }\n .has_many_fields { margin: 10px 0 }\n }\n\n ol > li > li label {\n line-height:100%;\n padding-top:0;\n input {\n line-height:100%;\n vertical-align:middle;\n margin-top:-0.1em;\n }\n }\n }\n\n // relative so the absolutely-positioned handle will fit\n .has_many_fields { position: relative }\n\n .has_many_container {\n .handle {\n position: absolute;\n top: calc(50% - 3em / 2);\n right: 2px;\n padding: 0;\n cursor: move;\n }\n\n // If a sortable is nested in a sortable, give the parent handle space!\n &.ui-sortable .has_many_container {\n margin-right: 2em;\n }\n }\n\n .ui-sortable {\n // give the handle space!\n input[type=text], input[type=password], input[type=email], input[type=number], input[type=url], input[type=tel], textarea {\n width: calc(80% - #{$text-input-total-padding} - 2em - 1px);\n }\n }\n\n /* Nested Fieldsets and Legends */\n\n fieldset > ol > li {\n fieldset {\n position:relative;\n padding: 0;\n margin-bottom: 0;\n\n &:not(.inputs) ol {\n float: left;\n width: 74%;\n margin: 0;\n padding: 0 0 0 20%;\n\n li {\n padding: 0;\n border: 0;\n }\n }\n\n &.inputs ol {\n float: left;\n width: 100%;\n margin: 0;\n }\n }\n }\n\n /* Text Fields */\n input[type=text],\n input[type=password],\n input[type=email],\n input[type=number],\n input[type=url],\n input[type=tel],\n input[type=date],\n input[type=time],\n textarea {\n width: calc(80% - #{$text-input-total-padding});\n border: $border-width solid #c9d0d6;\n @include rounded;\n font-size: 0.95em;\n @include sans-family;\n outline: none;\n padding: 8px $text-input-horizontal-padding 7px;\n\n &:focus {\n border: $border-width solid #99a2aa;\n @include shadow(0,0,4px,#99a2aa);\n }\n }\n\n input[type=date] {\n width: calc(100% - #{$text-input-total-padding});\n }\n\n fieldset > ol > li {\n\n /* Hints */\n p.inline-hints {\n font-size: 0.95em;\n font-style: italic;\n color:#666;\n margin: 0.5em 0 0 20%;\n }\n\n /* Date and Time Fields */\n &.date_select, &.time_select, &.datetime_select {\n fieldset ol li {\n float:left; width:auto; margin:0 0.5em 0 0;\n label { display: none; }\n input { display:inline; margin:0; padding:0; }\n }\n }\n\n /* Check Boxes or Radio fields */\n &.check_boxes, &.radio {\n fieldset ol {\n margin-bottom:-0.6em;\n li {\n margin:0.1em 0 0.5em 0;\n label {\n float:none;\n width:100%;\n input { margin-right:0.2em; }\n }\n }\n }\n }\n\n /* Boolean Field */\n &.boolean {\n min-height: 1.1em;\n label {\n width: 80%;\n padding-left:20%;\n padding-right: 10px;\n text-transform: none !important;\n font-weight: normal;\n input { margin:0 0.5em 0 0.2em; }\n }\n }\n\n /* Hidden fields */\n &.hidden {\n padding: 0;\n }\n\n /* Errors */\n p.inline-errors {\n color: $error-color;\n font-weight: bold;\n margin:0.3em 0 0 20%;\n }\n ul.errors {\n color: $error-color;\n margin:0.5em 0 0 20%;\n list-style:square;\n li { padding:0; border:none; display:list-item; }\n }\n\n &.error {\n input[type=text], input[type=password], input[type=email], input[type=number], input[type=url], input[type=tel], textarea {\n border: $border-width solid $error-color;\n }\n }\n }\n\n /* semantic_errors */\n ul.errors {\n background: lighten($error-color, 60%);\n @include rounded(4px);\n color: $error-color;\n font-weight: bold;\n margin-bottom: 10px;\n padding: 10px;\n list-style:square;\n li { margin-left:15px; padding:0; border:none; display:list-item; }\n }\n\n /* Buttons */\n\n input[type=submit], input[type=button], button {\n @include dark-button;\n cursor: pointer;\n\n }\n\n .buttons, .actions {\n margin-top: 15px;\n input[type=submit], input[type=button], button { margin-right: 10px; }\n }\n\n .actions .create_another {\n float: none;\n margin-bottom: 10px;\n\n label {\n float: none;\n display: inline;\n }\n }\n\n fieldset.buttons li, fieldset.actions li {\n float:left;\n padding: 0;\n\n &.cancel a { @include light-button; }\n }\n}\n\n// -------------------------------------- Sidebar Forms\n\n.sidebar_section {\n\n label {\n display: block;\n text-transform: uppercase;\n color: $form-label-color;\n font-size: 0.9em;\n font-weight: bold;\n }\n\n select {\n width: $sidebar-inner-content-width;\n }\n\n input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], textarea {\n width: $sidebar-inner-content-width - ($text-input-horizontal-padding * 2);\n }\n\n}\n\n// -------------------------------------- Filter Forms\n\nform.filter_form {\n .filter_form_field {\n margin-bottom: 10px;\n clear: both;\n\n &.select_and_search {\n input[type=text] {\n margin-left: $filter-field-seperator-width + 4;\n width: $side-by-side-filter-input-width;\n }\n select {\n width: $side-by-side-filter-select-width;\n }\n }\n\n &.filter_check_boxes {\n label { margin-bottom: 3px; }\n fieldset {\n margin-bottom: 0px;\n padding-bottom: 0px;\n }\n .check_boxes_wrapper label {\n font-weight: normal;\n margin-bottom: 3px;\n text-transform: none;\n font-size: 1.0em;\n input { vertical-align: baseline; }\n }\n }\n\n &.filter_date_range {\n input[type=text] {\n width: $date-range-filter-input-width;\n\n + input {\n margin-left: 6px;\n }\n }\n }\n }\n a.clear_filters_btn { @include light-button; }\n}\n","@mixin section-header {\n @include secondary-gradient;\n @include text-shadow;\n border: solid 1px #cdcdcd;\n @include border-colors(#e6e6e6, #d4d4d4, #cdcdcd);\n box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 1px #FFF inset;\n\n font-size: 1em;\n font-weight: bold;\n line-height: 18px;\n margin-bottom: 0.5em;\n color: $section-header-text-color;\n\n padding: 5px 10px 3px 10px;\n}\n\n@mixin section-background {\n background: #f4f4f4;\n @include rounded(4px);\n @include inset-shadow(0,1px,4px, #ddd);\n}\n\n@mixin section {\n @include section-background;\n margin-bottom: 20px;\n\n > h3 {\n @include section-header;\n\n .header_action {\n float: right;\n }\n }\n\n > div { padding: 3px $section-padding $section-padding $section-padding; }\n\n hr {\n border: none;\n border-bottom: 1px solid #E8E8E8;\n }\n}\n","@mixin clearfix {\n &:after {\n visibility: hidden;\n display: block;\n content: \"\";\n clear: both;\n height: 0;\n }\n}\n\n@mixin border-colors($top, $sides, $bottom) {\n border-color: $sides;\n border-top-color: $top;\n border-right-color: $sides;\n border-bottom-color: $bottom;\n border-left-color: $sides;\n}\n","@mixin sans-family {\n font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n}\n","@mixin basic-button {\n @include rounded(200px);\n display: inline-block;\n font-weight: bold;\n font-size: 1.0em;\n @include sans-family;\n line-height: 12px;\n margin-right: 3px;\n padding: 7px 16px 6px;\n text-decoration: none;\n\n &.disabled {\n opacity: 0.5;\n cursor: default;\n }\n\n}\n\n@mixin default-button {\n @include basic-button;\n @include gradient(lighten($primary-color, 15%), darken($primary-color, 12%));\n @include text-shadow(#000);\n box-shadow: 0 1px 1px rgba(0,0,0,0.10), 0 1px 0 0px rgba(255,255,255, 0.2) inset;\n border: solid 1px #484e53;\n @include border-colors(#616a71, #484e53, #363b3f);\n color: #efefef;\n\n &:not(.disabled) {\n &:hover{\n @include gradient(lighten($primary-color, 18%), darken($primary-color, 9%));\n }\n\n &:active {\n box-shadow: 0 1px 3px rgba(0,0,0,0.40) inset, 0 1px 0 0px #FFF;\n @include gradient(lighten($primary-color, 8%), darken($primary-color, 17%));\n }\n }\n}\n\n@mixin light-button {\n @include basic-button;\n @include gradient(#FFFFFF, #E7E7E7);\n box-shadow: 0 1px 1px rgba(0,0,0,0.10), 0 1px 0 0 rgba(255,255,255, 0.8) inset;\n border: solid 1px #c7c7c7;\n @include border-colors(#d3d3d3, #c7c7c7, #c2c2c2);\n @include text-shadow;\n color: $primary-color;\n\n &:not(.disabled) {\n &:hover {\n @include gradient(#FFFFFF, #F1F1F1);\n }\n\n &:active {\n box-shadow: 0 1px 2px rgba(0,0,0,0.22) inset, 0 1px 0 0px #EEE;\n @include border-colors(#c2c2c2, #b9b9b9, #b7b7b7);\n @include gradient(#F3F3F3, #D8D8D8);\n }\n }\n\n}\n\n@mixin dark-button {\n @include default-button;\n}\n","// -------------------------------------- Admin Notes\n.comments {\n\n .active_admin_comment {\n @include clearfix;\n margin-top: 10px;\n margin-bottom: 20px;\n max-width: 700px;\n\n .active_admin_comment_meta {\n width: 130px;\n float: left;\n overflow: hidden;\n font-size: 0.9em;\n color: lighten($primary-color, 10%);\n .active_admin_comment_author {\n font-size: 1.2em;\n font-weight: bold;\n margin: 0;\n color: $primary-color;\n }\n }\n .active_admin_comment_body {\n margin-left: 150px;\n }\n }\n form.active_admin_comment {\n margin: 0;\n padding: 0;\n margin-left: 150px;\n\n fieldset.inputs {\n margin: 0;\n padding: 0;\n background: none;\n @include no-shadow;\n }\n li { padding: 0; }\n fieldset.buttons { padding: 0; margin-top: 5px;}\n }\n}\n","body.logged_in {\n .flash {\n @include gradient(#f7f1d3, #f5edc5);\n @include text-shadow(#fafafa);\n border-bottom: 1px solid #eee098;\n color: #cb9810;\n font-weight: bold;\n font-size: 1.1em;\n line-height: 1.0em;\n padding: 13px 30px 11px;\n position: relative;\n\n &.flash_notice {\n @include gradient(#dce9dd, #ccdfcd);\n border-bottom: 1px solid #adcbaf;\n color: #416347;\n }\n &.flash_error {\n @include gradient(#f5e4e4, #f1dcdc);\n border-bottom: 1px solid #e0c2c0;\n color: #b33c33;\n }\n }\n}\n\nbody.logged_out {\n .flash {\n @include no-shadow;\n @include text-shadow(#fff);\n background: none;\n color: #666;\n font-weight: bold;\n line-height: 1.0em;\n padding: 0;\n margin-bottom: 8px;\n }\n}\n","// -------------------------------------- Date Picker\n.ui-datepicker {\n background: #fff;\n background-clip: padding-box;\n color: #fff;\n display: none;\n margin-top: 2px;\n padding: 0;\n text-align: center;\n width: 160px;\n\n a {\n text-decoration: none;\n &:hover {\n cursor: pointer;\n }\n }\n\n .ui-datepicker-header {\n @include primary-gradient;\n padding: 12px 5px 7px 4px;\n margin: 0px 0px 2px 2px;\n width: 156px;\n border-top-left-radius: 7px;\n border-top-right-radius: 7px;\n position: relative;\n z-index: 2000;\n\n &:before {\n content: \"\";\n position: absolute;\n right: 45%;\n top: -6px;\n width: 0px;\n height: 0px;\n border-left: 8.5px solid rgba(0, 0, 0, 0);\n border-right: 8.5px solid rgba(0, 0, 0, 0);\n border-bottom: 10px solid #676e73;\n }\n\n .ui-datepicker-title {\n @include text-shadow(#000);\n color: #fff;\n display: block;\n font-size: 1.1em;\n font-weight: bold;\n line-height: 0.8em;\n text-align: center;\n\n .ui-datepicker-month {\n margin: -4px 0 0 0;\n }\n .ui-datepicker-year {\n margin: -4px 0 0 0;\n }\n }\n\n\n a {\n color: #fff;\n display: block;\n height: 19px;\n margin-top: -4px;\n width: 10px;\n\n &.ui-datepicker-prev {\n float: left;\n width: 0;\n height: 0;\n margin: 0px 0px 0px 4px;\n border-top: 5px solid transparent;\n border-right: 5px solid white;\n border-bottom: 5px solid transparent;\n }\n &.ui-datepicker-next {\n float: right;\n width: 0;\n height: 0;\n margin: 0px 4px 0px 0px;\n border-top: 5px solid transparent;\n border-left: 5px solid white;\n border-bottom: 5px solid transparent;\n }\n\n span {\n display: none;\n }\n }\n }\n\n table.ui-datepicker-calendar {\n @include rounded-bottom;\n @include shadow(0,1px,6px,rgba(0,0,0,0.26));\n background-color: #f4f4f4;\n border: solid 1px #63686e;\n left: 2px;\n margin-bottom: 0px;\n position: relative;\n top: -2px;\n width: 156px;\n\n td, th {\n padding: 0px;\n text-align: center;\n }\n\n thead th {\n background-color: #dbdddf;\n color: #333333;\n font-weight: normal;\n font-size: 0.8em;\n padding-top: 1px;\n }\n\n tbody {\n color: #666666;\n\n td {\n border: none;\n height: 24px;\n width: 22px;\n\n a {\n @include rounded;\n color: #666666;\n font-weight: bold;\n font-size: 0.85em;\n padding: 4px;\n\n &.ui-state-active {\n background-color: #5a5f64;\n color: #fff;\n &.ui-state-hover {\n background-color: #5a5f64;\n color: #fff;\n }\n }\n &.ui-state-hover {\n background-color: #eceef0;\n }\n &.ui-state-highlight {\n background-color: #dbdddf;\n }\n }\n }\n }\n }\n}\n","// ----------------------------------- Tables\n\ntable tr {\n td {\n vertical-align: top;\n }\n\n th {\n text-align: left;\n }\n}\n\n// --------- Index Tables\n\ntable.index_table {\n width: 100%;\n margin-bottom: 10px;\n border: 0;\n border-spacing: 0;\n\n th {\n @include section-header;\n border-right: none;\n padding-left: $cell-horizontal-padding;\n padding-right: $cell-horizontal-padding;\n\n a, a:link, a:visited {\n color: $section-header-text-color;\n text-decoration: none;\n display: block;\n white-space: nowrap;\n }\n\n &.sortable a {\n background: url($orderable-icon-url) no-repeat 0 4px; padding-left: 13px;\n }\n\n &.sorted-asc a { background-position: 0 -27px; }\n &.sorted-desc a { background-position: 0 -56px;}\n\n &.sorted-asc, &.sorted-desc {\n @include gradient(darken($secondary-gradient-start, 5%), darken($secondary-gradient-stop, 5%));\n }\n\n &:last-child {\n border-right: solid 1px #d4d4d4;\n }\n\n }\n\n tr.even td { background: $table-stripe-color; }\n\n tr.selected td {\n background: $table-selected-color;\n }\n\n td {\n padding: 10px $cell-horizontal-padding 8px $cell-horizontal-padding;\n border-bottom: 1px solid #e8e8e8;\n vertical-align: top;\n }\n}\n\n// --------- Tables inside Panels\n\n.panel_contents table {\n margin-top: 5px;\n th {\n padding-top: 10px;\n background: none;\n color: $primary-color;\n @include no-shadow;\n @include text-shadow;\n text-transform: uppercase;\n border-bottom: 1px solid #ccc;\n }\n tr.odd td { background: darken($table-stripe-color, 3%); }\n tr.even td { background: $table-stripe-color; }\n}\n\n// -------------------------------------- Resource Attributes Table\n.attributes_table { overflow: hidden; }\n\n.attributes_table table {\n col.even { background: $table-stripe-color; }\n col.odd { background: darken($table-stripe-color, 3%); }\n th, td {\n padding: 8px $cell-horizontal-padding 6px $cell-horizontal-padding;\n vertical-align: top;\n border-bottom: 1px solid #e8e8e8;\n }\n th {\n @include no-shadow;\n @include no-gradient;\n width: 150px;\n font-size: 0.9em;\n padding-left: 0;\n text-transform: uppercase;\n color: $primary-color;\n @include text-shadow;\n }\n td {\n .empty {\n color: #bbb;\n font-size: 0.8em;\n text-transform: uppercase;\n letter-spacing: 0.2em;\n }\n }\n}\n\n.sidebar_section .attributes_table th { width: 50px; }\n","#collection_selection_toggle_panel {\n @include clearfix;\n >.resource_selection_toggle_cell {\n float:left;\n }\n}\n",".ui-widget-overlay {\n position: fixed;\n background: rgba(0,0,0,.2);\n top: 0; left: 0; right: 0; bottom: 0;\n z-index: 1001;\n}\n\n.ui-dialog {\n position: fixed;\n z-index: 1002;\n @include section-background;\n box-shadow: rgba(0,0,0,0.5) 0 0 10px;\n\n .ui-dialog-titlebar {\n @include section-header;\n span { font-size: 1.1em }\n }\n\n ul { list-style-type: none }\n li { margin: 10px 0 }\n label { margin-right: 10px }\n\n .ui-dialog-buttonpane, form {\n padding: 7px 15px 13px\n }\n .ui-dialog-buttonpane button {\n & { @include dark-button } // OK\n &:last-child { @include light-button } // Cancel\n }\n}\n\n.active_admin_dialog.ui-dialog {\n .ui-dialog-titlebar-close { display: none }\n}\n",".blank_slate_container {\n clear: both;\n text-align: center;\n\n .blank_slate {\n @include rounded;\n border: $blank-slate-border;\n color: $blank-slate-primary-color;\n display: inline-block;\n font-size: 1.2em;\n font-weight: bold;\n padding: 14px 25px;\n text-align: center;\n\n small {\n display: block;\n font-size: 0.9em;\n font-weight: normal;\n }\n }\n}\n\n.admin_dashboard .blank_slate_container .blank_slate {\n margin-top: 40px;\n margin-bottom: 40px;\n}\n\n.with_sidebar .blank_slate_container .blank_slate {\n margin-top: 80px;\n}\n",".breadcrumb {\n display: block;\n font-size: 0.9em;\n font-weight: normal;\n line-height: 1.0em;\n margin-bottom: 12px;\n text-transform: uppercase;\n\n a, a:link, a:visited, a:active {\n color: $breadcrumbs-color;\n text-decoration: none;\n }\n\n a:hover { text-decoration: underline; }\n\n .breadcrumb_sep {\n margin: 0 2px;\n color: $breadcrumbs-separator-color;\n }\n}\n",".dropdown_menu {\n display: inline;\n\n .dropdown_menu_button {\n @include light-button;\n position: relative;\n padding-right: 22px !important;\n cursor: pointer;\n\n &:before {\n content: ' ';\n position: absolute;\n width: 0;\n height: 0;\n border-width: 3px 3px 0;\n border-style: solid;\n border-color: #FFF transparent;\n right: 12px;\n top: 45%;\n }\n\n &:after {\n content: ' ';\n position: absolute;\n width: 0;\n height: 0;\n border-width: 3px 3px 0;\n border-style: solid;\n border-color: #777 transparent;\n right: 12px;\n top: 45%;\n }\n }\n\n .dropdown_menu_nipple {\n\n // The nipple's border\n content: \"\";\n position: absolute;\n top: -6px;\n display: block;\n width: 0;\n height: 0;\n border-width: 0 6px 6px;\n border-style: solid;\n border-color: darken($primary-color, 4%) transparent;\n z-index: 100;\n\n // The nipple's inner shadow\n\n &:before {\n content: ' ';\n position: absolute;\n width: 0;\n height: 0;\n border-width: 0 5px 5px;\n border-style: solid;\n border-color: lighten($primary-color, 15%) transparent;\n left: -5px;\n top: 1px;\n }\n\n // The nipple's background color\n\n &:after {\n content: ' ';\n position: absolute;\n width: 0;\n height: 0;\n border-width: 0 5px 5px;\n border-style: solid;\n border-color: lighten($primary-color, 4%) transparent;\n left: -5px;\n top: 2px;\n }\n }\n\n .dropdown_menu_list_wrapper {\n display: inline-block;\n position: absolute;\n background-color: white;\n padding: 2px;\n box-shadow: rgba(0,0,0,0.4) 0 1px 3px, lighten($primary-color, 15%) 0px 1px 0px 0px inset;\n background-color: $primary-color;\n @include gradient(lighten($primary-color, 4%), darken($primary-color, 5%));\n border: solid 1px darken($primary-color, 10%);\n border-top-color: darken($primary-color, 4%);\n border-bottom-color: darken($primary-color, 17%);\n border-radius: 4px;\n z-index: 2000;\n display: none;\n\n .dropdown_menu_list {\n display: block;\n background-color: #FFF;\n border: solid 1px darken($primary-color, 10%);\n box-shadow: lighten($primary-color, 5%) 0px 1px 0px 0px;\n border-radius: 3px;\n margin: 0;\n overflow: hidden;\n padding: 8px;\n\n list-style-type: none;\n padding: 0;\n\n li {\n display: block;\n border-bottom: solid 1px #ebebeb;\n\n a {\n display: block;\n box-sizing: padding-box;\n font-size: 0.95em;\n font-weight: bold;\n padding: 7px 16px 5px;\n text-decoration: none;\n text-align: center;\n white-space: nowrap;\n\n &:hover {\n @include highlight-gradient;\n @include text-shadow(#5a83aa);\n color: #FFF;\n }\n\n &:active {\n @include reverse-highlight-gradient;\n color: #FFF;\n }\n\n }\n\n &:first-child {\n a {\n border-top-left-radius: 2px;\n border-top-right-radius: 2px;\n }\n\n }\n\n &:last-child {\n a {\n border-bottom-left-radius: 2px;\n border-bottom-right-radius: 2px;\n }\n border: none;\n }\n }\n }\n }\n}\n","a.member_link {\n margin-right: 7px;\n white-space: nowrap;\n}\n\na.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button { @include dark-button; }\n","// -------------------------------------- Index as Grid\ntable.index_grid td { border: none; background: none; padding: 0 20px 20px 0; margin: 0;}\n\n// -------------------------------------- Columns\n.columns {\n clear: both;\n padding: 0;\n .column { float: left; }\n}\n","a, a:link, a:visited {\n color: $link-color;\n text-decoration: underline;\n}\na:hover { text-decoration: none; }\n",".paginated_collection_contents {\n clear: both;\n}\n\n.pagination {\n float: right;\n font-size: 0.9em;\n margin-left: 10px;\n\n a {\n @include light-button;\n }\n\n span.page.current {\n @include default-button;\n }\n\n a, span.page.current {\n @include rounded(0px);\n margin-right: 4px;\n padding: 2px 5px;\n }\n}\n\n.pagination_information {\n float: right;\n margin-bottom: 5px;\n color: #b3bcc1;\n b { color: #5c6469; }\n}\n\n.download_links {\n float: left;\n}\n\n.pagination_per_page {\n float: right;\n margin-left: 4px;\n select {\n @include light-button;\n @include rounded(0px);\n padding: 1px 5px;\n }\n}\n\n.comments {\n .pagination {\n float: left;\n margin-bottom: 30px;\n }\n .pagination_information {\n float: left;\n color: #000;\n }\n}\n","// ----------------------------------- Helper class to apply to elements to make them sections\n.section, .panel{ @include section; }\n\n// ----------------------------------- Sidebar Sections\n\n.sidebar_section { @include section; }\n",".columns {\n margin-bottom: 10px;\n}\n",".scopes {\n li {\n .count {\n color: #8e979e;\n font-weight: normal;\n font-size: 0.9em;\n line-height: 10px;\n }\n &:first-child a {\n margin-left: 10px;\n }\n }\n}\n",".status_tag {\n background: darken($secondary-color, 15%);\n color: #fff;\n text-transform: uppercase;\n letter-spacing: 0.15em;\n padding: 3px 5px 2px 5px;\n font-size: 0.8em;\n\n &.yes { background: #6090DB }\n &.no { background: grey }\n\n}\n",".table_tools {\n @include clearfix;\n margin-bottom: 16px;\n}\n\n.table_tools .dropdown_menu {\n float: left;\n}\n\na.table_tools_button, .table_tools .dropdown_menu_button {\n @include light-button;\n @include gradient(#FFFFFF, #F0F0F0);\n @include border-colors(#d9d9d9, #d0d0d0, #c5c5c5);\n font-size: 0.9em;\n padding: 4px 14px 4px;\n margin: 0;\n\n &:not(.disabled) {\n &:hover {\n @include gradient(#FFFFFF, #F6F6F6);\n }\n\n &:active {\n @include border-colors(#d7d7d7, #c8c8c8, #c3c3c3);\n box-shadow: 0 1px 1px 0 rgba(0,0,0,0.17) inset;\n @include gradient(#FFFFFF, #E8E8E8);\n }\n }\n}\n\n.table_tools_segmented_control {\n list-style-type: none;\n padding: 0;\n margin: 0;\n\n li {\n float: left;\n\n a {\n border-width: 1px .5px 1px .5px;\n border-radius: 0;\n }\n\n &:first-child a {\n border-left-width: 1px;\n border-top-left-radius: 12px;\n border-bottom-left-radius: 12px;\n }\n\n &:last-child a {\n border-right-width: 1px;\n border-top-right-radius: 12px;\n border-bottom-right-radius: 12px;\n }\n\n &.selected a {\n @include gradient(#F0F0F0, #FDFDFD);\n box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;\n cursor: default;\n\n &:hover {\n @include gradient(#F0F0F0, #FDFDFD);\n }\n }\n\n }\n}\n",".indexes {\n float: right;\n\n li {\n .count {\n color: #8e979e;\n font-weight: normal;\n font-size: 0.9em;\n line-height: 10px;\n }\n }\n}\n",".unsupported_browser {\n padding: 10px 30px;\n color: #211e14;\n background-color: #fae692;\n @include gradient(#feefae, #fae692);\n border-bottom: 1px solid #b3a569;\n\n h1 {\n font-size: 13px;\n font-weight: bold;\n }\n\n p {\n margin-bottom: 0.5em;\n }\n}\n",".ui-tabs-nav {\n list-style: none;\n display: block;\n width: auto;\n margin-bottom: -12px;\n padding-left: 0;\n overflow: auto;\n margin-left: 15px;\n\n li {\n display: block;\n position: relative;\n margin: 0;\n padding: 0;\n float: left;\n\n &:first-child a {\n border-left-width: 1px;\n border-top-left-radius: 12px;\n border-bottom-left-radius: 12px;\n }\n\n &:last-child a {\n border-right-width: 1px;\n border-top-right-radius: 12px;\n border-bottom-right-radius: 12px;\n }\n\n a {\n @include light-button;\n @include gradient(#FFFFFF, #F0F0F0);\n @include border-colors(#d9d9d9, #d0d0d0, #c5c5c5);\n text-decoration: none;\n border-radius: 0;\n border-width: 1px .5px 1px .5px;\n margin-right: 0;\n padding: 4px 14px 4px;\n\n &:not(.disabled) {\n &:hover {\n @include gradient(#FFFFFF, #F6F6F6);\n }\n }\n }\n\n &.ui-tabs-active {\n a {\n cursor: default;\n @include gradient(#F0F0F0, #FDFDFD);\n box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;\n\n a:hover {\n @include gradient(#F0F0F0, #FDFDFD);\n }\n }\n }\n }\n}\n\n.tab-content {\n border: 1px solid #D3D3D3;\n padding: 15px;\n padding-top: 30px;\n text-align: left;\n}\n","body.logged_out {\n background: #e8e9ea;\n\n #content_wrapper{\n width: 500px;\n margin: 70px auto;\n #active_admin_content {\n @include shadow;\n background: #fff;\n padding: 13px 30px;\n }\n }\n\n h2 {\n @include section-header;\n @include primary-gradient;\n @include text-shadow(#000);\n box-shadow: 0 1px 3px rgba(0,0,0,0.3);\n border: none;\n color: #fff;\n margin: -13px -30px 20px -30px;\n }\n\n #login {\n /* Login Form */\n form {\n fieldset {\n @include no-shadow;\n background: none;\n padding: 0;\n li { padding: 10px 0; }\n\n input[type=text], input[type=email], input[type=password] {\n width: 70%;\n }\n &.buttons { margin-left: 20%; }\n margin-bottom: 0;\n }\n }\n\n a { float: right; margin-top: -32px; }\n }\n\n}\n","#footer {\n padding: 30px 30px;\n font-size: 0.8em;\n clear: both;\n\n p {\n padding-top: 10px\n }\n}\n\n// -------------------------------------- Index Footer (Under Table)\n#index_footer { padding-top: 5px; text-align: right; font-size: 0.85em; }\n\n.index_content { clear: both; }\n","#wrapper {\n width: 100%;\n}\n\n.index #wrapper {\n display: table;\n}\n\n#active_admin_content {\n margin: 0;\n padding: $horizontal-page-margin;\n\n #main_content_wrapper {\n float: left;\n width: 100%;\n\n #main_content{\n margin-right: $sidebar-width + ($section-padding * 2);\n }\n }\n\n &.without_sidebar #main_content_wrapper #main_content{ margin-right: 0; }\n\n #sidebar {\n float: left;\n width: $sidebar-width;\n margin-left: -$sidebar-width;\n }\n}\n","#title_bar {\n @include section-header;\n @include clearfix;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);\n display: table;\n border-bottom-color: #EEE;\n width: 100%;\n position: relative;\n margin: 0;\n padding: 10px $horizontal-page-margin;\n z-index: 800;\n\n #titlebar_left, #titlebar_right {\n height: 50px;\n vertical-align: middle;\n display: table-cell;\n }\n\n #titlebar_right {\n text-align: right;\n }\n\n h2 {\n margin: 0;\n padding: 0;\n font-size: 2.6em;\n line-height: 100%;\n font-weight: bold;\n }\n\n .action_items {\n span.action_item {\n & > a, & > .dropdown_menu > a {\n @include light-button;\n padding: 12px 17px 10px;\n margin: 0px;\n }\n }\n }\n}\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"],"mappings":"AAAA;AACA;ACDA;AAEA;AAAA;AAGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACEA;AACA;ADAA;AAAA;AAGA;;AAAA;AAIA;AACA;ACAA;AACA;ADEA;;AAAA;AAIA;AACA;ACDA;AACA;ADGA;;;AAAA;AAKA;AACA;AACA;ACFA;AACA;ADIA;AAAA;AAGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AACA;AAAA;ACDA;AACA;ADGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACAA;AACA;ADEA;AAAA;AAGA;;AAAA;AAIA;AACA;ACFA;AACA;ADIA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AAAA;ACAA;AACA;ADEA;;AAAA;AAIA;;AAEA;ACDA;AACA;ADGA;;;AAAA;AAKA;;;AAGA;AAAA;AACA;AAAA;ACAA;AACA;ADEA;;AAAA;AAIA;AACA;ACDA;AACA;ADGA;;;AAAA;AAKA;;AAEA;AACA;AACA;AACA;ACFA;AACA;ADIA;AACA;ACFA;AACA;ADIA;AACA;ACFA;AACA;ADIA;AAAA;AAGA;;AAAA;AAIA;AACA;ACJA;AACA;ADMA;AAAA;AAGA;;;AAAA;AAKA;;;;;AAKA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;ACFA;AACA;ADIA;;;AAAA;AAKA;;AACA;AACA;ACFA;AACA;ADIA;;;AAAA;AAKA;;AACA;AACA;ACFA;AACA;ADIA;;AAAA;AAIA;;;;AAIA;ACHA;AACA;ADKA;;AAAA;AAIA;;;;AAIA;AACA;ACJA;AACA;ADMA;;AAAA;AAIA;;;;AAIA;ACLA;AACA;ADOA;;AAAA;AAIA;AACA;ACNA;AACA;ADQA;;;;;AAAA;AAOA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;ACDA;AACA;ADGA;;AAAA;AAIA;AACA;ACFA;AACA;ADIA;;AAAA;AAIA;AACA;ACHA;AACA;ADKA;;;AAAA;AAKA;;AAEA;AAAA;AACA;AAAA;ACFA;AACA;ADIA;;AAAA;AAIA;;AAEA;ACHA;AACA;ADKA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACFA;AACA;ADIA;;AAAA;AAIA;AACA;ACHA;AACA;ADKA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACFA;AACA;ADIA;AAAA;AAGA;;AAAA;AAIA;AACA;ACJA;AACA;ADMA;;AAAA;AAIA;AACA;ACLA;AACA;ADOA;AAAA;AAGA;;AAAA;AAIA;AACA;ACPA;AACA;ADSA;;AAAA;AAIA;AACA;ACRA;AACA;AC1TA;AAAA;AD6TA;AACA;AC7TA;AAAA;AAAA;ADiUA;AACA;AC/TA;AACA;AACA;ADiUA;AChUA;AAAA;ADmUA;AACA;ACjUA;AAAA;AAAA;AAAA;ADsUA;AACA;ACtUA;AAAA;AAAA;AD0UA;AACA;AC1UA;AAAA;AAAA;AAAA;AD+UA;AACA;AC/UA;AAAA;AAAA;AAAA;ADoVA;AACA;ACpVA;AAAA;AAAA;AAAA;ADyVA;AACA;ACzVA;AAAA;AAAA;AD6VA;AACA;AC3VA;AACA;AD6VA;AC3VA;AAAA;AAAA;AD+VA;AC9VA;AAAA;AAAA;ADkWA;AACA;AChWA;AAAA;ADmWA;AACA;ACnWA;AAAA;ADsWA;AACA;ACrWA;AAAA;AAAA;AAAA;AD0WA;AACA;AC1WA;AAAA;AD6WA;AACA;AC7WA;AAAA;ADgXA;AACA;AChXA;AAAA;ADmXA;AACA;AClXA;;AACA;ADqXA;AACA;ACrXA;AAAA;AAAA;ADyXA;AACA;ACzXA;AAAA;AD4XA;AACA;AC3XA;AAAA;AAAA;AD+XA;AACA;AC/XA;AAAA;AAAA;ADmYA;AACA;ACjYA;;AACA;ADoYA;AACA;ACpYA;AAAA;AAAA;ADwYA;AACA;ACvYA;AAAA;AD0YA;AACA;AC1YA;AAAA;AD6YA;AACA;AC5YA;AAAA;AD+YA;AACA;AC/YA;AAAA;ADkZA;AACA;AClZA;AAAA;ADqZA;AACA;ACnZA;AAAA;AAAA;ADuZA;AACA;ACvZA;AAAA;AD0ZA;AACA;AC1ZA;AAAA;AD6ZA;AACA;AC7ZA;AAAA;ADgaA;AACA;AC9ZA;AAAA;AAAA;AAAA;ADmaA;AACA;ACnaA;AAAA;AAAA;AAAA;ADwaA;AACA;ACxaA;AAAA;AD2aA;AACA;AC1aA;AAAA;AD6aA;AACA;AC7aA;AAAA;ADgbA;AACA;AChbA;AAAA;ADmbA;AACA;ACnbA;AAAA;AAAA;ADubA;AACA;ACvbA;AAAA;AAAA;AD2bA;AACA;AC1bA;AAAA;AAAA;AD8bA;AACA;AC9bA;AAAA;AAAA;ADkcA;AACA;AClcA;AAAA;AAAA;ADscA;AACA;ACtcA;AAAA;AAAA;AD0cA;AACA;AE7iBA;ACGA;AACA;AAKA;ACTA;AAYA;AFRA;AACA;AACA;AACA;AACA;AACA;AACA;AFijBA;AE/iBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AFijBA;AE/iBA;AACA;AFijBA;AE/iBA;AACA;AFijBA;AE7iBA;AACA;AACA;AF+iBA;AE3iBA;AAAA;AF8iBA;AE5iBA;AACA;AACA;AACA;AF8iBA;AE3iBA;AACA;AACA;AACA;AACA;AACA;AF6iBA;AE3iBA;AACA;AF6iBA;AE5iBA;AAAA;AF+iBA;AE5iBA;AACA;AACA;AACA;AACA;AACA;AACA;AAqCA;AF0gBA;AE7iBA;AACA;AACA;AACA;AGrEA;ALqnBA;AE5iBA;AACA;AACA;AF8iBA;AE3iBA;AACA;AACA;AF6iBA;AE1iBA;AACA;AACA;AF4iBA;AEziBA;AACA;AACA;AF2iBA;AExiBA;AG7FA;AAYA;AACA;AHkFA;AACA;AACA;AF4iBA;AEviBA;AACA;AGnGA;AACA;AACA;AACA;ADPA;AF0GA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AF4iBA;AE1iBA;AACA;AACA;AF4iBA;AE3iBA;AACA;AACA;AF6iBA;AE5iBA;AAAA;AAAA;AFgjBA;AE5iBA;AG/HA;AL8qBA;AE5iBA;AACA;AACA;AF8iBA;AE3iBA;AACA;AACA;AF6iBA;AE1iBA;AGxIA;AACA;AACA;AACA;AHuIA;AACA;AACA;AAEA;;AAAA;AFgjBA;AE7iBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AF+iBA;AEviBA;AACA;AFyiBA;AEtiBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AFwiBA;AEtiBA;AAAA;AFyiBA;AExiBA;AAAA;AF2iBA;AEziBA;AACA;AF2iBA;AACA;AMluBA;AACA;AA6EA;AA4BA;AAoGA;AAYA;AN+gBA;AMvuBA;AAAA;AAAA;AN2uBA;AM1uBA;AAAA;AN6uBA;AM3uBA;AACA;AACA;AACA;AN6uBA;AM3uBA;ACMA;AFhBA;ADQA;AJkvBA;AM9uBA;AACA;ANgvBA;AM/uBA;AAAA;AHXA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;APowBA;AM/vBA;AACA;ANiwBA;AMhwBA;AACA;AACA;AACA;AACA;AACA;AACA;ANkwBA;AMjwBA;AACA;AACA;ANmwBA;AM9vBA;AACA;ANgwBA;AM/vBA;AACA;AACA;ANiwBA;AM/vBA;AAAA;ANkwBA;AM/vBA;AACA;AACA;ANiwBA;AMhwBA;AACA;AACA;AACA;ANkwBA;AM5vBA;AAAA;AN+vBA;AM5vBA;AACA;AACA;AACA;AACA;AACA;AN8vBA;AM1vBA;AACA;AN4vBA;AMtvBA;AACA;ANwvBA;AMjvBA;AACA;AACA;AACA;ANmvBA;AMjvBA;AACA;AACA;AACA;AACA;ANmvBA;AMjvBA;AACA;AACA;ANmvBA;AM/uBA;AACA;AACA;AACA;ANivBA;AM3uBA;;;;;;;;;AASA;AACA;ADrHA;ACuHA;AGvHA;AHyHA;AACA;AN6uBA;AM3uBA;;;;;;;;;AACA;AF7HA;AJm3BA;AMjvBA;AACA;ANmvBA;AMhvBA;AAEA;AAQA;AASA;AAeA;AAaA;AAKA;ANosBA;AMrvBA;AACA;AACA;AACA;AACA;ANuvBA;AMlvBA;AACA;AAAA;AAAA;ANsvBA;AMrvBA;AAAA;ANwvBA;AMvvBA;AAAA;AAAA;AAAA;AN4vBA;AMtvBA;AACA;ANwvBA;AMvvBA;AACA;ANyvBA;AMxvBA;AACA;AACA;AN0vBA;AMzvBA;AAAA;AN4vBA;AMrvBA;AACA;ANuvBA;AMtvBA;AACA;AACA;AACA;AACA;AACA;ANwvBA;AMvvBA;AAAA;AN0vBA;AMrvBA;AACA;ANuvBA;AMnvBA;AACA;AACA;AACA;ANqvBA;AMnvBA;AACA;AACA;AACA;ANqvBA;AMpvBA;AAAA;AAAA;AAAA;ANyvBA;AMrvBA;AACA;ANuvBA;AMjvBA;AACA;ADhNA;ACkNA;AACA;AACA;AACA;AACA;ANmvBA;AMlvBA;AAAA;AAAA;AAAA;AAAA;ANwvBA;AMnvBA;AD5NA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;ACQA;AMSA;AACA;AFZA;AACA;AACA;AACA;AACA;AEUA;AJsMA;ANwwBA;AU59BA;AACA;AACA;AV89BA;AU/8BA;APxBA;AACA;AH0+BA;AU/8BA;AACA;AP7BA;AACA;AH++BA;AMjxBA;AACA;ANmxBA;AMlxBA;AAAA;ANqxBA;AMlxBA;AACA;AACA;ANoxBA;AMlxBA;AACA;AACA;ANoxBA;AMhxBA;AACA;AACA;ANkxBA;AMhxBA;ADrPA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AV8+BA;AUjhCA;AACA;AACA;AVmhCA;AU/+BA;AP7CA;AACA;AH+hCA;AU/+BA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHyiCA;AACA;AMjzBA;AACA;AACA;AACA;AACA;AACA;ANmzBA;AMhzBA;AACA;ANkzBA;AM/yBA;AACA;ANizBA;AACA;AM1yBA;AACA;AACA;AN4yBA;AMzyBA;AACA;AACA;AN2yBA;AMzyBA;AACA;AN2yBA;AMtyBA;AAAA;ANyyBA;AMxyBA;AACA;AACA;AN0yBA;AMxyBA;AACA;AACA;AACA;AACA;AN0yBA;AMzyBA;AAAA;AN4yBA;AMvyBA;AACA;ANyyBA;AMvyBA;AACA;ANyyBA;AMpyBA;ADzTA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AVskCA;AUzmCA;AACA;AACA;AV2mCA;AUvkCA;AP7CA;AACA;AHunCA;AUvkCA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHioCA;AACA;AWpoCA;AAEA;AACA;AACA;AXqoCA;AQ3oCA;AACA;AACA;AACA;AACA;AACA;AR6oCA;AW1oCA;AACA;AACA;AACA;AACA;AACA;AX4oCA;AW3oCA;AACA;AACA;AACA;AACA;AX6oCA;AW1oCA;AACA;AX4oCA;AWzoCA;AACA;AACA;AACA;AX2oCA;AWzoCA;AACA;AACA;AACA;AP7BA;AJyqCA;AWzoCA;AAAA;AX4oCA;AW3oCA;AAAA;AAAA;AX+oCA;AACA;AYrrCA;ATGA;AACA;ACQA;AQTA;AACA;AACA;AACA;AACA;AACA;AACA;AZwrCA;AYtrCA;ATRA;AACA;ASSA;AACA;AZyrCA;AYvrCA;ATbA;AACA;AScA;AACA;AZ0rCA;AACA;AYrrCA;ARrBA;AAQA;AQgBA;AACA;AACA;AACA;AACA;AACA;AZurCA;AACA;AaztCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;Ab2tCA;AaztCA;AACA;Ab2tCA;Aa1tCA;AACA;Ab4tCA;AaxtCA;AVdA;AACA;AAKA;AUUA;AACA;AACA;AACA;AACA;AACA;AACA;Ab4tCA;Aa1tCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;Ab4tCA;AaztCA;AT3BA;AS6BA;AACA;AACA;AACA;AACA;AACA;Ab2tCA;AaztCA;AACA;Ab2tCA;AaztCA;AACA;Ab2tCA;AattCA;AACA;AACA;AACA;AACA;AACA;AbwtCA;AattCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AbwtCA;AattCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AbwtCA;AartCA;AACA;AbutCA;AaltCA;ARzFA;AAkBA;AACA;ADnBA;AS4FA;AACA;AACA;AACA;AACA;AACA;AACA;AbstCA;AaptCA;AACA;AACA;AbstCA;AantCA;AACA;AACA;AACA;AACA;AACA;AbqtCA;AaltCA;AACA;AbotCA;AaltCA;AACA;AACA;AACA;AbotCA;AaltCA;ARzHA;AQ2HA;AACA;AACA;AACA;AbotCA;AaltCA;AACA;AACA;AbotCA;AantCA;AACA;AACA;AbqtCA;AaltCA;AACA;AbotCA;AaltCA;AACA;AbotCA;AACA;Ac/1CA;AACA;Adi2CA;Ac91CA;AACA;Adg2CA;AACA;Ac31CA;AACA;AACA;AACA;AACA;Ad61CA;Ac31CA;AXhBA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;AOSA;AACA;AACA;Ad42CA;Ac12CA;AACA;AACA;AACA;AACA;Ad42CA;Acz2CA;AACA;AAAA;Ad42CA;Acz2CA;AAAA;Ad42CA;Ac32CA;AAAA;Ad82CA;Ac52CA;AXpCA;AACA;AHm5CA;Ac52CA;AACA;Ad82CA;Acz2CA;AAAA;Ad42CA;Ac12CA;AACA;Ad42CA;Acz2CA;AACA;AACA;AACA;Ad22CA;AACA;Act2CA;AACA;Adw2CA;Acv2CA;AACA;AACA;AACA;AVjEA;AAQA;AU4DA;AACA;Ady2CA;Acv2CA;AAAA;Ad02CA;Acz2CA;AAAA;Ad42CA;AACA;Acz2CA;AAAA;Ad42CA;AACA;Ac12CA;AAAA;Ad62CA;Ac52CA;AAAA;Ad+2CA;Ac92CA;AACA;AACA;AACA;Adg3CA;Ac92CA;AVtFA;ADqBA;AWoEA;AACA;AACA;AACA;AACA;AVrFA;AJs8CA;Ac72CA;AACA;AACA;AACA;AACA;Ad+2CA;AACA;Ac32CA;AAAA;Ad82CA;AACA;AQ79CA;AACA;AACA;AACA;AACA;AACA;AR+9CA;Aen+CA;AACA;Afq+CA;AACA;AgBz+CA;AACA;AACA;AACA;AAAA;AAAA;AAAA;AACA;AhB8+CA;AACA;AgB5+CA;AACA;AACA;ATQA;AFhBA;ADQA;AYEA;AhBg/CA;AgB9+CA;AbTA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;APggDA;AgB9/CA;AAAA;AhBigDA;AgB9/CA;AAAA;AhBigDA;AgBhgDA;AAAA;AhBmgDA;AgBlgDA;AAAA;AhBqgDA;AgBngDA;AACA;AhBqgDA;AgBlgDA;AXzBA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;ACQA;AMSA;AACA;AFZA;AACA;AACA;AACA;AACA;AEUA;AVyhDA;AUviDA;AACA;AACA;AVyiDA;AU1hDA;APxBA;AACA;AHqjDA;AU1hDA;AACA;AP7BA;AACA;AH0jDA;AgBpiDA;AX1BA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AVuiDA;AU1kDA;AACA;AACA;AV4kDA;AUxiDA;AP7CA;AACA;AHwlDA;AUxiDA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHkmDA;AACA;AgBxkDA;AAAA;AhB2kDA;AACA;AiB5mDA;AACA;AACA;AjB8mDA;AiB5mDA;AZHA;AYKA;AACA;AACA;AACA;AACA;AACA;AACA;AjB8mDA;AiB5mDA;AACA;AACA;AACA;AjB8mDA;AACA;AiB1mDA;AACA;AACA;AjB4mDA;AACA;AiB1mDA;AACA;AjB4mDA;AACA;AkBzoDA;AACA;AACA;AACA;AACA;AACA;AACA;AlB2oDA;AkBzoDA;AACA;AACA;AlB2oDA;AkBxoDA;AAAA;AlB2oDA;AkBzoDA;AACA;AACA;AlB2oDA;AACA;AmB7pDA;AACA;AnB+pDA;AmB7pDA;AdFA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;ASzCA;AACA;AACA;AnBkrDA;AU9qDA;AACA;AACA;AVgrDA;AU5oDA;AP7CA;AACA;AH4rDA;AU5oDA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHssDA;AmBlsDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnBosDA;AmBjsDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnBmsDA;AmB/rDA;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnB+rDA;AmB3rDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnB6rDA;AmBxrDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnB0rDA;AmBtrDA;AACA;AACA;AACA;AACA;AACA;AACA;AhB/EA;AACA;AgBgFA;AACA;AACA;AACA;AACA;AACA;AnByrDA;AmBvrDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AnBwrDA;AmBtrDA;AACA;AACA;AnBwrDA;AmBtrDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnBwrDA;AmBtrDA;AhBnHA;AACA;ACQA;Ae6GA;AnByrDA;AmBtrDA;AhBzHA;AACA;AgB0HA;AnByrDA;AmBnrDA;AACA;AACA;AnBqrDA;AmBhrDA;AAKA;AnB8qDA;AmBlrDA;AACA;AACA;AnBorDA;AACA;AoBp0DA;AACA;AACA;ApBs0DA;AACA;AoBp0DA;AfJA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;ACQA;AMSA;AACA;AFZA;AACA;AACA;AACA;AACA;AEUA;AVs0DA;AUp1DA;AACA;AACA;AVs1DA;AUv0DA;APxBA;AACA;AHk2DA;AUv0DA;AACA;AP7BA;AACA;AHu2DA;AACA;AqB52DA;AAAA;AAAA;AAAA;AAAA;ArBk3DA;AACA;AqBh3DA;AACA;AACA;ArBk3DA;AqBj3DA;AAAA;ArBo3DA;AACA;AsB53DA;AACA;AACA;AtB83DA;AACA;AsB73DA;AAAA;AtBg4DA;AACA;AuBr4DA;AACA;AvBu4DA;AACA;AuBr4DA;AACA;AACA;AACA;AvBu4DA;AuBr4DA;AlBRA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AVs3DA;AUz5DA;AACA;AACA;AV25DA;AUv3DA;AP7CA;AACA;AHu6DA;AUv3DA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHi7DA;AuBz6DA;AlBZA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;ACQA;AMSA;AACA;AFZA;AACA;AACA;AACA;AACA;AEUA;AVm7DA;AUj8DA;AACA;AACA;AVm8DA;AUp7DA;APxBA;AACA;AH+8DA;AUp7DA;AACA;AP7BA;AACA;AHo9DA;AuBx8DA;AlBhBA;AkBkBA;AACA;AvB08DA;AACA;AuBv8DA;AACA;AACA;AACA;AvBy8DA;AuBx8DA;AAAA;AvB28DA;AACA;AuBz8DA;AACA;AvB28DA;AACA;AuBz8DA;AACA;AACA;AvB28DA;AuB18DA;AlBrCA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AL7CA;AkBwCA;AvB+9DA;AU7/DA;AACA;AACA;AV+/DA;AU39DA;AP7CA;AACA;AH2gEA;AU39DA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHqhEA;AACA;AuB7+DA;AACA;AACA;AvB++DA;AuB7+DA;AACA;AACA;AvB++DA;AACA;AwBniEA;AjBgBA;AFhBA;ADQA;AGeA;APkhEA;AOhhEA;AJtBA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;AP+iEA;AO/hEA;AACA;APiiEA;AO7hEA;AAAA;APgiEA;AO9hEA;AACA;AACA;APgiEA;AACA;AwBlkEA;AjBYA;AFhBA;ADQA;AGeA;APqjEA;AOnjEA;AJtBA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;APklEA;AOlkEA;AACA;APokEA;AOhkEA;AAAA;APmkEA;AOjkEA;AACA;AACA;APmkEA;AACA;AyB1mEA;AACA;AzB4mEA;AACA;A0B5mEA;AACA;AACA;AACA;AACA;A1B8mEA;A0B5mEA;AACA;A1B8mEA;AACA;A2BxnEA;AACA;AACA;AACA;AACA;AACA;AACA;A3B0nEA;A2BxnEA;AAAA;A3B2nEA;A2B1nEA;AAAA;A3B6nEA;AACA;A4BvoEA;AAEA;A5BwoEA;AQzoEA;AACA;AACA;AACA;AACA;AACA;AR2oEA;AACA;A4B7oEA;AACA;A5B+oEA;AACA;A4B7oEA;AvBRA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AP1CA;AACA;AKMA;AACA;AACA;AACA;AACA;AoBFA;AACA;AACA;A5BuqEA;AU3qEA;AACA;AACA;AV6qEA;AUzoEA;AP7CA;AACA;AHyrEA;AUzoEA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHmsEA;A4BtrEA;AzBdA;AACA;AHusEA;A4BtrEA;ApBXA;AACA;AACA;AACA;AACA;AoBSA;AzBpBA;AACA;AHitEA;AACA;A4BzrEA;AACA;AACA;AACA;A5B2rEA;A4BzrEA;AACA;A5B2rEA;A4BzrEA;AACA;AACA;A5B2rEA;A4BxrEA;AACA;AACA;AACA;A5B0rEA;A4BvrEA;AACA;AACA;AACA;A5ByrEA;A4BtrEA;AzBnDA;AACA;AyBoDA;AACA;A5ByrEA;A4BvrEA;AzBxDA;AACA;AHkvEA;AACA;A6BxvEA;AACA;A7B0vEA;A6BvvEA;AACA;AACA;AACA;AACA;A7ByvEA;AACA;A8BlwEA;AACA;AACA;AACA;A3BCA;AACA;A2BAA;A9BqwEA;A8BnwEA;AACA;AACA;A9BqwEA;A8BlwEA;AACA;A9BowEA;AACA;A+BlxEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A/BoxEA;A+BlxEA;AACA;AACA;AACA;AACA;AACA;A/BoxEA;A+BlxEA;AACA;AACA;AACA;A/BoxEA;A+BjxEA;AACA;AACA;AACA;A/BmxEA;A+BhxEA;A1B3BA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AP1CA;AACA;AKMA;AACA;AACA;AACA;AACA;AuBiBA;AACA;AACA;AACA;AACA;A/B0yEA;AUn0EA;AACA;AACA;AVq0EA;AUjyEA;AP7CA;AACA;AHi1EA;AUjyEA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AH21EA;A+BzzEA;A5BnCA;AACA;AH+1EA;A+BtzEA;AACA;A5B3CA;AACA;A4B4CA;A/ByzEA;A+BvzEA;A5B/CA;AACA;AHy2EA;AACA;A+BpzEA;AACA;AACA;AACA;AACA;A/BszEA;AACA;AgCt3EA;AACA;AhCw3EA;AgCt3EA;AACA;AACA;AhCw3EA;AgCv3EA;A5BLA;A4BOA;AACA;AhCy3EA;AgCr3EA;A7BTA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;AJTA;AACA;AAKA;ACGA;A4BIA;AACA;AACA;AACA;AhCw4EA;AgCr4EA;AACA;AhCu4EA;AgCr4EA;A5BrBA;A4BuBA;AACA;AAOA;AhCi4EA;AgCv4EA;AAAA;AhC04EA;AgCx4EA;AACA;AhC04EA;AgCx4EA;AAAA;AhC24EA;AgCt4EA;AAAA;AAAA;AhC04EA;AACA;AiCn7EA;AACA;AACA;AACA;AjCq7EA;AiCn7EA;AACA;AjCq7EA;AACA;AiCj7EA;AAAA;AAAA;AAAA;AjCs7EA;AACA;AiCr7EA;AAAA;AjCw7EA;AACA;AkCt8EA;AACA;AlCw8EA;AACA;AkCt8EA;AACA;AlCw8EA;AACA;AkCt8EA;AACA;AACA;AlCw8EA;AkCt8EA;AACA;AACA;AlCw8EA;AkCt8EA;AACA;AlCw8EA;AkCp8EA;AAAA;AlCu8EA;AkCr8EA;AACA;AACA;AACA;AlCu8EA;AACA;AmCl+EA;AhCIA;AACA;ACQA;AGVA;ACQA;AACA;AACA;AACA;AACA;ADVA;AAEA;AACA;AACA;AACA;AACA;AAEA;A4BVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AnCk/EA;AQ3/EA;AACA;AACA;AACA;AACA;AACA;AR6/EA;AmCv/EA;AACA;AACA;AACA;AnCy/EA;AmCt/EA;AACA;AnCw/EA;AmCr/EA;AACA;AACA;AACA;AACA;AACA;AnCu/EA;AmCl/EA;A9B/BA;AKCA;AACA;AACA;ADHA;ACKA;AACA;AACA;AACA;APLA;AACA;AOqCA;AACA;AFhCA;AACA;AACA;AACA;AACA;AJFA;AMiCA;AyBZA;AACA;AnCugFA;AU/hFA;AACA;AACA;AViiFA;AU7/EA;AP7CA;AACA;AH6iFA;AU7/EA;AACA;AF3CA;AACA;AACA;AACA;AACA;ALXA;AACA;AHujFA;AACA;AF1hFA;AACA;AE4hFA;AACA;AF1hFA;;;AAGA;AE4hFA;AACA;AF1hFA;AW5CA;AX8CA;AACA;AACA;AACA;AE4hFA;AACA;AFzhFA;AsCtDA;ArCAA;AAEA;AAAA;AAGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACklFA;AACA;ADhlFA;AAAA;AAGA;;AAAA;AAIA;AACA;ACglFA;AACA;AD9kFA;;AAAA;AAIA;AACA;AC+kFA;AACA;AD7kFA;;;AAAA;AAKA;AACA;AACA;AC8kFA;AACA;AD5kFA;AAAA;AAGA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AC+kFA;AACA;AD7kFA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;ACglFA;AACA;AD9kFA;AAAA;AAGA;;AAAA;AAIA;AACA;AC8kFA;AACA;AD5kFA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AAAA;ACglFA;AACA;AD9kFA;;AAAA;AAIA;;AAEA;AC+kFA;AACA;AD7kFA;;;AAAA;AAKA;;;AAGA;AAAA;AACA;AAAA;ACglFA;AACA;AD9kFA;;AAAA;AAIA;AACA;AC+kFA;AACA;AD7kFA;;;AAAA;AAKA;;AAEA;AACA;AACA;AACA;AC8kFA;AACA;AD5kFA;AACA;AC8kFA;AACA;AD5kFA;AACA;AC8kFA;AACA;AD5kFA;AAAA;AAGA;;AAAA;AAIA;AACA;AC4kFA;AACA;AD1kFA;AAAA;AAGA;;;AAAA;AAKA;;;;;AAKA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AC8kFA;AACA;AD5kFA;;;AAAA;AAKA;;AACA;AACA;AC8kFA;AACA;AD5kFA;;;AAAA;AAKA;;AACA;AACA;AC8kFA;AACA;AD5kFA;;AAAA;AAIA;;;;AAIA;AC6kFA;AACA;AD3kFA;;AAAA;AAIA;;;;AAIA;AACA;AC4kFA;AACA;AD1kFA;;AAAA;AAIA;;;;AAIA;AC2kFA;AACA;ADzkFA;;AAAA;AAIA;AACA;AC0kFA;AACA;ADxkFA;;;;;AAAA;AAOA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AACA;AAAA;AC+kFA;AACA;AD7kFA;;AAAA;AAIA;AACA;AC8kFA;AACA;AD5kFA;;AAAA;AAIA;AACA;AC6kFA;AACA;AD3kFA;;;AAAA;AAKA;;AAEA;AAAA;AACA;AAAA;AC8kFA;AACA;AD5kFA;;AAAA;AAIA;;AAEA;AC6kFA;AACA;AD3kFA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AC8kFA;AACA;AD5kFA;;AAAA;AAIA;AACA;AC6kFA;AACA;AD3kFA;;;AAAA;AAKA;AACA;AAAA;AACA;AAAA;AC8kFA;AACA;AD5kFA;AAAA;AAGA;;AAAA;AAIA;AACA;AC4kFA;AACA;AD1kFA;;AAAA;AAIA;AACA;AC2kFA;AACA;ADzkFA;AAAA;AAGA;;AAAA;AAIA;AACA;ACykFA;AACA;ADvkFA;;AAAA;AAIA;AACA;ACwkFA;AACA;AC14FA;AAAA;AD64FA;AACA;AC74FA;AAAA;AAAA;ADi5FA;AACA;AC/4FA;AACA;AACA;ADi5FA;ACh5FA;AAAA;ADm5FA;AACA;ACj5FA;AAAA;AAAA;AAAA;ADs5FA;AACA;ACt5FA;AAAA;AAAA;AD05FA;AACA;AC15FA;AAAA;AAAA;AAAA;AD+5FA;AACA;AC/5FA;AAAA;AAAA;AAAA;ADo6FA;AACA;ACp6FA;AAAA;AAAA;AAAA;ADy6FA;AACA;ACz6FA;AAAA;AAAA;AD66FA;AACA;AC36FA;AACA;AD66FA;AC36FA;AAAA;AAAA;AD+6FA;AC96FA;AAAA;AAAA;ADk7FA;AACA;ACh7FA;AAAA;ADm7FA;AACA;ACn7FA;AAAA;ADs7FA;AACA;ACr7FA;AAAA;AAAA;AAAA;AD07FA;AACA;AC17FA;AAAA;AD67FA;AACA;AC77FA;AAAA;ADg8FA;AACA;ACh8FA;AAAA;ADm8FA;AACA;ACl8FA;;AACA;ADq8FA;AACA;ACr8FA;AAAA;AAAA;ADy8FA;AACA;ACz8FA;AAAA;AD48FA;AACA;AC38FA;AAAA;AAAA;AD+8FA;AACA;AC/8FA;AAAA;AAAA;ADm9FA;AACA;ACj9FA;;AACA;ADo9FA;AACA;ACp9FA;AAAA;AAAA;ADw9FA;AACA;ACv9FA;AAAA;AD09FA;AACA;AC19FA;AAAA;AD69FA;AACA;AC59FA;AAAA;AD+9FA;AACA;AC/9FA;AAAA;ADk+FA;AACA;ACl+FA;AAAA;ADq+FA;AACA;ACn+FA;AAAA;AAAA;ADu+FA;AACA;ACv+FA;AAAA;AD0+FA;AACA;AC1+FA;AAAA;AD6+FA;AACA;AC7+FA;AAAA;ADg/FA;AACA;AC9+FA;AAAA;AAAA;AAAA;ADm/FA;AACA;ACn/FA;AAAA;AAAA;AAAA;ADw/FA;AACA;ACx/FA;AAAA;AD2/FA;AACA;AC1/FA;AAAA;AD6/FA;AACA;AC7/FA;AAAA;ADggGA;AACA;AChgGA;AAAA;ADmgGA;AACA;ACngGA;AAAA;AAAA;ADugGA;AACA;ACvgGA;AAAA;AAAA;AD2gGA;AACA;AC1gGA;AAAA;AAAA;AD8gGA;AACA;AC9gGA;AAAA;AAAA;ADkhGA;AACA;AClhGA;AAAA;AAAA;ADshGA;AACA;ACthGA;AAAA;AAAA;AD0hGA;AACA;AoClnGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;ApConGA;AACA;AoClnGA;AACA;AACA;ApConGA;AACA;AoClnGA;AACA;AACA;ApConGA;AACA;AoCjnGA;AACA;ApCmnGA;AoCjnGA;AACA;ApCmnGA;AoChnGA;AACA;ApCknGA;AACA;AoC/mGA;AACA;ApCinGA;AACA;AoC/mGA;AACA;ApCinGA;AoC/mGA;AACA;AACA;ApCinGA;AoC9mGA;AACA;ApCgnGA;AACA;AoC5mGA;AACA;AACA;AACA;AACA;ApC8mGA;AACA;AoC3mGA;AACA;ApC6mGA;AACA;AoCzmGA;AACA;AACA;AACA;ApC2mGA;AoCzmGA;AACA;AACA;AACA;ApC2mGA;AoCzmGA;AACA;ApC2mGA;AoCzmGA;AACA;ApC2mGA;AoCxmGA;AACA;ApC0mGA;AoCvmGA;AACA;AACA;AACA;ApCymGA;AACA;AoClmGA;AACA;AACA;AACA;ApComGA;AoClmGA;AACA;ApComGA;AoClmGA;AACA;AACA;AACA;ApComGA;AoClmGA;AACA;ApComGA;AoC/lGA;AACA;ApCimGA;AoC/lGA;AACA;ApCimGA;AoC7lGA;AACA;ApC+lGA;AoC5lGA;AACA;ApC8lGA;AACA;AoC1lGA;AACA;ApC4lGA;AACA;AoCzlGA;AACA;AACA;AACA;ApC2lGA;AoCzlGA;AACA;ApC2lGA;AACA;AoCtlGA;AACA;AACA;AACA;AACA;ApCwlGA;AoCtlGA;AACA;ApCwlGA;AACA;AoCplGA;AACA;ApCslGA;AoCnlGA;AACA;AACA;ApCqlGA;AoCllGA;AACA;AACA;AACA;AACA;AACA;ApColGA;AoCjlGA;AACA;AACA;AACA;ApCmlGA;AoC/kGA;AACA;AACA;ApCilGA;AACA;AoC3kGA;AACA;ApC6kGA;AoC3kGA;AACA;AACA;ApC6kGA;AoC3kGA;AACA;ApC6kGA;AoCxkGA;AACA;AACA;ApC0kGA;AACA;AoCrkGA;AACA;ApCukGA;AACA;AoCnkGA;AACA;AACA;AACA;ApCqkGA;AoCnkGA;AACA;ApCqkGA;AoCjkGA;AACA;ApCmkGA;AoCjkGA;AACA;AACA;AACA;ApCmkGA;AoCjkGA;AACA;AACA;AACA;AACA;ApCmkGA;AoCjkGA;AACA;ApCmkGA;AoChkGA;AACA;AACA;AACA;ApCkkGA;AoC/jGA;AACA;AACA;AACA;ApCikGA;AoC9jGA;AACA;ApCgkGA;AACA;AoC1jGA;AACA;ApC4jGA;AACA;;","sourceRoot":""}