Current section

Files

Jump to
torch priv static theme.css.map
Raw

priv/static/theme.css.map

{"mappings":"AEMA,2eAUA,4FAGA,mBAGA,sBAGA,yBAIE,4EASF,gDCIA,0LAUI,oCAIA,6EASA,iEAMA,8BAGJ,+CAMA,gDAII,mGAWJ,0LAcA,2RAmBI,4CAIA,wEAMJ,kRAMA,mRAMA,kCAIA,0EAMI,uDAMA,4FAQA,6CAMJ,iNAiBI,mDAKA,kDAKA,0HAQA,uFAMA,6DAKA,mFAOA,uEAMJ,qCAKA,uDAKA,4FAOA,uFChQA,4GAME,2BAGA,4BAGA,yEEZF,yLEAA,wWAWA,4EAIE,0FAGF,gIAKE,iICvBF,uZAgBE,oMChBF,0FCAA,ilBAcE,i0BCdF,qEAIE,0LAWI,wECfN,2CAGE,gDAGA,4CAGE,6CAGE,gLAQA,2MASJ,0CAGE,+HAOE,gDAGA,sEC1CN,oCAGE,wEAIA,2IAOE,wJAQE,4DAGA,oEAGA,oEAGA,wMAYA,+JASE,4EAIA,8EAGJ,mLASE,oEAGA,oEAGA,kEAIA,gEC7EJ,6EAIA,0CAIE,kDCTJ,4DAIE,mDAIA,0HAMA,yDAIE,6CAKA,2EAMA,qGAQE,gFAGE,iFAGN,6CAIA,uDC9CA,yCAIE,8JASE,6DAGA,yEAKA,wDCrBJ,gKAUA,uEAKE,mEAIE,qFAIA,kECxBN,gEAKE,uHAOA,oGAME,2NAWA,4JAaA,4IAOF,8FAME,yEAGA,kFAIA,yFAGA,4FAKF,yECtEF,uDAKE,kCCFI,yEAIF,6EAKA,+EAIE,qEChBN,gDAGE,mFAKE,yEAGA,wEAGA,2EAGA,oNAUE,6EC1BJ,6FAOE,2EAGE,oHAKA,2GAKE,2GAGE,2GAGA,8NAMJ,8IChCJ,gFAMA,wDAGA,uEAIA,mEAIE,iJAOA,8DCvBF","sources":["theme.css","css/theme.sass","css/shared/reset/_reset.scss","node_modules/pikaday/scss/pikaday.scss","css/theme/globals/_global.sass","css/shared/settings/_fonts.sass","css/theme/_extends/_typography.sass","css/shared/settings/_colors.sass","css/theme/_extends/_buttons.sass","css/theme/_extends/_select-input.sass","css/theme/_extends/_label.sass","css/theme/_extends/_text-input.sass","css/theme/components/_account-info.sass","css/theme/components/_nav.sass","css/theme/components/_table.sass","css/theme/components/_toolbar.sass","css/theme/components/_filters.sass","css/theme/components/_pagination.sass","css/theme/components/_header-and-content.sass","css/theme/components/_form.sass","css/theme/components/_panel.sass","css/theme/components/_datepicker.sass","css/theme/components/_flash-messages.sass","css/theme/pages/_index.sass","css/theme/pages/_show.sass","css/theme/pages/_edit.sass","css/theme/pages/_new.sass"],"sourcesContent":["html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {\n font-size: 100%;\n font: inherit;\n vertical-align: baseline;\n border: none;\n margin: 0;\n padding: 0;\n}\n\narticle, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {\n display: block;\n}\n\nbody {\n line-height: 1;\n}\n\nol, ul {\n list-style: none;\n}\n\nblockquote, q {\n quotes: none;\n}\n\nblockquote:before, blockquote:after, q:before, q:after {\n content: \"\";\n content: none;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n.pika-single {\n z-index: 9999;\n color: #333;\n background: #fff;\n border: 1px solid #ccc;\n border-bottom-color: #bbb;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n display: block;\n position: relative;\n}\n\n.pika-single.is-hidden {\n display: none;\n}\n\n.pika-single.is-bound {\n position: absolute;\n box-shadow: 0 5px 15px -5px #00000080;\n}\n\n.pika-single:before, .pika-single:after {\n content: \" \";\n display: table;\n}\n\n.pika-single:after {\n clear: both;\n}\n\n.pika-lendar {\n float: left;\n width: 240px;\n margin: 8px;\n}\n\n.pika-title {\n text-align: center;\n position: relative;\n}\n\n.pika-title select {\n cursor: pointer;\n z-index: 9998;\n opacity: 0;\n margin: 0;\n position: absolute;\n top: 5px;\n left: 0;\n}\n\n.pika-label {\n z-index: 9999;\n color: #333;\n background-color: #fff;\n margin: 0;\n padding: 5px 3px;\n font-size: 14px;\n font-weight: bold;\n line-height: 20px;\n display: inline-block;\n position: relative;\n overflow: hidden;\n}\n\n.pika-prev, .pika-next {\n cursor: pointer;\n width: 20px;\n height: 30px;\n text-indent: 20px;\n white-space: nowrap;\n opacity: .5;\n background-color: #0000;\n background-position: center;\n background-repeat: no-repeat;\n background-size: 75% 75%;\n border: none;\n outline: none;\n padding: 0;\n display: block;\n position: relative;\n overflow: hidden;\n}\n\n.pika-prev:hover, .pika-next:hover {\n opacity: 1;\n}\n\n.pika-prev.is-disabled, .pika-next.is-disabled {\n cursor: default;\n opacity: .2;\n}\n\n.pika-prev, .is-rtl .pika-next {\n float: left;\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==\");\n}\n\n.pika-next, .is-rtl .pika-prev {\n float: right;\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=\");\n}\n\n.pika-select {\n display: inline-block;\n}\n\n.pika-table {\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0;\n border: none;\n}\n\n.pika-table th, .pika-table td {\n width: 14.2857%;\n padding: 0;\n}\n\n.pika-table th {\n color: #999;\n text-align: center;\n font-size: 12px;\n font-weight: bold;\n line-height: 25px;\n}\n\n.pika-table abbr {\n cursor: help;\n border-bottom: none;\n}\n\n.pika-button {\n cursor: pointer;\n box-sizing: border-box;\n width: 100%;\n color: #666;\n text-align: right;\n height: initial;\n background: #f5f5f5;\n border: none;\n outline: none;\n margin: 0;\n padding: 5px;\n font-size: 12px;\n line-height: 15px;\n display: block;\n}\n\n.has-event .pika-button {\n color: #fff;\n background: #3af;\n}\n\n.is-today .pika-button {\n color: #3af;\n font-weight: bold;\n}\n\n.is-selected .pika-button {\n color: #fff;\n background: #3af;\n border-radius: 3px;\n font-weight: bold;\n box-shadow: inset 0 1px 3px #178fe5;\n}\n\n.is-disabled .pika-button, .is-outside-current-month .pika-button {\n color: #999;\n opacity: .3;\n}\n\n.is-disabled .pika-button {\n pointer-events: none;\n cursor: default;\n}\n\n.pika-button:hover {\n color: #fff;\n box-shadow: none;\n background: #ff8000;\n border-radius: 3px;\n}\n\n.pika-button .is-selection-disabled {\n pointer-events: none;\n cursor: default;\n}\n\n.pika-week {\n color: #999;\n font-size: 11px;\n}\n\n.is-inrange .pika-button {\n color: #666;\n background: #d5e9f7;\n}\n\n.is-startrange .pika-button {\n color: #fff;\n box-shadow: none;\n background: #6cb31d;\n border-radius: 3px;\n}\n\n.is-endrange .pika-button {\n color: #fff;\n box-shadow: none;\n background: #3af;\n border-radius: 3px;\n}\n\nhtml {\n min-height: 100vh;\n background: #eee;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-weight: normal;\n}\n\nhtml body {\n min-height: 100vh;\n}\n\nhtml a {\n text-decoration: none;\n}\n\nhtml .torch-container {\n margin: 0 auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n\n.torch-panel legend, section#torch-header-and-content .header h3, section#torch-filters h3 {\n color: #666;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 16px;\n font-weight: bold;\n}\n\nform#torch-form .torch-submit-form .torch-submit-button, section#torch-table table td button, section#torch-filters button, section#torch-toolbar a {\n cursor: pointer;\n color: #666;\n text-transform: capitalize;\n background-color: #eee;\n border: 1px solid #0000;\n padding: 9px 12px;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 14px;\n transition: all .25s ease-in-out;\n}\n\nsection#torch-filters button, section#torch-toolbar a {\n border-color: #0000001a;\n}\n\nsection#torch-filters button:hover, section#torch-toolbar a:hover {\n background-color: #c8c8c8;\n}\n\nform#torch-form .torch-submit-form .torch-submit-button, section#torch-table table td button {\n color: #fff;\n background-color: #e73536;\n}\n\nform#torch-form .torch-submit-form .torch-submit-button:hover, section#torch-table table td button:hover {\n background-color: #b91617;\n}\n\nform#torch-form .torch-form-group select, section#torch-filters .field select {\n -moz-appearance: none;\n appearance: none;\n color: #666;\n background: #fff url(\"down-arrow.e17911d3.png\") 94% / 17px no-repeat;\n border: 1px solid #d5d5d5;\n border-radius: 0;\n outline: none;\n margin: 0;\n padding: 9px 25px 9px 10px;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 14px;\n transition: all .35s ease-in-out;\n display: block;\n}\n\nform#torch-form .torch-form-group select:focus, section#torch-filters .field select:focus, form#torch-form .torch-form-group select:hover, section#torch-filters .field select:hover {\n border-color: #666;\n}\n\nsection#torch-filters .field label {\n color: #666;\n padding: 10px 0;\n font-size: 14px;\n display: block;\n}\n\nform#torch-form .torch-form-group input[type=\"number\"], form#torch-form .torch-form-group input[type=\"datetime-local\"], form#torch-form .torch-form-group input[type=\"text\"], form#torch-form .torch-form-group input[type=\"password\"], form#torch-form .torch-form-group textarea, section#torch-filters .field input[type=\"text\"], section#torch-filters .field input[type=\"number\"] {\n -moz-appearance: none;\n appearance: none;\n color: #666;\n background: #fff;\n border: 1px solid #d5d5d5;\n outline: none;\n margin: 0;\n padding: 10px;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 14px;\n transition: all .35s ease-in-out;\n display: block;\n}\n\nform#torch-form .torch-form-group input[type=\"number\"]:focus, form#torch-form .torch-form-group input[type=\"datetime-local\"]:focus, form#torch-form .torch-form-group input[type=\"text\"]:focus, form#torch-form .torch-form-group input[type=\"password\"]:focus, form#torch-form .torch-form-group textarea:focus, section#torch-filters .field input[type=\"text\"]:focus, section#torch-filters .field input[type=\"number\"]:focus, form#torch-form .torch-form-group input[type=\"number\"]:hover, form#torch-form .torch-form-group input[type=\"datetime-local\"]:hover, form#torch-form .torch-form-group input[type=\"text\"]:hover, form#torch-form .torch-form-group input[type=\"password\"]:hover, form#torch-form .torch-form-group textarea:hover, section#torch-filters .field input[type=\"text\"]:hover, section#torch-filters .field input[type=\"number\"]:hover {\n border-width: 1px;\n border-color: #666;\n}\n\nsection#torch-account-info {\n text-align: right;\n background-color: #e73536;\n}\n\nsection#torch-account-info a {\n color: #fff;\n border-right: 1px solid #fff;\n margin: 6px 0;\n padding: 0 10px;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 14px;\n display: inline-block;\n}\n\nsection#torch-account-info .torch-container a:last-child {\n border-right: none;\n}\n\nsection#torch-nav {\n background-color: #fafafa;\n}\n\nsection#torch-nav .torch-container {\n display: flex;\n}\n\nsection#torch-nav .torch-logo {\n padding: 6px 0;\n}\n\nsection#torch-nav .torch-logo a {\n display: flex;\n}\n\nsection#torch-nav .torch-logo a h3 {\n color: #e73536;\n text-transform: uppercase;\n margin: 15px 10px;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 18px;\n font-weight: bold;\n}\n\nsection#torch-nav .torch-logo a:before {\n content: \" \";\n width: 50px;\n height: 50px;\n background-image: url(\"torch-logo.a963df87.png\");\n background-repeat: no-repeat;\n background-size: contain;\n display: block;\n}\n\nsection#torch-nav .torch-nav {\n display: flex;\n}\n\nsection#torch-nav .torch-nav a {\n color: #a6a6a6;\n border-bottom: 3px solid #0000;\n padding: 22px 10px 19px;\n font-size: 16px;\n display: block;\n}\n\nsection#torch-nav .torch-nav a:hover {\n color: #666;\n}\n\nsection#torch-nav .torch-nav a.active {\n color: #666;\n border-color: #e73536;\n}\n\nsection#torch-table {\n overflow-x: auto;\n}\n\nsection#torch-table .torch-no-data {\n text-transform: capitalize;\n color: #666;\n}\n\nsection#torch-table table {\n color: #666;\n width: 100%;\n background-color: #fff;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 14px;\n}\n\nsection#torch-table table th {\n color: #666;\n vertical-align: middle;\n background-color: #fafafa;\n border-top: 1px solid #eee;\n border-bottom: 1px solid #eee;\n padding: 0;\n}\n\nsection#torch-table table th:hover {\n background-color: #d4d4d4;\n}\n\nsection#torch-table table th:first-child {\n border-left: 1px solid #eee;\n}\n\nsection#torch-table table th:last-child {\n border-right: 1px solid #eee;\n}\n\nsection#torch-table table th .caret {\n height: 0;\n width: 0;\n border-left: 5px solid #0000;\n border-right: 5px solid #0000;\n margin-top: 5px;\n margin-left: 5px;\n display: inline-block;\n position: absolute;\n top: 12px;\n right: 10px;\n}\n\nsection#torch-table table th a, section#torch-table table th span:not(.caret) {\n color: #666;\n padding: 12px 10px;\n text-decoration: none;\n display: block;\n position: relative;\n}\n\nsection#torch-table table th a.active.desc .caret {\n border-top: 5px solid #666;\n}\n\nsection#torch-table table th a.active.asc .caret {\n border-bottom: 5px solid #666;\n}\n\nsection#torch-table table td {\n text-overflow: ellipsis;\n vertical-align: middle;\n max-width: 300px;\n border-top: 1px solid #eee;\n border-bottom: 1px solid #eee;\n padding: 15px 10px;\n overflow: hidden;\n}\n\nsection#torch-table table td:first-child {\n border-left: 1px solid #eee;\n}\n\nsection#torch-table table td:last-child {\n border-right: 1px solid #eee;\n}\n\nsection#torch-table table td a {\n color: #e73536;\n text-decoration: none;\n}\n\nsection#torch-table table td img {\n max-height: 30px;\n max-width: 30px;\n}\n\nsection#torch-toolbar .torch-container {\n justify-content: flex-end;\n display: flex;\n}\n\nsection#torch-toolbar a {\n margin-right: 20px;\n}\n\nsection#torch-toolbar a:last-child {\n margin-right: 0;\n}\n\nsection#torch-filters {\n background-color: #fafafa;\n padding: 20px;\n}\n\nsection#torch-filters h3 {\n text-transform: capitalize;\n}\n\nsection#torch-filters hr {\n -moz-appearance: none;\n appearance: none;\n border: none;\n border-bottom: 1px solid #d5d5d5;\n margin: 20px 0 10px;\n}\n\nsection#torch-filters .field {\n flex-wrap: wrap;\n display: flex;\n}\n\nsection#torch-filters .field label {\n flex: 100%;\n}\n\nsection#torch-filters .field select {\n max-width: 30%;\n flex: 1;\n margin-right: 20px;\n}\n\nsection#torch-filters .field input[type=\"number\"], section#torch-filters .field input[type=\"text\"] {\n flex: 3;\n}\n\nsection#torch-filters .field input[type=\"text\"].datepicker {\n width: calc(50% - 10px);\n}\n\nsection#torch-filters .field input[type=\"text\"].datepicker.start {\n margin-right: 20px;\n}\n\nsection#torch-filters button {\n margin-top: 10px;\n}\n\nsection#torch-filters a {\n color: #e73536;\n margin-left: 20px;\n}\n\nsection#torch-pagination ul {\n display: flex;\n}\n\nsection#torch-pagination li a {\n color: #e73536;\n background-color: #fff;\n border: 1px solid #eee;\n margin-left: -1px;\n padding: 10px 15px;\n text-decoration: none;\n display: block;\n}\n\nsection#torch-pagination li a:hover {\n background-color: #fafafa;\n}\n\nsection#torch-pagination li a.active {\n color: #fff;\n background-color: #e73536;\n}\n\nsection#torch-pagination li:first-child a {\n margin-left: 0;\n}\n\nsection#torch-header-and-content .header {\n background-color: #fafafa;\n border-top: 4px solid #e73536;\n border-bottom: 1px solid #eee;\n border-radius: 3px;\n padding: 15px 20px;\n}\n\nsection#torch-header-and-content ul {\n background-color: #fff;\n padding: 20px;\n}\n\nsection#torch-header-and-content ul li {\n padding: 10px 0;\n display: flex;\n}\n\nsection#torch-header-and-content ul li .torch-show-label {\n width: 20%;\n text-align: center;\n}\n\nsection#torch-header-and-content ul li .torch-show-data {\n width: 80%;\n}\n\nform#torch-form {\n background-color: #fff;\n padding: 20px;\n display: flex;\n}\n\nform#torch-form .torch-form-error {\n color: #fff;\n text-align: center;\n background-color: #f6bb42;\n margin-bottom: 20px;\n padding: 5px;\n}\n\nform#torch-form .torch-form-group {\n flex-wrap: wrap;\n align-items: center;\n margin-bottom: 20px;\n display: flex;\n}\n\nform#torch-form .torch-form-group label {\n color: #666;\n text-align: right;\n flex: 1;\n justify-content: flex-end;\n align-items: center;\n margin-right: 20px;\n font-family: Helvetica Neue, Helvetica, Arial, sans-serif;\n font-size: 15px;\n display: flex;\n}\n\nform#torch-form .torch-form-group input[type=\"text\"], form#torch-form .torch-form-group input[type=\"password\"], form#torch-form .torch-form-group textarea {\n flex: 1;\n}\n\nform#torch-form .torch-form-group .help-block {\n width: 70%;\n text-transform: capitalize;\n color: #f6bb42;\n margin-left: calc(30% + 12px);\n font-size: 14px;\n}\n\nform#torch-form .torch-form-group-input {\n flex-wrap: wrap;\n flex: 3;\n align-items: center;\n display: flex;\n}\n\nform#torch-form .torch-form-group-input select:first-child {\n margin-left: 0;\n}\n\nform#torch-form .torch-form-group-input select {\n margin-left: .5em;\n margin-right: .5em;\n}\n\nform#torch-form .torch-form-group-input .form-field-error {\n border: 1px solid red !important;\n}\n\nform#torch-form .torch-form-group-input .invalid-feedback {\n color: red;\n flex: 1;\n margin-left: 1rem;\n}\n\nform#torch-form .torch-submit-form {\n justify-content: flex-end;\n display: flex;\n}\n\n.torch-panel {\n border: 2px solid #eee;\n flex: 1;\n padding: 25px;\n}\n\n.torch-panel legend {\n padding: 0 6px;\n}\n\n.torch-datepicker .is-today:not(.is-selected) .pika-button {\n color: #e73536;\n}\n\n.torch-datepicker .pika-button:hover {\n background: #e73536;\n color: #fff !important;\n}\n\n.torch-datepicker .is-selected .pika-button {\n box-shadow: none;\n background: #e73536;\n}\n\n.torch-datepicker .is-selected .pika-button:hover {\n background: #e73536;\n}\n\nsection#torch-flash-messages {\n margin-bottom: 20px;\n}\n\nsection#torch-flash-messages .torch-flash {\n text-align: center;\n color: #fff;\n padding: 8px;\n}\n\nsection#torch-flash-messages .torch-flash.error {\n background-color: #f6bb42;\n}\n\nsection#torch-flash-messages .torch-flash.info {\n background-color: #4a89dc;\n}\n\nsection#torch-flash-messages .torch-flash.success {\n background-color: #70ca63;\n}\n\nsection#torch-flash-messages .torch-flash .torch-flash-close {\n -moz-appearance: none;\n appearance: none;\n background-color: inherit;\n color: #fff;\n width: 22px;\n height: 22px;\n cursor: pointer;\n border: 1px solid #fff;\n border-radius: 50%;\n}\n\nsection#torch-flash-messages .torch-flash .torch-flash-close:focus {\n outline: none;\n}\n\nbody.torch-index section#torch-nav, body.torch-index section#torch-toolbar {\n margin-bottom: 20px;\n}\n\nbody.torch-index section#torch-index-content .torch-container {\n display: flex;\n}\n\nbody.torch-index section#torch-index-content .torch-container section#torch-filters {\n flex: 1;\n order: 2;\n margin-left: 35px;\n}\n\nbody.torch-index section#torch-index-content .torch-container section#torch-table {\n width: 70%;\n flex: 3;\n order: 1;\n}\n\nbody.torch-index section#torch-index-content .torch-container section#torch-table table {\n margin-bottom: 20px;\n}\n\nbody.torch-index section#torch-index-content .torch-container section#torch-table table th {\n text-align: left;\n}\n\nbody.torch-index section#torch-index-content .torch-container section#torch-table table th:last-child, body.torch-index section#torch-index-content .torch-container section#torch-table table .torch-actions {\n text-align: right;\n}\n\nbody.torch-index section#torch-index-content .torch-container section#torch-pagination {\n justify-content: center;\n margin-bottom: 20px;\n display: flex;\n}\n\nbody.torch-show header, body.torch-show section#torch-toolbar {\n margin-bottom: 20px;\n}\n\nbody.torch-show .torch-container header {\n margin-bottom: 0;\n}\n\nbody.torch-show .torch-show-details {\n background-color: #fff;\n padding: 20px;\n}\n\nbody.torch-show .torch-show-attribute {\n padding: .5rem 0;\n display: flex;\n}\n\nbody.torch-show .torch-show-attribute .torch-show-label {\n text-align: right;\n border-right: 1px solid #666;\n flex: 1;\n margin-right: 1rem;\n padding-right: 1rem;\n}\n\nbody.torch-show .torch-show-attribute .torch-show-data {\n flex: 4;\n}\n\nbody.torch-edit header, body.torch-update header, body.torch-edit section#torch-toolbar, body.torch-update section#torch-toolbar, body.torch-new header, body.torch-create header, body.torch-new section#torch-toolbar, body.torch-create section#torch-toolbar {\n margin-bottom: 20px;\n}\n\n/*# sourceMappingURL=theme.css.map */\n","// setup & base\n@import 'shared/bourbon/bourbon'\n@import 'shared/reset/reset'\n@import 'theme/settings/grid'\n@import 'shared/flex-grid/flex-grid'\n@import \"~pikaday/scss/pikaday.scss\"\n\n// global styles\n@import 'shared/settings/colors'\n@import 'shared/settings/fonts'\n@import 'theme/globals/global'\n\n// component styles\n@import 'theme/_extends/typography'\n@import 'theme/_extends/buttons'\n@import 'theme/_extends/select-input'\n@import 'theme/_extends/label'\n@import 'theme/_extends/text-input'\n\n@import 'theme/components/account-info'\n@import 'theme/components/nav'\n@import 'theme/components/table'\n@import 'theme/components/toolbar'\n@import 'theme/components/filters'\n@import 'theme/components/pagination'\n@import 'theme/components/header-and-content'\n@import 'theme/components/form'\n@import 'theme/components/panel'\n@import 'theme/components/datepicker'\n@import 'theme/components/flash-messages'\n\n// page styles\n@import 'theme/pages/index'\n@import 'theme/pages/show'\n@import 'theme/pages/edit'\n@import 'theme/pages/new'\n","/* BORROWED FROM: https://gist.github.com/hcatlin/1027867\n http://meyerweb.com/eric/tools/css/reset/\n v2.0 | 20110126\n License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {\n margin: 0;\n padding: 0;\n border: 0;\n font-size: 100%;\n font: inherit;\n vertical-align: baseline; }\n\n/* HTML5 display-role reset for older browsers */\n\narticle, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {\n display: block; }\n\nbody {\n line-height: 1; }\n\nol, ul {\n list-style: none; }\n\nblockquote, q {\n quotes: none; }\n\nblockquote {\n &:before, &:after {\n content: '';\n content: none; } }\n\nq {\n &:before, &:after {\n content: '';\n content: none; } }\n\ntable {\n border-collapse: collapse;\n border-spacing: 0; }","/*!\n * Pikaday\n * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/\n */\n\n// Variables\n// Declare any of these variables before importing this SCSS file to easily override defaults\n// Variables are namespaced with the pd (pikaday) prefix\n\n// Colours\n$pd-text-color: #333 !default;\n$pd-title-color: #333 !default;\n$pd-title-bg: #fff !default;\n$pd-picker-bg: #fff !default;\n$pd-picker-border: #ccc !default;\n$pd-picker-border-bottom: #bbb !default;\n$pd-picker-shadow: rgba(0,0,0,.5) !default;\n$pd-th-color: #999 !default;\n$pd-day-color: #666 !default;\n$pd-day-bg: #f5f5f5 !default;\n$pd-day-hover-color: #fff !default;\n$pd-day-hover-bg: #ff8000 !default;\n$pd-day-today-color: #33aaff !default;\n$pd-day-selected-color: #fff !default;\n$pd-day-selected-bg: #33aaff !default;\n$pd-day-selected-shadow: #178fe5 !default;\n$pd-day-disabled-color: #999 !default;\n$pd-week-color: #999 !default;\n$pd-inrange-color: #666 !default;\n$pd-inrange-bg: #D5E9F7 !default;\n$pd-startrange-color: #fff !default;\n$pd-startrange-bg: #6CB31D !default;\n$pd-endrange-color: #fff !default;\n$pd-endrange-bg: #33aaff !default;\n$pd-event-color: #fff !default;\n$pd-event-bg: #33aaff !default;\n\n$pd-z-index: 9999 !default;\n$pd-font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif !default;\n$pd-border-radius: 3px !default;\n\n\n.pika-single {\n z-index: $pd-z-index;\n display: block;\n position: relative;\n color: $pd-text-color;\n background: $pd-picker-bg;\n border: 1px solid $pd-picker-border;\n border-bottom-color: $pd-picker-border-bottom;\n font-family: $pd-font-family;\n\n &.is-hidden {\n display: none;\n }\n\n &.is-bound {\n position: absolute;\n box-shadow: 0 5px 15px -5px $pd-picker-shadow;\n }\n}\n\n// clear child float (pika-lendar), using the famous micro clearfix hack\n// http://nicolasgallagher.com/micro-clearfix-hack/\n.pika-single {\n &:before,\n &:after {\n content: \" \";\n display: table;\n }\n\n &:after { clear: both }\n}\n\n.pika-lendar {\n float: left;\n width: 240px;\n margin: 8px;\n}\n\n.pika-title {\n position: relative;\n text-align: center;\n\n select {\n cursor: pointer;\n position: absolute;\n z-index: $pd-z-index - 1;\n margin: 0;\n left: 0;\n top: 5px;\n opacity: 0;\n }\n}\n\n.pika-label {\n display: inline-block;\n position: relative;\n z-index: $pd-z-index;\n overflow: hidden;\n margin: 0;\n padding: 5px 3px;\n font-size: 14px;\n line-height: 20px;\n font-weight: bold;\n color: $pd-title-color;\n background-color: $pd-title-bg;\n}\n\n.pika-prev,\n.pika-next {\n display: block;\n cursor: pointer;\n position: relative;\n outline: none;\n border: 0;\n padding: 0;\n width: 20px;\n height: 30px;\n text-indent: 20px; // hide text using text-indent trick, using width value (it's enough)\n white-space: nowrap;\n overflow: hidden;\n background-color: transparent;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: 75% 75%;\n opacity: .5;\n\n &:hover {\n opacity: 1;\n }\n\n &.is-disabled {\n cursor: default;\n opacity: .2;\n }\n}\n\n.pika-prev,\n.is-rtl .pika-next {\n float: left;\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');\n}\n\n.pika-next,\n.is-rtl .pika-prev {\n float: right;\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');\n}\n\n.pika-select {\n display: inline-block;\n}\n\n.pika-table {\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0;\n border: 0;\n\n th,\n td {\n width: 14.285714285714286%;\n padding: 0;\n }\n\n th {\n color: $pd-th-color;\n font-size: 12px;\n line-height: 25px;\n font-weight: bold;\n text-align: center;\n }\n\n abbr {\n border-bottom: none;\n cursor: help;\n }\n}\n\n.pika-button {\n cursor: pointer;\n display: block;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n outline: none;\n border: 0;\n margin: 0;\n width: 100%;\n padding: 5px;\n color: $pd-day-color;\n font-size: 12px;\n line-height: 15px;\n text-align: right;\n background: $pd-day-bg;\n height: initial;\n\n .has-event & {\n color: $pd-event-color;\n background: $pd-event-bg;\n }\n\n .is-today & {\n color: $pd-day-today-color;\n font-weight: bold;\n }\n\n .is-selected & {\n color: $pd-day-selected-color;\n font-weight: bold;\n background: $pd-day-selected-bg;\n box-shadow: inset 0 1px 3px $pd-day-selected-shadow;\n border-radius: $pd-border-radius;\n }\n\n .is-disabled &,\n .is-outside-current-month & {\n color: $pd-day-disabled-color;\n opacity: .3;\n }\n\n .is-disabled & {\n pointer-events: none;\n cursor: default;\n }\n\n &:hover {\n color: $pd-day-hover-color;\n background: $pd-day-hover-bg;\n box-shadow: none;\n border-radius: $pd-border-radius;\n }\n\n .is-selection-disabled {\n pointer-events: none;\n cursor: default;\n }\n}\n\n.pika-week {\n font-size: 11px;\n color: $pd-week-color;\n}\n\n.is-inrange .pika-button {\n color: $pd-inrange-color;\n background: $pd-inrange-bg;\n}\n\n.is-startrange .pika-button {\n color: $pd-startrange-color;\n background: $pd-startrange-bg;\n box-shadow: none;\n border-radius: $pd-border-radius;\n}\n\n.is-endrange .pika-button {\n color: $pd-endrange-color;\n background: $pd-endrange-bg;\n box-shadow: none;\n border-radius: $pd-border-radius;\n}\n","html\n background: $gallery-gray\n font-family: $helvetica-neue\n font-weight: normal\n min-height: 100vh\n\n body\n min-height: 100vh\n\n a\n text-decoration: none\n\n .torch-container\n margin: 0 auto\n padding-right: 15px\n padding-left: 15px\n","$helvetica-neue: \"Helvetica Neue\",Helvetica,Arial,sans-serif","%h3-text\n font-size: 16px\n font-weight: bold\n font-family: $helvetica-neue\n\n%h3-gray-text\n @extend %h3-text\n color: $dark-gray","$white: #FFFFFF\n$gallery-gray: #EEEEEE\n$alabaster-gray: #FAFAFA\n$dark-gray: #666666\n$ir-red: #e73536\n$green: #70ca63\n$orange: #f6bb42\n$warning-red: #e9573f\n$blue: #4a89dc\n","%base-button-styles\n transition: all 250ms ease-in-out\n font-family: $helvetica-neue\n font-size: 14px\n padding: 9px 12px\n cursor: pointer\n background-color: $gallery-gray\n color: $dark-gray\n border: 1px solid transparent\n text-transform: capitalize\n\n%default-button\n @extend %base-button-styles\n border-color: rgba(0, 0, 0, 0.1)\n\n &:hover\n background-color: darken($gallery-gray, 15%)\n\n%red-button\n @extend %base-button-styles\n background-color: $ir-red\n color: $white\n\n &:hover\n background-color: darken($ir-red, 15%)\n\n%add-button\n &:before\n content: \"+\"\n display: inline-block\n font-size: 20px\n line-height: 10px\n font-weight: bold\n margin-right: 3px\n\n\n\n\n","%select-input\n transition: all 350ms ease-in-out\n appearance: none\n outline: 0\n margin: 0\n display: block\n border: 1px solid darken($gallery-gray, 10%)\n border-radius: 0px\n padding: 9px 25px 9px 10px\n font-family: $helvetica-neue\n font-size: 14px\n background: url('../images/down-arrow.png') no-repeat 97% 50% $white\n background-size: 17px\n background-position: 94%\n color: $dark-gray\n\n &:focus,\n &:hover\n border-color: $dark-gray\n","%base-label\n color: $dark-gray\n padding: 10px 0\n font-size: 14px\n display: block\n","%text-input\n transition: all 350ms ease-in-out\n appearance: none\n outline: none\n background: none\n margin: 0\n padding: 10px\n font-family: $helvetica-neue\n font-size: 14px\n color: $dark-gray\n border: 1px solid darken($gallery-gray, 10%)\n display: block\n background-color: $white\n\n &:focus,\n &:hover\n border-color: $dark-gray\n border-width: 1px\n","section#torch-account-info\n background-color: $ir-red\n text-align: right\n\n a\n margin: 6px 0\n display: inline-block\n padding: 0 10px\n border-right: 1px solid $white\n color: $white\n font-family: $helvetica-neue\n font-size: 14px\n\n .torch-container\n a\n &:last-child\n border-right: 0px\n\n","section#torch-nav\n background-color: $alabaster-gray\n\n .torch-container\n display: flex\n\n .torch-logo\n padding: 6px 0px\n\n a\n display: flex\n\n h3\n color: $ir-red\n font-family: $helvetica-neue\n text-transform: uppercase\n font-size: 18px\n font-weight: bold\n margin: 15px 10px\n\n &:before\n content: \" \"\n display: block\n background-image: url(\"../images/torch-logo.png\")\n width: 50px\n height: 50px\n background-size: contain\n background-repeat: no-repeat\n\n .torch-nav\n display: flex\n\n a\n display: block\n font-size: 16px\n padding: 22px 10px 19px 10px\n border-bottom: 3px solid transparent\n color: lighten($dark-gray, 25%)\n\n &:hover\n color: $dark-gray\n\n &.active\n border-color: $ir_red\n color: $dark-gray\n","section#torch-table\n overflow-x: auto\n\n .torch-no-data\n text-transform: capitalize\n color: $dark-gray\n\n table\n color: $dark-gray\n font-size: 14px\n font-family: $helvetica-neue\n width: 100%\n background-color: $white\n\n th\n border-top: 1px solid $gallery-gray\n border-bottom: 1px solid $gallery-gray\n background-color: $alabaster-gray\n padding: 0\n color: $dark-gray\n vertical-align: middle\n\n &:hover\n background-color: darken($alabaster-gray, 15%)\n\n &:first-child\n border-left: 1px solid $gallery-gray\n\n &:last-child\n border-right: 1px solid $gallery-gray\n\n .caret\n border-left: 5px solid transparent\n border-right: 5px solid transparent\n display: inline-block\n height: 0\n margin-left: 5px\n margin-top: 5px\n position: absolute\n right: 10px\n top: 12px\n width: 0\n\n a,\n span:not(.caret)\n position: relative\n text-decoration: none\n color: $dark-gray\n padding: 12px 10px\n display: block\n\n a.active.desc\n .caret\n border-top: 5px solid $dark-gray\n\n a.active.asc\n .caret\n border-bottom: 5px solid $dark-gray\n\n td\n overflow: hidden\n text-overflow: ellipsis\n border-top: 1px solid $gallery-gray\n border-bottom: 1px solid $gallery-gray\n vertical-align: middle\n padding: 15px 10px\n max-width: 300px\n\n &:first-child\n border-left: 1px solid $gallery-gray\n\n &:last-child\n border-right: 1px solid $gallery-gray\n\n a\n color: $ir-red\n text-decoration: none\n\n img\n max-height: 30px\n max-width: 30px\n\n button\n @extend %red-button\n","section#torch-toolbar\n .torch-container\n display: flex\n justify-content: flex-end\n\n a\n @extend %default-button\n margin-right: 20px\n\n &:last-child\n margin-right: 0px","section#torch-filters\n background-color: $alabaster-gray\n padding: 20px\n\n h3\n @extend %h3-gray-text\n text-transform: capitalize\n\n hr\n appearance: none\n border: none\n border-bottom: 1px solid darken($gallery-gray, 10%)\n margin: 20px 0 10px\n\n .field\n display: flex\n flex-wrap: wrap\n\n label\n @extend %base-label\n flex: 1\n flex-basis: 100%\n\n select\n @extend %select-input\n flex: 1\n margin-right: 20px\n max-width: 30%\n\n input[type=\"number\"]\n @extend %text-input\n flex: 3\n\n input[type=\"text\"]\n @extend %text-input\n flex: 3\n\n &.datepicker\n width: calc(50% - 10px)\n\n &.start\n margin-right: 20px\n\n button\n @extend %default-button\n margin-top: 10px\n\n a\n margin-left: 20px\n color: $ir-red\n","section#torch-pagination\n ul\n display: flex\n\n li\n a\n display: block\n padding: 10px 15px\n color: $ir-red\n text-decoration: none\n background-color: $white\n border: 1px solid $gallery-gray\n margin-left: -1px\n\n &:hover\n background-color: $alabaster-gray\n\n &.active\n background-color: $ir-red\n color: $white\n\n &:first-child\n a\n margin-left: 0px\n\n\n\n","section#torch-header-and-content\n .header\n background-color: $alabaster-gray\n padding: 15px 20px\n border-top: 4px solid $ir-red\n border-radius: 3px\n border-bottom: 1px solid $gallery-gray\n\n h3\n @extend %h3-gray-text\n\n ul\n padding: 20px\n background-color: $white\n\n\n li\n display: flex\n padding: 10px 0\n\n .torch-show-label\n width: 20%\n text-align: center\n\n .torch-show-data\n width: 80%\n\n\n","form#torch-form\n background-color: $white\n display: flex\n padding: 20px\n\n .torch-form-error\n background-color: $orange\n color: $white\n margin-bottom: 20px\n padding: 5px\n text-align: center\n\n .torch-form-group\n align-items: center\n display: flex\n flex-wrap: wrap\n margin-bottom: 20px\n\n label\n display: flex\n align-items: center\n justify-content: flex-end\n font-size: 15px\n font-family: $helvetica-neue\n color: $dark-gray\n flex: 1\n text-align: right\n margin-right: 20px\n\n input[type=\"text\"],\n input[type=\"password\"],\n textarea\n @extend %text-input\n flex: 1\n\n input[type=\"number\"],\n input[type=\"datetime-local\"]\n @extend %text-input\n\n select\n @extend %select-input\n\n .help-block\n margin-left: calc(30% + 12px)\n width: 70%\n text-transform: capitalize\n color: $orange\n font-size: 14px\n\n .torch-form-group-input\n align-items: center\n display: flex\n flex: 3\n flex-wrap: wrap\n\n select:first-child\n margin-left: 0\n\n select\n margin-right: 0.5em\n margin-left: 0.5em\n\n .form-field-error\n border: 1px solid red !important\n\n .invalid-feedback\n flex: 1\n margin-left: 1rem\n color: red\n\n .torch-submit-form\n display: flex\n justify-content: flex-end\n\n .torch-submit-button\n @extend %red-button\n",".torch-panel\n border: 2px solid $gallery-gray\n padding: 25px\n flex: 1\n\n legend\n @extend %h3-gray-text\n padding: 0 6px\n",".torch-datepicker\n .is-today\n &:not(.is-selected)\n .pika-button\n color: $ir-red\n\n .pika-button\n &:hover\n background: $ir-red\n color: $white !important\n\n .is-selected\n .pika-button\n background: $ir-red\n box-shadow: none\n\n &:hover\n background: $ir-red","section#torch-flash-messages\n margin-bottom: 20px\n\n .torch-flash\n padding: 8px\n text-align: center\n color: $white\n\n &.error\n background-color: $orange\n\n &.info\n background-color: $blue\n\n &.success\n background-color: $green\n\n .torch-flash-close\n appearance: none\n background-color: inherit\n border: 1px solid $white\n color: $white\n border-radius: 50%\n width: 22px\n height: 22px\n cursor: pointer\n\n &:focus\n outline: none","body.torch-index\n section#torch-nav\n margin-bottom: 20px\n\n section#torch-toolbar\n margin-bottom: 20px\n\n section#torch-index-content\n .torch-container\n display: flex\n\n section#torch-filters\n flex: 1\n margin-left: 35px\n order: 2\n\n section#torch-table\n flex: 3\n order: 1\n width: 70%\n\n table\n margin-bottom: 20px\n\n th\n text-align: left\n\n th:last-child\n text-align: right\n\n .torch-actions\n text-align: right\n\n section#torch-pagination\n display: flex\n justify-content: center\n margin-bottom: 20px\n","body.torch-show\n header\n margin-bottom: 20px\n\n section#torch-toolbar\n margin-bottom: 20px\n\n .torch-container header\n margin-bottom: 0\n\n .torch-show-details\n padding: 20px\n background-color: $white\n\n .torch-show-attribute\n display: flex\n padding: 0.5rem 0\n\n .torch-show-label\n border-right: 1px solid $dark-gray\n flex: 1\n margin-right: 1rem\n padding-right: 1rem\n text-align: right\n\n .torch-show-data\n flex: 4\n","body.torch-edit,\nbody.torch-update\n header\n margin-bottom: 20px\n\n section#torch-toolbar\n margin-bottom: 20px","body.torch-new,\nbody.torch-create\n header\n margin-bottom: 20px\n\n section#torch-toolbar\n margin-bottom: 20px"],"names":[],"version":3,"file":"theme.css.map"}