Files
PrestaShop/admin-dev/themes/default/css/admin-theme.css
Damien Metzger 5ff406cdb8 // css
2013-10-24 18:09:11 +02:00

10483 lines
400 KiB
CSS

@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:200,400,700);
/*
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 22, ../bower_components/sass-bootstrap/lib/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block; }
/* line 32, ../bower_components/sass-bootstrap/lib/_normalize.scss */
audio, canvas, video {
display: inline-block; }
/* line 41, ../bower_components/sass-bootstrap/lib/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0; }
/* line 50, ../bower_components/sass-bootstrap/lib/_normalize.scss */
[hidden] {
display: none; }
/* line 64, ../bower_components/sass-bootstrap/lib/_normalize.scss */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
/* line 74, ../bower_components/sass-bootstrap/lib/_normalize.scss */
body {
margin: 0; }
/* line 86, ../bower_components/sass-bootstrap/lib/_normalize.scss */
a:focus {
outline: thin dotted; }
/* line 95, ../bower_components/sass-bootstrap/lib/_normalize.scss */
a:active, a:hover {
outline: 0; }
/* line 108, ../bower_components/sass-bootstrap/lib/_normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* line 117, ../bower_components/sass-bootstrap/lib/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted; }
/* line 126, ../bower_components/sass-bootstrap/lib/_normalize.scss */
b, strong {
font-weight: bold; }
/* line 134, ../bower_components/sass-bootstrap/lib/_normalize.scss */
dfn {
font-style: italic; }
/* line 142, ../bower_components/sass-bootstrap/lib/_normalize.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/* line 152, ../bower_components/sass-bootstrap/lib/_normalize.scss */
mark {
background: #ff0;
color: #000; }
/* line 164, ../bower_components/sass-bootstrap/lib/_normalize.scss */
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em; }
/* line 173, ../bower_components/sass-bootstrap/lib/_normalize.scss */
pre {
white-space: pre-wrap; }
/* line 181, ../bower_components/sass-bootstrap/lib/_normalize.scss */
q {
quotes: "\201C" "\201D" "\2018" "\2019"; }
/* line 189, ../bower_components/sass-bootstrap/lib/_normalize.scss */
small {
font-size: 80%; }
/* line 198, ../bower_components/sass-bootstrap/lib/_normalize.scss */
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
/* line 205, ../bower_components/sass-bootstrap/lib/_normalize.scss */
sup {
top: -0.5em; }
/* line 209, ../bower_components/sass-bootstrap/lib/_normalize.scss */
sub {
bottom: -0.25em; }
/* line 221, ../bower_components/sass-bootstrap/lib/_normalize.scss */
img {
border: 0; }
/* line 229, ../bower_components/sass-bootstrap/lib/_normalize.scss */
svg:not(:root) {
overflow: hidden; }
/* line 241, ../bower_components/sass-bootstrap/lib/_normalize.scss */
figure {
margin: 0; }
/* line 253, ../bower_components/sass-bootstrap/lib/_normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/* line 264, ../bower_components/sass-bootstrap/lib/_normalize.scss */
legend {
border: 0;
padding: 0; }
/* line 278, ../bower_components/sass-bootstrap/lib/_normalize.scss */
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0; }
/* line 290, ../bower_components/sass-bootstrap/lib/_normalize.scss */
button, input {
line-height: normal; }
/* line 302, ../bower_components/sass-bootstrap/lib/_normalize.scss */
button, select {
text-transform: none; }
/* line 317, ../bower_components/sass-bootstrap/lib/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
/* line 327, ../bower_components/sass-bootstrap/lib/_normalize.scss */
button[disabled], html input[disabled] {
cursor: default; }
/* line 337, ../bower_components/sass-bootstrap/lib/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0; }
/* line 348, ../bower_components/sass-bootstrap/lib/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
/* line 361, ../bower_components/sass-bootstrap/lib/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/* line 370, ../bower_components/sass-bootstrap/lib/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0; }
/* line 380, ../bower_components/sass-bootstrap/lib/_normalize.scss */
textarea {
overflow: auto;
vertical-align: top; }
/* line 393, ../bower_components/sass-bootstrap/lib/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
@media print {
/* line 8, ../bower_components/sass-bootstrap/lib/_print.scss */
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important; }
/* line 16, ../bower_components/sass-bootstrap/lib/_print.scss */
a, a:visited {
text-decoration: underline; }
/* line 20, ../bower_components/sass-bootstrap/lib/_print.scss */
a[href]:after {
content: " (" attr(href) ")"; }
/* line 24, ../bower_components/sass-bootstrap/lib/_print.scss */
abbr[title]:after {
content: " (" attr(title) ")"; }
/* line 31, ../bower_components/sass-bootstrap/lib/_print.scss */
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: ""; }
/* line 36, ../bower_components/sass-bootstrap/lib/_print.scss */
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
/* line 41, ../bower_components/sass-bootstrap/lib/_print.scss */
thead {
display: table-header-group; }
/* line 46, ../bower_components/sass-bootstrap/lib/_print.scss */
tr, img {
page-break-inside: avoid; }
/* line 50, ../bower_components/sass-bootstrap/lib/_print.scss */
img {
max-width: 100% !important; }
@page {
margin: 2cm .5cm; }
/* line 60, ../bower_components/sass-bootstrap/lib/_print.scss */
p, h2, h3, #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header {
orphans: 3;
widows: 3; }
/* line 66, ../bower_components/sass-bootstrap/lib/_print.scss */
h2, h3, #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header {
page-break-after: avoid; }
/* line 71, ../bower_components/sass-bootstrap/lib/_print.scss */
.navbar, #header_infos {
display: none; }
/* line 76, ../bower_components/sass-bootstrap/lib/_print.scss */
.table td, .table th {
background-color: #fff !important; }
/* line 82, ../bower_components/sass-bootstrap/lib/_print.scss */
.btn > .caret, .dropup > .btn > .caret {
border-top-color: #000 !important; }
/* line 86, ../bower_components/sass-bootstrap/lib/_print.scss */
.label {
border: 1px solid #000; }
/* line 90, ../bower_components/sass-bootstrap/lib/_print.scss */
.table {
border-collapse: collapse !important; }
/* line 95, ../bower_components/sass-bootstrap/lib/_print.scss */
.table-bordered th, .table-bordered td {
border: 1px solid #ddd !important; } }
/* line 10, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
/* line 17, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* line 22, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
body {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.42857;
color: #555555;
background-color: #515561; }
/* line 34, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
/* line 47, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
button, input, select[multiple], textarea {
background-image: none; }
/* line 54, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
a {
color: #1ba6e5;
text-decoration: none; }
/* line 59, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
a:hover, a:focus {
color: #1275a1;
text-decoration: underline; }
/* line 64, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
/* line 72, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
img {
vertical-align: middle; }
/* line 77, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
/* line 82, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-rounded {
border-radius: 6px; }
/* line 89, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-thumbnail, .thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #515561;
border: 1px solid #dddddd;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
/* line 102, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
.img-circle {
border-radius: 50%; }
/* line 109, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
hr {
margin-top: 17px;
margin-bottom: 17px;
border: 0;
border-top: 1px solid #eeeeee; }
/* line 121, ../bower_components/sass-bootstrap/lib/_scaffolding.scss */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0; }
/* line 9, ../bower_components/sass-bootstrap/lib/_type.scss */
p {
margin: 0 0 8.5px; }
/* line 12, ../bower_components/sass-bootstrap/lib/_type.scss */
.lead {
margin-bottom: 17px;
font-size: 13.8px;
font-weight: 200;
line-height: 1.4; }
@media (min-width: 768px) {
/* line 12, ../bower_components/sass-bootstrap/lib/_type.scss */
.lead {
font-size: 18px; } }
/* line 28, ../bower_components/sass-bootstrap/lib/_type.scss */
small {
font-size: 85%; }
/* line 31, ../bower_components/sass-bootstrap/lib/_type.scss */
cite {
font-style: normal; }
/* line 34, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-muted, .module_description, .hook_panel_header .hook_description {
color: #999999; }
/* line 35, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-primary {
color: #1ba6e5; }
/* line 36, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-warning {
color: #c09853; }
/* line 37, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-danger {
color: #b94a48; }
/* line 38, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-success {
color: #468847; }
/* line 39, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-info {
color: #3a87ad; }
/* line 42, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-left {
text-align: left; }
/* line 43, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-right {
text-align: right; }
/* line 44, ../bower_components/sass-bootstrap/lib/_type.scss */
.text-center {
text-align: center; }
/* line 51, ../bower_components/sass-bootstrap/lib/_type.scss */
h1, h2, h3, #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Ubuntu", sans-serif;
font-weight: 300;
line-height: 1.1; }
/* line 55, ../bower_components/sass-bootstrap/lib/_type.scss */
h1 small, h2 small, h3 small, #content .panel-heading small, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header small, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
font-weight: normal;
line-height: 1;
color: #999999; }
/* line 64, ../bower_components/sass-bootstrap/lib/_type.scss */
h1, h2, h3, #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header {
margin-top: 17px;
margin-bottom: 8.5px; }
/* line 70, ../bower_components/sass-bootstrap/lib/_type.scss */
h4, h5, h6 {
margin-top: 8.5px;
margin-bottom: 8.5px; }
/* line 75, ../bower_components/sass-bootstrap/lib/_type.scss */
h1, .h1 {
font-size: 31px; }
/* line 76, ../bower_components/sass-bootstrap/lib/_type.scss */
h2, .h2 {
font-size: 25px; }
/* line 77, ../bower_components/sass-bootstrap/lib/_type.scss */
h3, #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header, .h3 {
font-size: 21px; }
/* line 78, ../bower_components/sass-bootstrap/lib/_type.scss */
h4, .h4 {
font-size: 15px; }
/* line 79, ../bower_components/sass-bootstrap/lib/_type.scss */
h5, .h5 {
font-size: 12px; }
/* line 80, ../bower_components/sass-bootstrap/lib/_type.scss */
h6, .h6 {
font-size: 11px; }
/* line 82, ../bower_components/sass-bootstrap/lib/_type.scss */
h1 small, .h1 small {
font-size: 21px; }
/* line 83, ../bower_components/sass-bootstrap/lib/_type.scss */
h2 small, .h2 small {
font-size: 15px; }
/* line 85, ../bower_components/sass-bootstrap/lib/_type.scss */
h3 small, #content .panel-heading small, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header small, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header small, .h3 small, h4 small, .h4 small {
font-size: 12px; }
/* line 91, ../bower_components/sass-bootstrap/lib/_type.scss */
.page-header {
padding-bottom: 7.5px;
margin: 34px 0 17px;
border-bottom: 1px solid #eeeeee; }
/* line 104, ../bower_components/sass-bootstrap/lib/_type.scss */
ul, ol {
margin-top: 0;
margin-bottom: 8.5px; }
/* line 108, ../bower_components/sass-bootstrap/lib/_type.scss */
ul ul, ul ol, ol ul, ol ol {
margin-bottom: 0; }
/* line 116, ../bower_components/sass-bootstrap/lib/_type.scss */
.list-unstyled, .list-inline, #dashboard .data_list_large, #dashboard .data_list_vertical {
padding-left: 0;
list-style: none; }
/* line 123, ../bower_components/sass-bootstrap/lib/_type.scss */
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
/* line 131, ../bower_components/sass-bootstrap/lib/_type.scss */
dl {
margin-bottom: 17px; }
/* line 135, ../bower_components/sass-bootstrap/lib/_type.scss */
dt, dd {
line-height: 1.42857; }
/* line 138, ../bower_components/sass-bootstrap/lib/_type.scss */
dt {
font-weight: bold; }
/* line 141, ../bower_components/sass-bootstrap/lib/_type.scss */
dd {
margin-left: 0; }
@media (min-width: 768px) {
/* line 152, ../bower_components/sass-bootstrap/lib/_type.scss */
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
/* line 159, ../bower_components/sass-bootstrap/lib/_type.scss */
.dl-horizontal dd {
margin-left: 180px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.dl-horizontal dd:after {
clear: both; } }
/* line 172, ../bower_components/sass-bootstrap/lib/_type.scss */
abbr[title], abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999; }
/* line 176, ../bower_components/sass-bootstrap/lib/_type.scss */
abbr.initialism {
font-size: 90%;
text-transform: uppercase; }
/* line 182, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote {
padding: 8.5px 17px;
margin: 0 0 17px;
border-left: 5px solid #eeeeee; }
/* line 186, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote p {
font-size: 15px;
font-weight: 300;
line-height: 1.25; }
/* line 191, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote p:last-child {
margin-bottom: 0; }
/* line 194, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote small {
display: block;
line-height: 1.42857;
color: #999999; }
/* line 198, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote small:before {
content: '\2014 \00A0'; }
/* line 204, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right, #content h3:not(.modal-title) blockquote.panel-heading-action, #content .panel-heading blockquote.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header blockquote.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header blockquote.panel-heading-action {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0; }
/* line 210, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right p, #content h3:not(.modal-title) blockquote.panel-heading-action p, #content .panel-heading blockquote.panel-heading-action p, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header blockquote.panel-heading-action p, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header blockquote.panel-heading-action p, blockquote.pull-right small, #content h3:not(.modal-title) blockquote.panel-heading-action small, #content .panel-heading blockquote.panel-heading-action small, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header blockquote.panel-heading-action small, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header blockquote.panel-heading-action small {
text-align: right; }
/* line 214, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right small:before, #content h3:not(.modal-title) blockquote.panel-heading-action small:before, #content .panel-heading blockquote.panel-heading-action small:before, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header blockquote.panel-heading-action small:before, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header blockquote.panel-heading-action small:before {
content: ''; }
/* line 217, ../bower_components/sass-bootstrap/lib/_type.scss */
blockquote.pull-right small:after, #content h3:not(.modal-title) blockquote.panel-heading-action small:after, #content .panel-heading blockquote.panel-heading-action small:after, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header blockquote.panel-heading-action small:after, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header blockquote.panel-heading-action small:after {
content: '\00A0 \2014'; }
/* line 228, ../bower_components/sass-bootstrap/lib/_type.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: ""; }
/* line 233, ../bower_components/sass-bootstrap/lib/_type.scss */
address {
display: block;
margin-bottom: 17px;
font-style: normal;
line-height: 1.42857; }
/* line 8, ../bower_components/sass-bootstrap/lib/_code.scss */
code, pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
/* line 13, ../bower_components/sass-bootstrap/lib/_code.scss */
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 3px; }
/* line 23, ../bower_components/sass-bootstrap/lib/_code.scss */
pre {
display: block;
padding: 8px;
margin: 0 0 8.5px;
font-size: 11px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: whitesmoke;
border: 1px solid #cccccc;
border-radius: 3px; }
/* line 37, ../bower_components/sass-bootstrap/lib/_code.scss */
pre.prettyprint {
margin-bottom: 17px; }
/* line 42, ../bower_components/sass-bootstrap/lib/_code.scss */
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0; }
/* line 53, ../bower_components/sass-bootstrap/lib/_code.scss */
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
/* line 7, ../bower_components/sass-bootstrap/lib/_grid.scss */
.container {
margin-right: auto;
margin-left: auto;
padding-left: 5px;
padding-right: 5px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.container:before, .container:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.container:after {
clear: both; }
/* line 12, ../bower_components/sass-bootstrap/lib/_grid.scss */
.row, #dashboard .data_list_vertical {
margin-left: -5px;
margin-right: -5px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.row:before, #dashboard .data_list_vertical:before, .row:after, #dashboard .data_list_vertical:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.row:after, #dashboard .data_list_vertical:after {
clear: both; }
/* line 64, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, #dashboard .data_list_vertical li, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 5px;
padding-right: 5px; }
/* line 92, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, #dashboard .data_list_vertical li, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
float: left; }
/* line 95, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-1 {
width: 8.33333%; }
/* line 96, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-2 {
width: 16.66667%; }
/* line 97, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-3 {
width: 25%; }
/* line 98, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-4, #dashboard .data_list_vertical li {
width: 33.33333%; }
/* line 99, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-5 {
width: 41.66667%; }
/* line 100, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-6 {
width: 50%; }
/* line 101, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-7 {
width: 58.33333%; }
/* line 102, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-8 {
width: 66.66667%; }
/* line 103, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-9 {
width: 75%; }
/* line 104, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-10 {
width: 83.33333%; }
/* line 105, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-11 {
width: 91.66667%; }
/* line 106, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-xs-12 {
width: 100%; }
@media (min-width: 768px) {
/* line 118, ../bower_components/sass-bootstrap/lib/_grid.scss */
.container {
max-width: 728px; }
/* line 132, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
float: left; }
/* line 135, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-1 {
width: 8.33333%; }
/* line 136, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-2 {
width: 16.66667%; }
/* line 137, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-3 {
width: 25%; }
/* line 138, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-4 {
width: 33.33333%; }
/* line 139, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-5 {
width: 41.66667%; }
/* line 140, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-6 {
width: 50%; }
/* line 141, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-7 {
width: 58.33333%; }
/* line 142, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-8 {
width: 66.66667%; }
/* line 143, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-9 {
width: 75%; }
/* line 144, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-10 {
width: 83.33333%; }
/* line 145, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-11 {
width: 91.66667%; }
/* line 146, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-12 {
width: 100%; }
/* line 149, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-1 {
left: 8.33333%; }
/* line 150, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-2 {
left: 16.66667%; }
/* line 151, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-3 {
left: 25%; }
/* line 152, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-4 {
left: 33.33333%; }
/* line 153, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-5 {
left: 41.66667%; }
/* line 154, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-6 {
left: 50%; }
/* line 155, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-7 {
left: 58.33333%; }
/* line 156, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-8 {
left: 66.66667%; }
/* line 157, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-9 {
left: 75%; }
/* line 158, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-10 {
left: 83.33333%; }
/* line 159, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-push-11 {
left: 91.66667%; }
/* line 161, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-1 {
right: 8.33333%; }
/* line 162, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-2 {
right: 16.66667%; }
/* line 163, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-3 {
right: 25%; }
/* line 164, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-4 {
right: 33.33333%; }
/* line 165, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-5 {
right: 41.66667%; }
/* line 166, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-6 {
right: 50%; }
/* line 167, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-7 {
right: 58.33333%; }
/* line 168, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-8 {
right: 66.66667%; }
/* line 169, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-9 {
right: 75%; }
/* line 170, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-10 {
right: 83.33333%; }
/* line 171, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-pull-11 {
right: 91.66667%; }
/* line 174, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-1 {
margin-left: 8.33333%; }
/* line 175, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-2 {
margin-left: 16.66667%; }
/* line 176, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-3 {
margin-left: 25%; }
/* line 177, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-4 {
margin-left: 33.33333%; }
/* line 178, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-5 {
margin-left: 41.66667%; }
/* line 179, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-6 {
margin-left: 50%; }
/* line 180, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-7 {
margin-left: 58.33333%; }
/* line 181, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-8 {
margin-left: 66.66667%; }
/* line 182, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-9 {
margin-left: 75%; }
/* line 183, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-10 {
margin-left: 83.33333%; }
/* line 184, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-sm-offset-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
/* line 196, ../bower_components/sass-bootstrap/lib/_grid.scss */
.container {
max-width: 940px; }
/* line 209, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
float: left; }
/* line 212, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-1 {
width: 8.33333%; }
/* line 213, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-2 {
width: 16.66667%; }
/* line 214, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-3 {
width: 25%; }
/* line 215, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-4 {
width: 33.33333%; }
/* line 216, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-5 {
width: 41.66667%; }
/* line 217, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-6 {
width: 50%; }
/* line 218, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-7 {
width: 58.33333%; }
/* line 219, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-8 {
width: 66.66667%; }
/* line 220, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-9 {
width: 75%; }
/* line 221, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-10 {
width: 83.33333%; }
/* line 222, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-11 {
width: 91.66667%; }
/* line 223, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-12 {
width: 100%; }
/* line 226, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-0 {
left: auto; }
/* line 227, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-1 {
left: 8.33333%; }
/* line 228, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-2 {
left: 16.66667%; }
/* line 229, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-3 {
left: 25%; }
/* line 230, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-4 {
left: 33.33333%; }
/* line 231, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-5 {
left: 41.66667%; }
/* line 232, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-6 {
left: 50%; }
/* line 233, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-7 {
left: 58.33333%; }
/* line 234, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-8 {
left: 66.66667%; }
/* line 235, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-9 {
left: 75%; }
/* line 236, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-10 {
left: 83.33333%; }
/* line 237, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-push-11 {
left: 91.66667%; }
/* line 239, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-0 {
right: auto; }
/* line 240, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-1 {
right: 8.33333%; }
/* line 241, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-2 {
right: 16.66667%; }
/* line 242, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-3 {
right: 25%; }
/* line 243, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-4 {
right: 33.33333%; }
/* line 244, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-5 {
right: 41.66667%; }
/* line 245, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-6 {
right: 50%; }
/* line 246, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-7 {
right: 58.33333%; }
/* line 247, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-8 {
right: 66.66667%; }
/* line 248, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-9 {
right: 75%; }
/* line 249, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-10 {
right: 83.33333%; }
/* line 250, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-pull-11 {
right: 91.66667%; }
/* line 253, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-0 {
margin-left: 0; }
/* line 254, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-1 {
margin-left: 8.33333%; }
/* line 255, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-2 {
margin-left: 16.66667%; }
/* line 256, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-3 {
margin-left: 25%; }
/* line 257, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-4 {
margin-left: 33.33333%; }
/* line 258, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-5 {
margin-left: 41.66667%; }
/* line 259, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-6 {
margin-left: 50%; }
/* line 260, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-7 {
margin-left: 58.33333%; }
/* line 261, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-8 {
margin-left: 66.66667%; }
/* line 262, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-9 {
margin-left: 75%; }
/* line 263, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-10 {
margin-left: 83.33333%; }
/* line 264, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-md-offset-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
/* line 276, ../bower_components/sass-bootstrap/lib/_grid.scss */
.container {
max-width: 1150px; }
/* line 290, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
float: left; }
/* line 293, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-1 {
width: 8.33333%; }
/* line 294, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-2 {
width: 16.66667%; }
/* line 295, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-3 {
width: 25%; }
/* line 296, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-4 {
width: 33.33333%; }
/* line 297, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-5 {
width: 41.66667%; }
/* line 298, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-6 {
width: 50%; }
/* line 299, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-7 {
width: 58.33333%; }
/* line 300, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-8 {
width: 66.66667%; }
/* line 301, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-9 {
width: 75%; }
/* line 302, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-10 {
width: 83.33333%; }
/* line 303, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-11 {
width: 91.66667%; }
/* line 304, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-12 {
width: 100%; }
/* line 307, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-0 {
left: auto; }
/* line 308, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-1 {
left: 8.33333%; }
/* line 309, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-2 {
left: 16.66667%; }
/* line 310, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-3 {
left: 25%; }
/* line 311, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-4 {
left: 33.33333%; }
/* line 312, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-5 {
left: 41.66667%; }
/* line 313, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-6 {
left: 50%; }
/* line 314, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-7 {
left: 58.33333%; }
/* line 315, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-8 {
left: 66.66667%; }
/* line 316, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-9 {
left: 75%; }
/* line 317, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-10 {
left: 83.33333%; }
/* line 318, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-push-11 {
left: 91.66667%; }
/* line 320, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-0 {
right: auto; }
/* line 321, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-1 {
right: 8.33333%; }
/* line 322, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-2 {
right: 16.66667%; }
/* line 323, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-3 {
right: 25%; }
/* line 324, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-4 {
right: 33.33333%; }
/* line 325, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-5 {
right: 41.66667%; }
/* line 326, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-6 {
right: 50%; }
/* line 327, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-7 {
right: 58.33333%; }
/* line 328, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-8 {
right: 66.66667%; }
/* line 329, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-9 {
right: 75%; }
/* line 330, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-10 {
right: 83.33333%; }
/* line 331, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-pull-11 {
right: 91.66667%; }
/* line 334, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-0 {
margin-left: 0; }
/* line 335, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-1 {
margin-left: 8.33333%; }
/* line 336, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-2 {
margin-left: 16.66667%; }
/* line 337, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-3 {
margin-left: 25%; }
/* line 338, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-4 {
margin-left: 33.33333%; }
/* line 339, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-5 {
margin-left: 41.66667%; }
/* line 340, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-6 {
margin-left: 50%; }
/* line 341, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-7 {
margin-left: 58.33333%; }
/* line 342, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-8 {
margin-left: 66.66667%; }
/* line 343, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-9 {
margin-left: 75%; }
/* line 344, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-10 {
margin-left: 83.33333%; }
/* line 345, ../bower_components/sass-bootstrap/lib/_grid.scss */
.col-lg-offset-11 {
margin-left: 91.66667%; } }
/* line 6, ../bower_components/sass-bootstrap/lib/_tables.scss */
table {
max-width: 100%;
background-color: transparent; }
/* line 10, ../bower_components/sass-bootstrap/lib/_tables.scss */
th {
text-align: left; }
/* line 17, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table {
width: 100%;
margin-bottom: 17px; }
/* line 26, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
vertical-align: top;
border-top: 1px solid #dddddd; }
/* line 35, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd; }
/* line 44, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
border-top: 0; }
/* line 50, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table tbody + tbody {
border-top: 2px solid #dddddd; }
/* line 55, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table .table {
background-color: #515561; }
/* line 69, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-condensed thead > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > th, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > th, .table-condensed tfoot > tr > td {
padding: 5px; }
/* line 81, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered {
border: 1px solid #dddddd; }
/* line 88, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd; }
/* line 96, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
border-bottom-width: 2px; }
/* line 112, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td, .table > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th, .table > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; }
/* line 128, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-hover > tbody > tr:hover > td, .table > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table > tbody > tr:hover > th {
background-color: #e6e8e3; }
/* line 140, ../bower_components/sass-bootstrap/lib/_tables.scss */
table col[class*="col-"] {
float: none;
display: table-column; }
/* line 147, ../bower_components/sass-bootstrap/lib/_tables.scss */
table td[class*="col-"], table th[class*="col-"] {
float: none;
display: table-cell; }
/* line 166, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
background-color: #e6e8e3; }
/* line 384, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6; }
/* line 395, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.table-hover > tbody > tr > td.success:hover, .table > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3; }
/* line 384, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7; }
/* line 395, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover, .table > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7; }
/* line 384, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5; }
/* line 395, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover, .table > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be; }
@media (max-width: 768px) {
/* line 184, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd; }
/* line 192, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff; }
/* line 202, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
/* line 210, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive > .table-bordered {
border: 0; }
/* line 219, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
/* line 223, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
/* line 229, ../bower_components/sass-bootstrap/lib/_tables.scss */
.table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
/* line 10, ../bower_components/sass-bootstrap/lib/_forms.scss */
fieldset {
padding: 0;
margin: 0;
border: 0; }
/* line 16, ../bower_components/sass-bootstrap/lib/_forms.scss */
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 17px;
font-size: 18px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
/* line 28, ../bower_components/sass-bootstrap/lib/_forms.scss */
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold; }
/* line 38, ../bower_components/sass-bootstrap/lib/_forms.scss */
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
/* line 44, ../bower_components/sass-bootstrap/lib/_forms.scss */
input[type="radio"], input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal; }
/* line 51, ../bower_components/sass-bootstrap/lib/_forms.scss */
input[type="file"] {
display: block; }
/* line 57, ../bower_components/sass-bootstrap/lib/_forms.scss */
select[multiple], select[size] {
height: auto; }
/* line 62, ../bower_components/sass-bootstrap/lib/_forms.scss */
select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit; }
/* line 71, ../bower_components/sass-bootstrap/lib/_forms.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
/* line 80, ../bower_components/sass-bootstrap/lib/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
height: auto; }
/* line 57, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
color: #999999; }
/* line 58, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
color: #999999; }
/* line 59, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
color: #999999; }
/* line 60, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
color: #999999; }
/* line 117, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-control, input[type="text"], input[type="search"], input[type="password"], textarea, select {
display: block;
width: 100%;
height: 27px;
padding: 4px 8px;
font-size: 12px;
line-height: 1.42857;
color: #555555;
vertical-align: middle;
background-color: white;
border: 1px solid #cccccc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 701, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-control:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
/* line 141, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-control[disabled], input[disabled][type="text"], input[disabled][type="search"], input[disabled][type="password"], textarea[disabled], select[disabled], .form-control[readonly], input[readonly][type="text"], input[readonly][type="search"], input[readonly][type="password"], textarea[readonly], select[readonly], fieldset[disabled] .form-control, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="password"], fieldset[disabled] textarea, fieldset[disabled] select {
cursor: not-allowed;
background-color: #eeeeee; }
/* line 148, ../bower_components/sass-bootstrap/lib/_forms.scss */
textarea.form-control, textarea {
height: auto; }
/* line 158, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-group {
margin-bottom: 15px; }
/* line 168, ../bower_components/sass-bootstrap/lib/_forms.scss */
.radio, .checkbox {
display: block;
min-height: 17px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle; }
/* line 175, ../bower_components/sass-bootstrap/lib/_forms.scss */
.radio label, .checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
/* line 185, ../bower_components/sass-bootstrap/lib/_forms.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px; }
/* line 190, ../bower_components/sass-bootstrap/lib/_forms.scss */
.radio + .radio, .checkbox + .checkbox {
margin-top: -5px; }
/* line 196, ../bower_components/sass-bootstrap/lib/_forms.scss */
.radio-inline, .checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
/* line 205, ../bower_components/sass-bootstrap/lib/_forms.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
/* line 220, ../bower_components/sass-bootstrap/lib/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
cursor: not-allowed; }
/* line 715, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.input-sm, .input-group-sm > .form-control, .input-group-sm > input[type="text"], .input-group-sm > input[type="search"], .input-group-sm > input[type="password"], .input-group-sm > textarea, .input-group-sm > select, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
height: 28px;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px; }
/* line 720, ../bower_components/sass-bootstrap/lib/_mixins.scss */
select.input-sm, .input-group-sm > select, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
height: 28px;
line-height: 28px; }
/* line 725, ../bower_components/sass-bootstrap/lib/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn {
height: auto; }
/* line 715, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.input-lg, .input-group-lg > .form-control, .input-group-lg > input[type="text"], .input-group-lg > input[type="search"], .input-group-lg > input[type="password"], .input-group-lg > textarea, .input-group-lg > select, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
height: 41px;
padding: 10px 16px;
font-size: 15px;
line-height: 1.33;
border-radius: 6px; }
/* line 720, ../bower_components/sass-bootstrap/lib/_mixins.scss */
select.input-lg, .input-group-lg > select, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
height: 41px;
line-height: 41px; }
/* line 725, ../bower_components/sass-bootstrap/lib/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn {
height: auto; }
/* line 665, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .help-block, .has-warning .control-label {
color: #c09853; }
/* line 669, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .form-control, .has-warning input[type="text"], .has-warning input[type="search"], .has-warning input[type="password"], .has-warning textarea, .has-warning select {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 672, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .form-control:focus, .has-warning input[type="text"]:focus, .has-warning input[type="search"]:focus, .has-warning input[type="password"]:focus, .has-warning textarea:focus, .has-warning select:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
/* line 679, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-warning .input-group-addon {
color: #c09853;
border-color: #c09853;
background-color: #fcf8e3; }
/* line 665, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .help-block, .has-error .control-label {
color: #b94a48; }
/* line 669, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .form-control, .has-error input[type="text"], .has-error input[type="search"], .has-error input[type="password"], .has-error textarea, .has-error select {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 672, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .form-control:focus, .has-error input[type="text"]:focus, .has-error input[type="search"]:focus, .has-error input[type="password"]:focus, .has-error textarea:focus, .has-error select:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
/* line 679, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-error .input-group-addon {
color: #b94a48;
border-color: #b94a48;
background-color: #f2dede; }
/* line 665, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .help-block, .has-success .control-label {
color: #468847; }
/* line 669, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .form-control, .has-success input[type="text"], .has-success input[type="search"], .has-success input[type="password"], .has-success textarea, .has-success select {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
/* line 672, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .form-control:focus, .has-success input[type="text"]:focus, .has-success input[type="search"]:focus, .has-success input[type="password"]:focus, .has-success textarea:focus, .has-success select:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
/* line 679, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.has-success .input-group-addon {
color: #468847;
border-color: #468847;
background-color: #dff0d8; }
/* line 255, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-control-static {
margin-bottom: 0;
padding-top: 5px; }
/* line 266, ../bower_components/sass-bootstrap/lib/_forms.scss */
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #959595; }
@media (min-width: 768px) {
/* line 291, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-inline .form-group, .navbar-form .form-group, #header_search .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
/* line 298, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-inline .form-control, .navbar-form .form-control, #header_search .form-control, .form-inline input[type="text"], .navbar-form input[type="text"], #header_search input[type="text"], .form-inline input[type="search"], .navbar-form input[type="search"], #header_search input[type="search"], .form-inline input[type="password"], .navbar-form input[type="password"], #header_search input[type="password"], .form-inline textarea, .navbar-form textarea, #header_search textarea, .form-inline select, .navbar-form select, #header_search select {
display: inline-block; }
/* line 306, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-inline .radio, .navbar-form .radio, #header_search .radio, .form-inline .checkbox, .navbar-form .checkbox, #header_search .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0; }
/* line 313, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], #header_search .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"], #header_search .checkbox input[type="checkbox"] {
float: none;
margin-left: 0; } }
/* line 333, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 5px; }
/* line 340, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .form-group {
margin-left: -5px;
margin-right: -5px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 768px) {
/* line 346, ../bower_components/sass-bootstrap/lib/_forms.scss */
.form-horizontal .control-label {
text-align: right; } }
/* line 10, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn {
display: inline-block;
padding: 4px 8px;
margin-bottom: 0;
font-size: 12px;
font-weight: normal;
line-height: 1.42857;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 3px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none; }
/* line 25, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
/* line 30, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:hover, .btn:focus {
color: #555555;
text-decoration: none; }
/* line 36, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
/* line 44, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none; }
/* line 57, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-default {
color: #555555;
background-color: white;
border-color: #cccccc; }
/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
color: #555555;
background-color: #ebebeb;
border-color: #adadad; }
/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-default.dropdown-toggle {
color: #555555;
background-color: #ebebeb;
border-color: #adadad; }
/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-default:active, .btn-default.active {
background-image: none; }
/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-default.dropdown-toggle {
background-image: none; }
/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: white;
border-color: #cccccc; }
/* line 60, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-primary {
color: #555555;
background-color: white;
border-color: #5cb85c; }
/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
color: #555555;
background-color: #ebebeb;
border-color: #419641; }
/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-primary.dropdown-toggle {
color: #555555;
background-color: #ebebeb;
border-color: #419641; }
/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary:active, .btn-primary.active {
background-image: none; }
/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-primary.dropdown-toggle {
background-image: none; }
/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: white;
border-color: #5cb85c; }
/* line 64, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-warning {
color: white;
background-color: #f0ad4e;
border-color: #eea236; }
/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
color: white;
background-color: #ed9c28;
border-color: #d58512; }
/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-warning.dropdown-toggle {
color: white;
background-color: #ed9c28;
border-color: #d58512; }
/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning:active, .btn-warning.active {
background-image: none; }
/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-warning.dropdown-toggle {
background-image: none; }
/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236; }
/* line 68, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-danger {
color: white;
background-color: #d9534f;
border-color: #d43f3a; }
/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
color: white;
background-color: #d2322d;
border-color: #ac2925; }
/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-danger.dropdown-toggle {
color: white;
background-color: #d2322d;
border-color: #ac2925; }
/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger:active, .btn-danger.active {
background-image: none; }
/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-danger.dropdown-toggle {
background-image: none; }
/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a; }
/* line 72, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-success {
color: white;
background-color: #5cb85c;
border-color: #4cae4c; }
/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
color: white;
background-color: #47a447;
border-color: #398439; }
/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-success.dropdown-toggle {
color: white;
background-color: #47a447;
border-color: #398439; }
/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success:active, .btn-success.active {
background-image: none; }
/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-success.dropdown-toggle {
background-image: none; }
/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c; }
/* line 76, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-info {
color: white;
background-color: #5bc0de;
border-color: #46b8da; }
/* line 414, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
color: white;
background-color: #39b3d7;
border-color: #269abc; }
/* line 419, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-info.dropdown-toggle {
color: white;
background-color: #39b3d7;
border-color: #269abc; }
/* line 425, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info:active, .btn-info.active {
background-image: none; }
/* line 428, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.open .btn-info.dropdown-toggle {
background-image: none; }
/* line 438, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da; }
/* line 85, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link {
color: #1ba6e5;
font-weight: normal;
cursor: pointer;
border-radius: 0; }
/* line 94, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
/* line 101, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; }
/* line 105, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link:hover, .btn-link:focus {
color: #1275a1;
text-decoration: underline;
background-color: transparent; }
/* line 113, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none; }
/* line 124, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 15px;
line-height: 1.33;
border-radius: 6px; }
/* line 129, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px; }
/* line 133, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px; }
/* line 141, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0; }
/* line 149, ../bower_components/sass-bootstrap/lib/_buttons.scss */
.btn-block + .btn-block {
margin-top: 5px; }
/* line 157, ../bower_components/sass-bootstrap/lib/_buttons.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
width: 100%; }
/* line 10, ../bower_components/sass-bootstrap/lib/_component-animations.scss */
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
/* line 13, ../bower_components/sass-bootstrap/lib/_component-animations.scss */
.fade.in {
opacity: 1; }
/* line 18, ../bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapse {
display: none; }
/* line 20, ../bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapse.in {
display: block; }
/* line 24, ../bower_components/sass-bootstrap/lib/_component-animations.scss */
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.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"); }
/* line 21, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.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; }
/* line 33, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-asterisk:before {
content: "\2a"; }
/* line 34, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-plus:before {
content: "\2b"; }
/* line 35, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-euro:before {
content: "\20ac"; }
/* line 36, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-minus:before {
content: "\2212"; }
/* line 37, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cloud:before {
content: "\2601"; }
/* line 38, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-envelope:before {
content: "\2709"; }
/* line 39, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-pencil:before {
content: "\270f"; }
/* line 40, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-glass:before {
content: "\e001"; }
/* line 41, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-music:before {
content: "\e002"; }
/* line 42, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-search:before {
content: "\e003"; }
/* line 43, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-heart:before {
content: "\e005"; }
/* line 44, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-star:before {
content: "\e006"; }
/* line 45, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-star-empty:before {
content: "\e007"; }
/* line 46, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-user:before {
content: "\e008"; }
/* line 47, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-film:before {
content: "\e009"; }
/* line 48, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-th-large:before {
content: "\e010"; }
/* line 49, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-th:before {
content: "\e011"; }
/* line 50, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-th-list:before {
content: "\e012"; }
/* line 51, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ok:before {
content: "\e013"; }
/* line 52, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-remove:before {
content: "\e014"; }
/* line 53, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-zoom-in:before {
content: "\e015"; }
/* line 54, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-zoom-out:before {
content: "\e016"; }
/* line 55, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-off:before {
content: "\e017"; }
/* line 56, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-signal:before {
content: "\e018"; }
/* line 57, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cog:before {
content: "\e019"; }
/* line 58, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-trash:before {
content: "\e020"; }
/* line 59, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-home:before {
content: "\e021"; }
/* line 60, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-file:before {
content: "\e022"; }
/* line 61, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-time:before {
content: "\e023"; }
/* line 62, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-road:before {
content: "\e024"; }
/* line 63, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-download-alt:before {
content: "\e025"; }
/* line 64, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-download:before {
content: "\e026"; }
/* line 65, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-upload:before {
content: "\e027"; }
/* line 66, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-inbox:before {
content: "\e028"; }
/* line 67, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-play-circle:before {
content: "\e029"; }
/* line 68, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-repeat:before {
content: "\e030"; }
/* line 69, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-refresh:before {
content: "\e031"; }
/* line 70, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-list-alt:before {
content: "\e032"; }
/* line 71, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-flag:before {
content: "\e034"; }
/* line 72, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-headphones:before {
content: "\e035"; }
/* line 73, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-volume-off:before {
content: "\e036"; }
/* line 74, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-volume-down:before {
content: "\e037"; }
/* line 75, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-volume-up:before {
content: "\e038"; }
/* line 76, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-qrcode:before {
content: "\e039"; }
/* line 77, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-barcode:before {
content: "\e040"; }
/* line 78, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tag:before {
content: "\e041"; }
/* line 79, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tags:before {
content: "\e042"; }
/* line 80, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-book:before {
content: "\e043"; }
/* line 81, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-print:before {
content: "\e045"; }
/* line 82, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-font:before {
content: "\e047"; }
/* line 83, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bold:before {
content: "\e048"; }
/* line 84, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-italic:before {
content: "\e049"; }
/* line 85, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-text-height:before {
content: "\e050"; }
/* line 86, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-text-width:before {
content: "\e051"; }
/* line 87, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-left:before {
content: "\e052"; }
/* line 88, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-center:before {
content: "\e053"; }
/* line 89, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-right:before {
content: "\e054"; }
/* line 90, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-align-justify:before {
content: "\e055"; }
/* line 91, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-list:before {
content: "\e056"; }
/* line 92, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-indent-left:before {
content: "\e057"; }
/* line 93, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-indent-right:before {
content: "\e058"; }
/* line 94, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-facetime-video:before {
content: "\e059"; }
/* line 95, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-picture:before {
content: "\e060"; }
/* line 96, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-map-marker:before {
content: "\e062"; }
/* line 97, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-adjust:before {
content: "\e063"; }
/* line 98, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tint:before {
content: "\e064"; }
/* line 99, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-edit:before {
content: "\e065"; }
/* line 100, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-share:before {
content: "\e066"; }
/* line 101, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-check:before {
content: "\e067"; }
/* line 102, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-move:before {
content: "\e068"; }
/* line 103, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-step-backward:before {
content: "\e069"; }
/* line 104, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fast-backward:before {
content: "\e070"; }
/* line 105, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-backward:before {
content: "\e071"; }
/* line 106, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-play:before {
content: "\e072"; }
/* line 107, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-pause:before {
content: "\e073"; }
/* line 108, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-stop:before {
content: "\e074"; }
/* line 109, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-forward:before {
content: "\e075"; }
/* line 110, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fast-forward:before {
content: "\e076"; }
/* line 111, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-step-forward:before {
content: "\e077"; }
/* line 112, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-eject:before {
content: "\e078"; }
/* line 113, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-left:before {
content: "\e079"; }
/* line 114, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-right:before {
content: "\e080"; }
/* line 115, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-plus-sign:before {
content: "\e081"; }
/* line 116, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-minus-sign:before {
content: "\e082"; }
/* line 117, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-remove-sign:before {
content: "\e083"; }
/* line 118, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ok-sign:before {
content: "\e084"; }
/* line 119, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-question-sign:before {
content: "\e085"; }
/* line 120, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-info-sign:before {
content: "\e086"; }
/* line 121, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-screenshot:before {
content: "\e087"; }
/* line 122, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-remove-circle:before {
content: "\e088"; }
/* line 123, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ok-circle:before {
content: "\e089"; }
/* line 124, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-ban-circle:before {
content: "\e090"; }
/* line 125, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-left:before {
content: "\e091"; }
/* line 126, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-right:before {
content: "\e092"; }
/* line 127, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-up:before {
content: "\e093"; }
/* line 128, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-arrow-down:before {
content: "\e094"; }
/* line 129, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-share-alt:before {
content: "\e095"; }
/* line 130, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-full:before {
content: "\e096"; }
/* line 131, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-small:before {
content: "\e097"; }
/* line 132, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
content: "\e101"; }
/* line 133, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-gift:before {
content: "\e102"; }
/* line 134, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-leaf:before {
content: "\e103"; }
/* line 135, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-eye-open:before {
content: "\e105"; }
/* line 136, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-eye-close:before {
content: "\e106"; }
/* line 137, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-warning-sign:before {
content: "\e107"; }
/* line 138, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-plane:before {
content: "\e108"; }
/* line 139, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-random:before {
content: "\e110"; }
/* line 140, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-comment:before {
content: "\e111"; }
/* line 141, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-magnet:before {
content: "\e112"; }
/* line 142, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-up:before {
content: "\e113"; }
/* line 143, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-chevron-down:before {
content: "\e114"; }
/* line 144, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-retweet:before {
content: "\e115"; }
/* line 145, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-shopping-cart:before {
content: "\e116"; }
/* line 146, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-folder-close:before {
content: "\e117"; }
/* line 147, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-folder-open:before {
content: "\e118"; }
/* line 148, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-vertical:before {
content: "\e119"; }
/* line 149, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
content: "\e120"; }
/* line 150, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hdd:before {
content: "\e121"; }
/* line 151, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bullhorn:before {
content: "\e122"; }
/* line 152, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-certificate:before {
content: "\e124"; }
/* line 153, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-thumbs-up:before {
content: "\e125"; }
/* line 154, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-thumbs-down:before {
content: "\e126"; }
/* line 155, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-right:before {
content: "\e127"; }
/* line 156, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-left:before {
content: "\e128"; }
/* line 157, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-up:before {
content: "\e129"; }
/* line 158, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hand-down:before {
content: "\e130"; }
/* line 159, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
content: "\e131"; }
/* line 160, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
content: "\e132"; }
/* line 161, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
content: "\e133"; }
/* line 162, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
content: "\e134"; }
/* line 163, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-globe:before {
content: "\e135"; }
/* line 164, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tasks:before {
content: "\e137"; }
/* line 165, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-filter:before {
content: "\e138"; }
/* line 166, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fullscreen:before {
content: "\e140"; }
/* line 167, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-dashboard:before {
content: "\e141"; }
/* line 168, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-heart-empty:before {
content: "\e143"; }
/* line 169, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-link:before {
content: "\e144"; }
/* line 170, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-phone:before {
content: "\e145"; }
/* line 171, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-usd:before {
content: "\e148"; }
/* line 172, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-gbp:before {
content: "\e149"; }
/* line 173, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort:before {
content: "\e150"; }
/* line 174, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
content: "\e151"; }
/* line 175, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; }
/* line 176, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-order:before {
content: "\e153"; }
/* line 177, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
content: "\e154"; }
/* line 178, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
content: "\e155"; }
/* line 179, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
content: "\e156"; }
/* line 180, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-unchecked:before {
content: "\e157"; }
/* line 181, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-expand:before {
content: "\e158"; }
/* line 182, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-collapse-down:before {
content: "\e159"; }
/* line 183, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-collapse-up:before {
content: "\e160"; }
/* line 184, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-log-in:before {
content: "\e161"; }
/* line 185, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-flash:before {
content: "\e162"; }
/* line 186, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-log-out:before {
content: "\e163"; }
/* line 187, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-new-window:before {
content: "\e164"; }
/* line 188, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-record:before {
content: "\e165"; }
/* line 189, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-save:before {
content: "\e166"; }
/* line 190, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-open:before {
content: "\e167"; }
/* line 191, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-saved:before {
content: "\e168"; }
/* line 192, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-import:before {
content: "\e169"; }
/* line 193, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-export:before {
content: "\e170"; }
/* line 194, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-send:before {
content: "\e171"; }
/* line 195, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-disk:before {
content: "\e172"; }
/* line 196, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-saved:before {
content: "\e173"; }
/* line 197, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-remove:before {
content: "\e174"; }
/* line 198, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-save:before {
content: "\e175"; }
/* line 199, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-floppy-open:before {
content: "\e176"; }
/* line 200, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-credit-card:before {
content: "\e177"; }
/* line 201, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-transfer:before {
content: "\e178"; }
/* line 202, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cutlery:before {
content: "\e179"; }
/* line 203, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-header:before {
content: "\e180"; }
/* line 204, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-compressed:before {
content: "\e181"; }
/* line 205, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-earphone:before {
content: "\e182"; }
/* line 206, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-phone-alt:before {
content: "\e183"; }
/* line 207, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tower:before {
content: "\e184"; }
/* line 208, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-stats:before {
content: "\e185"; }
/* line 209, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sd-video:before {
content: "\e186"; }
/* line 210, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-hd-video:before {
content: "\e187"; }
/* line 211, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-subtitles:before {
content: "\e188"; }
/* line 212, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-stereo:before {
content: "\e189"; }
/* line 213, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-dolby:before {
content: "\e190"; }
/* line 214, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-5-1:before {
content: "\e191"; }
/* line 215, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-6-1:before {
content: "\e192"; }
/* line 216, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-sound-7-1:before {
content: "\e193"; }
/* line 217, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-copyright-mark:before {
content: "\e194"; }
/* line 218, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-registration-mark:before {
content: "\e195"; }
/* line 219, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cloud-download:before {
content: "\e197"; }
/* line 220, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-cloud-upload:before {
content: "\e198"; }
/* line 221, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tree-conifer:before {
content: "\e199"; }
/* line 222, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
content: "\e200"; }
/* line 223, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-briefcase:before {
content: "\1f4bc"; }
/* line 224, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-calendar:before {
content: "\1f4c5"; }
/* line 225, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-pushpin:before {
content: "\1f4cc"; }
/* line 226, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-paperclip:before {
content: "\1f4ce"; }
/* line 227, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-camera:before {
content: "\1f4f7"; }
/* line 228, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-lock:before {
content: "\1f512"; }
/* line 229, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bell:before {
content: "\1f514"; }
/* line 230, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-bookmark:before {
content: "\1f516"; }
/* line 231, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-fire:before {
content: "\1f525"; }
/* line 232, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon-wrench:before {
content: "\1f527"; }
/* line 7, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid black;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 0 dotted;
content: ""; }
/* line 23, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown {
position: relative; }
/* line 28, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-toggle:focus {
outline: 0; }
/* line 33, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.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;
list-style: none;
font-size: 12px;
background-color: white;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 3px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; }
/* line 53, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu.pull-right, #content h3:not(.modal-title) .dropdown-menu.panel-heading-action, #content .panel-heading .dropdown-menu.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .dropdown-menu.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .dropdown-menu.panel-heading-action {
right: 0;
left: auto; }
/* line 59, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu .divider {
height: 1px;
margin: 7.5px 0;
overflow: hidden;
background-color: #e5e5e5; }
/* line 64, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
white-space: nowrap; }
/* line 78, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: white;
background-color: #1ba6e5; }
/* line 89, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: white;
text-decoration: none;
outline: 0;
background-color: #1ba6e5; }
/* line 104, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #999999; }
/* line 111, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; }
/* line 123, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.open > .dropdown-menu {
display: block; }
/* line 128, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.open > a {
outline: 0; }
/* line 134, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 11px;
line-height: 1.42857;
color: #999999; }
/* line 143, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990; }
/* line 153, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.pull-right > .dropdown-menu, #content h3:not(.modal-title) .panel-heading-action > .dropdown-menu, #content .panel-heading .panel-heading-action > .dropdown-menu, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action > .dropdown-menu, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action > .dropdown-menu {
right: 0;
left: auto; }
/* line 166, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-bottom: 4px solid black;
content: ""; }
/* line 174, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px; }
@media (min-width: 768px) {
/* line 188, ../bower_components/sass-bootstrap/lib/_dropdowns.scss */
.navbar-right .dropdown-menu, #header_employee_box .dropdown-menu {
right: 0;
left: auto; } }
/* line 10, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-default .caret {
border-top-color: #555555; }
/* line 17, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
border-top-color: #fff; }
/* line 22, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-default .caret {
border-bottom-color: #555555; }
/* line 30, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
border-bottom-color: #fff; }
/* line 38, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group, .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; }
/* line 42, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
position: relative;
float: left; }
/* line 49, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
z-index: 2; }
/* line 52, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
outline: none; }
/* line 64, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
margin-left: -1px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-toolbar:after {
clear: both; }
/* line 73, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-toolbar .btn-group {
float: left; }
/* line 80, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
margin-left: 5px; }
/* line 86, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
/* line 91, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:first-child {
margin-left: 0; }
/* line 93, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
/* line 99, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
/* line 104, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group {
float: left; }
/* line 107, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
/* line 112, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
/* line 116, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
/* line 122, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
outline: 0; }
/* line 140, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; }
/* line 144, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; }
/* line 151, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
/* line 157, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn .caret {
margin-left: 0; }
/* line 161, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0; }
/* line 166, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px; }
/* line 176, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.btn-group-vertical > .btn-group:after {
clear: both; }
/* line 186, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
float: none; }
/* line 194, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.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; }
/* line 201, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0; }
/* line 204, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 3px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
/* line 208, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
/* line 213, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
/* line 218, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
/* line 222, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
/* line 231, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate; }
/* line 236, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
.btn-group-justified .btn {
float: none;
display: table-cell;
width: 1%; }
/* line 246, ../bower_components/sass-bootstrap/lib/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none; }
/* line 7, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group {
position: relative;
display: table;
border-collapse: separate; }
/* line 13, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group.col {
float: none;
padding-left: 0;
padding-right: 0; }
/* line 19, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group .form-control, .input-group input[type="text"], .input-group input[type="search"], .input-group input[type="password"], .input-group textarea, .input-group select {
width: 100%;
margin-bottom: 0; }
/* line 42, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon, .input-group-btn, .input-group .form-control, .input-group input[type="text"], .input-group input[type="search"], .input-group input[type="password"], .input-group textarea, .input-group select {
display: table-cell; }
/* line 45, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.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), .input-group input[type="text"]:not(:first-child):not(:last-child), .input-group input[type="search"]:not(:first-child):not(:last-child), .input-group input[type="password"]:not(:first-child):not(:last-child), .input-group textarea:not(:first-child):not(:last-child), .input-group select:not(:first-child):not(:last-child) {
border-radius: 0; }
/* line 51, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; }
/* line 59, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon {
padding: 4px 8px;
font-size: 12px;
font-weight: normal;
line-height: 1;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 3px; }
/* line 70, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 11px;
border-radius: 3px; }
/* line 75, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 15px;
border-radius: 6px; }
/* line 83, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
margin-top: 0; }
/* line 93, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group .form-control:first-child, .input-group input[type="text"]:first-child, .input-group input[type="search"]:first-child, .input-group input[type="password"]:first-child, .input-group textarea:first-child, .input-group select:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
/* line 96, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon:first-child {
border-right: 0; }
/* line 103, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group .form-control:last-child, .input-group input[type="text"]:last-child, .input-group input[type="search"]:last-child, .input-group input[type="password"]:last-child, .input-group textarea:last-child, .input-group select:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
/* line 106, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-addon:last-child {
border-left: 0; }
/* line 112, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn {
position: relative;
white-space: nowrap; }
/* line 116, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn > .btn {
position: relative; }
/* line 119, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn > .btn + .btn {
margin-left: -4px; }
/* line 124, ../bower_components/sass-bootstrap/lib/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
z-index: 2; }
/* line 9, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav, #header_notifs_icon_wrapper, #header_employee_box, #header_quick {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.nav:before, #header_notifs_icon_wrapper:before, #header_employee_box:before, #header_quick:before, .nav:after, #header_notifs_icon_wrapper:after, #header_employee_box:after, #header_quick:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.nav:after, #header_notifs_icon_wrapper:after, #header_employee_box:after, #header_quick:after {
clear: both; }
/* line 15, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li, #header_notifs_icon_wrapper > li, #header_employee_box > li, #header_quick > li {
position: relative;
display: block; }
/* line 19, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a, #header_notifs_icon_wrapper > li > a, #header_employee_box > li > a, #header_quick > li > a {
position: relative;
display: block;
padding: 10px 15px; }
/* line 24, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a:hover, #header_notifs_icon_wrapper > li > a:hover, #header_employee_box > li > a:hover, #header_quick > li > a:hover, .nav > li > a:focus, #header_notifs_icon_wrapper > li > a:focus, #header_employee_box > li > a:focus, #header_quick > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
/* line 31, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li.disabled > a, #header_notifs_icon_wrapper > li.disabled > a, #header_employee_box > li.disabled > a, #header_quick > li.disabled > a {
color: #999999; }
/* line 35, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li.disabled > a:hover, #header_notifs_icon_wrapper > li.disabled > a:hover, #header_employee_box > li.disabled > a:hover, #header_quick > li.disabled > a:hover, .nav > li.disabled > a:focus, #header_notifs_icon_wrapper > li.disabled > a:focus, #header_employee_box > li.disabled > a:focus, #header_quick > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed; }
/* line 48, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav .open > a, #header_notifs_icon_wrapper .open > a, #header_employee_box .open > a, #header_quick .open > a, .nav .open > a:hover, #header_notifs_icon_wrapper .open > a:hover, #header_employee_box .open > a:hover, #header_quick .open > a:hover, .nav .open > a:focus, #header_notifs_icon_wrapper .open > a:focus, #header_employee_box .open > a:focus, #header_quick .open > a:focus {
background-color: #eeeeee;
border-color: #1ba6e5; }
/* line 55, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav .nav-divider, #header_notifs_icon_wrapper .nav-divider, #header_employee_box .nav-divider, #header_quick .nav-divider {
height: 1px;
margin: 7.5px 0;
overflow: hidden;
background-color: #e5e5e5; }
/* line 61, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav > li > a > img, #header_notifs_icon_wrapper > li > a > img, #header_employee_box > li > a > img, #header_quick > li > a > img {
max-width: none; }
/* line 71, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs {
border-bottom: 1px solid #dddddd; }
/* line 73, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
/* line 79, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857;
border: 1px solid transparent;
border-radius: 3px 3px 0 0; }
/* line 84, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd; }
/* line 93, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #515561;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default; }
/* line 113, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li {
float: left; }
/* line 117, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li > a {
border-radius: 5px; }
/* line 120, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li + li {
margin-left: 2px; }
/* line 128, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: white;
background-color: #1ba6e5; }
/* line 139, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-stacked > li {
float: none; }
/* line 141, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
/* line 155, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
/* line 158, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
/* line 160, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center; }
@media (min-width: 768px) {
/* line 166, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; } }
/* line 174, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
/* line 176, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
margin-right: 0; }
/* line 182, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
border-bottom-color: #515561; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.tabbable:before, .tabbable:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.tabbable:after {
clear: both; }
/* line 198, ../bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
display: none; }
/* line 203, ../bower_components/sass-bootstrap/lib/_navs.scss */
.tab-content > .active, .pill-content > .active {
display: block; }
/* line 214, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav .caret, #header_notifs_icon_wrapper .caret, #header_employee_box .caret, #header_quick .caret {
border-top-color: #1ba6e5;
border-bottom-color: #1ba6e5; }
/* line 218, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav a:hover .caret, #header_notifs_icon_wrapper a:hover .caret, #header_employee_box a:hover .caret, #header_quick a:hover .caret {
border-top-color: #1275a1;
border-bottom-color: #1275a1; }
/* line 224, ../bower_components/sass-bootstrap/lib/_navs.scss */
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
/* line 11, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar, #header_infos {
position: relative;
z-index: 1000;
min-height: 35px;
margin-bottom: 17px;
border: 1px solid transparent; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar:before, #header_infos:before, .navbar:after, #header_infos:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar:after, #header_infos:after {
clear: both; }
@media (min-width: 768px) {
/* line 11, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar, #header_infos {
border-radius: 3px; } }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-header:before, .navbar-header:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-header:after {
clear: both; }
@media (min-width: 768px) {
/* line 32, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-header {
float: left; } }
/* line 51, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 5px;
padding-left: 5px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.navbar-collapse:after {
clear: both; }
/* line 61, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
/* line 51, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none; }
/* line 70, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
/* line 77, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse.in {
overflow-y: visible; }
/* line 82, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse .navbar-nav.navbar-left:first-child, .navbar-collapse .navbar-left#header_notifs_icon_wrapper:first-child, .navbar-collapse .navbar-left#header_employee_box:first-child, .navbar-collapse .navbar-nav#header_search:first-child, .navbar-collapse #header_quick:first-child {
margin-left: -5px; }
/* line 85, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse .navbar-nav.navbar-right:last-child, .navbar-collapse .navbar-right#header_notifs_icon_wrapper:last-child, .navbar-collapse #header_employee_box:last-child, .navbar-collapse .navbar-right#header_quick:last-child {
margin-right: -5px; }
/* line 88, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-collapse .navbar-text:last-child {
margin-right: 0; } }
/* line 100, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.container > .navbar-header, .container > .navbar-collapse {
margin-right: -5px;
margin-left: -5px; }
@media (min-width: 768px) {
/* line 100, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.container > .navbar-header, .container > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
/* line 118, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-static-top {
border-width: 0 0 1px; }
@media (min-width: 768px) {
/* line 118, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-static-top {
border-radius: 0; } }
/* line 127, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top, #header_infos, .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
border-width: 0 0 1px; }
@media (min-width: 768px) {
/* line 127, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top, #header_infos, .navbar-fixed-bottom {
border-radius: 0; } }
/* line 138, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-top, #header_infos {
z-index: 1030;
top: 0; }
/* line 142, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0; }
/* line 150, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-brand, #header_shopname {
float: left;
padding: 9px 5px;
font-size: 15px;
line-height: 17px; }
/* line 156, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-brand:hover, #header_shopname:hover, .navbar-brand:focus, #header_shopname:focus {
text-decoration: none; }
@media (min-width: 768px) {
/* line 161, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar > .container .navbar-brand, #header_infos > .container .navbar-brand, .navbar > .container #header_shopname, #header_infos > .container #header_shopname {
margin-left: -5px; } }
/* line 173, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle {
position: relative;
float: right;
margin-right: 5px;
padding: 9px 10px;
margin-top: 0.5px;
margin-bottom: 0.5px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 3px; }
/* line 184, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
/* line 190, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
/* line 173, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-toggle {
display: none; } }
/* line 205, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav, #header_notifs_icon_wrapper, #header_employee_box, #header_quick {
margin: 4.5px -5px; }
/* line 208, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li > a, #header_notifs_icon_wrapper > li > a, #header_employee_box > li > a, #header_quick > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 17px; }
@media (max-width: 767px) {
/* line 216, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav .open .dropdown-menu, #header_notifs_icon_wrapper .open .dropdown-menu, #header_employee_box .open .dropdown-menu, #header_quick .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none; }
/* line 225, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav .open .dropdown-menu > li > a, #header_notifs_icon_wrapper .open .dropdown-menu > li > a, #header_employee_box .open .dropdown-menu > li > a, #header_quick .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header, #header_notifs_icon_wrapper .open .dropdown-menu .dropdown-header, #header_employee_box .open .dropdown-menu .dropdown-header, #header_quick .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
/* line 228, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav .open .dropdown-menu > li > a, #header_notifs_icon_wrapper .open .dropdown-menu > li > a, #header_employee_box .open .dropdown-menu > li > a, #header_quick .open .dropdown-menu > li > a {
line-height: 17px; }
/* line 231, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav .open .dropdown-menu > li > a:hover, #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, #header_employee_box .open .dropdown-menu > li > a:hover, #header_quick .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, #header_employee_box .open .dropdown-menu > li > a:focus, #header_quick .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
/* line 205, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav, #header_notifs_icon_wrapper, #header_employee_box, #header_quick {
float: left;
margin: 0; }
/* line 243, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li, #header_notifs_icon_wrapper > li, #header_employee_box > li, #header_quick > li {
float: left; }
/* line 245, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li > a, #header_notifs_icon_wrapper > li > a, #header_employee_box > li > a, #header_quick > li > a {
padding-top: 9px;
padding-bottom: 9px; } }
@media (min-width: 768px) {
/* line 262, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-left, #header_search, #header_quick {
float: left !important; }
/* line 265, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-right, #header_employee_box {
float: right !important; } }
/* line 276, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form, #header_search {
margin-left: -5px;
margin-right: -5px;
padding: 10px 5px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 4px;
margin-bottom: 4px; }
@media (max-width: 767px) {
/* line 288, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form .form-group, #header_search .form-group {
margin-bottom: 5px; } }
@media (min-width: 768px) {
/* line 276, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-form, #header_search {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
/* line 313, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li > .dropdown-menu, #header_notifs_icon_wrapper > li > .dropdown-menu, #header_employee_box > li > .dropdown-menu, #header_quick > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; }
/* line 318, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom #header_notifs_icon_wrapper > li > .dropdown-menu, .navbar-fixed-bottom #header_employee_box > li > .dropdown-menu, .navbar-fixed-bottom #header_quick > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
/* line 324, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu, #content h3:not(.modal-title) .navbar-nav.panel-heading-action > li > .dropdown-menu, #content h3:not(.modal-title) .panel-heading-action#header_notifs_icon_wrapper > li > .dropdown-menu, #content h3:not(.modal-title) .panel-heading-action#header_employee_box > li > .dropdown-menu, #content h3:not(.modal-title) .panel-heading-action#header_quick > li > .dropdown-menu, #content .panel-heading .navbar-nav.panel-heading-action > li > .dropdown-menu, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .navbar-nav.panel-heading-action > li > .dropdown-menu, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .navbar-nav.panel-heading-action > li > .dropdown-menu, #content .panel-heading .panel-heading-action#header_notifs_icon_wrapper > li > .dropdown-menu, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action#header_notifs_icon_wrapper > li > .dropdown-menu, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action#header_notifs_icon_wrapper > li > .dropdown-menu, #content .panel-heading .panel-heading-action#header_employee_box > li > .dropdown-menu, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action#header_employee_box > li > .dropdown-menu, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action#header_employee_box > li > .dropdown-menu, #content .panel-heading .panel-heading-action#header_quick > li > .dropdown-menu, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action#header_quick > li > .dropdown-menu, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action#header_quick > li > .dropdown-menu, .pull-right#header_notifs_icon_wrapper > li > .dropdown-menu, .pull-right#header_employee_box > li > .dropdown-menu, .pull-right#header_quick > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right, #header_notifs_icon_wrapper > li > .dropdown-menu.pull-right, #header_employee_box > li > .dropdown-menu.pull-right, #header_quick > li > .dropdown-menu.pull-right, #content h3:not(.modal-title) .navbar-nav > li > .dropdown-menu.panel-heading-action, #content h3:not(.modal-title) #header_notifs_icon_wrapper > li > .dropdown-menu.panel-heading-action, #content h3:not(.modal-title) #header_employee_box > li > .dropdown-menu.panel-heading-action, #content h3:not(.modal-title) #header_quick > li > .dropdown-menu.panel-heading-action, #content .panel-heading .navbar-nav > li > .dropdown-menu.panel-heading-action, #content .panel-heading #header_notifs_icon_wrapper > li > .dropdown-menu.panel-heading-action, #content .panel-heading #header_employee_box > li > .dropdown-menu.panel-heading-action, #content .panel-heading #header_quick > li > .dropdown-menu.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .navbar-nav > li > .dropdown-menu.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header #header_notifs_icon_wrapper > li > .dropdown-menu.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header #header_employee_box > li > .dropdown-menu.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header #header_quick > li > .dropdown-menu.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .navbar-nav > li > .dropdown-menu.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header #header_notifs_icon_wrapper > li > .dropdown-menu.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header #header_employee_box > li > .dropdown-menu.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header #header_quick > li > .dropdown-menu.panel-heading-action {
left: auto;
right: 0; }
/* line 334, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-btn {
margin-top: 4px;
margin-bottom: 4px; }
/* line 343, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-text {
float: left;
margin-top: 9px;
margin-bottom: 9px; }
@media (min-width: 768px) {
/* line 343, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-text {
margin-left: 5px;
margin-right: 5px; } }
/* line 357, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
/* line 361, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-brand, .navbar-default #header_shopname {
color: #777777; }
/* line 364, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default #header_shopname:hover, .navbar-default .navbar-brand:focus, .navbar-default #header_shopname:focus {
color: #5e5e5e;
background-color: transparent; }
/* line 370, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-text {
color: #777777; }
/* line 375, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > li > a, .navbar-default #header_notifs_icon_wrapper > li > a, .navbar-default #header_employee_box > li > a, .navbar-default #header_quick > li > a {
color: #777777; }
/* line 379, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default #header_notifs_icon_wrapper > li > a:hover, .navbar-default #header_employee_box > li > a:hover, .navbar-default #header_quick > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default #header_notifs_icon_wrapper > li > a:focus, .navbar-default #header_employee_box > li > a:focus, .navbar-default #header_quick > li > a:focus {
color: #333333;
background-color: transparent; }
/* line 387, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default #header_notifs_icon_wrapper > .active > a, .navbar-default #header_employee_box > .active > a, .navbar-default #header_quick > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default #header_notifs_icon_wrapper > .active > a:hover, .navbar-default #header_employee_box > .active > a:hover, .navbar-default #header_quick > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default #header_notifs_icon_wrapper > .active > a:focus, .navbar-default #header_employee_box > .active > a:focus, .navbar-default #header_quick > .active > a:focus {
color: #555555;
background-color: #e7e7e7; }
/* line 395, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default #header_notifs_icon_wrapper > .disabled > a, .navbar-default #header_employee_box > .disabled > a, .navbar-default #header_quick > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default #header_notifs_icon_wrapper > .disabled > a:hover, .navbar-default #header_employee_box > .disabled > a:hover, .navbar-default #header_quick > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default #header_notifs_icon_wrapper > .disabled > a:focus, .navbar-default #header_employee_box > .disabled > a:focus, .navbar-default #header_quick > .disabled > a:focus {
color: #cccccc;
background-color: transparent; }
/* line 402, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-toggle {
border-color: #dddddd; }
/* line 405, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #dddddd; }
/* line 408, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc; }
/* line 414, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default #header_search {
border-color: #e6e6e6; }
/* line 422, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default #header_notifs_icon_wrapper > .dropdown > a:hover .caret, .navbar-default #header_employee_box > .dropdown > a:hover .caret, .navbar-default #header_quick > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret, .navbar-default #header_notifs_icon_wrapper > .dropdown > a:focus .caret, .navbar-default #header_employee_box > .dropdown > a:focus .caret, .navbar-default #header_quick > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333; }
/* line 431, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default #header_notifs_icon_wrapper > .open > a, .navbar-default #header_employee_box > .open > a, .navbar-default #header_quick > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default #header_notifs_icon_wrapper > .open > a:hover, .navbar-default #header_employee_box > .open > a:hover, .navbar-default #header_quick > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default #header_notifs_icon_wrapper > .open > a:focus, .navbar-default #header_employee_box > .open > a:focus, .navbar-default #header_quick > .open > a:focus {
background-color: #e7e7e7;
color: #555555; }
/* line 434, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .open > a .caret, .navbar-default #header_notifs_icon_wrapper > .open > a .caret, .navbar-default #header_employee_box > .open > a .caret, .navbar-default #header_quick > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default #header_notifs_icon_wrapper > .open > a:hover .caret, .navbar-default #header_employee_box > .open > a:hover .caret, .navbar-default #header_quick > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default #header_notifs_icon_wrapper > .open > a:focus .caret, .navbar-default #header_employee_box > .open > a:focus .caret, .navbar-default #header_quick > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555; }
/* line 440, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a .caret, .navbar-default #header_notifs_icon_wrapper > .dropdown > a .caret, .navbar-default #header_employee_box > .dropdown > a .caret, .navbar-default #header_quick > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777; }
@media (max-width: 767px) {
/* line 449, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .navbar-default #header_employee_box .open .dropdown-menu > li > a, .navbar-default #header_quick .open .dropdown-menu > li > a {
color: #777777; }
/* line 452, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .navbar-default #header_employee_box .open .dropdown-menu > li > a:hover, .navbar-default #header_quick .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .navbar-default #header_employee_box .open .dropdown-menu > li > a:focus, .navbar-default #header_quick .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent; }
/* line 460, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .navbar-default #header_employee_box .open .dropdown-menu > .active > a, .navbar-default #header_quick .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .navbar-default #header_employee_box .open .dropdown-menu > .active > a:hover, .navbar-default #header_quick .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .navbar-default #header_employee_box .open .dropdown-menu > .active > a:focus, .navbar-default #header_quick .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7; }
/* line 468, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a, .navbar-default #header_quick .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:hover, .navbar-default #header_quick .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .navbar-default #header_employee_box .open .dropdown-menu > .disabled > a:focus, .navbar-default #header_quick .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent; } }
/* line 482, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-link {
color: #777777; }
/* line 484, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-default .navbar-link:hover {
color: #333333; }
/* line 493, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse, #header_infos {
background-color: #222222;
border-color: #090909; }
/* line 497, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-brand, #header_infos .navbar-brand, .navbar-inverse #header_shopname, #header_infos #header_shopname {
color: #999999; }
/* line 500, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-brand:hover, #header_infos .navbar-brand:hover, .navbar-inverse #header_shopname:hover, #header_infos #header_shopname:hover, .navbar-inverse .navbar-brand:focus, #header_infos .navbar-brand:focus, .navbar-inverse #header_shopname:focus, #header_infos #header_shopname:focus {
color: white;
background-color: transparent; }
/* line 506, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-text, #header_infos .navbar-text {
color: #999999; }
/* line 511, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > li > a, #header_infos .navbar-nav > li > a, .navbar-inverse #header_notifs_icon_wrapper > li > a, #header_infos #header_notifs_icon_wrapper > li > a, .navbar-inverse #header_employee_box > li > a, #header_infos #header_employee_box > li > a, .navbar-inverse #header_quick > li > a, #header_infos #header_quick > li > a {
color: #999999; }
/* line 515, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, #header_infos .navbar-nav > li > a:hover, .navbar-inverse #header_notifs_icon_wrapper > li > a:hover, #header_infos #header_notifs_icon_wrapper > li > a:hover, .navbar-inverse #header_employee_box > li > a:hover, #header_infos #header_employee_box > li > a:hover, .navbar-inverse #header_quick > li > a:hover, #header_infos #header_quick > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, #header_infos .navbar-nav > li > a:focus, .navbar-inverse #header_notifs_icon_wrapper > li > a:focus, #header_infos #header_notifs_icon_wrapper > li > a:focus, .navbar-inverse #header_employee_box > li > a:focus, #header_infos #header_employee_box > li > a:focus, .navbar-inverse #header_quick > li > a:focus, #header_infos #header_quick > li > a:focus {
color: white;
background-color: transparent; }
/* line 523, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, #header_infos .navbar-nav > .active > a, .navbar-inverse #header_notifs_icon_wrapper > .active > a, #header_infos #header_notifs_icon_wrapper > .active > a, .navbar-inverse #header_employee_box > .active > a, #header_infos #header_employee_box > .active > a, .navbar-inverse #header_quick > .active > a, #header_infos #header_quick > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, #header_infos .navbar-nav > .active > a:hover, .navbar-inverse #header_notifs_icon_wrapper > .active > a:hover, #header_infos #header_notifs_icon_wrapper > .active > a:hover, .navbar-inverse #header_employee_box > .active > a:hover, #header_infos #header_employee_box > .active > a:hover, .navbar-inverse #header_quick > .active > a:hover, #header_infos #header_quick > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, #header_infos .navbar-nav > .active > a:focus, .navbar-inverse #header_notifs_icon_wrapper > .active > a:focus, #header_infos #header_notifs_icon_wrapper > .active > a:focus, .navbar-inverse #header_employee_box > .active > a:focus, #header_infos #header_employee_box > .active > a:focus, .navbar-inverse #header_quick > .active > a:focus, #header_infos #header_quick > .active > a:focus {
color: white;
background-color: #090909; }
/* line 531, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, #header_infos .navbar-nav > .disabled > a, .navbar-inverse #header_notifs_icon_wrapper > .disabled > a, #header_infos #header_notifs_icon_wrapper > .disabled > a, .navbar-inverse #header_employee_box > .disabled > a, #header_infos #header_employee_box > .disabled > a, .navbar-inverse #header_quick > .disabled > a, #header_infos #header_quick > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, #header_infos .navbar-nav > .disabled > a:hover, .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:hover, #header_infos #header_notifs_icon_wrapper > .disabled > a:hover, .navbar-inverse #header_employee_box > .disabled > a:hover, #header_infos #header_employee_box > .disabled > a:hover, .navbar-inverse #header_quick > .disabled > a:hover, #header_infos #header_quick > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, #header_infos .navbar-nav > .disabled > a:focus, .navbar-inverse #header_notifs_icon_wrapper > .disabled > a:focus, #header_infos #header_notifs_icon_wrapper > .disabled > a:focus, .navbar-inverse #header_employee_box > .disabled > a:focus, #header_infos #header_employee_box > .disabled > a:focus, .navbar-inverse #header_quick > .disabled > a:focus, #header_infos #header_quick > .disabled > a:focus {
color: #444444;
background-color: transparent; }
/* line 539, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-toggle, #header_infos .navbar-toggle {
border-color: #333333; }
/* line 542, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, #header_infos .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, #header_infos .navbar-toggle:focus {
background-color: #333333; }
/* line 545, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar, #header_infos .navbar-toggle .icon-bar {
background-color: white; }
/* line 551, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-collapse, #header_infos .navbar-collapse, .navbar-inverse .navbar-form, #header_infos .navbar-form, .navbar-inverse #header_search, #header_infos #header_search {
border-color: #101010; }
/* line 560, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, #header_infos .navbar-nav > .open > a, .navbar-inverse #header_notifs_icon_wrapper > .open > a, #header_infos #header_notifs_icon_wrapper > .open > a, .navbar-inverse #header_employee_box > .open > a, #header_infos #header_employee_box > .open > a, .navbar-inverse #header_quick > .open > a, #header_infos #header_quick > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, #header_infos .navbar-nav > .open > a:hover, .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover, #header_infos #header_notifs_icon_wrapper > .open > a:hover, .navbar-inverse #header_employee_box > .open > a:hover, #header_infos #header_employee_box > .open > a:hover, .navbar-inverse #header_quick > .open > a:hover, #header_infos #header_quick > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, #header_infos .navbar-nav > .open > a:focus, .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus, #header_infos #header_notifs_icon_wrapper > .open > a:focus, .navbar-inverse #header_employee_box > .open > a:focus, #header_infos #header_employee_box > .open > a:focus, .navbar-inverse #header_quick > .open > a:focus, #header_infos #header_quick > .open > a:focus {
background-color: #090909;
color: white; }
/* line 565, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret, #header_infos .navbar-nav > .dropdown > a:hover .caret, .navbar-inverse #header_notifs_icon_wrapper > .dropdown > a:hover .caret, #header_infos #header_notifs_icon_wrapper > .dropdown > a:hover .caret, .navbar-inverse #header_employee_box > .dropdown > a:hover .caret, #header_infos #header_employee_box > .dropdown > a:hover .caret, .navbar-inverse #header_quick > .dropdown > a:hover .caret, #header_infos #header_quick > .dropdown > a:hover .caret {
border-top-color: white;
border-bottom-color: white; }
/* line 569, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret, #header_infos .navbar-nav > .dropdown > a .caret, .navbar-inverse #header_notifs_icon_wrapper > .dropdown > a .caret, #header_infos #header_notifs_icon_wrapper > .dropdown > a .caret, .navbar-inverse #header_employee_box > .dropdown > a .caret, #header_infos #header_employee_box > .dropdown > a .caret, .navbar-inverse #header_quick > .dropdown > a .caret, #header_infos #header_quick > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999; }
/* line 577, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a .caret, #header_infos .navbar-nav > .open > a .caret, .navbar-inverse #header_notifs_icon_wrapper > .open > a .caret, #header_infos #header_notifs_icon_wrapper > .open > a .caret, .navbar-inverse #header_employee_box > .open > a .caret, #header_infos #header_employee_box > .open > a .caret, .navbar-inverse #header_quick > .open > a .caret, #header_infos #header_quick > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, #header_infos .navbar-nav > .open > a:hover .caret, .navbar-inverse #header_notifs_icon_wrapper > .open > a:hover .caret, #header_infos #header_notifs_icon_wrapper > .open > a:hover .caret, .navbar-inverse #header_employee_box > .open > a:hover .caret, #header_infos #header_employee_box > .open > a:hover .caret, .navbar-inverse #header_quick > .open > a:hover .caret, #header_infos #header_quick > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret, #header_infos .navbar-nav > .open > a:focus .caret, .navbar-inverse #header_notifs_icon_wrapper > .open > a:focus .caret, #header_infos #header_notifs_icon_wrapper > .open > a:focus .caret, .navbar-inverse #header_employee_box > .open > a:focus .caret, #header_infos #header_employee_box > .open > a:focus .caret, .navbar-inverse #header_quick > .open > a:focus .caret, #header_infos #header_quick > .open > a:focus .caret {
border-top-color: white;
border-bottom-color: white; }
@media (max-width: 767px) {
/* line 587, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, #header_infos .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .dropdown-header, .navbar-inverse #header_employee_box .open .dropdown-menu > .dropdown-header, #header_infos #header_employee_box .open .dropdown-menu > .dropdown-header, .navbar-inverse #header_quick .open .dropdown-menu > .dropdown-header, #header_infos #header_quick .open .dropdown-menu > .dropdown-header {
border-color: #090909; }
/* line 590, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a, #header_infos .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a, .navbar-inverse #header_employee_box .open .dropdown-menu > li > a, #header_infos #header_employee_box .open .dropdown-menu > li > a, .navbar-inverse #header_quick .open .dropdown-menu > li > a, #header_infos #header_quick .open .dropdown-menu > li > a {
color: #999999; }
/* line 593, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, #header_infos .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:hover, .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:hover, #header_infos #header_employee_box .open .dropdown-menu > li > a:hover, .navbar-inverse #header_quick .open .dropdown-menu > li > a:hover, #header_infos #header_quick .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, #header_infos .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > li > a:focus, .navbar-inverse #header_employee_box .open .dropdown-menu > li > a:focus, #header_infos #header_employee_box .open .dropdown-menu > li > a:focus, .navbar-inverse #header_quick .open .dropdown-menu > li > a:focus, #header_infos #header_quick .open .dropdown-menu > li > a:focus {
color: white;
background-color: transparent; }
/* line 601, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, #header_infos .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a, .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a, #header_infos #header_employee_box .open .dropdown-menu > .active > a, .navbar-inverse #header_quick .open .dropdown-menu > .active > a, #header_infos #header_quick .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, #header_infos .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:hover, .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:hover, #header_infos #header_employee_box .open .dropdown-menu > .active > a:hover, .navbar-inverse #header_quick .open .dropdown-menu > .active > a:hover, #header_infos #header_quick .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, #header_infos .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .active > a:focus, .navbar-inverse #header_employee_box .open .dropdown-menu > .active > a:focus, #header_infos #header_employee_box .open .dropdown-menu > .active > a:focus, .navbar-inverse #header_quick .open .dropdown-menu > .active > a:focus, #header_infos #header_quick .open .dropdown-menu > .active > a:focus {
color: white;
background-color: #090909; }
/* line 609, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, #header_infos .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a, .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a, #header_infos #header_employee_box .open .dropdown-menu > .disabled > a, .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a, #header_infos #header_quick .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:hover, .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:hover, #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:hover, .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:hover, #header_infos #header_quick .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, #header_infos .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, #header_infos #header_notifs_icon_wrapper .open .dropdown-menu > .disabled > a:focus, .navbar-inverse #header_employee_box .open .dropdown-menu > .disabled > a:focus, #header_infos #header_employee_box .open .dropdown-menu > .disabled > a:focus, .navbar-inverse #header_quick .open .dropdown-menu > .disabled > a:focus, #header_infos #header_quick .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent; } }
/* line 618, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-link, #header_infos .navbar-link {
color: #999999; }
/* line 620, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-inverse .navbar-link:hover, #header_infos .navbar-link:hover {
color: white; }
/* line 6, ../bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb {
padding: 8px 15px;
margin-bottom: 17px;
list-style: none;
background-color: whitesmoke;
border-radius: 3px; }
/* line 12, ../bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > li {
display: inline-block; }
/* line 14, ../bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc; }
/* line 20, ../bower_components/sass-bootstrap/lib/_breadcrumbs.scss */
.breadcrumb > .active {
color: #999999; }
/* line 4, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination {
display: inline-block;
padding-left: 0;
margin: 17px 0;
border-radius: 3px; }
/* line 10, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li {
display: inline; }
/* line 13, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 4px 8px;
line-height: 1.42857;
text-decoration: none;
background-color: white;
border: 1px solid #dddddd;
margin-left: -1px; }
/* line 25, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
/* line 32, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
/* line 41, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
background-color: #eeeeee; }
/* line 50, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
z-index: 2;
color: white;
background-color: #1ba6e5;
border-color: #1ba6e5;
cursor: default; }
/* line 63, ../bower_components/sass-bootstrap/lib/_pagination.scss */
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #999999;
background-color: white;
border-color: #dddddd;
cursor: not-allowed; }
/* line 459, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
padding: 10px 16px;
font-size: 15px; }
/* line 465, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; }
/* line 471, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; }
/* line 459, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
padding: 5px 10px;
font-size: 11px; }
/* line 465, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
/* line 471, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
/* line 6, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager {
padding-left: 0;
margin: 17px 0;
list-style: none;
text-align: center; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pager:before, .pager:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.pager:after {
clear: both; }
/* line 12, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager li {
display: inline; }
/* line 15, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager li > a, .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: white;
border: 1px solid #dddddd;
border-radius: 15px; }
/* line 24, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager li > a:hover, .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
/* line 32, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager .next > a, .pager .next > span {
float: right; }
/* line 39, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager .previous > a, .pager .previous > span {
float: left; }
/* line 48, ../bower_components/sass-bootstrap/lib/_pager.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
color: #999999;
background-color: white;
cursor: not-allowed; }
/* line 5, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: white;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em; }
/* line 20, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label[href]:hover, .label[href]:focus {
color: white;
text-decoration: none;
cursor: pointer; }
/* line 28, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label:empty {
display: none; }
/* line 36, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label-default {
background-color: #999999; }
/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
background-color: gray; }
/* line 40, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label-primary {
background-color: #1ba6e5; }
/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #1585b8; }
/* line 44, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label-success {
background-color: #5cb85c; }
/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44; }
/* line 48, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label-info {
background-color: #5bc0de; }
/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5; }
/* line 52, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label-warning {
background-color: #f0ad4e; }
/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f; }
/* line 56, ../bower_components/sass-bootstrap/lib/_labels.scss */
.label-danger {
background-color: #d9534f; }
/* line 484, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c; }
/* line 7, ../bower_components/sass-bootstrap/lib/_badges.scss */
.badge, #header_notifs_icon_wrapper .notifs_badge, .badge.badge-success, .badge.badge-error {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 11px;
font-weight: bold;
color: white;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #999999;
border-radius: 10px; }
/* line 22, ../bower_components/sass-bootstrap/lib/_badges.scss */
.badge:empty, #header_notifs_icon_wrapper .notifs_badge:empty {
display: none; }
/* line 30, ../bower_components/sass-bootstrap/lib/_badges.scss */
a.badge:hover, #header_notifs_icon_wrapper a.notifs_badge:hover, a.badge:focus, #header_notifs_icon_wrapper a.notifs_badge:focus {
color: white;
text-decoration: none;
cursor: pointer; }
/* line 38, ../bower_components/sass-bootstrap/lib/_badges.scss */
.btn .badge, .btn #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper .btn .notifs_badge {
position: relative;
top: -1px; }
/* line 45, ../bower_components/sass-bootstrap/lib/_badges.scss */
a.list-group-item.active > .badge, #header_notifs_icon_wrapper a.list-group-item.active > .notifs_badge, .nav-pills > .active > a > .badge, #header_notifs_icon_wrapper .nav-pills > .active > a > .notifs_badge {
color: #1ba6e5;
background-color: white; }
/* line 49, ../bower_components/sass-bootstrap/lib/_badges.scss */
.nav-pills > li > a > .badge, #header_notifs_icon_wrapper .nav-pills > li > a > .notifs_badge {
margin-left: 3px; }
/* line 6, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 2.14286;
color: inherit;
background-color: #eeeeee; }
/* line 15, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron h1 {
line-height: 1;
color: inherit; }
/* line 19, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron p {
line-height: 1.4; }
/* line 23, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.container .jumbotron {
border-radius: 6px; }
@media screen and (min-width: 768px) {
/* line 6, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron {
padding-top: 48px;
padding-bottom: 48px; }
/* line 31, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.container .jumbotron {
padding-left: 60px;
padding-right: 60px; }
/* line 36, ../bower_components/sass-bootstrap/lib/_jumbotron.scss */
.jumbotron h1 {
font-size: 54px; } }
/* line 7, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail {
display: block; }
/* line 11, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail > img {
display: block;
max-width: 100%;
height: auto; }
/* line 19, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */
a.thumbnail:hover, a.thumbnail:focus {
border-color: #1ba6e5; }
/* line 24, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail > img {
margin-left: auto;
margin-right: auto; }
/* line 28, ../bower_components/sass-bootstrap/lib/_thumbnails.scss */
.thumbnail .caption {
padding: 9px;
color: #555555; }
/* line 9, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert, #carrier_wizard .wizard_error {
padding: 15px;
margin-bottom: 17px;
border: 1px solid transparent;
border-radius: 3px; }
/* line 16, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert h4, #carrier_wizard .wizard_error h4 {
margin-top: 0;
color: inherit; }
/* line 22, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert .alert-link, #carrier_wizard .wizard_error .alert-link {
font-weight: bold; }
/* line 28, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert > p, #carrier_wizard .wizard_error > p, .alert > ul, #carrier_wizard .wizard_error > ul {
margin-bottom: 0; }
/* line 31, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert > p + p, #carrier_wizard .wizard_error > p + p {
margin-top: 5px; }
/* line 40, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-dismissable {
padding-right: 35px; }
/* line 44, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit; }
/* line 56, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847; }
/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-success hr {
border-top-color: #c9e2b3; }
/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-success .alert-link {
color: #356635; }
/* line 59, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad; }
/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-info hr {
border-top-color: #a6e1ec; }
/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-info .alert-link {
color: #2d6987; }
/* line 62, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-warning {
background-color: #fcf8e3;
border-color: #fbeed5;
color: #c09853; }
/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-warning hr {
border-top-color: #f8e5be; }
/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-warning .alert-link {
color: #a47e3c; }
/* line 65, ../bower_components/sass-bootstrap/lib/_alerts.scss */
.alert-danger, #carrier_wizard .wizard_error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48; }
/* line 365, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-danger hr, #carrier_wizard .wizard_error hr {
border-top-color: #e6c1c7; }
/* line 368, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.alert-danger .alert-link, #carrier_wizard .wizard_error .alert-link {
color: #953b39; }
@-webkit-keyframes progress-bar-stripes {
/* line 11, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
from {
background-position: 40px 0; }
/* line 12, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
to {
background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
/* line 17, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
from {
background-position: 40px 0; }
/* line 18, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
to {
background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
/* line 23, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
from {
background-position: 0 0; }
/* line 24, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
to {
background-position: 40px 0; } }
@keyframes progress-bar-stripes {
/* line 29, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
from {
background-position: 40px 0; }
/* line 30, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
to {
background-position: 0 0; } }
/* line 39, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress {
overflow: hidden;
height: 17px;
margin-bottom: 17px;
background-color: whitesmoke;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
/* line 49, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 11px;
color: white;
text-align: center;
background-color: #1ba6e5;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease; }
/* line 62, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-striped .progress-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px; }
/* line 68, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; }
/* line 81, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-success {
background-color: #5cb85c; }
/* line 503, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-success {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
/* line 85, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-info {
background-color: #5bc0de; }
/* line 503, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-info {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
/* line 89, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-warning {
background-color: #f0ad4e; }
/* line 503, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-warning {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
/* line 93, ../bower_components/sass-bootstrap/lib/_progress-bars.scss */
.progress-bar-danger {
background-color: #d9534f; }
/* line 503, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.progress-striped .progress-bar-danger {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
/* line 11, ../bower_components/sass-bootstrap/lib/_media.scss */
.media, .media-body {
overflow: hidden;
zoom: 1; }
/* line 18, ../bower_components/sass-bootstrap/lib/_media.scss */
.media, .media .media {
margin-top: 15px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_media.scss */
.media:first-child {
margin-top: 0; }
/* line 26, ../bower_components/sass-bootstrap/lib/_media.scss */
.media-object {
display: block; }
/* line 31, ../bower_components/sass-bootstrap/lib/_media.scss */
.media-heading {
margin: 0 0 5px; }
/* line 40, ../bower_components/sass-bootstrap/lib/_media.scss */
.media > .pull-left, .page-head .media > h2.page-title {
margin-right: 10px; }
/* line 43, ../bower_components/sass-bootstrap/lib/_media.scss */
.media > .pull-right, #content h3:not(.modal-title) .media > .panel-heading-action, #content .panel-heading .media > .panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .media > .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .media > .panel-heading-action {
margin-left: 10px; }
/* line 53, ../bower_components/sass-bootstrap/lib/_media.scss */
.media-list {
padding-left: 0;
list-style: none; }
/* line 8, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group, #dashboard .data_list {
margin-bottom: 20px;
padding-left: 0; }
/* line 17, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item, #dashboard .data_list li {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: white;
border: 1px solid #dddddd; }
/* line 27, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item:first-child, #dashboard .data_list li:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
/* line 30, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item:last-child, #dashboard .data_list li:last-child {
margin-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
/* line 36, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item > .badge, #dashboard .data_list li > .badge, #header_notifs_icon_wrapper .list-group-item > .notifs_badge, #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge, #header_notifs_icon_wrapper #dashboard .data_list li > .notifs_badge {
float: right; }
/* line 39, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item > .badge + .badge, #dashboard .data_list li > .badge + .badge, #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .badge, #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .badge, #header_notifs_icon_wrapper #dashboard .data_list li > .notifs_badge + .badge, #header_notifs_icon_wrapper .list-group-item > .badge + .notifs_badge, #dashboard .data_list #header_notifs_icon_wrapper li > .badge + .notifs_badge, #header_notifs_icon_wrapper #dashboard .data_list li > .badge + .notifs_badge, #header_notifs_icon_wrapper .list-group-item > .notifs_badge + .notifs_badge, #dashboard .data_list #header_notifs_icon_wrapper li > .notifs_badge + .notifs_badge, #header_notifs_icon_wrapper #dashboard .data_list li > .notifs_badge + .notifs_badge {
margin-right: 5px; }
/* line 46, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item.active, #dashboard .data_list li.active, .list-group-item.active:hover, #dashboard .data_list li.active:hover, .list-group-item.active:focus, #dashboard .data_list li.active:focus {
z-index: 2;
color: white;
background-color: #1ba6e5;
border-color: #1ba6e5; }
/* line 53, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item.active .list-group-item-heading, #dashboard .data_list li.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, #dashboard .data_list li.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, #dashboard .data_list li.active:focus .list-group-item-heading {
color: inherit; }
/* line 56, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item.active .list-group-item-text, #dashboard .data_list li.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, #dashboard .data_list li.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text, #dashboard .data_list li.active:focus .list-group-item-text {
color: #d2edfa; }
/* line 63, ../bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item {
color: #555555; }
/* line 66, ../bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item .list-group-item-heading {
color: #333333; }
/* line 72, ../bower_components/sass-bootstrap/lib/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
text-decoration: none;
background-color: whitesmoke; }
/* line 81, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px; }
/* line 85, ../bower_components/sass-bootstrap/lib/_list-group.scss */
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3; }
/* line 7, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel, #header_notifs_icon_wrapper .notifs_panel, #dash_version {
margin-bottom: 17px;
background-color: white;
border: 1px solid transparent;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
/* line 16, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-body {
padding: 15px; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-body:before, .panel-body:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-body:after {
clear: both; }
/* line 28, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group, #header_notifs_icon_wrapper .notifs_panel > .list-group, #dash_version > .list-group, #dashboard .panel > .data_list, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list, #dashboard #dash_version > .data_list {
margin-bottom: 0; }
/* line 31, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group .list-group-item, #header_notifs_icon_wrapper .notifs_panel > .list-group .list-group-item, #dash_version > .list-group .list-group-item, #dashboard .panel > .data_list .list-group-item, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list .list-group-item, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list .list-group-item, #dashboard #dash_version > .data_list .list-group-item, .panel > .list-group #dashboard .data_list li, #dashboard .data_list .panel > .list-group li, #header_notifs_icon_wrapper .notifs_panel > .list-group #dashboard .data_list li, #dashboard .data_list #header_notifs_icon_wrapper .notifs_panel > .list-group li, #dash_version > .list-group #dashboard .data_list li, #dashboard .data_list #dash_version > .list-group li, #dashboard .panel > .data_list li, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list li, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list li, #dashboard #dash_version > .data_list li {
border-width: 1px 0; }
/* line 35, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group .list-group-item:first-child, #header_notifs_icon_wrapper .notifs_panel > .list-group .list-group-item:first-child, #dash_version > .list-group .list-group-item:first-child, #dashboard .panel > .data_list .list-group-item:first-child, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list .list-group-item:first-child, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list .list-group-item:first-child, #dashboard #dash_version > .data_list .list-group-item:first-child, .panel > .list-group #dashboard .data_list li:first-child, #dashboard .data_list .panel > .list-group li:first-child, #header_notifs_icon_wrapper .notifs_panel > .list-group #dashboard .data_list li:first-child, #dashboard .data_list #header_notifs_icon_wrapper .notifs_panel > .list-group li:first-child, #dash_version > .list-group #dashboard .data_list li:first-child, #dashboard .data_list #dash_version > .list-group li:first-child, #dashboard .panel > .data_list li:first-child, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list li:first-child, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list li:first-child, #dashboard #dash_version > .data_list li:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
/* line 39, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .list-group .list-group-item:last-child, #header_notifs_icon_wrapper .notifs_panel > .list-group .list-group-item:last-child, #dash_version > .list-group .list-group-item:last-child, #dashboard .panel > .data_list .list-group-item:last-child, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list .list-group-item:last-child, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list .list-group-item:last-child, #dashboard #dash_version > .data_list .list-group-item:last-child, .panel > .list-group #dashboard .data_list li:last-child, #dashboard .data_list .panel > .list-group li:last-child, #header_notifs_icon_wrapper .notifs_panel > .list-group #dashboard .data_list li:last-child, #dashboard .data_list #header_notifs_icon_wrapper .notifs_panel > .list-group li:last-child, #dash_version > .list-group #dashboard .data_list li:last-child, #dashboard .data_list #dash_version > .list-group li:last-child, #dashboard .panel > .data_list li:last-child, #header_notifs_icon_wrapper #dashboard .notifs_panel > .data_list li:last-child, #dashboard #header_notifs_icon_wrapper .notifs_panel > .data_list li:last-child, #dashboard #dash_version > .data_list li:last-child {
border-bottom: 0; }
/* line 47, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header + .list-group .list-group-item:first-child, #dashboard .panel-heading + .data_list .list-group-item:first-child, #header_notifs_icon_wrapper .notifs_panel #dashboard .notifs_panel_header + .data_list .list-group-item:first-child, #dashboard #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header + .data_list .list-group-item:first-child, .panel-heading + .list-group #dashboard .data_list li:first-child, #dashboard .data_list .panel-heading + .list-group li:first-child, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header + .list-group #dashboard .data_list li:first-child, #dashboard .data_list #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header + .list-group li:first-child, #dashboard .panel-heading + .data_list li:first-child, #header_notifs_icon_wrapper .notifs_panel #dashboard .notifs_panel_header + .data_list li:first-child, #dashboard #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header + .data_list li:first-child {
border-top-width: 0; }
/* line 59, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .table, #header_notifs_icon_wrapper .notifs_panel > .table, #dash_version > .table {
margin-bottom: 0; }
/* line 62, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel > .panel-body + .table, #header_notifs_icon_wrapper .notifs_panel > .panel-body + .table, #dash_version > .panel-body + .table {
border-top: 1px solid #dddddd; }
/* line 69, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-heading, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 2px;
border-top-left-radius: 2px; }
/* line 76, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 14px; }
/* line 80, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-title > a {
color: inherit; }
/* line 86, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-footer, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_footer {
padding: 10px 15px;
background-color: whitesmoke;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
/* line 101, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel, .panel-group #header_notifs_icon_wrapper .notifs_panel, #header_notifs_icon_wrapper .panel-group .notifs_panel, .panel-group #dash_version {
margin-bottom: 0;
border-radius: 3px;
overflow: hidden; }
/* line 105, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel + .panel, .panel-group #header_notifs_icon_wrapper .notifs_panel + .panel, #header_notifs_icon_wrapper .panel-group .notifs_panel + .panel, .panel-group #dash_version + .panel, .panel-group #header_notifs_icon_wrapper .panel + .notifs_panel, #header_notifs_icon_wrapper .panel-group .panel + .notifs_panel, .panel-group #header_notifs_icon_wrapper .notifs_panel + .notifs_panel, #header_notifs_icon_wrapper .panel-group .notifs_panel + .notifs_panel, .panel-group #header_notifs_icon_wrapper #dash_version + .notifs_panel, #header_notifs_icon_wrapper .panel-group #dash_version + .notifs_panel, .panel-group .panel + #dash_version, .panel-group #header_notifs_icon_wrapper .notifs_panel + #dash_version, #header_notifs_icon_wrapper .panel-group .notifs_panel + #dash_version, .panel-group #dash_version + #dash_version {
margin-top: 5px; }
/* line 110, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-heading, .panel-group #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel .panel-group .notifs_panel_header {
border-bottom: 0; }
/* line 112, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body, .panel-group #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-group .notifs_panel_header + .panel-collapse .panel-body {
border-top: 1px solid #dddddd; }
/* line 116, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-footer, .panel-group #header_notifs_icon_wrapper .notifs_panel .notifs_panel_footer, #header_notifs_icon_wrapper .notifs_panel .panel-group .notifs_panel_footer {
border-top: 0; }
/* line 118, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group #header_notifs_icon_wrapper .notifs_panel .notifs_panel_footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-group .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd; }
/* line 131, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-default, #header_notifs_icon_wrapper .notifs_panel {
border-color: #dddddd; }
/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-heading, #header_notifs_icon_wrapper .notifs_panel > .panel-heading, #header_notifs_icon_wrapper .notifs_panel .panel-default > .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel > .notifs_panel_header {
color: #333333;
background-color: whitesmoke;
border-color: #dddddd; }
/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-default > .notifs_panel_header + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel > .notifs_panel_header + .panel-collapse .panel-body {
border-top-color: #dddddd; }
/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-default > .notifs_panel_footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel > .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd; }
/* line 134, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-primary {
border-color: #1ba6e5; }
/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-heading, #header_notifs_icon_wrapper .notifs_panel .panel-primary > .notifs_panel_header {
color: white;
background-color: #1ba6e5;
border-color: #1ba6e5; }
/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-primary > .notifs_panel_header + .panel-collapse .panel-body {
border-top-color: #1ba6e5; }
/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-primary > .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom-color: #1ba6e5; }
/* line 137, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-success {
border-color: #d6e9c6; }
/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-heading, #header_notifs_icon_wrapper .notifs_panel .panel-success > .notifs_panel_header {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6; }
/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-success > .notifs_panel_header + .panel-collapse .panel-body {
border-top-color: #d6e9c6; }
/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-success > .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6; }
/* line 140, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-warning {
border-color: #fbeed5; }
/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-heading, #header_notifs_icon_wrapper .notifs_panel .panel-warning > .notifs_panel_header {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5; }
/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-warning > .notifs_panel_header + .panel-collapse .panel-body {
border-top-color: #fbeed5; }
/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-warning > .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom-color: #fbeed5; }
/* line 143, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-danger {
border-color: #eed3d7; }
/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-heading, #header_notifs_icon_wrapper .notifs_panel .panel-danger > .notifs_panel_header {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7; }
/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-danger > .notifs_panel_header + .panel-collapse .panel-body {
border-top-color: #eed3d7; }
/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-danger > .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom-color: #eed3d7; }
/* line 146, ../bower_components/sass-bootstrap/lib/_panels.scss */
.panel-info {
border-color: #bce8f1; }
/* line 344, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-heading, #header_notifs_icon_wrapper .notifs_panel .panel-info > .notifs_panel_header {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1; }
/* line 348, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-info > .notifs_panel_header + .panel-collapse .panel-body {
border-top-color: #bce8f1; }
/* line 353, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body, #header_notifs_icon_wrapper .notifs_panel .panel-info > .notifs_panel_footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1; }
/* line 7, ../bower_components/sass-bootstrap/lib/_wells.scss */
.well, .hook_panel {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #ebebeb;
border: 1px solid #d9d9d9;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
/* line 15, ../bower_components/sass-bootstrap/lib/_wells.scss */
.well blockquote, .hook_panel blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); }
/* line 22, ../bower_components/sass-bootstrap/lib/_wells.scss */
.well-lg {
padding: 24px;
border-radius: 6px; }
/* line 26, ../bower_components/sass-bootstrap/lib/_wells.scss */
.well-sm {
padding: 9px;
border-radius: 3px; }
/* line 6, ../bower_components/sass-bootstrap/lib/_close.scss */
.close {
float: right;
font-size: 18px;
font-weight: bold;
line-height: 1;
color: black;
text-shadow: 0 1px 0 white;
opacity: 0.2;
filter: alpha(opacity=20); }
/* line 16, ../bower_components/sass-bootstrap/lib/_close.scss */
.close:hover, .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
/* line 27, ../bower_components/sass-bootstrap/lib/_close.scss */
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
/* line 11, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-open {
overflow: hidden; }
/* line 18, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-open .navbar-fixed-top, .modal-open #header_infos, .modal-open .navbar-fixed-bottom {
margin-right: 15px; }
/* line 23, ../bower_components/sass-bootstrap/lib/_modals.scss */
body.modal-open {
margin-right: 15px; }
/* line 28, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040; }
/* line 40, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out; }
/* line 44, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
/* line 48, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-dialog {
margin-left: auto;
margin-right: auto;
width: auto;
padding: 10px;
z-index: 1050; }
/* line 57, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-content {
position: relative;
background-color: white;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none; }
/* line 70, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
background-color: black; }
/* line 79, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0); }
/* line 80, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); }
/* line 85, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857px; }
/* line 91, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-header .close {
margin-top: -2px; }
/* line 96, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-title {
margin: 0;
line-height: 1.42857; }
/* line 103, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-body {
position: relative;
padding: 20px; }
/* line 109, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5; }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.modal-footer:before, .modal-footer:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.modal-footer:after {
clear: both; }
/* line 117, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0; }
/* line 122, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn-group .btn + .btn {
margin-left: -1px; }
/* line 126, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
@media screen and (min-width: 768px) {
/* line 134, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-dialog {
left: 50%;
right: auto;
width: 600px;
padding-top: 30px;
padding-bottom: 30px; }
/* line 141, ../bower_components/sass-bootstrap/lib/_modals.scss */
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
/* line 7, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0); }
/* line 16, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90); }
/* line 17, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top {
margin-top: -3px;
padding: 5px 0; }
/* line 18, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.right {
margin-left: 3px;
padding: 0 5px; }
/* line 19, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0; }
/* line 20, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.left {
margin-left: -3px;
padding: 0 5px; }
/* line 24, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: white;
text-align: center;
text-decoration: none;
background-color: black;
border-radius: 3px; }
/* line 35, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
/* line 43, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: black; }
/* line 50, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: black; }
/* line 56, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: black; }
/* line 62, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: black; }
/* line 69, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: black; }
/* line 76, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: black; }
/* line 83, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: black; }
/* line 89, ../bower_components/sass-bootstrap/lib/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: black; }
/* line 6, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: white;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal; }
/* line 26, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top {
margin-top: -10px; }
/* line 27, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right {
margin-left: 10px; }
/* line 28, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom {
margin-top: 10px; }
/* line 29, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left {
margin-left: -10px; }
/* line 32, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 12px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; }
/* line 43, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover-content {
padding: 9px 14px; }
/* line 53, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow, .popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
/* line 62, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow {
border-width: 11px; }
/* line 65, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover .arrow:after {
border-width: 10px;
content: ""; }
/* line 71, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px; }
/* line 78, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.top .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: white; }
/* line 86, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25); }
/* line 93, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.right .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: white; }
/* line 101, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px; }
/* line 108, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.bottom .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: white; }
/* line 117, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); }
/* line 124, ../bower_components/sass-bootstrap/lib/_popovers.scss */
.popover.left .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: white;
bottom: -10px; }
/* line 7, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel {
position: relative; }
/* line 11, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%; }
/* line 16, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
/* line 23, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
/* line 31, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
display: block; }
/* line 33, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active {
left: 0; }
/* line 38, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next, .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
/* line 44, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next {
left: 100%; }
/* line 47, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .prev {
left: -100%; }
/* line 51, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
left: 0; }
/* line 55, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active.left {
left: -100%; }
/* line 58, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-inner > .active.right {
left: 100%; }
/* line 67, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: white;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
/* line 82, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control.left {
background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
/* line 85, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
/* line 93, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
color: white;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); }
/* line 103, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block; }
/* line 111, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif; }
/* line 120, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev:before {
content: '\2039'; }
/* line 125, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-next:before {
content: '\203a'; }
/* line 136, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center; }
/* line 147, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid white;
border-radius: 10px;
cursor: pointer; }
/* line 157, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: white; }
/* line 168, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: white;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
/* line 179, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption .btn {
text-shadow: none; }
@media screen and (min-width: 768px) {
/* line 190, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px; }
/* line 199, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
/* line 206, ../bower_components/sass-bootstrap/lib/_carousel.scss */
.carousel-indicators {
bottom: 20px; } }
/* line 21, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:before, .clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
/* line 25, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.clearfix:after {
clear: both; }
/* line 12, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.pull-right, #content h3:not(.modal-title) .panel-heading-action, #content .panel-heading .panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action {
float: right !important; }
/* line 15, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.pull-left, .page-head h2.page-title {
float: left !important; }
/* line 23, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.hide {
display: none !important; }
/* line 26, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.show {
display: block !important; }
/* line 29, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.invisible {
visibility: hidden; }
/* line 32, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
/* line 40, ../bower_components/sass-bootstrap/lib/_utilities.scss */
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
@media screen and (max-width: 400px) {
@-ms-viewport {
width: 320px; } }
/* line 31, ../bower_components/sass-bootstrap/lib/_responsive-utilities.scss */
.hidden {
display: none !important;
visibility: hidden !important; }
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-xs {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-xs {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-xs, td.visible-xs {
display: none !important; }
@media (max-width: 767px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-xs {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-xs {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-xs, td.visible-xs {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-xs.visible-sm {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-xs.visible-sm {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-xs.visible-sm, td.visible-xs.visible-sm {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-xs.visible-md {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-xs.visible-md {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-xs.visible-md, td.visible-xs.visible-md {
display: table-cell !important; } }
@media (min-width: 1200px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-xs.visible-lg {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-xs.visible-lg {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-xs.visible-lg, td.visible-xs.visible-lg {
display: table-cell !important; } }
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-sm {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-sm {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-sm, td.visible-sm {
display: none !important; }
@media (max-width: 767px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-sm.visible-xs {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-sm.visible-xs {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-sm.visible-xs, td.visible-sm.visible-xs {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-sm {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-sm {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-sm, td.visible-sm {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-sm.visible-md {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-sm.visible-md {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-sm.visible-md, td.visible-sm.visible-md {
display: table-cell !important; } }
@media (min-width: 1200px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-sm.visible-lg {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-sm.visible-lg {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-sm.visible-lg, td.visible-sm.visible-lg {
display: table-cell !important; } }
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-md {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-md {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-md, td.visible-md {
display: none !important; }
@media (max-width: 767px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-md.visible-xs {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-md.visible-xs {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-md.visible-xs, td.visible-md.visible-xs {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-md.visible-sm {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-md.visible-sm {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-md.visible-sm, td.visible-md.visible-sm {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-md {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-md {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-md, td.visible-md {
display: table-cell !important; } }
@media (min-width: 1200px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-md.visible-lg {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-md.visible-lg {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-md.visible-lg, td.visible-md.visible-lg {
display: table-cell !important; } }
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-lg {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-lg {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-lg, td.visible-lg {
display: none !important; }
@media (max-width: 767px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-lg.visible-xs {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-lg.visible-xs {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-lg.visible-xs, td.visible-lg.visible-xs {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-lg.visible-sm {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-lg.visible-sm {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-lg.visible-sm, td.visible-lg.visible-sm {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-lg.visible-md {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-lg.visible-md {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-lg.visible-md, td.visible-lg.visible-md {
display: table-cell !important; } }
@media (min-width: 1200px) {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-lg {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-lg {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-lg, td.visible-lg {
display: table-cell !important; } }
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-xs, #header_notifs_icon_wrapper {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-xs, tr#header_notifs_icon_wrapper {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-xs, th#header_notifs_icon_wrapper, td.hidden-xs, td#header_notifs_icon_wrapper {
display: table-cell !important; }
@media (max-width: 767px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-xs, #header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-xs, tr#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-xs, th#header_notifs_icon_wrapper, td.hidden-xs, td#header_notifs_icon_wrapper {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-xs.hidden-sm, .hidden-sm#header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-xs.hidden-sm, tr.hidden-sm#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-xs.hidden-sm, th.hidden-sm#header_notifs_icon_wrapper, td.hidden-xs.hidden-sm, td.hidden-sm#header_notifs_icon_wrapper {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-xs.hidden-md, .hidden-md#header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-xs.hidden-md, tr.hidden-md#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-xs.hidden-md, th.hidden-md#header_notifs_icon_wrapper, td.hidden-xs.hidden-md, td.hidden-md#header_notifs_icon_wrapper {
display: none !important; } }
@media (min-width: 1200px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-xs.hidden-lg, .hidden-lg#header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-xs.hidden-lg, tr.hidden-lg#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-xs.hidden-lg, th.hidden-lg#header_notifs_icon_wrapper, td.hidden-xs.hidden-lg, td.hidden-lg#header_notifs_icon_wrapper {
display: none !important; } }
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-sm {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-sm {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-sm, td.hidden-sm {
display: table-cell !important; }
@media (max-width: 767px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-sm.hidden-xs, .hidden-sm#header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-sm.hidden-xs, tr.hidden-sm#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-sm.hidden-xs, th.hidden-sm#header_notifs_icon_wrapper, td.hidden-sm.hidden-xs, td.hidden-sm#header_notifs_icon_wrapper {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-sm {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-sm {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-sm, td.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-sm.hidden-md {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-sm.hidden-md {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-sm.hidden-lg {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-sm.hidden-lg {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
display: none !important; } }
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-md {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-md {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-md, td.hidden-md {
display: table-cell !important; }
@media (max-width: 767px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-md.hidden-xs, .hidden-md#header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-md.hidden-xs, tr.hidden-md#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-md.hidden-xs, th.hidden-md#header_notifs_icon_wrapper, td.hidden-md.hidden-xs, td.hidden-md#header_notifs_icon_wrapper {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-md.hidden-sm {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-md.hidden-sm {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-md {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-md {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-md, td.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-md.hidden-lg {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-md.hidden-lg {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
display: none !important; } }
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-lg {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-lg {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-lg, td.hidden-lg {
display: table-cell !important; }
@media (max-width: 767px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-lg.hidden-xs, .hidden-lg#header_notifs_icon_wrapper {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-lg.hidden-xs, tr.hidden-lg#header_notifs_icon_wrapper {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-lg.hidden-xs, th.hidden-lg#header_notifs_icon_wrapper, td.hidden-lg.hidden-xs, td.hidden-lg#header_notifs_icon_wrapper {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-lg.hidden-sm {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-lg.hidden-sm {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-lg.hidden-md {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-lg.hidden-md {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-lg {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-lg {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-lg, td.hidden-lg {
display: none !important; } }
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-print {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-print {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-print, td.visible-print {
display: none !important; }
@media print {
/* line 513, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.visible-print {
display: block !important; }
/* line 514, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.visible-print {
display: table-row !important; }
/* line 516, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.visible-print, td.visible-print {
display: table-cell !important; }
/* line 520, ../bower_components/sass-bootstrap/lib/_mixins.scss */
.hidden-print {
display: none !important; }
/* line 521, ../bower_components/sass-bootstrap/lib/_mixins.scss */
tr.hidden-print {
display: none !important; }
/* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */
th.hidden-print, td.hidden-print {
display: none !important; } }
/*
* Font Awesome 3.2.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at http://fontawesome.io. Stay up to date on Twitter at
* http://twitter.com/fontawesome.
*
* License
* ------------------------------------------------------------------------------
* - The Font Awesome font is licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/byscuits
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("../font/fontawesome-webfont.eot?v=3.2.1");
src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
font-weight: normal;
font-style: normal; }
/* FONT AWESOME CORE
* -------------------------- */
/* line 38, admin-theme/_font-awesome.scss */
[class^="icon-"], [class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; }
/* line 47, admin-theme/_font-awesome.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none; }
/* makes the font 33% larger relative to the icon container */
/* line 53, admin-theme/_font-awesome.scss */
.icon-large:before {
vertical-align: -10%;
font-size: 1.3333333333333333em; }
/* makes sure icons active on rollover in links */
/* line 59, admin-theme/_font-awesome.scss */
a [class^="icon-"], a [class*=" icon-"] {
display: inline; }
/* increased font size for icon-large */
/* line 64, admin-theme/_font-awesome.scss */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
display: inline-block;
width: 1.1428571428571428em;
text-align: right;
padding-right: 0.2857142857142857em; }
/* line 71, admin-theme/_font-awesome.scss */
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
width: 1.4285714285714286em; }
/* line 74, admin-theme/_font-awesome.scss */
.icons-ul {
margin-left: 2.142857142857143em;
list-style-type: none; }
/* line 78, admin-theme/_font-awesome.scss */
.icons-ul > li {
position: relative; }
/* line 81, admin-theme/_font-awesome.scss */
.icons-ul .icon-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
text-align: center;
line-height: inherit; }
/* line 89, admin-theme/_font-awesome.scss */
[class^="icon-"].hide, [class*=" icon-"].hide {
display: none; }
/* line 92, admin-theme/_font-awesome.scss */
.icon-muted {
color: #eeeeee; }
/* line 95, admin-theme/_font-awesome.scss */
.icon-light {
color: #ffffff; }
/* line 98, admin-theme/_font-awesome.scss */
.icon-dark {
color: #333333; }
/* line 101, admin-theme/_font-awesome.scss */
.icon-border {
border: solid 1px #eeeeee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
/* line 108, admin-theme/_font-awesome.scss */
.icon-2x {
font-size: 2em; }
/* line 111, admin-theme/_font-awesome.scss */
.icon-2x.icon-border {
border-width: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
/* line 117, admin-theme/_font-awesome.scss */
.icon-3x {
font-size: 3em; }
/* line 120, admin-theme/_font-awesome.scss */
.icon-3x.icon-border {
border-width: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
/* line 126, admin-theme/_font-awesome.scss */
.icon-4x {
font-size: 4em; }
/* line 129, admin-theme/_font-awesome.scss */
.icon-4x.icon-border {
border-width: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
/* line 135, admin-theme/_font-awesome.scss */
.icon-5x {
font-size: 5em; }
/* line 138, admin-theme/_font-awesome.scss */
.icon-5x.icon-border {
border-width: 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; }
/* line 144, admin-theme/_font-awesome.scss */
.pull-right, #content h3:not(.modal-title) .panel-heading-action, #content .panel-heading .panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action {
float: right; }
/* line 147, admin-theme/_font-awesome.scss */
.pull-left, .page-head h2.page-title {
float: left; }
/* line 151, admin-theme/_font-awesome.scss */
[class^="icon-"].pull-left, .page-head h2[class^="icon-"].page-title, [class*=" icon-"].pull-left, .page-head h2[class*=" icon-"].page-title {
margin-right: .3em; }
/* line 155, admin-theme/_font-awesome.scss */
[class^="icon-"].pull-right, #content h3:not(.modal-title) [class^="icon-"].panel-heading-action, #content .panel-heading [class^="icon-"].panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class^="icon-"].panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class^="icon-"].panel-heading-action, [class*=" icon-"].pull-right, #content h3:not(.modal-title) [class*=" icon-"].panel-heading-action, #content .panel-heading [class*=" icon-"].panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class*=" icon-"].panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class*=" icon-"].panel-heading-action {
margin-left: .3em; }
/* BOOTSTRAP SPECIFIC CLASSES
* -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 162, admin-theme/_font-awesome.scss */
[class^="icon-"], [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0; }
/* more sprites.less reset */
/* line 186, admin-theme/_font-awesome.scss */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], #header_infos .nav > .active > a > [class^="icon-"], .navbar-inverse #header_notifs_icon_wrapper > .active > a > [class^="icon-"], #header_infos #header_notifs_icon_wrapper > .active > a > [class^="icon-"], .navbar-inverse #header_employee_box > .active > a > [class^="icon-"], #header_infos #header_employee_box > .active > a > [class^="icon-"], .navbar-inverse #header_quick > .active > a > [class^="icon-"], #header_infos #header_quick > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], #header_infos .nav > .active > a > [class*=" icon-"], .navbar-inverse #header_notifs_icon_wrapper > .active > a > [class*=" icon-"], #header_infos #header_notifs_icon_wrapper > .active > a > [class*=" icon-"], .navbar-inverse #header_employee_box > .active > a > [class*=" icon-"], #header_infos #header_employee_box > .active > a > [class*=" icon-"], .navbar-inverse #header_quick > .active > a > [class*=" icon-"], #header_infos #header_quick > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: none; }
/* keeps Bootstrap styles with and without icons the same */
/* line 193, admin-theme/_font-awesome.scss */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, #header_notifs_icon_wrapper [class^="icon-"].icon-large, #header_employee_box [class^="icon-"].icon-large, #header_quick [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large, #header_notifs_icon_wrapper [class*=" icon-"].icon-large, #header_employee_box [class*=" icon-"].icon-large, #header_quick [class*=" icon-"].icon-large {
line-height: .9em; }
/* line 199, admin-theme/_font-awesome.scss */
.btn [class^="icon-"].icon-spin, .btn #dashboard .loading [class^="icon-"].data_value:before, #dashboard .loading .btn [class^="icon-"].data_value:before, .nav [class^="icon-"].icon-spin, #header_notifs_icon_wrapper [class^="icon-"].icon-spin, #header_employee_box [class^="icon-"].icon-spin, #header_quick [class^="icon-"].icon-spin, .nav #dashboard .loading [class^="icon-"].data_value:before, #dashboard .loading .nav [class^="icon-"].data_value:before, #header_notifs_icon_wrapper #dashboard .loading [class^="icon-"].data_value:before, #dashboard .loading #header_notifs_icon_wrapper [class^="icon-"].data_value:before, #header_employee_box #dashboard .loading [class^="icon-"].data_value:before, #dashboard .loading #header_employee_box [class^="icon-"].data_value:before, #header_quick #dashboard .loading [class^="icon-"].data_value:before, #dashboard .loading #header_quick [class^="icon-"].data_value:before, .btn [class*=" icon-"].icon-spin, .btn #dashboard .loading [class*=" icon-"].data_value:before, #dashboard .loading .btn [class*=" icon-"].data_value:before, .nav [class*=" icon-"].icon-spin, #header_notifs_icon_wrapper [class*=" icon-"].icon-spin, #header_employee_box [class*=" icon-"].icon-spin, #header_quick [class*=" icon-"].icon-spin, .nav #dashboard .loading [class*=" icon-"].data_value:before, #dashboard .loading .nav [class*=" icon-"].data_value:before, #header_notifs_icon_wrapper #dashboard .loading [class*=" icon-"].data_value:before, #dashboard .loading #header_notifs_icon_wrapper [class*=" icon-"].data_value:before, #header_employee_box #dashboard .loading [class*=" icon-"].data_value:before, #dashboard .loading #header_employee_box [class*=" icon-"].data_value:before, #header_quick #dashboard .loading [class*=" icon-"].data_value:before, #dashboard .loading #header_quick [class*=" icon-"].data_value:before {
display: inline-block; }
/* line 209, admin-theme/_font-awesome.scss */
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
line-height: .9em; }
/* line 215, admin-theme/_font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn .page-head h2[class^="icon-"].icon-2x.page-title, .page-head .btn h2[class^="icon-"].icon-2x.page-title, .btn [class*=" icon-"].pull-left.icon-2x, .btn .page-head h2[class*=" icon-"].icon-2x.page-title, .page-head .btn h2[class*=" icon-"].icon-2x.page-title, .btn [class^="icon-"].pull-right.icon-2x, .btn #content h3:not(.modal-title) [class^="icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn [class^="icon-"].icon-2x.panel-heading-action, .btn #content .panel-heading [class^="icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn [class^="icon-"].icon-2x.panel-heading-action, .btn #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn [class^="icon-"].icon-2x.panel-heading-action, .btn #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn [class^="icon-"].icon-2x.panel-heading-action, .btn [class*=" icon-"].pull-right.icon-2x, .btn #content h3:not(.modal-title) [class*=" icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn [class*=" icon-"].icon-2x.panel-heading-action, .btn #content .panel-heading [class*=" icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn [class*=" icon-"].icon-2x.panel-heading-action, .btn #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn [class*=" icon-"].icon-2x.panel-heading-action, .btn #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn [class*=" icon-"].icon-2x.panel-heading-action {
margin-top: .18em; }
/* line 219, admin-theme/_font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large, .btn #dashboard .loading [class^="icon-"].icon-large.data_value:before, #dashboard .loading .btn [class^="icon-"].icon-large.data_value:before, .btn [class*=" icon-"].icon-spin.icon-large, .btn #dashboard .loading [class*=" icon-"].icon-large.data_value:before, #dashboard .loading .btn [class*=" icon-"].icon-large.data_value:before {
line-height: .8em; }
/* line 225, admin-theme/_font-awesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small .page-head h2[class^="icon-"].icon-2x.page-title, .page-head .btn.btn-small h2[class^="icon-"].icon-2x.page-title, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small .page-head h2[class*=" icon-"].icon-2x.page-title, .page-head .btn.btn-small h2[class*=" icon-"].icon-2x.page-title, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small #content h3:not(.modal-title) [class^="icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn.btn-small [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-small #content .panel-heading [class^="icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn.btn-small [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-small #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn.btn-small [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-small #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn.btn-small [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-small [class*=" icon-"].pull-right.icon-2x, .btn.btn-small #content h3:not(.modal-title) [class*=" icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn.btn-small [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-small #content .panel-heading [class*=" icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn.btn-small [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-small #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn.btn-small [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-small #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn.btn-small [class*=" icon-"].icon-2x.panel-heading-action {
margin-top: .25em; }
/* line 229, admin-theme/_font-awesome.scss */
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
margin-top: 0; }
/* line 235, admin-theme/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large .page-head h2[class^="icon-"].icon-2x.page-title, .page-head .btn.btn-large h2[class^="icon-"].icon-2x.page-title, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large .page-head h2[class*=" icon-"].icon-2x.page-title, .page-head .btn.btn-large h2[class*=" icon-"].icon-2x.page-title, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large #content h3:not(.modal-title) [class^="icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large #content .panel-heading [class^="icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .btn.btn-large #content h3:not(.modal-title) [class*=" icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-large #content .panel-heading [class*=" icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-large #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-large #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action {
margin-top: .05em; }
/* line 239, admin-theme/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large .page-head h2[class^="icon-"].icon-2x.page-title, .page-head .btn.btn-large h2[class^="icon-"].icon-2x.page-title, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large .page-head h2[class*=" icon-"].icon-2x.page-title, .page-head .btn.btn-large h2[class*=" icon-"].icon-2x.page-title {
margin-right: .2em; }
/* line 243, admin-theme/_font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large #content h3:not(.modal-title) [class^="icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large #content .panel-heading [class^="icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class^="icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn.btn-large [class^="icon-"].icon-2x.panel-heading-action, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .btn.btn-large #content h3:not(.modal-title) [class*=" icon-"].icon-2x.panel-heading-action, #content h3:not(.modal-title) .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-large #content .panel-heading [class*=" icon-"].icon-2x.panel-heading-action, #content .panel-heading .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-large #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action, .btn.btn-large #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header [class*=" icon-"].icon-2x.panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .btn.btn-large [class*=" icon-"].icon-2x.panel-heading-action {
margin-left: .2em; }
/* Fixes alignment in nav lists */
/* line 248, admin-theme/_font-awesome.scss */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
line-height: inherit; }
/* EXTRAS
* -------------------------- */
/* Stacked and layered icon */
/* line 254, admin-theme/_font-awesome.scss */
.icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: -35%; }
/* line 263, admin-theme/_font-awesome.scss */
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
display: block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
font-size: 1em;
line-height: inherit;
*line-height: 2em; }
/* line 273, admin-theme/_font-awesome.scss */
.icon-stack .icon-stack-base {
font-size: 2em;
*line-height: 1em; }
/* Animated rotating icon */
/* line 278, admin-theme/_font-awesome.scss */
.icon-spin, #dashboard .loading .data_value:before {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
/* Prevent stack and spinners from being taken inline when inside a link */
/* line 287, admin-theme/_font-awesome.scss */
a .icon-stack, a .icon-spin, a #dashboard .loading .data_value:before, #dashboard .loading a .data_value:before {
display: inline-block;
text-decoration: none; }
@-moz-keyframes spin {
/* line 292, admin-theme/_font-awesome.scss */
0% {
-moz-transform: rotate(0deg); }
/* line 295, admin-theme/_font-awesome.scss */
100% {
-moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
/* line 300, admin-theme/_font-awesome.scss */
0% {
-webkit-transform: rotate(0deg); }
/* line 303, admin-theme/_font-awesome.scss */
100% {
-webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
/* line 308, admin-theme/_font-awesome.scss */
0% {
-o-transform: rotate(0deg); }
/* line 311, admin-theme/_font-awesome.scss */
100% {
-o-transform: rotate(359deg); } }
@-ms-keyframes spin {
/* line 316, admin-theme/_font-awesome.scss */
0% {
-ms-transform: rotate(0deg); }
/* line 319, admin-theme/_font-awesome.scss */
100% {
-ms-transform: rotate(359deg); } }
@keyframes spin {
/* line 324, admin-theme/_font-awesome.scss */
0% {
transform: rotate(0deg); }
/* line 327, admin-theme/_font-awesome.scss */
100% {
transform: rotate(359deg); } }
/* Icon rotations and mirroring */
/* line 332, admin-theme/_font-awesome.scss */
.icon-rotate-90:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
/* line 340, admin-theme/_font-awesome.scss */
.icon-rotate-180:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
/* line 348, admin-theme/_font-awesome.scss */
.icon-rotate-270:before {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
/* line 356, admin-theme/_font-awesome.scss */
.icon-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1); }
/* line 363, admin-theme/_font-awesome.scss */
.icon-flip-vertical:before {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1); }
/* ensure rotation occurs inside anchor tags */
/* line 375, admin-theme/_font-awesome.scss */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
display: inline-block; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 380, admin-theme/_font-awesome.scss */
.icon-glass:before {
content: "\f000"; }
/* line 383, admin-theme/_font-awesome.scss */
.icon-music:before {
content: "\f001"; }
/* line 386, admin-theme/_font-awesome.scss */
.icon-search:before {
content: "\f002"; }
/* line 389, admin-theme/_font-awesome.scss */
.icon-envelope-alt:before {
content: "\f003"; }
/* line 392, admin-theme/_font-awesome.scss */
.icon-heart:before {
content: "\f004"; }
/* line 395, admin-theme/_font-awesome.scss */
.icon-star:before {
content: "\f005"; }
/* line 398, admin-theme/_font-awesome.scss */
.icon-star-empty:before {
content: "\f006"; }
/* line 401, admin-theme/_font-awesome.scss */
.icon-user:before {
content: "\f007"; }
/* line 404, admin-theme/_font-awesome.scss */
.icon-film:before {
content: "\f008"; }
/* line 407, admin-theme/_font-awesome.scss */
.icon-th-large:before {
content: "\f009"; }
/* line 410, admin-theme/_font-awesome.scss */
.icon-th:before {
content: "\f00a"; }
/* line 413, admin-theme/_font-awesome.scss */
.icon-th-list:before {
content: "\f00b"; }
/* line 416, admin-theme/_font-awesome.scss */
.icon-ok:before {
content: "\f00c"; }
/* line 419, admin-theme/_font-awesome.scss */
.icon-remove:before, .process-icon-cancel:before {
content: "\f00d"; }
/* line 422, admin-theme/_font-awesome.scss */
.icon-zoom-in:before {
content: "\f00e"; }
/* line 425, admin-theme/_font-awesome.scss */
.icon-zoom-out:before {
content: "\f010"; }
/* line 429, admin-theme/_font-awesome.scss */
.icon-power-off:before, .icon-off:before {
content: "\f011"; }
/* line 432, admin-theme/_font-awesome.scss */
.icon-signal:before {
content: "\f012"; }
/* line 436, admin-theme/_font-awesome.scss */
.icon-gear:before, .icon-cog:before, .icon-AdminAdmin:before, .process-icon-configure:before {
content: "\f013"; }
/* line 439, admin-theme/_font-awesome.scss */
.icon-trash:before, .process-icon-delete:before {
content: "\f014"; }
/* line 442, admin-theme/_font-awesome.scss */
.icon-home:before {
content: "\f015"; }
/* line 445, admin-theme/_font-awesome.scss */
.icon-file-alt:before {
content: "\f016"; }
/* line 448, admin-theme/_font-awesome.scss */
.icon-time:before {
content: "\f017"; }
/* line 451, admin-theme/_font-awesome.scss */
.icon-road:before {
content: "\f018"; }
/* line 454, admin-theme/_font-awesome.scss */
.icon-download-alt:before {
content: "\f019"; }
/* line 457, admin-theme/_font-awesome.scss */
.icon-download:before, .process-icon-save-date:before, .process-icon-save-status:before {
content: "\f01a"; }
/* line 460, admin-theme/_font-awesome.scss */
.icon-upload:before {
content: "\f01b"; }
/* line 463, admin-theme/_font-awesome.scss */
.icon-inbox:before {
content: "\f01c"; }
/* line 466, admin-theme/_font-awesome.scss */
.icon-play-circle:before {
content: "\f01d"; }
/* line 470, admin-theme/_font-awesome.scss */
.icon-rotate-right:before, .icon-repeat:before {
content: "\f01e"; }
/* line 473, admin-theme/_font-awesome.scss */
.icon-refresh:before, .process-icon-refresh:before {
content: "\f021"; }
/* line 476, admin-theme/_font-awesome.scss */
.icon-list-alt:before {
content: "\f022"; }
/* line 479, admin-theme/_font-awesome.scss */
.icon-lock:before {
content: "\f023"; }
/* line 482, admin-theme/_font-awesome.scss */
.icon-flag:before {
content: "\f024"; }
/* line 485, admin-theme/_font-awesome.scss */
.icon-headphones:before {
content: "\f025"; }
/* line 488, admin-theme/_font-awesome.scss */
.icon-volume-off:before {
content: "\f026"; }
/* line 491, admin-theme/_font-awesome.scss */
.icon-volume-down:before {
content: "\f027"; }
/* line 494, admin-theme/_font-awesome.scss */
.icon-volume-up:before {
content: "\f028"; }
/* line 497, admin-theme/_font-awesome.scss */
.icon-qrcode:before {
content: "\f029"; }
/* line 500, admin-theme/_font-awesome.scss */
.icon-barcode:before {
content: "\f02a"; }
/* line 503, admin-theme/_font-awesome.scss */
.icon-tag:before {
content: "\f02b"; }
/* line 506, admin-theme/_font-awesome.scss */
.icon-tags:before, .icon-AdminPriceRule:before {
content: "\f02c"; }
/* line 509, admin-theme/_font-awesome.scss */
.icon-book:before, .icon-AdminCatalog:before {
content: "\f02d"; }
/* line 512, admin-theme/_font-awesome.scss */
.icon-bookmark:before {
content: "\f02e"; }
/* line 515, admin-theme/_font-awesome.scss */
.icon-print:before {
content: "\f02f"; }
/* line 518, admin-theme/_font-awesome.scss */
.icon-camera:before {
content: "\f030"; }
/* line 521, admin-theme/_font-awesome.scss */
.icon-font:before {
content: "\f031"; }
/* line 524, admin-theme/_font-awesome.scss */
.icon-bold:before {
content: "\f032"; }
/* line 527, admin-theme/_font-awesome.scss */
.icon-italic:before {
content: "\f033"; }
/* line 530, admin-theme/_font-awesome.scss */
.icon-text-height:before {
content: "\f034"; }
/* line 533, admin-theme/_font-awesome.scss */
.icon-text-width:before {
content: "\f035"; }
/* line 536, admin-theme/_font-awesome.scss */
.icon-align-left:before {
content: "\f036"; }
/* line 539, admin-theme/_font-awesome.scss */
.icon-align-center:before {
content: "\f037"; }
/* line 542, admin-theme/_font-awesome.scss */
.icon-align-right:before {
content: "\f038"; }
/* line 545, admin-theme/_font-awesome.scss */
.icon-align-justify:before {
content: "\f039"; }
/* line 548, admin-theme/_font-awesome.scss */
.icon-list:before {
content: "\f03a"; }
/* line 551, admin-theme/_font-awesome.scss */
.icon-indent-left:before {
content: "\f03b"; }
/* line 554, admin-theme/_font-awesome.scss */
.icon-indent-right:before {
content: "\f03c"; }
/* line 557, admin-theme/_font-awesome.scss */
.icon-facetime-video:before {
content: "\f03d"; }
/* line 560, admin-theme/_font-awesome.scss */
.icon-picture:before {
content: "\f03e"; }
/* line 563, admin-theme/_font-awesome.scss */
.icon-pencil:before {
content: "\f040"; }
/* line 566, admin-theme/_font-awesome.scss */
.icon-map-marker:before {
content: "\f041"; }
/* line 569, admin-theme/_font-awesome.scss */
.icon-adjust:before {
content: "\f042"; }
/* line 572, admin-theme/_font-awesome.scss */
.icon-tint:before {
content: "\f043"; }
/* line 575, admin-theme/_font-awesome.scss */
.icon-edit:before, .process-icon-edit:before {
content: "\f044"; }
/* line 578, admin-theme/_font-awesome.scss */
.icon-share:before {
content: "\f045"; }
/* line 581, admin-theme/_font-awesome.scss */
.icon-check:before {
content: "\f046"; }
/* line 584, admin-theme/_font-awesome.scss */
.icon-move:before {
content: "\f047"; }
/* line 587, admin-theme/_font-awesome.scss */
.icon-step-backward:before {
content: "\f048"; }
/* line 590, admin-theme/_font-awesome.scss */
.icon-fast-backward:before {
content: "\f049"; }
/* line 593, admin-theme/_font-awesome.scss */
.icon-backward:before {
content: "\f04a"; }
/* line 596, admin-theme/_font-awesome.scss */
.icon-play:before {
content: "\f04b"; }
/* line 599, admin-theme/_font-awesome.scss */
.icon-pause:before {
content: "\f04c"; }
/* line 602, admin-theme/_font-awesome.scss */
.icon-stop:before {
content: "\f04d"; }
/* line 605, admin-theme/_font-awesome.scss */
.icon-forward:before {
content: "\f04e"; }
/* line 608, admin-theme/_font-awesome.scss */
.icon-fast-forward:before {
content: "\f050"; }
/* line 611, admin-theme/_font-awesome.scss */
.icon-step-forward:before {
content: "\f051"; }
/* line 614, admin-theme/_font-awesome.scss */
.icon-eject:before {
content: "\f052"; }
/* line 617, admin-theme/_font-awesome.scss */
.icon-chevron-left:before {
content: "\f053"; }
/* line 620, admin-theme/_font-awesome.scss */
.icon-chevron-right:before {
content: "\f054"; }
/* line 623, admin-theme/_font-awesome.scss */
.icon-plus-sign:before, .process-icon-newCombination.toolbar-new:before {
content: "\f055"; }
/* line 626, admin-theme/_font-awesome.scss */
.icon-minus-sign:before, .process-icon-newCombination.toolbar-cancel:before {
content: "\f056"; }
/* line 629, admin-theme/_font-awesome.scss */
.icon-remove-sign:before {
content: "\f057"; }
/* line 632, admin-theme/_font-awesome.scss */
.icon-ok-sign:before {
content: "\f058"; }
/* line 635, admin-theme/_font-awesome.scss */
.icon-question-sign:before, .process-icon-help:before, .process-icon-help-new:before {
content: "\f059"; }
/* line 638, admin-theme/_font-awesome.scss */
.icon-info-sign:before {
content: "\f05a"; }
/* line 641, admin-theme/_font-awesome.scss */
.icon-screenshot:before {
content: "\f05b"; }
/* line 644, admin-theme/_font-awesome.scss */
.icon-remove-circle:before {
content: "\f05c"; }
/* line 647, admin-theme/_font-awesome.scss */
.icon-ok-circle:before {
content: "\f05d"; }
/* line 650, admin-theme/_font-awesome.scss */
.icon-ban-circle:before {
content: "\f05e"; }
/* line 653, admin-theme/_font-awesome.scss */
.icon-arrow-left:before, .process-icon-back:before {
content: "\f060"; }
/* line 656, admin-theme/_font-awesome.scss */
.icon-arrow-right:before {
content: "\f061"; }
/* line 659, admin-theme/_font-awesome.scss */
.icon-arrow-up:before {
content: "\f062"; }
/* line 662, admin-theme/_font-awesome.scss */
.icon-arrow-down:before {
content: "\f063"; }
/* line 666, admin-theme/_font-awesome.scss */
.icon-mail-forward:before, .icon-share-alt:before {
content: "\f064"; }
/* line 669, admin-theme/_font-awesome.scss */
.icon-resize-full:before {
content: "\f065"; }
/* line 672, admin-theme/_font-awesome.scss */
.icon-resize-small:before {
content: "\f066"; }
/* line 675, admin-theme/_font-awesome.scss */
.icon-plus:before, .process-icon-new-module:before {
content: "\f067"; }
/* line 678, admin-theme/_font-awesome.scss */
.icon-minus:before {
content: "\f068"; }
/* line 681, admin-theme/_font-awesome.scss */
.icon-asterisk:before {
content: "\f069"; }
/* line 684, admin-theme/_font-awesome.scss */
.icon-exclamation-sign:before {
content: "\f06a"; }
/* line 687, admin-theme/_font-awesome.scss */
.icon-gift:before {
content: "\f06b"; }
/* line 690, admin-theme/_font-awesome.scss */
.icon-leaf:before {
content: "\f06c"; }
/* line 693, admin-theme/_font-awesome.scss */
.icon-fire:before {
content: "\f06d"; }
/* line 696, admin-theme/_font-awesome.scss */
.icon-eye-open:before, .process-icon-preview:before, .process-icon-previewURL:before {
content: "\f06e"; }
/* line 699, admin-theme/_font-awesome.scss */
.icon-eye-close:before {
content: "\f070"; }
/* line 702, admin-theme/_font-awesome.scss */
.icon-warning-sign:before {
content: "\f071"; }
/* line 705, admin-theme/_font-awesome.scss */
.icon-plane:before {
content: "\f072"; }
/* line 708, admin-theme/_font-awesome.scss */
.icon-calendar:before {
content: "\f073"; }
/* line 711, admin-theme/_font-awesome.scss */
.icon-random:before {
content: "\f074"; }
/* line 714, admin-theme/_font-awesome.scss */
.icon-comment:before {
content: "\f075"; }
/* line 717, admin-theme/_font-awesome.scss */
.icon-magnet:before {
content: "\f076"; }
/* line 720, admin-theme/_font-awesome.scss */
.icon-chevron-up:before {
content: "\f077"; }
/* line 723, admin-theme/_font-awesome.scss */
.icon-chevron-down:before {
content: "\f078"; }
/* line 726, admin-theme/_font-awesome.scss */
.icon-retweet:before {
content: "\f079"; }
/* line 729, admin-theme/_font-awesome.scss */
.icon-shopping-cart:before {
content: "\f07a"; }
/* line 732, admin-theme/_font-awesome.scss */
.icon-folder-close:before {
content: "\f07b"; }
/* line 735, admin-theme/_font-awesome.scss */
.icon-folder-open:before {
content: "\f07c"; }
/* line 738, admin-theme/_font-awesome.scss */
.icon-resize-vertical:before {
content: "\f07d"; }
/* line 741, admin-theme/_font-awesome.scss */
.icon-resize-horizontal:before {
content: "\f07e"; }
/* line 744, admin-theme/_font-awesome.scss */
.icon-bar-chart:before, .icon-AdminParentStats:before, .process-icon-stats:before {
content: "\f080"; }
/* line 747, admin-theme/_font-awesome.scss */
.icon-twitter-sign:before {
content: "\f081"; }
/* line 750, admin-theme/_font-awesome.scss */
.icon-facebook-sign:before {
content: "\f082"; }
/* line 753, admin-theme/_font-awesome.scss */
.icon-camera-retro:before {
content: "\f083"; }
/* line 756, admin-theme/_font-awesome.scss */
.icon-key:before {
content: "\f084"; }
/* line 760, admin-theme/_font-awesome.scss */
.icon-gears:before, .icon-cogs:before, .icon-AdminTools:before {
content: "\f085"; }
/* line 763, admin-theme/_font-awesome.scss */
.icon-comments:before {
content: "\f086"; }
/* line 766, admin-theme/_font-awesome.scss */
.icon-thumbs-up-alt:before {
content: "\f087"; }
/* line 769, admin-theme/_font-awesome.scss */
.icon-thumbs-down-alt:before {
content: "\f088"; }
/* line 772, admin-theme/_font-awesome.scss */
.icon-star-half:before {
content: "\f089"; }
/* line 775, admin-theme/_font-awesome.scss */
.icon-heart-empty:before {
content: "\f08a"; }
/* line 778, admin-theme/_font-awesome.scss */
.icon-signout:before {
content: "\f08b"; }
/* line 781, admin-theme/_font-awesome.scss */
.icon-linkedin-sign:before {
content: "\f08c"; }
/* line 784, admin-theme/_font-awesome.scss */
.icon-pushpin:before {
content: "\f08d"; }
/* line 787, admin-theme/_font-awesome.scss */
.icon-external-link:before {
content: "\f08e"; }
/* line 790, admin-theme/_font-awesome.scss */
.icon-signin:before {
content: "\f090"; }
/* line 793, admin-theme/_font-awesome.scss */
.icon-trophy:before {
content: "\f091"; }
/* line 796, admin-theme/_font-awesome.scss */
.icon-github-sign:before {
content: "\f092"; }
/* line 799, admin-theme/_font-awesome.scss */
.icon-upload-alt:before {
content: "\f093"; }
/* line 802, admin-theme/_font-awesome.scss */
.icon-lemon:before {
content: "\f094"; }
/* line 805, admin-theme/_font-awesome.scss */
.icon-phone:before {
content: "\f095"; }
/* line 809, admin-theme/_font-awesome.scss */
.icon-unchecked:before, .icon-check-empty:before {
content: "\f096"; }
/* line 812, admin-theme/_font-awesome.scss */
.icon-bookmark-empty:before {
content: "\f097"; }
/* line 815, admin-theme/_font-awesome.scss */
.icon-phone-sign:before {
content: "\f098"; }
/* line 818, admin-theme/_font-awesome.scss */
.icon-twitter:before {
content: "\f099"; }
/* line 821, admin-theme/_font-awesome.scss */
.icon-facebook:before {
content: "\f09a"; }
/* line 824, admin-theme/_font-awesome.scss */
.icon-github:before {
content: "\f09b"; }
/* line 827, admin-theme/_font-awesome.scss */
.icon-unlock:before {
content: "\f09c"; }
/* line 830, admin-theme/_font-awesome.scss */
.icon-credit-card:before, .icon-AdminParentOrders:before {
content: "\f09d"; }
/* line 833, admin-theme/_font-awesome.scss */
.icon-rss:before {
content: "\f09e"; }
/* line 836, admin-theme/_font-awesome.scss */
.icon-hdd:before {
content: "\f0a0"; }
/* line 839, admin-theme/_font-awesome.scss */
.icon-bullhorn:before {
content: "\f0a1"; }
/* line 842, admin-theme/_font-awesome.scss */
.icon-bell:before {
content: "\f0a2"; }
/* line 845, admin-theme/_font-awesome.scss */
.icon-certificate:before {
content: "\f0a3"; }
/* line 848, admin-theme/_font-awesome.scss */
.icon-hand-right:before {
content: "\f0a4"; }
/* line 851, admin-theme/_font-awesome.scss */
.icon-hand-left:before {
content: "\f0a5"; }
/* line 854, admin-theme/_font-awesome.scss */
.icon-hand-up:before {
content: "\f0a6"; }
/* line 857, admin-theme/_font-awesome.scss */
.icon-hand-down:before {
content: "\f0a7"; }
/* line 860, admin-theme/_font-awesome.scss */
.icon-circle-arrow-left:before {
content: "\f0a8"; }
/* line 863, admin-theme/_font-awesome.scss */
.icon-circle-arrow-right:before {
content: "\f0a9"; }
/* line 866, admin-theme/_font-awesome.scss */
.icon-circle-arrow-up:before {
content: "\f0aa"; }
/* line 869, admin-theme/_font-awesome.scss */
.icon-circle-arrow-down:before {
content: "\f0ab"; }
/* line 872, admin-theme/_font-awesome.scss */
.icon-globe:before, .icon-AdminParentLocalization:before {
content: "\f0ac"; }
/* line 875, admin-theme/_font-awesome.scss */
.icon-wrench:before, .icon-AdminParentPreferences:before {
content: "\f0ad"; }
/* line 878, admin-theme/_font-awesome.scss */
.icon-tasks:before {
content: "\f0ae"; }
/* line 881, admin-theme/_font-awesome.scss */
.icon-filter:before {
content: "\f0b0"; }
/* line 884, admin-theme/_font-awesome.scss */
.icon-briefcase:before {
content: "\f0b1"; }
/* line 887, admin-theme/_font-awesome.scss */
.icon-fullscreen:before {
content: "\f0b2"; }
/* line 890, admin-theme/_font-awesome.scss */
.icon-group:before, .icon-AdminParentCustomer:before {
content: "\f0c0"; }
/* line 893, admin-theme/_font-awesome.scss */
.icon-link:before {
content: "\f0c1"; }
/* line 896, admin-theme/_font-awesome.scss */
.icon-cloud:before {
content: "\f0c2"; }
/* line 899, admin-theme/_font-awesome.scss */
.icon-beaker:before {
content: "\f0c3"; }
/* line 902, admin-theme/_font-awesome.scss */
.icon-cut:before {
content: "\f0c4"; }
/* line 905, admin-theme/_font-awesome.scss */
.icon-copy:before, .process-icon-duplicate:before {
content: "\f0c5"; }
/* line 909, admin-theme/_font-awesome.scss */
.icon-paperclip:before, .icon-paper-clip:before {
content: "\f0c6"; }
/* line 912, admin-theme/_font-awesome.scss */
.icon-save:before, .process-icon-save:before, .process-icon-save-and-stay:before, .process-icon-save-and-preview:before {
content: "\f0c7"; }
/* line 915, admin-theme/_font-awesome.scss */
.icon-sign-blank:before {
content: "\f0c8"; }
/* line 918, admin-theme/_font-awesome.scss */
.icon-reorder:before {
content: "\f0c9"; }
/* line 921, admin-theme/_font-awesome.scss */
.icon-list-ul:before {
content: "\f0ca"; }
/* line 924, admin-theme/_font-awesome.scss */
.icon-list-ol:before {
content: "\f0cb"; }
/* line 927, admin-theme/_font-awesome.scss */
.icon-strikethrough:before {
content: "\f0cc"; }
/* line 930, admin-theme/_font-awesome.scss */
.icon-underline:before {
content: "\f0cd"; }
/* line 933, admin-theme/_font-awesome.scss */
.icon-table:before {
content: "\f0ce"; }
/* line 936, admin-theme/_font-awesome.scss */
.icon-magic:before {
content: "\f0d0"; }
/* line 939, admin-theme/_font-awesome.scss */
.icon-truck:before, .icon-AdminParentShipping:before {
content: "\f0d1"; }
/* line 942, admin-theme/_font-awesome.scss */
.icon-pinterest:before {
content: "\f0d2"; }
/* line 945, admin-theme/_font-awesome.scss */
.icon-pinterest-sign:before {
content: "\f0d3"; }
/* line 948, admin-theme/_font-awesome.scss */
.icon-google-plus-sign:before {
content: "\f0d4"; }
/* line 951, admin-theme/_font-awesome.scss */
.icon-google-plus:before {
content: "\f0d5"; }
/* line 954, admin-theme/_font-awesome.scss */
.icon-money:before {
content: "\f0d6"; }
/* line 957, admin-theme/_font-awesome.scss */
.icon-caret-down:before {
content: "\f0d7"; }
/* line 960, admin-theme/_font-awesome.scss */
.icon-caret-up:before {
content: "\f0d8"; }
/* line 963, admin-theme/_font-awesome.scss */
.icon-caret-left:before {
content: "\f0d9"; }
/* line 966, admin-theme/_font-awesome.scss */
.icon-caret-right:before {
content: "\f0da"; }
/* line 969, admin-theme/_font-awesome.scss */
.icon-columns:before {
content: "\f0db"; }
/* line 972, admin-theme/_font-awesome.scss */
.icon-sort:before {
content: "\f0dc"; }
/* line 975, admin-theme/_font-awesome.scss */
.icon-sort-down:before {
content: "\f0dd"; }
/* line 978, admin-theme/_font-awesome.scss */
.icon-sort-up:before {
content: "\f0de"; }
/* line 981, admin-theme/_font-awesome.scss */
.icon-envelope:before {
content: "\f0e0"; }
/* line 984, admin-theme/_font-awesome.scss */
.icon-linkedin:before {
content: "\f0e1"; }
/* line 988, admin-theme/_font-awesome.scss */
.icon-rotate-left:before, .icon-undo:before {
content: "\f0e2"; }
/* line 991, admin-theme/_font-awesome.scss */
.icon-legal:before {
content: "\f0e3"; }
/* line 994, admin-theme/_font-awesome.scss */
.icon-dashboard:before, .icon-AdminDashboard:before {
content: "\f0e4"; }
/* line 997, admin-theme/_font-awesome.scss */
.icon-comment-alt:before {
content: "\f0e5"; }
/* line 1000, admin-theme/_font-awesome.scss */
.icon-comments-alt:before {
content: "\f0e6"; }
/* line 1003, admin-theme/_font-awesome.scss */
.icon-bolt:before {
content: "\f0e7"; }
/* line 1006, admin-theme/_font-awesome.scss */
.icon-sitemap:before {
content: "\f0e8"; }
/* line 1009, admin-theme/_font-awesome.scss */
.icon-umbrella:before {
content: "\f0e9"; }
/* line 1012, admin-theme/_font-awesome.scss */
.icon-paste:before {
content: "\f0ea"; }
/* line 1015, admin-theme/_font-awesome.scss */
.icon-lightbulb:before {
content: "\f0eb"; }
/* line 1018, admin-theme/_font-awesome.scss */
.icon-exchange:before, .process-icon-partial_refund:before {
content: "\f0ec"; }
/* line 1021, admin-theme/_font-awesome.scss */
.icon-cloud-download:before, .process-icon-export:before {
content: "\f0ed"; }
/* line 1024, admin-theme/_font-awesome.scss */
.icon-cloud-upload:before, .process-icon-import:before {
content: "\f0ee"; }
/* line 1027, admin-theme/_font-awesome.scss */
.icon-user-md:before {
content: "\f0f0"; }
/* line 1030, admin-theme/_font-awesome.scss */
.icon-stethoscope:before {
content: "\f0f1"; }
/* line 1033, admin-theme/_font-awesome.scss */
.icon-suitcase:before {
content: "\f0f2"; }
/* line 1036, admin-theme/_font-awesome.scss */
.icon-bell-alt:before {
content: "\f0f3"; }
/* line 1039, admin-theme/_font-awesome.scss */
.icon-coffee:before {
content: "\f0f4"; }
/* line 1042, admin-theme/_font-awesome.scss */
.icon-food:before {
content: "\f0f5"; }
/* line 1045, admin-theme/_font-awesome.scss */
.icon-file-text-alt:before {
content: "\f0f6"; }
/* line 1048, admin-theme/_font-awesome.scss */
.icon-building:before {
content: "\f0f7"; }
/* line 1051, admin-theme/_font-awesome.scss */
.icon-hospital:before {
content: "\f0f8"; }
/* line 1054, admin-theme/_font-awesome.scss */
.icon-ambulance:before {
content: "\f0f9"; }
/* line 1057, admin-theme/_font-awesome.scss */
.icon-medkit:before {
content: "\f0fa"; }
/* line 1060, admin-theme/_font-awesome.scss */
.icon-fighter-jet:before {
content: "\f0fb"; }
/* line 1063, admin-theme/_font-awesome.scss */
.icon-beer:before {
content: "\f0fc"; }
/* line 1066, admin-theme/_font-awesome.scss */
.icon-h-sign:before {
content: "\f0fd"; }
/* line 1069, admin-theme/_font-awesome.scss */
.icon-plus-sign-alt:before, .process-icon-new:before, .process-icon-newAttributes:before, .process-icon-new-url:before {
content: "\f0fe"; }
/* line 1072, admin-theme/_font-awesome.scss */
.icon-double-angle-left:before {
content: "\f100"; }
/* line 1075, admin-theme/_font-awesome.scss */
.icon-double-angle-right:before {
content: "\f101"; }
/* line 1078, admin-theme/_font-awesome.scss */
.icon-double-angle-up:before {
content: "\f102"; }
/* line 1081, admin-theme/_font-awesome.scss */
.icon-double-angle-down:before {
content: "\f103"; }
/* line 1084, admin-theme/_font-awesome.scss */
.icon-angle-left:before {
content: "\f104"; }
/* line 1087, admin-theme/_font-awesome.scss */
.icon-angle-right:before {
content: "\f105"; }
/* line 1090, admin-theme/_font-awesome.scss */
.icon-angle-up:before, #nav-sidebar ul.menu li.maintab.expanded span.submenu_expand:before {
content: "\f106"; }
/* line 1093, admin-theme/_font-awesome.scss */
.icon-angle-down:before, #nav-sidebar ul.menu li.maintab span.submenu_expand:before {
content: "\f107"; }
/* line 1096, admin-theme/_font-awesome.scss */
.icon-desktop:before {
content: "\f108"; }
/* line 1099, admin-theme/_font-awesome.scss */
.icon-laptop:before {
content: "\f109"; }
/* line 1102, admin-theme/_font-awesome.scss */
.icon-tablet:before {
content: "\f10a"; }
/* line 1105, admin-theme/_font-awesome.scss */
.icon-mobile-phone:before {
content: "\f10b"; }
/* line 1108, admin-theme/_font-awesome.scss */
.icon-circle-blank:before {
content: "\f10c"; }
/* line 1111, admin-theme/_font-awesome.scss */
.icon-quote-left:before {
content: "\f10d"; }
/* line 1114, admin-theme/_font-awesome.scss */
.icon-quote-right:before {
content: "\f10e"; }
/* line 1117, admin-theme/_font-awesome.scss */
.icon-spinner:before {
content: "\f110"; }
/* line 1120, admin-theme/_font-awesome.scss */
.icon-circle:before {
content: "\f111"; }
/* line 1124, admin-theme/_font-awesome.scss */
.icon-mail-reply:before, .icon-reply:before {
content: "\f112"; }
/* line 1127, admin-theme/_font-awesome.scss */
.icon-github-alt:before {
content: "\f113"; }
/* line 1130, admin-theme/_font-awesome.scss */
.icon-folder-close-alt:before {
content: "\f114"; }
/* line 1133, admin-theme/_font-awesome.scss */
.icon-folder-open-alt:before {
content: "\f115"; }
/* line 1136, admin-theme/_font-awesome.scss */
.icon-expand-alt:before {
content: "\f116"; }
/* line 1139, admin-theme/_font-awesome.scss */
.icon-collapse-alt:before {
content: "\f117"; }
/* line 1142, admin-theme/_font-awesome.scss */
.icon-smile:before {
content: "\f118"; }
/* line 1145, admin-theme/_font-awesome.scss */
.icon-frown:before {
content: "\f119"; }
/* line 1148, admin-theme/_font-awesome.scss */
.icon-meh:before {
content: "\f11a"; }
/* line 1151, admin-theme/_font-awesome.scss */
.icon-gamepad:before {
content: "\f11b"; }
/* line 1154, admin-theme/_font-awesome.scss */
.icon-keyboard:before {
content: "\f11c"; }
/* line 1157, admin-theme/_font-awesome.scss */
.icon-flag-alt:before {
content: "\f11d"; }
/* line 1160, admin-theme/_font-awesome.scss */
.icon-flag-checkered:before {
content: "\f11e"; }
/* line 1163, admin-theme/_font-awesome.scss */
.icon-terminal:before {
content: "\f120"; }
/* line 1166, admin-theme/_font-awesome.scss */
.icon-code:before {
content: "\f121"; }
/* line 1169, admin-theme/_font-awesome.scss */
.icon-reply-all:before {
content: "\f122"; }
/* line 1172, admin-theme/_font-awesome.scss */
.icon-mail-reply-all:before {
content: "\f122"; }
/* line 1176, admin-theme/_font-awesome.scss */
.icon-star-half-full:before, .icon-star-half-empty:before {
content: "\f123"; }
/* line 1179, admin-theme/_font-awesome.scss */
.icon-location-arrow:before {
content: "\f124"; }
/* line 1182, admin-theme/_font-awesome.scss */
.icon-crop:before {
content: "\f125"; }
/* line 1185, admin-theme/_font-awesome.scss */
.icon-code-fork:before {
content: "\f126"; }
/* line 1188, admin-theme/_font-awesome.scss */
.icon-unlink:before {
content: "\f127"; }
/* line 1191, admin-theme/_font-awesome.scss */
.icon-question:before {
content: "\f128"; }
/* line 1194, admin-theme/_font-awesome.scss */
.icon-info:before {
content: "\f129"; }
/* line 1197, admin-theme/_font-awesome.scss */
.icon-exclamation:before {
content: "\f12a"; }
/* line 1200, admin-theme/_font-awesome.scss */
.icon-superscript:before {
content: "\f12b"; }
/* line 1203, admin-theme/_font-awesome.scss */
.icon-subscript:before {
content: "\f12c"; }
/* line 1206, admin-theme/_font-awesome.scss */
.icon-eraser:before {
content: "\f12d"; }
/* line 1209, admin-theme/_font-awesome.scss */
.icon-puzzle-piece:before, .icon-AdminParentModules:before, .process-icon-modules-list:before {
content: "\f12e"; }
/* line 1212, admin-theme/_font-awesome.scss */
.icon-microphone:before {
content: "\f130"; }
/* line 1215, admin-theme/_font-awesome.scss */
.icon-microphone-off:before {
content: "\f131"; }
/* line 1218, admin-theme/_font-awesome.scss */
.icon-shield:before {
content: "\f132"; }
/* line 1221, admin-theme/_font-awesome.scss */
.icon-calendar-empty:before {
content: "\f133"; }
/* line 1224, admin-theme/_font-awesome.scss */
.icon-fire-extinguisher:before {
content: "\f134"; }
/* line 1227, admin-theme/_font-awesome.scss */
.icon-rocket:before {
content: "\f135"; }
/* line 1230, admin-theme/_font-awesome.scss */
.icon-maxcdn:before {
content: "\f136"; }
/* line 1233, admin-theme/_font-awesome.scss */
.icon-chevron-sign-left:before {
content: "\f137"; }
/* line 1236, admin-theme/_font-awesome.scss */
.icon-chevron-sign-right:before {
content: "\f138"; }
/* line 1239, admin-theme/_font-awesome.scss */
.icon-chevron-sign-up:before {
content: "\f139"; }
/* line 1242, admin-theme/_font-awesome.scss */
.icon-chevron-sign-down:before {
content: "\f13a"; }
/* line 1245, admin-theme/_font-awesome.scss */
.icon-html5:before {
content: "\f13b"; }
/* line 1248, admin-theme/_font-awesome.scss */
.icon-css3:before {
content: "\f13c"; }
/* line 1251, admin-theme/_font-awesome.scss */
.icon-anchor:before, .process-icon-anchor:before {
content: "\f13d"; }
/* line 1254, admin-theme/_font-awesome.scss */
.icon-unlock-alt:before {
content: "\f13e"; }
/* line 1257, admin-theme/_font-awesome.scss */
.icon-bullseye:before {
content: "\f140"; }
/* line 1260, admin-theme/_font-awesome.scss */
.icon-ellipsis-horizontal:before {
content: "\f141"; }
/* line 1263, admin-theme/_font-awesome.scss */
.icon-ellipsis-vertical:before {
content: "\f142"; }
/* line 1266, admin-theme/_font-awesome.scss */
.icon-rss-sign:before {
content: "\f143"; }
/* line 1269, admin-theme/_font-awesome.scss */
.icon-play-sign:before {
content: "\f144"; }
/* line 1272, admin-theme/_font-awesome.scss */
.icon-ticket:before {
content: "\f145"; }
/* line 1275, admin-theme/_font-awesome.scss */
.icon-minus-sign-alt:before {
content: "\f146"; }
/* line 1278, admin-theme/_font-awesome.scss */
.icon-check-minus:before {
content: "\f147"; }
/* line 1281, admin-theme/_font-awesome.scss */
.icon-level-up:before {
content: "\f148"; }
/* line 1284, admin-theme/_font-awesome.scss */
.icon-level-down:before {
content: "\f149"; }
/* line 1287, admin-theme/_font-awesome.scss */
.icon-check-sign:before {
content: "\f14a"; }
/* line 1290, admin-theme/_font-awesome.scss */
.icon-edit-sign:before {
content: "\f14b"; }
/* line 1293, admin-theme/_font-awesome.scss */
.icon-external-link-sign:before {
content: "\f14c"; }
/* line 1296, admin-theme/_font-awesome.scss */
.icon-share-sign:before {
content: "\f14d"; }
/* line 1299, admin-theme/_font-awesome.scss */
.icon-compass:before {
content: "\f14e"; }
/* line 1302, admin-theme/_font-awesome.scss */
.icon-collapse:before {
content: "\f150"; }
/* line 1305, admin-theme/_font-awesome.scss */
.icon-collapse-top:before {
content: "\f151"; }
/* line 1308, admin-theme/_font-awesome.scss */
.icon-expand:before {
content: "\f152"; }
/* line 1312, admin-theme/_font-awesome.scss */
.icon-euro:before, .icon-eur:before {
content: "\f153"; }
/* line 1315, admin-theme/_font-awesome.scss */
.icon-gbp:before {
content: "\f154"; }
/* line 1319, admin-theme/_font-awesome.scss */
.icon-dollar:before, .icon-usd:before {
content: "\f155"; }
/* line 1323, admin-theme/_font-awesome.scss */
.icon-rupee:before, .icon-inr:before {
content: "\f156"; }
/* line 1327, admin-theme/_font-awesome.scss */
.icon-yen:before, .icon-jpy:before {
content: "\f157"; }
/* line 1331, admin-theme/_font-awesome.scss */
.icon-renminbi:before, .icon-cny:before {
content: "\f158"; }
/* line 1335, admin-theme/_font-awesome.scss */
.icon-won:before, .icon-krw:before {
content: "\f159"; }
/* line 1339, admin-theme/_font-awesome.scss */
.icon-bitcoin:before, .icon-btc:before {
content: "\f15a"; }
/* line 1342, admin-theme/_font-awesome.scss */
.icon-file:before {
content: "\f15b"; }
/* line 1345, admin-theme/_font-awesome.scss */
.icon-file-text:before {
content: "\f15c"; }
/* line 1348, admin-theme/_font-awesome.scss */
.icon-sort-by-alphabet:before {
content: "\f15d"; }
/* line 1351, admin-theme/_font-awesome.scss */
.icon-sort-by-alphabet-alt:before {
content: "\f15e"; }
/* line 1354, admin-theme/_font-awesome.scss */
.icon-sort-by-attributes:before {
content: "\f160"; }
/* line 1357, admin-theme/_font-awesome.scss */
.icon-sort-by-attributes-alt:before {
content: "\f161"; }
/* line 1360, admin-theme/_font-awesome.scss */
.icon-sort-by-order:before {
content: "\f162"; }
/* line 1363, admin-theme/_font-awesome.scss */
.icon-sort-by-order-alt:before {
content: "\f163"; }
/* line 1366, admin-theme/_font-awesome.scss */
.icon-thumbs-up:before {
content: "\f164"; }
/* line 1369, admin-theme/_font-awesome.scss */
.icon-thumbs-down:before {
content: "\f165"; }
/* line 1372, admin-theme/_font-awesome.scss */
.icon-youtube-sign:before {
content: "\f166"; }
/* line 1375, admin-theme/_font-awesome.scss */
.icon-youtube:before {
content: "\f167"; }
/* line 1378, admin-theme/_font-awesome.scss */
.icon-xing:before {
content: "\f168"; }
/* line 1381, admin-theme/_font-awesome.scss */
.icon-xing-sign:before {
content: "\f169"; }
/* line 1384, admin-theme/_font-awesome.scss */
.icon-youtube-play:before {
content: "\f16a"; }
/* line 1387, admin-theme/_font-awesome.scss */
.icon-dropbox:before {
content: "\f16b"; }
/* line 1390, admin-theme/_font-awesome.scss */
.icon-stackexchange:before {
content: "\f16c"; }
/* line 1393, admin-theme/_font-awesome.scss */
.icon-instagram:before {
content: "\f16d"; }
/* line 1396, admin-theme/_font-awesome.scss */
.icon-flickr:before {
content: "\f16e"; }
/* line 1399, admin-theme/_font-awesome.scss */
.icon-adn:before {
content: "\f170"; }
/* line 1402, admin-theme/_font-awesome.scss */
.icon-bitbucket:before {
content: "\f171"; }
/* line 1405, admin-theme/_font-awesome.scss */
.icon-bitbucket-sign:before {
content: "\f172"; }
/* line 1408, admin-theme/_font-awesome.scss */
.icon-tumblr:before {
content: "\f173"; }
/* line 1411, admin-theme/_font-awesome.scss */
.icon-tumblr-sign:before {
content: "\f174"; }
/* line 1414, admin-theme/_font-awesome.scss */
.icon-long-arrow-down:before {
content: "\f175"; }
/* line 1417, admin-theme/_font-awesome.scss */
.icon-long-arrow-up:before {
content: "\f176"; }
/* line 1420, admin-theme/_font-awesome.scss */
.icon-long-arrow-left:before {
content: "\f177"; }
/* line 1423, admin-theme/_font-awesome.scss */
.icon-long-arrow-right:before {
content: "\f178"; }
/* line 1426, admin-theme/_font-awesome.scss */
.icon-apple:before {
content: "\f179"; }
/* line 1429, admin-theme/_font-awesome.scss */
.icon-windows:before {
content: "\f17a"; }
/* line 1432, admin-theme/_font-awesome.scss */
.icon-android:before {
content: "\f17b"; }
/* line 1435, admin-theme/_font-awesome.scss */
.icon-linux:before {
content: "\f17c"; }
/* line 1438, admin-theme/_font-awesome.scss */
.icon-dribbble:before {
content: "\f17d"; }
/* line 1441, admin-theme/_font-awesome.scss */
.icon-skype:before {
content: "\f17e"; }
/* line 1444, admin-theme/_font-awesome.scss */
.icon-foursquare:before {
content: "\f180"; }
/* line 1447, admin-theme/_font-awesome.scss */
.icon-trello:before {
content: "\f181"; }
/* line 1450, admin-theme/_font-awesome.scss */
.icon-female:before {
content: "\f182"; }
/* line 1453, admin-theme/_font-awesome.scss */
.icon-male:before {
content: "\f183"; }
/* line 1456, admin-theme/_font-awesome.scss */
.icon-gittip:before {
content: "\f184"; }
/* line 1459, admin-theme/_font-awesome.scss */
.icon-sun:before {
content: "\f185"; }
/* line 1462, admin-theme/_font-awesome.scss */
.icon-moon:before {
content: "\f186"; }
/* line 1465, admin-theme/_font-awesome.scss */
.icon-archive:before, .icon-AdminStock:before {
content: "\f187"; }
/* line 1468, admin-theme/_font-awesome.scss */
.icon-bug:before {
content: "\f188"; }
/* line 1471, admin-theme/_font-awesome.scss */
.icon-vk:before {
content: "\f189"; }
/* line 1474, admin-theme/_font-awesome.scss */
.icon-weibo:before {
content: "\f18a"; }
/* line 1477, admin-theme/_font-awesome.scss */
.icon-renren:before {
content: "\f18b"; }
/* line 10, admin-theme.sass */
html, body {
min-height: 100%;
height: 100%; }
/* line 14, admin-theme.sass */
#main {
min-height: 100%;
padding: 36px 0 60px;
margin: 0 0 -60px 0;
background-color: #f8f8f8;
background-image: url("../img/patterns/bedge_grunge.png"); }
/* line 21, admin-theme.sass */
#content {
padding: 80px 20px 0;
margin-left: 240px;
-webkit-transition-property: margin;
-moz-transition-property: margin;
-o-transition-property: margin;
transition-property: margin;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
/* line 27, admin-theme.sass */
#content fieldset, #content .panel, #content #header_notifs_icon_wrapper .notifs_panel, #header_notifs_icon_wrapper #content .notifs_panel, #content #dash_version {
padding: 20px;
margin-bottom: 20px;
border: solid 1px #dfdfdf;
background-color: white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset;
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0, white 0 0 0 3px inset; }
/* line 36, admin-theme.sass */
#content h3:not(.modal-title), #content .panel-heading:not(.modal-title), #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title), #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title), #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header {
border: none;
padding: 0 5px;
margin: -16px -16px 15px -16px;
color: contrasted(#e6e8e3);
font-size: 1.2em;
line-height: 30px;
font-weight: 300;
text-transform: uppercase;
background-color: white;
border-bottom: solid 1px #cccccc; }
/* line 47, admin-theme.sass */
#content h3:not(.modal-title) i, #content .panel-heading:not(.modal-title) i, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) i, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) i, #content h3:not(.modal-title) a, #content .panel-heading:not(.modal-title) a, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) a, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) a, #content .panel-heading i, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header i, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header i, #content .panel-heading a, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header a, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header a {
color: contrasted(#e6e8e3); }
/* line 49, admin-theme.sass */
#content h3:not(.modal-title) .badge, #content .panel-heading:not(.modal-title) .badge, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) .badge, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) .badge, #content h3:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content h3:not(.modal-title) .notifs_badge, #content .panel-heading:not(.modal-title) #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content .panel-heading:not(.modal-title) .notifs_badge, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) .notifs_badge, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) .notifs_badge, #content .panel-heading .badge, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .badge, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .badge, #content .panel-heading #header_notifs_icon_wrapper .notifs_badge, #header_notifs_icon_wrapper #content .panel-heading .notifs_badge, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .notifs_badge, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .notifs_badge {
background-color: #1ba6e5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
height: 29px;
line-height: 25px;
font-size: 1.3em;
margin-right: 7px;
font-weight: 300;
float: left;
margin-left: -5px; }
/* line 59, admin-theme.sass */
#content h3:not(.modal-title) .panel-heading-action, #content .panel-heading:not(.modal-title) .panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) .panel-heading-action, #content .panel-heading .panel-heading-action, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action {
margin-right: -5px; }
/* line 62, admin-theme.sass */
#content h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) .panel-heading-action a.list-toolbar-btn, #content .panel-heading .panel-heading-action a.list-toolbar-btn, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action a.list-toolbar-btn, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action a.list-toolbar-btn {
float: left;
height: 30px;
width: 30px;
color: #1ba6e5;
border-left: solid 1px #cccccc; }
/* line 68, admin-theme.sass */
#content h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) .panel-heading-action a.list-toolbar-btn:hover, #content .panel-heading .panel-heading-action a.list-toolbar-btn:hover, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action a.list-toolbar-btn:hover, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action a.list-toolbar-btn:hover {
text-decoration: none;
color: black; }
/* line 71, admin-theme.sass */
#content h3:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content .panel-heading:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title) .panel-heading-action a.list-toolbar-btn i, #content .panel-heading .panel-heading-action a.list-toolbar-btn i, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading-action a.list-toolbar-btn i, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .panel-heading-action a.list-toolbar-btn i {
text-align: center;
font-size: 1.3em;
line-height: 30px; }
/* line 75, admin-theme.sass */
#content .panel-danger .panel-heading, #content .panel-danger #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .panel-danger .notifs_panel_header {
background-color: #8bc954 !important; }
/* line 77, admin-theme.sass */
#content form .alert, #content form #carrier_wizard .wizard_error, #carrier_wizard #content form .wizard_error {
clear: both; }
@media (max-width: 768px) {
/* line 21, admin-theme.sass */
#content {
margin-left: 0;
width: 100%; } }
/* line 85, admin-theme.sass */
#nobootstrap {
float: left; }
/* line 91, admin-theme.sass */
#customer_part .customerCard.selected-customer .panel, #customer_part .customerCard.selected-customer #header_notifs_icon_wrapper .notifs_panel, #header_notifs_icon_wrapper #customer_part .customerCard.selected-customer .notifs_panel, #customer_part .customerCard.selected-customer #dash_version {
color: #5cb85c;
border: solid 2px #5cb85c; }
/* line 97, admin-theme.sass */
body.display-modal #content, body.display-modal #main {
margin: 0;
padding: 0;
background: #f8f8f8; }
/* line 107, admin-theme.sass */
*:focus {
outline: none !important;
-moz-outline: none !important;
-moz-user-focus: ignore !important; }
/* line 1, admin-theme/_admin-header.sass */
#header_infos {
background-color: #242424; }
/* line 6, admin-theme/_admin-header.sass */
#header_shopname {
font: 300 1.3em/100% "Ubuntu", sans-serif; }
/* line 13, admin-theme/_admin-header.sass */
#header_notifs_icon_wrapper li a {
padding: 9px 5px; }
/* line 15, admin-theme/_admin-header.sass */
#header_notifs_icon_wrapper > li > a > i {
font-size: 1.4em;
color: white;
vertical-align: middle; }
/* line 19, admin-theme/_admin-header.sass */
#header_notifs_icon_wrapper .notifs_badge {
background-color: #8bc954; }
/* line 22, admin-theme/_admin-header.sass */
#header_notifs_icon_wrapper .notifs_dropdown {
background-color: transparent;
border: none;
box-shadow: none; }
/* line 26, admin-theme/_admin-header.sass */
#header_notifs_icon_wrapper .notifs_panel {
width: 300px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px;
box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px; }
/* line 33, admin-theme/_admin-header.sass */
#header_notifs_icon_wrapper .notifs_panel .notifs_panel_header h3, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header #content .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header .notifs_panel_header {
padding: 0;
font-size: 1.3em;
margin: 0; }
/* line 40, admin-theme/_admin-header.sass */
#header_nav_toggle {
background-color: black;
border: none;
color: white; }
/* line 48, admin-theme/_admin-header.sass */
#header_employee_box a img {
margin-right: 5px; }
/* line 50, admin-theme/_admin-header.sass */
#header_employee_box #header_foaccess i {
font-size: 1.2em; }
/* line 52, admin-theme/_admin-header.sass */
#header_search {
width: 160px;
padding: 0 0 0 10px;
position: relative; }
@media (max-width: 768px) {
/* line 52, admin-theme/_admin-header.sass */
#header_search {
width: 100%; } }
/* line 60, admin-theme/_admin-header.sass */
#header_search input, #header_search .form-group {
margin: 0; }
/* line 62, admin-theme/_admin-header.sass */
#header_search .form-group.focus-search {
position: absolute;
z-index: 900;
top: 0;
left: 10px;
width: 400px; }
/* line 1, admin-theme/_admin-footer.sass */
#footer {
z-index: 600;
display: block;
width: 100%;
background-color: rgba(36, 36, 36, 0.85);
color: #888888;
position: fixed;
bottom: 0;
height: 50px;
line-height: 50px; }
/* line 11, admin-theme/_admin-footer.sass */
#footer a {
color: #cccccc; }
/* line 13, admin-theme/_admin-footer.sass */
#footer #go-top {
position: fixed;
bottom: 10px;
height: 30px;
width: 30px;
text-align: center;
line-height: 30px;
right: 10px;
z-index: 9003;
display: block;
padding: 0px 6px 0px 6px;
margin: -2px 0px 0px;
text-decoration: none;
color: white;
cursor: pointer;
font-size: 16px;
background-color: rgba(0, 0, 0, 0.5); }
/* line 30, admin-theme/_admin-footer.sass */
#footer #go-top:hover {
background-color: black; }
/* line 32, admin-theme/_admin-footer.sass */
#footer .social-networks {
margin: 4px 0 0 0; }
/* line 36, admin-theme/_admin-footer.sass */
a.link-social i {
font-size: 2em;
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
text-align: center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px; }
/* line 44, admin-theme/_admin-footer.sass */
a.link-social:hover {
text-decoration: none; }
/* line 47, admin-theme/_admin-footer.sass */
.link-twitter i {
color: white;
background-color: #7cceef; }
/* line 50, admin-theme/_admin-footer.sass */
.link-twitter i:hover {
color: #7cceef;
background-color: white; }
/* line 53, admin-theme/_admin-footer.sass */
.link-facebook i {
color: white;
background-color: #557dbb; }
/* line 56, admin-theme/_admin-footer.sass */
.link-facebook i:hover {
color: #557dbb;
background-color: white; }
/* line 59, admin-theme/_admin-footer.sass */
.link-github i {
color: black;
background-color: white; }
/* line 62, admin-theme/_admin-footer.sass */
.link-github i:hover {
color: white;
background-color: black; }
/* line 65, admin-theme/_admin-footer.sass */
.link-google i {
color: white;
background-color: #e6644e; }
/* line 68, admin-theme/_admin-footer.sass */
.link-google i:hover {
color: #e6644e;
background-color: white; }
/* line 1, admin-theme/_admin-nav.sass */
#nav-sidebar {
position: fixed;
width: 240px;
height: 100% !important;
overflow-y: auto;
z-index: 500;
background-color: #515561;
border-right: 1px solid black; }
/* line 9, admin-theme/_admin-nav.sass */
#nav-sidebar li.maintab > a > i {
display: inline-block;
height: 30px;
width: 30px;
font-size: 20px;
line-height: 30px;
color: white;
text-align: center;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px; }
/* line 19, admin-theme/_admin-nav.sass */
#nav-sidebar li:not(.active) ul {
display: none; }
/* line 22, admin-theme/_admin-nav.sass */
#nav-sidebar li.active span.submenu_expand {
display: none; }
/* line 24, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu {
margin: 0;
padding: 0;
border-top: 1px black solid;
list-style: none; }
/* line 29, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab {
position: relative; }
/* line 32, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.active a.title, #nav-sidebar ul.menu li.maintab.active a.title:hover {
color: white;
background-color: #1ba6e5; }
/* line 35, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.active a.title i, #nav-sidebar ul.menu li.maintab.active a.title:hover i {
color: black;
background-color: white; }
/* line 39, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.active a.title:hover {
color: white; }
/* line 42, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.expanded a.title {
color: white;
background-color: #3a3d45;
border-bottom: solid 1px #17181c; }
/* line 46, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.expanded a.title:hover {
background-color: #686d7d; }
/* line 48, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.expanded a.title i {
color: white; }
/* line 52, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.expanded ul.submenu {
display: block; }
/* line 54, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.expanded ul.submenu a {
color: #9da1ae;
background-color: #2e3037;
border-bottom: solid 1px #17181c; }
/* line 58, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab.expanded ul.submenu a:hover {
color: white;
background-color: #454953; }
/* line 61, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab a.title {
display: block;
position: relative;
padding: 2px 0 2px 8px;
border-bottom: 1px solid #3a3d45;
font-size: 12px;
line-height: 28px;
color: #cacccf;
background-color: #515561;
text-transform: uppercase;
text-decoration: none;
-webkit-transition-property: background-color, border, box-shadow;
-moz-transition-property: background-color, border, box-shadow;
-o-transition-property: background-color, border, box-shadow;
transition-property: background-color, border, box-shadow;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
/* line 76, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab a.title i {
color: #9094a2;
background-color: #17181c;
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
/* line 82, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab a.title:hover {
background-color: #686d7d;
color: white; }
/* line 85, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab a.title:hover i {
color: white; }
/* line 87, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab span.submenu_expand {
position: absolute;
right: 10px;
top: 2px;
cursor: pointer;
font-family: FontAwesome;
font-size: 24px;
font-weight: 100;
color: black;
background-color: transparent;
text-shadow: #686d7d 1px 1px 0; }
/* line 99, admin-theme/_admin-nav.sass */
#nav-sidebar ul.menu li.maintab span.submenu_expand:hover {
color: white;
text-shadow: #232429 -1px -1px 0; }
/* line 102, admin-theme/_admin-nav.sass */
#nav-sidebar ul.submenu {
list-style: none;
padding: 0; }
/* line 106, admin-theme/_admin-nav.sass */
#nav-sidebar ul.submenu li a {
display: block;
padding: 4px 5px 4px 10px;
font-size: 12px;
border: none;
border-bottom: solid 1px #eeeeee;
background-color: white; }
/* line 113, admin-theme/_admin-nav.sass */
#nav-sidebar ul.submenu li a:hover {
color: #515561;
background-color: #edeeef;
text-decoration: none; }
/* line 117, admin-theme/_admin-nav.sass */
#nav-sidebar ul.submenu li:last-child a {
border-bottom: none; }
/* line 119, admin-theme/_admin-nav.sass */
#nav-sidebar ul.submenu li.active a {
color: white;
background-color: #1ba6e5;
border-bottom: solid 1px #1585b8; }
@media (max-width: 768px) {
/* line 1, admin-theme/_admin-nav.sass */
#nav-sidebar {
display: none; } }
/* line 126, admin-theme/_admin-nav.sass */
#nav-topbar {
position: fixed;
height: 28px;
top: 35px;
left: 80;
width: 100%;
z-index: 600;
background-color: white; }
/* line 134, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu {
height: 28px;
margin: 0;
padding: 0;
display: block;
list-style: none; }
/* line 140, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li {
height: 28px;
padding: 0;
margin: 0;
border-right: solid 1px #aaaaaa;
list-style: none;
position: relative;
float: left; }
/* line 148, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li > a {
display: block;
line-height: 28px;
color: #515561;
padding: 0 6px;
margin: 0; }
/* line 154, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li > a i {
margin: 0;
width: 15px;
background-color: transparent;
font-size: 18px; }
/* line 159, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li > a:hover {
text-decoration: none;
background-color: #515561;
color: white; }
/* line 163, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li > a:hover i {
color: white !important; }
/* line 166, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li.active > a {
color: white;
background-color: #515561; }
/* line 169, admin-theme/_admin-nav.sass */
#nav-topbar ul.menu > li.active > a i {
color: white; }
/* line 171, admin-theme/_admin-nav.sass */
#nav-topbar .menu-collapse {
display: none; }
/* line 173, admin-theme/_admin-nav.sass */
#nav-topbar ul.submenu {
display: none !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px; }
/* line 177, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li.expanded ul.submenu {
display: block !important; }
/* line 180, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li ul.submenu {
display: none !important;
position: absolute;
margin: 0;
padding: 0;
left: 0;
top: 28px;
width: 200px !important; }
/* line 188, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li ul.submenu li {
width: 200px;
padding: 0;
list-style: none; }
/* line 192, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li ul.submenu li a {
display: block;
padding: 4px 5px 4px 10px;
font-size: 12px;
background-color: white;
border-bottom: solid 1px #eeeeee; }
/* line 198, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li ul.submenu li a:hover {
color: #515561;
background-color: #edeeef;
text-decoration: none; }
/* line 202, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li ul.submenu li:last-child a {
border-bottom: none; }
/* line 204, admin-theme/_admin-nav.sass */
#nav-topbar > ul.menu > li ul.submenu li.active a {
color: white;
background-color: #1ba6e5;
border-bottom: solid 1px #1585b8; }
/* line 209, admin-theme/_admin-nav.sass */
.menu-collapse {
height: 54px;
width: 100%;
font-size: 2em;
text-align: center;
line-height: 55px;
display: block;
background-color: #515561;
border-bottom: 3px solid #3a3d45;
color: #0b0c0e; }
/* line 221, admin-theme/_admin-nav.sass */
.page-topbar #main {
padding-top: 64px; }
/* line 223, admin-theme/_admin-nav.sass */
.page-topbar #nav-sidebar {
display: none; }
/* line 225, admin-theme/_admin-nav.sass */
.page-topbar .page-head {
top: 63px; }
/* line 227, admin-theme/_admin-nav.sass */
.page-topbar #content {
margin-left: 0;
width: 100%; }
/* line 230, admin-theme/_admin-nav.sass */
.page-topbar #content .page-head h2.page-title {
padding: 0 0 0 20px; }
/* line 234, admin-theme/_admin-nav.sass */
.page-sidebar-closed #nav-sidebar {
overflow: visible;
width: 50px;
-webkit-transition-property: width;
-moz-transition-property: width;
-o-transition-property: width;
transition-property: width;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
/* line 240, admin-theme/_admin-nav.sass */
.page-sidebar-closed #nav-sidebar span.title {
display: none; }
/* line 242, admin-theme/_admin-nav.sass */
.page-sidebar-closed #nav-sidebar ul.submenu {
display: none !important;
padding-top: 37px;
position: relative;
top: 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.3) 2px 2px 4px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.3) 2px 2px 4px; }
/* line 248, admin-theme/_admin-nav.sass */
.page-sidebar-closed #nav-sidebar > ul > li:hover {
width: 250px !important;
position: relative; }
/* line 251, admin-theme/_admin-nav.sass */
.page-sidebar-closed #nav-sidebar > ul > li:hover span.title {
display: inline-block; }
/* line 253, admin-theme/_admin-nav.sass */
.page-sidebar-closed #nav-sidebar > ul > li:hover ul.submenu {
display: block !important;
position: absolute;
left: 50px;
width: 200px !important; }
/* line 258, admin-theme/_admin-nav.sass */
.page-sidebar-closed #content {
margin-left: 50px; }
/* line 260, admin-theme/_admin-nav.sass */
.page-sidebar-closed #content .page-head h2.page-title {
padding: 0 0 0 70px; }
@media (max-width: 768px) {
/* line 260, admin-theme/_admin-nav.sass */
.page-sidebar-closed #content .page-head h2.page-title {
padding: 0 0 0 20px; } }
@media (max-width: 768px) {
/* line 258, admin-theme/_admin-nav.sass */
.page-sidebar-closed #content {
margin-left: 0;
width: 100%; } }
/* line 267, admin-theme/_admin-nav.sass */
.page-sidebar-closed .submenu_expand {
display: none; }
/* line 298, admin-theme/_admin-nav.sass */
[class^="icon-Admin"] {
margin-right: 6px; }
/* line 1, admin-theme/_admin-commons.sass */
.fixed-width-xs {
width: 40px !important; }
/* line 3, admin-theme/_admin-commons.sass */
.fixed-width-sm {
width: 80px !important; }
/* line 5, admin-theme/_admin-commons.sass */
.fixed-width-md {
width: 120px !important; }
/* line 7, admin-theme/_admin-commons.sass */
.fixed-width-lg {
width: 160px !important; }
/* line 9, admin-theme/_admin-commons.sass */
.fixed-width-xl {
width: 200px !important; }
/* line 11, admin-theme/_admin-commons.sass */
.fixed-width-xxl {
width: 250px !important; }
/* line 14, admin-theme/_admin-commons.sass */
.row-margin-bottom {
margin-bottom: 15px; }
/* line 16, admin-theme/_admin-commons.sass */
.row-padding-top {
padding-top: 15px; }
/* line 19, admin-theme/_admin-commons.sass */
.thumbnail {
background-color: white;
border-color: #cccccc !important; }
/* line 23, admin-theme/_admin-commons.sass */
.badge, #header_notifs_icon_wrapper .notifs_badge, .badge.badge-success, .badge.badge-error {
background-color: #8fc04d; }
/* line 25, admin-theme/_admin-commons.sass */
#header_notifs_icon_wrapper .badge-success.notifs_badge, .badge-success.badge {
background-color: #5cb85c; }
/* line 28, admin-theme/_admin-commons.sass */
#header_notifs_icon_wrapper .badge-error.notifs_badge, .badge-error.badge {
background-color: #d9534f; }
/* line 33, admin-theme/_admin-commons.sass */
.nav-tabs {
border-bottom: none; }
/* line 35, admin-theme/_admin-commons.sass */
.nav-tabs li a {
font-size: 1.1em;
font-family: "Ubuntu", sans-serif;
text-transform: uppercase;
font-weight: 300; }
/* line 41, admin-theme/_admin-commons.sass */
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
background-color: white; }
/* line 44, admin-theme/_admin-commons.sass */
.alert.alert-danger, #carrier_wizard .wizard_error {
padding-left: 60px;
position: relative; }
/* line 47, admin-theme/_admin-commons.sass */
.alert.alert-danger:before, #carrier_wizard .wizard_error:before {
position: absolute;
top: 0;
left: 10px;
display: block;
min-height: 25px;
min-width: 25px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 35px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
content: "\f00d"; }
/* line 62, admin-theme/_admin-commons.sass */
.alert.alert-success, #carrier_wizard .alert-success.wizard_error {
padding-left: 60px;
position: relative; }
/* line 65, admin-theme/_admin-commons.sass */
.alert.alert-success:before, #carrier_wizard .alert-success.wizard_error:before {
position: absolute;
top: 0;
left: 10px;
display: block;
min-height: 25px;
min-width: 25px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 35px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
content: "\f00c"; }
/* line 80, admin-theme/_admin-commons.sass */
.alert.alert-info, #carrier_wizard .alert-info.wizard_error {
padding-left: 60px;
position: relative; }
/* line 83, admin-theme/_admin-commons.sass */
.alert.alert-info:before, #carrier_wizard .alert-info.wizard_error:before {
position: absolute;
top: 0;
left: 10px;
display: block;
min-height: 25px;
min-width: 25px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 35px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
content: "\F05A"; }
/* line 99, admin-theme/_admin-commons.sass */
.panel .panel-footer, #header_notifs_icon_wrapper .notifs_panel .panel-footer, #dash_version .panel-footer, #header_notifs_icon_wrapper .notifs_panel .notifs_panel_footer {
margin: 15px -20px -20px; }
/* line 102, admin-theme/_admin-commons.sass */
.overflow-y {
height: 200px;
overflow-y: auto; }
/* line 1, admin-theme/_admin-tables.sass */
.table {
border-collapse: separate;
border-spacing: 0 2px 0 0;
margin-bottom: 5px; }
/* line 7, admin-theme/_admin-tables.sass */
.table thead > tr > th {
border: none;
font-weight: normal;
vertical-align: top; }
/* line 11, admin-theme/_admin-tables.sass */
.table thead > tr > th span.title_box {
color: black;
font-size: 1.1em;
font-weight: bold;
display: block;
word-wrap: nowrap;
white-space: nowrap; }
/* line 18, admin-theme/_admin-tables.sass */
.table thead > tr > th span.title_box.active {
font-weight: bold; }
/* line 20, admin-theme/_admin-tables.sass */
.table thead > tr > th span.title_box a {
text-decoration: none; }
/* line 22, admin-theme/_admin-tables.sass */
.table thead > tr > th span.title_box a.active {
color: black; }
/* line 24, admin-theme/_admin-tables.sass */
.table input, .table select {
margin: 0; }
/* line 26, admin-theme/_admin-tables.sass */
.table tbody > tr > td {
border-top: none;
background-color: white; }
/* line 29, admin-theme/_admin-tables.sass */
.table tbody > tr > td {
padding: 3px 7px;
vertical-align: middle;
word-wrap: nowrap;
font-size: 12px;
border-bottom: solid 1px #eeeeee; }
/* line 35, admin-theme/_admin-tables.sass */
.table td.center, .table th.center {
text-align: center; }
/* line 37, admin-theme/_admin-tables.sass */
.table td.pointer {
cursor: pointer; }
/* line 39, admin-theme/_admin-tables.sass */
.table tr td:first-child, .table tr th:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
/* line 42, admin-theme/_admin-tables.sass */
.table tr td:last-child, .table tr th:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
/* line 46, admin-theme/_admin-tables.sass */
tr.filter {
background-color: #dfeff8; }
/* line 48, admin-theme/_admin-tables.sass */
tr.filter input[type="text"].filter, tr.filter input[type="password"].filter, tr.filter select.filter {
font-size: 12px;
border-color: #a0d0eb; }
/* line 52, admin-theme/_admin-tables.sass */
tr.highlighted td {
background-color: #1ba6e5 !important;
color: white; }
/* line 56, admin-theme/_admin-tables.sass */
td.actions {
min-width: 200px; }
/* line 59, admin-theme/_admin-tables.sass */
.bulk-actions {
margin: 17px 0 0 0; }
/* line 1, admin-theme/_admin-tree.sass */
.tree {
padding: 0 0 0 20px;
list-style: none; }
/* line 4, admin-theme/_admin-tree.sass */
.tree input {
margin-right: 4px; }
/* line 6, admin-theme/_admin-tree.sass */
.tree i {
font-size: 1.3em; }
/* line 8, admin-theme/_admin-tree.sass */
.tree .tree-item-name, .tree .tree-folder-name {
padding: 0 5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
font-weight: normal; }
/* line 12, admin-theme/_admin-tree.sass */
.tree .tree-item-name:hover, .tree .tree-folder-name:hover {
background-color: #eeeeee;
cursor: pointer; }
/* line 15, admin-theme/_admin-tree.sass */
.tree .tree-selected {
background-color: #a4dcf5; }
/* line 17, admin-theme/_admin-tree.sass */
.tree .tree-selected i.tree-dot {
background-color: #1ba6e5; }
/* line 19, admin-theme/_admin-tree.sass */
.tree i.tree-dot {
display: inline-block;
position: relative;
width: 6px;
height: 6px;
margin: 0 4px 0 6px;
background-color: #cccccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px; }
/* line 27, admin-theme/_admin-tree.sass */
.tree .tree-item-disable, .tree .tree-folder-name-disable {
color: #cccccc; }
/* line 29, admin-theme/_admin-tree.sass */
.tree .tree-item-disable:hover, .tree .tree-folder-name-disable:hover {
color: #cccccc;
background-color: none; }
/* line 32, admin-theme/_admin-tree.sass */
.tree-actions {
padding-bottom: 4px;
display: inline-block; }
/* line 36, admin-theme/_admin-tree.sass */
.tree-panel-heading-controls {
margin: -20px -20px 20px;
padding: 5px;
border-bottom: solid 1px #dfdfdf; }
/* line 2, admin-theme/_admin-forms.sass */
label.control-label {
font-size: 13px;
font-weight: normal;
color: #666666; }
/* line 7, admin-theme/_admin-forms.sass */
label.control-label span.label-tooltip {
text-decoration: none;
font-size: 13px;
background-color: #ebebeb;
border: none;
border-bottom: solid 1px #dfdfdf;
padding: 0 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
/* line 16, admin-theme/_admin-forms.sass */
label.required:before {
content: "*";
color: red;
font-size: 14px;
position: relative;
line-height: 12px; }
/* line 23, admin-theme/_admin-forms.sass */
.tooltip {
font-size: 12px; }
/* line 26, admin-theme/_admin-forms.sass */
select.input-tiny, input[type="text"].input-tiny, input[type="password"].input-tiny {
width: 80px;
float: left; }
/* line 32, admin-theme/_admin-forms.sass */
textarea {
resize: none; }
/* line 36, admin-theme/_admin-forms.sass */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
background-color: #fefbe2;
-webkit-box-shadow: none;
box-shadow: none; }
/* line 41, admin-theme/_admin-forms.sass */
.btn {
text-transform: uppercase; }
/* line 43, admin-theme/_admin-forms.sass */
.btn .caret {
border-top-color: #333333 !important; }
/* line 46, admin-theme/_admin-forms.sass */
.btn:hover .caret, .btn:focus .caret {
border-top-color: white !important; }
/* line 48, admin-theme/_admin-forms.sass */
.btn.btn-default {
-webkit-box-shadow: #e6e6e6 0 -2px 0 inset;
box-shadow: #e6e6e6 0 -2px 0 inset; }
/* line 50, admin-theme/_admin-forms.sass */
.btn.btn-default:hover {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #1ba6e5;
color: white;
border-color: #1585b8; }
/* line 57, admin-theme/_admin-forms.sass */
.btn.btn-primary {
background-color: #1ba6e5;
color: white;
border-color: #1585b8; }
/* line 63, admin-theme/_admin-forms.sass */
.btn.btn-default[disabled] {
border-color: #999999;
color: #999999;
background-color: #f2f2f2;
-webkit-box-shadow: #cccccc 0 -2px 0 inset;
box-shadow: #cccccc 0 -2px 0 inset; }
/* line 68, admin-theme/_admin-forms.sass */
.dropdown-menu {
text-align: left; }
/* line 70, admin-theme/_admin-forms.sass */
.btn-group-action {
float: right; }
/* line 72, admin-theme/_admin-forms.sass */
.btn-group-action a {
text-decoration: none; }
/* line 76, admin-theme/_admin-forms.sass */
.tt-query {
border-bottom-right-radius: 3px !important;
border-top-right-radius: 3px !important; }
/* line 78, admin-theme/_admin-forms.sass */
.tt-dropdown-menu {
background-color: white;
border: solid 1px #cccccc;
font-size: 0.9em;
text-transform: none; }
/* line 83, admin-theme/_admin-forms.sass */
.tt-suggestions {
padding: 0 6px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px;
box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; }
/* line 86, admin-theme/_admin-forms.sass */
.tt-suggestion p {
border-bottom: solid 1px #cccccc;
margin: 0 !important;
padding: 0 !important; }
/* line 90, admin-theme/_admin-forms.sass */
.tt-suggestion:last-child p {
border-bottom: none; }
/* line 94, admin-theme/_admin-forms.sass */
.tagify-container {
background-color: white;
padding: 2px 6px;
min-height: 30px;
overflow: auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: solid 1px #cccccc;
-webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; }
/* line 102, admin-theme/_admin-forms.sass */
.tagify-container span {
float: left; }
/* line 104, admin-theme/_admin-forms.sass */
.tagify-container > span {
display: inline-block;
padding: 3px 5px;
margin: 3px;
border-radius: 2px;
border: 1px solid #1ba6e5;
background-color: #60c1ed;
color: white; }
/* line 112, admin-theme/_admin-forms.sass */
.tagify-container > span > a {
padding-left: 5px;
color: #1ba6e5;
text-decoration: none;
font-weight: bold; }
/* line 117, admin-theme/_admin-forms.sass */
.tagify-container > input {
margin-top: 2px;
border: 0 none;
width: 100px;
-webkit-box-shadow: none;
box-shadow: none; }
/* line 122, admin-theme/_admin-forms.sass */
.tagify-container > input:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none; }
/* line 1, admin-theme/_admin-kpi.sass */
.box-stats {
background-color: white; }
/* line 3, admin-theme/_admin-kpi.sass */
.box-stats .boxchart-overlay {
padding: 10px 10px 5px 10px;
margin-right: 10px;
float: left;
color: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
/* line 9, admin-theme/_admin-kpi.sass */
.box-stats i {
float: left;
height: 64px;
width: 64px;
margin-right: 10px;
color: white;
font-size: 35px;
text-align: center;
line-height: 64px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
/* line 19, admin-theme/_admin-kpi.sass */
.box-stats .title {
color: #666666;
display: block; }
/* line 22, admin-theme/_admin-kpi.sass */
.box-stats .value {
font-size: 22px; }
/* line 24, admin-theme/_admin-kpi.sass */
.box-stats small {
line-height: 0.3em;
color: #aaaaaa;
text-transform: uppercase; }
/* line 28, admin-theme/_admin-kpi.sass */
.box-stats:hover {
text-decoration: none; }
/* line 31, admin-theme/_admin-kpi.sass */
.color1 i, .color1 .boxchart-overlay {
background-color: #2ba8e3;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
/* line 34, admin-theme/_admin-kpi.sass */
.color1 .value {
color: #2ba8e3; }
/* line 37, admin-theme/_admin-kpi.sass */
.color2 i, .color2 .boxchart-overlay {
background-color: #ff5450;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
/* line 40, admin-theme/_admin-kpi.sass */
.color2 .value {
color: #ff5450; }
/* line 43, admin-theme/_admin-kpi.sass */
.color3 i, .color3 .boxchart-overlay {
background-color: #9e5ba1;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
/* line 46, admin-theme/_admin-kpi.sass */
.color3 .value {
color: #9e5ba1; }
/* line 49, admin-theme/_admin-kpi.sass */
.color4 i, .color4 .boxchart-overlay {
background-color: #95cc6b;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
/* line 52, admin-theme/_admin-kpi.sass */
.color4 .value {
color: #95cc6b; }
/* line 56, admin-theme/_admin-kpi.sass */
.data_chart rect {
fill: white; }
/* line 58, admin-theme/_admin-kpi.sass */
.data_chart path {
stroke: white;
stroke-width: 2;
fill: none; }
/* line 62, admin-theme/_admin-kpi.sass */
.data_chart line {
stroke: black; }
/* line 64, admin-theme/_admin-kpi.sass */
.data_chart .area {
fill: rgba(255, 255, 255, 0.3);
stroke-width: 0; }
/* line 68, admin-theme/_admin-kpi.sass */
.icon-big {
font-size: 4em;
color: #c5c5c5; }
/* line 6, admin-theme/_admin-switch.sass */
.switch .slide-button, .toggle p span {
display: none; }
/* line 8, admin-theme/_admin-switch.sass */
.switch {
background-color: #d2d2d2;
border-radius: 3px; }
/* line 11, admin-theme/_admin-switch.sass */
.switch label {
padding: 0;
cursor: pointer; }
@media only screen {
/* line 21, admin-theme/_admin-switch.sass */
.toggle {
position: relative;
padding: 0;
margin-left: 100px; }
/* line 25, admin-theme/_admin-switch.sass */
.toggle label {
position: relative;
z-index: 3;
display: block;
width: 100%; }
/* line 30, admin-theme/_admin-switch.sass */
.toggle input {
position: absolute;
opacity: 0;
z-index: 5; }
/* line 34, admin-theme/_admin-switch.sass */
.toggle p {
position: absolute;
left: -100px;
width: 100%;
margin: 0;
padding-right: 100px;
text-align: left; }
/* line 41, admin-theme/_admin-switch.sass */
.toggle p span {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 50%;
margin-left: 100px;
text-align: center; }
/* line 50, admin-theme/_admin-switch.sass */
.toggle:last-child {
left: 50%; }
/* line 52, admin-theme/_admin-switch.sass */
.toggle .slide-button {
position: absolute;
right: 0;
top: 0;
z-index: 4;
display: block;
width: 50%;
height: 100%;
padding: 0; }
/* line 62, admin-theme/_admin-switch.sass */
.switch {
position: relative;
padding: 0; }
/* line 65, admin-theme/_admin-switch.sass */
.switch input {
position: absolute;
opacity: 0; }
/* line 68, admin-theme/_admin-switch.sass */
.switch label {
position: relative;
z-index: 2;
float: left;
width: 50%;
height: 100%;
margin: 0;
text-align: center; }
/* line 76, admin-theme/_admin-switch.sass */
.switch .slide-button {
position: absolute;
top: 0;
left: 0;
padding: 0;
z-index: 1;
width: 50%;
height: 100%; }
/* line 84, admin-theme/_admin-switch.sass */
.switch input:last-of-type:checked ~ .slide-button {
left: 50%; }
/* line 87, admin-theme/_admin-switch.sass */
.switch.switch-three label, .switch.switch-three .slide-button {
width: 33.3%; }
/* line 89, admin-theme/_admin-switch.sass */
.switch.switch-three input:checked:nth-of-type(2) ~ .slide-button {
left: 33.3%; }
/* line 91, admin-theme/_admin-switch.sass */
.switch.switch-three input:checked:last-of-type ~ .slide-button {
left: 66.6%; }
/* line 94, admin-theme/_admin-switch.sass */
.switch.switch-four label, .switch.switch-four .slide-button {
width: 25%; }
/* line 96, admin-theme/_admin-switch.sass */
.switch.switch-four input:checked:nth-of-type(2) ~ .slide-button {
left: 25%; }
/* line 98, admin-theme/_admin-switch.sass */
.switch.switch-four input:checked:nth-of-type(3) ~ .slide-button {
left: 50%; }
/* line 100, admin-theme/_admin-switch.sass */
.switch.switch-four input:checked:last-of-type ~ .slide-button {
left: 75%; }
/* line 103, admin-theme/_admin-switch.sass */
.switch.switch-five label, .switch.switch-five .slide-button {
width: 20%; }
/* line 105, admin-theme/_admin-switch.sass */
.switch.switch-five input:checked:nth-of-type(2) ~ .slide-button {
left: 20%; }
/* line 107, admin-theme/_admin-switch.sass */
.switch.switch-five input:checked:nth-of-type(3) ~ .slide-button {
left: 40%; }
/* line 109, admin-theme/_admin-switch.sass */
.switch.switch-five input:checked:nth-of-type(4) ~ .slide-button {
left: 60%; }
/* line 111, admin-theme/_admin-switch.sass */
.switch.switch-five input:checked:last-of-type ~ .slide-button {
left: 80%; }
/* line 114, admin-theme/_admin-switch.sass */
.toggle, .switch {
display: block;
height: 27px; }
/* line 117, admin-theme/_admin-switch.sass */
.switch *, .toggle * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }
/* line 123, admin-theme/_admin-switch.sass */
.switch .slide-button, .toggle .slide-button {
display: block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
/* line 130, admin-theme/_admin-switch.sass */
.toggle label, .toggle p, .switch label {
line-height: 27px;
vertical-align: middle; }
/* line 133, admin-theme/_admin-switch.sass */
.toggle input:checked ~ .slide-button {
right: 50%; }
/* line 136, admin-theme/_admin-switch.sass */
.toggle input:focus ~ .slide-button, .switch input:focus + label {
outline: 1px dotted #888888; }
/* line 140, admin-theme/_admin-switch.sass */
.switch, .toggle {
-webkit-animation: bugfix infinite 1s; }
/* line 145, admin-theme/_admin-switch.sass */
.prestashop-switch {
min-width: 150px;
color: #666666;
text-align: center;
border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px 1px inset;
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px 1px inset; }
/* line 151, admin-theme/_admin-switch.sass */
.prestashop-switch label {
padding-top: 0 !important;
font-weight: 500; }
/* line 154, admin-theme/_admin-switch.sass */
.prestashop-switch input:checked + label {
color: #333333 !important;
text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 0; }
/* line 158, admin-theme/_admin-switch.sass */
.prestashop-switch input:not(:checked) + label i {
color: #666666 !important; }
/* line 160, admin-theme/_admin-switch.sass */
.prestashop-switch .slide-button {
position: relative;
margin-right: 3px;
color: white; }
/* line 164, admin-theme/_admin-switch.sass */
.prestashop-switch p {
color: #333333; }
/* line 166, admin-theme/_admin-switch.sass */
.prestashop-switch span {
color: white; } }
/* line 1, admin-theme/_admin-toolbar.sass */
.page-head {
width: 100%;
height: 55px;
padding: 0 10px 0 0;
margin: 0;
border-bottom: 4px solid #75a139;
position: fixed;
top: 36px;
left: 0px;
z-index: 499;
background-color: #8fc04d;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0;
box-shadow: rgba(0, 0, 0, 0.15) 0 7px 0; }
/* line 13, admin-theme/_admin-toolbar.sass */
.page-head h2.page-title {
padding: 0 0 0 260px;
font-size: 18px;
color: white;
text-transform: uppercase; }
@media (max-width: 768px) {
/* line 13, admin-theme/_admin-toolbar.sass */
.page-head h2.page-title {
padding: 0 0 0 20px; } }
/* line 21, admin-theme/_admin-toolbar.sass */
.page-head h2.page-title a {
border-bottom: dotted 1px white; }
/* line 23, admin-theme/_admin-toolbar.sass */
.page-head h2.page-title a:hover {
color: black;
border-color: black; }
/* line 26, admin-theme/_admin-toolbar.sass */
.page-head a {
color: white;
text-decoration: none; }
/* line 30, admin-theme/_admin-toolbar.sass */
.page-head .btn-toolbar {
margin: 0;
padding: 3px 0 0 0; }
/* line 33, admin-theme/_admin-toolbar.sass */
.page-head .btn-toolbar .nav-tabs {
margin: 0; }
/* line 35, admin-theme/_admin-toolbar.sass */
.page-head .btn-toolbar .nav-tabs > li > a {
color: #333333; }
/* line 38, admin-theme/_admin-toolbar.sass */
.toolbar_btn {
position: relative;
padding: 2px 5px !important;
margin-right: 3px;
font-size: 12px;
font-weight: 600;
color: white;
text-align: center;
text-shadow: none; }
/* line 47, admin-theme/_admin-toolbar.sass */
.toolbar_btn:hover {
color: #8fc04d;
border-color: white;
background-color: white !important; }
/* line 52, admin-theme/_admin-toolbar.sass */
[class^="process-icon-"], [class*=" process-icon-"] {
height: 25px;
min-width: 32px;
background-position: center;
background-repeat: no-repeat;
display: block;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 25px;
line-height: 25px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: 0.3em; }
/* line 18, admin-theme/_admin-date-range-picker.sass */
#datepicker .input-selected {
margin: 0; }
/* line 20, admin-theme/_admin-date-range-picker.sass */
#datepicker #date-start.input-selected, #datepicker #date-end.input-selected {
border: solid 3px #00a4e7; }
/* line 22, admin-theme/_admin-date-range-picker.sass */
#datepicker #date-start-compare.input-selected, #datepicker #date-end-compare.input-selected {
border: solid 3px #ff8000; }
/* line 25, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form #date-range {
border: solid 1px #0092ce; }
/* line 27, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form #date-range .form-date-heading {
background-color: #0092ce; }
/* line 29, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form #date-compare {
border: solid 1px #e67300; }
/* line 31, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form #date-compare .form-date-heading {
background-color: #e67300; }
/* line 33, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-heading {
height: 30px;
line-height: 30px;
padding: 0 0 0 8px; }
/* line 37, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-heading .title, #datepicker div#datepicker-form .form-date-heading .checkbox-title label {
font-size: 1.15em;
color: white;
font-weight: 200;
text-transform: uppercase;
line-height: 2em; }
/* line 43, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-heading .btn-default {
background-color: rgba(255, 255, 255, 0.3);
font-weight: 700;
color: white;
border: none; }
/* line 48, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-heading select {
margin: 2px 2px 0 0; }
/* line 50, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-body, #datepicker div#datepicker-form .form-date-actions {
width: 100%;
padding: 10px;
background-color: white;
display: inline-block; }
/* line 55, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-actions {
border: solid 1px #cccccc; }
/* line 57, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-group {
clear: both;
width: 100%;
margin: 0 auto 6px auto; }
/* line 61, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-group label {
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
color: #666666; }
/* line 66, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-group input {
margin: 4px 4px 0 0; }
/* line 68, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-group input[type='text'] {
width: 35%; }
/* line 70, admin-theme/_admin-date-range-picker.sass */
#datepicker div#datepicker-form .form-date-group button {
margin: 5px 0 0 0; }
/* line 73, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker {
position: relative;
margin: 0 0 8px 0;
width: 100%;
font-size: 13px;
border: solid 1px #cccccc; }
/* line 79, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker table {
width: 100%;
margin: 0;
border-spacing: 1px; }
/* line 84, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker thead tr th:after {
content: "";
border-top: 1px solid #0080b4;
width: 100%;
display: block; }
/* line 89, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker thead tr th {
background-color: #0092ce;
color: #004968;
font-size: 0.7em;
font-weight: 700;
border-bottom: solid 1px #0cb8ff;
text-transform: uppercase; }
/* line 96, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker thead tr:first-child th {
background-color: white;
font-weight: 200;
font-size: 1.4em;
color: #00a4e7; }
/* line 101, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td, #datepicker .daterangepicker th {
text-align: center;
padding: 0;
position: relative; }
/* line 105, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td {
color: #00a4e7;
height: 2.4em;
padding: 0 8px; }
/* line 109, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.day:after {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
z-index: 0;
background-color: transparent; }
/* line 118, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.day:hover {
cursor: pointer; }
/* line 120, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.day.disabled {
color: #cccccc; }
/* line 122, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.old, #datepicker .daterangepicker td.new {
color: #cccccc; }
/* line 125, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected) {
color: white;
font-weight: 700;
background-color: #00a4e7;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px; }
/* line 131, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).range-compare {
background-color: #4ca0b1;
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
/* line 134, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare, #datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).start-selected-compare {
background-color: #4c99a1; }
/* line 136, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.start-selected:not(.old):not(.new):not(.end-selected).end-selected-compare {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
/* line 138, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected) {
color: white;
font-weight: 700;
background-color: #00a4e7;
border-bottom-right-radius: 15px;
border-top-right-radius: 15px; }
/* line 144, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).range-compare {
background-color: #4ca0b1;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
/* line 147, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).end-selected-compare, #datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare {
background-color: #4c99a1; }
/* line 149, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected:not(.old):not(.new):not(.start-selected).start-selected-compare {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
/* line 151, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare) {
color: white;
font-weight: 700;
background-color: #ff8000;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px; }
/* line 157, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.start-selected-compare:not(.old):not(.new):not(.end-selected-compare).range {
background-color: #ba924c;
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
/* line 160, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare) {
color: white;
font-weight: 700;
background-color: #ff8000;
border-bottom-right-radius: 15px;
border-top-right-radius: 15px; }
/* line 166, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected-compare:not(.old):not(.new):not(.start-selected-compare).range {
background-color: #ba924c;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
/* line 169, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected.start-selected {
color: white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
font-weight: 700;
background-color: #00a4e7; }
/* line 174, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected.start-selected.range-compare {
background-color: #4ca0b1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
/* line 177, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected-compare.start-selected-compare {
color: white;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
font-weight: 700;
background-color: #ff8000; }
/* line 182, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.end-selected-compare.start-selected-compare.range {
background-color: #ba924c;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
/* line 185, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.range {
color: #cef1ff;
background-color: #1bbdff; }
/* line 188, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.range.range-compare {
background-color: #8dab99; }
/* line 190, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.range-compare {
color: #fff2e5;
background-color: #ff9933; }
/* line 193, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.range-compare.range {
background-color: #8dab99; }
/* line 195, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td.today {
background-color: white; }
/* line 197, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td span {
padding: 0;
display: block;
width: 33.333%;
height: 3em;
line-height: 3em;
font-weight: 400;
float: left;
text-transform: uppercase;
cursor: pointer; }
/* line 207, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td span:hover {
background-color: #00a4e7; }
/* line 209, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td span.active {
background-color: #00a4e7;
color: white; }
/* line 212, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker td span.old {
color: #cccccc; }
/* line 215, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker th.switch {
width: 145px; }
/* line 217, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker th.next, #datepicker .daterangepicker th.prev {
font-size: 1.3em; }
/* line 219, admin-theme/_admin-date-range-picker.sass */
#datepicker .daterangepicker thead tr:first-child th {
cursor: pointer; }
/* line 223, admin-theme/_admin-date-range-picker.sass */
.chevron-left, .chevron-right {
position: relative; }
/* line 225, admin-theme/_admin-date-range-picker.sass */
.chevron-left:before, .chevron-right:before {
display: block;
content: "";
width: 0;
height: 0;
border-style: solid;
position: absolute; }
/* line 232, admin-theme/_admin-date-range-picker.sass */
.chevron-left:before {
right: 0;
top: 0;
border-width: 1.2em 0 1.2em 0.5em;
border-color: transparent transparent transparent #00a4e7;
background-color: #1bbdff; }
/* line 238, admin-theme/_admin-date-range-picker.sass */
.chevron-right:before {
left: 0;
top: 0;
border-width: 1.2em 0 1.2em 0.5em;
border-color: transparent transparent transparent #1bbdff;
background-color: #00a4e7; }
/* line 244, admin-theme/_admin-date-range-picker.sass */
.input-complete {
-webkit-animation: one 0.2s ease-in-out;
-moz-animation: one 0.2s ease-in-out;
-ms-animation: one 0.2s ease-in-out;
-o-animation: one 0.2s ease-in-out;
animation: one 0.2s ease-in-out; }
@-webkit-keyframes one {
/* line 252, admin-theme/_admin-date-range-picker.sass */
0% {
background-color: #00a4e7; }
/* line 254, admin-theme/_admin-date-range-picker.sass */
100% {
background-color: white; } }
@-webkit-keyframes two {
/* line 258, admin-theme/_admin-date-range-picker.sass */
0% {
-webkit-box-shadow: #00a4e7 0 0 0 20px inset;
box-shadow: #00a4e7 0 0 0 20px inset; }
/* line 260, admin-theme/_admin-date-range-picker.sass */
100% {
-webkit-box-shadow: #00a4e7 0 0 0 inset;
box-shadow: #00a4e7 0 0 0 inset; } }
/* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2013 Hakim El Hattab, http://hakim.se
*/
/* line 41, admin-theme/_ladda.sass */
.ladda-button {
position: relative; }
/* line 43, admin-theme/_ladda.sass */
.ladda-button .ladda-spinner {
position: absolute;
z-index: 2;
display: inline-block;
width: 32px;
height: 32px;
top: 50%;
margin-top: -16px;
opacity: 0;
pointer-events: none; }
/* line 54, admin-theme/_ladda.sass */
.ladda-button .ladda-label {
position: relative;
z-index: 3; }
/* line 58, admin-theme/_ladda.sass */
.ladda-button .ladda-progress {
position: absolute;
width: 0;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.1s linear all !important;
-moz-transition: 0.1s linear all !important;
-ms-transition: 0.1s linear all !important;
-o-transition: 0.1s linear all !important;
transition: 0.1s linear all !important; }
/* line 68, admin-theme/_ladda.sass */
.ladda-button .ladda-progress[data-loading] .ladda-progress {
opacity: 1;
visibility: visible; }
/* line 73, admin-theme/_ladda.sass */
.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }
/* line 75, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
-webkit-transition: 0.3s ease all !important;
-moz-transition: 0.3s ease all !important;
-ms-transition: 0.3s ease all !important;
-o-transition: 0.3s ease all !important;
transition: 0.3s ease all !important; }
/* line 85, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-right] .ladda-spinner {
right: 14px; }
/* line 87, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
right: 4px; }
/* line 90, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-right][data-loading] {
padding-right: 56px; }
/* line 92, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
opacity: 1; }
/* line 94, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
padding-right: 40px; }
/* line 100, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-left] .ladda-spinner {
left: 14px; }
/* line 102, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
left: 4px; }
/* line 105, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-left][data-loading] {
padding-left: 56px; }
/* line 107, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
opacity: 1; }
/* line 109, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
padding-left: 40px; }
/* line 114, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-up] {
overflow: hidden; }
/* line 116, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-up] .ladda-spinner {
top: -32px;
left: 50%;
margin-left: -16px; }
/* line 120, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-up][data-loading] {
padding-top: 54px; }
/* line 122, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
opacity: 1;
top: 14px;
margin-top: 0; }
/* line 126, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
padding-top: 32px; }
/* line 129, admin-theme/_ladda.sass */
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
top: 4px; }
/* line 153, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-left] {
overflow: hidden; }
/* line 155, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-left] .ladda-label {
position: relative; }
/* line 157, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-left] .ladda-spinner {
left: 100%;
margin-left: -16px; }
/* line 161, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
opacity: 0;
left: -100%; }
/* line 164, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
opacity: 1;
left: 50%; }
/* line 169, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-right] {
overflow: hidden; }
/* line 171, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-right] .ladda-label {
position: relative; }
/* line 173, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-right] .ladda-spinner {
right: 100%;
margin-left: -16px; }
/* line 177, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
opacity: 0;
left: 100%; }
/* line 180, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
opacity: 1;
left: 50%; }
/* line 186, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-up] {
overflow: hidden; }
/* line 188, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-up] .ladda-label {
position: relative; }
/* line 190, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-up] .ladda-spinner {
left: 50%;
margin-left: -16px;
margin-top: 1em; }
/* line 195, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
opacity: 0;
top: -1em; }
/* line 198, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
opacity: 1;
margin-top: -16px; }
/* line 204, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-down] {
overflow: hidden; }
/* line 206, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-down] .ladda-label {
position: relative; }
/* line 208, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-down] .ladda-spinner {
left: 50%;
margin-left: -16px;
margin-top: -2em; }
/* line 213, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
opacity: 0;
top: 1em; }
/* line 216, admin-theme/_ladda.sass */
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
opacity: 1;
margin-top: -16px; }
/* line 221, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-out] {
overflow: hidden; }
/* line 223, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-out] .ladda-spinner {
left: 50%;
margin-left: -16px;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5); }
/* line 227, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-out] .ladda-label {
position: relative;
display: inline-block; }
/* line 230, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5); }
/* line 233, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
/* line 239, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-in] {
overflow: hidden; }
/* line 241, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-in] .ladda-spinner {
left: 50%;
margin-left: -16px;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2); }
/* line 245, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-in] .ladda-label {
position: relative;
display: inline-block; }
/* line 248, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
opacity: 0;
-webkit-transform: scale(2.2);
-moz-transform: scale(2.2);
-ms-transform: scale(2.2);
-o-transform: scale(2.2);
transform: scale(2.2); }
/* line 251, admin-theme/_ladda.sass */
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
/* line 257, admin-theme/_ladda.sass */
.ladda-button[data-style=contract] {
overflow: hidden;
width: 100px; }
/* line 260, admin-theme/_ladda.sass */
.ladda-button[data-style=contract] .ladda-spinner {
left: 50%;
margin-left: -16px; }
/* line 264, admin-theme/_ladda.sass */
.ladda-button[data-style=contract][data-loading] {
border-radius: 50%;
width: 52px; }
/* line 267, admin-theme/_ladda.sass */
.ladda-button[data-style=contract][data-loading] .ladda-label {
opacity: 0; }
/* line 269, admin-theme/_ladda.sass */
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
opacity: 1; }
/* line 274, admin-theme/_ladda.sass */
.ladda-button[data-style=contract-overlay] {
overflow: hidden;
width: 100px;
box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0); }
/* line 278, admin-theme/_ladda.sass */
.ladda-button[data-style=contract-overlay] .ladda-spinner {
left: 50%;
margin-left: -16px; }
/* line 281, admin-theme/_ladda.sass */
.ladda-button[data-style=contract-overlay][data-loading] {
border-radius: 50%;
width: 52px;
/*outline: 10000px solid rgba( 0, 0, 0, 0.5 ); */
box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8); }
/* line 286, admin-theme/_ladda.sass */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
opacity: 0; }
/* line 288, admin-theme/_ladda.sass */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
opacity: 1; }
/* line 299, admin-theme/_ladda.sass */
.ladda-button[disabled], .ladda-button[data-loading] {
border-color: rgba(0, 0, 0, 0.07);
cursor: default;
background-color: #999999; }
/* line 304, admin-theme/_ladda.sass */
.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover {
cursor: default;
background-color: #999999; }
/* line 307, admin-theme/_ladda.sass */
.ladda-button[data-size=xs] {
padding: 4px 8px; }
/* line 309, admin-theme/_ladda.sass */
.ladda-button[data-size=xs] .ladda-label {
font-size: 0.7em; }
/* line 311, admin-theme/_ladda.sass */
.ladda-button[data-size=s] {
padding: 6px 10px; }
/* line 313, admin-theme/_ladda.sass */
.ladda-button[data-size=s] .ladda-label {
font-size: 0.9em; }
/* line 315, admin-theme/_ladda.sass */
.ladda-button[data-size=l] .ladda-label {
font-size: 1.2em; }
/* line 317, admin-theme/_ladda.sass */
.ladda-button[data-size=xl] .ladda-label {
font-size: 1.5em; }
/* line 1, admin-theme/_admin-login.sass */
#login {
height: 100%;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 40, color-stop(10%, rgba(104, 128, 138, 0.4)), color-stop(40%, rgba(138, 114, 76, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(57, 173, 219, 0.25)), color-stop(100%, rgba(42, 60, 87, 0.4))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #670d10), color-stop(100%, #092756));
background: -webkit-radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -webkit-linear-gradient(left top, #670d10, #092756);
background: -moz-radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -moz-linear-gradient(left top, #670d10, #092756);
background: -o-radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), -o-linear-gradient(left top, #670d10, #092756);
background: radial-gradient(top left, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(top, rgba(57, 173, 219, 0.25), rgba(42, 60, 87, 0.4)), linear-gradient(left top, #670d10, #092756); }
/* line 5, admin-theme/_admin-login.sass */
#login-header {
margin: 0 0 60px 0;
color: white; }
/* line 9, admin-theme/_admin-login.sass */
#login-panel {
margin: 0 auto;
width: 420px; }
/* line 12, admin-theme/_admin-login.sass */
#login-panel .panel, #login-panel #header_notifs_icon_wrapper .notifs_panel, #header_notifs_icon_wrapper #login-panel .notifs_panel, #login-panel #dash_version {
-webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 0 0 6px;
box-shadow: rgba(255, 255, 255, 0.45) 0 0 0 6px; }
/* line 14, admin-theme/_admin-login.sass */
#login-panel .panel-footer, #login-panel #header_notifs_icon_wrapper .notifs_panel .notifs_panel_footer, #header_notifs_icon_wrapper .notifs_panel #login-panel .notifs_panel_footer {
margin: 0 -20px -20px; }
/* line 17, admin-theme/_admin-login.sass */
#login-panel .flip-container {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-ms-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
height: 370px; }
/* line 20, admin-theme/_admin-login.sass */
#login-panel .flip-container.flip .flipper {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg); }
/* line 23, admin-theme/_admin-login.sass */
#login-panel .flipper {
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative; }
/* line 28, admin-theme/_admin-login.sass */
#login-panel .front, #login-panel .back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: 420px;
position: absolute;
top: 0;
left: 0; }
/* line 35, admin-theme/_admin-login.sass */
#login-panel .front {
z-index: 2; }
/* line 38, admin-theme/_admin-login.sass */
#login-panel .back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg); }
/* line 42, admin-theme/_admin-login.sass */
#login-footer a {
color: #a0aab5; }
/* line 45, admin-theme/_admin-login.sass */
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes fadeInDown {
/* line 56, admin-theme/_admin-login.sass */
0% {
opacity: 0;
-webkit-transform: translateY(-20px); }
/* line 59, admin-theme/_admin-login.sass */
100% {
opacity: 1;
-webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
/* line 64, admin-theme/_admin-login.sass */
0% {
opacity: 0;
-moz-transform: translateY(-20px); }
/* line 67, admin-theme/_admin-login.sass */
100% {
opacity: 1;
-moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
/* line 72, admin-theme/_admin-login.sass */
0% {
opacity: 0;
-o-transform: translateY(-20px); }
/* line 75, admin-theme/_admin-login.sass */
100% {
opacity: 1;
-o-transform: translateY(0); } }
@keyframes fadeInDown {
/* line 80, admin-theme/_admin-login.sass */
0% {
opacity: 0;
transform: translateY(-20px); }
/* line 83, admin-theme/_admin-login.sass */
100% {
opacity: 1;
transform: translateY(0); } }
/* line 87, admin-theme/_admin-login.sass */
.animated.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown; }
@-webkit-keyframes fadeIn {
/* line 95, admin-theme/_admin-login.sass */
0% {
opacity: 0; }
/* line 97, admin-theme/_admin-login.sass */
100% {
opacity: 1; } }
@-moz-keyframes fadeIn {
/* line 101, admin-theme/_admin-login.sass */
0% {
opacity: 0; }
/* line 103, admin-theme/_admin-login.sass */
100% {
opacity: 1; } }
@-o-keyframes fadeIn {
/* line 107, admin-theme/_admin-login.sass */
0% {
opacity: 0; }
/* line 109, admin-theme/_admin-login.sass */
100% {
opacity: 1; } }
@keyframes fadeIn {
/* line 113, admin-theme/_admin-login.sass */
0% {
opacity: 0; }
/* line 115, admin-theme/_admin-login.sass */
100% {
opacity: 1; } }
/* line 118, admin-theme/_admin-login.sass */
.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn; }
/* line 1, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard {
position: relative;
display: block; }
/* line 4, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .stepContainer {
position: relative;
display: block;
overflow: hidden;
clear: both; }
/* line 9, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .stepContainer div.content {
position: absolute;
display: block;
width: 100%;
clear: both; }
/* line 14, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .stepContainer .StepTitle {
display: block;
position: relative;
clear: both; }
/* line 18, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard ul.anchor {
position: relative;
display: block;
float: left;
list-style: none;
padding: 0;
margin: 0 0 10px 0;
clear: both;
width: 100%; }
/* line 28, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard ul.anchor.nbr_steps_4 li {
width: 25%;
float: left; }
/* line 32, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard ul.anchor.nbr_steps_5 li {
width: 25%;
float: left; }
/* line 35, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li {
position: relative;
display: block;
overflow: hidden; }
/* line 39, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a {
color: #cccccc;
height: 32px;
display: block;
position: relative;
margin: 0 16px 0 0;
text-decoration: none;
outline-style: none; }
/* line 47, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a .stepNumber {
position: relative;
float: left;
width: 24px;
height: 32px;
margin-right: 3px;
text-align: center;
padding: 0 5px;
font-size: 30px;
line-height: 32px;
color: white; }
/* line 58, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a .stepDesc {
position: relative;
text-align: left;
font-size: 13px;
height: 32px;
display: table-cell;
vertical-align: middle;
line-height: 13px; }
/* line 66, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a .chevron {
border: 16px solid transparent;
border-left: 14px solid white;
border-right: 0;
position: absolute;
right: -16px;
top: 0; }
/* line 73, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a .chevron:after {
border: 16px solid transparent;
border-left: 14px solid #cccccc;
border-right: 0;
position: absolute;
content: "";
right: 2px;
top: -16px; }
/* line 81, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a.disabled {
color: #777777;
background-color: #cccccc; }
/* line 84, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a.disabled .chevron:after {
border-left: 14px solid #cccccc; }
/* line 86, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a.selected {
color: #f8f8f8;
cursor: text;
background-color: #515561; }
/* line 90, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a.selected .chevron:after {
border-left: 14px solid #515561; }
/* line 92, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a.done {
color: white;
background-color: #5cb85c; }
/* line 95, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard li a.done .chevron:after {
border-left: 14px solid #5cb85c; }
/* line 97, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .loader {
display: none; }
/* line 107, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .msgBox {
position: relative;
display: none;
float: left;
margin: 4px 0 0 5px;
padding: 5px;
border: 1px solid gold;
background-color: #ffffdd;
color: #5a5655;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; }
/* line 117, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .msgBox .content {
padding: 0px;
float: left; }
/* line 120, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard #carrier_logo_block {
right: 10px; }
/* line 125, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .range_inf td, #carrier_wizard .range_sup td {
background-color: #cccccc; }
/* line 127, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .range_type {
width: 220px;
text-align: right;
font-weight: bold; }
/* line 131, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .range_data {
width: 110px; }
/* line 133, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .range_sign {
width: 18px;
font-size: 20px;
text-align: center; }
/* line 137, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .range_data_new {
width: 110px; }
/* line 139, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard table#zones_table {
width: auto; }
/* line 141, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .field_error {
border-color: #d9534f; }
/* line 143, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .actionBar {
height: 30px; }
/* line 145, admin-theme/_admin-carrier-wizard.sass */
#carrier_wizard .actionBar a {
float: right;
margin-right: 10px; }
/* line 2, admin-theme/_admin-modules.sass */
#module-list h3, #module-list #content .panel-heading, #content #module-list .panel-heading, #module-list #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #content #header_notifs_icon_wrapper .notifs_panel #module-list .notifs_panel_header, #module-list #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content #module-list .notifs_panel_header {
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
background-color: transparent;
color: #515561;
font-weight: 500; }
/* line 11, admin-theme/_admin-modules.sass */
.hook_panel {
-webkit-box-shadow: rgba(255, 255, 255, 0.9) 0 0 0 1px inset;
box-shadow: rgba(255, 255, 255, 0.9) 0 0 0 1px inset;
padding: 10px 10px 5px 10px;
margin-bottom: 3px !important; }
/* line 16, admin-theme/_admin-modules.sass */
.module_name {
font-size: 1.2em; }
/* line 20, admin-theme/_admin-modules.sass */
.hook_panel_header {
margin: 0 -10px 0 -10px;
padding: 0 10px 10px 10px; }
/* line 23, admin-theme/_admin-modules.sass */
.hook_panel_header .hook_name {
font-weight: 400;
font-size: 1.2em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #1ba6e5;
border: solid 1px #cccccc;
background-color: white;
padding: 0 4px; }
/* line 31, admin-theme/_admin-modules.sass */
.hook_panel_header .hook_title {
text-transform: uppercase;
font-size: 1em; }
/* line 34, admin-theme/_admin-modules.sass */
.hook_panel_header .hook_description {
padding: 3px 0 0 3px; }
/* line 38, admin-theme/_admin-modules.sass */
.module_list .module_list_item {
display: table;
width: 100%;
padding: 5px 0;
margin-bottom: 4px;
background-color: white;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
/* line 46, admin-theme/_admin-modules.sass */
.module_col_select {
display: table-cell;
width: 22px;
min-height: 35px;
vertical-align: middle;
text-align: center;
border-right: 1px solid #dddddd; }
/* line 53, admin-theme/_admin-modules.sass */
.module_col_position {
display: table-cell;
width: 60px;
vertical-align: middle;
text-align: right; }
/* line 58, admin-theme/_admin-modules.sass */
.module_col_position .positions {
font-family: "Ubuntu", sans-serif;
font-weight: 200;
text-shadow: white 1px 1px;
padding: 0 5px;
font-size: 1.6em;
color: #aaaaaa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset;
border: solid 1px #cccccc;
background-color: #eeeeee; }
/* line 69, admin-theme/_admin-modules.sass */
.module_col_icon {
display: table-cell;
width: 50px;
text-align: center;
vertical-align: middle; }
/* line 75, admin-theme/_admin-modules.sass */
.module_col_infos {
display: table-cell;
height: 50px;
vertical-align: middle; }
/* line 80, admin-theme/_admin-modules.sass */
.module_col_actions {
display: table-cell;
width: 160px;
padding: 0 10px;
vertical-align: middle;
text-align: right; }
/* line 86, admin-theme/_admin-modules.sass */
.module_col_actions .btn-group {
text-align: left; }
/* line 88, admin-theme/_admin-modules.sass */
li.sortable-placeholder {
border: 1px dashed #cccccc;
background-color: #bbbbbb;
margin-bottom: 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; }
/* line 3, admin-theme/_admin-dashboard.sass */
.size_s, .size_md, .size_l, .size_xl, .size_xxl {
font-family: "Ubuntu", sans-serif;
color: #515561; }
/* line 6, admin-theme/_admin-dashboard.sass */
.size_s {
font-size: 1.1em; }
/* line 8, admin-theme/_admin-dashboard.sass */
.size_md {
font-size: 1.3em; }
/* line 10, admin-theme/_admin-dashboard.sass */
.size_l {
font-size: 1.7em; }
/* line 12, admin-theme/_admin-dashboard.sass */
.size_xl {
font-size: 2em; }
/* line 14, admin-theme/_admin-dashboard.sass */
.size_xxl {
font-size: 2.3em; }
/* line 16, admin-theme/_admin-dashboard.sass */
.color_success {
color: #5cb85c; }
/* line 18, admin-theme/_admin-dashboard.sass */
.color_danger {
color: #d9534f; }
/* line 21, admin-theme/_admin-dashboard.sass */
.dash_trend_down {
color: red; }
/* line 23, admin-theme/_admin-dashboard.sass */
.dash_trend_down:before {
margin-right: 4px;
font-family: FontAwesome;
content: "\f0ab"; }
/* line 27, admin-theme/_admin-dashboard.sass */
.dash_trend_up {
color: green; }
/* line 29, admin-theme/_admin-dashboard.sass */
.dash_trend_up:before {
margin-right: 4px;
font-family: FontAwesome;
content: "\f0aa"; }
/* line 33, admin-theme/_admin-dashboard.sass */
.dash_trend_right {
color: darkblue; }
/* line 35, admin-theme/_admin-dashboard.sass */
.dash_trend_right:before {
margin-right: 4px;
font-family: FontAwesome;
content: "\f0a9"; }
/* line 40, admin-theme/_admin-dashboard.sass */
.box-stats {
height: 70px; }
/* line 45, admin-theme/_admin-dashboard.sass */
#dashboard section header {
padding: 3px 8px;
margin: 0 0 3px 0;
color: white;
font-size: 1.2em;
background-color: #1ba6e5; }
/* line 51, admin-theme/_admin-dashboard.sass */
#dashboard section header .small {
font-variant: small-cap;
text-transform: uppercase;
font-size: 0.7em; }
/* line 55, admin-theme/_admin-dashboard.sass */
#dashboard section header.panel-heading, #dashboard section #header_notifs_icon_wrapper .notifs_panel header.notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #dashboard section header.notifs_panel_header {
color: #555555; }
/* line 58, admin-theme/_admin-dashboard.sass */
#dashboard .data_list {
margin: 0 0 10px 0;
padding: 0; }
/* line 62, admin-theme/_admin-dashboard.sass */
#dashboard .data_list li {
position: relative; }
/* line 67, admin-theme/_admin-dashboard.sass */
#dashboard .data_list .data_value {
line-height: 39px;
position: absolute;
top: 0;
right: 0;
padding: 0 10px 0 0; }
/* line 74, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_small {
margin: 8px 0 10px 0;
padding: 0 0 0 0;
border-top: solid 1px #dddddd; }
/* line 78, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_small li {
padding: 3px 0;
position: relative;
border: none;
margin: 0;
border-bottom: dashed 1px #dddddd; }
/* line 84, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_small .data_label {
text-transform: uppercase;
color: #bbbbbb; }
/* line 87, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_small .data_value {
line-height: 25px;
position: absolute;
top: 0;
right: 0;
padding: 0; }
/* line 94, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_large {
margin: 8px 0 10px 0;
padding: 0; }
/* line 98, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_large li {
padding: 6px 0;
position: relative;
border: none;
margin: 0; }
/* line 103, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_large .data_label {
line-height: 0.8em; }
/* line 105, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_large .data_label small {
font-size: 0.6em; }
/* line 107, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_large .data_value {
text-align: right;
line-height: 0.6em;
position: absolute;
top: 0;
right: 0;
padding: 8px 0 0 0; }
/* line 114, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_large .data_value small {
font-size: 0.5em; }
/* line 117, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_vertical {
padding: 0;
margin: 0 0 10px 0;
border: 1px solid #dddddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
/* line 124, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_vertical li {
border-left: solid 1px #dddddd;
padding: 6px; }
/* line 128, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_vertical li:first-child {
border: none; }
/* line 130, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_vertical .data_label {
min-height: 32px;
display: block;
line-height: 1em;
text-align: center; }
/* line 135, admin-theme/_admin-dashboard.sass */
#dashboard .data_list_vertical .data_value {
display: block;
text-align: center; }
/* line 140, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends header {
margin-bottom: 0; }
/* line 142, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends #dashtrends_toolbar {
margin: 4px -16px; }
/* line 144, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends dl {
cursor: pointer;
margin: 0;
min-height: 120px;
text-align: center;
background-color: white;
padding: 10px;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd; }
/* line 153, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends dl:first-child {
border-left: none; }
/* line 155, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends dl.active {
background-color: #eeeeee; }
/* line 157, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends dt {
text-align: center;
height: 37px;
line-height: 1em;
font: 300 1.1em/120% "Ubuntu", sans-serif; }
/* line 162, admin-theme/_admin-dashboard.sass */
#dashboard #dashtrends svg {
height: 350px; }
/* line 166, admin-theme/_admin-dashboard.sass */
#dashboard #dashgoals svg {
height: 250px; }
/* line 171, admin-theme/_admin-dashboard.sass */
#dashboard #dashaddons {
background-color: white;
border: 1px dashed silver;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 10px 20px;
font-size: 1.3em;
text-align: center; }
/* line 175, admin-theme/_admin-dashboard.sass */
#dashboard #dashaddons a {
display: block; }
/* line 177, admin-theme/_admin-dashboard.sass */
#dashboard #dashaddons a:hover {
text-decoration: none; }
/* line 184, admin-theme/_admin-dashboard.sass */
#dashboard #dashactivity svg {
height: 150px; }
/* line 191, admin-theme/_admin-dashboard.sass */
#dashboard .loading .data_value {
min-width: 30px;
text-align: center; }
/* line 194, admin-theme/_admin-dashboard.sass */
#dashboard .loading .data_value:before {
font-size: 0.7em;
font-family: FontAwesome;
content: "\f021";
color: #cccccc; }
/* line 200, admin-theme/_admin-dashboard.sass */
#dashboard .loading .data_value span, #dashboard .loading .data_value small {
display: none; }
/* line 202, admin-theme/_admin-dashboard.sass */
#dashboard .loading .data_trend {
display: none; }
/* line 227, admin-theme/_admin-dashboard.sass */
.data_loading, #dashboard .data_value span, #dashboard .data_value .dash_trend {
opacity: 1;
-webkit-animation-name: bounceG;
animation-name: bounceG;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-direction: linear;
animation-direction: linear;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7); }
@-webkit-keyframes bounceG {
/* line 235, admin-theme/_admin-dashboard.sass */
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1); }
/* line 238, admin-theme/_admin-dashboard.sass */
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes bounceG {
/* line 235, admin-theme/_admin-dashboard.sass */
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1); }
/* line 238, admin-theme/_admin-dashboard.sass */
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@-ms-keyframes bounceG {
/* line 235, admin-theme/_admin-dashboard.sass */
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1); }
/* line 238, admin-theme/_admin-dashboard.sass */
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@-o-keyframes bounceG {
/* line 235, admin-theme/_admin-dashboard.sass */
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1); }
/* line 238, admin-theme/_admin-dashboard.sass */
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
@keyframes bounceG {
/* line 235, admin-theme/_admin-dashboard.sass */
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1); }
/* line 238, admin-theme/_admin-dashboard.sass */
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } }
/* line 242, admin-theme/_admin-dashboard.sass */
#dash_version {
padding: 0 !important;
overflow: hidden; }
/* line 246, admin-theme/_admin-dashboard.sass */
#dash_version iframe {
height: 80px;
width: 100%; }