diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c678a5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] diff --git a/.idea/dictionaries/lichangan.xml b/.idea/dictionaries/lichangan.xml new file mode 100644 index 0000000..166be43 --- /dev/null +++ b/.idea/dictionaries/lichangan.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..43ff11c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4040e0c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/pythonweb-sample.iml b/.idea/pythonweb-sample.iml new file mode 100644 index 0000000..3db6b60 --- /dev/null +++ b/.idea/pythonweb-sample.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100755 index 0000000..8afdac5 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,737 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/500.html b/src/templates/500.html new file mode 100755 index 0000000..549f3fa --- /dev/null +++ b/src/templates/500.html @@ -0,0 +1,93 @@ + + + + + + Apricot v1.2 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+ + +
+

Apricot + v1.0 +

+
+ + +
+ +
+

500

+
+

Oops! Page not found.

+

+ We could not find the page you were looking for. Meanwhile, you may return to dashboard or try using the search form. +

+
+ +
+
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/__init__.py b/src/templates/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/src/templates/assets/css/awwwards.css b/src/templates/assets/css/awwwards.css new file mode 100644 index 0000000..c4a1279 --- /dev/null +++ b/src/templates/assets/css/awwwards.css @@ -0,0 +1,121 @@ +/* --- Awwwards Ribbons --- */ + +/* Base */ + +#awwwards { + position:fixed; + top:30%; + z-index:9999; +} + +/* Left */ + +#awwwards.left { + left:0; +} + +/* Right */ + +#awwwards.right { + right:0; +} + +/* Link */ + +#awwwards a { + display:block; + width:70px; + height:105px; + text-indent:-8000px; + background-repeat:no-repeat; + background-position: 0 0; + overflow:hidden; +} + +/* Black */ + +#awwwards.left.black a { + background-image:url('ribbons/awwwards_honorable_black_left.png'); +} +#awwwards.right.black a { + background-image:url('ribbons/awwwards_honorable_black_right.png'); +} + +/* White */ + +#awwwards.left.white a { + background-image:url('ribbons/awwwards_honorable_white_left.png'); +} +#awwwards.right.white a { + background-image:url('ribbons/awwwards_honorable_white_right.png'); +} + +/* Green */ + +#awwwards.left.green a { + background-image:url('ribbons/awwwards_honorable_green_left.png'); +} +#awwwards.right.green a { + background-image:url('ribbons/awwwards_honorable_green_right.png'); +} + + +/* MEDIA QUERIES */ + +/* Landscape phone to portrait tablet */ + +@media (max-width: 767px) { + + /* hidden */ + #awwwards { + display: none; + } + +} + +/* Retina Displays */ + +/* Target any device with retina display (ie iPad 3 and MacBook Pro) */ + +@media +only screen and (-Webkit-min-device-pixel-ratio: 1.5), +only screen and (-moz-min-device-pixel-ratio: 1.5), +only screen and (-o-min-device-pixel-ratio: 3/2), +only screen and (min-device-pixel-ratio: 1.5) { + + #awwwards a { + -moz-background-size: 70px 105px; + -ie-background-size:70px 105px; + -o-background-size:70px 105px; + -webkit-background-size:70px 105px; + background-size:70px 105px; + } + + /* Gray */ + + #awwwards.left.black a { + background-image:url('ribbons/awwwards_honorable_black_left2x.png'); + } + #awwwards.right.black a { + background-image:url('ribbons/awwwards_honorable_black_right2x.png'); + } + + /* White */ + + #awwwards.left.white a { + background-image:url('ribbons/awwwards_honorable_white_left2x.png'); + } + #awwwards.right.white a { + background-image:url('ribbons/awwwards_honorable_white_right2x.png'); + } + + /* Green */ + + #awwwards.left.green a { + background-image:url('ribbons/awwwards_honorable_green_left2x.png'); + } + #awwwards.right.green a { + background-image:url('ribbons/awwwards_honorable_green_right2x.png'); + } + +} \ No newline at end of file diff --git a/src/templates/assets/css/bootstrap.css b/src/templates/assets/css/bootstrap.css new file mode 100644 index 0000000..9cee0b3 --- /dev/null +++ b/src/templates/assets/css/bootstrap.css @@ -0,0 +1,5832 @@ +/*! + * Bootstrap v3.1.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background: transparent; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sup { + top: -.5em; +} +sub { + bottom: -.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + height: 0; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font: inherit; + color: inherit; +} +button { + overflow: visible; +} +button, +select { + text-transform: none; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +html input[disabled] { + cursor: default; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-spacing: 0; + border-collapse: collapse; +} +td, +th { + padding: 0; +} +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + select { + background: #fff !important; + } + .navbar { + display: none; + } + .table td, + .table th { + background-color: #fff !important; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 62.5%; + + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.428571429; + color: #333; + background-color: #fff; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #428bca; + text-decoration: none; +} +a:hover, +a:focus { + color: #2a6496; + text-decoration: underline; +} +a:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive { + display: block; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + display: inline-block; + max-width: 100%; + height: auto; + padding: 4px; + line-height: 1.428571429; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +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: #999; +} +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} +h1, +.h1 { + font-size: 36px; +} +h2, +.h2 { + font-size: 30px; +} +h3, +.h3 { + font-size: 24px; +} +h4, +.h4 { + font-size: 18px; +} +h5, +.h5 { + font-size: 14px; +} +h6, +.h6 { + font-size: 12px; +} +p { + margin: 0 0 10px; +} +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 200; + line-height: 1.4; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +cite { + font-style: normal; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-muted { + color: #999; +} +.text-primary { + color: #428bca; +} +a.text-primary:hover { + color: #3071a9; +} +.text-success { + color: #3c763d; +} +a.text-success:hover { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #428bca; +} +a.bg-primary:hover { + background-color: #3071a9; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + list-style: none; +} +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} +.list-inline > li:first-child { + padding-left: 0; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.428571429; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #999; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.428571429; + color: #999; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + text-align: right; + border-right: 5px solid #eee; + border-left: 0; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +blockquote:before, +blockquote:after { + content: ""; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.428571429; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + white-space: nowrap; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 3px; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.428571429; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.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 { + float: left; +} +.col-xs-12 { + width: 100%; +} +.col-xs-11 { + width: 91.66666666666666%; +} +.col-xs-10 { + width: 83.33333333333334%; +} +.col-xs-9 { + width: 75%; +} +.col-xs-8 { + width: 66.66666666666666%; +} +.col-xs-7 { + width: 58.333333333333336%; +} +.col-xs-6 { + width: 50%; +} +.col-xs-5 { + width: 41.66666666666667%; +} +.col-xs-4 { + width: 33.33333333333333%; +} +.col-xs-3 { + width: 25%; +} +.col-xs-2 { + width: 16.666666666666664%; +} +.col-xs-1 { + width: 8.333333333333332%; +} +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666666666666%; +} +.col-xs-pull-10 { + right: 83.33333333333334%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666666666666%; +} +.col-xs-pull-7 { + right: 58.333333333333336%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666666666667%; +} +.col-xs-pull-4 { + right: 33.33333333333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.666666666666664%; +} +.col-xs-pull-1 { + right: 8.333333333333332%; +} +.col-xs-pull-0 { + right: 0; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666666666666%; +} +.col-xs-push-10 { + left: 83.33333333333334%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666666666666%; +} +.col-xs-push-7 { + left: 58.333333333333336%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666666666667%; +} +.col-xs-push-4 { + left: 33.33333333333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.666666666666664%; +} +.col-xs-push-1 { + left: 8.333333333333332%; +} +.col-xs-push-0 { + left: 0; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666666666666%; +} +.col-xs-offset-10 { + margin-left: 83.33333333333334%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666666666666%; +} +.col-xs-offset-7 { + margin-left: 58.333333333333336%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666666666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.666666666666664%; +} +.col-xs-offset-1 { + margin-left: 8.333333333333332%; +} +.col-xs-offset-0 { + margin-left: 0; +} +@media (min-width: 768px) { + .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 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666666666666%; + } + .col-sm-10 { + width: 83.33333333333334%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666666666666%; + } + .col-sm-7 { + width: 58.333333333333336%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666666666667%; + } + .col-sm-4 { + width: 33.33333333333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.666666666666664%; + } + .col-sm-1 { + width: 8.333333333333332%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666666666666%; + } + .col-sm-pull-10 { + right: 83.33333333333334%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666666666666%; + } + .col-sm-pull-7 { + right: 58.333333333333336%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666666666667%; + } + .col-sm-pull-4 { + right: 33.33333333333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.666666666666664%; + } + .col-sm-pull-1 { + right: 8.333333333333332%; + } + .col-sm-pull-0 { + right: 0; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666666666666%; + } + .col-sm-push-10 { + left: 83.33333333333334%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666666666666%; + } + .col-sm-push-7 { + left: 58.333333333333336%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666666666667%; + } + .col-sm-push-4 { + left: 33.33333333333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.666666666666664%; + } + .col-sm-push-1 { + left: 8.333333333333332%; + } + .col-sm-push-0 { + left: 0; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666666666666%; + } + .col-sm-offset-10 { + margin-left: 83.33333333333334%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666666666666%; + } + .col-sm-offset-7 { + margin-left: 58.333333333333336%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666666666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.666666666666664%; + } + .col-sm-offset-1 { + margin-left: 8.333333333333332%; + } + .col-sm-offset-0 { + margin-left: 0; + } +} +@media (min-width: 992px) { + .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 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666666666666%; + } + .col-md-10 { + width: 83.33333333333334%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666666666666%; + } + .col-md-7 { + width: 58.333333333333336%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666666666667%; + } + .col-md-4 { + width: 33.33333333333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.666666666666664%; + } + .col-md-1 { + width: 8.333333333333332%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666666666666%; + } + .col-md-pull-10 { + right: 83.33333333333334%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666666666666%; + } + .col-md-pull-7 { + right: 58.333333333333336%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666666666667%; + } + .col-md-pull-4 { + right: 33.33333333333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.666666666666664%; + } + .col-md-pull-1 { + right: 8.333333333333332%; + } + .col-md-pull-0 { + right: 0; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666666666666%; + } + .col-md-push-10 { + left: 83.33333333333334%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666666666666%; + } + .col-md-push-7 { + left: 58.333333333333336%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666666666667%; + } + .col-md-push-4 { + left: 33.33333333333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.666666666666664%; + } + .col-md-push-1 { + left: 8.333333333333332%; + } + .col-md-push-0 { + left: 0; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666666666666%; + } + .col-md-offset-10 { + margin-left: 83.33333333333334%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666666666666%; + } + .col-md-offset-7 { + margin-left: 58.333333333333336%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666666666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.666666666666664%; + } + .col-md-offset-1 { + margin-left: 8.333333333333332%; + } + .col-md-offset-0 { + margin-left: 0; + } +} +@media (min-width: 1200px) { + .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 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666666666666%; + } + .col-lg-10 { + width: 83.33333333333334%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666666666666%; + } + .col-lg-7 { + width: 58.333333333333336%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666666666667%; + } + .col-lg-4 { + width: 33.33333333333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.666666666666664%; + } + .col-lg-1 { + width: 8.333333333333332%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666666666666%; + } + .col-lg-pull-10 { + right: 83.33333333333334%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666666666666%; + } + .col-lg-pull-7 { + right: 58.333333333333336%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666666666667%; + } + .col-lg-pull-4 { + right: 33.33333333333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.666666666666664%; + } + .col-lg-pull-1 { + right: 8.333333333333332%; + } + .col-lg-pull-0 { + right: 0; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666666666666%; + } + .col-lg-push-10 { + left: 83.33333333333334%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666666666666%; + } + .col-lg-push-7 { + left: 58.333333333333336%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666666666667%; + } + .col-lg-push-4 { + left: 33.33333333333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.666666666666664%; + } + .col-lg-push-1 { + left: 8.333333333333332%; + } + .col-lg-push-0 { + left: 0; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666666666666%; + } + .col-lg-offset-10 { + margin-left: 83.33333333333334%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666666666666%; + } + .col-lg-offset-7 { + margin-left: 58.333333333333336%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666666666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.666666666666664%; + } + .col-lg-offset-1 { + margin-left: 8.333333333333332%; + } + .col-lg-offset-0 { + margin-left: 0; + } +} +table { + max-width: 100%; + background-color: transparent; +} +th { + text-align: left; +} +.table { + width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.428571429; + vertical-align: top; + border-top: 1px solid #ddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-child(odd) > td, +.table-striped > tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f5f5f5; +} +table col[class*="col-"] { + position: static; + display: table-column; + float: none; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + display: table-cell; + float: none; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +@media (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: scroll; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + /* IE8-9 */ + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.428571429; + color: #555; +} +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.428571429; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; +} +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); +} +.form-control:-moz-placeholder { + color: #999; +} +.form-control::-moz-placeholder { + color: #999; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #999; +} +.form-control::-webkit-input-placeholder { + color: #999; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + cursor: not-allowed; + background-color: #eee; + opacity: 1; +} +textarea.form-control { + height: auto; +} +input[type="date"] { + line-height: 34px; +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + display: block; + min-height: 20px; + padding-left: 20px; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + display: inline; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + float: left; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +.radio[disabled], +.radio-inline[disabled], +.checkbox[disabled], +.checkbox-inline[disabled], +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"], +fieldset[disabled] .radio, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.has-feedback .form-control-feedback { + position: absolute; + top: 25px; + right: 0; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} +.has-success .form-control-feedback { + color: #3c763d; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline { + color: #8a6d3b; +} +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; +} +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} +.has-warning .form-control-feedback { + color: #8a6d3b; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline { + color: #a94442; +} +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; +} +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} +.has-error .form-control-feedback { + color: #a94442; +} +.form-control-static { + margin-bottom: 0; +} +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .control-label, +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} +.form-horizontal .form-control-static { + padding-top: 7px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + } +} +.form-horizontal .has-feedback .form-control-feedback { + top: 0; + right: 15px; +} +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.428571429; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.btn:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus { + color: #333; + text-decoration: none; +} +.btn:active, +.btn.active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn { + pointer-events: none; + cursor: not-allowed; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; + opacity: .65; +} +.btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus, +.btn-default:active, +.btn-default.active, +.open .dropdown-toggle.btn-default { + color: #333; + background-color: #ebebeb; + border-color: #adadad; +} +.btn-default:active, +.btn-default.active, +.open .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #fff; + border-color: #ccc; +} +.btn-default .badge { + color: #fff; + background-color: #333; +} +.btn-primary { + color: #fff; + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #3276b1; + border-color: #285e8e; +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary .badge { + color: #428bca; + background-color: #fff; +} +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #47a447; + border-color: #398439; +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success .badge { + color: #5cb85c; + background-color: #fff; +} +.btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #39b3d7; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +.btn-warning { + color: #fff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #ed9c28; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} +.btn-danger { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #d2322d; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + color: #428bca; + cursor: pointer; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #2a6496; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #999; + text-decoration: none; +} +.btn-lg { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +.btn-sm { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; + padding-right: 0; + padding-left: 0; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + transition: height .35s ease; +} +@font-face { + font-family: 'Glyphicons Halflings'; + + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); +} +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\2a"; +} +.glyphicon-plus:before { + content: "\2b"; +} +.glyphicon-euro:before { + content: "\20ac"; +} +.glyphicon-minus:before { + content: "\2212"; +} +.glyphicon-cloud:before { + content: "\2601"; +} +.glyphicon-envelope:before { + content: "\2709"; +} +.glyphicon-pencil:before { + content: "\270f"; +} +.glyphicon-glass:before { + content: "\e001"; +} +.glyphicon-music:before { + content: "\e002"; +} +.glyphicon-search:before { + content: "\e003"; +} +.glyphicon-heart:before { + content: "\e005"; +} +.glyphicon-star:before { + content: "\e006"; +} +.glyphicon-star-empty:before { + content: "\e007"; +} +.glyphicon-user:before { + content: "\e008"; +} +.glyphicon-film:before { + content: "\e009"; +} +.glyphicon-th-large:before { + content: "\e010"; +} +.glyphicon-th:before { + content: "\e011"; +} +.glyphicon-th-list:before { + content: "\e012"; +} +.glyphicon-ok:before { + content: "\e013"; +} +.glyphicon-remove:before { + content: "\e014"; +} +.glyphicon-zoom-in:before { + content: "\e015"; +} +.glyphicon-zoom-out:before { + content: "\e016"; +} +.glyphicon-off:before { + content: "\e017"; +} +.glyphicon-signal:before { + content: "\e018"; +} +.glyphicon-cog:before { + content: "\e019"; +} +.glyphicon-trash:before { + content: "\e020"; +} +.glyphicon-home:before { + content: "\e021"; +} +.glyphicon-file:before { + content: "\e022"; +} +.glyphicon-time:before { + content: "\e023"; +} +.glyphicon-road:before { + content: "\e024"; +} +.glyphicon-download-alt:before { + content: "\e025"; +} +.glyphicon-download:before { + content: "\e026"; +} +.glyphicon-upload:before { + content: "\e027"; +} +.glyphicon-inbox:before { + content: "\e028"; +} +.glyphicon-play-circle:before { + content: "\e029"; +} +.glyphicon-repeat:before { + content: "\e030"; +} +.glyphicon-refresh:before { + content: "\e031"; +} +.glyphicon-list-alt:before { + content: "\e032"; +} +.glyphicon-lock:before { + content: "\e033"; +} +.glyphicon-flag:before { + content: "\e034"; +} +.glyphicon-headphones:before { + content: "\e035"; +} +.glyphicon-volume-off:before { + content: "\e036"; +} +.glyphicon-volume-down:before { + content: "\e037"; +} +.glyphicon-volume-up:before { + content: "\e038"; +} +.glyphicon-qrcode:before { + content: "\e039"; +} +.glyphicon-barcode:before { + content: "\e040"; +} +.glyphicon-tag:before { + content: "\e041"; +} +.glyphicon-tags:before { + content: "\e042"; +} +.glyphicon-book:before { + content: "\e043"; +} +.glyphicon-bookmark:before { + content: "\e044"; +} +.glyphicon-print:before { + content: "\e045"; +} +.glyphicon-camera:before { + content: "\e046"; +} +.glyphicon-font:before { + content: "\e047"; +} +.glyphicon-bold:before { + content: "\e048"; +} +.glyphicon-italic:before { + content: "\e049"; +} +.glyphicon-text-height:before { + content: "\e050"; +} +.glyphicon-text-width:before { + content: "\e051"; +} +.glyphicon-align-left:before { + content: "\e052"; +} +.glyphicon-align-center:before { + content: "\e053"; +} +.glyphicon-align-right:before { + content: "\e054"; +} +.glyphicon-align-justify:before { + content: "\e055"; +} +.glyphicon-list:before { + content: "\e056"; +} +.glyphicon-indent-left:before { + content: "\e057"; +} +.glyphicon-indent-right:before { + content: "\e058"; +} +.glyphicon-facetime-video:before { + content: "\e059"; +} +.glyphicon-picture:before { + content: "\e060"; +} +.glyphicon-map-marker:before { + content: "\e062"; +} +.glyphicon-adjust:before { + content: "\e063"; +} +.glyphicon-tint:before { + content: "\e064"; +} +.glyphicon-edit:before { + content: "\e065"; +} +.glyphicon-share:before { + content: "\e066"; +} +.glyphicon-check:before { + content: "\e067"; +} +.glyphicon-move:before { + content: "\e068"; +} +.glyphicon-step-backward:before { + content: "\e069"; +} +.glyphicon-fast-backward:before { + content: "\e070"; +} +.glyphicon-backward:before { + content: "\e071"; +} +.glyphicon-play:before { + content: "\e072"; +} +.glyphicon-pause:before { + content: "\e073"; +} +.glyphicon-stop:before { + content: "\e074"; +} +.glyphicon-forward:before { + content: "\e075"; +} +.glyphicon-fast-forward:before { + content: "\e076"; +} +.glyphicon-step-forward:before { + content: "\e077"; +} +.glyphicon-eject:before { + content: "\e078"; +} +.glyphicon-chevron-left:before { + content: "\e079"; +} +.glyphicon-chevron-right:before { + content: "\e080"; +} +.glyphicon-plus-sign:before { + content: "\e081"; +} +.glyphicon-minus-sign:before { + content: "\e082"; +} +.glyphicon-remove-sign:before { + content: "\e083"; +} +.glyphicon-ok-sign:before { + content: "\e084"; +} +.glyphicon-question-sign:before { + content: "\e085"; +} +.glyphicon-info-sign:before { + content: "\e086"; +} +.glyphicon-screenshot:before { + content: "\e087"; +} +.glyphicon-remove-circle:before { + content: "\e088"; +} +.glyphicon-ok-circle:before { + content: "\e089"; +} +.glyphicon-ban-circle:before { + content: "\e090"; +} +.glyphicon-arrow-left:before { + content: "\e091"; +} +.glyphicon-arrow-right:before { + content: "\e092"; +} +.glyphicon-arrow-up:before { + content: "\e093"; +} +.glyphicon-arrow-down:before { + content: "\e094"; +} +.glyphicon-share-alt:before { + content: "\e095"; +} +.glyphicon-resize-full:before { + content: "\e096"; +} +.glyphicon-resize-small:before { + content: "\e097"; +} +.glyphicon-exclamation-sign:before { + content: "\e101"; +} +.glyphicon-gift:before { + content: "\e102"; +} +.glyphicon-leaf:before { + content: "\e103"; +} +.glyphicon-fire:before { + content: "\e104"; +} +.glyphicon-eye-open:before { + content: "\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} +.glyphicon-warning-sign:before { + content: "\e107"; +} +.glyphicon-plane:before { + content: "\e108"; +} +.glyphicon-calendar:before { + content: "\e109"; +} +.glyphicon-random:before { + content: "\e110"; +} +.glyphicon-comment:before { + content: "\e111"; +} +.glyphicon-magnet:before { + content: "\e112"; +} +.glyphicon-chevron-up:before { + content: "\e113"; +} +.glyphicon-chevron-down:before { + content: "\e114"; +} +.glyphicon-retweet:before { + content: "\e115"; +} +.glyphicon-shopping-cart:before { + content: "\e116"; +} +.glyphicon-folder-close:before { + content: "\e117"; +} +.glyphicon-folder-open:before { + content: "\e118"; +} +.glyphicon-resize-vertical:before { + content: "\e119"; +} +.glyphicon-resize-horizontal:before { + content: "\e120"; +} +.glyphicon-hdd:before { + content: "\e121"; +} +.glyphicon-bullhorn:before { + content: "\e122"; +} +.glyphicon-bell:before { + content: "\e123"; +} +.glyphicon-certificate:before { + content: "\e124"; +} +.glyphicon-thumbs-up:before { + content: "\e125"; +} +.glyphicon-thumbs-down:before { + content: "\e126"; +} +.glyphicon-hand-right:before { + content: "\e127"; +} +.glyphicon-hand-left:before { + content: "\e128"; +} +.glyphicon-hand-up:before { + content: "\e129"; +} +.glyphicon-hand-down:before { + content: "\e130"; +} +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} +.glyphicon-globe:before { + content: "\e135"; +} +.glyphicon-wrench:before { + content: "\e136"; +} +.glyphicon-tasks:before { + content: "\e137"; +} +.glyphicon-filter:before { + content: "\e138"; +} +.glyphicon-briefcase:before { + content: "\e139"; +} +.glyphicon-fullscreen:before { + content: "\e140"; +} +.glyphicon-dashboard:before { + content: "\e141"; +} +.glyphicon-paperclip:before { + content: "\e142"; +} +.glyphicon-heart-empty:before { + content: "\e143"; +} +.glyphicon-link:before { + content: "\e144"; +} +.glyphicon-phone:before { + content: "\e145"; +} +.glyphicon-pushpin:before { + content: "\e146"; +} +.glyphicon-usd:before { + content: "\e148"; +} +.glyphicon-gbp:before { + content: "\e149"; +} +.glyphicon-sort:before { + content: "\e150"; +} +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} +.glyphicon-sort-by-order:before { + content: "\e153"; +} +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} +.glyphicon-unchecked:before { + content: "\e157"; +} +.glyphicon-expand:before { + content: "\e158"; +} +.glyphicon-collapse-down:before { + content: "\e159"; +} +.glyphicon-collapse-up:before { + content: "\e160"; +} +.glyphicon-log-in:before { + content: "\e161"; +} +.glyphicon-flash:before { + content: "\e162"; +} +.glyphicon-log-out:before { + content: "\e163"; +} +.glyphicon-new-window:before { + content: "\e164"; +} +.glyphicon-record:before { + content: "\e165"; +} +.glyphicon-save:before { + content: "\e166"; +} +.glyphicon-open:before { + content: "\e167"; +} +.glyphicon-saved:before { + content: "\e168"; +} +.glyphicon-import:before { + content: "\e169"; +} +.glyphicon-export:before { + content: "\e170"; +} +.glyphicon-send:before { + content: "\e171"; +} +.glyphicon-floppy-disk:before { + content: "\e172"; +} +.glyphicon-floppy-saved:before { + content: "\e173"; +} +.glyphicon-floppy-remove:before { + content: "\e174"; +} +.glyphicon-floppy-save:before { + content: "\e175"; +} +.glyphicon-floppy-open:before { + content: "\e176"; +} +.glyphicon-credit-card:before { + content: "\e177"; +} +.glyphicon-transfer:before { + content: "\e178"; +} +.glyphicon-cutlery:before { + content: "\e179"; +} +.glyphicon-header:before { + content: "\e180"; +} +.glyphicon-compressed:before { + content: "\e181"; +} +.glyphicon-earphone:before { + content: "\e182"; +} +.glyphicon-phone-alt:before { + content: "\e183"; +} +.glyphicon-tower:before { + content: "\e184"; +} +.glyphicon-stats:before { + content: "\e185"; +} +.glyphicon-sd-video:before { + content: "\e186"; +} +.glyphicon-hd-video:before { + content: "\e187"; +} +.glyphicon-subtitles:before { + content: "\e188"; +} +.glyphicon-sound-stereo:before { + content: "\e189"; +} +.glyphicon-sound-dolby:before { + content: "\e190"; +} +.glyphicon-sound-5-1:before { + content: "\e191"; +} +.glyphicon-sound-6-1:before { + content: "\e192"; +} +.glyphicon-sound-7-1:before { + content: "\e193"; +} +.glyphicon-copyright-mark:before { + content: "\e194"; +} +.glyphicon-registration-mark:before { + content: "\e195"; +} +.glyphicon-cloud-download:before { + content: "\e197"; +} +.glyphicon-cloud-upload:before { + content: "\e198"; +} +.glyphicon-tree-conifer:before { + content: "\e199"; +} +.glyphicon-tree-deciduous:before { + content: "\e200"; +} +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px solid; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.428571429; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #428bca; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #999; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.428571429; + color: #999; +} +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + content: ""; + border-top: 0; + border-bottom: 4px solid; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus { + outline: none; +} +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn-group, +.btn-toolbar .input-group { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child > .btn:last-child, +.btn-group > .btn-group:first-child > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child > .btn:first-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; +} +.btn-group-vertical > .btn-group > .btn { + float: none; +} +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: 4px; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + width: 1%; +} +.btn-group-justified > .btn-group .btn { + width: 100%; +} +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { + display: none; +} +.input-group { + position: relative; + display: table; + border-collapse: separate; +} +.input-group[class*="col-"] { + float: none; + padding-right: 0; + padding-left: 0; +} +.input-group .form-control { + float: left; + width: 100%; + margin-bottom: 0; +} +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 46px; + line-height: 46px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { + height: auto; +} +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.input-group-addon { + padding: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group-addon:first-child { + border-right: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-addon:last-child { + border-left: 0; +} +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.input-group-btn > .btn { + position: relative; +} +.input-group-btn > .btn + .btn { + margin-left: -1px; +} +.input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + z-index: 2; +} +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + margin-left: -1px; +} +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #999; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #999; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eee; + border-color: #428bca; +} +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.nav > li > a > img { + max-width: none; +} +.nav-tabs { + border-bottom: 1px solid #ddd; +} +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.428571429; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.nav-tabs > li > a:hover { + border-color: #eee #eee #ddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #555; + cursor: default; + background-color: #fff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} +.nav-tabs.nav-justified > li { + float: none; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #fff; + background-color: #428bca; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs-justified { + border-bottom: 0; +} +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + max-height: 340px; + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + -webkit-overflow-scrolling: touch; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} +.navbar-brand { + float: left; + height: 20px; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.navbar-toggle:focus { + outline: none; +} +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.navbar-nav { + margin: 7.5px -15px; +} +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } + .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + } +} +.navbar-form { + padding: 10px 15px; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } +} +@media (min-width: 768px) { + .navbar-form { + width: auto; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-form.navbar-right:last-child { + margin-right: -15px; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-right: 15px; + margin-left: 15px; + } + .navbar-text.navbar-right:last-child { + margin-right: 0; + } +} +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} +.navbar-default .navbar-brand { + color: #777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #ddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #888; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555; + background-color: #e7e7e7; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #ccc; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777; +} +.navbar-default .navbar-link:hover { + color: #333; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #999; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #999; +} +.navbar-inverse .navbar-nav > li > a { + color: #999; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #333; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #333; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #fff; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #fff; + background-color: #080808; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #999; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #999; +} +.navbar-inverse .navbar-link:hover { + color: #fff; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; +} +.breadcrumb > .active { + color: #999; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.428571429; + color: #428bca; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: #2a6496; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #428bca; + border-color: #428bca; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #999; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eee; +} +.pager .next > a, +.pager .next > span { + float: right; +} +.pager .previous > a, +.pager .previous > span { + float: left; +} +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #999; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +.label[href]:hover, +.label[href]:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #999; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #808080; +} +.label-primary { + background-color: #428bca; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3071a9; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + background-color: #999; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +a.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #428bca; + background-color: #fff; +} +.nav-pills > li > a > .badge { + margin-left: 3px; +} +.jumbotron { + padding: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.container .jumbotron { + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.428571429; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + display: block; + max-width: 100%; + height: auto; + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #428bca; +} +.thumbnail .caption { + padding: 9px; + color: #333; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable { + padding-right: 35px; +} +.alert-dismissable .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #2b542c; +} +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #245269; +} +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.alert-warning hr { + border-top-color: #f7e1b5; +} +.alert-warning .alert-link { + color: #66512c; +} +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.alert-danger hr { + border-top-color: #e4b9c0; +} +.alert-danger .alert-link { + color: #843534; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); +} +.progress-bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #fff; + text-align: center; + background-color: #428bca; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + -webkit-transition: width .6s ease; + transition: width .6s ease; +} +.progress-striped .progress-bar { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-size: 40px 40px; +} +.progress.active .progress-bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} +.progress-bar-success { + background-color: #5cb85c; +} +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-info { + background-color: #5bc0de; +} +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-warning { + background-color: #f0ad4e; +} +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-danger { + background-color: #d9534f; +} +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.media, +.media-body { + overflow: hidden; + zoom: 1; +} +.media, +.media .media { + margin-top: 15px; +} +.media:first-child { + margin-top: 0; +} +.media-object { + display: block; +} +.media-heading { + margin: 0 0 5px; +} +.media > .pull-left { + margin-right: 10px; +} +.media > .pull-right { + margin-left: 10px; +} +.media-list { + padding-left: 0; + list-style: none; +} +.list-group { + padding-left: 0; + margin-bottom: 20px; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; +} +.list-group-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f5f5f5; +} +a.list-group-item.active, +a.list-group-item.active:hover, +a.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +a.list-group-item.active .list-group-item-heading, +a.list-group-item.active:hover .list-group-item-heading, +a.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +a.list-group-item.active .list-group-item-text, +a.list-group-item.active:hover .list-group-item-text, +a.list-group-item.active:focus .list-group-item-text { + color: #e1edf7; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success { + color: #3c763d; +} +a.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +a.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +a.list-group-item-success.active:hover, +a.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info { + color: #31708f; +} +a.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +a.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +a.list-group-item-info.active:hover, +a.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning { + color: #8a6d3b; +} +a.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +a.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger { + color: #a94442; +} +a.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +a.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; +} +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} +.panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0 1px 1px rgba(0, 0, 0, .05); +} +.panel-body { + padding: 15px; +} +.panel > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.panel > .list-group .list-group-item:first-child { + border-top: 0; +} +.panel > .list-group .list-group-item:last-child { + border-bottom: 0; +} +.panel > .list-group:first-child .list-group-item:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table { + margin-bottom: 0; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive { + border-top: 1px solid #ddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, +.panel > .table-bordered > tfoot > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > tfoot > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td { + border-top: 0; +} +.panel > .table-bordered > thead > tr:last-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:last-child > th, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-bordered > thead > tr:last-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; +} +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel-group { + margin-bottom: 20px; +} +.panel-group .panel { + margin-bottom: 0; + overflow: hidden; + border-radius: 4px; +} +.panel-group .panel + .panel { + margin-top: 5px; +} +.panel-group .panel-heading { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse .panel-body { + border-top: 1px solid #ddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #ddd; +} +.panel-default { + border-color: #ddd; +} +.panel-default > .panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.panel-default > .panel-heading + .panel-collapse .panel-body { + border-top-color: #ddd; +} +.panel-default > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #ddd; +} +.panel-primary { + border-color: #428bca; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #428bca; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #428bca; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #faebcc; +} +.panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.panel-warning > .panel-heading + .panel-collapse .panel-body { + border-top-color: #faebcc; +} +.panel-warning > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #faebcc; +} +.panel-danger { + border-color: #ebccd1; +} +.panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.panel-danger > .panel-heading + .panel-collapse .panel-body { + border-top-color: #ebccd1; +} +.panel-danger > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #ebccd1; +} +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, .15); +} +.well-lg { + padding: 24px; + border-radius: 6px; +} +.well-sm { + padding: 9px; + border-radius: 3px; +} +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; +} +.modal-open { + overflow: hidden; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: auto; + overflow-y: scroll; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + -moz-transition: -moz-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: transform .3s ease-out; + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + transform: translate(0, -25%); +} +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + z-index: 2147483647; + position: relative; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + outline: none; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} +.modal-header { + min-height: 16.428571429px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.428571429; +} +.modal-body { + position: relative; + padding: 20px; +} +.modal-footer { + padding: 19px 20px 20px; + margin-top: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + } + .modal-sm { + width: 300px; + } + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1030; + display: block; + font-size: 12px; + line-height: 1.4; + visibility: visible; + filter: alpha(opacity=0); + opacity: 0; +} +.tooltip.in { + filter: alpha(opacity=90); + opacity: .9; +} +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + right: 5px; + bottom: 0; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); +} +.popover.top { + margin-top: -10px; +} +.popover.right { + margin-left: 10px; +} +.popover.bottom { + margin-top: 10px; +} +.popover.left { + margin-left: -10px; +} +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} +.popover-content { + padding: 9px 14px; +} +.popover .arrow, +.popover .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.popover .arrow { + border-width: 11px; +} +.popover .arrow:after { + content: ""; + border-width: 10px; +} +.popover.top .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, .25); + border-bottom-width: 0; +} +.popover.top .arrow:after { + bottom: 1px; + margin-left: -10px; + content: " "; + border-top-color: #fff; + border-bottom-width: 0; +} +.popover.right .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; +} +.popover.right .arrow:after { + bottom: -10px; + left: 1px; + content: " "; + border-right-color: #fff; + border-left-width: 0; +} +.popover.bottom .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, .25); +} +.popover.bottom .arrow:after { + top: 1px; + margin-left: -10px; + content: " "; + border-top-width: 0; + border-bottom-color: #fff; +} +.popover.left .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, .25); +} +.popover.left .arrow:after { + right: 1px; + bottom: -10px; + content: " "; + border-right-width: 0; + border-left-color: #fff; +} +.carousel { + position: relative; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: .6s ease-in-out left; + transition: .6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; + line-height: 1; +} +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} +.carousel-inner > .active { + left: 0; +} +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} +.carousel-inner > .next { + left: 100%; +} +.carousel-inner > .prev { + left: -100%; +} +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} +.carousel-inner > .active.left { + left: -100%; +} +.carousel-inner > .active.right { + left: 100%; +} +.carousel-control { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 15%; + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); + filter: alpha(opacity=50); + opacity: .5; +} +.carousel-control.left { + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%)); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control.right { + right: 0; + left: auto; + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%)); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: none; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + margin-left: -10px; + font-family: serif; +} +.carousel-control .icon-prev:before { + content: '\2039'; +} +.carousel-control .icon-next:before { + content: '\203a'; +} +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #fff; + border-radius: 10px; +} +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicons-chevron-left, + .carousel-control .glyphicons-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + margin-left: -15px; + font-size: 30px; + } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; + visibility: hidden !important; +} +.affix { + position: fixed; +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +tr.visible-xs, +th.visible-xs, +td.visible-xs { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +.visible-sm, +tr.visible-sm, +th.visible-sm, +td.visible-sm { + display: none !important; +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +.visible-md, +tr.visible-md, +th.visible-md, +td.visible-md { + display: none !important; +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +.visible-lg, +tr.visible-lg, +th.visible-lg, +td.visible-lg { + display: none !important; +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .hidden-xs, + tr.hidden-xs, + th.hidden-xs, + td.hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm, + tr.hidden-sm, + th.hidden-sm, + td.hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md, + tr.hidden-md, + th.hidden-md, + td.hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg, + tr.hidden-lg, + th.hidden-lg, + td.hidden-lg { + display: none !important; + } +} +.visible-print, +tr.visible-print, +th.visible-print, +td.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +@media print { + .hidden-print, + tr.hidden-print, + th.hidden-print, + td.hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/src/templates/assets/css/dripicon.css b/src/templates/assets/css/dripicon.css new file mode 100644 index 0000000..7f7e90a --- /dev/null +++ b/src/templates/assets/css/dripicon.css @@ -0,0 +1,427 @@ + +@charset "UTF-8"; + +@font-face { + font-family: "dripicons"; + src:url("../font/dripicons.eot"); + src:url("../font/dripicons.eot?#iefix") format("embedded-opentype"), + url("../font/dripicons.ttf") format("truetype"), + url("../font/dripicons.svg#dripicons") format("svg"), + url("../font/dripicons.woff") format("woff"); + font-weight: normal; + font-style: normal; + +} + +[data-icon]:before { + font-family: "dripicons"; + content: attr(data-icon); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none !important; + speak: none; + display: inline-block; + text-decoration: none; + width: 1em; + line-height: 1em; + -webkit-font-smoothing: antialiased; +} + +[class^="icon-"]:before, +[class*=" icon-"]:before { + font-family: "dripicons"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none !important; + speak: none; + display: inline-block; + text-decoration: none; + width: 1em; + line-height: 1em; + -webkit-font-smoothing: antialiased; + +} + + +.icon-align-center:before { + content: "\e000"; +} + +.icon-align-justify:before { + content: "\e001"; +} + +.icon-align-left:before { + content: "\e002"; +} + +.icon-align-right:before { + content: "\e003"; +} + +.icon-arrow-down:before { + content: "\e004"; +} + +.icon-arrow-left:before { + content: "\e005"; +} + +.icon-arrow-thin-down:before { + content: "\e006"; +} + +.icon-arrow-right:before { + content: "\e007"; +} + +.icon-arrow-thin-left:before { + content: "\e008"; +} + +.icon-arrow-thin-up:before { + content: "\e009"; +} + +.icon-arrow-up:before { + content: "\e010"; +} + +.icon-attachment:before { + content: "\e011"; +} + +.icon-arrow-thin-right:before { + content: "\e012"; +} + +.icon-code:before { + content: "\e013"; +} + +.icon-cloud:before { + content: "\e014"; +} + +.icon-chevron-right:before { + content: "\e015"; +} + +.icon-chevron-up:before { + content: "\e016"; +} + +.icon-chevron-down:before { + content: "\e017"; +} + +.icon-chevron-left:before { + content: "\e018"; +} + +.icon-camera:before { + content: "\e019"; +} + +.icon-checkmark:before { + content: "\e020"; +} + +.icon-calendar:before { + content: "\e021"; +} + +.icon-clockwise:before { + content: "\e022"; +} + +.icon-conversation:before { + content: "\e023"; +} + +.icon-direction:before { + content: "\e024"; +} + +.icon-cross:before { + content: "\e025"; +} + +.icon-graph-line:before { + content: "\e026"; +} + +.icon-gear:before { + content: "\e027"; +} + +.icon-graph-bar:before { + content: "\e028"; +} + +.icon-export:before { + content: "\e029"; +} + +.icon-feed:before { + content: "\e030"; +} + +.icon-folder:before { + content: "\e031"; +} + +.icon-forward:before { + content: "\e032"; +} + +.icon-folder-open:before { + content: "\e033"; +} + +.icon-download:before { + content: "\e034"; +} + +.icon-document-new:before { + content: "\e035"; +} + +.icon-document-edit:before { + content: "\e036"; +} + +.icon-document:before { + content: "\e037"; +} + +.icon-gaming:before { + content: "\e038"; +} + +.icon-graph-pie:before { + content: "\e039"; +} + +.icon-heart:before { + content: "\e040"; +} + +.icon-headset:before { + content: "\e041"; +} + +.icon-help:before { + content: "\e042"; +} + +.icon-information:before { + content: "\e043"; +} + +.icon-loading:before { + content: "\e044"; +} + +.icon-lock:before { + content: "\e045"; +} + +.icon-location:before { + content: "\e046"; +} + +.icon-lock-open:before { + content: "\e047"; +} + +.icon-mail:before { + content: "\e048"; +} + +.icon-map:before { + content: "\e049"; +} + +.icon-media-loop:before { + content: "\e050"; +} + +.icon-mobile-portrait:before { + content: "\e051"; +} + +.icon-mobile-landscape:before { + content: "\e052"; +} + +.icon-microphone:before { + content: "\e053"; +} + +.icon-minus:before { + content: "\e054"; +} + +.icon-message:before { + content: "\e055"; +} + +.icon-menu:before { + content: "\e056"; +} + +.icon-media-stop:before { + content: "\e057"; +} + +.icon-media-shuffle:before { + content: "\e058"; +} + +.icon-media-previous:before { + content: "\e059"; +} + +.icon-media-play:before { + content: "\e060"; +} + +.icon-media-next:before { + content: "\e061"; +} + +.icon-media-pause:before { + content: "\e062"; +} + +.icon-monitor:before { + content: "\e063"; +} + +.icon-move:before { + content: "\e064"; +} + +.icon-plus:before { + content: "\e065"; +} + +.icon-phone:before { + content: "\e066"; +} + +.icon-preview:before { + content: "\e067"; +} + +.icon-print:before { + content: "\e068"; +} + +.icon-media-record:before { + content: "\e069"; +} + +.icon-music:before { + content: "\e070"; +} + +.icon-home:before { + content: "\e071"; +} + +.icon-question:before { + content: "\e072"; +} + +.icon-reply:before { + content: "\e073"; +} + +.icon-reply-all:before { + content: "\e074"; +} + +.icon-return:before { + content: "\e075"; +} + +.icon-retweet:before { + content: "\e076"; +} + +.icon-search:before { + content: "\e077"; +} + +.icon-view-thumb:before { + content: "\e078"; +} + +.icon-view-list-large:before { + content: "\e079"; +} + +.icon-view-list:before { + content: "\e080"; +} + +.icon-upload:before { + content: "\e081"; +} + +.icon-user-group:before { + content: "\e082"; +} + +.icon-trash:before { + content: "\e083"; +} + +.icon-user:before { + content: "\e084"; +} + +.icon-thumbs-up:before { + content: "\e085"; +} + +.icon-thumbs-down:before { + content: "\e086"; +} + +.icon-tablet-portrait:before { + content: "\e087"; +} + +.icon-tablet-landscape:before { + content: "\e088"; +} + +.icon-tag:before { + content: "\e089"; +} + +.icon-star:before { + content: "\e090"; +} + +.icon-volume-full:before { + content: "\e091"; +} + +.icon-volume-off:before { + content: "\e092"; +} + +.icon-warning:before { + content: "\e093"; +} + +.icon-window:before { + content: "\e094"; +} + diff --git a/src/templates/assets/css/entypo-icon.css b/src/templates/assets/css/entypo-icon.css new file mode 100644 index 0000000..7581e85 --- /dev/null +++ b/src/templates/assets/css/entypo-icon.css @@ -0,0 +1,23 @@ +@charset 'UTF-8'; +@font-face { + font-family: 'entypo'; + font-style: 'normal'; + font-weight: 'normal'; + src: url('../font/entypo.eot'); + src: url('../font/entypo.eot?#iefix') format('eot'), + url('../font/entypo.woff') format('woff'), + url('../font/entypo.ttf') format('truetype'), + url('../font/entypo.svg#entypo') format('svg'); +} +.entypo-note:before{content:"\266a"}.entypo-note-beamed:before{content:"\266b"}.entypo-music:before{content:"\1f3b5"}.entypo-search:before{content:"\1f50d"}.entypo-flashlight:before{content:"\1f526"}.entypo-mail:before{content:"\2709"}.entypo-heart:before{content:"\2665"}.entypo-heart-empty:before{content:"\2661"}.entypo-star:before{content:"\2605"}.entypo-star-empty:before{content:"\2606"}.entypo-user:before{content:"\1f464"}.entypo-users:before{content:"\1f465"}.entypo-user-add:before{content:"\e700"}.entypo-video:before{content:"\1f3ac"}.entypo-picture:before{content:"\1f304"}.entypo-camera:before{content:"\1f4f7"}.entypo-layout:before{content:"\268f"}.entypo-menu:before{content:"\2630"}.entypo-check:before{content:"\2713"}.entypo-cancel:before{content:"\2715"}.entypo-cancel-circled:before{content:"\2716"}.entypo-cancel-squared:before{content:"\274e"}.entypo-plus:before{content:"\2b"}.entypo-plus-circled:before{content:"\2795"}.entypo-plus-squared:before{content:"\229e"}.entypo-minus:before{content:"\2d"}.entypo-minus-circled:before{content:"\2796"}.entypo-minus-squared:before{content:"\229f"}.entypo-help:before{content:"\2753"}.entypo-help-circled:before{content:"\e704"}.entypo-info:before{content:"\2139"}.entypo-info-circled:before{content:"\e705"}.entypo-back:before{content:"\1f519"}.entypo-home:before{content:"\2302"}.entypo-link:before{content:"\1f517"}.entypo-attach:before{content:"\1f4ce"}.entypo-lock:before{content:"\1f512"}.entypo-lock-open:before{content:"\1f513"}.entypo-eye:before{content:"\e70a"}.entypo-tag:before{content:"\e70c"}.entypo-bookmark:before{content:"\1f516"}.entypo-bookmarks:before{content:"\1f4d1"}.entypo-flag:before{content:"\2691"}.entypo-thumbs-up:before{content:"\1f44d"}.entypo-thumbs-down:before{content:"\1f44e"}.entypo-download:before{content:"\1f4e5"}.entypo-upload:before{content:"\1f4e4"}.entypo-upload-cloud:before{content:"\e711"}.entypo-reply:before{content:"\e712"}.entypo-reply-all:before{content:"\e713"}.entypo-forward:before{content:"\27a6"}.entypo-quote:before{content:"\275e"}.entypo-code:before{content:"\e714"}.entypo-export:before{content:"\e715"}.entypo-pencil:before{content:"\270e"}.entypo-feather:before{content:"\2712"}.entypo-print:before{content:"\e716"}.entypo-retweet:before{content:"\e717"}.entypo-keyboard:before{content:"\2328"}.entypo-comment:before{content:"\e718"}.entypo-chat:before{content:"\e720"}.entypo-bell:before{content:"\1f514"}.entypo-attention:before{content:"\26a0"}.entypo-alert:before{content:"\1f4a5'"}.entypo-vcard:before{content:"\e722"}.entypo-address:before{content:"\e723"}.entypo-location:before{content:"\e724"}.entypo-map:before{content:"\e727"}.entypo-direction:before{content:"\27a2"}.entypo-compass:before{content:"\e728"}.entypo-cup:before{content:"\2615"}.entypo-trash:before{content:"\e729"}.entypo-doc:before{content:"\e730"}.entypo-docs:before{content:"\e736"}.entypo-doc-landscape:before{content:"\e737"}.entypo-doc-text:before{content:"\1f4c4"}.entypo-doc-text-inv:before{content:"\e731"}.entypo-newspaper:before{content:"\1f4f0"}.entypo-book-open:before{content:"\1f4d6"}.entypo-book:before{content:"\1f4d5"}.entypo-folder:before{content:"\1f4c1"}.entypo-archive:before{content:"\e738"}.entypo-box:before{content:"\1f4e6"}.entypo-rss:before{content:"\e73a"}.entypo-phone:before{content:"\1f4dE"}.entypo-cog:before{content:"\2699"}.entypo-tools:before{content:"\2692"}.entypo-share:before{content:"\e73c"}.entypo-shareable:before{content:"\e73e"}.entypo-basket:before{content:"\e73d"}.entypo-bag:before{content:"\1f45c'"}.entypo-calendar:before{content:"\1f4c5"}.entypo-login:before{content:"\e740"}.entypo-logout:before{content:"\e741"}.entypo-mic:before{content:"\1f3a4"}.entypo-mute:before{content:"\1f507"}.entypo-sound:before{content:"\1f50a"}.entypo-volume:before{content:"\e742"}.entypo-clock:before{content:"\1f554"}.entypo-hourglass:before{content:"\23f3"}.entypo-lamp:before{content:"\1f4a1"}.entypo-light-down:before{content:"\1f505"}.entypo-light-up:before{content:"\1f506"}.entypo-adjust:before{content:"\25d1"}.entypo-block:before{content:"\1f6ab"}.entypo-resize-full:before{content:"\e744"}.entypo-resize-small:before{content:"\e746"}.entypo-popup:before{content:"\e74c"}.entypo-publish:before{content:"\e74d"}.entypo-window:before{content:"\e74e"}.entypo-arrow-combo:before{content:"\e74f"}.entypo-down-circled:before{content:"\e758"}.entypo-left-circled:before{content:"\e759"}.entypo-right-circled:before{content:"\e75a"}.entypo-up-circled:before{content:"\e75b"}.entypo-down-open:before{content:"\e75c"}.entypo-left-open:before{content:"\e75d"}.entypo-right-open:before{content:"\e75e"}.entypo-up-open:before{content:"\e75f"}.entypo-down-open-mini:before{content:"\e760"}.entypo-left-open-mini:before{content:"\e761"}.entypo-right-open-mini:before{content:"\e762"}.entypo-up-open-mini:before{content:"\e763"}.entypo-down-open-big:before{content:"\e764"}.entypo-left-open-big:before{content:"\e765"}.entypo-right-open-big:before{content:"\e766"}.entypo-up-open-big:before{content:"\e767"}.entypo-down:before{content:"\2b07"}.entypo-left:before{content:"\2b05"}.entypo-right:before{content:"\27a1"}.entypo-up:before{content:"\2b06"}.entypo-down-dir:before{content:"\25be"}.entypo-left-dir:before{content:"\25c2"}.entypo-right-dir:before{content:"\25b8"}.entypo-up-dir:before{content:"\25b4"}.entypo-down-bold:before{content:"\e4b0"}.entypo-left-bold:before{content:"\e4ad"}.entypo-right-bold:before{content:"\e4ae"}.entypo-up-bold:before{content:"\e4af"}.entypo-down-thin:before{content:"\2193"}.entypo-left-thin:before{content:"\2190"}.entypo-right-thin:before{content:"\2192"}.entypo-up-thin:before{content:"\2191"}.entypo-ccw:before{content:"\27f2"}.entypo-cw:before{content:"\27f3"}.entypo-arrows-ccw:before{content:"\1f504"}.entypo-level-down:before{content:"\21b3"}.entypo-level-up:before{content:"\21b0"}.entypo-shuffle:before{content:"\1f500"}.entypo-loop:before{content:"\1f501"}.entypo-switch:before{content:"\21c6"}.entypo-play:before{content:"\25b6"}.entypo-stop:before{content:"\25a0"}.entypo-pause:before{content:"\2389"}.entypo-record:before{content:"\26ab"}.entypo-to-end:before{content:"\23ed"}.entypo-to-start:before{content:"\23ee"}.entypo-fast-forward:before{content:"\23e9"}.entypo-fast-backward:before{content:"\23ea"}.entypo-progress-0:before{content:"\e768"}.entypo-progress-1:before{content:"\e769"}.entypo-progress-2:before{content:"\e76a"}.entypo-progress-3:before{content:"\e76b"}.entypo-target:before{content:"\1f3af"}.entypo-palette:before{content:"\1f3a8"}.entypo-list:before{content:"\e005"}.entypo-list-add:before{content:"\e003"}.entypo-signal:before{content:"\1f4f6"}.entypo-trophy:before{content:"\1f3c6"}.entypo-battery:before{content:"\1f50b"}.entypo-back-in-time:before{content:"\e771"}.entypo-monitor:before{content:"\1f4bb"}.entypo-mobile:before{content:"\1f4f1"}.entypo-network:before{content:"\e776"}.entypo-cd:before{content:"\1f4bf"}.entypo-inbox:before{content:"\e777"}.entypo-install:before{content:"\e778"}.entypo-globe:before{content:"\1f30e"}.entypo-cloud:before{content:"\2601"}.entypo-cloud-thunder:before{content:"\26c8"}.entypo-flash:before{content:"\26a1"}.entypo-moon:before{content:"\263d"}.entypo-flight:before{content:"\2708"}.entypo-paper-plane:before{content:"\e79b"}.entypo-leaf:before{content:"\1f342"}.entypo-lifebuoy:before{content:"\e788"}.entypo-mouse:before{content:"\e789"}.entypo-briefcase:before{content:"\1f4bc"}.entypo-suitcase:before{content:"\e78e"}.entypo-dot:before{content:"\e78b"}.entypo-dot-2:before{content:"\e78c"}.entypo-dot-3:before{content:"\e78d"}.entypo-brush:before{content:"\e79a"}.entypo-magnet:before{content:"\e7a1"}.entypo-infinity:before{content:"\221e"}.entypo-erase:before{content:"\232b"}.entypo-chart-pie:before{content:"\e751"}.entypo-chart-line:before{content:"\1f4c8"}.entypo-chart-bar:before{content:"\1f4ca"}.entypo-chart-area:before{content:"\1f53e"}.entypo-tape:before{content:"\2707"}.entypo-graduation-cap:before{content:"\1f393"}.entypo-language:before{content:"\e752"}.entypo-ticket:before{content:"\1f3ab"}.entypo-water:before{content:"\1f4a6"}.entypo-droplet:before{content:"\1f4a7"}.entypo-air:before{content:"\e753"}.entypo-credit-card:before{content:"\1f4b3"}.entypo-floppy:before{content:"\1f4be"}.entypo-clipboard:before{content:"\1f4cb"}.entypo-megaphone:before{content:"\1f4e3"}.entypo-database:before{content:"\e754"}.entypo-drive:before{content:"\e755"}.entypo-bucket:before{content:"\e756"}.entypo-thermometer:before{content:"\e757"}.entypo-key:before{content:"\1f511"}.entypo-flow-cascade:before{content:"\e790"}.entypo-flow-branch:before{content:"\e791"}.entypo-flow-tree:before{content:"\e792"}.entypo-flow-line:before{content:"\e793"}.entypo-flow-parallel:before{content:"\e794"}.entypo-rocket:before{content:"\1f680"}.entypo-gauge:before{content:"\e7a2"}.entypo-traffic-cone:before{content:"\e7a3"}.entypo-cc:before{content:"\e7a5"}.entypo-cc-by:before{content:"\e7a6"}.entypo-cc-nc:before{content:"\e7a7"}.entypo-cc-nc-eu:before{content:"\e7a8"}.entypo-cc-nc-jp:before{content:"\e7a9"}.entypo-cc-sa:before{content:"\e7aa"}.entypo-cc-nd:before{content:"\e7ab"}.entypo-cc-pd:before{content:"\e7ac"}.entypo-cc-zero:before{content:"\e7ad"}.entypo-cc-share:before{content:"\e7ae"}.entypo-cc-remix:before{content:"\e7af"}.entypo-github:before{content:"\f300"}.entypo-github-circled:before{content:"\f301"}.entypo-flickr:before{content:"\f303"}.entypo-flickr-circled:before{content:"\f304"}.entypo-vimeo:before{content:"\f306"}.entypo-vimeo-circled:before{content:"\f307"}.entypo-twitter:before{content:"\f309"}.entypo-twitter-circled:before{content:"\f30a"}.entypo-facebook:before{content:"\f30c"}.entypo-facebook-circled:before{content:"\f30d"}.entypo-facebook-squared:before{content:"\f30e"}.entypo-gplus:before{content:"\f30f"}.entypo-gplus-circled:before{content:"\f310"}.entypo-pinterest:before{content:"\f312"}.entypo-pinterest-circled:before{content:"\f313"}.entypo-tumblr:before{content:"\f315"}.entypo-tumblr-circled:before{content:"\f316"}.entypo-linkedin:before{content:"\f318"}.entypo-linkedin-circled:before{content:"\f319"}.entypo-dribbble:before{content:"\f31b"}.entypo-dribbble-circled:before{content:"\f31c"}.entypo-stumbleupon:before{content:"\f31e"}.entypo-stumbleupon-circled:before{content:"\f31f"}.entypo-lastfm:before{content:"\f321"}.entypo-lastfm-circled:before{content:"\f322"}.entypo-rdio:before{content:"\f324"}.entypo-rdio-circled:before{content:"\f325"}.entypo-spotify:before{content:"\f327"}.entypo-spotify-circled:before{content:"\f328"}.entypo-qq:before{content:"\f32a"}.entypo-instagrem:before{content:"\f32d"}.entypo-dropbox:before{content:"\f330"}.entypo-evernote:before{content:"\f333"}.entypo-flattr:before{content:"\f336"}.entypo-skype:before{content:"\f339"}.entypo-skype-circled:before{content:"\f33a"}.entypo-renren:before{content:"\f33c"}.entypo-sina-weibo:before{content:"\f33f"}.entypo-paypal:before{content:"\f342"}.entypo-picasa:before{content:"\f345"}.entypo-soundcloud:before{content:"\f348"}.entypo-mixi:before{content:"\f34b"}.entypo-behance:before{content:"\f34e"}.entypo-google-circles:before{content:"\f351"}.entypo-vkontakte:before{content:"\f354"}.entypo-smashing:before{content:"\f357"}.entypo-sweden:before{content:"\f601"}.entypo-db-shape:before{content:"\f600"}.entypo-logo-db:before{content:"\f603"} +@font-face { + font-family: 'FontAwesome'; + font-style: 'normal'; + font-weight: 'normal'; + src: url('../fonts/fontawesome-webfont.eot'); + src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), + url('../fonts/fontawesome-webfont.woff') format('woff'), + url('../fonts/fontawesome-webfont.ttf') format('truetype'), + url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg'); +} +.fontawesome-glass:before{content:"\f000"}.fontawesome-music:before{content:"\f001"}.fontawesome-search:before{content:"\f002"}.fontawesome-envelope:before{content:"\f003"}.fontawesome-heart:before{content:"\f004"}.fontawesome-star:before{content:"\f005"}.fontawesome-star-empty:before{content:"\f006"}.fontawesome-user:before{content:"\f007"}.fontawesome-film:before{content:"\f008"}.fontawesome-th-large:before{content:"\f009"}.fontawesome-th:before{content:"\f00a"}.fontawesome-th-list:before{content:"\f00b"}.fontawesome-ok:before{content:"\f00c"}.fontawesome-remove:before{content:"\f00d"}.fontawesome-zoom-in:before{content:"\f00e"}.fontawesome-zoom-out:before{content:"\f010"}.fontawesome-off:before{content:"\f011"}.fontawesome-signal:before{content:"\f012"}.fontawesome-cog:before{content:"\f013"}.fontawesome-trash:before{content:"\f014"}.fontawesome-home:before{content:"\f015"}.fontawesome-file:before{content:"\f016"}.fontawesome-time:before{content:"\f017"}.fontawesome-road:before{content:"\f018"}.fontawesome-download-alt:before{content:"\f019"}.fontawesome-download:before{content:"\f01a"}.fontawesome-upload:before{content:"\f01b"}.fontawesome-inbox:before{content:"\f01c"}.fontawesome-play-circle:before{content:"\f01d"}.fontawesome-repeat:before{content:"\f01e"}.fontawesome-refresh:before{content:"\f021"}.fontawesome-list-alt:before{content:"\f022"}.fontawesome-lock:before{content:"\f023"}.fontawesome-flag:before{content:"\f024"}.fontawesome-headphones:before{content:"\f025"}.fontawesome-volume-off:before{content:"\f026"}.fontawesome-volume-down:before{content:"\f027"}.fontawesome-volume-up:before{content:"\f028"}.fontawesome-qrcode:before{content:"\f029"}.fontawesome-barcode:before{content:"\f02a"}.fontawesome-tag:before{content:"\f02b"}.fontawesome-tags:before{content:"\f02c"}.fontawesome-book:before{content:"\f02d"}.fontawesome-bookmark:before{content:"\f02e"}.fontawesome-print:before{content:"\f02f"}.fontawesome-camera:before{content:"\f030"}.fontawesome-font:before{content:"\f031"}.fontawesome-bold:before{content:"\f032"}.fontawesome-italic:before{content:"\f033"}.fontawesome-text-height:before{content:"\f034"}.fontawesome-text-width:before{content:"\f035"}.fontawesome-align-left:before{content:"\f036"}.fontawesome-align-center:before{content:"\f037"}.fontawesome-align-right:before{content:"\f038"}.fontawesome-align-justify:before{content:"\f039"}.fontawesome-list:before{content:"\f03a"}.fontawesome-indent-left:before{content:"\f03b"}.fontawesome-indent-right:before{content:"\f03c"}.fontawesome-facetime-video:before{content:"\f03d"}.fontawesome-picture:before{content:"\f03e"}.fontawesome-pencil:before{content:"\f040"}.fontawesome-map-marker:before{content:"\f041"}.fontawesome-adjust:before{content:"\f042"}.fontawesome-tint:before{content:"\f043"}.fontawesome-edit:before{content:"\f044"}.fontawesome-share:before{content:"\f045"}.fontawesome-check:before{content:"\f046"}.fontawesome-move:before{content:"\f047"}.fontawesome-step-backward:before{content:"\f048"}.fontawesome-fast-backward:before{content:"\f049"}.fontawesome-backward:before{content:"\f04a"}.fontawesome-play:before{content:"\f04b"}.fontawesome-pause:before{content:"\f04c"}.fontawesome-stop:before{content:"\f04d"}.fontawesome-forward:before{content:"\f04e"}.fontawesome-fast-forward:before{content:"\f050"}.fontawesome-step-forward:before{content:"\f051"}.fontawesome-eject:before{content:"\f052"}.fontawesome-chevron-left:before{content:"\f053"}.fontawesome-chevron-right:before{content:"\f054"}.fontawesome-plus-sign:before{content:"\f055"}.fontawesome-minus-sign:before{content:"\f056"}.fontawesome-remove-sign:before{content:"\f057"}.fontawesome-ok-sign:before{content:"\f058"}.fontawesome-question-sign:before{content:"\f059"}.fontawesome-info-sign:before{content:"\f05a"}.fontawesome-screenshot:before{content:"\f05b"}.fontawesome-remove-circle:before{content:"\f05c"}.fontawesome-ok-circle:before{content:"\f05d"}.fontawesome-ban-circle:before{content:"\f05e"}.fontawesome-arrow-left:before{content:"\f060"}.fontawesome-arrow-right:before{content:"\f061"}.fontawesome-arrow-up:before{content:"\f062"}.fontawesome-arrow-down:before{content:"\f063"}.fontawesome-share-alt:before{content:"\f064"}.fontawesome-resize-full:before{content:"\f065"}.fontawesome-resize-small:before{content:"\f066"}.fontawesome-plus:before{content:"\f067"}.fontawesome-minus:before{content:"\f068"}.fontawesome-asterisk:before{content:"\f069"}.fontawesome-exclamation-sign:before{content:"\f06a"}.fontawesome-gift:before{content:"\f06b"}.fontawesome-leaf:before{content:"\f06c"}.fontawesome-fire:before{content:"\f06d"}.fontawesome-eye-open:before{content:"\f06e"}.fontawesome-eye-close:before{content:"\f070"}.fontawesome-warning-sign:before{content:"\f071"}.fontawesome-plane:before{content:"\f072"}.fontawesome-calendar:before{content:"\f073"}.fontawesome-random:before{content:"\f074"}.fontawesome-comment:before{content:"\f075"}.fontawesome-magnet:before{content:"\f076"}.fontawesome-chevron-up:before{content:"\f077"}.fontawesome-chevron-down:before{content:"\f078"}.fontawesome-retweet:before{content:"\f079"}.fontawesome-shopping-cart:before{content:"\f07a"}.fontawesome-folder-close:before{content:"\f07b"}.fontawesome-folder-open:before{content:"\f07c"}.fontawesome-resize-vertical:before{content:"\f07d"}.fontawesome-resize-horizontal:before{content:"\f07e"}.fontawesome-bar-chart:before{content:"\f080"}.fontawesome-twitter-sign:before{content:"\f081"}.fontawesome-facebook-sign:before{content:"\f082"}.fontawesome-camera-retro:before{content:"\f083"}.fontawesome-key:before{content:"\f084"}.fontawesome-cogs:before{content:"\f085"}.fontawesome-comments:before{content:"\f086"}.fontawesome-thumbs-up:before{content:"\f087"}.fontawesome-thumbs-down:before{content:"\f088"}.fontawesome-star-half:before{content:"\f089"}.fontawesome-heart-empty:before{content:"\f08a"}.fontawesome-signout:before{content:"\f08b"}.fontawesome-linkedin-sign:before{content:"\f08c"}.fontawesome-pushpin:before{content:"\f08d"}.fontawesome-external-link:before{content:"\f08e"}.fontawesome-signin:before{content:"\f090"}.fontawesome-trophy:before{content:"\f091"}.fontawesome-github-sign:before{content:"\f092"}.fontawesome-upload-alt:before{content:"\f093"}.fontawesome-lemon:before{content:"\f094"}.fontawesome-phone:before{content:"\f095"}.fontawesome-check-empty:before{content:"\f096"}.fontawesome-bookmark-empty:before{content:"\f097"}.fontawesome-phone-sign:before{content:"\f098"}.fontawesome-twitter:before{content:"\f099"}.fontawesome-facebook:before{content:"\f09a"}.fontawesome-github:before{content:"\f09b"}.fontawesome-unlock:before{content:"\f09c"}.fontawesome-credit-card:before{content:"\f09d"}.fontawesome-rss:before{content:"\f09e"}.fontawesome-hdd:before{content:"\f0a0"}.fontawesome-bullhorn:before{content:"\f0a1"}.fontawesome-bell:before{content:"\f0a2"}.fontawesome-certificate:before{content:"\f0a3"}.fontawesome-hand-right:before{content:"\f0a4"}.fontawesome-hand-left:before{content:"\f0a5"}.fontawesome-hand-up:before{content:"\f0a6"}.fontawesome-hand-down:before{content:"\f0a7"}.fontawesome-circle-arrow-left:before{content:"\f0a8"}.fontawesome-circle-arrow-right:before{content:"\f0a9"}.fontawesome-circle-arrow-up:before{content:"\f0aa"}.fontawesome-circle-arrow-down:before{content:"\f0ab"}.fontawesome-globe:before{content:"\f0ac"}.fontawesome-wrench:before{content:"\f0ad"}.fontawesome-tasks:before{content:"\f0ae"}.fontawesome-filter:before{content:"\f0b0"}.fontawesome-briefcase:before{content:"\f0b1"}.fontawesome-fullscreen:before{content:"\f0b2"}.fontawesome-group:before{content:"\f0c0"}.fontawesome-link:before{content:"\f0c1"}.fontawesome-cloud:before{content:"\f0c2"}.fontawesome-beaker:before{content:"\f0c3"}.fontawesome-cut:before{content:"\f0c4"}.fontawesome-copy:before{content:"\f0c5"}.fontawesome-paper-clip:before{content:"\f0c6"}.fontawesome-save:before{content:"\f0c7"}.fontawesome-sign-blank:before{content:"\f0c8"}.fontawesome-reorder:before{content:"\f0c9"}.fontawesome-list-ul:before{content:"\f0ca"}.fontawesome-list-ol:before{content:"\f0cb"}.fontawesome-strikethrough:before{content:"\f0cc"}.fontawesome-underline:before{content:"\f0cd"}.fontawesome-table:before{content:"\f0ce"}.fontawesome-magic:before{content:"\f0d0"}.fontawesome-truck:before{content:"\f0d1"}.fontawesome-pinterest:before{content:"\f0d2"}.fontawesome-pinterest-sign:before{content:"\f0d3"}.fontawesome-google-plus-sign:before{content:"\f0d4"}.fontawesome-google-plus:before{content:"\f0d5"}.fontawesome-money:before{content:"\f0d6"}.fontawesome-caret-down:before{content:"\f0d7"}.fontawesome-caret-up:before{content:"\f0d8"}.fontawesome-caret-left:before{content:"\f0d9"}.fontawesome-caret-right:before{content:"\f0da"}.fontawesome-columns:before{content:"\f0db"}.fontawesome-sort:before{content:"\f0dc"}.fontawesome-sort-down:before{content:"\f0dd"}.fontawesome-sort-up:before{content:"\f0de"}.fontawesome-envelope-alt:before{content:"\f0e0"}.fontawesome-linkedin:before{content:"\f0e1"}.fontawesome-undo:before{content:"\f0e2"}.fontawesome-legal:before{content:"\f0e3"}.fontawesome-dashboard:before{content:"\f0e4"}.fontawesome-comment-alt:before{content:"\f0e5"}.fontawesome-comments-alt:before{content:"\f0e6"}.fontawesome-bolt:before{content:"\f0e7"}.fontawesome-sitemap:before{content:"\f0e8"}.fontawesome-umbrella:before{content:"\f0e9"}.fontawesome-paste:before{content:"\f0ea"}.fontawesome-lightbulb:before{content:"\f0eb"}.fontawesome-exchange:before{content:"\f0ec"}.fontawesome-cloud-download:before{content:"\f0ed"}.fontawesome-cloud-upload:before{content:"\f0ee"}.fontawesome-user-md:before{content:"\f0f0"}.fontawesome-stethoscope:before{content:"\f0f1"}.fontawesome-suitcase:before{content:"\f0f2"}.fontawesome-bell-alt:before{content:"\f0f3"}.fontawesome-coffee:before{content:"\f0f4"}.fontawesome-food:before{content:"\f0f5"}.fontawesome-file-alt:before{content:"\f0f6"}.fontawesome-building:before{content:"\f0f7"}.fontawesome-hospital:before{content:"\f0f8"}.fontawesome-ambulance:before{content:"\f0f9"}.fontawesome-medkit:before{content:"\f0fa"}.fontawesome-fighter-jet:before{content:"\f0fb"}.fontawesome-beer:before{content:"\f0fc"}.fontawesome-h-sign:before{content:"\f0fd"}.fontawesome-plus-sign-alt:before{content:"\f0fe"}.fontawesome-double-angle-left:before{content:"\f100"}.fontawesome-double-angle-right:before{content:"\f101"}.fontawesome-double-angle-up:before{content:"\f102"}.fontawesome-double-angle-down:before{content:"\f103"}.fontawesome-angle-left:before{content:"\f104"}.fontawesome-angle-right:before{content:"\f105"}.fontawesome-angle-up:before{content:"\f106"}.fontawesome-angle-down:before{content:"\f107"}.fontawesome-desktop:before{content:"\f108"}.fontawesome-laptop:before{content:"\f109"}.fontawesome-tablet:before{content:"\f10a"}.fontawesome-mobile-phone:before{content:"\f10b"}.fontawesome-circle-blank:before{content:"\f10c"}.fontawesome-quote-left:before{content:"\f10d"}.fontawesome-quote-right:before{content:"\f10e"}.fontawesome-spinner:before{content:"\f110"}.fontawesome-circle:before{content:"\f111"}.fontawesome-reply:before{content:"\f112"}.fontawesome-github-alt:before{content:"\f113"}.fontawesome-folder-close-alt:before{content:"\f114"}.fontawesome-folder-open-alt:before{content:"\f115"} \ No newline at end of file diff --git a/src/templates/assets/css/extra-pages.css b/src/templates/assets/css/extra-pages.css new file mode 100644 index 0000000..54ca0fc --- /dev/null +++ b/src/templates/assets/css/extra-pages.css @@ -0,0 +1,510 @@ +/* + * Copyright (c) 2013 Thibaut Courouble + * http://www.cssflow.com + * + * Licensed under the MIT License: + * http://www.opensource.org/licenses/mit-license.php + */ + .wrap-price-table { + margin-top: 60px; +} +.plans { + width: 836px; + margin: 50px auto; + overflow: hidden; +} +.plan { + float: left; + width: 100%; + margin: 20px 2px; + padding: 15px 25px; + text-align: center; + background: white; + background-clip: padding-box; + border: 1px solid #e5ded6; + border-color: rgba(0, 0, 0, 0.1); + border-radius: 5px; +} +.plan-title { + margin-bottom: 12px; + font-size: 24px; + color: #36bce6; +} +.plan-price { + margin-bottom: 20px; + line-height: 1; + font-size: 40px; + font-weight: bold; + color: #37BCE5; +} +.plan-unit { + display: block; + margin-top: 5px; + font-size: 13px; + font-weight: normal; + color: #aaa; +} +.plan-features { + width: 80%; + margin: 20px auto 15px; + padding: 15px 0 0 15px; + border-top: 1px solid #e5ded6; + text-align: left; +} +.plan-feature { + line-height: 20px; + font-size: 24px; + font-weight: bold; + list-style: none; +} +.plan-feature + .plan-feature { + line-height: 20px; + font-size: 24px; + font-weight: bold; + list-style: none; +} +.plan-feature-unit { + margin-left: 2px; + font-size: 16px; +} +.plan-feature-name { + font-size: 13px; + font-weight: normal; + color: #aaa; +} +.plan-button { + position: relative; + display: block; + line-height: 40px; + font-size: 16px; + font-weight: 500; + color: white; + text-align: center; + text-decoration: none; + text-shadow: 0 1px rgba(0, 0, 0, 0.1); + background: #37BCE5; + /**/ + border-bottom: 2px solid #cf7e3b; + border-color: rgba(0, 0, 0, 0.15); + border-radius: 4px; +} +.plan-button:active { + top: 2px; + margin-bottom: 2px; + border-bottom: 0; +} +.plan-highlight { + margin-top: 15px; + margin-bottom: 0; + padding-left: 15px; + padding-right: 15px; + width: 100%; +} +.plan-highlight .plan-button { + font-size: 18px; + line-height: 49px; + background: #45B6B0; + border-color: #3996b3; + border-color: rgba(0, 0, 0, 0.15); +} +.plan-recommended { + width: 100%; + margin: -15px auto 15px; + padding-bottom: 2px; + line-height: 22px; + font-size: 14px; + font-weight: bold; + color: white; + text-shadow: 0 1px rgba(0, 0, 0, 0.05); + background: #45B6B0; + border-radius: 0 0 4px 4px; +} +.plan-circle { + background: #37BCE5; + margin: 0 auto; + width: 150px; + height: 150px; + border-radius:80px; + color: #fff!important; +} +.plan-circle h3 { + color: #fff; + padding: 35px 0 0 0; +} +.plan-circle p { + margin-bottom: 0; + line-height: 1; + font-size: 28px; + font-weight: bold; + color: #fff; +} +.plan-circle span { + margin: 0; +} +.plan-circle-highlight { + background: #45B6B0; + margin: 0 auto; + width: 150px; + height: 150px; + border-radius:80px; + color: #fff!important; +} +.plan-circle-highlight h3 { + color: #fff; + padding: 35px 0 0 0; +} +.plan-circle-highlight p { + margin-bottom: 0; + line-height: 1; + font-size: 28px; + font-weight: bold; + color: #fff; +} +.plan-circle-highlight span { + margin: 0; +} +/*TIME LINE*/ + .time-wrap { + margin: 30px 0 0 0; +} +.bg-time { + background: #A8BDCF!important; + color: #FFFFFF!important; +} +.timeline { + margin: 0 0 30px 0; + padding: 0; + list-style: none; +} +.timeline:before { + content:''; + position: absolute; + top: 0px; + bottom: 0; + width: 3px; + background: #A8BDCF; + left: 47px; + /* border: 1px solid #FFFFFF; */ + margin: 0; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} +.timeline > li { + position: relative; + margin-right: 10px; + margin-bottom: 15px; +} +.timeline > li:before, .timeline > li:after { + display: table; + content:" "; +} +.timeline > li:after { + clear: both; +} +.timeline > li > .timeline-item { + margin-top: 10px; + border: 0px solid #dfdfdf; + background: #fff; + margin-left: 60px; + margin-right: 15px; + padding: 5px; + position: relative; + border-radius: 4px; +} +.timeline > li > .timeline-item > .time { + color: #999; + float: right; + margin: 2px 0 0 0; +} +.timeline > li > .timeline-item > .timeline-header { + margin: 0; + /* color: #555; */ + border-bottom: 1px solid #f4f4f4; + padding: 5px 5px 5px 10px; + font-size: 14px; + line-height: 2.1; +} +.timeline > li > .timeline-item > .timeline-header > a { + font-weight: 600; +} +.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer { + padding: 10px; +} +.timeline > li.time-label > span { + font-weight: 600; + padding: 5px; + display: inline-block; + background-color: #A8BDCF; + color: #FFFFFF; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} +.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion { + width: 30px; + height: 30px; + font-size: 15px; + line-height: 30px; + position: absolute; + color: #666; + background: #eee; + border-radius: 50%; + text-align: center; + left: 18px; + top: 0; +} +img.margin { + width: 80px; + margin-right: 6px; + border-radius: 60px; +} +/*END OF TIME LINE*/ + +/*404*/ + .error-link { + color: #FFA200; +} +.error-link:hover { + color: #FFFFFF; +} +.page-error { + min-width: 200px; +} +div.error-content { + color: #fff; +} +h2.headline.text-info { + color: #fff; + font-size: 50px; + font-weight: bold; + letter-spacing: 1px; +} +.logo-error { + background: rgba(0, 0, 0, 0.08); + border-radius: 3px 3px 0 0; + color: #FFFFFF; + left: 0; + padding: 0 0 15px 25px; + position: absolute; + top: -120px; + width: 100%; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1); +} +.logo-error h1 { + color: #FFFFFF; + font-size: 30px; + font-weight: 200; + letter-spacing: -1px; + text-decoration: inherit; + text-transform: uppercase; +} +.logo-error h1 span { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + border-radius: 3px; + font-size: 11px; + margin-left: 0; + padding: 0 5px; + position: relative; + top: -3px; +} +.text-yellow { + color: #FFA200; +} +.wrap-logo { + position: absolute; + top: 0; + left: 0; + width: 100%; +} +/*END OF 404*/ + +/*LOCKED SCREEN*/ + +/* ADD THIS CLASS TO THE TAG */ + .lockscreen { + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +/* Remove the background from the body element */ + .lockscreen > body { + background: transparent; +} +/* We will put the dynamically generated digital clock here */ + .lockscreen .headline { + color: #fff; + text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5); + font-weight: 300; + -webkit-font-smoothing: antialiased !important; + opacity: 0.8; + margin: 10px 0 30px 0; + font-size: 90px; +} +@media screen and (max-width: 480px) { + .lockscreen .headline { + font-size: 60px; + margin-bottom: 40px; + } +} +/* User name [optional] */ + .lockscreen .lockscreen-name { + text-align: center; + font-weight: 600; + font-size: 16px; +} +/* Will contain the image and the sign in form */ + .lockscreen-item { + padding: 0; + background: #fff; + position: relative; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + margin: 10px auto; + width: 290px; +} +.lockscreen-item:before, .lockscreen-item:after { + display: table; + content:" "; +} +.lockscreen-item:after { + clear: both; +} +/* User image */ + .lockscreen-item > .lockscreen-image { + position: absolute; + left: -10px; + top: -30px; + background: #fff; + padding: 10px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + border-radius: 50%; + z-index: 10; +} +.lockscreen-item > .lockscreen-image > img { + width: 70px; + height: 70px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + border-radius: 50%; +} +/* Contains the password input and the login button */ + .lockscreen-item > .lockscreen-credentials { + margin-left: 0; +} +.lockscreen-item > .lockscreen-credentials input { + border: 0 !important; +} +.lockscreen-item > .lockscreen-credentials .btn { + background-color: #fff; + border: 0; +} +/* Extra to give the user an option to navigate the website [optional]*/ + .lockscreen-link { + margin-top:0; + text-align: center; +} +.headline { + /* color: rgba(255, 255, 255, 0.5)!important; */ + /* font-size: 70px; */ + letter-spacing: -1px; + /* background: rgba(0, 0, 0, 0.1); */ + /* width: 500px; */ + margin: 0 auto 20px; + border-radius: 66px; + /* border: 1px solid rgba(0, 0, 0, 0.2); */ + /* box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1); */ +} +.headline-lock { + color: rgba(255, 255, 255, 0.5)!important; +font-size: 450%; +letter-spacing: -1px; +background: rgba(0, 0, 0, 0.1); +width: 500px; +margin: 0 auto 20px; +border-radius: 66px; +border: 1px solid rgba(0, 0, 0, 0.2); +box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1); +/* height: 80px; */ +line-height: 78px; +} +div.lockscreen-image { + width: 140px; + height:105px; + margin: 0 auto; + text-align: center; +} +div.lockscreen-image img { + width: 100px; + margin: 0 auto; + text-align: center; + border-radius: 63px; + border: 5px solid #fff; +} +div.lockscreen-name { + color: #fff; + font-size: 22px; + margin: 0 auto; + text-align: center; + letter-spacing: -1px; +} +div.lockscreen-name { + color: #fff; + font-size: 20px; + margin: 20px auto 0; + text-align: center; + letter-spacing: -1px; + text-transform: uppercase; +} +.lock-link { + color: #FFBC49; + margin-top: -30px; +} +.lock-link:hover { + color: #FFFFFF; +} +@media (max-width: 767px) { + .headline { + color: rgba(255, 255, 255, 0.5)!important; + font-size: 20px; + letter-spacing: -1px; + background: rgba(0, 0, 0, 0.1); + width: auto; + margin: 0 auto 20px; + border-radius: 66px; + border: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1); + } + .headline-lock { +color: rgba(255, 255, 255, 0.5)!important; +font-size: 2em; +letter-spacing: -1px; +background: rgba(0, 0, 0, 0.1); +width: auto; +margin: 35% auto 20px; +border-radius: 66px; +border: 1px solid rgba(0, 0, 0, 0.2); +box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1); +/* height: 80px; */ +line-height: 38px; +text-align: center; +} + .page-error { + margin: 0 auto; + } + #lock { + padding: 0!important; + } +} +.invoice-header { + background: #c9e7f2!important; + color: #31708f!important; +} +/*END OF LOCKED SCREEN*/ + small.pull-right { + color: #31708f!important; +} diff --git a/src/templates/assets/css/font-awesome.css b/src/templates/assets/css/font-awesome.css new file mode 100644 index 0000000..048cff9 --- /dev/null +++ b/src/templates/assets/css/font-awesome.css @@ -0,0 +1,1338 @@ +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.3333333333333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.2857142857142858em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.142857142857143em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.142857142857143em; + width: 2.142857142857143em; + top: 0.14285714285714285em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.8571428571428572em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: spin 2s infinite linear; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} +@-moz-keyframes spin { + 0% { + -moz-transform: rotate(0deg); + } + 100% { + -moz-transform: rotate(359deg); + } +} +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + } +} +@-o-keyframes spin { + 0% { + -o-transform: rotate(0deg); + } + 100% { + -o-transform: rotate(359deg); + } +} +@-ms-keyframes spin { + 0% { + -ms-transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); + } +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +.fa-rotate-90 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-asc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-desc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-reply-all:before { + content: "\f122"; +} +.fa-mail-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} diff --git a/src/templates/assets/css/icons-style.css b/src/templates/assets/css/icons-style.css new file mode 100644 index 0000000..7a37121 --- /dev/null +++ b/src/templates/assets/css/icons-style.css @@ -0,0 +1,22 @@ +.entypo li, .entypo-tooltip li { + float: left; + height: 10%; + padding: 0.5em; + position: relative; + text-align: center; + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + transition: all 0.5s ease; + width: 10%; + list-style: none; + font-size: 20px; + color: #363E49; +} +.entypo li:hover, .entypo-tooltip li:hover{ + color:#000; + cursor: pointer; + +} + diff --git a/src/templates/assets/css/loader-style.css b/src/templates/assets/css/loader-style.css new file mode 100644 index 0000000..5a59b6a --- /dev/null +++ b/src/templates/assets/css/loader-style.css @@ -0,0 +1,27 @@ + + + +@import "../js/skin-select/skin-select.css"; + +@import "font-awesome.css"; +@import "entypo-icon.css"; +@import "maki-icons.css"; +@import "weather-icons.min.css"; +@import "dripicon.css"; +@import "open-sans.css"; +@import "awwwards.css"; + + + + + +@import "../js/pnotify/jquery.pnotify.default.css"; +@import "../js/tip/tooltipster.css"; + + + + + +@import "../js/pace/themes/pace-theme-center-simple.css"; +@import "../js/slidebars/slidebars.css"; +@import "../js/gage/jquery.easy-pie-chart.css"; diff --git a/src/templates/assets/css/mail.css b/src/templates/assets/css/mail.css new file mode 100644 index 0000000..5b4fd70 --- /dev/null +++ b/src/templates/assets/css/mail.css @@ -0,0 +1,48 @@ +.side-mail{ +/* background:#fff; + padding:10px; */ + margin-top:20px; +} +.button-mail{ + margin: 0 0 15px; + text-align: left; + width: 100%; +} +.list-btn-mail{ + margin-bottom: 15px; +} +.list-btn-mail > span { + float: left; + font-size: 18px; + font-style: normal; + width: 33px; +} +.list-btn-mail > i{ + background: none repeat scroll 0 0 #39B3D7; + border-radius: 12px; + color: #FFFFFF; + float: right; + font-style: normal; + padding: 0 5px; + +} +.list-btn-mail > a{ + color:#666; +} +.list-btn-mail.active { + border-bottom: 1px solid #39B3D7; + padding: 0 0 14px; +} +#content-mail{ + background: none repeat scroll 0 0 #FFFFFF; + border-radius: 4px; + margin-top: 20px; + min-height: 500px; + padding: 10px 11px; + width: 100%; +} +.mail_header{ + border-radius: 4px; + margin-top: 20px; + width: 100%; +} \ No newline at end of file diff --git a/src/templates/assets/css/maki-icons.css b/src/templates/assets/css/maki-icons.css new file mode 100644 index 0000000..2b1296d --- /dev/null +++ b/src/templates/assets/css/maki-icons.css @@ -0,0 +1,12 @@ +@charset 'UTF-8'; +@font-face { + font-family: 'maki'; + font-style: 'normal'; + font-weight: 'normal'; + src: url('../font/maki.eot'); + src: url('../font/maki.eot?#iefix') format('eot'), + url('../font/maki.woff') format('woff'), + url('../font/maki.ttf') format('truetype'), + url('../font/maki.svg#maki') format('svg'); +} +.maki-aboveground-rail:before{content:'\e800'}.maki-airfield:before{content:'\e801'}.maki-airport:before{content:'\e802'}.maki-art-gallery:before{content:'\e803'}.maki-bar:before{content:'\e804'}.maki-baseball:before{content:'\e806'}.maki-basketball:before{content:'\e807'}.maki-beer:before{content:'\e808'}.maki-belowground-rail:before{content:'\e809'}.maki-bicycle:before{content:'\e80a'}.maki-bus:before{content:'\e80b'}.maki-cafe:before{content:'\e80c'}.maki-campsite:before{content:'\e80d'}.maki-cemetery:before{content:'\e80e'}.maki-cinema:before{content:'\e80f'}.maki-college:before{content:'\e810'}.maki-commerical-building:before{content:'\e811'}.maki-credit-card:before{content:'\e812'}.maki-cricket:before{content:'\e813'}.maki-embassy:before{content:'\e814'}.maki-fast-food:before{content:'\e815'}.maki-ferry:before{content:'\e816'}.maki-fire-station:before{content:'\e817'}.maki-football:before{content:'\e818'}.maki-fuel:before{content:'\e819'}.maki-garden:before{content:'\e81a'}.maki-giraffe:before{content:'\e81b'}.maki-golf:before{content:'\e81c'}.maki-grocery-store:before{content:'\e81e'}.maki-harbor:before{content:'\e81f'}.maki-heliport:before{content:'\e820'}.maki-hospital:before{content:'\e821'}.maki-industrial-building:before{content:'\e822'}.maki-library:before{content:'\e823'}.maki-lodging:before{content:'\e824'}.maki-london-underground:before{content:'\e825'}.maki-minefield:before{content:'\e826'}.maki-monument:before{content:'\e827'}.maki-museum:before{content:'\e828'}.maki-pharmacy:before{content:'\e829'}.maki-pitch:before{content:'\e82a'}.maki-police:before{content:'\e82b'}.maki-post:before{content:'\e82c'}.maki-prison:before{content:'\e82d'}.maki-rail:before{content:'\e82e'}.maki-religious-christian:before{content:'\e82f'}.maki-religious-islam:before{content:'\e830'}.maki-religious-jewish:before{content:'\e831'}.maki-restaurant:before{content:'\e832'}.maki-roadblock:before{content:'\e833'}.maki-school:before{content:'\e834'}.maki-shop:before{content:'\e835'}.maki-skiing:before{content:'\e836'}.maki-soccer:before{content:'\e837'}.maki-swimming:before{content:'\e838'}.maki-tennis:before{content:'\e839'}.maki-theatre:before{content:'\e83a'}.maki-toilet:before{content:'\e83b'}.maki-town-hall:before{content:'\e83c'}.maki-trash:before{content:'\e83d'}.maki-tree-1:before{content:'\e83e'}.maki-tree-2:before{content:'\e83f'}.maki-warehouse:before{content:'\e840'} \ No newline at end of file diff --git a/src/templates/assets/css/media.css b/src/templates/assets/css/media.css new file mode 100644 index 0000000..236e7d5 --- /dev/null +++ b/src/templates/assets/css/media.css @@ -0,0 +1,238 @@ +/* *, *:before, *:after { + box-sizing: border-box !important; +} */ + .row-mansory { + -moz-column-width: 25em; + -webkit-column-width: 25em; + -moz-column-gap: 1em; + -webkit-column-gap:1em; +} +.row-mansory > .col-md-4 { + display: inline-block; + padding: .33rem; + width: 100%; + float:none; +} +.well-media { + position:relative; + display: block; + background: #fff; + border-radius: 4px; + margin: 20px; + border: 1px solid #ededed; +} +/** + * VIDEO + */ + video { + max-width: 100%; + height: auto; +} +iframe, embed, object { + max-width: 100%; +} +.vendor { + margin-bottom: 2em; +} +.unsupported { + background: #fddfde; +} +.video-text { + padding: 0 20px; +} +.video-text > h2 { + font-size: 1.6em; + font-weight: 300; +} +.tag-nest { + border-bottom: 1px dashed #EDEDED; + border-top: 1px dashed #EDEDED; + margin: 20px 0; + padding: 15px 20px; +} +.tag-nest i { + font-style: normal; + margin-right: 10px; +} +.tag-nest i:before { + content:"/"!important; + padding-right: 8px; +} +.video-category-bg { + background: none repeat scroll 0 0 #FF6B6B; + height: 80px; + position: relative; + width: 100%; +} +.photo-category-bg { + background: none repeat scroll 0 0 #0090D9; + height: 80px; + position: relative; + width: 100%; +} +.audio-category-bg { + background: none repeat scroll 0 0 #08ADB3; + height: 80px; + position: relative; + width: 100%; +} +.album-category-bg { + background: none repeat scroll 0 0 #FAAB01; + height: 80px; + position: relative; + width: 100%; +} +.triangle-photo-right { + border-style: solid; + border-width: 0 0 120px 150px; + height: 0; + position: absolute; + right: 0; + top: -40px; + width: 0; + z-index: 0; + border-color: transparent transparent #3FBDFC transparent; +} +.triangle-audio-right { + border-style: solid; + border-width: 0 0 120px 150px; + height: 0; + position: absolute; + right: 0; + top: -40px; + width: 0; + z-index: 0; + border-color: transparent transparent #10D4DD transparent; +} +.triangle-album-right { + border-style: solid; + border-width: 0 0 120px 150px; + height: 0; + position: absolute; + right: 0; + top: -40px; + width: 0; + z-index: 0; + border-color: transparent transparent #F3CB41 transparent; +} +.link-media.pull-right { + color: #FFFFFF; + font-size: 3em; + margin: 10px 25px 0; + position: relative; + z-index: 1; +} +.video-category-bg > h3, .photo-category-bg > h3, .audio-category-bg > h3, .album-category-bg > h3 { + color: #FFFFFF; + font-size: 1.5em; + font-weight: 300; + left: 20px; + position: absolute; + text-transform: uppercase; + top: 8px; + width: auto; +} +.triangle-video-right { + border-style: solid; + border-width: 0 0 120px 150px; + height: 0; + position: absolute; + right: 0; + top: -40px; + width: 0; + z-index: 0; + border-color: transparent transparent #F24B4B transparent; +} +.triangle-white { + border-style: solid; + border-width: 20px 25px 0; + height: 0; + left: 20px; + position: absolute; + top: -5px; + width: 0; + border-color: #fff transparent transparent transparent; +} +.img-responsive-media { + display: block; + height: auto; + width: 100%; +} +/** + * BLOG + */ + .blog-list-nest { + background: #fff; + border: 1px solid #eee; + margin-bottom: 30px; +} +.blog-list-content { + padding:20px; +} +.blog-list-content > h2 { + font-size: 2em; + font-weight: 300; + margin: 0 0 20px; +} +.list-inline a { + color: #0DB8DF; +} +.list-inline a:hover { + color: #60B8D1; +} +.blog-list-content > p { + margin-bottom: 20px; + line-height: 1.6em; +} +.vendor blockquote { + border-left: 5px solid #0DB8DF; + font-size: 17.5px; + margin: 30px 0; + padding: 10px 20px; +} +.blog-side-nest { + background: #fff; + border: 1px solid #eee; + margin-bottom: 30px; + padding: 0 20px; +} +.list-inline > li { + display: inline-block!important; + padding-right: 5px!important; + padding-left: 0!important; + padding-top: 8px!important; +} +.comment-nest { + background: #fff; + border: 1px solid #ededed; + padding: 20px; +} +.media-body p { + margin: 10px 0 0 20px; + line-height: 1.6em; +} +.link-comment { + color: #0DB8DF!important; +} +.link-comment i { + font-style: normal!important; +} +.comment-nest h1 { + font-weight: 300; + font-size: 18px; + margin: 0 0 20px; + text-transform: uppercase; +} +.blog-profile { + margin: 0 auto; + padding: 20px 0; +} +.social-blog-profile { + margin: -20px auto 5px; + text-align: center; + font-size: 2em; +} +.recentpost-link{ + margin:-20px 0 10px; + color: #0DB8DF!important; +} \ No newline at end of file diff --git a/src/templates/assets/css/open-sans.css b/src/templates/assets/css/open-sans.css new file mode 100644 index 0000000..fe732c1 --- /dev/null +++ b/src/templates/assets/css/open-sans.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans-light.woff) format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans-normal.woff) format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans-bold.woff) format('woff'); +} \ No newline at end of file diff --git a/src/templates/assets/css/profile.css b/src/templates/assets/css/profile.css new file mode 100644 index 0000000..441c293 --- /dev/null +++ b/src/templates/assets/css/profile.css @@ -0,0 +1,138 @@ +.img-profile { + margin:0 auto; + text-align:left; + width:13em; + height:13em; +} +.profile { + min-height: 355px; + display: inline-block; + margin-top: 40px; + background: rgba(255, 255, 255, 0.5)!important; +} +.profile-edit { + min-height: 355px; + display: inline-block; + margin: 40px 20px 0 20px; + background: rgba(255, 255, 255, 0.5)!important; + width: 100%!important; +} +.ratings { + margin: 0; + text-align: right; +} +.ratings a { + color: #F1C40F; + font-size: 13px; +} +.ratings a:hover { + color:#f39c12; + text-decoration:none; +} +.divider { + border-top:1px solid rgba(0, 0, 0, 0.1); +} +.emphasis { + border-top: 4px solid transparent; +} +.emphasis:hover { + border-top: 4px solid #1abc9c; +} +.emphasis h2 { + margin-bottom:0; +} +span.tags { + background: #1abc9c; + border-radius: 2px; + color: #f5f5f5; + font-weight: bold; + padding: 2px 4px; +} +.dropdown-menu { +/* background-color: #34495e; + box-shadow: none; + -webkit-box-shadow: none; + width: 250px; + margin-left: -125px; + left: 50%;*/ +} +.dropdown-menu .divider { + background:none; +} +.dropdown-menu>li>a { + color:#f5f5f5; +} +.dropup .dropdown-menu { + margin-bottom:10px; +} +.dropup .dropdown-menu:before { + content:""; + border-top: 10px solid #34495e; + border-right: 10px solid transparent; + border-left: 10px solid transparent; + position: absolute; + bottom: -10px; + left: 50%; + margin-left: -10px; + z-index: 10; +} +.btn-file { + position: relative; + overflow: hidden; +} +.btn-file input[type=file] { + position: absolute; + top: 0; + right: 0; + min-width: 100%; + min-height: 100%; + font-size: 999px; + text-align: right; + filter: alpha(opacity=0); + opacity: 0; + outline: none; + background: white; + cursor: inherit; + display: block; +} +.profile-name{ + background-color: rgba(255, 255, 255, 0.1) !important; + border: 1px solid #EEEEEE !important; + border-radius: 4px; + margin-bottom: 20px; +} +.social-profile i{ + font-style: normal; + cursor: pointer; +} +.profile-content{ + border-bottom: 1px dashed #eee; + width: 100%; + padding: 5px 0; +} +..profile-content > span{ + width: 100px; +} +.profile-content > i { + font-style: normal; + padding: 0 30px; +} +.dl-horizontal-profile dt { + clear: left; + float: left; + overflow: hidden; + padding: 8px 0; + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: 160px; +} +.dl-horizontal-profile dd{ + padding: 8px 0; + + +} +.dl-horizontal-profile dd:before{ + content: ":"; + padding-right: 20px; + diff --git a/src/templates/assets/css/ribbons/awwwards_honorable_black_left.png b/src/templates/assets/css/ribbons/awwwards_honorable_black_left.png new file mode 100644 index 0000000..ac3cf9f Binary files /dev/null and b/src/templates/assets/css/ribbons/awwwards_honorable_black_left.png differ diff --git a/src/templates/assets/css/ribbons/awwwards_honorable_black_right.png b/src/templates/assets/css/ribbons/awwwards_honorable_black_right.png new file mode 100644 index 0000000..17aaccf Binary files /dev/null and b/src/templates/assets/css/ribbons/awwwards_honorable_black_right.png differ diff --git a/src/templates/assets/css/ribbons/awwwards_honorable_green_left.png b/src/templates/assets/css/ribbons/awwwards_honorable_green_left.png new file mode 100644 index 0000000..e6d578f Binary files /dev/null and b/src/templates/assets/css/ribbons/awwwards_honorable_green_left.png differ diff --git a/src/templates/assets/css/ribbons/awwwards_honorable_green_right.png b/src/templates/assets/css/ribbons/awwwards_honorable_green_right.png new file mode 100644 index 0000000..1d9f19c Binary files /dev/null and b/src/templates/assets/css/ribbons/awwwards_honorable_green_right.png differ diff --git a/src/templates/assets/css/ribbons/awwwards_honorable_white_left.png b/src/templates/assets/css/ribbons/awwwards_honorable_white_left.png new file mode 100644 index 0000000..5fe20c6 Binary files /dev/null and b/src/templates/assets/css/ribbons/awwwards_honorable_white_left.png differ diff --git a/src/templates/assets/css/ribbons/awwwards_honorable_white_right.png b/src/templates/assets/css/ribbons/awwwards_honorable_white_right.png new file mode 100644 index 0000000..ff04d63 Binary files /dev/null and b/src/templates/assets/css/ribbons/awwwards_honorable_white_right.png differ diff --git a/src/templates/assets/css/signin.css b/src/templates/assets/css/signin.css new file mode 100644 index 0000000..28dc736 --- /dev/null +++ b/src/templates/assets/css/signin.css @@ -0,0 +1,225 @@ +/* maki */ +[class*="maki-"]:before { + font-family:'maki', sans-serif; +} +/* entypo */ +[class*="entypo-"]:before { + font-family:'entypo', sans-serif; +} +/* fontawesome */ +[class*="fontawesome-"]:before { + font-family:'FontAwesome', sans-serif; +} +body { + color: #9ea7b3!important; + font-family:"Open Sans", Arial, sans-serif!important; + font-size: 13px!important; + line-height: 20px; + overflow-x: hidden!important; + min-height: 100%; + z-index: -2; + margin: 0px !important; + background: url('../img/bg.jpg') no-repeat top center fixed; + -moz-background-size: cover; + -webkit-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +#login-wrapper { + margin: 50px auto 0; + position: relative; + z-index: 5; +} +#logo-login { + background: rgba(48, 65, 96, 0.8); + border-radius: 3px 3px 0 0; + color: #FFFFFF; + padding: 1px 0 14px 25px; + ; +} +#logo-login h1 { + color: #FFFFFF; + font-size: 30px; + font-weight: 200; + letter-spacing: -1px; + text-decoration: inherit; + text-transform: uppercase; +} +#logo-login h1 span { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + border-radius: 3px; + font-size: 11px; + margin-left: 0; + padding: 0 5px; + position: relative; + top: -3px; +} +#login-wrapper3 { + background: none repeat scroll 0 0 #FFFFFF; + border-radius: 4px; + margin: 0 auto; + padding: 10px; + width: 60%; + position:relative; + top:0px; + left:0; + z-index:200; +} +.form-signin { + margin: 0 auto; + padding: 15px; +} +.form-signin .form-signin-heading, .form-signin .checkbox { + margin-bottom: 10px; +} +.form-signin .checkbox { + font-weight: normal; +} +.form-signin .form-control { + -moz-box-sizing: border-box; + font-size: 13px; + height: auto; + padding: 10px; + position: relative; +} +.form-signin .form-control:focus { + z-index: 2; +} +.form-signin input[type="email"] { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + margin-bottom: -1px; +} +.form-signin input[type="password"] { + border-top-left-radius: 0; + border-top-right-radius: 0; + margin-bottom: 10px; +} +.input-group-addon, .btn-fltees:hover { + background: none repeat scroll 0 0 #10ABCE !important; + border: 1px solid #10ABCE !important; + color: #FFFFFF; +} +.btn-fltees { + background: none repeat scroll 0 0 #0DB8DF !important; + border: 1px solid #0DB8DF!important; +} +.form-control:focus { + border-color: #0DB8DF !important; + box-shadow: none!important; + outline: 0 none; +} +.gmap3 { + height: 110%; + margin: 0; + position: fixed!important; + top: 0; + width: 100%; + z-index: 0; + left:0; + opacity:0.3; +} +#logo-wrapper { + width: 100%; + height:60px; +} +#logo-wrapper > img { + height:30px; +} +/* + Login Coustom +*/ + .account-box { + + -moz-border-radius: 0 0 4px 4px + -webkit-border-radius: 0 0 4px 4px; + -khtml-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; + z-index: 3; + font-size: 13px !important; + font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; + background-color: #ffffff; + padding: 20px; +} +.logo { + width: 138px; + height: 30px; + text-align: center; + margin: 10px 0px 27px 40px; + background-position: 0px -4px; + position: relative; +} +.forgotLnk { + margin-top: 10px; + display: block; +} +.purple-bg { + background-color: #6E329D; + color: #fff; +} +.or-box { + border-top: 1px solid #DFDFDF; + margin-bottom: 0; + margin-top: 80px; + padding-top: 20px; + position: relative; +} +.or { + background-color: #FFFFFF; + color: #666666; + position: relative; + text-align: center; + top: -30px; + width: 60px; + padding:0 10px; +} +.account-box .btn:hover { + color: #fff; +} +.btn-facebook { + background-color: #3B5998; + color: #fff; + font-weight:bold; +} +.btn-google { + background-color: #C32F10; + color: #fff; + font-weight:bold; +} +.btn-twitter { + background-color: #00ACED; + color: #fff; + font-weight:bold; +} +.btn-instagram { + background-color: #316698; + color: #fff; + font-weight:bold; +} +.label-forgot { + font-size: 11px; + color: #3276B1; +} +.label-forgot:hover { + text-decoration: none; +} +.space-icon { + border-right: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); + margin-right: 10px; + padding-right: 10px; +} +.login-with { + background: none repeat scroll 0 0 #FFFFFF; + font-size: 14px; + font-weight: bold; + margin: 0 auto; + padding: 0 10px; + position: relative; + text-align: center; + top: -33px; +} +.login-with b{ + color: #00ACED; + cursor: pointer; +} \ No newline at end of file diff --git a/src/templates/assets/css/social.css b/src/templates/assets/css/social.css new file mode 100644 index 0000000..b5b0d3f --- /dev/null +++ b/src/templates/assets/css/social.css @@ -0,0 +1,362 @@ +.social-wrap { + padding: 0 15px; + margin-top: 40px; +} +.wrapper, .row { + margin-left:0; + margin-right:0; +} +.wrapper:before, .wrapper:after, .column:before, .column:after { + content:""; + display: table; +} +.wrapper:after, .column:after { + clear: both; +} +.column { + height: 100%; + overflow: auto; + *zoom:1; +} +.column .padding { + padding: 20px; +} +.full { + padding-top:70px; +} +.box { + bottom: 0; + /* increase for footer use */ + left: 0; + position: absolute; + right: 0; + top: 0; + background-color:#444444; + /* + background-image:url('/assets/example/bg_suburb.jpg'); + background-size:cover; + background-attachment:fixed; + */ +} +.divider { + margin-top:32px; +} +.navbar-blue { + border-width:0; + background-color:#3B5999; + color:#ffffff; + font-family:arial, sans-serif; + top:0; + position:fixed; + width:inherit; +} +.navbar-blue li > a, .navbar-toggle { + color:#efefef; +} +.navbar-blue .dropdown-menu li a { + color:#2A4888; +} +.navbar-blue .dropdown-menu li > a { + padding-left:30px; +} +.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus { + background-color:#2A4888; + color:#fff; +} + +.logo { + display:block; + padding:3px; + background-color:#fff; + color:#3B5999; + height:28px; + width:28px; + margin:9px; + margin-right:2px; + margin-left:15px; + font-size:20px; + font-weight:700; + text-align:center; + text-decoration:none; + text-shadow:0 0 1px; + border-radius:2px; +} +#sidebar-footer { + background-color:#444; + position:absolute; + bottom:5px; + padding:5px; +} + +/* bootstrap overrides */ + h1, h2, h3 { + font-weight:800; +} +.navbar-toggle, .close { + outline:0; +} +.navbar-toggle .icon-bar { + background-color: #fff; +} +.btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { + background-color:#3B5999; + color:#fffffe; +} +.btn-default { + color:#666666; + text-shadow:0 0 1px rgba(0, 0, 0, .3); +} +.form-control { +} +.panel textarea, .well textarea, textarea.form-control { + resize: none; +} +.badge { + color:#3B5999; + background-color:#fff; +} +.badge:hover, .badge-inverse { + background-color:#3B5999; + color:#fff; +} +.jumbotron { + background-color:transparent; +} +.label-default { + background-color:#dddddd; +} +.page-header { + margin-top: 55px; + padding-top: 9px; + border-top:1px solid #eeeeee; + font-weight:700; + text-transform:uppercase; + letter-spacing:2px; +} +.panel-default .panel-heading { + background-color:#f9fafb; + color:#555555; +} +.panel-default .panel-fb { + background-color: #0090D9; + border-radius: 4px 4px 0 0; + color: #FFFFFF; + height: 60px; + line-height: 60px; + padding: 10px 0 10px 15px; +} +.panel-default .panel-fb h4 span { + font-weight: 300; + text-transform: uppercase; + font-size: 30px; + line-height: 14px; +} +.col-sm-9.full { + width: 100%; +} +.modal-header, .modal-footer { + background-color:#f2f2f2; + font-weight:800; + font-size:12px; +} +.modal-footer i, .well i { + font-size:20px; + color:#c0c0c0; +} +.modal-body { + padding:0px; +} +.modal-body textarea.form-control { + resize: none; + border:0; + box-shadow:0 0 0; +} +small.text-muted { + font-family:courier, courier-new, monospace; +} +/* adjust the contents on smaller devices */ + @media (max-width: 768px) { + .column .padding { + padding: 7px; + } + .full { + padding-top:20px; + } + .navbar-blue { + background-color:#3B5999; + top:0; + width:100%; + position:relative; + } +} +/* + * off canvas sidebar + * -------------------------------------------------- + */ + @media screen and (max-width: 768px) { + .row-offcanvas { + position: relative; + -webkit-transition: all 0.25s ease-out; + -moz-transition: all 0.25s ease-out; + transition: all 0.25s ease-out; + } + .row-offcanvas-left.active { + left: 33%; + } + .row-offcanvas-left.active .sidebar-offcanvas { + left: -33%; + position: absolute; + top: 0; + width: 33%; + margin-left: 5px; + } + #sidebar, #sidebar a, #sidebar-footer a { + padding-left:3px; + } +} +.panel-facebook { + border-radius: 4px 4px 0 0; + height: 150px; + text-align: center; + width: 100%; + background: #0090D9; +} +.panel-twitter { + border-radius: 4px 4px 0 0; + height: 150px; + text-align: center; + width: 100%; + background: #0AA699; +} +.panel-instagram { + border-radius: 4px 4px 0 0; + height: 150px; + text-align: center; + width: 100%; + background: #3E739D; +} +.panel-google { + border-radius: 4px 4px 0 0; + height: 150px; + text-align: center; + width: 100%; + background: #FF6B6B; +} +.middle-social { + color: #ffffff; + font-size: 8em; +} +.social-pic { + border: 2px solid rgba(0, 0, 0, 0.1); + display: inline-block; + float: left; + margin-right: 5px; + width: 35px; +} +.link-social { + background: none repeat scroll 0 0 #eee; + border-radius: 50%; + color: #FFFFFF; + float: right; + font-size: 18px; + height: 32px; + line-height: 31px; + text-align: center; + width: 32px; + margin-left:3px; +} +.link-social:hover { + background: none repeat scroll 0 0 #9EA7B3 ; + color: #FFFFFF; +} +.link-post { + border-radius: 50%; + color: #FFFFFF; + float: right; + font-size: 14px; + height: 32px; + line-height: 31px; + margin-left: 3px; + margin-right: 15px; + margin-top: 5px; + text-align: center; +} +.social-header { + border-bottom: 1px solid #EEEEEE; + height: 35px; + margin: -5px 0 20px; +} +.social-header > a { + margin-left: 0; + padding-right: 6px; +} +.social-header > a > span{ + padding-right: 6px; +} +.social-profile > h3 { + font-size: 15px; + position: relative; + right: -20px; + margin: 0; +} +.social-profile > h3 > span { + font-weight: 300; + font-size: 12px; +} +.social-profile > h3 > span > i { + font-style: normal; + margin: 0 0 0 8px; +} +.social-profile > p { + margin-top: 5px; + position: relative; + right: -20px; +} +.img-social-content { + height:40px; + width: 40px; + margin-right: 10px; +} +.social-content ul li span b { + font-weight: 300; +} +.social-content li { + display: inline-block; + margin-bottom: 15px; + width: 100%; +} +.img-responsive-social{ + display: block; + height: auto; + width: 100%; + +} +.instagram-color{ + background:#3E739D!important; +} +.insta-color{ +color:#3E739D!important; +} +.lead > i { + color: #3E739D; + cursor: pointer; + font-size: 13px; + font-style: normal; + margin-right: 6px; +} +.tweet-bgcolor{ + background:#0AA699!important; +} +.tweet-link{ + color:#0AA699!important; +} +.gplus-color{ + background:#FF6B6B!important; +} +.gplus-textcolor{ + color: #FF6B6B!important; +} + + + + diff --git a/src/templates/assets/css/style.css b/src/templates/assets/css/style.css new file mode 100644 index 0000000..ddd1c77 --- /dev/null +++ b/src/templates/assets/css/style.css @@ -0,0 +1,3049 @@ +/* maki */ +[class*="maki-"]:before { + font-family:'maki', sans-serif; +} +/* entypo */ +[class*="entypo-"]:before { + font-family:'entypo', sans-serif; +} +/* fontawesome */ +[class*="fontawesome-"]:before { + font-family:'FontAwesome', sans-serif; +} +body { + color: #9ea7b3!important; + font-family:"Open Sans", Arial, sans-serif!important; + font-size: 13px!important; + line-height: 20px; + overflow-x: hidden!important; + min-height: 100%; + z-index: -2; + margin: 0px !important; + background: url('../img/bg.jpg') no-repeat top center fixed; + -moz-background-size: cover; + -webkit-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +/* + PREALOADER + */ + a:hover { + text-decoration: none!important; +} +#preloader { + + /* IE 8 and below */ + height:5px; + /* position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0;*/ + background-color: rgba(37, 45, 59, 1.0); + /* change if the mask should have another color then white */ + z-index: 2000; + /* makes sure it stays on top */ + /* background-image: url("../img/overlays/06.png"); + background-repeat: repeat; */ +} +#mapContainer { + font-family: sans-serif; + background: #fff; + color: #444; + height: 100%; + padding: 0; + margin: 0; +} +#logo { + left: 19px; + position: relative; + top: -34px; + max-width: 191px; +} +#logo-mobile { + left: -33px; + position: absolute; + top: -14px; + z-index: 0; +} +#logo h1, #logo-mobile h1 { + font-size: 30px; + font-weight: 200; + letter-spacing: -1px; + text-decoration: inherit; + text-transform: uppercase; + color: #fff; +} +#logo h1 span, #logo-mobile h1 span { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + border-radius: 3px; + font-size: 11px; + margin-left: 0; + padding: 0 5px; + position: relative; + top: -3px; +} +/** + * BOOTSRAP COUSTOM + */ + .container-fluid { + padding-left: 0!important; + padding-right: 0!important; +} +.row-fluid[class*="span"] { + margin-left: 0!important; +} +.navbar-toggle { + position: relative; + float: right; + padding: 0px 16px!important; + margin-top: 2px!important; + margin-right: 15px; + margin-bottom: 15px!important; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px!important; + font-size: 31px!important; + color: #fff!important; +} +.nav > li > a:hover, .nav > li > a:focus { + text-decoration: none; + background-color: transparent!important; +} +.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { + background-color: #111111; + color: #FFFFFF; + border-radius: 5px!important; +} +.navbar-top { + position: relative; + top: 10px; +} +.navbar-nav > li > a { + color: #F5F5F5!important; + font-size: 13px!important; +} +.nav-pills > li > a { + color: #999; +} +.navbar { + border: 1px solid rgba(0, 0, 0, 0); + margin-bottom: 0!important; + margin-top: 10px!important; + min-height: 65px!important; + position: relative!important; +} +.navbar-inner { + min-height: 60px!important; +} +.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: transparent!important; +} +.dropdown-menu { + background-clip: padding-box; + background-color: #FFFFFF; + border-radius: 6px 6px 6px 6px; + display: none; + float: left; + left: 0; + list-style: none outside none; + margin: 3px 0 0; + min-width: 160px; + position: absolute; + top: 100%; + z-index: 2147483647!important; + -webkit-box-shadow: none!important; + box-shadow: none!important; + border: 0px solid #ccc!important; + border: 1px solid rgba(0, 0, 0, .15)!important; +} +.dropdown-wrap:after { + border-color: #FFFFFF rgba(0, 0, 0, 0); + border-style: solid; + border-width: 0 13px 13px; + content:""; + display: block; + left: 10.5%; + margin-left: -15px; + position: absolute; + top: -10px; + width: 0; + z-index: 1; +} +.dropdown-setting { + border-left: 1px solid rgba(0, 0, 0, 0.1) !important; + border-right: 1px solid rgba(0, 0, 0, 0.1) !important; + border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; + margin-top: 14px !important; + position: absolute; + border-radius: 4px!important; + width: 165px!important; +} +.dropdown-setting:after { + border-color: #FFFFFF rgba(0, 0, 0, 0); + border-style: solid; + border-width: 0 13px 13px; + content:""; + display: block; + left: 80%; + margin-left: -15px; + position: absolute; + top: -10px; + width: 0; + z-index: 1; +} +.dropdown-menu.dropdown-wrap b { + background: none repeat scroll 0 0 #A8BDCF; + border-radius: 3px; + color: #FFFFFF; + font-size: 11px; + font-weight: normal; + margin-top: 0; + padding: 2px 4px; + position: absolute; + right: 10px; +} +.dropdown-menu.dropdown-wrap div { + background: none repeat scroll 0 0 #A8BDCF; + bottom: 2px; + color: #FFFFFF; + font-size: 13px; + left: 0; + padding: 6px; + position: relative; + text-align: center; + width: 230px; + cursor: pointer; +} +.dropdown-menu.dropdown-wrap div:hover { + background: none repeat scroll 0 0 #0DB8DF; +} +.inlinebar > canvas { + margin: 0 auto; + text-align: center; +} +.alert-warning { + color: rgba(251, 180, 76, 1.0)!important; + background-color: rgba(251, 180, 76, 0.1)!important; +} +.alert-danger { + color: rgba(255, 107, 107, 0.9)!important; + background-color: rgba(255, 107, 107, 0.1)!important; +} +.alert-success { + background-color: rgba(69, 182, 176, 0.1)!important; + color: #45B6B0!important; +} +.alert-info { + color: #65C3DF!important; + background-color: rgba(101, 195, 223, 0.1)!important; +} +.progress { + background-color: #F5F5F5!important; + border-radius: 4px!important; + height: 15px!important; + margin-bottom: 15px!important; + overflow: hidden!important; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset!important; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset!important; +} +.progress-bar { + font-size: 10px!important; + ; + line-height: 14px!important; + ; +} +.progress-bar-success { + background-color: #45B6B0!important; +} +.progress-bar-info { + background-color: #65C3DF!important; +} +.progress-bar-warning { + background-color: #FBB44C!important; +} +.progress-bar-danger { + background-color: #FF6B6B!important; +} +.label, .badge { + background-color: #A8BDCF!important; + color: #FFFFFF; + display: inline-block; + font-family: Open Sans; + font-size: 11px; + font-weight: normal; + line-height: 14px; + padding: 2px 4px; + vertical-align: baseline; + white-space: nowrap; + border-radius: .25em; +} +.label-success { + background-color: #45B6B0!important; +} +.label-warning { + background-color: #FBB44C!important; +} +.label-important { + background-color: #FF6B6B!important; +} +.label-info { + background-color: #65C3DF!important; +} +.label-inverse { + background-color: #888!important; +} +.setting-wrap { + margin: 30px; + width: 200px; + min-height: 100px; +} +.btn { + border-color: #c7d5e0!important; + background: #FFFFFF; + display: inline-block; + padding: 6px 12px !important; + margin-bottom: 0; + font-size: 12px !important; + font-weight: normal; + line-height: 1.428571429; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; + background-image: none; + border: 1px solid #DDDDDD; + border-radius: 4px; +} +.btn-success { + color: #fff!important; + background-color: #45B6B0!important; + border-color: #45B6B0!important; +} +.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { + color: #fff!important; + background-color: #3DA09A!important; + border-color: #3DA09A!important; +} +.btn-info { + color: #fff!important; + background-color: #65C3DF!important; + border-color: #65C3DF!important; +} +.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { + color: #fff!important; + background-color: #60B8D1!important; + border-color: #60B8D1!important; +} +.btn-warning { + color: #fff!important; + background-color:#FBB44C!important; + border-color: #FBB44C!important; +} +.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { + color: #fff!important; + background-color: #EDA849!important; + border-color: #EDA849!important; +} +.btn-danger { + color: #fff!important; + background-color: #FF6B6B!important; + border-color: #FF6B6B!important; +} +.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { + color: #fff!important; + background-color: #E86161!important; + border-color: #E86161!important; +} +.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { + color: #FFF!important; + background-color: #9BAFBF!important; + border-color: #9BAFBF!important; +} +.btn-default { + color: #FFF!important; + background-color: #A8BDCF!important; + border-color: #A8BDCF!important; +} +.well { + font-size: 13px!important; + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5!important; + border: none!important; + border-radius: 4px; + -webkit-box-shadow: none !important; + box-shadow: none!important; +} +input:-webkit-autofill, textarea:-webkit-autofill { + background: #FFFFFF!important; +} +.form-control:focus { + border-color:#45B6B0!important; + outline: 0; + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { + background: none!important; + border-color: none!important; +} +.dropdown-menu > li > a { + font-size: 13px; +} +.dropdown-menu > li > a { + clear: both; + color: #777777!important; + display: block; + font-weight: normal; + line-height: 1.42857; + padding: 3px 30px!important; + white-space: nowrap; +} +.dropdown-menu > li > a:hover { + color: #39B3D7!important; +} +.devider { + font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; + font-size: 40px; + border-bottom: 3px solid #000000 !important; + box-shadow: 0 1px 0 #4A6390; + -moz-box-shadow: 0 1px 0 #4A6390; + -webkit-box-shadow: 0 1px 0 #4A6390; +} +.divider-vertical { + border-right: 2px solid #000000; + box-shadow: 2px 0 0 #4A6390; + float: right; + height: 60px; +} +.form-control { + background-color: #FFFFFF; + background-image: none; + border: 1px solid !important; + border-radius: 4px; + box-shadow: none !important; + color: #C7D5E0 !important; + font-size: 13px !important; + height: 31px !important; +} +.form-update { + background-color: #FFFFFF; + background-image: none; + border: 1px solid !important; + border-radius: 4px; + box-shadow: none !important; + color: #C7D5E0 !important; + font-size: 13px !important; + height: 70px !important; + width: 100%; +} +.panel { + background-color: #FFFFFF; + border: 0 solid rgba(0, 0, 0, 0)!important; + border-radius: 4px; + box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05)!important; + margin-bottom: 20px; +} +.carousel-control.right, .carousel-control.left { + background: transparent!important; +} +.carousel-control { + color: #FFFFFF!important; + text-shadow: none!important; +} +.modal-backdrop { + background-color: transparent!important; + bottom: 0; + height: 100%; + left: 0; + position: fixed!important; + right: 0; + top: 0; + width: 100% !important; + z-index: 0 !important; +} +.modal { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8)!important; + bottom: 0; + display: none; + left: 0; + outline: 0 none; + overflow-x: auto; + overflow-y: hidden!important; + position: fixed; + right: 0; + top: 0; + z-index: 1050; +} +.list-group-item { + background-color: rgba(255, 255, 255, 0.1)!important; + border: 1px solid #EEEEEE!important; +} +/** + *BACKGROUND CHANGER + */ + .theme-bg { + margin: 0 5px!important; +} +.theme-bg div { + display: inline-block; + float: left; +} +#button-bg { + background: url("../img/small-bg5.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg2 { + background: url("../img/small-bg2.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg3 { + background: url("../img/small-bg.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg5 { + background: url("../img/giftly.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg6 { + background: none repeat scroll 0 0 #2C3E50; + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg4 { + background: #252d3b; + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg7 { + background: url("../img/bg3.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg8 { + background: url("../img/small-bg8.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg9 { + background: url("../img/small-bg9.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg10 { + background: url("../img/small-bg10.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg11 { + background: url("../img/small-bg11.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg12 { + background: url("../img/small-bg12.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +#button-bg13 { + background: url("../img/small-bg13.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0); + border: 4px solid #FFFFFF; + border-radius: 50%; + height: 25px; + width: 25px; + cursor: pointer; +} +/** + * HEADER MENU + */ + .header { + position: fixed; + top: 0; + z-index: 9999; + width: 100%; + height: 60px; + background: #000; +} +.nav-pad-top { + margin: 13px 0 0 0; +} +img.logo { + height: 38px; + left: 0; + position: relative; + top: 0; +} +img.ikon-check { + height: 24px; + width: 24px; + margin: 0 8px 0 0; +} +img.ikon { + height: 24px; + width: 24px; +} +.icon-menu:hover { + color: #0DB8DF; +} +.noft-red { + background: none repeat scroll 0 0 #EA3F3F; + border-radius: 26px; + color: #FFFFFF; + font-size: 10px; + left: 25px; + padding: 0; + position: absolute; + text-align: center; + top: 5px; + width: 20px; +} +.noft-green { + background: none repeat scroll 0 0 #4AC4BC; + border-radius: 26px; + color: #FFFFFF; + font-size: 10px; + left: 25px; + padding: 0; + position: absolute; + text-align: center; + top: 5px; + width: 20px; +} +.noft-yellow { + background: none repeat scroll 0 0 #FFA200; + border-radius: 26px; + color: #FFFFFF; + font-size: 10px; + left: 25px; + padding: 0; + position: absolute; + text-align: center; + top: 5px; + width: 20px; +} +.noft-blue { + background: none repeat scroll 0 0 #0DB8DF; + border-radius: 3px; + color: #FFFFFF; + float: right!important; + font-size: 9px; + left: 0; + padding: 0 5px; + position: relative; + text-align: center; + top: 0; +} +.noft-orange { + background: none repeat scroll 0 0 #FFA200; + border-radius: 3px; + color: #FFFFFF; + float: right!important; + font-size: 9px; + left: 0; + padding: 0 5px; + position: relative; + text-align: center; + top: 0; +} +.noft-blue-number { + background: none repeat scroll 0 0 #0DB8DF; + border-radius: 50%; + color: #FFFFFF; + float: right !important; + font-size: 11px; + height: 25px; + left: 0; + padding: 0; + position: relative; + text-align: center; + top: 0; + width: 25px; +} +.noft-purple-number { + background: none repeat scroll 0 0 #FF6B6B; + border-radius: 50%; + color: #FFFFFF; + float: right !important; + font-size: 11px; + height: 25px; + left: 0; + padding: 0; + position: relative; + text-align: center; + top: 0; + width: 25px; +} +.admin-pic { + border: 2px solid rgba(255, 255, 255, 0.8); + display: inline-block; + float: left; + height: 45px; + margin-left: -15px; + margin-right: 19px; + margin-top: -12px; + width: 45px; +} +.noft-icon { + border-radius: 50%; + color: #FFFFFF; + float: left; + font-size: 16px; + height: 25px; + left: -13px; + line-height: 23px; + position: relative; + text-align: center; + width: 25px; +} +.img-msg { + border-radius: 50%; + color: #FFFFFF; + height: 25px; + left: -17px; + position: relative; + top: 0; + width: 25px; +} +/** + * SIDE MENU SEARCH + */ + #search { + float: right; +} +#search input[type="text"] { + background: url("../img/search-dark.png") no-repeat scroll 14px 10px #FFFFFF; + border: 0 none; + color: #9EA7B3 !important; + width: 150px; + padding: 6px 15px 6px 35px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + /* -webkit-transition: all 0.7s ease 0s; + -moz-transition: all 0.7s ease 0s; + -o-transition: all 0.7s ease 0s; + transition: all 0.7s ease 0s; */ +} +#search input[type="text"]:focus { + /* background: url(../img/search-white.png) no-repeat 14px 10px #B5C4CF; */ + color: #FFFFFF!important; + width: 200px; +} +.search { + padding: 10px 15px 10px 60px; + width:100%; +} +input[type=text] { + color: #fff; +} +.search-menu { + border-radius: 4px; + margin: 0 10px; +} +.dark { + background: url("../img/search-white.png") no-repeat scroll 36px 12px; + margin-top: -18px; + padding: 0 10px; + border-radius: 4px; +} +.dark input[type=text] { + border-bottom: medium none; + border-top: medium none; + border-left: medium none; + border-right: medium none; + color: #FFFFFF; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1); + border-radius: 4px; +} +input[type="search"] { + font-family: inherit; + font-size: 100%; +} +input[type="search"] { + background: url("images/search-icon.png") no-repeat scroll 9px center #EDEDED; + border: 1px solid #CCCCCC; + border-radius: 10em 10em 10em 10em; + padding: 9px 10px 9px 32px; + width: 55px; +} +input[type="search"]:focus { + background-color: #FFFFFF; + border-color: #6DCFF6; + box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); + width: 130px; +} +input: -moz-placeholder { + color: #999999; +} +#demo-b input[type="search"] { + color: rgba(0, 0, 0, 0); + cursor: pointer; + padding-left: 10px; + width: 15px; +} +#demo-b input[type="search"]:hover { + background-color: #FFFFFF; +} +#demo-b input[type="search"]:focus { + background-color: #FFFFFF; + color: #000000; + cursor: auto; + padding-left: 32px; + width: 130px; +} +#demo-b input: -moz-placeholder { + color: rgba(0, 0, 0, 0); +} +.search-hover { + display: block; + position: absolute; + top: 45px; + left: 200px; + right: -100px; +} +input { + outline: none; +} +input[type=search] { + -webkit-appearance: textfield; + -webkit-box-sizing: content-box; + font-family: inherit; + font-size: 100%; +} +input::-webkit-search-decoration, input::-webkit-search-cancel-button { + display: none; +} +input[type=search] { + background: url("../img/search-white.png") no-repeat scroll 18px center rgba(0, 0, 0, 0.3); + border: 0px solid #DDDDDD; + padding: 9px 10px 14px 32px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-transition: all 0.1s; + -moz-transition: all 0.1s; + transition: all 0.1s; +} +input[type=search]:focus { + width: 300px; + background-color: #252D3B; + border-color: #66CC75; + border-radius: 0 4px 4px 0; + margin-right: 100px; + /* -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5); + -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5); + box-shadow: 0 0 5px rgba(109, 207, 246, .5); */ +} +input:-moz-placeholder { + color: #999; +} +input::-webkit-input-placeholder { + color: #999; +} +/* Demo 2 */ + #demo-2 input[type=search] { + color: rgba(0, 0, 0, 0); + cursor: pointer; + padding-left: 10px; + width: 50px; +} +#demo-2 input[type=search]:hover { + background-color: #252D3B; +} +#demo-2 input[type=search]:focus { + width: 200px; + padding-left: 50px; + padding-top: 9px; + color: #252D3B; + cursor: auto; + border: 1px solid #ddd; + box-shadow: none!important; + background: url("../img/search-dark.png") no-repeat scroll 18px center #ffffff; +} +#demo-2 input:-moz-placeholder { + color: transparent; +} +#demo-2 input::-webkit-input-placeholder { + color: transparent; +} +.map-frame { + border: 1px solid #ccc; + padding: 0; +} +.arrival { + font-size: 16px; + font-weight: bold; + text-align: center; +} +.table-information { + width: 50%; + position: fixed; + right: 15px; + top: 20px; +} +.toogle-menu { + background: none repeat scroll 0 0 #000000; + border-radius: 0 5px 5px 0; + color: #FFFFFF; + cursor: pointer; + height: 22px; + padding: 6px; + width: 18px; +} +#tree-wrap { + height: 470px; + width: 100%; + overflow-y: none; + overflow-x: none; +} +#ticker { + height: 80px; + list-style-type: none; + overflow: hidden; + position: relative; + right: 27px; + top: 25px; + width: 100%; +} +#ticker li { + color: #F4AF0B; + font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; + font-size: 80px; + padding: 22px; + text-align: center; +} +.ticker2 { + padding: 0; + list-style-type: none; + height: 100px !important; + position: relative !important; + margin: 0; + top: 38px; + left: 0; + text-shadow: 1px 1px 0 #000; +} +.ticker2 li { + font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; + font-size: 60px; + color: #F4AF0B; +} +#fade { + font-weight: normal; + left: -15px; + list-style-type: none; + position: relative; +} +#fade li { + font-family: Arial, Helvetica, sans-serif; + font-size: 16px; + font-weight: normal; + margin: 0; + padding: 5px 0 0; + text-align: left; + line-height: 26px; +} +.info-list { + text-align: center!important; + font-size: 22px; + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; + text-transform: uppercase; + border: 1px solid #000; + background: #5272ab; + /* Old browsers */ + /* IE9 SVG, needs conditional override of 'filter' to 'none' */ + background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNzJhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMmUzZDU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkMTgzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); + background: -moz-linear-gradient(top, #5272ab 0%, #2e3d59 1%, #0d1832 100%); + /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5272ab), color-stop(1%, #2e3d59), color-stop(100%, #0d1832)); + /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #5272ab 0%, #2e3d59 1%, #0d1832 100%); + /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #5272ab 0%, #2e3d59 1%, #0d1832 100%); + /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #5272ab 0%, #2e3d59 1%, #0d1832 100%); + /* IE10+ */ + background: linear-gradient(to bottom, #5272ab 0%, #2e3d59 1%, #0d1832 100%); + /* W3C */ + filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5272ab', endColorstr='#0d1832', GradientType=0); + /* IE6-8 */ +} +.info-list a { + text-align: center; +} +#jalur { + font-weight: bold; + left: -10px; + list-style-type: none; + position: relative; + height: 80px!important; +} +#jalur li { + color: #F4AF0B; + font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; + font-size: 210px; + margin: 0; + padding: 100px 0; + text-align: center; + text-shadow: 0 2px 0 #000000; +} +.subtittle { + font-size: 14px !important; + font-weight: normal; + left: 60px; + position: relative; + text-transform: none; + top: -81px; + font-family: Arial, Helvetica, sans-serif; + text-shadow: 0 2px 0 #000; +} +.clock-ticker { + border-left: 8px solid #062358; + background: #F4AF0B; + bottom: 0; + height: 45px; + position: fixed; + right: 0; + width: 7%; + z-index: 1031; +} +/* CLOCK*/ + @font-face { + font-family:'BebasNeueRegular'; + src: url('../font/bebasneue-webfont.eot'); + src: url('../font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../font/bebasneue-webfont.woff') format('woff'), url('../font/bebasneue-webfont.ttf') format('truetype'), url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.clock { + position: fixed; + top: 15px; + right: 10px; +} +.date-top { + border-right: 1px solid rgba(0, 0, 0, 0.4); + box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); + float: left; + margin-left: -30px; + padding-right: 15px; +} +.date-top > li { + display:inline; +} +/* Simple Animation */ + @-webkit-keyframes mymove { + 0% { + opacity: 1.0; + text-shadow: 0 0 20px #00c6ff; + } + 50% { + opacity: 0; + text-shadow: none; + } + 100% { + opacity: 1.0; + text-shadow: 0 0 20px #00c6ff; + } +} +@-moz-keyframes mymove { + 0% { + opacity: 1.0; + text-shadow: 0 0 20px #00c6ff; + } + 50% { + opacity: 0; + text-shadow: none; + } + 100% { + opacity: 1.0; + text-shadow: 0 0 20px #00c6ff; + } +} +/** + * NEWSSTICKER + */ + .glyphicon { + margin-right: 4px !important; +} +.pagination .glyphicon { + margin-right: 0px !important; +} +.pagination a { + color: #555; +} +.panel ul { + padding: 0px; + margin: 0px; + list-style: none; +} +.news-item { + padding: 4px 4px; + margin: 0px; + border-bottom: 1px dotted #555; +} +.panel-grid { + background-color: #FFFFFF; + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 4px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + margin: 0; + padding: 15px; +} +.running-text { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 30px; + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); + color: #FFFFFF; + margin: 6px; + padding: 10px 45px 0 20px; + width: 50%; +} +#nt-title { + margin:0; +} +#nt-title li { + list-style: none outside none; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.digital { + border-right: 1px solid rgba(0, 0, 0, 0.4); + box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); + float: left; + margin-left: -25px; + margin-right: -25px; + padding-right: 15px; +} +.digital li { + display:inline; +} +.meridiem { + font-size:10px; +} +.tittle-content-header > div { + float: left; + margin-right: 10px; +} +.tickercontainer { + /* the outer div */ + background: rgba(0, 0, 0, 1.0); + width: 100%; + height: 45px; + margin: 0; + padding: 0; + overflow: hidden; + position: fixed; + bottom: 0; + z-index: 999; +} +.tickercontainer .mask { + /* that serves as a mask. so you get a sort of padding both left and right */ + position: relative; + padding-left: 10px; + padding-right: 10px; + top: 13px; + height: 20px; + width: 100%; + overflow: hidden; +} +ul.newsticker { + font: bold 35px; + list-style-type: none; + margin: 0; + padding: 0; + position: relative; + text-transform: uppercase; +} +ul.newsticker li { + float: left; + background-position: -2px -2px; + background-repeat: no-repeat; + color: #FFFFFF; + margin: 0; + padding-left: 25px; + padding-right: 19px; +} +ul.newsticker a { + white-space: nowrap; + padding: 0; + color: #fff; + font: bold 10px Verdana; + margin: 0 50px 0 0; +} +ul.newsticker span { + margin: 0 10px 0 0; +} +#webticker2 { + float: right; +} +#webticker2 li { + float: right; + margin: 0; + padding-left: 15px; +} +.informasi-dtng { + background: #0C1220; + height: 100%; + width: 30%; + position: fixed; + right: 0; + top: 107px; + padding: 10px; +} +.progress-table { + margin-top: 25px; + color: #000; +} +.table-center { + text-align: center; + font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; + font-size: 22px; +} +.table-halte { + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + font-weight: bold; + text-align: left !important; +} +.progress { + box-shadow: none; +} +.progress.active .bar { + border-radius: 5px!important; +} +.progress-bg { + background: #F4AF0B; + border-radius: 5px; + padding: 5px; + margin-top: 85px; +} +img.bus-icon { + float: right; + position: relative; + right: 3px; + top: 1px; + z-index: 5 !important; +} +.label { + font-weight: normal!important; + text-transform: capitalize!important; +} +#label ul { + margin-left: -35px; +} +#label ul li { + display: inline; + margin-right: 5px; +} +/** + * SIDEBAR + */ + #menu-showhide { + margin: 10px; +} +.side-dash { + margin: 10px; + width: 230px; +} +.side-dash h3 { + color: #FFFFFF !important; + font-size: 12px; + margin-bottom: 10px !important; + padding: 10px; +} +.side-dash h3 span { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + border-radius: 24px; + margin-left: -10px; + padding: 4px 12px; + text-align: center; +} +.side-dashh-list, .side-bar-list { + margin-bottom: 25px; + margin-left: -30px; +} +.side-dashh-list li, .side-bar-list li { + font-size: 12px !important; + line-height: 1.6em !important; +} +.side-dashh-list span { + float: right !important; + padding-right: 15px; +} +.side-dashh-list span i { + left: 0 !important; + margin-left: 8px; +} +.side-bar-list li { + font-size: 12px !important; + line-height: 4em !important; +} +.linebar, .linebar2, .linebar3 { + float: right; + margin-right: 10px; +} +.scroll { + float: left; + width: 21%; + padding: 0; + margin-left: 4%; + margin-top: 40px; +} +.side-bar { +} +.topnav { + padding: 40px 28px 25px 0; +} +img.icon-menu { + margin-left: 10px; + margin-right: 3px; + margin-top: 3px; +} +ul.topnav { + margin: 0; + font-size: 14px; + line-height: 0.5em!important; + list-style: none!important; + padding: 0; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); +} +ul.topnav li { +} +ul.topnav li a { + color: #FFFFFF !important; + display: block; + font-size: 13px; + line-height: 25px; + list-style: none outside none; + padding: 10px 10px 10px 30px; + text-decoration: none; + text-transform: capitalize; +} +.menucon-main { + color: red!important; +} +/** + * DATA TOOLTIP + */ + .ui-tooltip, .arrow:after { + background: #A6A7B3!important; + border: 0px solid white!important; +} +.ui-tooltip { + padding: 5px 10px; + color: #ffffff!important; + border-radius: 20px; + font: normal 10px"Helvetica Neue", Sans-Serif!important; + text-transform: none!important; + box-shadow: none!important; + margin-top: -80px; +} +.arrow { + width: 70px; + height: 16px; + overflow: hidden; + position: absolute; + left: 50%; + margin-left: -35px; + bottom: -16px; +} +.arrow.top { + top: -16px; + bottom: auto; +} +.arrow.left { + left: 20%; +} +.arrow:after { + content:""; + position: absolute; + left: 20px; + top: -20px; + width: 25px; + height: 25px; + box-shadow: none!important; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + tranform: rotate(45deg); +} +.arrow.top:after { + bottom: -20px; + top: auto; +} +ul.topnav li a:hover { + background-color:rgba(0, 0, 0, 0.2); + /* #252d3b */ + color: white!important; + text-shadow: none; + border-left: 2px solid #ffffff; + padding-left: 28px; + position: relative; +} +ul.topnav li a:hover:after { + border-bottom:6px solid #ffffff; + border-left:8px solid transparent; + border-right:8px solid transparent; + width:0; + height:0; + position: absolute; + top:19px; + left: -6px; + content:""; + display:block; + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + tranform: rotate(90deg); +} +ul.topnav ul { + margin: 0; + padding: 0; + display: none; +} +ul.topnav ul li { + margin: 0; + padding: 0; + clear: both; + list-style: none outside none; +} +ul.topnav ul li a { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.9) !important; + font-size: 13px; + font-weight: normal; + outline: 0 none; + padding-left: 30px; + /* transition: all 0.2s ease 0s;*/ +} +ul.topnav ul li a i { +} +ul.topnav ul li a:hover { + background-color: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + color: #FFFFFF!important; +} +ul.topnav ul ul li a { + color: #444; + padding-left: 40px; + background: #252d3b; + transition: all 0.2s ease 0s; +} +ul.topnav ul ul li a:hover { + background-color: #D3CEB8; + color: #675C7C; +} +ul.topnav h4 { + float: right !important; + margin-top: -2px; +} +.nest-bg { + margin-top: 40px; +} +.dahboard-gauge { + background: #fff; + padding: 5px; + border-radius: 3px; + margin: 25px 0 0 0; + border: 1px solid #ccc; + position: relative; + -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); +} +.dahboard-gauge:after, .dahboard-gauge:before { + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + background-color: #FFFFFF; + border-color: -moz-use-text-color #CCCCCC #CCCCCC; + border-image: none; + border-style: none solid solid; + border-width: 0 1px 1px; + bottom: -3px; + content:""; + display: block; + height: 1px; + left: 3px; + position: absolute; + right: 3px; + border-radius: 0 0 3px 3px; +} +.dahboard-gauge:before { + bottom: -5px; + left: 6px; + right: 6px; +} +/** + * TOP NAVBAR + */ + .navbar-inverse .navbar-inner { + background: #20262E !important; + border: 0 solid #FFFFFF !important; + box-shadow: none !important; +} +.navbar-color { + border-bottom: 4px solid #FFFFFF; + border-top: 5px solid #0F1D2F; +} +.noft-pos { + position: absolute!important; + top: -10px!important; + z-index: 2147483647; + right: 0; +} +.badge { + border-radius: 9px 9px 9px 9px; + padding-left: 6px!important; + padding-right: 6px!important; +} +.navbar .brand { + font-size: 22px !important; + letter-spacing: -2px; + text-transform: uppercase; + ; +} +.navbar .brand span { + text-transform: uppercase; + font-weight: bold; + letter-spacing: -2px; +} +.navbar .brand i { + background-color: rgba(0, 0, 0, 0.3); + border-radius: 2px 2px 2px 2px; + color: #F4F4F4; + font-size: 9px; + font-style: normal; + letter-spacing: 0; + padding: 2px 3px; + position: relative; + right: -7px; + top: -4px; +} +.devider-nav-top { + width: 2px; + height: 60px; + border-right: 1px solid rgba(0, 0, 0, 0.3); + display: block; + margin: 0px 7px 0 0px; +} +.btn-wigdet { + margin:-7px 25px 0 0!important; +} +.input-widget { + margin:-7px 25px 0 0!important; +} +.margin-iconic { + margin-right: 10px; +} +/** + * SLIDE PANEL + */ + .wrapper { + background: #fff; + height: 200px; + width: 300px; +} +#theme-drawer { + color: #000; + float: right; +} +#sidePanel { + width: 500px; + position: fixed; + right: -220px; + top: 0; +} +#panelHandle { + background: none repeat scroll 0 0 #000000; + border-radius: 5px 0 0 5px; + cursor: pointer; + float: left; + height: 26px; + left: -320px; + padding: 7px; + position: relative; + width: 26px; + top: 150px; +} +#panelContent { + float: left; + width: 250px; + height: 600px; + background-color: rgba(255, 255, 255, 0.8); + border-radius: 0; + padding: 80px 15px 0 15px; +} +#panelContent h4 { + color: #000; +} +#panelHandle p { + -moz-transform: rotate(90deg); + -webkit-transform: rotate(90deg); + color: #FFFFFF; + font-size: 24px; + font-weight: bold; + right: -4px; + margin: 0; + padding: 0; + position: relative; + top: 26px; +} +/** + * BREADCRUMB + */ + .wrap-pagination { + height: 50px; + background: #ffffff; + width: 100%; + position: fixed; + top: 61px; +} +.breadcrumb { + background-color: #F5F5F5 !important; + border-radius: 0 !important; + list-style: none outside none !important; + margin: 0 0 0 15px !important; + padding: 0 !important; + z-index: 99; +} +.breadcrumb li { + display: inline-block; + text-shadow: none!important; +} +.breadcrumb li a { + color: #9EA7B3 !important; + font-size: 13px; + transition: all 0.4s ease 0s; +} +.breadcrumb li a:hover { + color: #6ADAE4 !important; + text-decoration: none; +} +.nav-date-picker { + cursor: pointer; + padding-left: 20px +} +.datepicker-headline { + font-style: normal; + margin-right: 15px !important; +} +.datepicker-wrap { + position: absolute; + right: 84px; +} +#breadcrumb { + border-bottom:1px solid rgba(0, 0, 0, 0.04); + margin: 0; + overflow: hidden; + padding: 15px 0 5px 20px; + width: 100%; + background:none repeat scroll 0 0 rgba(0, 0, 0, 0.02); +} +#breadcrumb li { + list-style-type:none; + float:left; + padding-left:10px; +} +#breadcrumb a { + height:30px; + display:block; + background-image:url(''); + background-repeat:no-repeat; + background-position:right; + padding-right: 0; + text-decoration: none; + color:#9EA7B3; +} +.home { + border: none; + margin: 8px 0px; +} +/** + * CONTENT + */ + .form_center { + margin: 0 auto; + width: 70%; +} +.top-val { + margin-bottom: 20px; +} +.put-dash { + background-color: rgba(0, 0, 0, 0.05) !important; +} +.tittle-content { + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 0 #FFFFFF; + display: none; + height: 40px; + padding: 15px 0 0; +} +.tittle-content-header { + color: #9EA7B3 !important; + font-family:"Open Sans"; + font-size: 16px; + font-weight: normal; + margin: 0 0 0 60px; + text-transform: uppercase; +} +.tittle-content-header > span > i { + font-size: 13px; + font-style: normal; + font-weight: normal; + text-transform: capitalize; +} +.tittle-content-header span { +} +.tittle-middle-header { + margin: -17px 0; + padding: 1px 0; +} +.tittle-alert { + color:#4AC4BC; +} +.nest { + background: none repeat scroll 0 0 #fff; + clear: both; + position: relative; + border-radius: 3px; +} +.nest, .middleNav, .sItem, .statsDetailed { +} +.nest .title { + height: 50px; + background-color: #595F69; + border-radius: 4px 4px 0 0; +} +.nest .title h6 { + color: #F1F1F1; + float: left; + font-family:'Open Sans Condensed', serif; + font-size: 20px; + font-weight: normal; + padding: 0 12px; + position: relative; + text-transform: uppercase; + top: 4px; +} +.slidder-bar-nest { + padding: 15px; + margin-bottom: 30px; +} +.nest .title .titleIcon { + background: none repeat scroll 0 0 #323a45; + border-radius: 3px 0 0 0; + color: #fff; + float: left; + font-size: 18px; + height: 30px; + margin: 0; + padding: 13px 12px 7px 18px; + width: 21px; +} +.nest .title .titleToggle { + border-radius: 3px 0 0; + float: right; + font-size: 24px; + margin: 14px 5px 0 0; +} +.nav-toggle { + color: #FFF; + position: relative; +} +.nav-toggle:hover { + color: #323A45 +} +.nest .title .titleClose { + border-radius: 3px 0 0; + float: right; + font-size: 24px; + margin: 14px 12px 0 0; +} +.gone { + color: rgba(0, 0, 0, 0.2); + position: relative; +} +.gone:hover { + color: rgba(0, 0, 0, 0.5); +} +.fullexe { + background: none repeat scroll 0 0 #FFFFFF; + border-radius: 3px; + color: #595F69; + font-size: 12px; + padding: 1px 5px; + position: relative; + right: -7px; + top: -4px; +} +.fullexe:hover { + color: #fff; + background: none repeat scroll 0 0 #323A45; +} +.body-nest { + padding: 15px; + background: none repeat scroll 0 0 #ffffff; + border-radius: 0 0 4px 4px; +} +.page-extra { + padding: 15px; + background: none repeat scroll 0 0 #ffffff; + margin: 30px 0 0; + border-radius: 4px; +} +.page-error { + padding: 15px; + margin: 30px 0 0; + width: 50%; + margin: 0 auto; + position: relative; + z-index: 5000; +} +img.sidebar-icon { + margin: 0 6px 0 0; + float: left; +} +.copyright { + bottom: 5px; + color: #000000; + font-size: 11px !important; + position: fixed; + right: 10px; +} +/** + *TITLE NAV ALT + */ + .nest .title-alt { + border-radius: 4px 4px 0 0; + height: 50px; + margin: 30px auto 0; + border-bottom: 1px dotted #DDDDDD; +} +.nest .title-alt h6 { + color: #9EA7B3; + float: left; + font-family:'Open Sans', serif; + font-size: 14px; + font-weight: normal; + left: 15px; + padding: 0 5px 2px; + position: relative; + text-transform: uppercase; + top: 6px; +} +.nest .title-alt .titleIcon { + background: none repeat scroll 0 0 #323a45; + border-radius: 3px 0 0 0; + color: #9EA7B3; + float: left; + font-size: 18px; + height: 30px; + margin: 0; + padding: 13px 12px 7px 18px; + width: 21px; +} +.nest .title-alt .titleToggle { + border-radius: 3px 0 0; + float: right; + margin: 14px 10px 0 0; +} +.nest .title-alt .titleToggle .nav-toggle-alt { + color: #DDDDDD; + font-size: 16px; + position: relative; +} +.nest .title-alt .titleToggle .nav-toggle-alt:hover { + color: #3498DB; +} +.nest .title-alt .titleClose { + border-radius: 3px 0 0; + float: right; + margin: 14px 15px 0 0; +} +.nest .title-alt .titleClose .gone { + color: #DDDDDD; + font-size: 16px; + position: relative; +} +.nest .title-alt .titleClose .gone:hover { + color: #FF0064; +} +.nest .title-alt .titleFull { + border-radius: 3px 0 0; + float: right; + font-size: 24px; + margin: 14px 12px 0 0; + display: none; +} +.nest .title-alt .titleFull .fullexe { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0); + color: #DDDDDD; + font-size: 19px; + padding: 0; + position: relative; + right: -5px; + top: 0; +} +.nest .title-alt .titleFull .fullexe:hover { + color: #6ADAE4; +} +/*REALTIME*/ + .direction { + text-decoration: none; + margin-top: -20px; +} +.direction li { + list-style: none outside none; + margin: 20px 0; + text-decoration: none; +} +.direction-icon { + border-radius: 50%; + color: #FFFFFF; + float: left; + font-size: 34px; + height: 55px; + left: -25px; + line-height: 50px; + position: relative; + text-align: center; + width: 55px; +} +.direction p { + margin: 0; +} +.direction h3 { + font-size: 16px; + margin: 0; + padding: 0; +} +.direction h3 span { + background: none repeat scroll 0 0 #A8BDCF; + border-radius: 3px; + color: #FFFFFF; + font-size: 12px; + padding: 0 10px; + position: relative; + text-transform: uppercase; + top: -3px; +} +.direction .divider { + background: none repeat scroll 0 0 #F1F1F1; + height: 1px; + left: 0; + margin-bottom: 0; + margin-left: 0; + margin-right: 0; + margin-top: -12px !important; + position: absolute; + width: 100%; +} +.armada > span { + background: none repeat scroll 0 0 #ddd; + border-radius: 0 10px 10px 0; + color: #FFFFFF; + left: -5px; + padding: 1px 10px; + position: relative; + text-transform: uppercase; + top: -5px; +} +.armada > p { + font-weight: bold; +} +.armada i { + font-size: 11px; + font-weight: normal; + text-transform: lowercase; +} +.armada-devider { + border-right: 1px dashed #DDDDDD; + width: 23%; + padding-top: 20px !important; +} +.driver-devider { + width: 40%; + padding-top: 15px !important; +} +.driver-devider > h3 { + float: left; + font-size: 14px; + font-weight: bold; + margin: 0; +} +.driver-devider > p { + float: left; + left: -20px; + margin: 0 0 0 20px; + position: relative; +} +.armada-pic { + border: 4px solid rgba(0, 0, 0, 0.1); + display: inline-block; + float: left; + margin-right: 19px; + margin-top: -5px; + width: 52px; +} +.progress-devider span { + margin-top: 0; +} +.progress-bar-plane { + background-color: #AB6DB0; +} +.chart-wrap { + background-color: #FFFFFF; + border-radius: 4px; + min-height: 307px; + padding: 280px 20px 20px; + position: relative; + margin-top: 30px; +} +.chart-dash { + background: none repeat scroll 0 0 #45B6B0; + border-radius: 4px 4px 0 0; + left: 0; + min-height: 200px; + position: absolute; + top: 0; + width: 100%; + z-index: 0; + padding: 30px; +} +.weather-wrap { + background-color: #65C3DF; + background-repeat: no-repeat; + background-size: 100% 100%; + border-radius: 4px; + color: #FFFFFF; + min-height: 307px; + position: relative; + margin-top: 30px; +} +.berlin { + border-radius: 4px 4px 0 0; + clip: rect(0px, auto, 80%, 0px); + position: absolute; + width: 100%; + height: 65%; +} +.temperature { + font-size: 21px; + margin: 20px; + z-index: 1; +} +.temperature span { + float: right; +} +.weather-icon { + margin: 70px 20px 0; + z-index: 1; +} +.weather-icon i { + font-size: 90px; +} +.weather-text { +} +.weather-text > h3 { + float: right; + font-size: 57px; + letter-spacing: -8px; + padding: 0 25px; + position: relative; +} +.weather-text > h3 > i { + font-size: 47px; + margin: 0 10px; +} +.weather-text > h2 { + font-size: 30px; + font-weight: 600; + letter-spacing: -1px; + position: relative; + top: 30px; + padding: 0 25px; +} +.weather-text > h2 > i { + font-size: 14px; + font-style: normal; + position: relative; + top: -15px; +} +.weather-dash { + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2); + padding: 5% 20px; +} +.daily-weather { + text-align: center; +} +.daily-weather > h2 { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); + border-radius: 3px; + font-size: 14px; + margin: 0; + padding: 5px 0; + text-align: center; + text-transform: uppercase; +} +.daily-weather > h3 { + font-size: 30px; + font-weight: bold; + margin: 10px 0; + text-align: center; + text-transform: uppercase; +} +.daily-weather h3 span { + font-size: 15px; +} +.daily-weather > h4 { + font-size: 30px; + margin: 10px 0; + text-align: center; + text-transform: uppercase; +} +.daily-weather > h5 { + font-size: 18px; + font-weight: normal; + margin: 15px 0; + text-align: center; + text-transform: uppercase; +} +.daily-weather > h5 > p { + font-size: 12px; +} +.traffic > h2 { + font-size: 14px; + margin: 0; +} +.traffic > h1 { + color: #45B6B0; + font-size: 35px; + font-weight: 600; + margin: 5px 0; + margin: 5px 0; +} +.speed > h2 { + font-size: 14px; + margin: 0; +} +.speed > h1 { + color: #45B6B0; + font-size: 50px; + font-weight: 600; + margin: 5px 0; + margin: 5px 0; +} +.speed > h1 > span { + background: none repeat scroll 0 0 #45B6B0; + border-radius: 3px; + color: #FFFFFF; + font-size: 11px; + font-weight: normal; + left: -5px; + margin: 0; + padding: 0 5px; + position: relative; + text-transform: uppercase; +} +.traffic-rates > h4 { + background: none repeat scroll 0 0 #45B6B0; + border-radius: 4px; + color: #FFFFFF; + font-size: 14px; + font-weight: normal; + margin-top: 25px; + padding: 8px 0; + text-align: center; +} +.traffic-rates > h1 { + color: #45B6B0; + font-size: 28px; + font-weight: 600; + text-align: center; +} +.traffic-rates > h1 > span { + font-size: 11px; +} +/*PULGIN CONTENT*/ + .tooltip-examples { + padding: 0; + margin: 0; +} +.tooltip-examples li { + display: inline; +} +.tooltip-examples li a { + text-decoration: none; + color: #666666; + cursor: pointer; + margin-left: 10px; +} +/** + * CHECKBOX + */ + .check-box-list { + margin: 0; + padding: 0; +} +.check-box-list li { + display: inline-block; + text-decoration: none; + margin: 0 20px 0 0; +} +.list { + float: left; + margin: 0; + padding-right: 60px; +} +.list li { + position: relative; + list-style: none; +} +.list label { + position: relative; + right: -26px; + top: -20px; +} + +.warning-color { + background: #595F69!important; + color: #FFF!important; +} +.dash-ico { + font-size: 45px; +} +.chat-left { + position: relative; + width: 80%; + color: #ffffff; + padding: 12px; + background: rgb(26, 188, 156); + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + left: 22px; +} +.chat-left:after { + content:''; + position: absolute; + border-style: solid; + border-width: 13px 15px 13px 0; + border-color: transparent rgb(26, 188, 156); + display: block; + width: 0; + z-index: 1; + margin-top: -13px; + left: -15px; + top: 30px; +} +.chat-right { + position: relative; + width: 80%; + color: #fff; + padding: 12px; + background: #3498DB; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 5px; + left: 0; +} +.chat-right:after { + content:''; + position: absolute; + border-style: solid; + border-width: 13px 0 13px 15px; + border-color: transparent #3498DB; + display: block; + width: 0; + z-index: 1; + margin-top: -13px; + right: -15px; + top: 30px; +} +.media-heading { + border-bottom: 1px dotted rgba(255, 255, 255, 0.5); + font-size: 14px; + margin: 0 0 6px; + padding: 0 0 5px; +} +.message-form { + margin: 20px 0 0 0; + background: #f8f8f8; +} +.graphControls { + margin: 0 0 0 20px; +} +.gauge { + text-align: center; + margin: 0 auto; +} +.fullscreen { + display: block; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow-y: scroll; + overflow-x: hidden; + z-index: 9999; + margin: 0; + padding: 0; + background: inherit; + background-color: #fff; +} +.body-flow { + overflow-y: hidden; +} +.body-flow-scroll { + overflow-y: auto!important; +} +/** + * TOP DASHBOARD + */ + .profit { + background-color: #FFFFFF; + padding: 15px; + color: rgba(0, 0, 0, 0.4); + position: relative; + border-radius: 4px; + margin-bottom: 15px; + z-index: 0; +} +.profit .headline { + color: #fff; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 40px; +} +.profit .headline h3 { + font-size: 15px; + font-weight: normal; + margin: 0; + padding: 15px; + text-transform: uppercase; +} +.profit .headline h3 span { + background-color: #FF6B6B; + border-radius: 20px; + padding: 0 10px; +} +.profit .headline h3 i { + font-style: normal; + margin-left: 5px; +} +.profit .value { + border-radius: 6px; + font: 5em Open Sans; + letter-spacing: -3px; + margin: 20px auto 0; + position: relative; + text-align: center; + color: #FF6B6B; +} +.profit .value span { + font-size: 60px; + margin-right: 10px; + position: relative; + top: 0px; +} +.start-min { + font-size: 30px!important; + text-indent: 0!important; +} +.clock-position { + top: -20px!important; + position: relative; + right: -6px; +} +.getting-started { + position: relative; + left: -20px; +} +.profit .value i { + font-size: 27px; + font-style: normal; + letter-spacing: 0; + margin: 0 0 0 10px; + text-transform: uppercase; +} +.profit .value b { + font-size: 14px; + font-style: normal; + font-weight: normal; + letter-spacing: 0; + margin: 0 0 0 10px; + text-transform: uppercase; +} +.profit .profit-line { + text-align: center; +} +.revenue { + background-color: #FFFFFF; + padding: 15px; + color: rgba(0, 0, 0, 0.4); + position: relative; + border-radius: 4px; + margin-bottom: 15px; +} +.revenue .headline { + color: #fff; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 40px; +} +.revenue .headline h3 { + font-size: 15px; + font-weight: normal; + margin: 0; + padding: 15px; + text-transform: uppercase; +} +.revenue .headline h3 span { + background-color: #FFA200; + border-radius: 20px; + padding: 0 5px; +} +.revenue .headline h3 i { + font-style: normal; + margin-left: 5px; +} +.revenue .value { + border-radius: 6px; + font: 5em Open Sans; + letter-spacing: -3px; + margin: 20px auto 0; + position: relative; + text-align: center; + color: #FFA200; +} +.revenue .value span { + font-size: 25px; + margin-right: 5px; + position: relative; + top: -20px; +} +.revenue .profit-line { + text-align: center; +} +.revenue .value i { + font-size: 27px; + font-style: normal; + letter-spacing: -1px; + margin: 40px 20px 0 0; + text-transform: uppercase; +} +b#speed { + font-weight: normal; + font-size: 60px; +} +.gauge-position { + top: 30px!important; + position: relative; + right: -20px; +} +.order { + background-color: #FFFFFF; + padding: 15px; + color: rgba(0, 0, 0, 0.4); + position: relative; + border-radius: 4px; + margin-bottom: 15px; +} +.order .headline { + color: #fff; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 40px; +} +.order .headline h3 { + font-size: 15px; + font-weight: normal; + margin: 0; + padding: 15px; + text-transform: uppercase; +} +.order .headline h3 span { + background-color: #45B6B0; + border-radius: 20px; + padding: 0 10px; +} +.order .headline h3 i { + font-style:normal; +} +.order .value { + border-radius: 6px; + font: 5em Open Sans; + letter-spacing: -3px; + margin: 20px auto 0; + position: relative; + text-align: center; + color: #45B6B0; +} +.order .value span { + font-size: 25px; + margin-right: 5px; + position: relative; + top: -20px; +} +.order .profit-line { + text-align: center; +} +.order .value i { + font-size: 27px; + font-style: normal; + letter-spacing: -1px; + margin: 0 0 0 10px; + text-transform: uppercase; +} +.order .value b { + font-size: 14px; + font-style: normal; + letter-spacing: -1px; + margin: 0 0 0 10px; + text-transform: uppercase; + font-weight:normal; +} +.member { + background-color: #FFFFFF; + padding: 15px; + color: rgba(0, 0, 0, 0.4); + position: relative; + border-radius: 4px; + margin-bottom: 15px; +} +.member .headline { + color: #fff; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 40px; +} +.member .headline h3 { + font-size: 15px; + font-weight: normal; + margin: 0; + padding: 15px; +} +.member .headline h3 span { + background-color: #65C3DF; + border-radius: 20px; + padding: 0 10px; +} +.member .headline h3 i { + font-style:normal; +} +.member .value { + border-radius: 6px; + font: 5em Open Sans; + letter-spacing: -3px; + margin: 20px auto 0; + position: relative; + text-align: center; + color: #65C3DF; +} +.member .value span { + font-size: 25px; + margin-right: 5px; + position: relative; + top: -20px; +} +.member .value b { + font-size: 14px; + font-style: normal; + font-weight: normal; + letter-spacing: 0; + margin: 0 0 0 10px; + text-transform: uppercase; +} +.member .profit-line { + text-align: center; + font-size: 12px; +} +.member .value i { + font-size: 27px; + font-style: normal; + letter-spacing: -1px; + margin: 0 0 0 10px; +} +.profit .headline .titleClose { + font-size: 16px; + position: absolute; + right: 17px; + top: 10px; +} +.revenue .headline .titleClose { + font-size: 16px; + position: absolute; + right: 17px; + top: 10px; +} +.order .headline .titleClose { + font-size: 16px; + position: absolute; + right: 17px; + top: 10px; +} +.member .headline .titleClose { + font-size: 16px; + position: absolute; + right: 17px; + top: 10px; +} +/** + * PAPER FLOAD + */ + .paper-wrap { + background-color: none repeat scroll 0 0 #ffffff; + background-position: -1px 0; + background-repeat: no-repeat; + position: relative; + overflow: hidden; + background: linear-gradient(45deg, transparent 20px, $color-green 20px), linear-gradient(135deg, transparent 20px, $color-green 20px), linear-gradient(225deg, transparent 20px, $color-green 20px), linear-gradient(315deg, transparent 20px, $color-green 20px); + background-position: bottom left, top left, top right, bottom right; + background-size: 50% 50%; + background-repeat: no-repeat; + padding: 20px; + min-height: 1430px; +} +.bevel.tlbr { + background: #f5f5f5; + background: -moz-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -moz-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(315deg, transparent 30px, #f5f5f5 30px); + background: -o-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -o-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(315deg, transparent 30px, #f5f5f5 30px); + background: -webkit-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -webkit-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(315deg, transparent 30px, #f5f5f5 30px); +} +.bevel.all, .bevel.trbl, .bevel.tlbr, .bevel.tr { + background-position: bottom left, bottom right, top right, top left; + -moz-background-size: 52% 52%; + -webkit-background-size: 52% 52%; + background-size: 52% 52%; + background-repeat: no-repeat; +} +.paper-wrap:before { + content:""; + position: absolute; + top: 0; + left: 0; + border-width: 0 42px 42px 0; + border-style: solid; + border-color: #ffffff rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3); + box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3); + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3); +} +.content-wrap { + padding: 0 30px; +} +#paper-top { + border-bottom: 1px solid #DDDDDD; + padding:0; + height:40px; +} +.devider-vertical { + border-right: 1px dashed #CCCCCC; + height: 74px; + left: 0; + position: absolute; + top: -35px; + width: 3px; +} +#paper-middle { + background: none repeat scroll 0 0 #E0E8EF; + border-bottom: 1px solid #DDDDDD; + height: 400px; + margin-bottom: 30px; + margin-top: 0; + width: 100%; +} +.gauge-wrap li { + list-style: none; + display: inline-block; +} +#sheetswitch { + position: absolute; + top: 0px; + right: 20px; + background: url('../images/bg_grad.jpg'); + border-left: 1px solid #23B2D2; + border-right: 1px solid #23B2D2; + border-bottom: 1px solid #23B2D2; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 5px; + padding-right: 5px; +} +#sheetswitch img { + border: none; +} +#sheetswitch .swatch { + margin-right: 15px; + display: block; + width: 16px; + height: 16px; + float: left; + border: 1px solid white; +} +#sheetswitch .swatch_hi { + border: 1px solid #777; +} +.sheetswitch_prev { + margin-right: 15px; +} +.sheetswitch_next, .sheetswitch_prev { + float: left; +} +/*FOOTER*/ + .wrap-footer { + margin-top: 60px; +} +.footer-space { + height: 60px; + width: 100%; +} +#footer { + background: none repeat scroll 0 0 #f8f8f8; + border-top: 1px solid #DDDDDD; + bottom: 0; + height: 50px; + left: 0; + position: absolute; + width: 100%; +} +#footer ul { + float: right; + margin: 5px 15px; + text-decoration: none; +} +#footer ul li { + color: #555555; + display: inline-block; + font-size: 14px !important; + padding: 0 6px; + text-decoration: none; +} +.copyright { + bottom: 0; + color: #666666; + float: right; + font-size: 12px !important; + padding: 5px 15px; + position: relative; +} +.devider-footer { + border-left: 1px solid #DDDDDD; + float: right; + height: 50px; + margin-top: -10px; + width: 4px; +} +.devider-left { + border-left: 1px solid #DDDDDD; + float: left; + height: 50px; + width: 4px; +} +/** + * LEFT MENU + * Left mobile menu + */ + @media (max-width: 767px) { + .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + margin-bottom: 30px; + min-height: 1px; + padding-left: 15px; + padding-right: 15px; + position: relative; + } + #paper-top { + padding: 0 20px 0 30px !important; + height: auto; + } + .tittle-content-header { + margin: 0 0 0 30px!important; + } + #skin-select #toggle { + display: none!important; + } + #skin-select { + left:-250px!important; + top: 31px!important; + } + #menu-showhide, .menu-left-nest { + border-radius: 0 !important; + margin: 1px 0 0 !important; + } + .side-bar { + margin-top: -29px!important; + display: block!important; + } + .navbar-top { + margin: 0 10px!important; + } + .wrap-fluid { + float: right!important; + width: 100%!important; + } + #skin-select li { + text-align: right!important; + } + #skin-select li span, ul.topnav h4, .noft-blue, .noft-blue-number, .noft-purple-number, .dark, .side-dash, .dropdown-wrap:after, .dropdown-setting:after, .widget-menu-hide, .config-wrap { + display: none!important; + } + body { + padding-left:50px!important; + } + .tooltip-tip2, .tooltip-tip { + display: block!important; + } + #nt-title-container { + margin: 15px 0 20px !important; + } + .nav.navbar-nav.navbar-right { + margin: 35px 0 !important; + } + .navbar { + margin-left: 0!important; + } + .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { + margin: 0!important; + } + .dropdown-menu .divider { + background-color: rgba(0, 0, 0, 0.2)!important; + height: 1px; + margin: 9px 0; + overflow: hidden; + } + .dropdown-menu.dropdown-wrap div { + width: auto!important; + } + .dropdown-menu > li > a { + color: #FFFFFF!important; + } + .running-text { + width: 100%!important; + padding: 10px 45px 0 20px!important; + height: 40px!important; + } + .navbar-collapse { + background: rgba(0, 0, 0, 0.4)!important; + } + .noft-red { + top: 0!important; + margin-right: 20px; + position: relative!important; + float: right; + } + .noft-green { + top: 0!important; + margin-right: 20px; + position: relative!important; + float: right; + } + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; + border: 0px solid #ccc!important; + margin-left: 0!important; + } +} +/** + * RIGHT MENU/ SLIDING CONTENT + */ + .right-wrapper { + background: rgba(0, 0, 0, 0.2); + margin: 75px 10px 10px; + min-height: 300px; + padding: 20px 15px; + border-radius: 4px; +} +.right-wrapper h3 { + color: #FFFFFF; + font-size: 13px; + margin: 0 0 20px 20px; +} +.right-wrapper h3 i { + font-style: normal; +} +.right-wrapper h3 span { + background: rgba(0, 0, 0, 0.1); + padding: 2px 10px 4px; + border-radius: 11px; + color: #FFFFFF; + font-size: 13px; + margin: 0 0 20px 0px; + font-weight: normal; +} +.chat { + margin: 10px 0 0 -19px; +} +.chat li { + list-style: none; + display: block; + margin-bottom: 0; +} +.chat li a { + color: #FFFFFF; + text-decoration: none; +} +.chat li a span { + width: 22px; + height: 22px; +} +.chat li b { + position: relative; + font-weight: normal; + top: -5px; +} +.chat li i { + font-size: 10px; + color: rgba(255, 255, 255, 0.3); + margin: 0 0 0 30px; + position: relative; + top: -18px; +} +img.img-chat { + width: 30px; + margin: 0 10px 0 -10px; + border: 1px solid rgba(0, 0, 0, 0.2); +} +.img-offline { + filter: url("data:image/svg+xml;utf8,#grayscale"); + /* Firefox 10+, Firefox on Android */ + filter: gray; + /* IE6-9 */ + -webkit-filter: grayscale(100%); + /* Chrome 19+, Safari 6+, Safari 6+ iOS */ +} +.label-chat { + margin-bottom: 25px!important; + font-size: 11px!important; +} +.widget-knob { + float: left; + width: 60px; + display: block; + margin-bottom: -15px; +} +.widget-def { + float: left; + width: 100%; + display: inline-block; + position: relative; + top: -35px; + left: 65px; +} +.widget-def b { + position: relative; + font-weight: normal; + top: 0; + left: 0; + color: #fff; + font-size: 12px; + text-transform: capitalize; + float: left; +} +.widget-def i { + position: relative; + font-weight: normal; + top: 0; + left: 0; + color: #fff; + font-size: 10px; + float: left; + font-style: normal; + color: rgba(255, 255, 255, 0.3); + display: block; +} +button.navbar-toggle.toggle-menu-mobile { + position: absolute; + right: 40px; +} +.invoice-header { + background: #EFEFF0; + color: #fff; + border-radius: 4px 4px 0 0; + margin: -16px 0 30px 0px; +} +small.pull-right { + color: #fff; + font-size: 17px; + margin: 8px 0; +} +.page-header { + padding-bottom: 9px!important; + margin: 30px 0 20px!important; + border-bottom: 0px solid #eee!important; +} diff --git a/src/templates/assets/css/weather-icons.min.css b/src/templates/assets/css/weather-icons.min.css new file mode 100644 index 0000000..9074b32 --- /dev/null +++ b/src/templates/assets/css/weather-icons.min.css @@ -0,0 +1,28 @@ +/*! + * Weather Icons Beta 1 + * Weather themed icons for Bootstrap + * ------------------------------------------------------------------------------ + * Maintained at http://erikflowers.github.io/weather-icons + * http://twitter.com/Erik_UX + * + * License + * ------------------------------------------------------------------------------ + * - Fpmt licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - CSS and LESS are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Inspired by and works great as a companion with Font Aweosme + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com + * Weather Icons gives full credit for inspiration to Font Awesome and makes no + * claim to invention, intellectual property, or ownership of methodology. + * + * Support Open Source! + * + * ------------------------------------------------------------------------------ + * Email: erik@helloerik.com + * Twitter: http://twitter.com/Erik_UX + */@font-face{font-family:weather;src:url(../font/weathericons-regular-webfont.eot);src:url(../font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../font/weathericons-regular-webfont.woff) format('woff'),url(../font/weathericons-regular-webfont.ttf) format('truetype'),url(../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');font-weight:400;font-style:normal}[class^=wi-],[class*=" wi-"]{font-family:weather;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^=wi-]:before,[class*=" wi-"]:before{text-decoration:inherit;display:inline-block;speak:none}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-lightning:before{content:"\f016"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celcius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-east:before{content:"\f059"}.wi-wind-north-east:before{content:"\f05a"}.wi-wind-north-west:before{content:"\f05b"}.wi-wind-north:before{content:"\f05c"}.wi-wind-south-east:before{content:"\f05d"}.wi-wind-south-west:before{content:"\f05e"}.wi-wind-south:before{content:"\f060"}.wi-wind-west:before{content:"\f061"} \ No newline at end of file diff --git a/src/templates/assets/font/BebasNeue-webfont.eot b/src/templates/assets/font/BebasNeue-webfont.eot new file mode 100644 index 0000000..eefc29f Binary files /dev/null and b/src/templates/assets/font/BebasNeue-webfont.eot differ diff --git a/src/templates/assets/font/BebasNeue-webfont.svg b/src/templates/assets/font/BebasNeue-webfont.svg new file mode 100644 index 0000000..c6c7d6c --- /dev/null +++ b/src/templates/assets/font/BebasNeue-webfont.svg @@ -0,0 +1,146 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2010 by Ryoichi Tsunekawa All rights reserved +Designer : Ryoichi Tsunekawa +Foundry : Ryoichi Tsunekawa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/templates/assets/font/BebasNeue-webfont.ttf b/src/templates/assets/font/BebasNeue-webfont.ttf new file mode 100644 index 0000000..9b9eefc Binary files /dev/null and b/src/templates/assets/font/BebasNeue-webfont.ttf differ diff --git a/src/templates/assets/font/BebasNeue-webfont.woff b/src/templates/assets/font/BebasNeue-webfont.woff new file mode 100644 index 0000000..89423e1 Binary files /dev/null and b/src/templates/assets/font/BebasNeue-webfont.woff differ diff --git a/src/templates/assets/font/dripicons.eot b/src/templates/assets/font/dripicons.eot new file mode 100644 index 0000000..449a93c Binary files /dev/null and b/src/templates/assets/font/dripicons.eot differ diff --git a/src/templates/assets/font/dripicons.svg b/src/templates/assets/font/dripicons.svg new file mode 100644 index 0000000..e82f697 --- /dev/null +++ b/src/templates/assets/font/dripicons.svg @@ -0,0 +1,105 @@ + + + +This SVG font generated by Fontastic.me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/templates/assets/font/dripicons.ttf b/src/templates/assets/font/dripicons.ttf new file mode 100644 index 0000000..6c69848 Binary files /dev/null and b/src/templates/assets/font/dripicons.ttf differ diff --git a/src/templates/assets/font/dripicons.woff b/src/templates/assets/font/dripicons.woff new file mode 100644 index 0000000..b8c13c8 Binary files /dev/null and b/src/templates/assets/font/dripicons.woff differ diff --git a/src/templates/assets/font/entypo.eot b/src/templates/assets/font/entypo.eot new file mode 100644 index 0000000..41f223e Binary files /dev/null and b/src/templates/assets/font/entypo.eot differ diff --git a/src/templates/assets/font/entypo.ttf b/src/templates/assets/font/entypo.ttf new file mode 100644 index 0000000..331ea3a Binary files /dev/null and b/src/templates/assets/font/entypo.ttf differ diff --git a/src/templates/assets/font/entypo.woff b/src/templates/assets/font/entypo.woff new file mode 100644 index 0000000..b0771de Binary files /dev/null and b/src/templates/assets/font/entypo.woff differ diff --git a/src/templates/assets/font/maki.eot b/src/templates/assets/font/maki.eot new file mode 100644 index 0000000..387b10b Binary files /dev/null and b/src/templates/assets/font/maki.eot differ diff --git a/src/templates/assets/font/maki.ttf b/src/templates/assets/font/maki.ttf new file mode 100644 index 0000000..645ee7e Binary files /dev/null and b/src/templates/assets/font/maki.ttf differ diff --git a/src/templates/assets/font/maki.woff b/src/templates/assets/font/maki.woff new file mode 100644 index 0000000..fa26d6f Binary files /dev/null and b/src/templates/assets/font/maki.woff differ diff --git a/src/templates/assets/font/weathericons-regular-webfont.eot b/src/templates/assets/font/weathericons-regular-webfont.eot new file mode 100644 index 0000000..d9f8a71 Binary files /dev/null and b/src/templates/assets/font/weathericons-regular-webfont.eot differ diff --git a/src/templates/assets/font/weathericons-regular-webfont.svg b/src/templates/assets/font/weathericons-regular-webfont.svg new file mode 100644 index 0000000..85c4139 --- /dev/null +++ b/src/templates/assets/font/weathericons-regular-webfont.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/templates/assets/font/weathericons-regular-webfont.ttf b/src/templates/assets/font/weathericons-regular-webfont.ttf new file mode 100644 index 0000000..e10fbc8 Binary files /dev/null and b/src/templates/assets/font/weathericons-regular-webfont.ttf differ diff --git a/src/templates/assets/font/weathericons-regular-webfont.woff b/src/templates/assets/font/weathericons-regular-webfont.woff new file mode 100644 index 0000000..af1d7bb Binary files /dev/null and b/src/templates/assets/font/weathericons-regular-webfont.woff differ diff --git a/src/templates/assets/fonts/fontawesome-webfont.eot b/src/templates/assets/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..7c79c6a Binary files /dev/null and b/src/templates/assets/fonts/fontawesome-webfont.eot differ diff --git a/src/templates/assets/fonts/fontawesome-webfont.svg b/src/templates/assets/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..e4815d7 --- /dev/null +++ b/src/templates/assets/fonts/fontawesome-webfont.svg @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/templates/assets/fonts/fontawesome-webfont.ttf b/src/templates/assets/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..e89738d Binary files /dev/null and b/src/templates/assets/fonts/fontawesome-webfont.ttf differ diff --git a/src/templates/assets/fonts/fontawesome-webfont.woff b/src/templates/assets/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..8c1748a Binary files /dev/null and b/src/templates/assets/fonts/fontawesome-webfont.woff differ diff --git a/src/templates/assets/fonts/glyphicons-halflings-regular (1).eot b/src/templates/assets/fonts/glyphicons-halflings-regular (1).eot new file mode 100644 index 0000000..4a4ca86 Binary files /dev/null and b/src/templates/assets/fonts/glyphicons-halflings-regular (1).eot differ diff --git a/src/templates/assets/fonts/glyphicons-halflings-regular.eot b/src/templates/assets/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..4a4ca86 Binary files /dev/null and b/src/templates/assets/fonts/glyphicons-halflings-regular.eot differ diff --git a/src/templates/assets/fonts/glyphicons-halflings-regular.svg b/src/templates/assets/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000..e3e2dc7 --- /dev/null +++ b/src/templates/assets/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/templates/assets/fonts/glyphicons-halflings-regular.ttf b/src/templates/assets/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000..67fa00b Binary files /dev/null and b/src/templates/assets/fonts/glyphicons-halflings-regular.ttf differ diff --git a/src/templates/assets/fonts/glyphicons-halflings-regular.woff b/src/templates/assets/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000..8c54182 Binary files /dev/null and b/src/templates/assets/fonts/glyphicons-halflings-regular.woff differ diff --git a/src/templates/assets/fonts/open-sans-light.woff b/src/templates/assets/fonts/open-sans-light.woff new file mode 100644 index 0000000..c1ab595 Binary files /dev/null and b/src/templates/assets/fonts/open-sans-light.woff differ diff --git a/src/templates/assets/ico/minus.png b/src/templates/assets/ico/minus.png new file mode 100644 index 0000000..f02e8d0 Binary files /dev/null and b/src/templates/assets/ico/minus.png differ diff --git a/src/templates/assets/img/bg.jpg b/src/templates/assets/img/bg.jpg new file mode 100644 index 0000000..523d7d6 Binary files /dev/null and b/src/templates/assets/img/bg.jpg differ diff --git a/src/templates/assets/img/bg10.jpg b/src/templates/assets/img/bg10.jpg new file mode 100644 index 0000000..be54710 Binary files /dev/null and b/src/templates/assets/img/bg10.jpg differ diff --git a/src/templates/assets/img/bg11.jpg b/src/templates/assets/img/bg11.jpg new file mode 100644 index 0000000..657bbe1 Binary files /dev/null and b/src/templates/assets/img/bg11.jpg differ diff --git a/src/templates/assets/img/bg12.jpg b/src/templates/assets/img/bg12.jpg new file mode 100644 index 0000000..e303365 Binary files /dev/null and b/src/templates/assets/img/bg12.jpg differ diff --git a/src/templates/assets/img/bg13.jpg b/src/templates/assets/img/bg13.jpg new file mode 100644 index 0000000..dcf1042 Binary files /dev/null and b/src/templates/assets/img/bg13.jpg differ diff --git a/src/templates/assets/img/bg2.jpg b/src/templates/assets/img/bg2.jpg new file mode 100644 index 0000000..5e35621 Binary files /dev/null and b/src/templates/assets/img/bg2.jpg differ diff --git a/src/templates/assets/img/bg3.jpg b/src/templates/assets/img/bg3.jpg new file mode 100644 index 0000000..5e35621 Binary files /dev/null and b/src/templates/assets/img/bg3.jpg differ diff --git a/src/templates/assets/img/bg3.png b/src/templates/assets/img/bg3.png new file mode 100644 index 0000000..6e01b3d Binary files /dev/null and b/src/templates/assets/img/bg3.png differ diff --git a/src/templates/assets/img/bg4.jpg b/src/templates/assets/img/bg4.jpg new file mode 100644 index 0000000..a629303 Binary files /dev/null and b/src/templates/assets/img/bg4.jpg differ diff --git a/src/templates/assets/img/bg5.jpg b/src/templates/assets/img/bg5.jpg new file mode 100644 index 0000000..9300b89 Binary files /dev/null and b/src/templates/assets/img/bg5.jpg differ diff --git a/src/templates/assets/img/bg8.jpg b/src/templates/assets/img/bg8.jpg new file mode 100644 index 0000000..9e8fe58 Binary files /dev/null and b/src/templates/assets/img/bg8.jpg differ diff --git a/src/templates/assets/img/bg9.jpg b/src/templates/assets/img/bg9.jpg new file mode 100644 index 0000000..9db5277 Binary files /dev/null and b/src/templates/assets/img/bg9.jpg differ diff --git a/src/templates/assets/img/credit/american-express.png b/src/templates/assets/img/credit/american-express.png new file mode 100644 index 0000000..fbe9ce2 Binary files /dev/null and b/src/templates/assets/img/credit/american-express.png differ diff --git a/src/templates/assets/img/credit/mastercard.png b/src/templates/assets/img/credit/mastercard.png new file mode 100644 index 0000000..f709adb Binary files /dev/null and b/src/templates/assets/img/credit/mastercard.png differ diff --git a/src/templates/assets/img/credit/paypal2.png b/src/templates/assets/img/credit/paypal2.png new file mode 100644 index 0000000..b0ca241 Binary files /dev/null and b/src/templates/assets/img/credit/paypal2.png differ diff --git a/src/templates/assets/img/credit/visa.png b/src/templates/assets/img/credit/visa.png new file mode 100644 index 0000000..7099cdf Binary files /dev/null and b/src/templates/assets/img/credit/visa.png differ diff --git a/src/templates/assets/img/giftly.png b/src/templates/assets/img/giftly.png new file mode 100644 index 0000000..de9c181 Binary files /dev/null and b/src/templates/assets/img/giftly.png differ diff --git a/src/templates/assets/img/insta-pic.jpg b/src/templates/assets/img/insta-pic.jpg new file mode 100644 index 0000000..8ed7934 Binary files /dev/null and b/src/templates/assets/img/insta-pic.jpg differ diff --git a/src/templates/assets/img/insta-pic2.jpg b/src/templates/assets/img/insta-pic2.jpg new file mode 100644 index 0000000..ae931c7 Binary files /dev/null and b/src/templates/assets/img/insta-pic2.jpg differ diff --git a/src/templates/assets/img/minus.png b/src/templates/assets/img/minus.png new file mode 100644 index 0000000..c7d04ec Binary files /dev/null and b/src/templates/assets/img/minus.png differ diff --git a/src/templates/assets/img/people-q-c-350-250-5.jpg b/src/templates/assets/img/people-q-c-350-250-5.jpg new file mode 100644 index 0000000..73d1d39 Binary files /dev/null and b/src/templates/assets/img/people-q-c-350-250-5.jpg differ diff --git a/src/templates/assets/img/people-q-c-350-250-7.jpg b/src/templates/assets/img/people-q-c-350-250-7.jpg new file mode 100644 index 0000000..6094a53 Binary files /dev/null and b/src/templates/assets/img/people-q-c-350-250-7.jpg differ diff --git a/src/templates/assets/img/people-q-c-350-250-8.jpg b/src/templates/assets/img/people-q-c-350-250-8.jpg new file mode 100644 index 0000000..2c7c92d Binary files /dev/null and b/src/templates/assets/img/people-q-c-350-250-8.jpg differ diff --git a/src/templates/assets/img/plus.png b/src/templates/assets/img/plus.png new file mode 100644 index 0000000..ca988ca Binary files /dev/null and b/src/templates/assets/img/plus.png differ diff --git a/src/templates/assets/img/search-dark.png b/src/templates/assets/img/search-dark.png new file mode 100644 index 0000000..24ace34 Binary files /dev/null and b/src/templates/assets/img/search-dark.png differ diff --git a/src/templates/assets/img/search-white.png b/src/templates/assets/img/search-white.png new file mode 100644 index 0000000..36feedc Binary files /dev/null and b/src/templates/assets/img/search-white.png differ diff --git a/src/templates/assets/img/small-bg.jpg b/src/templates/assets/img/small-bg.jpg new file mode 100644 index 0000000..f008eeb Binary files /dev/null and b/src/templates/assets/img/small-bg.jpg differ diff --git a/src/templates/assets/img/small-bg10.jpg b/src/templates/assets/img/small-bg10.jpg new file mode 100644 index 0000000..9a95d7e Binary files /dev/null and b/src/templates/assets/img/small-bg10.jpg differ diff --git a/src/templates/assets/img/small-bg11.jpg b/src/templates/assets/img/small-bg11.jpg new file mode 100644 index 0000000..329252b Binary files /dev/null and b/src/templates/assets/img/small-bg11.jpg differ diff --git a/src/templates/assets/img/small-bg12.jpg b/src/templates/assets/img/small-bg12.jpg new file mode 100644 index 0000000..6960527 Binary files /dev/null and b/src/templates/assets/img/small-bg12.jpg differ diff --git a/src/templates/assets/img/small-bg13.jpg b/src/templates/assets/img/small-bg13.jpg new file mode 100644 index 0000000..e085959 Binary files /dev/null and b/src/templates/assets/img/small-bg13.jpg differ diff --git a/src/templates/assets/img/small-bg2.jpg b/src/templates/assets/img/small-bg2.jpg new file mode 100644 index 0000000..1fbbc51 Binary files /dev/null and b/src/templates/assets/img/small-bg2.jpg differ diff --git a/src/templates/assets/img/small-bg5.jpg b/src/templates/assets/img/small-bg5.jpg new file mode 100644 index 0000000..c998127 Binary files /dev/null and b/src/templates/assets/img/small-bg5.jpg differ diff --git a/src/templates/assets/img/small-bg8.jpg b/src/templates/assets/img/small-bg8.jpg new file mode 100644 index 0000000..262d369 Binary files /dev/null and b/src/templates/assets/img/small-bg8.jpg differ diff --git a/src/templates/assets/img/small-bg9.jpg b/src/templates/assets/img/small-bg9.jpg new file mode 100644 index 0000000..2eb68ef Binary files /dev/null and b/src/templates/assets/img/small-bg9.jpg differ diff --git a/src/templates/assets/js/app.js b/src/templates/assets/js/app.js new file mode 100644 index 0000000..b868f8f --- /dev/null +++ b/src/templates/assets/js/app.js @@ -0,0 +1,130 @@ + +//BACKGROUND CHANGER + + $(function() { + $("#button-bg").click(function() { + $("body").css({ + "background": "url('assets/img/bg5.jpg')no-repeat center center fixed" + }); + }); + $("#button-bg2").click(function() { + $("body").css({ + "background": "url('assets/img/bg2.jpg')no-repeat center center fixed" + }); + }); + + + $("#button-bg3").click(function() { + $("body").css({ + "background": "url('assets/img/bg.jpg')no-repeat center center fixed" + }); + + + }); + + $("#button-bg5").click(function() { + $("body").css({ + "background": "url('assets/img/giftly.png')repeat" + }); + + }); + + $("#button-bg6").click(function() { + $("body").css({ + "background": "#2c3e50" + }); + + }); + + $("#button-bg7").click(function() { + $("body").css({ + "background": "url('assets/img/bg3.png')repeat" + }); + + }); + $("#button-bg8").click(function() { + $("body").css({ + "background": "url('assets/img/bg8.jpg')no-repeat center center fixed" + }); + }); + $("#button-bg9").click(function() { + $("body").css({ + "background": "url('assets/img/bg9.jpg')no-repeat center center fixed" + }); + }); + + $("#button-bg10").click(function() { + $("body").css({ + "background": "url('assets/img/bg10.jpg')no-repeat center center fixed" + }); + }); + $("#button-bg11").click(function() { + $("body").css({ + "background": "url('assets/img/bg11.jpg')no-repeat center center fixed" + }); + }); + $("#button-bg12").click(function() { + $("body").css({ + "background": "url('assets/img/bg12.jpg')no-repeat center center fixed" + }); + }); + + $("#button-bg13").click(function() { + $("body").css({ + "background": "url('assets/img/bg13.jpg')repeat" + }); + + }); + /** + * Background Changer end + */ + }); + +//TOGGLE CLOSE + $('.nav-toggle').click(function() { + //get collapse content selector + var collapse_content_selector = $(this).attr('href'); + + //make the collapse content to be shown or hide + var toggle_switch = $(this); + $(collapse_content_selector).slideToggle(function() { + if ($(this).css('display') == 'block') { + //change the button label to be 'Show' + toggle_switch.html(''); + } else { + //change the button label to be 'Hide' + toggle_switch.html(''); + } + }); + }); + + + $('.nav-toggle-alt').click(function() { + //get collapse content selector + var collapse_content_selector = $(this).attr('href'); + + //make the collapse content to be shown or hide + var toggle_switch = $(this); + $(collapse_content_selector).slideToggle(function() { + if ($(this).css('display') == 'block') { + //change the button label to be 'Show' + toggle_switch.html(''); + } else { + //change the button label to be 'Hide' + toggle_switch.html(''); + } + }); + return false; + }); + //CLOSE ELEMENT + $(".gone").click(function() { + var collapse_content_close = $(this).attr('href'); + $(collapse_content_close).hide(); + + + + }); + +//tooltip + $('.tooltitle').tooltip(); + \ No newline at end of file diff --git a/src/templates/assets/js/bootstrap.js b/src/templates/assets/js/bootstrap.js new file mode 100644 index 0000000..39ec471 --- /dev/null +++ b/src/templates/assets/js/bootstrap.js @@ -0,0 +1,1951 @@ +/*! + * Bootstrap v3.1.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery') } + +/* ======================================================================== + * Bootstrap: transition.js v3.1.0 + * http://getbootstrap.com/javascript/#transitions + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) + // ============================================================ + + function transitionEnd() { + var el = document.createElement('bootstrap') + + var transEndEventNames = { + 'WebkitTransition' : 'webkitTransitionEnd', + 'MozTransition' : 'transitionend', + 'OTransition' : 'oTransitionEnd otransitionend', + 'transition' : 'transitionend' + } + + for (var name in transEndEventNames) { + if (el.style[name] !== undefined) { + return { end: transEndEventNames[name] } + } + } + + return false // explicit for ie8 ( ._.) + } + + // http://blog.alexmaccaw.com/css-transitions + $.fn.emulateTransitionEnd = function (duration) { + var called = false, $el = this + $(this).one($.support.transition.end, function () { called = true }) + var callback = function () { if (!called) $($el).trigger($.support.transition.end) } + setTimeout(callback, duration) + return this + } + + $(function () { + $.support.transition = transitionEnd() + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: alert.js v3.1.0 + * http://getbootstrap.com/javascript/#alerts + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // ALERT CLASS DEFINITION + // ====================== + + var dismiss = '[data-dismiss="alert"]' + var Alert = function (el) { + $(el).on('click', dismiss, this.close) + } + + Alert.prototype.close = function (e) { + var $this = $(this) + var selector = $this.attr('data-target') + + if (!selector) { + selector = $this.attr('href') + selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 + } + + var $parent = $(selector) + + if (e) e.preventDefault() + + if (!$parent.length) { + $parent = $this.hasClass('alert') ? $this : $this.parent() + } + + $parent.trigger(e = $.Event('close.bs.alert')) + + if (e.isDefaultPrevented()) return + + $parent.removeClass('in') + + function removeElement() { + $parent.trigger('closed.bs.alert').remove() + } + + $.support.transition && $parent.hasClass('fade') ? + $parent + .one($.support.transition.end, removeElement) + .emulateTransitionEnd(150) : + removeElement() + } + + + // ALERT PLUGIN DEFINITION + // ======================= + + var old = $.fn.alert + + $.fn.alert = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.alert') + + if (!data) $this.data('bs.alert', (data = new Alert(this))) + if (typeof option == 'string') data[option].call($this) + }) + } + + $.fn.alert.Constructor = Alert + + + // ALERT NO CONFLICT + // ================= + + $.fn.alert.noConflict = function () { + $.fn.alert = old + return this + } + + + // ALERT DATA-API + // ============== + + $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: button.js v3.1.0 + * http://getbootstrap.com/javascript/#buttons + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // BUTTON PUBLIC CLASS DEFINITION + // ============================== + + var Button = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Button.DEFAULTS, options) + this.isLoading = false + } + + Button.DEFAULTS = { + loadingText: 'loading...' + } + + Button.prototype.setState = function (state) { + var d = 'disabled' + var $el = this.$element + var val = $el.is('input') ? 'val' : 'html' + var data = $el.data() + + state = state + 'Text' + + if (!data.resetText) $el.data('resetText', $el[val]()) + + $el[val](data[state] || this.options[state]) + + // push to event loop to allow forms to submit + setTimeout($.proxy(function () { + if (state == 'loadingText') { + this.isLoading = true + $el.addClass(d).attr(d, d) + } else if (this.isLoading) { + this.isLoading = false + $el.removeClass(d).removeAttr(d) + } + }, this), 0) + } + + Button.prototype.toggle = function () { + var changed = true + var $parent = this.$element.closest('[data-toggle="buttons"]') + + if ($parent.length) { + var $input = this.$element.find('input') + if ($input.prop('type') == 'radio') { + if ($input.prop('checked') && this.$element.hasClass('active')) changed = false + else $parent.find('.active').removeClass('active') + } + if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') + } + + if (changed) this.$element.toggleClass('active') + } + + + // BUTTON PLUGIN DEFINITION + // ======================== + + var old = $.fn.button + + $.fn.button = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.button') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.button', (data = new Button(this, options))) + + if (option == 'toggle') data.toggle() + else if (option) data.setState(option) + }) + } + + $.fn.button.Constructor = Button + + + // BUTTON NO CONFLICT + // ================== + + $.fn.button.noConflict = function () { + $.fn.button = old + return this + } + + + // BUTTON DATA-API + // =============== + + $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) { + var $btn = $(e.target) + if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') + $btn.button('toggle') + e.preventDefault() + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: carousel.js v3.1.0 + * http://getbootstrap.com/javascript/#carousel + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CAROUSEL CLASS DEFINITION + // ========================= + + var Carousel = function (element, options) { + this.$element = $(element) + this.$indicators = this.$element.find('.carousel-indicators') + this.options = options + this.paused = + this.sliding = + this.interval = + this.$active = + this.$items = null + + this.options.pause == 'hover' && this.$element + .on('mouseenter', $.proxy(this.pause, this)) + .on('mouseleave', $.proxy(this.cycle, this)) + } + + Carousel.DEFAULTS = { + interval: 5000, + pause: 'hover', + wrap: true + } + + Carousel.prototype.cycle = function (e) { + e || (this.paused = false) + + this.interval && clearInterval(this.interval) + + this.options.interval + && !this.paused + && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) + + return this + } + + Carousel.prototype.getActiveIndex = function () { + this.$active = this.$element.find('.item.active') + this.$items = this.$active.parent().children() + + return this.$items.index(this.$active) + } + + Carousel.prototype.to = function (pos) { + var that = this + var activeIndex = this.getActiveIndex() + + if (pos > (this.$items.length - 1) || pos < 0) return + + if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) + if (activeIndex == pos) return this.pause().cycle() + + return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) + } + + Carousel.prototype.pause = function (e) { + e || (this.paused = true) + + if (this.$element.find('.next, .prev').length && $.support.transition) { + this.$element.trigger($.support.transition.end) + this.cycle(true) + } + + this.interval = clearInterval(this.interval) + + return this + } + + Carousel.prototype.next = function () { + if (this.sliding) return + return this.slide('next') + } + + Carousel.prototype.prev = function () { + if (this.sliding) return + return this.slide('prev') + } + + Carousel.prototype.slide = function (type, next) { + var $active = this.$element.find('.item.active') + var $next = next || $active[type]() + var isCycling = this.interval + var direction = type == 'next' ? 'left' : 'right' + var fallback = type == 'next' ? 'first' : 'last' + var that = this + + if (!$next.length) { + if (!this.options.wrap) return + $next = this.$element.find('.item')[fallback]() + } + + if ($next.hasClass('active')) return this.sliding = false + + var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction }) + this.$element.trigger(e) + if (e.isDefaultPrevented()) return + + this.sliding = true + + isCycling && this.pause() + + if (this.$indicators.length) { + this.$indicators.find('.active').removeClass('active') + this.$element.one('slid.bs.carousel', function () { + var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()]) + $nextIndicator && $nextIndicator.addClass('active') + }) + } + + if ($.support.transition && this.$element.hasClass('slide')) { + $next.addClass(type) + $next[0].offsetWidth // force reflow + $active.addClass(direction) + $next.addClass(direction) + $active + .one($.support.transition.end, function () { + $next.removeClass([type, direction].join(' ')).addClass('active') + $active.removeClass(['active', direction].join(' ')) + that.sliding = false + setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0) + }) + .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000) + } else { + $active.removeClass('active') + $next.addClass('active') + this.sliding = false + this.$element.trigger('slid.bs.carousel') + } + + isCycling && this.cycle() + + return this + } + + + // CAROUSEL PLUGIN DEFINITION + // ========================== + + var old = $.fn.carousel + + $.fn.carousel = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.carousel') + var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) + var action = typeof option == 'string' ? option : options.slide + + if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) + if (typeof option == 'number') data.to(option) + else if (action) data[action]() + else if (options.interval) data.pause().cycle() + }) + } + + $.fn.carousel.Constructor = Carousel + + + // CAROUSEL NO CONFLICT + // ==================== + + $.fn.carousel.noConflict = function () { + $.fn.carousel = old + return this + } + + + // CAROUSEL DATA-API + // ================= + + $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { + var $this = $(this), href + var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 + var options = $.extend({}, $target.data(), $this.data()) + var slideIndex = $this.attr('data-slide-to') + if (slideIndex) options.interval = false + + $target.carousel(options) + + if (slideIndex = $this.attr('data-slide-to')) { + $target.data('bs.carousel').to(slideIndex) + } + + e.preventDefault() + }) + + $(window).on('load', function () { + $('[data-ride="carousel"]').each(function () { + var $carousel = $(this) + $carousel.carousel($carousel.data()) + }) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: collapse.js v3.1.0 + * http://getbootstrap.com/javascript/#collapse + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // COLLAPSE PUBLIC CLASS DEFINITION + // ================================ + + var Collapse = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Collapse.DEFAULTS, options) + this.transitioning = null + + if (this.options.parent) this.$parent = $(this.options.parent) + if (this.options.toggle) this.toggle() + } + + Collapse.DEFAULTS = { + toggle: true + } + + Collapse.prototype.dimension = function () { + var hasWidth = this.$element.hasClass('width') + return hasWidth ? 'width' : 'height' + } + + Collapse.prototype.show = function () { + if (this.transitioning || this.$element.hasClass('in')) return + + var startEvent = $.Event('show.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var actives = this.$parent && this.$parent.find('> .panel > .in') + + if (actives && actives.length) { + var hasData = actives.data('bs.collapse') + if (hasData && hasData.transitioning) return + actives.collapse('hide') + hasData || actives.data('bs.collapse', null) + } + + var dimension = this.dimension() + + this.$element + .removeClass('collapse') + .addClass('collapsing') + [dimension](0) + + this.transitioning = 1 + + var complete = function () { + this.$element + .removeClass('collapsing') + .addClass('collapse in') + [dimension]('auto') + this.transitioning = 0 + this.$element.trigger('shown.bs.collapse') + } + + if (!$.support.transition) return complete.call(this) + + var scrollSize = $.camelCase(['scroll', dimension].join('-')) + + this.$element + .one($.support.transition.end, $.proxy(complete, this)) + .emulateTransitionEnd(350) + [dimension](this.$element[0][scrollSize]) + } + + Collapse.prototype.hide = function () { + if (this.transitioning || !this.$element.hasClass('in')) return + + var startEvent = $.Event('hide.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var dimension = this.dimension() + + this.$element + [dimension](this.$element[dimension]()) + [0].offsetHeight + + this.$element + .addClass('collapsing') + .removeClass('collapse') + .removeClass('in') + + this.transitioning = 1 + + var complete = function () { + this.transitioning = 0 + this.$element + .trigger('hidden.bs.collapse') + .removeClass('collapsing') + .addClass('collapse') + } + + if (!$.support.transition) return complete.call(this) + + this.$element + [dimension](0) + .one($.support.transition.end, $.proxy(complete, this)) + .emulateTransitionEnd(350) + } + + Collapse.prototype.toggle = function () { + this[this.$element.hasClass('in') ? 'hide' : 'show']() + } + + + // COLLAPSE PLUGIN DEFINITION + // ========================== + + var old = $.fn.collapse + + $.fn.collapse = function (option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.collapse') + var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) + + if (!data && options.toggle && option == 'show') option = !option + if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + $.fn.collapse.Constructor = Collapse + + + // COLLAPSE NO CONFLICT + // ==================== + + $.fn.collapse.noConflict = function () { + $.fn.collapse = old + return this + } + + + // COLLAPSE DATA-API + // ================= + + $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) { + var $this = $(this), href + var target = $this.attr('data-target') + || e.preventDefault() + || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 + var $target = $(target) + var data = $target.data('bs.collapse') + var option = data ? 'toggle' : $this.data() + var parent = $this.attr('data-parent') + var $parent = parent && $(parent) + + if (!data || !data.transitioning) { + if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed') + $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') + } + + $target.collapse(option) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: dropdown.js v3.1.0 + * http://getbootstrap.com/javascript/#dropdowns + * ======================================================================== + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // DROPDOWN CLASS DEFINITION + // ========================= + + var backdrop = '.dropdown-backdrop' + var toggle = '[data-toggle=dropdown]' + var Dropdown = function (element) { + $(element).on('click.bs.dropdown', this.toggle) + } + + Dropdown.prototype.toggle = function (e) { + var $this = $(this) + + if ($this.is('.disabled, :disabled')) return + + var $parent = getParent($this) + var isActive = $parent.hasClass('open') + + clearMenus() + + if (!isActive) { + if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { + // if mobile we use a backdrop because click events don't delegate + $('")}if(o.length>0){l=c(o,"");if(a==null)a=l.children().width();if(f==null)f=l.find("div.tickLabel").height();l.remove()}}if(a==null)a=0;if(f==null)f=0;n.labelWidth=a;n.labelHeight=f}function z(t){var n=t.labelWidth,r=t.labelHeight,i=t.options.position,s=t.options.tickLength,o=a.grid.axisMargin,u=a.grid.labelMargin,f=t.direction=="x"?d:v,l;var c=e.grep(f,function(e){return e&&e.options.position==i&&e.reserveSpace});if(e.inArray(t,c)==c.length-1)o=0;if(s==null)s="full";var h=e.grep(f,function(e){return e&&e.reserveSpace});var p=e.inArray(t,h)==0;if(!p&&s=="full")s=5;if(!isNaN(+s))u+=+s;if(t.direction=="x"){r+=u;if(i=="bottom"){m.bottom+=r+o;t.box={top:y-m.bottom,height:r}}else{t.box={top:m.top+o,height:r};m.top+=r+o}}else{n+=u;if(i=="left"){t.box={left:m.left+o,width:n};m.left+=n+o}else{m.right+=n+o;t.box={left:g-m.right,width:n}}}t.position=i;t.tickLength=s;t.box.padding=u;t.innermost=p}function W(e){if(e.direction=="x"){e.box.left=m.left;e.box.width=b}else{e.box.top=m.top;e.box.height=w}}function X(){var t,n=A();e.each(n,function(e,t){t.show=t.options.show;if(t.show==null)t.show=t.used;t.reserveSpace=t.show||t.options.reserveSpace;V(t)});allocatedAxes=e.grep(n,function(e){return e.reserveSpace});m.left=m.right=m.top=m.bottom=0;if(a.grid.show){e.each(allocatedAxes,function(e,t){J(t);K(t);Q(t,t.ticks);U(t)});for(t=allocatedAxes.length-1;t>=0;--t)z(allocatedAxes[t]);var r=a.grid.minBorderMargin;if(r==null){r=0;for(t=0;t=0)n=0}if(t.max==null){r+=i*o;if(r>0&&e.datamax!=null&&e.datamax<=0)r=0}}}e.min=n;e.max=r}function J(t){var r=t.options;var i;if(typeof r.ticks=="number"&&r.ticks>0)i=r.ticks;else i=.3*Math.sqrt(t.direction=="x"?g:y);var s=(t.max-t.min)/i,o,u,a,f,l,c,h;if(r.mode=="time"){var p={second:1e3,minute:60*1e3,hour:60*60*1e3,day:24*60*60*1e3,month:30*24*60*60*1e3,year:365.2425*24*60*60*1e3};var m=[[1,"second"],[2,"second"],[5,"second"],[10,"second"],[30,"second"],[1,"minute"],[2,"minute"],[5,"minute"],[10,"minute"],[30,"minute"],[1,"hour"],[2,"hour"],[4,"hour"],[8,"hour"],[12,"hour"],[1,"day"],[2,"day"],[3,"day"],[.25,"month"],[.5,"month"],[1,"month"],[2,"month"],[3,"month"],[6,"month"],[1,"year"]];var b=0;if(r.minTickSize!=null){if(typeof r.tickSize=="number")b=r.tickSize;else b=r.minTickSize[0]*p[r.minTickSize[1]]}for(var l=0;l=b)break;o=m[l][0];a=m[l][1];if(a=="year"){c=Math.pow(10,Math.floor(Math.log(s/p.year)/Math.LN10));h=s/p.year/c;if(h<1.5)o=1;else if(h<3)o=2;else if(h<7.5)o=5;else o=10;o*=c}t.tickSize=r.tickSize||[o,a];u=function(e){var t=[],r=e.tickSize[0],i=e.tickSize[1],s=new Date(e.min);var o=r*p[i];if(i=="second")s.setUTCSeconds(n(s.getUTCSeconds(),r));if(i=="minute")s.setUTCMinutes(n(s.getUTCMinutes(),r));if(i=="hour")s.setUTCHours(n(s.getUTCHours(),r));if(i=="month")s.setUTCMonth(n(s.getUTCMonth(),r));if(i=="year")s.setUTCFullYear(n(s.getUTCFullYear(),r));s.setUTCMilliseconds(0);if(o>=p.minute)s.setUTCSeconds(0);if(o>=p.hour)s.setUTCMinutes(0);if(o>=p.day)s.setUTCHours(0);if(o>=p.day*4)s.setUTCDate(1);if(o>=p.year)s.setUTCMonth(0);var u=0,a=Number.NaN,f;do{f=a;a=s.getTime();t.push(a);if(i=="month"){if(r<1){s.setUTCDate(1);var l=s.getTime();s.setUTCMonth(s.getUTCMonth()+1);var c=s.getTime();s.setTime(a+u*p.hour+(c-l)*r);u=s.getUTCHours();s.setUTCHours(0)}else s.setUTCMonth(s.getUTCMonth()+r)}else if(i=="year"){s.setUTCFullYear(s.getUTCFullYear()+r)}else s.setTime(a+o)}while(aw)E=w;c=Math.pow(10,-E);h=s/c;if(h<1.5)o=1;else if(h<3){o=2;if(h>2.25&&(w==null||E+1<=w)){o=2.5;++E}}else if(h<7.5)o=5;else o=10;o*=c;if(r.minTickSize!=null&&o0){if(r.min==null)t.min=Math.min(t.min,x[0]);if(r.max==null&&x.length>1)t.max=Math.max(t.max,x[x.length-1])}u=function(e){var t=[],n,r;for(r=0;r1&&/\..*0$/.test((N[1]-N[0]).toFixed(T))))t.tickDecimals=T}}}t.tickGenerator=u;if(e.isFunction(r.tickFormatter))t.tickFormatter=function(e,t){return""+r.tickFormatter(e,t)};else t.tickFormatter=f}function K(t){var n=t.options.ticks,r=[];if(n==null||typeof n=="number"&&n>0)r=t.tickGenerator(t);else if(n){if(e.isFunction(n))r=n({min:t.min,max:t.max});else r=n}var i,s;t.ticks=[];for(i=0;i1)o=u[1]}else s=+u;if(o==null)o=t.tickFormatter(s,t);if(!isNaN(s))t.ticks.push({v:s,label:o})}}function Q(e,t){if(e.options.autoscaleMargin&&t.length>0){if(e.options.min==null)e.min=Math.min(e.min,t[0].v);if(e.options.max==null&&t.length>1)e.max=Math.max(e.max,t[t.length-1].v)}}function G(){h.clearRect(0,0,g,y);var e=a.grid;if(e.show&&e.backgroundColor)Z();if(e.show&&!e.aboveData)et();for(var t=0;ts){var a=r;r=s;s=a}return{from:r,to:s,axis:n}}function Z(){h.save();h.translate(m.left,m.top);h.fillStyle=xt(a.grid.backgroundColor,w,0,"rgba(255, 255, 255, 0)");h.fillRect(0,0,b,w);h.restore()}function et(){var t;h.save();h.translate(m.left,m.top);var n=a.grid.markings;if(n){if(e.isFunction(n)){var r=S.getAxes();r.xmin=r.xaxis.min;r.xmax=r.xaxis.max;r.ymin=r.yaxis.min;r.ymax=r.yaxis.max;n=n(r)}for(t=0;ts.axis.max||o.too.axis.max)continue;s.from=Math.max(s.from,s.axis.min);s.to=Math.min(s.to,s.axis.max);o.from=Math.max(o.from,o.axis.min);o.to=Math.min(o.to,o.axis.max);if(s.from==s.to&&o.from==o.to)continue;s.from=s.axis.p2c(s.from);s.to=s.axis.p2c(s.to);o.from=o.axis.p2c(o.from);o.to=o.axis.p2c(o.to);if(s.from==s.to||o.from==o.to){h.beginPath();h.strokeStyle=i.color||a.grid.markingsColor;h.lineWidth=i.lineWidth||a.grid.markingsLineWidth;h.moveTo(s.from,o.from);h.lineTo(s.to,o.to);h.stroke()}else{h.fillStyle=i.color||a.grid.markingsColor;h.fillRect(s.from,o.to,s.to-s.from,o.from-o.to)}}}var r=A(),u=a.grid.borderWidth;for(var f=0;fl.max||p=="full"&&u>0&&(E==l.min||E==l.max))continue;if(l.direction=="x"){d=l.p2c(E);y=p=="full"?-w:p;if(l.position=="top")y=-y}else{v=l.p2c(E);g=p=="full"?-b:p;if(l.position=="left")g=-g}if(h.lineWidth==1){if(l.direction=="x")d=Math.floor(d)+.5;else v=Math.floor(v)+.5}h.moveTo(d,v);h.lineTo(d+g,v+y)}h.stroke()}if(u){h.lineWidth=u;h.strokeStyle=a.grid.borderColor;h.strokeRect(-u/2,-u/2,b+u,w+u)}h.restore()}function tt(){t.find(".tickLabels").remove();var e=['
'];var n=A();for(var r=0;r');for(var o=0;oi.max)continue;var a={},f;if(i.direction=="x"){f="center";a.left=Math.round(m.left+i.p2c(u.v)-i.labelWidth/2);if(i.position=="bottom")a.top=s.top+s.padding;else a.bottom=y-(s.top+s.height-s.padding)}else{a.top=Math.round(m.top+i.p2c(u.v)-i.labelHeight/2);if(i.position=="left"){a.right=g-(s.left+s.width-s.padding);f="right"}else{a.left=s.left+s.padding;f="left"}}a.width=i.labelWidth;var l=["position:absolute","text-align:"+f];for(var c in a)l.push(c+":"+a[c]+"px");e.push('
'+u.label+"
")}e.push("
")}e.push("");t.append(e.join(""))}function nt(e){if(e.lines.show)rt(e);if(e.bars.show)ot(e);if(e.points.show)it(e)}function rt(e){function t(e,t,n,r,i){var s=e.points,o=e.pointsize,u=null,a=null;h.beginPath();for(var f=o;f=d&&c>i.max){if(d>i.max)continue;l=(i.max-c)/(d-c)*(p-l)+l;c=i.max}else if(d>=c&&d>i.max){if(c>i.max)continue;p=(i.max-c)/(d-c)*(p-l)+l;d=i.max}if(l<=p&&l=p&&l>r.max){if(p>r.max)continue;c=(r.max-l)/(p-l)*(d-c)+c;l=r.max}else if(p>=l&&p>r.max){if(l>r.max)continue;d=(r.max-l)/(p-l)*(d-c)+c;p=r.max}if(l!=u||c!=a)h.moveTo(r.p2c(l)+t,i.p2c(c)+n);u=p;a=d;h.lineTo(r.p2c(p)+t,i.p2c(d)+n)}h.stroke()}function n(e,t,n){var r=e.points,i=e.pointsize,s=Math.min(Math.max(0,n.min),n.max),o=0,u,a=false,f=1,l=0,c=0;while(true){if(i>0&&o>r.length+i)break;o+=i;var p=r[o-i],d=r[o-i+f],v=r[o],m=r[o+f];if(a){if(i>0&&p!=null&&v==null){c=o;i=-i;f=2;continue}if(i<0&&o==l+i){h.fill();a=false;i=-i;f=1;o=l=c+i;continue}}if(p==null||v==null)continue;if(p<=v&&p=v&&p>t.max){if(v>t.max)continue;d=(t.max-p)/(v-p)*(m-d)+d;p=t.max}else if(v>=p&&v>t.max){if(p>t.max)continue;m=(t.max-p)/(v-p)*(m-d)+d;v=t.max}if(!a){h.beginPath();h.moveTo(t.p2c(p),n.p2c(s));a=true}if(d>=n.max&&m>=n.max){h.lineTo(t.p2c(p),n.p2c(n.max));h.lineTo(t.p2c(v),n.p2c(n.max));continue}else if(d<=n.min&&m<=n.min){h.lineTo(t.p2c(p),n.p2c(n.min));h.lineTo(t.p2c(v),n.p2c(n.min));continue}var g=p,y=v;if(d<=m&&d=n.min){p=(n.min-d)/(m-d)*(v-p)+p;d=n.min}else if(m<=d&&m=n.min){v=(n.min-d)/(m-d)*(v-p)+p;m=n.min}if(d>=m&&d>n.max&&m<=n.max){p=(n.max-d)/(m-d)*(v-p)+p;d=n.max}else if(m>=d&&m>n.max&&d<=n.max){v=(n.max-d)/(m-d)*(v-p)+p;m=n.max}if(p!=g){h.lineTo(t.p2c(g),n.p2c(d))}h.lineTo(t.p2c(p),n.p2c(d));h.lineTo(t.p2c(v),n.p2c(m));if(v!=y){h.lineTo(t.p2c(v),n.p2c(m));h.lineTo(t.p2c(y),n.p2c(m))}}}h.save();h.translate(m.left,m.top);h.lineJoin="round";var r=e.lines.lineWidth,i=e.shadowSize;if(r>0&&i>0){h.lineWidth=i;h.strokeStyle="rgba(0,0,0,0.1)";var s=Math.PI/18;t(e.datapoints,Math.sin(s)*(r/2+i/2),Math.cos(s)*(r/2+i/2),e.xaxis,e.yaxis);h.lineWidth=i/2;t(e.datapoints,Math.sin(s)*(r/2+i/4),Math.cos(s)*(r/2+i/4),e.xaxis,e.yaxis)}h.lineWidth=r;h.strokeStyle=e.color;var o=ut(e.lines,e.color,0,w);if(o){h.fillStyle=o;n(e.datapoints,e.xaxis,e.yaxis)}if(r>0)t(e.datapoints,0,0,e.xaxis,e.yaxis);h.restore()}function it(e){function t(e,t,n,r,i,s,o,u){var a=e.points,f=e.pointsize;for(var l=0;ls.max||po.max)continue;h.beginPath();c=s.p2c(c);p=o.p2c(p)+r;if(u=="circle")h.arc(c,p,t,0,i?Math.PI:Math.PI*2,false);else u(h,c,p,t,i);h.closePath();if(n){h.fillStyle=n;h.fill()}h.stroke()}}h.save();h.translate(m.left,m.top);var n=e.points.lineWidth,r=e.shadowSize,i=e.points.radius,s=e.points.symbol;if(n>0&&r>0){var o=r/2;h.lineWidth=o;h.strokeStyle="rgba(0,0,0,0.1)";t(e.datapoints,i,null,o+o/2,true,e.xaxis,e.yaxis,s);h.strokeStyle="rgba(0,0,0,0.2)";t(e.datapoints,i,null,o/2,true,e.xaxis,e.yaxis,s)}h.lineWidth=n;h.strokeStyle=e.color;t(e.datapoints,i,ut(e.points,e.color),0,false,e.xaxis,e.yaxis,s);h.restore()}function st(e,t,n,r,i,s,o,u,a,f,l,c){var h,p,d,v,m,g,y,b,w;if(l){b=g=y=true;m=false;h=n;p=e;v=t+r;d=t+i;if(pu.max||va.max)return;if(hu.max){p=u.max;g=false}if(da.max){v=a.max;y=false}h=u.p2c(h);d=a.p2c(d);p=u.p2c(p);v=a.p2c(v);if(o){f.beginPath();f.moveTo(h,d);f.lineTo(h,v);f.lineTo(p,v);f.lineTo(p,d);f.fillStyle=o(d,v);f.fill()}if(c>0&&(m||g||y||b)){f.beginPath();f.moveTo(h,d+s);if(m)f.lineTo(h,v+s);else f.moveTo(h,v+s);if(y)f.lineTo(p,v+s);else f.moveTo(p,v+s);if(g)f.lineTo(p,d+s);else f.moveTo(p,d+s);if(b)f.lineTo(h,d+s);else f.moveTo(h,d+s);f.stroke()}}function ot(e){function t(t,n,r,i,s,o,u){var a=t.points,f=t.pointsize;for(var l=0;l");n.push("");r=true}if(i)o=i(o,s);n.push('
'+''+o+"")}if(r)n.push("");if(n.length==0)return;var l=''+n.join("")+"
";if(a.legend.container!=null)e(a.legend.container).html(l);else{var c="",h=a.legend.position,p=a.legend.margin;if(p[0]==null)p=[p,p];if(h.charAt(0)=="n")c+="top:"+(p[1]+m.top)+"px;";else if(h.charAt(0)=="s")c+="bottom:"+(p[1]+m.bottom)+"px;";if(h.charAt(1)=="e")c+="right:"+(p[0]+m.right)+"px;";else if(h.charAt(1)=="w")c+="left:"+(p[0]+m.left)+"px;";var d=e('
'+l.replace('style="','style="position:absolute;'+c+";")+"
").appendTo(t);if(a.legend.backgroundOpacity!=0){var v=a.legend.backgroundColor;if(v==null){v=a.grid.backgroundColor;if(v&&typeof v=="string")v=e.color.parse(v);else v=e.color.extract(d,"background-color");v.a=1;v=v.toString()}var g=d.children();e('
').prependTo(d).css("opacity",a.legend.backgroundOpacity)}}}function ct(e,t,n){var r=a.grid.mouseActiveRadius,i=r*r+1,s=null,o=false,f,l;for(f=u.length-1;f>=0;--f){if(!n(u[f]))continue;var c=u[f],h=c.xaxis,p=c.yaxis,d=c.datapoints.points,v=c.datapoints.pointsize,m=h.c2p(e),g=p.c2p(t),y=r/h.scale,b=r/p.scale;if(h.options.inverseTransform)y=Number.MAX_VALUE;if(p.options.inverseTransform)b=Number.MAX_VALUE;if(c.lines.show||c.points.show){for(l=0;ly||w-m<-y||E-g>b||E-g<-b)continue;var S=Math.abs(h.p2c(w)-e),x=Math.abs(p.p2c(E)-t),T=S*S+x*x;if(T=Math.min(k,w)&&g>=E+N&&g<=E+C:m>=w+N&&m<=w+C&&g>=Math.min(k,E)&&g<=Math.max(k,E))s=[f,l/v]}}}if(s){f=s[0];l=s[1];v=u[f].datapoints.pointsize;return{datapoint:u[f].datapoints.points.slice(l*v,(l+1)*v),dataIndex:l,series:u[f],seriesIndex:f}}return null}function ht(e){if(a.grid.hoverable)vt("plothover",e,function(e){return e["hoverable"]!=false})}function pt(e){if(a.grid.hoverable)vt("plothover",e,function(e){return false})}function dt(e){vt("plotclick",e,function(e){return e["clickable"]!=false})}function vt(e,n,r){var i=c.offset(),s=n.pageX-i.left-m.left,o=n.pageY-i.top-m.top,u=O({left:s,top:o});u.pageX=n.pageX;u.pageY=n.pageY;var f=ct(s,o,r);if(f){f.pageX=parseInt(f.series.xaxis.p2c(f.datapoint[0])+i.left+m.left);f.pageY=parseInt(f.series.yaxis.p2c(f.datapoint[1])+i.top+m.top)}if(a.grid.autoHighlight){for(var l=0;ls.max||io.max)return;var u=t.points.radius+t.points.lineWidth/2;p.lineWidth=u;p.strokeStyle=e.color.parse(t.color).scale("a",.5).toString();var a=1.5*u,r=s.p2c(r),i=o.p2c(i);p.beginPath();if(t.points.symbol=="circle")p.arc(r,i,a,0,2*Math.PI,false);else t.points.symbol(p,r,i,a,false);p.closePath();p.stroke()}function St(t,n){p.lineWidth=t.bars.lineWidth;p.strokeStyle=e.color.parse(t.color).scale("a",.5).toString();var r=e.color.parse(t.color).scale("a",.5).toString();var i=t.bars.align=="left"?0:-t.bars.barWidth/2;st(n[0],n[1],n[2]||0,i,i+t.bars.barWidth,0,function(){return r},t.xaxis,t.yaxis,p,t.bars.horizontal,t.bars.lineWidth)}function xt(t,n,r,i){if(typeof t=="string")return t;else{var s=h.createLinearGradient(0,r,0,n);for(var o=0,u=t.colors.length;o12){u=u-12}else if(u==0){u=12}}for(var f=0;f=1){return"rgb("+[s.r,s.g,s.b].join(",")+")"}else{return"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"}};s.normalize=function(){function e(e,t,n){return tn?n:t}s.r=e(0,parseInt(s.r),255);s.g=e(0,parseInt(s.g),255);s.b=e(0,parseInt(s.b),255);s.a=e(0,s.a,1);return s};s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)};return s.normalize()};e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent"){break}t=t.parent()}while(!e.nodeName(t.get(0),"body"));if(r=="rgba(0, 0, 0, 0)"){r="transparent"}return e.color.parse(r)};e.color.parse=function(n){var r,i=e.color.make;if(r=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(n)){return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10))}if(r=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n)){return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10),parseFloat(r[4]))}if(r=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(n)){return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55)}if(r=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n)){return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55,parseFloat(r[4]))}if(r=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(n)){return i(parseInt(r[1],16),parseInt(r[2],16),parseInt(r[3],16))}if(r=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(n)){return i(parseInt(r[1]+r[1],16),parseInt(r[2]+r[2],16),parseInt(r[3]+r[3],16))}var s=e.trim(n).toLowerCase();if(s=="transparent"){return i(255,255,255,0)}else{r=t[s]||[0,0,0];return i(r[0],r[1],r[2])}};var t={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);(function(e){function t(t,r,s,o){function x(e,t){t=[S].concat(t);for(var n=0;n=a.colors.length){t=0;++f}}var h=0,p;for(t=0;te.datamax&&n!=r)e.datamax=n}var t=Number.POSITIVE_INFINITY,n=Number.NEGATIVE_INFINITY,r=Number.MAX_VALUE,i,s,o,a,f,l,c,h,p,d,v,m,g,y;e.each(A(),function(e,r){r.datamin=t;r.datamax=n;r.used=false});for(i=0;i0&&c[o-h]!=null&&c[o-h]!=c[o]&&c[o-h+1]!=c[o+1]){for(a=0;ak)k=m}if(g.y){if(mL)L=m}}}if(l.bars.show){var O=l.bars.align=="left"?0:-l.bars.barWidth/2;if(l.bars.horizontal){C+=O;L+=O+l.bars.barWidth}else{N+=O;k+=O+l.bars.barWidth}}b(l.xaxis,N,k);b(l.yaxis,C,L)}e.each(A(),function(e,r){if(r.datamin==t)r.datamin=null;if(r.datamax==n)r.datamax=null})}function H(n,r){var i=document.createElement("canvas");i.className=r;i.width=g;i.height=y;if(!n)e(i).css({position:"absolute",left:0,top:0});e(i).appendTo(t);if(!i.getContext)i=window.G_vmlCanvasManager.initElement(i);i.getContext("2d").save();return i}function B(){g=t.width();y=t.height();if(g<=0||y<=0)throw"Invalid dimensions for plot, width = "+g+", height = "+y}function j(e){if(e.width!=g)e.width=g;if(e.height!=y)e.height=y;var t=e.getContext("2d");t.restore();t.save()}function F(){var n,r=t.children("canvas.base"),i=t.children("canvas.overlay");if(r.length==0||i==0){t.html("");t.css({padding:0});if(t.css("position")=="static")t.css("position","relative");B();f=H(true,"base");l=H(false,"overlay");n=false}else{f=r.get(0);l=i.get(0);n=true}h=f.getContext("2d");p=l.getContext("2d");c=e([l,f]);if(n){t.data("plot").shutdown();S.resize();p.clearRect(0,0,g,y);c.unbind();t.children().not([f,l]).remove()}t.data("plot",S)}function I(){if(a.grid.hoverable){c.mousemove(ht);c.mouseleave(pt)}if(a.grid.clickable)c.click(dt);x(E.bindEvents,[c])}function q(){if(lt)clearTimeout(lt);c.unbind("mousemove",ht);c.unbind("mouseleave",pt);c.unbind("click",dt);x(E.shutdown,[c])}function R(e){function t(e){return e}var n,r,i=e.options.transform||t,s=e.options.inverseTransform;if(e.direction=="x"){n=e.scale=b/Math.abs(i(e.max)-i(e.min));r=Math.min(i(e.max),i(e.min))}else{n=e.scale=w/Math.abs(i(e.max)-i(e.min));n=-n;r=Math.max(i(e.max),i(e.min))}if(i==t)e.p2c=function(e){return(e-r)*n};else e.p2c=function(e){return(i(e)-r)*n};if(!s)e.c2p=function(e){return r+e/n};else e.c2p=function(e){return s(r+e/n)}}function U(n){function c(r,i){return e('
'+'
'+r.join("")+"
").appendTo(t)}var r=n.options,i,s=n.ticks||[],o=[],u,a=r.labelWidth,f=r.labelHeight,l;if(n.direction=="x"){if(a==null)a=Math.floor(g/(s.length>0?s.length:1));if(f==null){o=[];for(i=0;i'+u+"")}if(o.length>0){o.push('
');l=c(o,"width:10000px;");f=l.height();l.remove()}}}else if(a==null||f==null){for(i=0;i'+u+"")}if(o.length>0){l=c(o,"");if(a==null)a=l.children().width();if(f==null)f=l.find("div.tickLabel").height();l.remove()}}if(a==null)a=0;if(f==null)f=0;n.labelWidth=a;n.labelHeight=f}function z(t){var n=t.labelWidth,r=t.labelHeight,i=t.options.position,s=t.options.tickLength,o=a.grid.axisMargin,u=a.grid.labelMargin,f=t.direction=="x"?d:v,l;var c=e.grep(f,function(e){return e&&e.options.position==i&&e.reserveSpace});if(e.inArray(t,c)==c.length-1)o=0;if(s==null)s="full";var h=e.grep(f,function(e){return e&&e.reserveSpace});var p=e.inArray(t,h)==0;if(!p&&s=="full")s=5;if(!isNaN(+s))u+=+s;if(t.direction=="x"){r+=u;if(i=="bottom"){m.bottom+=r+o;t.box={top:y-m.bottom,height:r}}else{t.box={top:m.top+o,height:r};m.top+=r+o}}else{n+=u;if(i=="left"){t.box={left:m.left+o,width:n};m.left+=n+o}else{m.right+=n+o;t.box={left:g-m.right,width:n}}}t.position=i;t.tickLength=s;t.box.padding=u;t.innermost=p}function W(e){if(e.direction=="x"){e.box.left=m.left;e.box.width=b}else{e.box.top=m.top;e.box.height=w}}function X(){var t,n=A();e.each(n,function(e,t){t.show=t.options.show;if(t.show==null)t.show=t.used;t.reserveSpace=t.show||t.options.reserveSpace;V(t)});allocatedAxes=e.grep(n,function(e){return e.reserveSpace});m.left=m.right=m.top=m.bottom=0;if(a.grid.show){e.each(allocatedAxes,function(e,t){J(t);K(t);Q(t,t.ticks);U(t)});for(t=allocatedAxes.length-1;t>=0;--t)z(allocatedAxes[t]);var r=a.grid.minBorderMargin;if(r==null){r=0;for(t=0;t=0)n=0}if(t.max==null){r+=i*o;if(r>0&&e.datamax!=null&&e.datamax<=0)r=0}}}e.min=n;e.max=r}function J(t){var r=t.options;var i;if(typeof r.ticks=="number"&&r.ticks>0)i=r.ticks;else i=.3*Math.sqrt(t.direction=="x"?g:y);var s=(t.max-t.min)/i,o,u,a,f,l,c,h;if(r.mode=="time"){var p={second:1e3,minute:60*1e3,hour:60*60*1e3,day:24*60*60*1e3,month:30*24*60*60*1e3,year:365.2425*24*60*60*1e3};var m=[[1,"second"],[2,"second"],[5,"second"],[10,"second"],[30,"second"],[1,"minute"],[2,"minute"],[5,"minute"],[10,"minute"],[30,"minute"],[1,"hour"],[2,"hour"],[4,"hour"],[8,"hour"],[12,"hour"],[1,"day"],[2,"day"],[3,"day"],[.25,"month"],[.5,"month"],[1,"month"],[2,"month"],[3,"month"],[6,"month"],[1,"year"]];var b=0;if(r.minTickSize!=null){if(typeof r.tickSize=="number")b=r.tickSize;else b=r.minTickSize[0]*p[r.minTickSize[1]]}for(var l=0;l=b)break;o=m[l][0];a=m[l][1];if(a=="year"){c=Math.pow(10,Math.floor(Math.log(s/p.year)/Math.LN10));h=s/p.year/c;if(h<1.5)o=1;else if(h<3)o=2;else if(h<7.5)o=5;else o=10;o*=c}t.tickSize=r.tickSize||[o,a];u=function(e){var t=[],r=e.tickSize[0],i=e.tickSize[1],s=new Date(e.min);var o=r*p[i];if(i=="second")s.setUTCSeconds(n(s.getUTCSeconds(),r));if(i=="minute")s.setUTCMinutes(n(s.getUTCMinutes(),r));if(i=="hour")s.setUTCHours(n(s.getUTCHours(),r));if(i=="month")s.setUTCMonth(n(s.getUTCMonth(),r));if(i=="year")s.setUTCFullYear(n(s.getUTCFullYear(),r));s.setUTCMilliseconds(0);if(o>=p.minute)s.setUTCSeconds(0);if(o>=p.hour)s.setUTCMinutes(0);if(o>=p.day)s.setUTCHours(0);if(o>=p.day*4)s.setUTCDate(1);if(o>=p.year)s.setUTCMonth(0);var u=0,a=Number.NaN,f;do{f=a;a=s.getTime();t.push(a);if(i=="month"){if(r<1){s.setUTCDate(1);var l=s.getTime();s.setUTCMonth(s.getUTCMonth()+1);var c=s.getTime();s.setTime(a+u*p.hour+(c-l)*r);u=s.getUTCHours();s.setUTCHours(0)}else s.setUTCMonth(s.getUTCMonth()+r)}else if(i=="year"){s.setUTCFullYear(s.getUTCFullYear()+r)}else s.setTime(a+o)}while(aw)E=w;c=Math.pow(10,-E);h=s/c;if(h<1.5)o=1;else if(h<3){o=2;if(h>2.25&&(w==null||E+1<=w)){o=2.5;++E}}else if(h<7.5)o=5;else o=10;o*=c;if(r.minTickSize!=null&&o0){if(r.min==null)t.min=Math.min(t.min,x[0]);if(r.max==null&&x.length>1)t.max=Math.max(t.max,x[x.length-1])}u=function(e){var t=[],n,r;for(r=0;r1&&/\..*0$/.test((N[1]-N[0]).toFixed(T))))t.tickDecimals=T}}}t.tickGenerator=u;if(e.isFunction(r.tickFormatter))t.tickFormatter=function(e,t){return""+r.tickFormatter(e,t)};else t.tickFormatter=f}function K(t){var n=t.options.ticks,r=[];if(n==null||typeof n=="number"&&n>0)r=t.tickGenerator(t);else if(n){if(e.isFunction(n))r=n({min:t.min,max:t.max});else r=n}var i,s;t.ticks=[];for(i=0;i1)o=u[1]}else s=+u;if(o==null)o=t.tickFormatter(s,t);if(!isNaN(s))t.ticks.push({v:s,label:o})}}function Q(e,t){if(e.options.autoscaleMargin&&t.length>0){if(e.options.min==null)e.min=Math.min(e.min,t[0].v);if(e.options.max==null&&t.length>1)e.max=Math.max(e.max,t[t.length-1].v)}}function G(){h.clearRect(0,0,g,y);var e=a.grid;if(e.show&&e.backgroundColor)Z();if(e.show&&!e.aboveData)et();for(var t=0;ts){var a=r;r=s;s=a}return{from:r,to:s,axis:n}}function Z(){h.save();h.translate(m.left,m.top);h.fillStyle=xt(a.grid.backgroundColor,w,0,"rgba(255, 255, 255, 0)");h.fillRect(0,0,b,w);h.restore()}function et(){var t;h.save();h.translate(m.left,m.top);var n=a.grid.markings;if(n){if(e.isFunction(n)){var r=S.getAxes();r.xmin=r.xaxis.min;r.xmax=r.xaxis.max;r.ymin=r.yaxis.min;r.ymax=r.yaxis.max;n=n(r)}for(t=0;ts.axis.max||o.too.axis.max)continue;s.from=Math.max(s.from,s.axis.min);s.to=Math.min(s.to,s.axis.max);o.from=Math.max(o.from,o.axis.min);o.to=Math.min(o.to,o.axis.max);if(s.from==s.to&&o.from==o.to)continue;s.from=s.axis.p2c(s.from);s.to=s.axis.p2c(s.to);o.from=o.axis.p2c(o.from);o.to=o.axis.p2c(o.to);if(s.from==s.to||o.from==o.to){h.beginPath();h.strokeStyle=i.color||a.grid.markingsColor;h.lineWidth=i.lineWidth||a.grid.markingsLineWidth;h.moveTo(s.from,o.from);h.lineTo(s.to,o.to);h.stroke()}else{h.fillStyle=i.color||a.grid.markingsColor;h.fillRect(s.from,o.to,s.to-s.from,o.from-o.to)}}}var r=A(),u=a.grid.borderWidth;for(var f=0;fl.max||p=="full"&&u>0&&(E==l.min||E==l.max))continue;if(l.direction=="x"){d=l.p2c(E);y=p=="full"?-w:p;if(l.position=="top")y=-y}else{v=l.p2c(E);g=p=="full"?-b:p;if(l.position=="left")g=-g}if(h.lineWidth==1){if(l.direction=="x")d=Math.floor(d)+.5;else v=Math.floor(v)+.5}h.moveTo(d,v);h.lineTo(d+g,v+y)}h.stroke()}if(u){h.lineWidth=u;h.strokeStyle=a.grid.borderColor;h.strokeRect(-u/2,-u/2,b+u,w+u)}h.restore()}function tt(){t.find(".tickLabels").remove();var e=['
'];var n=A();for(var r=0;r');for(var o=0;oi.max)continue;var a={},f;if(i.direction=="x"){f="center";a.left=Math.round(m.left+i.p2c(u.v)-i.labelWidth/2);if(i.position=="bottom")a.top=s.top+s.padding;else a.bottom=y-(s.top+s.height-s.padding)}else{a.top=Math.round(m.top+i.p2c(u.v)-i.labelHeight/2);if(i.position=="left"){a.right=g-(s.left+s.width-s.padding);f="right"}else{a.left=s.left+s.padding;f="left"}}a.width=i.labelWidth;var l=["position:absolute","text-align:"+f];for(var c in a)l.push(c+":"+a[c]+"px");e.push('
'+u.label+"
")}e.push("
")}e.push("");t.append(e.join(""))}function nt(e){if(e.lines.show)rt(e);if(e.bars.show)ot(e);if(e.points.show)it(e)}function rt(e){function t(e,t,n,r,i){var s=e.points,o=e.pointsize,u=null,a=null;h.beginPath();for(var f=o;f=d&&c>i.max){if(d>i.max)continue;l=(i.max-c)/(d-c)*(p-l)+l;c=i.max}else if(d>=c&&d>i.max){if(c>i.max)continue;p=(i.max-c)/(d-c)*(p-l)+l;d=i.max}if(l<=p&&l=p&&l>r.max){if(p>r.max)continue;c=(r.max-l)/(p-l)*(d-c)+c;l=r.max}else if(p>=l&&p>r.max){if(l>r.max)continue;d=(r.max-l)/(p-l)*(d-c)+c;p=r.max}if(l!=u||c!=a)h.moveTo(r.p2c(l)+t,i.p2c(c)+n);u=p;a=d;h.lineTo(r.p2c(p)+t,i.p2c(d)+n)}h.stroke()}function n(e,t,n){var r=e.points,i=e.pointsize,s=Math.min(Math.max(0,n.min),n.max),o=0,u,a=false,f=1,l=0,c=0;while(true){if(i>0&&o>r.length+i)break;o+=i;var p=r[o-i],d=r[o-i+f],v=r[o],m=r[o+f];if(a){if(i>0&&p!=null&&v==null){c=o;i=-i;f=2;continue}if(i<0&&o==l+i){h.fill();a=false;i=-i;f=1;o=l=c+i;continue}}if(p==null||v==null)continue;if(p<=v&&p=v&&p>t.max){if(v>t.max)continue;d=(t.max-p)/(v-p)*(m-d)+d;p=t.max}else if(v>=p&&v>t.max){if(p>t.max)continue;m=(t.max-p)/(v-p)*(m-d)+d;v=t.max}if(!a){h.beginPath();h.moveTo(t.p2c(p),n.p2c(s));a=true}if(d>=n.max&&m>=n.max){h.lineTo(t.p2c(p),n.p2c(n.max));h.lineTo(t.p2c(v),n.p2c(n.max));continue}else if(d<=n.min&&m<=n.min){h.lineTo(t.p2c(p),n.p2c(n.min));h.lineTo(t.p2c(v),n.p2c(n.min));continue}var g=p,y=v;if(d<=m&&d=n.min){p=(n.min-d)/(m-d)*(v-p)+p;d=n.min}else if(m<=d&&m=n.min){v=(n.min-d)/(m-d)*(v-p)+p;m=n.min}if(d>=m&&d>n.max&&m<=n.max){p=(n.max-d)/(m-d)*(v-p)+p;d=n.max}else if(m>=d&&m>n.max&&d<=n.max){v=(n.max-d)/(m-d)*(v-p)+p;m=n.max}if(p!=g){h.lineTo(t.p2c(g),n.p2c(d))}h.lineTo(t.p2c(p),n.p2c(d));h.lineTo(t.p2c(v),n.p2c(m));if(v!=y){h.lineTo(t.p2c(v),n.p2c(m));h.lineTo(t.p2c(y),n.p2c(m))}}}h.save();h.translate(m.left,m.top);h.lineJoin="round";var r=e.lines.lineWidth,i=e.shadowSize;if(r>0&&i>0){h.lineWidth=i;h.strokeStyle="rgba(0,0,0,0.1)";var s=Math.PI/18;t(e.datapoints,Math.sin(s)*(r/2+i/2),Math.cos(s)*(r/2+i/2),e.xaxis,e.yaxis);h.lineWidth=i/2;t(e.datapoints,Math.sin(s)*(r/2+i/4),Math.cos(s)*(r/2+i/4),e.xaxis,e.yaxis)}h.lineWidth=r;h.strokeStyle=e.color;var o=ut(e.lines,e.color,0,w);if(o){h.fillStyle=o;n(e.datapoints,e.xaxis,e.yaxis)}if(r>0)t(e.datapoints,0,0,e.xaxis,e.yaxis);h.restore()}function it(e){function t(e,t,n,r,i,s,o,u){var a=e.points,f=e.pointsize;for(var l=0;ls.max||po.max)continue;h.beginPath();c=s.p2c(c);p=o.p2c(p)+r;if(u=="circle")h.arc(c,p,t,0,i?Math.PI:Math.PI*2,false);else u(h,c,p,t,i);h.closePath();if(n){h.fillStyle=n;h.fill()}h.stroke()}}h.save();h.translate(m.left,m.top);var n=e.points.lineWidth,r=e.shadowSize,i=e.points.radius,s=e.points.symbol;if(n>0&&r>0){var o=r/2;h.lineWidth=o;h.strokeStyle="rgba(0,0,0,0.1)";t(e.datapoints,i,null,o+o/2,true,e.xaxis,e.yaxis,s);h.strokeStyle="rgba(0,0,0,0.2)";t(e.datapoints,i,null,o/2,true,e.xaxis,e.yaxis,s)}h.lineWidth=n;h.strokeStyle=e.color;t(e.datapoints,i,ut(e.points,e.color),0,false,e.xaxis,e.yaxis,s);h.restore()}function st(e,t,n,r,i,s,o,u,a,f,l,c){var h,p,d,v,m,g,y,b,w;if(l){b=g=y=true;m=false;h=n;p=e;v=t+r;d=t+i;if(pu.max||va.max)return;if(hu.max){p=u.max;g=false}if(da.max){v=a.max;y=false}h=u.p2c(h);d=a.p2c(d);p=u.p2c(p);v=a.p2c(v);if(o){f.beginPath();f.moveTo(h,d);f.lineTo(h,v);f.lineTo(p,v);f.lineTo(p,d);f.fillStyle=o(d,v);f.fill()}if(c>0&&(m||g||y||b)){f.beginPath();f.moveTo(h,d+s);if(m)f.lineTo(h,v+s);else f.moveTo(h,v+s);if(y)f.lineTo(p,v+s);else f.moveTo(p,v+s);if(g)f.lineTo(p,d+s);else f.moveTo(p,d+s);if(b)f.lineTo(h,d+s);else f.moveTo(h,d+s);f.stroke()}}function ot(e){function t(t,n,r,i,s,o,u){var a=t.points,f=t.pointsize;for(var l=0;l");n.push("");r=true}if(i)o=i(o,s);n.push('
'+''+o+"")}if(r)n.push("");if(n.length==0)return;var l=''+n.join("")+"
";if(a.legend.container!=null)e(a.legend.container).html(l);else{var c="",h=a.legend.position,p=a.legend.margin;if(p[0]==null)p=[p,p];if(h.charAt(0)=="n")c+="top:"+(p[1]+m.top)+"px;";else if(h.charAt(0)=="s")c+="bottom:"+(p[1]+m.bottom)+"px;";if(h.charAt(1)=="e")c+="right:"+(p[0]+m.right)+"px;";else if(h.charAt(1)=="w")c+="left:"+(p[0]+m.left)+"px;";var d=e('
'+l.replace('style="','style="position:absolute;'+c+";")+"
").appendTo(t);if(a.legend.backgroundOpacity!=0){var v=a.legend.backgroundColor;if(v==null){v=a.grid.backgroundColor;if(v&&typeof v=="string")v=e.color.parse(v);else v=e.color.extract(d,"background-color");v.a=1;v=v.toString()}var g=d.children();e('
').prependTo(d).css("opacity",a.legend.backgroundOpacity)}}}function ct(e,t,n){var r=a.grid.mouseActiveRadius,i=r*r+1,s=null,o=false,f,l;for(f=u.length-1;f>=0;--f){if(!n(u[f]))continue;var c=u[f],h=c.xaxis,p=c.yaxis,d=c.datapoints.points,v=c.datapoints.pointsize,m=h.c2p(e),g=p.c2p(t),y=r/h.scale,b=r/p.scale;if(h.options.inverseTransform)y=Number.MAX_VALUE;if(p.options.inverseTransform)b=Number.MAX_VALUE;if(c.lines.show||c.points.show){for(l=0;ly||w-m<-y||E-g>b||E-g<-b)continue;var S=Math.abs(h.p2c(w)-e),x=Math.abs(p.p2c(E)-t),T=S*S+x*x;if(T=Math.min(k,w)&&g>=E+N&&g<=E+C:m>=w+N&&m<=w+C&&g>=Math.min(k,E)&&g<=Math.max(k,E))s=[f,l/v]}}}if(s){f=s[0];l=s[1];v=u[f].datapoints.pointsize;return{datapoint:u[f].datapoints.points.slice(l*v,(l+1)*v),dataIndex:l,series:u[f],seriesIndex:f}}return null}function ht(e){if(a.grid.hoverable)vt("plothover",e,function(e){return e["hoverable"]!=false})}function pt(e){if(a.grid.hoverable)vt("plothover",e,function(e){return false})}function dt(e){vt("plotclick",e,function(e){return e["clickable"]!=false})}function vt(e,n,r){var i=c.offset(),s=n.pageX-i.left-m.left,o=n.pageY-i.top-m.top,u=O({left:s,top:o});u.pageX=n.pageX;u.pageY=n.pageY;var f=ct(s,o,r);if(f){f.pageX=parseInt(f.series.xaxis.p2c(f.datapoint[0])+i.left+m.left);f.pageY=parseInt(f.series.yaxis.p2c(f.datapoint[1])+i.top+m.top)}if(a.grid.autoHighlight){for(var l=0;ls.max||io.max)return;var u=t.points.radius+t.points.lineWidth/2;p.lineWidth=u;p.strokeStyle=e.color.parse(t.color).scale("a",.5).toString();var a=1.5*u,r=s.p2c(r),i=o.p2c(i);p.beginPath();if(t.points.symbol=="circle")p.arc(r,i,a,0,2*Math.PI,false);else t.points.symbol(p,r,i,a,false);p.closePath();p.stroke()}function St(t,n){p.lineWidth=t.bars.lineWidth;p.strokeStyle=e.color.parse(t.color).scale("a",.5).toString();var r=e.color.parse(t.color).scale("a",.5).toString();var i=t.bars.align=="left"?0:-t.bars.barWidth/2;st(n[0],n[1],n[2]||0,i,i+t.bars.barWidth,0,function(){return r},t.xaxis,t.yaxis,p,t.bars.horizontal,t.bars.lineWidth)}function xt(t,n,r,i){if(typeof t=="string")return t;else{var s=h.createLinearGradient(0,r,0,n);for(var o=0,u=t.colors.length;o12){u=u-12}else if(u==0){u=12}}for(var f=0;f● {{prefix}}{{y}}{{suffix}}')},bar:{barColor:"#3366cc",negBarColor:"#f44",stackedBarColor:["#3366cc","#dc3912","#ff9900","#109618","#66aa00","#dd4477","#0099c6","#990099"],zeroColor:n,nullColor:n,zeroAxis:true,barWidth:4,barSpacing:1,chartRangeMax:n,chartRangeMin:n,chartRangeClip:false,colorMap:n,tooltipFormat:new u(' {{prefix}}{{value}}{{suffix}}')},tristate:{barWidth:4,barSpacing:1,posBarColor:"#6f6",negBarColor:"#f44",zeroBarColor:"#999",colorMap:{},tooltipFormat:new u(' {{value:map}}'),tooltipValueLookups:{map:{"-1":"Loss",0:"Draw",1:"Win"}}},discrete:{lineHeight:"auto",thresholdColor:n,thresholdValue:0,chartRangeMax:n,chartRangeMin:n,chartRangeClip:false,tooltipFormat:new u("{{prefix}}{{value}}{{suffix}}")},bullet:{targetColor:"#f33",targetWidth:3,performanceColor:"#33f",rangeColors:["#d3dafe","#a8b6ff","#7f94ff"],base:n,tooltipFormat:new u("{{fieldkey:fields}} - {{value}}"),tooltipValueLookups:{fields:{r:"Range",p:"Performance",t:"Target"}}},pie:{offset:0,sliceColors:["#3366cc","#dc3912","#ff9900","#109618","#66aa00","#dd4477","#0099c6","#990099"],borderWidth:0,borderColor:"#000",tooltipFormat:new u(' {{value}} ({{percent.1}}%)')},box:{raw:false,boxLineColor:"#000",boxFillColor:"#cdf",whiskerColor:"#000",outlierLineColor:"#333",outlierFillColor:"#fff",medianColor:"#f00",showOutliers:true,outlierIQR:1.5,spotRadius:1.5,target:n,targetColor:"#4a2",chartRangeMax:n,chartRangeMin:n,tooltipFormat:new u("{{field:fields}}: {{value}}"),tooltipFormatFieldlistKey:"field",tooltipValueLookups:{fields:{lq:"Lower Quartile",med:"Median",uq:"Upper Quartile",lo:"Left Outlier",ro:"Right Outlier",lw:"Left Whisker",rw:"Right Whisker"}}}}};O=".jqstooltip { "+"position: absolute;"+"left: 0px;"+"top: 0px;"+"visibility: hidden;"+"background: rgb(0, 0, 0) transparent;"+"background-color: rgba(0,0,0,0.6);"+"filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);"+'-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";'+"color: white;"+"font: 10px arial, san serif;"+"text-align: left;"+"white-space: nowrap;"+"padding: 5px;"+"border: 1px solid white;"+"z-index: 10000;"+"}"+".jqsfield { "+"color: white;"+"font: 10px arial, san serif;"+"text-align: left;"+"}";o=function(){var e,t;e=function(){this.init.apply(this,arguments)};if(arguments.length>1){if(arguments[0]){e.prototype=r.extend(new arguments[0],arguments[arguments.length-1]);e._super=arguments[0].prototype}else{e.prototype=arguments[arguments.length-1]}if(arguments.length>2){t=Array.prototype.slice.call(arguments,1,-1);t.unshift(e.prototype);r.extend.apply(r,t)}}else{e.prototype=arguments[0]}e.prototype.cls=e;return e};r.SPFormatClass=u=o({fre:/\{\{([\w.]+?)(:(.+?))?\}\}/g,precre:/(\w+)\.(\d+)/,init:function(e,t){this.format=e;this.fclass=t},render:function(e,t,r){var i=this,s=e,o,u,a,f,l;return this.format.replace(this.fre,function(){var e;u=arguments[1];a=arguments[3];o=i.precre.exec(u);if(o){l=o[2];u=o[1]}else{l=false}f=s[u];if(f===n){return""}if(a&&t&&t[a]){e=t[a];if(e.get){return t[a].get(f)||f}else{return t[a][f]||f}}if(p(f)){if(r.get("numberFormatter")){f=r.get("numberFormatter")(f)}else{f=y(f,l,r.get("numberDigitGroupCount"),r.get("numberDigitGroupSep"),r.get("numberDecimalMark"))}}return f})}});r.spformat=function(e,t){return new u(e,t)};a=function(e,t,n){if(en){return n}return e};f=function(e,n){var r;if(n===2){r=t.floor(e.length/2);return e.length%2?e[r]:(e[r-1]+e[r])/2}else{if(e.length%2){r=(e.length*n+n)/4;return r%1?(e[t.floor(r)]+e[t.floor(r)-1])/2:e[r-1]}else{r=(e.length*n+2)/4;return r%1?(e[t.floor(r)]+e[t.floor(r)-1])/2:e[r-1]}}};l=function(e){var t;switch(e){case"undefined":e=n;break;case"null":e=null;break;case"true":e=true;break;case"false":e=false;break;default:t=parseFloat(e);if(e==t){e=t}}return e};c=function(e){var t,n=[];for(t=e.length;t--;){n[t]=l(e[t])}return n};h=function(e,t){var n,r,i=[];for(n=0,r=e.length;n0;u-=n){e.splice(u,0,i)}return e.join("")};d=function(e,t,n){var r;for(r=t.length;r--;){if(n&&t[r]===null)continue;if(t[r]!==e){return false}}return true};v=function(e){var t=0,n;for(n=e.length;n--;){t+=typeof e[n]==="number"?e[n]:0}return t};g=function(e){return r.isArray(e)?e:[e]};m=function(t){var n;if(e.createStyleSheet){e.createStyleSheet().cssText=t}else{n=e.createElement("style");n.type="text/css";e.getElementsByTagName("head")[0].appendChild(n);n[typeof e.body.style.WebkitAppearance=="string"?"innerText":"innerHTML"]=t}};r.fn.simpledraw=function(t,i,s,o){var u,a;if(s&&(u=this.data("_jqs_vcanvas"))){return u}if(r.fn.sparkline.canvas===false){return false}else if(r.fn.sparkline.canvas===n){var f=e.createElement("canvas");if(!!(f.getContext&&f.getContext("2d"))){r.fn.sparkline.canvas=function(e,t,n,r){return new P(e,t,n,r)}}else if(e.namespaces&&!e.namespaces.v){e.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");r.fn.sparkline.canvas=function(e,t,n,r){return new H(e,t,n)}}else{r.fn.sparkline.canvas=false;return false}}if(t===n){t=r(this).innerWidth()}if(i===n){i=r(this).innerHeight()}u=r.fn.sparkline.canvas(t,i,this,o);a=r(this).data("_jqs_mhandler");if(a){a.registerCanvas(u)}return u};r.fn.cleardraw=function(){var e=this.data("_jqs_vcanvas");if(e){e.reset()}};r.RangeMapClass=b=o({init:function(e){var t,n,r=[];for(t in e){if(e.hasOwnProperty(t)&&typeof t==="string"&&t.indexOf(":")>-1){n=t.split(":");n[0]=n[0].length===0?-Infinity:parseFloat(n[0]);n[1]=n[1].length===0?Infinity:parseFloat(n[1]);n[2]=e[t];r.push(n)}}this.map=e;this.rangelist=r||false},get:function(e){var t=this.rangelist,r,i,s;if((s=this.map[e])!==n){return s}if(t){for(r=t.length;r--;){i=t[r];if(i[0]<=e&&i[1]>=e){return i[2]}}}return n}});r.range_map=function(e){return new b(e)};w=o({init:function(e,t){var n=r(e);this.$el=n;this.options=t;this.currentPageX=0;this.currentPageY=0;this.el=e;this.splist=[];this.tooltip=null;this.over=false;this.displayTooltips=!t.get("disableTooltips");this.highlightEnabled=!t.get("disableHighlight")},registerSparkline:function(e){this.splist.push(e);if(this.over){this.updateDisplay()}},registerCanvas:function(e){var t=r(e.canvas);this.canvas=e;this.$canvas=t;t.mouseenter(r.proxy(this.mouseenter,this));t.mouseleave(r.proxy(this.mouseleave,this));t.click(r.proxy(this.mouseclick,this))},reset:function(e){this.splist=[];if(this.tooltip&&e){this.tooltip.remove();this.tooltip=n}},mouseclick:function(e){var t=r.Event("sparklineClick");t.originalEvent=e;t.sparklines=this.splist;this.$el.trigger(t)},mouseenter:function(t){r(e.body).unbind("mousemove.jqs");r(e.body).bind("mousemove.jqs",r.proxy(this.mousemove,this));this.over=true;this.currentPageX=t.pageX;this.currentPageY=t.pageY;this.currentEl=t.target;if(!this.tooltip&&this.displayTooltips){this.tooltip=new E(this.options);this.tooltip.updatePosition(t.pageX,t.pageY)}this.updateDisplay()},mouseleave:function(){r(e.body).unbind("mousemove.jqs");var t=this.splist,n=t.length,i=false,s,o;this.over=false;this.currentEl=null;if(this.tooltip){this.tooltip.remove();this.tooltip=null}for(o=0;o