diff --git a/admin-dev/themes/default/css/admin-mail.css b/admin-dev/themes/default/css/admin-mail.css new file mode 100644 index 000000000..34f24e692 --- /dev/null +++ b/admin-dev/themes/default/css/admin-mail.css @@ -0,0 +1,2627 @@ +/*! + * Bootstrap v3.0.0 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + */ +/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ +/* line 22, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { + display: block; } + +/* line 32, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +audio, canvas, video { + display: inline-block; } + +/* line 41, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +audio:not([controls]) { + display: none; + height: 0; } + +/* line 50, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +[hidden] { + display: none; } + +/* line 64, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; } + +/* line 74, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +body { + margin: 0; } + +/* line 86, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +a:focus { + outline: thin dotted; } + +/* line 95, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +a:active, a:hover { + outline: 0; } + +/* line 108, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +h1 { + font-size: 2em; + margin: 0.67em 0; } + +/* line 117, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +abbr[title] { + border-bottom: 1px dotted; } + +/* line 126, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +b, strong { + font-weight: bold; } + +/* line 134, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +dfn { + font-style: italic; } + +/* line 142, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; } + +/* line 152, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +mark { + background: #ff0; + color: #000; } + +/* line 164, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +code, kbd, pre, samp { + font-family: monospace, serif; + font-size: 1em; } + +/* line 173, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +pre { + white-space: pre-wrap; } + +/* line 181, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +q { + quotes: "\201C" "\201D" "\2018" "\2019"; } + +/* line 189, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +small { + font-size: 80%; } + +/* line 198, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } + +/* line 205, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +sup { + top: -0.5em; } + +/* line 209, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +sub { + bottom: -0.25em; } + +/* line 221, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +img { + border: 0; } + +/* line 229, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +svg:not(:root) { + overflow: hidden; } + +/* line 241, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +figure { + margin: 0; } + +/* line 253, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } + +/* line 264, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +legend { + border: 0; + padding: 0; } + +/* line 278, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +button, input, select, textarea { + font-family: inherit; + font-size: 100%; + margin: 0; } + +/* line 290, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +button, input { + line-height: normal; } + +/* line 302, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +button, select { + text-transform: none; } + +/* line 317, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +button, html input[type="button"], input[type="reset"], input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; } + +/* line 327, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +button[disabled], html input[disabled] { + cursor: default; } + +/* line 337, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +input[type="checkbox"], input[type="radio"] { + box-sizing: border-box; + padding: 0; } + +/* line 348, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +input[type="search"] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; } + +/* line 361, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + +/* line 370, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +button::-moz-focus-inner, input::-moz-focus-inner { + border: 0; + padding: 0; } + +/* line 380, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +textarea { + overflow: auto; + vertical-align: top; } + +/* line 393, ../bower_components/sass-bootstrap/lib/_normalize.scss */ +table { + border-collapse: collapse; + border-spacing: 0; } + +/* line 10, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +*, *:before, *:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +/* line 17, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +html { + font-size: 62.5%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +/* line 22, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +body { + font-family: "Open Sans", Helvetica, Arial, sans-serif; + font-size: 12px; + line-height: 1.42857; + color: #555555; + background-color: #515561; } + +/* line 34, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +input, button, select, textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; } + +/* line 47, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +button, input, select[multiple], textarea { + background-image: none; } + +/* line 54, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +a { + color: #1ba6e5; + text-decoration: none; } +/* line 59, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +a:hover, a:focus { + color: #1275a1; + text-decoration: underline; } +/* line 64, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +a:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +/* line 72, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +img { + vertical-align: middle; } + +/* line 77, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +.img-responsive { + display: block; + max-width: 100%; + height: auto; } + +/* line 82, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +.img-rounded { + border-radius: 6px; } + +/* line 89, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +.img-thumbnail, .thumbnail { + padding: 4px; + line-height: 1.42857; + background-color: #515561; + border: 1px solid #dddddd; + border-radius: 3px; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + display: inline-block; + max-width: 100%; + height: auto; } + +/* line 102, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +.img-circle { + border-radius: 50%; } + +/* line 109, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +hr { + margin-top: 17px; + margin-bottom: 17px; + border: 0; + border-top: 1px solid #eeeeee; } + +/* line 121, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */ +.sr-only { + position: absolute; + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; + clip: rect(0 0 0 0); + border: 0; } + +/* line 9, ../bower_components/sass-bootstrap/lib/_type.scss */ +p { + margin: 0 0 8.5px; } + +/* line 12, ../bower_components/sass-bootstrap/lib/_type.scss */ +.lead { + margin-bottom: 17px; + font-size: 13.8px; + font-weight: 200; + line-height: 1.4; } +@media (min-width: 768px) { + /* line 12, ../bower_components/sass-bootstrap/lib/_type.scss */ + .lead { + font-size: 18px; } } + +/* line 28, ../bower_components/sass-bootstrap/lib/_type.scss */ +small { + font-size: 85%; } + +/* line 31, ../bower_components/sass-bootstrap/lib/_type.scss */ +cite { + font-style: normal; } + +/* line 34, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-muted { + color: #999999; } + +/* line 35, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-primary { + color: #1ba6e5; } + +/* line 36, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-warning { + color: #c09853; } + +/* line 37, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-danger { + color: #b94a48; } + +/* line 38, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-success { + color: #468847; } + +/* line 39, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-info { + color: #3a87ad; } + +/* line 42, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-left { + text-align: left; } + +/* line 43, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-right { + text-align: right; } + +/* line 44, ../bower_components/sass-bootstrap/lib/_type.scss */ +.text-center { + text-align: center; } + +/* line 51, ../bower_components/sass-bootstrap/lib/_type.scss */ +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + font-family: "Ubuntu", sans-serif; + font-weight: 300; + line-height: 1.1; } +/* line 55, ../bower_components/sass-bootstrap/lib/_type.scss */ +h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { + font-weight: normal; + line-height: 1; + color: #999999; } + +/* line 64, ../bower_components/sass-bootstrap/lib/_type.scss */ +h1, h2, h3 { + margin-top: 17px; + margin-bottom: 8.5px; } + +/* line 70, ../bower_components/sass-bootstrap/lib/_type.scss */ +h4, h5, h6 { + margin-top: 8.5px; + margin-bottom: 8.5px; } + +/* line 75, ../bower_components/sass-bootstrap/lib/_type.scss */ +h1, .h1 { + font-size: 31px; } + +/* line 76, ../bower_components/sass-bootstrap/lib/_type.scss */ +h2, .h2 { + font-size: 25px; } + +/* line 77, ../bower_components/sass-bootstrap/lib/_type.scss */ +h3, .h3 { + font-size: 21px; } + +/* line 78, ../bower_components/sass-bootstrap/lib/_type.scss */ +h4, .h4 { + font-size: 15px; } + +/* line 79, ../bower_components/sass-bootstrap/lib/_type.scss */ +h5, .h5 { + font-size: 12px; } + +/* line 80, ../bower_components/sass-bootstrap/lib/_type.scss */ +h6, .h6 { + font-size: 11px; } + +/* line 82, ../bower_components/sass-bootstrap/lib/_type.scss */ +h1 small, .h1 small { + font-size: 21px; } + +/* line 83, ../bower_components/sass-bootstrap/lib/_type.scss */ +h2 small, .h2 small { + font-size: 15px; } + +/* line 85, ../bower_components/sass-bootstrap/lib/_type.scss */ +h3 small, .h3 small, h4 small, .h4 small { + font-size: 12px; } + +/* line 91, ../bower_components/sass-bootstrap/lib/_type.scss */ +.page-header { + padding-bottom: 7.5px; + margin: 34px 0 17px; + border-bottom: 1px solid #eeeeee; } + +/* line 104, ../bower_components/sass-bootstrap/lib/_type.scss */ +ul, ol { + margin-top: 0; + margin-bottom: 8.5px; } +/* line 108, ../bower_components/sass-bootstrap/lib/_type.scss */ +ul ul, ul ol, ol ul, ol ol { + margin-bottom: 0; } + +/* line 116, ../bower_components/sass-bootstrap/lib/_type.scss */ +.list-unstyled, .list-inline { + padding-left: 0; + list-style: none; } + +/* line 123, ../bower_components/sass-bootstrap/lib/_type.scss */ +.list-inline > li { + display: inline-block; + padding-left: 5px; + padding-right: 5px; } + +/* line 131, ../bower_components/sass-bootstrap/lib/_type.scss */ +dl { + margin-bottom: 17px; } + +/* line 135, ../bower_components/sass-bootstrap/lib/_type.scss */ +dt, dd { + line-height: 1.42857; } + +/* line 138, ../bower_components/sass-bootstrap/lib/_type.scss */ +dt { + font-weight: bold; } + +/* line 141, ../bower_components/sass-bootstrap/lib/_type.scss */ +dd { + margin-left: 0; } + +@media (min-width: 768px) { + /* line 152, ../bower_components/sass-bootstrap/lib/_type.scss */ + .dl-horizontal dt { + float: left; + width: 160px; + clear: left; + text-align: right; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + /* line 159, ../bower_components/sass-bootstrap/lib/_type.scss */ + .dl-horizontal dd { + margin-left: 180px; } + /* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .dl-horizontal dd:before, .dl-horizontal dd:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ } + /* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .dl-horizontal dd:after { + clear: both; } } +/* line 172, ../bower_components/sass-bootstrap/lib/_type.scss */ +abbr[title], abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #999999; } + +/* line 176, ../bower_components/sass-bootstrap/lib/_type.scss */ +abbr.initialism { + font-size: 90%; + text-transform: uppercase; } + +/* line 182, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote { + padding: 8.5px 17px; + margin: 0 0 17px; + border-left: 5px solid #eeeeee; } +/* line 186, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote p { + font-size: 15px; + font-weight: 300; + line-height: 1.25; } +/* line 191, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote p:last-child { + margin-bottom: 0; } +/* line 194, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote small { + display: block; + line-height: 1.42857; + color: #999999; } +/* line 198, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote small:before { + content: '\2014 \00A0'; } +/* line 204, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; } +/* line 210, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote.pull-right p, blockquote.pull-right small { + text-align: right; } +/* line 214, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote.pull-right small:before { + content: ''; } +/* line 217, ../bower_components/sass-bootstrap/lib/_type.scss */ +blockquote.pull-right small:after { + content: '\00A0 \2014'; } + +/* line 228, ../bower_components/sass-bootstrap/lib/_type.scss */ +q:before, q:after, blockquote:before, blockquote:after { + content: ""; } + +/* line 233, ../bower_components/sass-bootstrap/lib/_type.scss */ +address { + display: block; + margin-bottom: 17px; + font-style: normal; + line-height: 1.42857; } + +/* line 8, ../bower_components/sass-bootstrap/lib/_code.scss */ +code, pre { + font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } + +/* line 13, ../bower_components/sass-bootstrap/lib/_code.scss */ +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + white-space: nowrap; + border-radius: 3px; } + +/* line 23, ../bower_components/sass-bootstrap/lib/_code.scss */ +pre { + display: block; + padding: 8px; + margin: 0 0 8.5px; + font-size: 11px; + line-height: 1.42857; + word-break: break-all; + word-wrap: break-word; + color: #333333; + background-color: whitesmoke; + border: 1px solid #cccccc; + border-radius: 3px; } +/* line 37, ../bower_components/sass-bootstrap/lib/_code.scss */ +pre.prettyprint { + margin-bottom: 17px; } +/* line 42, ../bower_components/sass-bootstrap/lib/_code.scss */ +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border: 0; } + +/* line 53, ../bower_components/sass-bootstrap/lib/_code.scss */ +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; } + +/* line 7, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.container { + margin-right: auto; + margin-left: auto; + padding-left: 5px; + padding-right: 5px; } +/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.container:before, .container:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ } +/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.container:after { + clear: both; } + +/* line 12, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.row { + margin-left: -5px; + margin-right: -5px; } +/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.row:before, .row:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ } +/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.row:after { + clear: both; } + +/* line 64, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + position: relative; + min-height: 1px; + padding-left: 5px; + padding-right: 5px; } + +/* line 92, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { + float: left; } + +/* line 95, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-1 { + width: 8.33333%; } + +/* line 96, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-2 { + width: 16.66667%; } + +/* line 97, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-3 { + width: 25%; } + +/* line 98, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-4 { + width: 33.33333%; } + +/* line 99, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-5 { + width: 41.66667%; } + +/* line 100, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-6 { + width: 50%; } + +/* line 101, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-7 { + width: 58.33333%; } + +/* line 102, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-8 { + width: 66.66667%; } + +/* line 103, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-9 { + width: 75%; } + +/* line 104, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-10 { + width: 83.33333%; } + +/* line 105, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-11 { + width: 91.66667%; } + +/* line 106, ../bower_components/sass-bootstrap/lib/_grid.scss */ +.col-xs-12 { + width: 100%; } + +@media (min-width: 768px) { + /* line 118, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .container { + max-width: 728px; } + + /* line 132, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 { + float: left; } + + /* line 135, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-1 { + width: 8.33333%; } + + /* line 136, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-2 { + width: 16.66667%; } + + /* line 137, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-3 { + width: 25%; } + + /* line 138, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-4 { + width: 33.33333%; } + + /* line 139, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-5 { + width: 41.66667%; } + + /* line 140, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-6 { + width: 50%; } + + /* line 141, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-7 { + width: 58.33333%; } + + /* line 142, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-8 { + width: 66.66667%; } + + /* line 143, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-9 { + width: 75%; } + + /* line 144, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-10 { + width: 83.33333%; } + + /* line 145, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-11 { + width: 91.66667%; } + + /* line 146, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-12 { + width: 100%; } + + /* line 149, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-1 { + left: 8.33333%; } + + /* line 150, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-2 { + left: 16.66667%; } + + /* line 151, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-3 { + left: 25%; } + + /* line 152, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-4 { + left: 33.33333%; } + + /* line 153, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-5 { + left: 41.66667%; } + + /* line 154, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-6 { + left: 50%; } + + /* line 155, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-7 { + left: 58.33333%; } + + /* line 156, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-8 { + left: 66.66667%; } + + /* line 157, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-9 { + left: 75%; } + + /* line 158, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-10 { + left: 83.33333%; } + + /* line 159, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-push-11 { + left: 91.66667%; } + + /* line 161, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-1 { + right: 8.33333%; } + + /* line 162, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-2 { + right: 16.66667%; } + + /* line 163, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-3 { + right: 25%; } + + /* line 164, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-4 { + right: 33.33333%; } + + /* line 165, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-5 { + right: 41.66667%; } + + /* line 166, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-6 { + right: 50%; } + + /* line 167, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-7 { + right: 58.33333%; } + + /* line 168, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-8 { + right: 66.66667%; } + + /* line 169, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-9 { + right: 75%; } + + /* line 170, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-10 { + right: 83.33333%; } + + /* line 171, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-pull-11 { + right: 91.66667%; } + + /* line 174, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-1 { + margin-left: 8.33333%; } + + /* line 175, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-2 { + margin-left: 16.66667%; } + + /* line 176, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-3 { + margin-left: 25%; } + + /* line 177, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-4 { + margin-left: 33.33333%; } + + /* line 178, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-5 { + margin-left: 41.66667%; } + + /* line 179, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-6 { + margin-left: 50%; } + + /* line 180, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-7 { + margin-left: 58.33333%; } + + /* line 181, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-8 { + margin-left: 66.66667%; } + + /* line 182, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-9 { + margin-left: 75%; } + + /* line 183, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-10 { + margin-left: 83.33333%; } + + /* line 184, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-sm-offset-11 { + margin-left: 91.66667%; } } +@media (min-width: 992px) { + /* line 196, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .container { + max-width: 940px; } + + /* line 209, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 { + float: left; } + + /* line 212, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-1 { + width: 8.33333%; } + + /* line 213, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-2 { + width: 16.66667%; } + + /* line 214, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-3 { + width: 25%; } + + /* line 215, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-4 { + width: 33.33333%; } + + /* line 216, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-5 { + width: 41.66667%; } + + /* line 217, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-6 { + width: 50%; } + + /* line 218, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-7 { + width: 58.33333%; } + + /* line 219, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-8 { + width: 66.66667%; } + + /* line 220, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-9 { + width: 75%; } + + /* line 221, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-10 { + width: 83.33333%; } + + /* line 222, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-11 { + width: 91.66667%; } + + /* line 223, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-12 { + width: 100%; } + + /* line 226, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-0 { + left: auto; } + + /* line 227, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-1 { + left: 8.33333%; } + + /* line 228, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-2 { + left: 16.66667%; } + + /* line 229, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-3 { + left: 25%; } + + /* line 230, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-4 { + left: 33.33333%; } + + /* line 231, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-5 { + left: 41.66667%; } + + /* line 232, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-6 { + left: 50%; } + + /* line 233, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-7 { + left: 58.33333%; } + + /* line 234, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-8 { + left: 66.66667%; } + + /* line 235, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-9 { + left: 75%; } + + /* line 236, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-10 { + left: 83.33333%; } + + /* line 237, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-push-11 { + left: 91.66667%; } + + /* line 239, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-0 { + right: auto; } + + /* line 240, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-1 { + right: 8.33333%; } + + /* line 241, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-2 { + right: 16.66667%; } + + /* line 242, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-3 { + right: 25%; } + + /* line 243, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-4 { + right: 33.33333%; } + + /* line 244, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-5 { + right: 41.66667%; } + + /* line 245, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-6 { + right: 50%; } + + /* line 246, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-7 { + right: 58.33333%; } + + /* line 247, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-8 { + right: 66.66667%; } + + /* line 248, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-9 { + right: 75%; } + + /* line 249, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-10 { + right: 83.33333%; } + + /* line 250, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-pull-11 { + right: 91.66667%; } + + /* line 253, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-0 { + margin-left: 0; } + + /* line 254, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-1 { + margin-left: 8.33333%; } + + /* line 255, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-2 { + margin-left: 16.66667%; } + + /* line 256, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-3 { + margin-left: 25%; } + + /* line 257, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-4 { + margin-left: 33.33333%; } + + /* line 258, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-5 { + margin-left: 41.66667%; } + + /* line 259, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-6 { + margin-left: 50%; } + + /* line 260, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-7 { + margin-left: 58.33333%; } + + /* line 261, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-8 { + margin-left: 66.66667%; } + + /* line 262, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-9 { + margin-left: 75%; } + + /* line 263, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-10 { + margin-left: 83.33333%; } + + /* line 264, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-md-offset-11 { + margin-left: 91.66667%; } } +@media (min-width: 1200px) { + /* line 276, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .container { + max-width: 1150px; } + + /* line 290, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { + float: left; } + + /* line 293, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-1 { + width: 8.33333%; } + + /* line 294, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-2 { + width: 16.66667%; } + + /* line 295, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-3 { + width: 25%; } + + /* line 296, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-4 { + width: 33.33333%; } + + /* line 297, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-5 { + width: 41.66667%; } + + /* line 298, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-6 { + width: 50%; } + + /* line 299, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-7 { + width: 58.33333%; } + + /* line 300, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-8 { + width: 66.66667%; } + + /* line 301, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-9 { + width: 75%; } + + /* line 302, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-10 { + width: 83.33333%; } + + /* line 303, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-11 { + width: 91.66667%; } + + /* line 304, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-12 { + width: 100%; } + + /* line 307, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-0 { + left: auto; } + + /* line 308, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-1 { + left: 8.33333%; } + + /* line 309, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-2 { + left: 16.66667%; } + + /* line 310, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-3 { + left: 25%; } + + /* line 311, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-4 { + left: 33.33333%; } + + /* line 312, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-5 { + left: 41.66667%; } + + /* line 313, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-6 { + left: 50%; } + + /* line 314, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-7 { + left: 58.33333%; } + + /* line 315, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-8 { + left: 66.66667%; } + + /* line 316, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-9 { + left: 75%; } + + /* line 317, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-10 { + left: 83.33333%; } + + /* line 318, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-push-11 { + left: 91.66667%; } + + /* line 320, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-0 { + right: auto; } + + /* line 321, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-1 { + right: 8.33333%; } + + /* line 322, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-2 { + right: 16.66667%; } + + /* line 323, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-3 { + right: 25%; } + + /* line 324, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-4 { + right: 33.33333%; } + + /* line 325, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-5 { + right: 41.66667%; } + + /* line 326, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-6 { + right: 50%; } + + /* line 327, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-7 { + right: 58.33333%; } + + /* line 328, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-8 { + right: 66.66667%; } + + /* line 329, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-9 { + right: 75%; } + + /* line 330, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-10 { + right: 83.33333%; } + + /* line 331, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-pull-11 { + right: 91.66667%; } + + /* line 334, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-0 { + margin-left: 0; } + + /* line 335, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-1 { + margin-left: 8.33333%; } + + /* line 336, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-2 { + margin-left: 16.66667%; } + + /* line 337, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-3 { + margin-left: 25%; } + + /* line 338, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-4 { + margin-left: 33.33333%; } + + /* line 339, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-5 { + margin-left: 41.66667%; } + + /* line 340, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-6 { + margin-left: 50%; } + + /* line 341, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-7 { + margin-left: 58.33333%; } + + /* line 342, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-8 { + margin-left: 66.66667%; } + + /* line 343, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-9 { + margin-left: 75%; } + + /* line 344, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-10 { + margin-left: 83.33333%; } + + /* line 345, ../bower_components/sass-bootstrap/lib/_grid.scss */ + .col-lg-offset-11 { + margin-left: 91.66667%; } } +/* line 6, ../bower_components/sass-bootstrap/lib/_tables.scss */ +table { + max-width: 100%; + background-color: transparent; } + +/* line 10, ../bower_components/sass-bootstrap/lib/_tables.scss */ +th { + text-align: left; } + +/* line 17, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table { + width: 100%; + margin-bottom: 17px; } +/* line 26, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td { + padding: 8px; + line-height: 1.42857; + vertical-align: top; + border-top: 1px solid #dddddd; } +/* line 35, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #dddddd; } +/* line 44, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { + border-top: 0; } +/* line 50, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table tbody + tbody { + border-top: 2px solid #dddddd; } +/* line 55, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table .table { + background-color: #515561; } + +/* line 69, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table-condensed thead > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > th, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > th, .table-condensed tfoot > tr > td { + padding: 5px; } + +/* line 81, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table-bordered { + border: 1px solid #dddddd; } +/* line 88, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { + border: 1px solid #dddddd; } +/* line 96, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { + border-bottom-width: 2px; } + +/* line 112, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; } + +/* line 128, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { + background-color: #e6e8e3; } + +/* line 140, ../bower_components/sass-bootstrap/lib/_tables.scss */ +table col[class*="col-"] { + float: none; + display: table-column; } + +/* line 147, ../bower_components/sass-bootstrap/lib/_tables.scss */ +table td[class*="col-"], table th[class*="col-"] { + float: none; + display: table-cell; } + +/* line 166, ../bower_components/sass-bootstrap/lib/_tables.scss */ +.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { + background-color: #e6e8e3; } + +/* line 384, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { + background-color: #dff0d8; + border-color: #d6e9c6; } + +/* line 395, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td { + background-color: #d0e9c6; + border-color: #c9e2b3; } + +/* line 384, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { + background-color: #f2dede; + border-color: #eed3d7; } + +/* line 395, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td { + background-color: #ebcccc; + border-color: #e6c1c7; } + +/* line 384, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { + background-color: #fcf8e3; + border-color: #fbeed5; } + +/* line 395, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td { + background-color: #faf2cc; + border-color: #f8e5be; } + +@media (max-width: 768px) { + /* line 184, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + overflow-x: scroll; + border: 1px solid #dddddd; } + /* line 192, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive > .table { + margin-bottom: 0; + background-color: #fff; } + /* line 202, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; } + /* line 210, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive > .table-bordered { + border: 0; } + /* line 219, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; } + /* line 223, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; } + /* line 229, ../bower_components/sass-bootstrap/lib/_tables.scss */ + .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; } } +/* line 10, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn { + display: inline-block; + padding: 4px 8px; + margin-bottom: 0; + font-size: 12px; + font-weight: normal; + line-height: 1.42857; + text-align: center; + vertical-align: middle; + cursor: pointer; + border: 1px solid transparent; + border-radius: 3px; + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; } +/* line 25, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } +/* line 30, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn:hover, .btn:focus { + color: #555555; + text-decoration: none; } +/* line 36, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn:active, .btn.active { + outline: 0; + background-image: none; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +/* line 44, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn.disabled, .btn[disabled], fieldset[disabled] .btn { + cursor: not-allowed; + pointer-events: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; } + +/* line 57, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-default { + color: #555555; + background-color: white; + border-color: #cccccc; } +/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { + color: #555555; + background-color: #ebebeb; + border-color: #adadad; } +/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-default.dropdown-toggle { + color: #555555; + background-color: #ebebeb; + border-color: #adadad; } +/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-default:active, .btn-default.active { + background-image: none; } +/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-default.dropdown-toggle { + background-image: none; } +/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { + background-color: white; + border-color: #cccccc; } + +/* line 60, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-primary { + color: #555555; + background-color: white; + border-color: #5cb85c; } +/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { + color: #555555; + background-color: #ebebeb; + border-color: #419641; } +/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-primary.dropdown-toggle { + color: #555555; + background-color: #ebebeb; + border-color: #419641; } +/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-primary:active, .btn-primary.active { + background-image: none; } +/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-primary.dropdown-toggle { + background-image: none; } +/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { + background-color: white; + border-color: #5cb85c; } + +/* line 64, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-warning { + color: white; + background-color: #f0ad4e; + border-color: #eea236; } +/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active { + color: white; + background-color: #ed9c28; + border-color: #d58512; } +/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-warning.dropdown-toggle { + color: white; + background-color: #ed9c28; + border-color: #d58512; } +/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-warning:active, .btn-warning.active { + background-image: none; } +/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-warning.dropdown-toggle { + background-image: none; } +/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { + background-color: #f0ad4e; + border-color: #eea236; } + +/* line 68, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-danger { + color: white; + background-color: #d9534f; + border-color: #d43f3a; } +/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active { + color: white; + background-color: #d2322d; + border-color: #ac2925; } +/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-danger.dropdown-toggle { + color: white; + background-color: #d2322d; + border-color: #ac2925; } +/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-danger:active, .btn-danger.active { + background-image: none; } +/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-danger.dropdown-toggle { + background-image: none; } +/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; } + +/* line 72, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-success { + color: white; + background-color: #5cb85c; + border-color: #4cae4c; } +/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { + color: white; + background-color: #47a447; + border-color: #398439; } +/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-success.dropdown-toggle { + color: white; + background-color: #47a447; + border-color: #398439; } +/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-success:active, .btn-success.active { + background-image: none; } +/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-success.dropdown-toggle { + background-image: none; } +/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { + background-color: #5cb85c; + border-color: #4cae4c; } + +/* line 76, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-info { + color: white; + background-color: #5bc0de; + border-color: #46b8da; } +/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { + color: white; + background-color: #39b3d7; + border-color: #269abc; } +/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-info.dropdown-toggle { + color: white; + background-color: #39b3d7; + border-color: #269abc; } +/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-info:active, .btn-info.active { + background-image: none; } +/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.open .btn-info.dropdown-toggle { + background-image: none; } +/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { + background-color: #5bc0de; + border-color: #46b8da; } + +/* line 85, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-link { + color: #1ba6e5; + font-weight: normal; + cursor: pointer; + border-radius: 0; } +/* line 94, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; } +/* line 101, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { + border-color: transparent; } +/* line 105, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-link:hover, .btn-link:focus { + color: #1275a1; + text-decoration: underline; + background-color: transparent; } +/* line 113, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { + color: #999999; + text-decoration: none; } + +/* line 124, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-lg { + padding: 10px 16px; + font-size: 15px; + line-height: 1.33; + border-radius: 6px; } + +/* line 129, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-sm, .btn-xs { + padding: 5px 10px; + font-size: 11px; + line-height: 1.5; + border-radius: 3px; } + +/* line 133, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-xs { + padding: 1px 5px; } + +/* line 141, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-block { + display: block; + width: 100%; + padding-left: 0; + padding-right: 0; } + +/* line 149, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +.btn-block + .btn-block { + margin-top: 5px; } + +/* line 157, ../bower_components/sass-bootstrap/lib/_buttons.scss */ +input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { + width: 100%; } + +/* line 5, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: white; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; } +/* line 20, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label[href]:hover, .label[href]:focus { + color: white; + text-decoration: none; + cursor: pointer; } +/* line 28, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label:empty { + display: none; } + +/* line 36, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label-default { + background-color: #999999; } +/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.label-default[href]:hover, .label-default[href]:focus { + background-color: gray; } + +/* line 40, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label-primary { + background-color: #1ba6e5; } +/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.label-primary[href]:hover, .label-primary[href]:focus { + background-color: #1585b8; } + +/* line 44, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label-success { + background-color: #5cb85c; } +/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.label-success[href]:hover, .label-success[href]:focus { + background-color: #449d44; } + +/* line 48, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label-info { + background-color: #5bc0de; } +/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.label-info[href]:hover, .label-info[href]:focus { + background-color: #31b0d5; } + +/* line 52, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label-warning { + background-color: #f0ad4e; } +/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.label-warning[href]:hover, .label-warning[href]:focus { + background-color: #ec971f; } + +/* line 56, ../bower_components/sass-bootstrap/lib/_labels.scss */ +.label-danger { + background-color: #d9534f; } +/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.label-danger[href]:hover, .label-danger[href]:focus { + background-color: #c9302c; } + +/* line 7, ../bower_components/sass-bootstrap/lib/_badges.scss */ +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 11px; + font-weight: bold; + color: white; + line-height: 1; + vertical-align: baseline; + white-space: nowrap; + text-align: center; + background-color: #999999; + border-radius: 10px; } +/* line 22, ../bower_components/sass-bootstrap/lib/_badges.scss */ +.badge:empty { + display: none; } + +/* line 30, ../bower_components/sass-bootstrap/lib/_badges.scss */ +a.badge:hover, a.badge:focus { + color: white; + text-decoration: none; + cursor: pointer; } + +/* line 38, ../bower_components/sass-bootstrap/lib/_badges.scss */ +.btn .badge { + position: relative; + top: -1px; } + +/* line 45, ../bower_components/sass-bootstrap/lib/_badges.scss */ +a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { + color: #1ba6e5; + background-color: white; } + +/* line 49, ../bower_components/sass-bootstrap/lib/_badges.scss */ +.nav-pills > li > a > .badge { + margin-left: 3px; } + +/* line 7, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */ +.thumbnail { + display: block; } +/* line 11, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */ +.thumbnail > img { + display: block; + max-width: 100%; + height: auto; } + +/* line 19, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */ +a.thumbnail:hover, a.thumbnail:focus { + border-color: #1ba6e5; } + +/* line 24, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */ +.thumbnail > img { + margin-left: auto; + margin-right: auto; } + +/* line 28, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */ +.thumbnail .caption { + padding: 9px; + color: #555555; } + +/* line 9, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert { + padding: 15px; + margin-bottom: 17px; + border: 1px solid transparent; + border-radius: 3px; } +/* line 16, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert h4 { + margin-top: 0; + color: inherit; } +/* line 22, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert .alert-link { + font-weight: bold; } +/* line 28, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert > p, .alert > ul { + margin-bottom: 0; } +/* line 31, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert > p + p { + margin-top: 5px; } + +/* line 40, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert-dismissable { + padding-right: 35px; } +/* line 44, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert-dismissable .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; } + +/* line 56, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #468847; } +/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-success hr { + border-top-color: #c9e2b3; } +/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-success .alert-link { + color: #356635; } + +/* line 59, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #3a87ad; } +/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-info hr { + border-top-color: #a6e1ec; } +/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-info .alert-link { + color: #2d6987; } + +/* line 62, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert-warning { + background-color: #fcf8e3; + border-color: #fbeed5; + color: #c09853; } +/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-warning hr { + border-top-color: #f8e5be; } +/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-warning .alert-link { + color: #a47e3c; } + +/* line 65, ../bower_components/sass-bootstrap/lib/_alerts.scss */ +.alert-danger { + background-color: #f2dede; + border-color: #eed3d7; + color: #b94a48; } +/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-danger hr { + border-top-color: #e6c1c7; } +/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.alert-danger .alert-link { + color: #953b39; } + +/* line 11, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media, .media-body { + overflow: hidden; + zoom: 1; } + +/* line 18, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media, .media .media { + margin-top: 15px; } + +/* line 21, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media:first-child { + margin-top: 0; } + +/* line 26, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media-object { + display: block; } + +/* line 31, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media-heading { + margin: 0 0 5px; } + +/* line 40, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media > .pull-left { + margin-right: 10px; } +/* line 43, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media > .pull-right { + margin-left: 10px; } + +/* line 53, ../bower_components/sass-bootstrap/lib/_media.scss */ +.media-list { + padding-left: 0; + list-style: none; } + +/* line 7, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel { + margin-bottom: 17px; + background-color: white; + border: 1px solid transparent; + border-radius: 3px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } + +/* line 16, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-body { + padding: 15px; } +/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-body:before, .panel-body:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ } +/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-body:after { + clear: both; } + +/* line 28, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel > .list-group { + margin-bottom: 0; } +/* line 31, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel > .list-group .list-group-item { + border-width: 1px 0; } +/* line 35, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel > .list-group .list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; } +/* line 39, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel > .list-group .list-group-item:last-child { + border-bottom: 0; } + +/* line 47, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; } + +/* line 59, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel > .table { + margin-bottom: 0; } +/* line 62, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel > .panel-body + .table { + border-top: 1px solid #dddddd; } + +/* line 69, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } + +/* line 76, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 14px; } +/* line 80, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-title > a { + color: inherit; } + +/* line 86, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-footer { + padding: 10px 15px; + background-color: whitesmoke; + border-top: 1px solid #dddddd; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } + +/* line 101, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-group .panel { + margin-bottom: 0; + border-radius: 3px; + overflow: hidden; } +/* line 105, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-group .panel + .panel { + margin-top: 5px; } +/* line 110, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-group .panel-heading { + border-bottom: 0; } +/* line 112, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-group .panel-heading + .panel-collapse .panel-body { + border-top: 1px solid #dddddd; } +/* line 116, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-group .panel-footer { + border-top: 0; } +/* line 118, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #dddddd; } + +/* line 131, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-default { + border-color: #dddddd; } +/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-default > .panel-heading { + color: #333333; + background-color: whitesmoke; + border-color: #dddddd; } +/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-default > .panel-heading + .panel-collapse .panel-body { + border-top-color: #dddddd; } +/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-default > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #dddddd; } + +/* line 134, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-primary { + border-color: #1ba6e5; } +/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-primary > .panel-heading { + color: white; + background-color: #1ba6e5; + border-color: #1ba6e5; } +/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #1ba6e5; } +/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #1ba6e5; } + +/* line 137, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-success { + border-color: #d6e9c6; } +/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-success > .panel-heading { + color: #468847; + background-color: #dff0d8; + border-color: #d6e9c6; } +/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-success > .panel-heading + .panel-collapse .panel-body { + border-top-color: #d6e9c6; } +/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-success > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #d6e9c6; } + +/* line 140, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-warning { + border-color: #fbeed5; } +/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-warning > .panel-heading { + color: #c09853; + background-color: #fcf8e3; + border-color: #fbeed5; } +/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-warning > .panel-heading + .panel-collapse .panel-body { + border-top-color: #fbeed5; } +/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-warning > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #fbeed5; } + +/* line 143, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-danger { + border-color: #eed3d7; } +/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-danger > .panel-heading { + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; } +/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-danger > .panel-heading + .panel-collapse .panel-body { + border-top-color: #eed3d7; } +/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-danger > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #eed3d7; } + +/* line 146, ../bower_components/sass-bootstrap/lib/_panels.scss */ +.panel-info { + border-color: #bce8f1; } +/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-info > .panel-heading { + color: #3a87ad; + background-color: #d9edf7; + border-color: #bce8f1; } +/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-info > .panel-heading + .panel-collapse .panel-body { + border-top-color: #bce8f1; } +/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.panel-info > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #bce8f1; } + +/* line 7, ../bower_components/sass-bootstrap/lib/_wells.scss */ +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #ebebeb; + border: 1px solid #d9d9d9; + border-radius: 3px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +/* line 15, ../bower_components/sass-bootstrap/lib/_wells.scss */ +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); } + +/* line 22, ../bower_components/sass-bootstrap/lib/_wells.scss */ +.well-lg { + padding: 24px; + border-radius: 6px; } + +/* line 26, ../bower_components/sass-bootstrap/lib/_wells.scss */ +.well-sm { + padding: 9px; + border-radius: 3px; } + +/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.clearfix:before, .clearfix:after { + content: " "; + /* 1 */ + display: table; + /* 2 */ } +/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.clearfix:after { + clear: both; } + +/* line 12, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.pull-right { + float: right !important; } + +/* line 15, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.pull-left { + float: left !important; } + +/* line 23, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.hide { + display: none !important; } + +/* line 26, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.show { + display: block !important; } + +/* line 29, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.invisible { + visibility: hidden; } + +/* line 32, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; } + +/* line 40, ../bower_components/sass-bootstrap/lib/_utilities.scss */ +.affix { + position: fixed; } + +@-ms-viewport { + width: device-width; } + +@media screen and (max-width: 400px) { + @-ms-viewport { + width: 320px; } } +/* line 31, ../bower_components/sass-bootstrap/lib/_responsive-utilities.scss */ +.hidden { + display: none !important; + visibility: hidden !important; } + +/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.visible-xs { + display: none !important; } + +/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.visible-xs { + display: none !important; } + +/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.visible-xs, td.visible-xs { + display: none !important; } + +@media (max-width: 767px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-xs { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-xs { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-xs, td.visible-xs { + display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-xs.visible-sm { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-xs.visible-sm { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-xs.visible-sm, td.visible-xs.visible-sm { + display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-xs.visible-md { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-xs.visible-md { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-xs.visible-md, td.visible-xs.visible-md { + display: table-cell !important; } } +@media (min-width: 1200px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-xs.visible-lg { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-xs.visible-lg { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-xs.visible-lg, td.visible-xs.visible-lg { + display: table-cell !important; } } +/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.visible-sm { + display: none !important; } + +/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.visible-sm { + display: none !important; } + +/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.visible-sm, td.visible-sm { + display: none !important; } + +@media (max-width: 767px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-sm.visible-xs { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-sm.visible-xs { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-sm.visible-xs, td.visible-sm.visible-xs { + display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-sm { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-sm { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-sm, td.visible-sm { + display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-sm.visible-md { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-sm.visible-md { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-sm.visible-md, td.visible-sm.visible-md { + display: table-cell !important; } } +@media (min-width: 1200px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-sm.visible-lg { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-sm.visible-lg { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-sm.visible-lg, td.visible-sm.visible-lg { + display: table-cell !important; } } +/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.visible-md { + display: none !important; } + +/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.visible-md { + display: none !important; } + +/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.visible-md, td.visible-md { + display: none !important; } + +@media (max-width: 767px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-md.visible-xs { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-md.visible-xs { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-md.visible-xs, td.visible-md.visible-xs { + display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-md.visible-sm { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-md.visible-sm { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-md.visible-sm, td.visible-md.visible-sm { + display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-md { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-md { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-md, td.visible-md { + display: table-cell !important; } } +@media (min-width: 1200px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-md.visible-lg { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-md.visible-lg { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-md.visible-lg, td.visible-md.visible-lg { + display: table-cell !important; } } +/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.visible-lg { + display: none !important; } + +/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.visible-lg { + display: none !important; } + +/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.visible-lg, td.visible-lg { + display: none !important; } + +@media (max-width: 767px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-lg.visible-xs { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-lg.visible-xs { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-lg.visible-xs, td.visible-lg.visible-xs { + display: table-cell !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-lg.visible-sm { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-lg.visible-sm { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-lg.visible-sm, td.visible-lg.visible-sm { + display: table-cell !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-lg.visible-md { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-lg.visible-md { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-lg.visible-md, td.visible-lg.visible-md { + display: table-cell !important; } } +@media (min-width: 1200px) { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-lg { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-lg { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-lg, td.visible-lg { + display: table-cell !important; } } +/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.hidden-xs { + display: block !important; } + +/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.hidden-xs { + display: table-row !important; } + +/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.hidden-xs, td.hidden-xs { + display: table-cell !important; } + +@media (max-width: 767px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-xs { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-xs { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-xs, td.hidden-xs { + display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-xs.hidden-sm { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-xs.hidden-sm { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { + display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-xs.hidden-md { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-xs.hidden-md { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { + display: none !important; } } +@media (min-width: 1200px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-xs.hidden-lg { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-xs.hidden-lg { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { + display: none !important; } } +/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.hidden-sm { + display: block !important; } + +/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.hidden-sm { + display: table-row !important; } + +/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.hidden-sm, td.hidden-sm { + display: table-cell !important; } + +@media (max-width: 767px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-sm.hidden-xs { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-sm.hidden-xs { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { + display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-sm { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-sm { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-sm, td.hidden-sm { + display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-sm.hidden-md { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-sm.hidden-md { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { + display: none !important; } } +@media (min-width: 1200px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-sm.hidden-lg { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-sm.hidden-lg { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { + display: none !important; } } +/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.hidden-md { + display: block !important; } + +/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.hidden-md { + display: table-row !important; } + +/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.hidden-md, td.hidden-md { + display: table-cell !important; } + +@media (max-width: 767px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-md.hidden-xs { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-md.hidden-xs { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { + display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-md.hidden-sm { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-md.hidden-sm { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { + display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-md { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-md { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-md, td.hidden-md { + display: none !important; } } +@media (min-width: 1200px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-md.hidden-lg { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-md.hidden-lg { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { + display: none !important; } } +/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.hidden-lg { + display: block !important; } + +/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.hidden-lg { + display: table-row !important; } + +/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.hidden-lg, td.hidden-lg { + display: table-cell !important; } + +@media (max-width: 767px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-lg.hidden-xs { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-lg.hidden-xs { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { + display: none !important; } } +@media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-lg.hidden-sm { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-lg.hidden-sm { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { + display: none !important; } } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-lg.hidden-md { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-lg.hidden-md { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { + display: none !important; } } +@media (min-width: 1200px) { + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-lg { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-lg { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-lg, td.hidden-lg { + display: none !important; } } +/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +.visible-print { + display: none !important; } + +/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +tr.visible-print { + display: none !important; } + +/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ +th.visible-print, td.visible-print { + display: none !important; } + +@media print { + /* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .visible-print { + display: block !important; } + + /* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.visible-print { + display: table-row !important; } + + /* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.visible-print, td.visible-print { + display: table-cell !important; } + + /* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + .hidden-print { + display: none !important; } + + /* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + tr.hidden-print { + display: none !important; } + + /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ + th.hidden-print, td.hidden-print { + display: none !important; } } +/* line 1, admin-theme/_email.scss */ +#idtest { + background-color: red; } diff --git a/admin-dev/themes/default/css/admin-mail.sass b/admin-dev/themes/default/css/admin-mail.sass new file mode 100755 index 000000000..05ab2d88c --- /dev/null +++ b/admin-dev/themes/default/css/admin-mail.sass @@ -0,0 +1,5 @@ +@import "compass" +@import "admin-theme/admin-email-colors" +@import "admin-theme/_bootstrap-variables" +@import "admin-theme/_bootstrap-email-init" +@import "admin-theme/_email" \ No newline at end of file diff --git a/admin-dev/themes/default/css/admin-theme/_admin-email-colors.sass b/admin-dev/themes/default/css/admin-theme/_admin-email-colors.sass new file mode 100644 index 000000000..01c78d0fe --- /dev/null +++ b/admin-dev/themes/default/css/admin-theme/_admin-email-colors.sass @@ -0,0 +1,76 @@ +//light +//$main-color: #F7F7F7 +//$main-color: #DBD8CF //sable +//$main-color: #CFD7DD //bleu +//$main-color: #E0E0E0 //gris +//$main-color: #D7D6DE //violet +//$main-color: #F1F8FE //theme wordpress + +//dark +//$main-color: #272A31 //bleu PrestaShop +//$main-color: #3D3D3D //gris +$main-color: #515561 //gris bleu clair +//$main-color: #4D4645 //taupe +//$main-color: #272822 //gris vert +//$main-color: #313A45 //gris bleu +//$main-color: #7B8676 +//$main-color: #443A42 //violet +//$main-color: #373E35 //vert camo +//$main-color: #262C3F //bleu nuit - pretty sure that a girl could do better naming the colors, sorry about that... +//$main-color: #8C8574 +//$main-color: #3A3A4A + +//$secondary-color: white //blanc +//$secondary-color: #F5792B //orange +//$secondary-color: #81A98C //vert d'eau +//$secondary-color: #1EAEC0 //bleu +//$secondary-color: #00C3C1 //turquoise +//$secondary-color: #97C885 //vert menthe +//$secondary-color: #4691D2 //bleu ciel +//$secondary-color: #814C76 //violet +//$secondary-color: #FE635F //saumon +//$secondary-color: #FFB4B8 //rose +//$secondary-color: #F2B100 //moutarde +//$secondary-color: #F6A88A //abricot +//$secondary-color: #937976 //taupe clair +//$secondary-color: #60C276 //vert +$secondary-color: #8FC04D //vert pomme +//$secondary-color: #6992AF //theme wordpress +//$secondary-color: #8BC954 //vert PrestaShop +//$secondary-color: #AB7073 +//$secondary-color: black + +$brand-primary: #1BA6E5 +//$brand-primary: #1BA6E5 + +//some tests +//$secondary-color: #79C09D +//$secondary-color: invert($main-color) +//$secondary-color: lighten(invert($main-color),20%) +//$secondary-color: adjust-hue($main-color, 80%) +//$hue: hue(adjust-hue($main-color, 80%)) +//$secondary-color: hsl($hue, 50%, 50%) //Creates a Color from hue, saturation, and lightness values +//$secondary-color: #00A89C + +//dark and light, love and war, fire and ice, etc... +$contrasted-dark-default: #333 +$contrasted-light-default: white +$contrasted-lightness-threshold: 10% //30% default + +//50 shades of gray +//$bg-content-color: #F8F9FB //bleu gris clair +//$bg-content-color: #F8FBF8 //vert gris clair +//$bg-content-color: #F8F4E3 //gris foncé +//$bg-content-color: #F6F6F6 //gris +$bg-content-color: #F8F8F8 //gris + +//heading +//$bg-header-color: darken($secondary-color,20%) +$bg-header-color: #242424 +$bg-footer-color: #242424 +$bg-page-head-color : $secondary-color +$bg-panel-heading-color: hsl(hue($secondary-color), 10, 90) + +//others +$badge-notif-color: #8BC954 +$icon-color: #87C795 \ No newline at end of file diff --git a/admin-dev/themes/default/css/admin-theme/_bootstrap-email-init.scss b/admin-dev/themes/default/css/admin-theme/_bootstrap-email-init.scss new file mode 100644 index 000000000..a12aafd8d --- /dev/null +++ b/admin-dev/themes/default/css/admin-theme/_bootstrap-email-init.scss @@ -0,0 +1,54 @@ +/*! + * Bootstrap v3.0.0 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + */ + +// Core variables and mixins +@import "../bower_components/sass-bootstrap/lib/variables"; +@import "../bower_components/sass-bootstrap/lib/mixins"; + +// Reset +@import "../bower_components/sass-bootstrap/lib/normalize"; +//@import "../bower_components/sass-bootstrap/lib/print"; + +// Core CSS +@import "../bower_components/sass-bootstrap/lib/scaffolding"; +@import "../bower_components/sass-bootstrap/lib/type"; +@import "../bower_components/sass-bootstrap/lib/code"; +@import "../bower_components/sass-bootstrap/lib/grid"; +@import "../bower_components/sass-bootstrap/lib/tables"; +//@import "../bower_components/sass-bootstrap/lib/forms"; +@import "../bower_components/sass-bootstrap/lib/buttons"; + +// Components +//@import "../bower_components/sass-bootstrap/lib/component-animations"; +//@import "../bower_components/sass-bootstrap/lib/glyphicons"; +//@import "../bower_components/sass-bootstrap/lib/dropdowns"; +//@import "../bower_components/sass-bootstrap/lib/button-groups"; +//@import "../bower_components/sass-bootstrap/lib/input-groups"; +//@import "../bower_components/sass-bootstrap/lib/navs"; +//@import "../bower_components/sass-bootstrap/lib/navbar"; +//@import "../bower_components/sass-bootstrap/lib/breadcrumbs"; +//@import "../bower_components/sass-bootstrap/lib/pagination"; +//@import "../bower_components/sass-bootstrap/lib/pager"; +@import "../bower_components/sass-bootstrap/lib/labels"; +@import "../bower_components/sass-bootstrap/lib/badges"; +//@import "../bower_components/sass-bootstrap/lib/jumbotron"; +@import "../bower_components/sass-bootstrap/lib/thumbnails"; +@import "../bower_components/sass-bootstrap/lib/alerts"; +//@import "../bower_components/sass-bootstrap/lib/progress-bars"; +@import "../bower_components/sass-bootstrap/lib/media"; +//@import "../bower_components/sass-bootstrap/lib/list-group"; +@import "../bower_components/sass-bootstrap/lib/panels"; +@import "../bower_components/sass-bootstrap/lib/wells"; +//@import "../bower_components/sass-bootstrap/lib/close"; + + +// Utility classes +@import "../bower_components/sass-bootstrap/lib/utilities"; +@import "../bower_components/sass-bootstrap/lib/responsive-utilities"; \ No newline at end of file diff --git a/admin-dev/themes/default/css/admin-theme/_email.scss b/admin-dev/themes/default/css/admin-theme/_email.scss new file mode 100644 index 000000000..608c14020 --- /dev/null +++ b/admin-dev/themes/default/css/admin-theme/_email.scss @@ -0,0 +1,3 @@ +#idtest{ + background-color: red; +}