@charset "IBM866";
@font-face {
    font-family: 'Open Sans,sans-serif';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans,sans-serif Light"), local("OpenSans-Light"), url(fonts/google/open-sans-light.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans,sans-serif';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans,sans-serif"), local("OpenSans"), url(fonts/google/open-sans.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans,sans-serif';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans,sans-serif Semibold"), local("OpenSans-Semibold"), url(fonts/google/open-sans-semibold.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans,sans-serif';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans,sans-serif Bold"), local("OpenSans-Bold"), url(fonts/google/open-sans-bold.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans,sans-serif';
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans,sans-serif Italic"), local("OpenSans-Italic"), url(fonts/google/open-sans-italic.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans,sans-serif';
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans,sans-serif Light Italic"), local("OpenSansLight-Italic"), url(fonts/google/open-sans-italic-light.woff) format("woff");
}

@import "compass/css3";


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

body {
    margin: 0;
}


/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}


/* line 67, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

audio:not([controls]) {
    display: none;
    height: 0;
}


/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

[hidden],
template {
    display: none;
}


/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

a {
    background-color: transparent;
}


/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

a:active,
a:hover {
    outline: 0;
}


/* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

abbr[title] {
    border-bottom: 1px dotted;
}


/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

b,
strong {
    font-weight: bold;
}


/* line 126, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

dfn {
    font-style: italic;
}


/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* line 144, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

mark {
    background: #ff0;
    color: #000;
}


/* line 153, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

small {
    font-size: 80%;
}


/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


/* line 169, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

sup {
    top: -0.5em;
}


/* line 173, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

sub {
    bottom: -0.25em;
}


/* line 184, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

img {
    border: 0;
}


/* line 192, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

svg:not(:root) {
    overflow: hidden;
}


/* line 203, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

figure {
    margin: 1em 40px;
}


/* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/* line 221, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

pre {
    overflow: auto;
}


/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* line 252, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


/* line 266, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button {
    overflow: visible;
}


/* line 277, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button,
select {
    text-transform: none;
}


/* line 290, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


/* line 302, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button[disabled],
html input[disabled] {
    cursor: default;
}


/* line 311, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* line 322, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

input {
    line-height: normal;
}


/* line 334, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/* line 346, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/* line 357, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


/* line 370, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/* line 379, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/* line 390, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

legend {
    border: 0;
    padding: 0;
}


/* line 399, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

textarea {
    overflow: auto;
}


/* line 408, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

optgroup {
    font-weight: bold;
}


/* line 419, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* line 424, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

td,
th {
    padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    /* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    a,
    a:visited {
        text-decoration: underline;
    }
    /* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }
    /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    /* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    thead {
        display: table-header-group;
    }
    /* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
    }
    /* line 53, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    img {
        max-width: 100% !important;
    }
    /* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    /* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
    /* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    select {
        background: #fff !important;
    }
    /* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    .navbar {
        display: none;
    }
    /* line 83, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    /* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    .label {
        border: 1px solid #000;
    }
    /* line 91, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    .table {
        border-collapse: collapse !important;
    }
    /* line 94, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
        background-color: #fff !important;
    }
    /* line 100, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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;
    -moz-osx-font-smoothing: grayscale;
}


/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-asterisk:before {
    content: "\2a";
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-plus:before {
    content: "\2b";
}


/* line 37, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}


/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-minus:before {
    content: "\2212";
}


/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-cloud:before {
    content: "\2601";
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-envelope:before {
    content: "\2709";
}


/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-pencil:before {
    content: "\270f";
}


/* line 42, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-glass:before {
    content: "\e001";
}


/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-music:before {
    content: "\e002";
}


/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-search:before {
    content: "\e003";
}


/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-heart:before {
    content: "\e005";
}


/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-star:before {
    content: "\e006";
}


/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-star-empty:before {
    content: "\e007";
}


/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-user:before {
    content: "\e008";
}


/* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-film:before {
    content: "\e009";
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-th-large:before {
    content: "\e010";
}


/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-th:before {
    content: "\e011";
}


/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-th-list:before {
    content: "\e012";
}


/* line 53, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-ok:before {
    content: "\e013";
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-remove:before {
    content: "\e014";
}


/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-zoom-in:before {
    content: "\e015";
}


/* line 56, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-zoom-out:before {
    content: "\e016";
}


/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-off:before {
    content: "\e017";
}


/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-signal:before {
    content: "\e018";
}


/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-cog:before {
    content: "\e019";
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-trash:before {
    content: "\e020";
}


/* line 61, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-home:before {
    content: "\e021";
}


/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-file:before {
    content: "\e022";
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-time:before {
    content: "\e023";
}


/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-road:before {
    content: "\e024";
}


/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-download-alt:before {
    content: "\e025";
}


/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-download:before {
    content: "\e026";
}


/* line 67, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-upload:before {
    content: "\e027";
}


/* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-inbox:before {
    content: "\e028";
}


/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-play-circle:before {
    content: "\e029";
}


/* line 70, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-repeat:before {
    content: "\e030";
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-refresh:before {
    content: "\e031";
}


/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-list-alt:before {
    content: "\e032";
}


/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-lock:before {
    content: "\e033";
}


/* line 74, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-flag:before {
    content: "\e034";
}


/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-headphones:before {
    content: "\e035";
}


/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-volume-off:before {
    content: "\e036";
}


/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-volume-down:before {
    content: "\e037";
}


/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-volume-up:before {
    content: "\e038";
}


/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-qrcode:before {
    content: "\e039";
}


/* line 80, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-barcode:before {
    content: "\e040";
}


/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tag:before {
    content: "\e041";
}


/* line 82, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tags:before {
    content: "\e042";
}


/* line 83, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-book:before {
    content: "\e043";
}


/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-bookmark:before {
    content: "\e044";
}


/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-print:before {
    content: "\e045";
}


/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-camera:before {
    content: "\e046";
}


/* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-font:before {
    content: "\e047";
}


/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-bold:before {
    content: "\e048";
}


/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-italic:before {
    content: "\e049";
}


/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-text-height:before {
    content: "\e050";
}


/* line 91, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-text-width:before {
    content: "\e051";
}


/* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-align-left:before {
    content: "\e052";
}


/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-align-center:before {
    content: "\e053";
}


/* line 94, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-align-right:before {
    content: "\e054";
}


/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-align-justify:before {
    content: "\e055";
}


/* line 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-list:before {
    content: "\e056";
}


/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-indent-left:before {
    content: "\e057";
}


/* line 98, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-indent-right:before {
    content: "\e058";
}


/* line 99, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-facetime-video:before {
    content: "\e059";
}


/* line 100, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-picture:before {
    content: "\e060";
}


/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-map-marker:before {
    content: "\e062";
}


/* line 102, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-adjust:before {
    content: "\e063";
}


/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tint:before {
    content: "\e064";
}


/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-edit:before {
    content: "\e065";
}


/* line 105, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-share:before {
    content: "\e066";
}


/* line 106, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-check:before {
    content: "\e067";
}


/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-move:before {
    content: "\e068";
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-step-backward:before {
    content: "\e069";
}


/* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-fast-backward:before {
    content: "\e070";
}


/* line 110, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-backward:before {
    content: "\e071";
}


/* line 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-play:before {
    content: "\e072";
}


/* line 112, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-pause:before {
    content: "\e073";
}


/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-stop:before {
    content: "\e074";
}


/* line 114, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-forward:before {
    content: "\e075";
}


/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-fast-forward:before {
    content: "\e076";
}


/* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-step-forward:before {
    content: "\e077";
}


/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-eject:before {
    content: "\e078";
}


/* line 118, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-chevron-left:before {
    content: "\e079";
}


/* line 119, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-chevron-right:before {
    content: "\e080";
}


/* line 120, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-plus-sign:before {
    content: "\e081";
}


/* line 121, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-minus-sign:before {
    content: "\e082";
}


/* line 122, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-remove-sign:before {
    content: "\e083";
}


/* line 123, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-ok-sign:before {
    content: "\e084";
}


/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-question-sign:before {
    content: "\e085";
}


/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-info-sign:before {
    content: "\e086";
}


/* line 126, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-screenshot:before {
    content: "\e087";
}


/* line 127, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-remove-circle:before {
    content: "\e088";
}


/* line 128, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-ok-circle:before {
    content: "\e089";
}


/* line 129, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-ban-circle:before {
    content: "\e090";
}


/* line 130, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-arrow-left:before {
    content: "\e091";
}


/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-arrow-right:before {
    content: "\e092";
}


/* line 132, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-arrow-up:before {
    content: "\e093";
}


/* line 133, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-arrow-down:before {
    content: "\e094";
}


/* line 134, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-share-alt:before {
    content: "\e095";
}


/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-resize-full:before {
    content: "\e096";
}


/* line 136, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-resize-small:before {
    content: "\e097";
}


/* line 137, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-exclamation-sign:before {
    content: "\e101";
}


/* line 138, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-gift:before {
    content: "\e102";
}


/* line 139, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-leaf:before {
    content: "\e103";
}


/* line 140, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-fire:before {
    content: "\e104";
}


/* line 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-eye-open:before {
    content: "\e105";
}


/* line 142, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-eye-close:before {
    content: "\e106";
}


/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-warning-sign:before {
    content: "\e107";
}


/* line 144, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-plane:before {
    content: "\e108";
}


/* line 145, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-calendar:before {
    content: "\e109";
}


/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-random:before {
    content: "\e110";
}


/* line 147, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-comment:before {
    content: "\e111";
}


/* line 148, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-magnet:before {
    content: "\e112";
}


/* line 149, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-chevron-up:before {
    content: "\e113";
}


/* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-chevron-down:before {
    content: "\e114";
}


/* line 151, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-retweet:before {
    content: "\e115";
}


/* line 152, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-shopping-cart:before {
    content: "\e116";
}


/* line 153, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-folder-close:before {
    content: "\e117";
}


/* line 154, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-folder-open:before {
    content: "\e118";
}


/* line 155, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-resize-vertical:before {
    content: "\e119";
}


/* line 156, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-resize-horizontal:before {
    content: "\e120";
}


/* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-hdd:before {
    content: "\e121";
}


/* line 158, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-bullhorn:before {
    content: "\e122";
}


/* line 159, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-bell:before {
    content: "\e123";
}


/* line 160, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-certificate:before {
    content: "\e124";
}


/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-thumbs-up:before {
    content: "\e125";
}


/* line 162, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-thumbs-down:before {
    content: "\e126";
}


/* line 163, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-hand-right:before {
    content: "\e127";
}


/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-hand-left:before {
    content: "\e128";
}


/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-hand-up:before {
    content: "\e129";
}


/* line 166, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-hand-down:before {
    content: "\e130";
}


/* line 167, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}


/* line 168, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}


/* line 169, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}


/* line 170, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}


/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-globe:before {
    content: "\e135";
}


/* line 172, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-wrench:before {
    content: "\e136";
}


/* line 173, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tasks:before {
    content: "\e137";
}


/* line 174, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-filter:before {
    content: "\e138";
}


/* line 175, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-briefcase:before {
    content: "\e139";
}


/* line 176, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-fullscreen:before {
    content: "\e140";
}


/* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-dashboard:before {
    content: "\e141";
}


/* line 178, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-paperclip:before {
    content: "\e142";
}


/* line 179, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-heart-empty:before {
    content: "\e143";
}


/* line 180, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-link:before {
    content: "\e144";
}


/* line 181, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-phone:before {
    content: "\e145";
}


/* line 182, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-pushpin:before {
    content: "\e146";
}


/* line 183, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-usd:before {
    content: "\e148";
}


/* line 184, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-gbp:before {
    content: "\e149";
}


/* line 185, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort:before {
    content: "\e150";
}


/* line 186, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}


/* line 187, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}


/* line 188, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-order:before {
    content: "\e153";
}


/* line 189, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}


/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}


/* line 191, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}


/* line 192, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-unchecked:before {
    content: "\e157";
}


/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-expand:before {
    content: "\e158";
}


/* line 194, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-collapse-down:before {
    content: "\e159";
}


/* line 195, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-collapse-up:before {
    content: "\e160";
}


/* line 196, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-log-in:before {
    content: "\e161";
}


/* line 197, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-flash:before {
    content: "\e162";
}


/* line 198, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-log-out:before {
    content: "\e163";
}


/* line 199, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-new-window:before {
    content: "\e164";
}


/* line 200, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-record:before {
    content: "\e165";
}


/* line 201, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-save:before {
    content: "\e166";
}


/* line 202, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-open:before {
    content: "\e167";
}


/* line 203, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-saved:before {
    content: "\e168";
}


/* line 204, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-import:before {
    content: "\e169";
}


/* line 205, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-export:before {
    content: "\e170";
}


/* line 206, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-send:before {
    content: "\e171";
}


/* line 207, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-floppy-disk:before {
    content: "\e172";
}


/* line 208, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-floppy-saved:before {
    content: "\e173";
}


/* line 209, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-floppy-remove:before {
    content: "\e174";
}


/* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-floppy-save:before {
    content: "\e175";
}


/* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-floppy-open:before {
    content: "\e176";
}


/* line 212, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-credit-card:before {
    content: "\e177";
}


/* line 213, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-transfer:before {
    content: "\e178";
}


/* line 214, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-cutlery:before {
    content: "\e179";
}


/* line 215, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-header:before {
    content: "\e180";
}


/* line 216, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-compressed:before {
    content: "\e181";
}


/* line 217, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-earphone:before {
    content: "\e182";
}


/* line 218, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-phone-alt:before {
    content: "\e183";
}


/* line 219, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tower:before {
    content: "\e184";
}


/* line 220, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-stats:before {
    content: "\e185";
}


/* line 221, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sd-video:before {
    content: "\e186";
}


/* line 222, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-hd-video:before {
    content: "\e187";
}


/* line 223, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-subtitles:before {
    content: "\e188";
}


/* line 224, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sound-stereo:before {
    content: "\e189";
}


/* line 225, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sound-dolby:before {
    content: "\e190";
}


/* line 226, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sound-5-1:before {
    content: "\e191";
}


/* line 227, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sound-6-1:before {
    content: "\e192";
}


/* line 228, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-sound-7-1:before {
    content: "\e193";
}


/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-copyright-mark:before {
    content: "\e194";
}


/* line 230, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-registration-mark:before {
    content: "\e195";
}


/* line 231, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-cloud-download:before {
    content: "\e197";
}


/* line 232, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-cloud-upload:before {
    content: "\e198";
}


/* line 233, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tree-conifer:before {
    content: "\e199";
}


/* line 234, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */

.glyphicon-tree-deciduous:before {
    content: "\e200";
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

body {
    font-family: "Open Sans,sans-serif", sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #f8f8f8;
    background-color: white;
}

@media only screen and (max-width: 480px){
    body{
        font-size: 9px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px){ 
    body{
        font-size: 11px;
    }
}

/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

a {
    color: #4d9dd7;
    text-decoration: none;
}


/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

a:hover,
a:focus {
    color: #2877b0;
    text-decoration: underline;
}


/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

figure {
    margin: 0;
}


/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

img {
    vertical-align: middle;
}


/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

.img-rounded {
    border-radius: 6px;
}


/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}


/* line 106, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

.img-circle {
    border-radius: 50%;
}


/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}


/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}


/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}


/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}


/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}


/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}


/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h1,
.h1 {
    font-size: 33px;
}


/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h2,
.h2 {
    font-size: 27px;
}


/* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h3,
.h3 {
    font-size: 23px;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h4,
.h4 {
    font-size: 17px;
}


/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h5,
.h5 {
    font-size: 13px;
}


/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h6,
.h6 {
    font-size: 12px;
}


/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

p {
    margin: 0 0 9px;
}


/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    /* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
    .lead {
        font-size: 19.5px;
    }
}


/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

small,
.small {
    font-size: 92%;
}


/* line 83, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

mark,
.mark {
    background-color: rgba(229, 190, 86, 0.28);
    padding: .2em;
}


/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-left {
    text-align: left;
}


/* line 91, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-right {
    text-align: right;
}


/* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-center {
    text-align: center;
}


/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-justify {
    text-align: justify;
}


/* line 94, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-nowrap {
    white-space: nowrap;
}


/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-lowercase {
    text-transform: lowercase;
}


/* line 98, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-uppercase {
    text-transform: uppercase;
}


/* line 99, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-capitalize {
    text-transform: capitalize;
}


/* line 102, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.text-muted {
    color: gray;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-primary {
    color: #618fb0;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-primary:hover {
    color: #4a7594;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-success {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-success:hover {
    color: #e6e6e6;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-info {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-info:hover {
    color: #e6e6e6;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-warning {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-warning:hover {
    color: #e6e6e6;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-danger {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-danger:hover {
    color: #e6e6e6;
}


/* line 119, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.bg-primary {
    color: #fff;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-primary {
    background-color: #618fb0;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-primary:hover {
    background-color: #4a7594;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-success {
    background-color: rgba(214, 233, 198, 0.28);
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-success:hover {
    background-color: rgba(188, 219, 161, 0.28);
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-info {
    background-color: rgba(74, 176, 206, 0.29);
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-info:hover {
    background-color: rgba(49, 150, 180, 0.29);
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-warning {
    background-color: rgba(229, 190, 86, 0.28);
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-warning:hover {
    background-color: rgba(222, 173, 42, 0.28);
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-danger {
    background-color: rgba(242, 99, 73, 0.29);
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-danger:hover {
    background-color: rgba(239, 58, 25, 0.29);
}


/* line 138, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}


/* line 149, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}


/* line 153, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}


/* line 167, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


/* line 173, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}


/* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


/* line 185, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

dl {
    margin-top: 0;
    margin-bottom: 18px;
}


/* line 189, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

dt,
dd {
    line-height: 1.428571429;
}


/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

dt {
    font-weight: bold;
}


/* line 196, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

dd {
    margin-left: 0;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* line 218, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dd {
        margin-left: 180px;
    }
}


/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}


/* line 235, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}


/* line 241, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #dddddd;
}


/* line 250, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}


/* line 257, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999;
}


/* line 265, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}


/* line 274, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dddddd;
    border-left: 0;
    text-align: right;
}


/* line 286, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}


/* line 287, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}


/* line 294, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.428571429;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
}


/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}


/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}


/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #666666;
    background-color: #eeeeee;
    border: 1px solid white;
    border-radius: 3px;
}


/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}


/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}


/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.container:before,
.container:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 1170px;
    }
}


/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.container-fluid:after {
    clear: both;
}


/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */

.row {
    margin-left: -15px;
    margin-right: -15px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.row:before,
.row:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.row:after {
    clear: both;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-1 {
    width: 8.3333333333%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-2 {
    width: 16.6666666667%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-3 {
    width: 25%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-4 {
    width: 33.3333333333%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-5 {
    width: 41.6666666667%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-6 {
    width: 50%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-7 {
    width: 58.3333333333%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-8 {
    width: 66.6666666667%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-9 {
    width: 75%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-10 {
    width: 83.3333333333%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-11 {
    width: 91.6666666667%;
}


/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-12 {
    width: 100%;
}


/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-0 {
    right: auto;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-1 {
    right: 8.3333333333%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-2 {
    right: 16.6666666667%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-3 {
    right: 25%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-4 {
    right: 33.3333333333%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-5 {
    right: 41.6666666667%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-6 {
    right: 50%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-7 {
    right: 58.3333333333%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-8 {
    right: 66.6666666667%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-9 {
    right: 75%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-10 {
    right: 83.3333333333%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-11 {
    right: 91.6666666667%;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-pull-12 {
    right: 100%;
}


/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-0 {
    left: auto;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-1 {
    left: 8.3333333333%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-2 {
    left: 16.6666666667%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-3 {
    left: 25%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-4 {
    left: 33.3333333333%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-5 {
    left: 41.6666666667%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-6 {
    left: 50%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-7 {
    left: 58.3333333333%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-8 {
    left: 66.6666666667%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-9 {
    left: 75%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-10 {
    left: 83.3333333333%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-11 {
    left: 91.6666666667%;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-push-12 {
    left: 100%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-0 {
    margin-left: 0%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-3 {
    margin-left: 25%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-6 {
    margin-left: 50%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-9 {
    margin-left: 75%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.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,
    .col-sm-12 {
        float: left;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1 {
        width: 8.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-2 {
        width: 16.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-3 {
        width: 25%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-4 {
        width: 33.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-5 {
        width: 41.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-6 {
        width: 50%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-7 {
        width: 58.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-8 {
        width: 66.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-9 {
        width: 75%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-10 {
        width: 83.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-11 {
        width: 91.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-12 {
        width: 100%;
    }
    /* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-0 {
        right: auto;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-3 {
        right: 25%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-6 {
        right: 50%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-9 {
        right: 75%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-12 {
        right: 100%;
    }
    /* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-0 {
        left: auto;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-3 {
        left: 25%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-6 {
        left: 50%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-9 {
        left: 75%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-12 {
        left: 100%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.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,
    .col-md-12 {
        float: left;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-1 {
        width: 8.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-2 {
        width: 16.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-3 {
        width: 25%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-4 {
        width: 33.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-5 {
        width: 41.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-6 {
        width: 50%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-7 {
        width: 58.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-8 {
        width: 66.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-9 {
        width: 75%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-10 {
        width: 83.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-11 {
        width: 91.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-12 {
        width: 100%;
    }
    /* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-0 {
        right: auto;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-3 {
        right: 25%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-6 {
        right: 50%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-9 {
        right: 75%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-12 {
        right: 100%;
    }
    /* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-0 {
        left: auto;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-3 {
        left: 25%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-6 {
        left: 50%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-9 {
        left: 75%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-12 {
        left: 100%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-0 {
        margin-left: 0%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-3 {
        margin-left: 25%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-6 {
        margin-left: 50%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-9 {
        margin-left: 75%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.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,
    .col-lg-12 {
        float: left;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1 {
        width: 8.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-2 {
        width: 16.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-3 {
        width: 25%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-4 {
        width: 33.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-5 {
        width: 41.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-6 {
        width: 50%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-7 {
        width: 58.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-8 {
        width: 66.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-9 {
        width: 75%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-10 {
        width: 83.3333333333%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-11 {
        width: 91.6666666667%;
    }
    /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-12 {
        width: 100%;
    }
    /* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-0 {
        right: auto;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-3 {
        right: 25%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-6 {
        right: 50%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-9 {
        right: 75%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-12 {
        right: 100%;
    }
    /* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-0 {
        left: auto;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-3 {
        left: 25%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-6 {
        left: 50%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-9 {
        left: 75%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-12 {
        left: 100%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

table {
    background-color: transparent;
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: gray;
    text-align: left;
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

th {
    text-align: left;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 18px; */
} 


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}


/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}


/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table .table {
    background-color: white;
}


/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table-bordered {
    border: 1px solid #0000001f;
}


/* line 94, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}


/* line 114, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}


/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table-hover>tbody>tr:hover {
    background-color: whitesmoke;
}


/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}


/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.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: whitesmoke;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.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: rgba(214, 233, 198, 0.28);
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: rgba(201, 226, 180, 0.28);
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: rgba(74, 176, 206, 0.29);
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: rgba(54, 167, 200, 0.29);
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.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: rgba(229, 190, 86, 0.28);
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: rgba(226, 181, 64, 0.28);
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.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: rgba(242, 99, 73, 0.29);
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: rgba(240, 79, 49, 0.29);
}


/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    /* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    /* line 183, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive>.table {
        margin-bottom: 0;
    }
    /* line 191, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 200, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive>.table-bordered {
        border: 0;
    }
    /* line 208, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 212, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 225, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
    .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/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

legend {
    display: block;
    width: 100%;
    padding: 0;
/*  margin-bottom: 18px; */
    font-size: 19.5px;
    line-height: inherit;
    color: #f8f8f8;
    border: 0;
    border-bottom: 1px solid #282f3e; 
}


/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #cccccc;
}


/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="file"] {
    display: block;
}


/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="range"] {
    display: block;
    width: 100%;
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

select[multiple],
select[size] {
    height: auto;
}


/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

output {
    display: block;
    padding-top: 6px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
}


/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #8b8b8b;
    background-color: #6f6f6f00;
    background-image: none;
    border: 1px solid #6f6f6f30;
    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;
    -o-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 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.form-control: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 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}


/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.form-control:-ms-input-placeholder {
    color: #999999;
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.form-control::-webkit-input-placeholder {
    color: #999999;
}


/* line 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}


/* line 153, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

textarea.form-control {
    height: auto;
}


/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* line 178, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 30px;
    }
    /* line 184, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn {
        line-height: 28px;
    }
    /* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn {
        line-height: 44px;
    }
}


/* line 204, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-group {
    margin-bottom: 15px;
}


/* line 213, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* line 220, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio label,
.checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}


/* line 228, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}


/* line 237, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}


/* line 243, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}


/* line 252, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}


/* line 264, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}


/* line 273, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}


/* line 283, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}


/* line 295, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
}


/* line 302, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.form-group-sm .form-control {
    height: 28px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.form-group-sm .form-control {
    height: 28px;
    line-height: 28px;
}


/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.form-group-sm .form-control {
    height: auto;
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.form-group-lg .form-control {
    height: 44px;
    padding: 10px 16px;
    font-size: 16.25px;
    line-height: 1.33;
    border-radius: 6px;
}


/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.form-group-lg .form-control {
    height: 44px;
    line-height: 44px;
}


/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.form-group-lg .form-control {
    height: auto;
}


/* line 324, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.has-feedback {
    position: relative;
}


/* line 329, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.has-feedback .form-control {
    padding-right: 37.5px;
}


/* line 334, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}


/* line 346, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 44px;
    height: 44px;
    line-height: 44px;
}


/* line 351, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: white;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-success .form-control {
    border-color: white;
    -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 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-success .input-group-addon {
    color: white;
    border-color: white;
    background-color: rgba(214, 233, 198, 0.28);
}


/* line 37, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-success .form-control-feedback {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: white;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-warning .form-control {
    border-color: white;
    -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 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-warning .input-group-addon {
    color: white;
    border-color: white;
    background-color: rgba(229, 190, 86, 0.28);
}


/* line 37, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-warning .form-control-feedback {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: white;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-error .form-control {
    border-color: white;
    -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 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-error .input-group-addon {
    color: white;
    border-color: white;
    background-color: rgba(242, 99, 73, 0.29);
}


/* line 37, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */

.has-error .form-control-feedback {
    color: white;
}


/* line 371, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.has-feedback label~.form-control-feedback {
    top: 23px;
}


/* line 374, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}


/* line 385, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: white;
}

@media (min-width: 768px) {
    /* line 410, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 417, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    /* line 424, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control-static {
        display: inline-block;
    }
    /* line 428, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    /* line 432, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    /* line 440, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    /* line 444, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 452, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 459, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    /* line 463, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    /* line 470, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}


/* line 492, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
}


/* line 502, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 24px;
}


/* line 508, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 515, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 6px;
        color: #cccccc;
    }
}


/* line 526, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    /* line 536, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    /* line 543, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .form-group-sm .control-label {
        padding-top: 5px;
    }
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn:hover,
.btn:focus,
.btn.focus {
    color: white;
    text-decoration: none;
}


/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn.disabled,
.pager .disabled button,
.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 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-default {
    color: white;
    background-color: #666666;
    border-color: rgba(0, 0, 0, 0.15);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: white;
    background-color: #4d4d4d;
    border-color: rgba(0, 0, 0, 0.15);
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.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].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.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #666666;
    border-color: rgba(0, 0, 0, 0.15);
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-default .badge {
    color: #666666;
    background-color: white;
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-primary {
    color: white;
    background-color: #618fb0;
    border-color: #5383a5;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: white;
    background-color: #4a7594;
    border-color: #3e627c;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.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].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.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #618fb0;
    border-color: #5383a5;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-primary .badge {
    color: #618fb0;
    background-color: white;
}


/* line 67, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-success {
    color: white;
    background-color: #56bc76;
    border-color: #47b268;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: white;
    background-color: #3fa05e;
    border-color: #35864f;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.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].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.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #56bc76;
    border-color: #47b268;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-success .badge {
    color: #56bc76;
    background-color: white;
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-info {
    color: white;
    background-color: #4ab0ce;
    border-color: #36a7c8;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: white;
    background-color: #3196b4;
    border-color: #297f98;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.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].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.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #4ab0ce;
    border-color: #36a7c8;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-info .badge {
    color: #4ab0ce;
    background-color: white;
}


/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-warning {
    color: white;
    background-color: #eac85e;
    border-color: #e7c047;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: white;
    background-color: #e4b931;
    border-color: #d5a81c;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.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].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.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #eac85e;
    border-color: #e7c047;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-warning .badge {
    color: #eac85e;
    background-color: white;
}


/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-danger {
    color: white;
    background-color: #e5603b;
    border-color: #e24e24;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: white;
    background-color: #d1431c;
    border-color: #b23918;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.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].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.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e5603b;
    border-color: #e24e24;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-danger .badge {
    color: #e5603b;
    background-color: white;
}


/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-link {
    color: #4d9dd7;
    font-weight: normal;
    border-radius: 0;
}


/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}


/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-link:hover,
.btn-link:focus {
    color: #2877b0;
    text-decoration: underline;
    background-color: transparent;
}


/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 127, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 16.25px;
    line-height: 1.33;
    border-radius: 6px;
}

@media only screen and (max-width: 480px){ 
    .btn {
        font-size: 12px; 
        padding: 6px 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px){ 
    .btn {
        font-size: 14px; 
        padding: 8px 0;
    }
}



/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-sm,
.btn-group-sm>.btn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-block {
    display: block;
    width: 100%;
}


/* line 149, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

.btn-block+.btn-block {
    margin-top: 5px;
}


/* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}


/* line 13, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

.fade.in {
    opacity: 1;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

.collapse {
    display: none;
    visibility: hidden;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

.collapse.in {
    display: block;
    visibility: visible;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

tr.collapse.in {
    display: table-row;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

tbody.collapse.in {
    display: table-row-group;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown {
    position: relative;
}


/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-toggle:focus {
    outline: 0;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: 13px;
    text-align: left;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}


/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #666666;
    white-space: nowrap;
}


/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: white;
    background-color: #618fb0;
}


/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: #618fb0;
}


/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999;
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 121, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.open>.dropdown-menu {
    display: block;
}


/* line 126, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.open>a {
    outline: 0;
}


/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu-right {
    left: auto;
    right: 0;
}


/* line 145, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-menu-left {
    left: 0;
    right: auto;
}


/* line 151, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
    white-space: nowrap;
}


/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}


/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}


/* line 184, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}


/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    /* line 204, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    /* line 209, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-toolbar {
    margin-left: -5px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.btn-toolbar:after {
    clear: both;
}


/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}


/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}


/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn:first-child {
    margin-left: 0;
}


/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn-group {
    float: left;
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}


/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 80, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}


/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}


/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 119, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 126, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn .caret {
    margin-left: 0;
}


/* line 130, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}


/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}


/* line 144, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.btn-group-vertical>.btn-group:after {
    clear: both;
}


/* line 156, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-vertical>.btn-group>.btn {
    float: none;
}


/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}


/* line 174, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 178, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 183, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}


/* line 187, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* line 192, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


/* line 200, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}


/* line 205, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}


/* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-justified>.btn-group .btn {
    width: 100%;
}


/* line 215, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}


/* line 236, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


/* line 13, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group .form-control {
    position: relative;
    /* z-index: 2; */
    float: left;
    width: 100%;
    margin-bottom: 0;
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}


/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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) {
    border-radius: 0;
}


/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-addon {
    padding: 5px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #8f8f8f;
    text-align: center;
    background-color: #48484840;
    border: 1px solid #6f6f6f30;
    border-radius: 3px;
}


/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
}


/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: 16.25px;
    border-radius: 6px;
}


/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}


/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-addon:first-child {
    border-right: 0;
}


/* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-addon:last-child {
    border-left: 0;
}


/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}


/* line 140, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-btn>.btn {
    position: relative;
}


/* line 142, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}


/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}


/* line 155, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}


/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.nav:before,
.nav:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.nav:after {
    clear: both;
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav>li {
    position: relative;
    display: block;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav>li.disabled>a {
    color: #999999;
}


/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}


/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #4d9dd7;
}


/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav>li>a>img {
    max-width: none;
}


/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}


/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}


/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}


/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}


/* line 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #666666;
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}


/* line 118, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-pills>li {
    float: left;
}


/* line 122, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-pills>li>a {
    border-radius: 3px;
}


/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-pills>li+li {
    margin-left: 2px;
}


/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: white;
    background-color: #618fb0;
}


/* line 144, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-stacked>li {
    float: none;
}


/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}


/* line 160, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}


/* line 163, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}


/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}


/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    /* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    /* line 180, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}


/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}


/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px;
}


/* line 199, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    /* line 206, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 3px 3px 0 0;
    }
    /* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: white;
    }
}


/* line 224, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
}


/* line 228, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.tab-content>.active {
    display: block;
    visibility: visible;
}


/* line 239, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
        border-radius: 3px;
    }
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-header {
        float: left;
    }
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar-collapse:after {
    clear: both;
}


/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    /* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    /* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse.in {
        overflow-y: visible;
    }
    /* line 82, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}


/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    /* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}


/* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    /* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}


/* line 129, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    /* line 129, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
        border-radius: 0;
    }
}


/* line 139, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    /* line 139, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}


/* line 151, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}


/* line 155, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}


/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-brand {
    float: left;
    padding: 16px 15px;
    font-size: 16.25px;
    line-height: 18px;
    height: 50px;
}


/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}


/* line 176, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {
    /* line 181, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}


/* line 194, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}


/* line 207, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-toggle:focus {
    outline: 0;
}


/* line 212, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


/* line 218, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    /* line 194, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
        display: none;
    }
}


/* line 233, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-nav {
    margin: 8px -15px;
}


/* line 236, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}

@media (max-width: 767px) {
    /* line 244, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    /* line 252, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    /* line 256, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 18px;
    }
    /* line 258, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    /* line 233, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
        float: left;
        margin: 0;
    }
    /* line 271, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav>li {
        float: left;
    }
    /* line 273, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}


/* line 287, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    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: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    /* line 410, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 417, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    /* line 424, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control-static {
        display: inline-block;
    }
    /* line 428, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    /* line 432, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    /* line 440, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    /* line 444, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 452, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    /* line 459, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    /* line 463, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    /* line 470, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    /* line 299, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    /* line 303, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    /* line 287, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/* line 328, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


/* line 333, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* line 343, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* line 346, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 11px;
    margin-bottom: 11px;
}


/* line 349, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}


/* line 359, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    /* line 359, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    /* line 379, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-left {
        float: left !important;
    }
    /* line 382, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    /* line 386, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}


/* line 397, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}


/* line 401, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-brand {
    color: #777777;
}


/* line 403, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}


/* line 410, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-text {
    color: #777777;
}


/* line 415, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-nav>li>a {
    color: #777777;
}


/* line 418, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}


/* line 425, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}


/* line 433, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}


/* line 442, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}


/* line 444, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}


/* line 448, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}


/* line 453, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}


/* line 462, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 767px) {
    /* line 473, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    /* line 475, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }
    /* line 482, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    /* line 490, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}


/* line 506, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-link {
    color: #777777;
}


/* line 508, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .navbar-link:hover {
    color: #333333;
}


/* line 513, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .btn-link {
    color: #777777;
}


/* line 515, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}


/* line 521, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}


/* line 531, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse {
    background-color: #222222;
    border-color: #090909;
}


/* line 535, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-brand {
    color: #bfbfbf;
}


/* line 537, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent;
}


/* line 544, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-text {
    color: #bfbfbf;
}


/* line 549, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-nav>li>a {
    color: #bfbfbf;
}


/* line 552, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: white;
    background-color: transparent;
}


/* line 559, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: white;
    background-color: #090909;
}


/* line 567, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}


/* line 577, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}


/* line 579, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}


/* line 583, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}


/* line 588, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}


/* line 596, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: white;
}

@media (max-width: 767px) {
    /* line 607, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    /* line 610, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    /* line 613, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #bfbfbf;
    }
    /* line 615, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: white;
        background-color: transparent;
    }
    /* line 622, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: white;
        background-color: #090909;
    }
    /* line 630, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}


/* line 641, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-link {
    color: #bfbfbf;
}


/* line 643, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .navbar-link:hover {
    color: white;
}


/* line 648, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .btn-link {
    color: #bfbfbf;
}


/* line 650, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: white;
}


/* line 656, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px;
}


/* line 13, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */

.breadcrumb>li {
    display: inline-block;
}


/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */

.breadcrumb>li+li:before {
    content: ">\00a0";
    padding: 0 5px;
    color: #f8f8f8;
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */

.breadcrumb>.active {
    color: #b8b8b8;
}


/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px;
}


/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */

.pagination>li {
    display: inline;
}


/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #828fb6;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
}


/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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/bootstrap-sass-official/assets/stylesheets/bootstrap/_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/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #666666;
    background-color: #eeeeee;
    border-color: transparent;
}


/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: #ffffff;
    background-color: #00a7f8;
    border-color: transparent;
    cursor: default;
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: gray;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 16.25px;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}


/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 4px 10px;
    font-size: 12px;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}


/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.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/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.pager:before,
.pager:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.pager:after {
    clear: both;
}


/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager li {
    display: inline;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager .next>a,
.pager .next>span {
    float: right;
}


/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager .previous>a,
.pager .previous>span {
    float: left;
}


/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: gray;
    background-color: transparent;
    cursor: not-allowed;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label:empty {
    display: none;
}


/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.btn .label {
    position: relative;
    top: -1px;
}


/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

a.label:hover,
a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label-default,
.label-inverse {
    background-color: #999999;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.label-default[href]:hover,
[href].label-inverse:hover,
.label-default[href]:focus,
[href].label-inverse:focus {
    background-color: gray;
}


/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label-primary {
    background-color: #618fb0;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #4a7594;
}


/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label-success {
    background-color: #56bc76;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #3fa05e;
}


/* line 56, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label-info {
    background-color: #4ab0ce;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #3196b4;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label-warning {
    background-color: #eac85e;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #e4b931;
}


/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */

.label-danger,
.label-important {
    background-color: #e5603b;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.label-danger[href]:hover,
[href].label-important:hover,
.label-danger[href]:focus,
[href].label-important:focus {
    background-color: #d1431c;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    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/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.badge:empty {
    display: none;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.btn .badge {
    position: relative;
    top: -1px;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}


/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #4d9dd7;
    background-color: white;
}


/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.list-group-item>.badge {
    float: right;
}


/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.list-group-item>.badge+.badge {
    margin-right: 5px;
}


/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

.nav-pills>li>a>.badge {
    margin-left: 3px;
}


/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */

a.badge:hover,
a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
}


/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}


/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */

.jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */

.jumbotron>hr {
    border-top-color: transparent;
}


/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    /* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
        padding: 48px 0;
    }
    /* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 58.5px;
    }
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}


/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */

.thumbnail .caption {
    padding: 9px;
    color: #f8f8f8;
}


/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #4d9dd7;
}


/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 3px;
}


/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert h4 {
    margin-top: 0;
    color: inherit;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert .alert-link {
    font-weight: bold;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert>p,
.alert>ul {
    margin-bottom: 0;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert>p+p {
    margin-top: 5px;
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}


/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}


/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert-success {
    background-color: rgba(214, 233, 198, 0.28);
    border-color: #d6e9c6;
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-success hr {
    border-top-color: #c9e2b4;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-success .alert-link {
    color: #e6e6e6;
}


/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert-info {
    background-color: rgba(74, 176, 206, 0.29);
    border-color: #4ab0ce;
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-info hr {
    border-top-color: #36a7c8;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-info .alert-link {
    color: #e6e6e6;
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert-warning {
    background-color: rgba(229, 190, 86, 0.28);
    border-color: #e5be56;
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-warning hr {
    border-top-color: #e2b540;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-warning .alert-link {
    color: #e6e6e6;
}


/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */

.alert-danger {
    background-color: rgba(242, 99, 73, 0.29);
    border-color: rgba(242, 99, 73, 0.7);
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-danger hr {
    border-top-color: rgba(240, 79, 49, 0.7);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */

.alert-danger .alert-link {
    color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }
    /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    /* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}


/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: whitesmoke;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px #d48d8d1a;
    box-shadow: inset 0 1px 2px rgba(66, 66, 102, 0.411);
}


/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: white;
    text-align: center;
    background-color: #618fb0;
    -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;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress-striped .progress-bar,
.progress-bar-striped {
    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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}


/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress-bar-success {
    background-color: #56bc76;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */

.progress-striped .progress-bar-success {
    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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress-bar-info {
    background-color: #4ab0ce;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */

.progress-striped .progress-bar-info {
    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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress-bar-warning {
    background-color: #eac85e;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */

.progress-striped .progress-bar-warning {
    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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */

.progress-bar-danger {
    background-color: #e5603b;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */

.progress-striped .progress-bar-danger {
    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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/* line 1, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media {
    margin-top: 15px;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media:first-child {
    margin-top: 0;
}


/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-right,
.media>.pull-right {
    padding-left: 10px;
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-left,
.media>.pull-left {
    padding-right: 10px;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-middle {
    vertical-align: middle;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-bottom {
    vertical-align: bottom;
}


/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}


/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */

.media-list {
    padding-left: 0;
    list-style: none;
}


/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid transparent;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}


/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

a.list-group-item {
    color: #666666;
}


/* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

a.list-group-item .list-group-item-heading {
    color: #333333;
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #666666;
    background-color: #eeeeee;
}


/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #999999;
    cursor: not-allowed;
}


/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}


/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #999999;
}


/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #618fb0;
    border-color: #618fb0;
}


/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}


/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e9eff4;
}


/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

.list-group-item-success {
    color: white;
    background-color: rgba(214, 233, 198, 0.28);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-success {
    color: white;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: white;
    background-color: rgba(201, 226, 180, 0.28);
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}


/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

.list-group-item-info {
    color: white;
    background-color: rgba(74, 176, 206, 0.29);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-info {
    color: white;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: white;
    background-color: rgba(54, 167, 200, 0.29);
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}


/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

.list-group-item-warning {
    color: white;
    background-color: rgba(229, 190, 86, 0.28);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-warning {
    color: white;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: white;
    background-color: rgba(226, 181, 64, 0.28);
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}


/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

.list-group-item-danger {
    color: white;
    background-color: rgba(242, 99, 73, 0.29);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-danger {
    color: white;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: white;
    background-color: rgba(240, 79, 49, 0.29);
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: white;
    border-color: white;
}


/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}


/* line 121, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel {
    margin-bottom: 18px;
    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/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-body {
    padding: 15px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.panel-body:after {
    clear: both;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}


/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}


/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-title>a {
    color: inherit;
}


/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}


/* line 70, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}


/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}


/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.list-group+.panel-footer {
    border-top-width: 0;
}


/* line 100, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}


/* line 105, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}


/* line 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}


/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}


/* line 121, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px;
}


/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px;
}


/* line 133, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


/* line 139, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}


/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}


/* line 147, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}


/* line 154, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #dddddd;
}


/* line 160, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}


/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}


/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}


/* line 175, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}


/* line 184, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}


/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}


/* line 200, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}


/* line 212, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group {
    margin-bottom: 18px;
}


/* line 216, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}


/* line 220, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group .panel+.panel {
    margin-top: 5px;
}


/* line 225, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group .panel-heading {
    border-bottom: 0;
}


/* line 228, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd;
}


/* line 234, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group .panel-footer {
    border-top: 0;
}


/* line 236, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}


/* line 244, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-default {
    border-color: #dddddd;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-default>.panel-heading {
    color: #555555;
    background-color: whitesmoke;
    border-color: #dddddd;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-default>.panel-heading .badge {
    color: whitesmoke;
    background-color: #555555;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}


/* line 247, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-primary {
    border-color: #618fb0;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-primary>.panel-heading {
    color: white;
    background-color: #618fb0;
    border-color: #618fb0;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #618fb0;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-primary>.panel-heading .badge {
    color: #618fb0;
    background-color: white;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #618fb0;
}


/* line 250, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-success {
    border-color: #d6e9c6;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-success>.panel-heading {
    color: white;
    background-color: rgba(214, 233, 198, 0.28);
    border-color: #d6e9c6;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-success>.panel-heading .badge {
    color: rgba(214, 233, 198, 0.28);
    background-color: white;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}


/* line 253, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-info {
    border-color: #4ab0ce;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-info>.panel-heading {
    color: white;
    background-color: rgba(74, 176, 206, 0.29);
    border-color: #4ab0ce;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4ab0ce;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-info>.panel-heading .badge {
    color: rgba(74, 176, 206, 0.29);
    background-color: white;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #4ab0ce;
}


/* line 256, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-warning {
    border-color: #e5be56;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-warning>.panel-heading {
    color: white;
    background-color: rgba(229, 190, 86, 0.28);
    border-color: #e5be56;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e5be56;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-warning>.panel-heading .badge {
    color: rgba(229, 190, 86, 0.28);
    background-color: white;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e5be56;
}


/* line 259, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */

.panel-danger {
    border-color: rgba(242, 99, 73, 0.7);
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-danger>.panel-heading {
    color: white;
    background-color: rgba(242, 99, 73, 0.29);
    border-color: rgba(242, 99, 73, 0.7);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(242, 99, 73, 0.7);
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-danger>.panel-heading .badge {
    color: rgba(242, 99, 73, 0.29);
    background-color: white;
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgba(242, 99, 73, 0.7);
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}


/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}


/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    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/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */

.well-lg {
    padding: 24px;
    border-radius: 6px;
}


/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */

.well-sm {
    padding: 9px;
    border-radius: 3px;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-open {
    overflow: hidden;
}


/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}


/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-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 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}


/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: 0;
}


/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: black;
}


/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}


/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}


/* line 83, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-header .close {
    margin-top: -2px;
}


/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: #cccccc;
}


/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-body {
    position: relative;
    padding: 15px;
}


/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.modal-footer:after {
    clear: both;
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}


/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}


/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}


/* line 123, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    /* line 134, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
    .modal-dialog {
        width: 800px;
        /*width: 600px;*/
        margin: 30px auto;
    }
    /* line 138, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    /* line 147, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
    .modal-lg {
        width: 900px;
    }
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Open Sans,sans-serif", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}


/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}


/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}


/* line 61, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}


/* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black;
}


/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
}


/* line 82, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}


/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}


/* line 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}


/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans,sans-serif", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    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 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.top {
    margin-top: -10px;
}


/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.right {
    margin-left: 10px;
}


/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.bottom {
    margin-top: 10px;
}


/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.left {
    margin-left: -10px;
}


/* line 37, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}


/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover-content {
    padding: 9px 14px;
}


/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}


/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover>.arrow {
    border-width: 11px;
}


/* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}


/* line 74, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white;
}


/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white;
}


/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white;
}


/* line 120, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 127, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel {
    position: relative;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}


/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    /* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }
    /* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    /* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    /* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}


/* line 53, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}


/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.active {
    left: 0;
}


/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}


/* line 70, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.next {
    left: 100%;
}


/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.prev {
    left: -100%;
}


/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}


/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.active.left {
    left: -100%;
}


/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-inner>.active.right {
    left: 100%;
}


/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: #666666;
    text-align: center;
    text-shadow: none;
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-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 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-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 118, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #666666;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/* line 127, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}


/* line 136, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}


/* line 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}


/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}


/* line 156, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control .icon-prev:before {
    content: '\2039';
}


/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-control .icon-next:before {
    content: '\203a';
}


/* line 172, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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 183, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}


/* line 204, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #e5603b;
}


/* line 215, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_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: none;
}


/* line 226, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    /* line 237, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    /* line 246, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    /* line 250, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    /* line 257, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    /* line 264, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-indicators {
        bottom: 20px;
    }
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.clearfix:after {
    clear: both;
}


/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.pull-right {
    float: right !important;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.pull-left {
    float: left !important;
}


/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.hide {
    display: none !important;
}


/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.show {
    display: block !important;
}


/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.invisible {
    visibility: hidden;
}


/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}


/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.hidden {
    display: none !important;
    visibility: hidden !important;
}


/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}


/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-xs {
        display: block !important;
    }
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-xs {
        display: table;
    }
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-xs {
        display: table-row !important;
    }
    /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    /* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    /* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    /* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-sm {
        display: block !important;
    }
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-sm {
        display: table;
    }
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-sm {
        display: table-row !important;
    }
    /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-md {
        display: block !important;
    }
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-md {
        display: table;
    }
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-md {
        display: table-row !important;
    }
    /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-lg {
        display: block !important;
    }
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-lg {
        display: table;
    }
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-lg {
        display: table-row !important;
    }
    /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    /* line 106, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    /* line 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    /* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-lg {
        display: none !important;
    }
}


/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */

.visible-print {
    display: none !important;
}

@media print {
    /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-print {
        display: block !important;
    }
    /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-print {
        display: table;
    }
    /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-print {
        display: table-row !important;
    }
    /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}


/* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */

.visible-print-block {
    display: none !important;
}

@media print {
    /* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
        display: block !important;
    }
}


/* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */

.visible-print-inline {
    display: none !important;
}

@media print {
    /* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
        display: inline !important;
    }
}


/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */

.visible-print-inline-block {
    display: none !important;
}

@media print {
    /* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-print {
        display: none !important;
    }
}


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("./fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0");
    src: url("./fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("./fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("./fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("./fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* line 4, ../../../bower_components/font-awesome/scss/_core.scss */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */


/* line 5, ../../../bower_components/font-awesome/scss/_larger.scss */

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}


/* line 10, ../../../bower_components/font-awesome/scss/_larger.scss */

.fa-2x {
    font-size: 2em;
}


/* line 11, ../../../bower_components/font-awesome/scss/_larger.scss */

.fa-3x {
    font-size: 3em;
}


/* line 12, ../../../bower_components/font-awesome/scss/_larger.scss */

.fa-4x {
    font-size: 4em;
}


/* line 13, ../../../bower_components/font-awesome/scss/_larger.scss */

.fa-5x {
    font-size: 5em;
}


/* line 3, ../../../bower_components/font-awesome/scss/_fixed-width.scss */

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}


/* line 4, ../../../bower_components/font-awesome/scss/_list.scss */

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}


/* line 8, ../../../bower_components/font-awesome/scss/_list.scss */

.fa-ul>li {
    position: relative;
}


/* line 10, ../../../bower_components/font-awesome/scss/_list.scss */

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}


/* line 16, ../../../bower_components/font-awesome/scss/_list.scss */

.fa-li.fa-lg {
    left: -1.8571428571em;
}


/* line 4, ../../../bower_components/font-awesome/scss/_bordered-pulled.scss */

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}


/* line 10, ../../../bower_components/font-awesome/scss/_bordered-pulled.scss */

.pull-right {
    float: right;
}


/* line 11, ../../../bower_components/font-awesome/scss/_bordered-pulled.scss */

.pull-left {
    float: left;
}


/* line 14, ../../../bower_components/font-awesome/scss/_bordered-pulled.scss */

.fa.pull-left {
    margin-right: .3em;
}


/* line 15, ../../../bower_components/font-awesome/scss/_bordered-pulled.scss */

.fa.pull-right {
    margin-left: .3em;
}


/* line 4, ../../../bower_components/font-awesome/scss/_spinning.scss */

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    /* line 10, ../../../bower_components/font-awesome/scss/_spinning.scss */
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    /* line 14, ../../../bower_components/font-awesome/scss/_spinning.scss */
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    /* line 21, ../../../bower_components/font-awesome/scss/_spinning.scss */
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    /* line 25, ../../../bower_components/font-awesome/scss/_spinning.scss */
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* line 4, ../../../bower_components/font-awesome/scss/_rotated-flipped.scss */

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* line 5, ../../../bower_components/font-awesome/scss/_rotated-flipped.scss */

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* line 6, ../../../bower_components/font-awesome/scss/_rotated-flipped.scss */

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


/* line 8, ../../../bower_components/font-awesome/scss/_rotated-flipped.scss */

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


/* line 9, ../../../bower_components/font-awesome/scss/_rotated-flipped.scss */

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}


/* line 14, ../../../bower_components/font-awesome/scss/_rotated-flipped.scss */

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}


/* line 4, ../../../bower_components/font-awesome/scss/_stacked.scss */

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}


/* line 12, ../../../bower_components/font-awesome/scss/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}


/* line 18, ../../../bower_components/font-awesome/scss/_stacked.scss */

.fa-stack-1x {
    line-height: inherit;
}


/* line 19, ../../../bower_components/font-awesome/scss/_stacked.scss */

.fa-stack-2x {
    font-size: 2em;
}


/* line 20, ../../../bower_components/font-awesome/scss/_stacked.scss */

.fa-inverse {
    color: white;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */


/* line 4, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-glass:before {
    content: "\f000";
}


/* line 5, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-music:before {
    content: "\f001";
}


/* line 6, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-search:before {
    content: "\f002";
}


/* line 7, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-envelope-o:before {
    content: "\f003";
}


/* line 8, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-heart:before {
    content: "\f004";
}


/* line 9, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-star:before {
    content: "\f005";
}


/* line 10, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-star-o:before {
    content: "\f006";
}


/* line 11, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-user:before {
    content: "\f007";
}


/* line 12, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-film:before {
    content: "\f008";
}


/* line 13, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-th-large:before {
    content: "\f009";
}


/* line 14, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-th:before {
    content: "\f00a";
}


/* line 15, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-th-list:before {
    content: "\f00b";
}


/* line 16, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-check:before {
    content: "\f00c";
}


/* line 17, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}


/* line 20, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-search-plus:before {
    content: "\f00e";
}


/* line 21, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-search-minus:before {
    content: "\f010";
}


/* line 22, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-power-off:before {
    content: "\f011";
}


/* line 23, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-signal:before {
    content: "\f012";
}


/* line 24, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}


/* line 26, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-trash-o:before {
    content: "\f014";
}


/* line 27, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-home:before {
    content: "\f015";
}


/* line 28, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-o:before {
    content: "\f016";
}


/* line 29, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-clock-o:before {
    content: "\f017";
}


/* line 30, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-road:before {
    content: "\f018";
}


/* line 31, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-download:before {
    content: "\f019";
}


/* line 32, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}


/* line 33, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}


/* line 34, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-inbox:before {
    content: "\f01c";
}


/* line 35, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-play-circle-o:before {
    content: "\f01d";
}


/* line 36, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}


/* line 38, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-refresh:before {
    content: "\f021";
}


/* line 39, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-list-alt:before {
    content: "\f022";
}


/* line 40, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-lock:before {
    content: "\f023";
}


/* line 41, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-flag:before {
    content: "\f024";
}


/* line 42, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-headphones:before {
    content: "\f025";
}


/* line 43, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-volume-off:before {
    content: "\f026";
}


/* line 44, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-volume-down:before {
    content: "\f027";
}


/* line 45, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-volume-up:before {
    content: "\f028";
}


/* line 46, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-qrcode:before {
    content: "\f029";
}


/* line 47, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-barcode:before {
    content: "\f02a";
}


/* line 48, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tag:before {
    content: "\f02b";
}


/* line 49, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tags:before {
    content: "\f02c";
}


/* line 50, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-book:before {
    content: "\f02d";
}


/* line 51, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bookmark:before {
    content: "\f02e";
}


/* line 52, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-print:before {
    content: "\f02f";
}


/* line 53, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-camera:before {
    content: "\f030";
}


/* line 54, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-font:before {
    content: "\f031";
}


/* line 55, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bold:before {
    content: "\f032";
}


/* line 56, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-italic:before {
    content: "\f033";
}


/* line 57, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-text-height:before {
    content: "\f034";
}


/* line 58, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-text-width:before {
    content: "\f035";
}


/* line 59, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-align-left:before {
    content: "\f036";
}


/* line 60, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-align-center:before {
    content: "\f037";
}


/* line 61, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-align-right:before {
    content: "\f038";
}


/* line 62, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-align-justify:before {
    content: "\f039";
}


/* line 63, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-list:before {
    content: "\f03a";
}


/* line 64, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}


/* line 66, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-indent:before {
    content: "\f03c";
}


/* line 67, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-video-camera:before {
    content: "\f03d";
}


/* line 68, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}


/* line 71, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pencil:before {
    content: "\f040";
}


/* line 72, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-map-marker:before {
    content: "\f041";
}


/* line 73, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-adjust:before {
    content: "\f042";
}


/* line 74, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tint:before {
    content: "\f043";
}


/* line 75, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}


/* line 77, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-share-square-o:before {
    content: "\f045";
}


/* line 78, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-check-square-o:before {
    content: "\f046";
}


/* line 79, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrows:before {
    content: "\f047";
}


/* line 80, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-step-backward:before {
    content: "\f048";
}


/* line 81, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-fast-backward:before {
    content: "\f049";
}


/* line 82, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-backward:before {
    content: "\f04a";
}


/* line 83, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-play:before {
    content: "\f04b";
}


/* line 84, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pause:before {
    content: "\f04c";
}


/* line 85, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-stop:before {
    content: "\f04d";
}


/* line 86, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-forward:before {
    content: "\f04e";
}


/* line 87, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-fast-forward:before {
    content: "\f050";
}


/* line 88, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-step-forward:before {
    content: "\f051";
}


/* line 89, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-eject:before {
    content: "\f052";
}


/* line 90, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-left:before {
    content: "\f053";
}


/* line 91, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-right:before {
    content: "\f054";
}


/* line 92, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-plus-circle:before {
    content: "\f055";
}


/* line 93, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-minus-circle:before {
    content: "\f056";
}


/* line 94, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-times-circle:before {
    content: "\f057";
}


/* line 95, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-check-circle:before {
    content: "\f058";
}


/* line 96, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-question-circle:before {
    content: "\f059";
}


/* line 97, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-info-circle:before {
    content: "\f05a";
}


/* line 98, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-crosshairs:before {
    content: "\f05b";
}


/* line 99, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-times-circle-o:before {
    content: "\f05c";
}


/* line 100, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-check-circle-o:before {
    content: "\f05d";
}


/* line 101, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ban:before {
    content: "\f05e";
}


/* line 102, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-left:before {
    content: "\f060";
}


/* line 103, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-right:before {
    content: "\f061";
}


/* line 104, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-up:before {
    content: "\f062";
}


/* line 105, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-down:before {
    content: "\f063";
}


/* line 106, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}


/* line 108, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-expand:before {
    content: "\f065";
}


/* line 109, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-compress:before {
    content: "\f066";
}


/* line 110, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-plus:before {
    content: "\f067";
}


/* line 111, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-minus:before {
    content: "\f068";
}


/* line 112, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-asterisk:before {
    content: "\f069";
}


/* line 113, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-exclamation-circle:before {
    content: "\f06a";
}


/* line 114, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-gift:before {
    content: "\f06b";
}


/* line 115, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-leaf:before {
    content: "\f06c";
}


/* line 116, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-fire:before {
    content: "\f06d";
}


/* line 117, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-eye:before {
    content: "\f06e";
}


/* line 118, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-eye-slash:before {
    content: "\f070";
}


/* line 119, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}


/* line 121, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-plane:before {
    content: "\f072";
}


/* line 122, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-calendar:before {
    content: "\f073";
}


/* line 123, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-random:before {
    content: "\f074";
}


/* line 124, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-comment:before {
    content: "\f075";
}


/* line 125, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-magnet:before {
    content: "\f076";
}


/* line 126, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-up:before {
    content: "\f077";
}


/* line 127, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-down:before {
    content: "\f078";
}


/* line 128, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-retweet:before {
    content: "\f079";
}


/* line 129, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-shopping-cart:before {
    content: "\f07a";
}


/* line 130, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-folder:before {
    content: "\f07b";
}


/* line 131, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-folder-open:before {
    content: "\f07c";
}


/* line 132, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrows-v:before {
    content: "\f07d";
}


/* line 133, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrows-h:before {
    content: "\f07e";
}


/* line 134, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}


/* line 136, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-twitter-square:before {
    content: "\f081";
}


/* line 137, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-facebook-square:before {
    content: "\f082";
}


/* line 138, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-camera-retro:before {
    content: "\f083";
}


/* line 139, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-key:before {
    content: "\f084";
}


/* line 140, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}


/* line 142, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-comments:before {
    content: "\f086";
}


/* line 143, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-thumbs-o-up:before {
    content: "\f087";
}


/* line 144, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-thumbs-o-down:before {
    content: "\f088";
}


/* line 145, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-star-half:before {
    content: "\f089";
}


/* line 146, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-heart-o:before {
    content: "\f08a";
}


/* line 147, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sign-out:before {
    content: "\f08b";
}


/* line 148, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-linkedin-square:before {
    content: "\f08c";
}


/* line 149, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-thumb-tack:before {
    content: "\f08d";
}


/* line 150, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-external-link:before {
    content: "\f08e";
}


/* line 151, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sign-in:before {
    content: "\f090";
}


/* line 152, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-trophy:before {
    content: "\f091";
}


/* line 153, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-github-square:before {
    content: "\f092";
}


/* line 154, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-upload:before {
    content: "\f093";
}


/* line 155, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-lemon-o:before {
    content: "\f094";
}


/* line 156, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-phone:before {
    content: "\f095";
}


/* line 157, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-square-o:before {
    content: "\f096";
}


/* line 158, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bookmark-o:before {
    content: "\f097";
}


/* line 159, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-phone-square:before {
    content: "\f098";
}


/* line 160, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-twitter:before {
    content: "\f099";
}


/* line 161, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-facebook:before {
    content: "\f09a";
}


/* line 162, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-github:before {
    content: "\f09b";
}


/* line 163, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-unlock:before {
    content: "\f09c";
}


/* line 164, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-credit-card:before {
    content: "\f09d";
}


/* line 165, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-rss:before {
    content: "\f09e";
}


/* line 166, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hdd-o:before {
    content: "\f0a0";
}


/* line 167, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bullhorn:before {
    content: "\f0a1";
}


/* line 168, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bell:before {
    content: "\f0f3";
}


/* line 169, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-certificate:before {
    content: "\f0a3";
}


/* line 170, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hand-o-right:before {
    content: "\f0a4";
}


/* line 171, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hand-o-left:before {
    content: "\f0a5";
}


/* line 172, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hand-o-up:before {
    content: "\f0a6";
}


/* line 173, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hand-o-down:before {
    content: "\f0a7";
}


/* line 174, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-left:before {
    content: "\f0a8";
}


/* line 175, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-right:before {
    content: "\f0a9";
}


/* line 176, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-up:before {
    content: "\f0aa";
}


/* line 177, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-down:before {
    content: "\f0ab";
}


/* line 178, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-globe:before {
    content: "\f0ac";
}


/* line 179, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-wrench:before {
    content: "\f0ad";
}


/* line 180, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tasks:before {
    content: "\f0ae";
}


/* line 181, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-filter:before {
    content: "\f0b0";
}


/* line 182, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-briefcase:before {
    content: "\f0b1";
}


/* line 183, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrows-alt:before {
    content: "\f0b2";
}


/* line 184, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}


/* line 186, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}


/* line 188, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cloud:before {
    content: "\f0c2";
}


/* line 189, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-flask:before {
    content: "\f0c3";
}


/* line 190, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}


/* line 192, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}


/* line 194, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-paperclip:before {
    content: "\f0c6";
}


/* line 195, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}


/* line 197, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-square:before {
    content: "\f0c8";
}


/* line 198, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}


/* line 201, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-list-ul:before {
    content: "\f0ca";
}


/* line 202, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-list-ol:before {
    content: "\f0cb";
}


/* line 203, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-strikethrough:before {
    content: "\f0cc";
}


/* line 204, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-underline:before {
    content: "\f0cd";
}


/* line 205, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-table:before {
    content: "\f0ce";
}


/* line 206, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-magic:before {
    content: "\f0d0";
}


/* line 207, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-truck:before {
    content: "\f0d1";
}


/* line 208, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pinterest:before {
    content: "\f0d2";
}


/* line 209, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pinterest-square:before {
    content: "\f0d3";
}


/* line 210, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-google-plus-square:before {
    content: "\f0d4";
}


/* line 211, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-google-plus:before {
    content: "\f0d5";
}


/* line 212, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-money:before {
    content: "\f0d6";
}


/* line 213, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-caret-down:before {
    content: "\f0d7";
}


/* line 214, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-caret-up:before {
    content: "\f0d8";
}


/* line 215, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-caret-left:before {
    content: "\f0d9";
}


/* line 216, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-caret-right:before {
    content: "\f0da";
}


/* line 217, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-columns:before {
    content: "\f0db";
}


/* line 218, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}


/* line 220, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}


/* line 222, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}


/* line 224, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-envelope:before {
    content: "\f0e0";
}


/* line 225, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-linkedin:before {
    content: "\f0e1";
}


/* line 226, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}


/* line 228, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}


/* line 230, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}


/* line 232, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-comment-o:before {
    content: "\f0e5";
}


/* line 233, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-comments-o:before {
    content: "\f0e6";
}


/* line 234, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}


/* line 236, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sitemap:before {
    content: "\f0e8";
}


/* line 237, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-umbrella:before {
    content: "\f0e9";
}


/* line 238, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}


/* line 240, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-lightbulb-o:before {
    content: "\f0eb";
}


/* line 241, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-exchange:before {
    content: "\f0ec";
}


/* line 242, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cloud-download:before {
    content: "\f0ed";
}


/* line 243, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cloud-upload:before {
    content: "\f0ee";
}


/* line 244, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-user-md:before {
    content: "\f0f0";
}


/* line 245, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-stethoscope:before {
    content: "\f0f1";
}


/* line 246, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-suitcase:before {
    content: "\f0f2";
}


/* line 247, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bell-o:before {
    content: "\f0a2";
}


/* line 248, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-coffee:before {
    content: "\f0f4";
}


/* line 249, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cutlery:before {
    content: "\f0f5";
}


/* line 250, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-text-o:before {
    content: "\f0f6";
}


/* line 251, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-building-o:before {
    content: "\f0f7";
}


/* line 252, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hospital-o:before {
    content: "\f0f8";
}


/* line 253, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ambulance:before {
    content: "\f0f9";
}


/* line 254, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-medkit:before {
    content: "\f0fa";
}


/* line 255, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-fighter-jet:before {
    content: "\f0fb";
}


/* line 256, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-beer:before {
    content: "\f0fc";
}


/* line 257, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-h-square:before {
    content: "\f0fd";
}


/* line 258, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-plus-square:before {
    content: "\f0fe";
}


/* line 259, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-double-left:before {
    content: "\f100";
}


/* line 260, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-double-right:before {
    content: "\f101";
}


/* line 261, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-double-up:before {
    content: "\f102";
}


/* line 262, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-double-down:before {
    content: "\f103";
}


/* line 263, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-left:before {
    content: "\f104";
}


/* line 264, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-right:before {
    content: "\f105";
}


/* line 265, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-up:before {
    content: "\f106";
}


/* line 266, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angle-down:before {
    content: "\f107";
}


/* line 267, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-desktop:before {
    content: "\f108";
}


/* line 268, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-laptop:before {
    content: "\f109";
}


/* line 269, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tablet:before {
    content: "\f10a";
}


/* line 270, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}


/* line 272, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-circle-o:before {
    content: "\f10c";
}


/* line 273, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-quote-left:before {
    content: "\f10d";
}


/* line 274, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-quote-right:before {
    content: "\f10e";
}


/* line 275, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-spinner:before {
    content: "\f110";
}


/* line 276, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-circle:before {
    content: "\f111";
}


/* line 277, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}


/* line 279, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-github-alt:before {
    content: "\f113";
}


/* line 280, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-folder-o:before {
    content: "\f114";
}


/* line 281, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-folder-open-o:before {
    content: "\f115";
}


/* line 282, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-smile-o:before {
    content: "\f118";
}


/* line 283, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-frown-o:before {
    content: "\f119";
}


/* line 284, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-meh-o:before {
    content: "\f11a";
}


/* line 285, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-gamepad:before {
    content: "\f11b";
}


/* line 286, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-keyboard-o:before {
    content: "\f11c";
}


/* line 287, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-flag-o:before {
    content: "\f11d";
}


/* line 288, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-flag-checkered:before {
    content: "\f11e";
}


/* line 289, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-terminal:before {
    content: "\f120";
}


/* line 290, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-code:before {
    content: "\f121";
}


/* line 291, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}


/* line 293, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}


/* line 296, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-location-arrow:before {
    content: "\f124";
}


/* line 297, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-crop:before {
    content: "\f125";
}


/* line 298, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-code-fork:before {
    content: "\f126";
}


/* line 299, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}


/* line 301, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-question:before {
    content: "\f128";
}


/* line 302, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-info:before {
    content: "\f129";
}


/* line 303, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-exclamation:before {
    content: "\f12a";
}


/* line 304, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-superscript:before {
    content: "\f12b";
}


/* line 305, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-subscript:before {
    content: "\f12c";
}


/* line 306, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-eraser:before {
    content: "\f12d";
}


/* line 307, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-puzzle-piece:before {
    content: "\f12e";
}


/* line 308, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-microphone:before {
    content: "\f130";
}


/* line 309, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-microphone-slash:before {
    content: "\f131";
}


/* line 310, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-shield:before {
    content: "\f132";
}


/* line 311, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-calendar-o:before {
    content: "\f133";
}


/* line 312, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-fire-extinguisher:before {
    content: "\f134";
}


/* line 313, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-rocket:before {
    content: "\f135";
}


/* line 314, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-maxcdn:before {
    content: "\f136";
}


/* line 315, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-circle-left:before {
    content: "\f137";
}


/* line 316, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-circle-right:before {
    content: "\f138";
}


/* line 317, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-circle-up:before {
    content: "\f139";
}


/* line 318, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-chevron-circle-down:before {
    content: "\f13a";
}


/* line 319, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-html5:before {
    content: "\f13b";
}


/* line 320, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-css3:before {
    content: "\f13c";
}


/* line 321, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-anchor:before {
    content: "\f13d";
}


/* line 322, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-unlock-alt:before {
    content: "\f13e";
}


/* line 323, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bullseye:before {
    content: "\f140";
}


/* line 324, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ellipsis-h:before {
    content: "\f141";
}


/* line 325, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ellipsis-v:before {
    content: "\f142";
}


/* line 326, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-rss-square:before {
    content: "\f143";
}


/* line 327, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-play-circle:before {
    content: "\f144";
}


/* line 328, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ticket:before {
    content: "\f145";
}


/* line 329, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-minus-square:before {
    content: "\f146";
}


/* line 330, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-minus-square-o:before {
    content: "\f147";
}


/* line 331, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-level-up:before {
    content: "\f148";
}


/* line 332, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-level-down:before {
    content: "\f149";
}


/* line 333, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-check-square:before {
    content: "\f14a";
}


/* line 334, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pencil-square:before {
    content: "\f14b";
}


/* line 335, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-external-link-square:before {
    content: "\f14c";
}


/* line 336, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-share-square:before {
    content: "\f14d";
}


/* line 337, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-compass:before {
    content: "\f14e";
}


/* line 338, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}


/* line 340, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}


/* line 342, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}


/* line 344, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}


/* line 346, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-gbp:before {
    content: "\f154";
}


/* line 347, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}


/* line 349, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}


/* line 351, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}


/* line 355, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}


/* line 358, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}


/* line 360, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}


/* line 362, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file:before {
    content: "\f15b";
}


/* line 363, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-text:before {
    content: "\f15c";
}


/* line 364, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-alpha-asc:before {
    content: "\f15d";
}


/* line 365, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-alpha-desc:before {
    content: "\f15e";
}


/* line 366, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-amount-asc:before {
    content: "\f160";
}


/* line 367, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-amount-desc:before {
    content: "\f161";
}


/* line 368, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-numeric-asc:before {
    content: "\f162";
}


/* line 369, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sort-numeric-desc:before {
    content: "\f163";
}


/* line 370, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-thumbs-up:before {
    content: "\f164";
}


/* line 371, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-thumbs-down:before {
    content: "\f165";
}


/* line 372, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-youtube-square:before {
    content: "\f166";
}


/* line 373, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-youtube:before {
    content: "\f167";
}


/* line 374, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-xing:before {
    content: "\f168";
}


/* line 375, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-xing-square:before {
    content: "\f169";
}


/* line 376, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-youtube-play:before {
    content: "\f16a";
}


/* line 377, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-dropbox:before {
    content: "\f16b";
}


/* line 378, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-stack-overflow:before {
    content: "\f16c";
}


/* line 379, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-instagram:before {
    content: "\f16d";
}


/* line 380, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-flickr:before {
    content: "\f16e";
}


/* line 381, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-adn:before {
    content: "\f170";
}


/* line 382, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bitbucket:before {
    content: "\f171";
}


/* line 383, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bitbucket-square:before {
    content: "\f172";
}


/* line 384, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tumblr:before {
    content: "\f173";
}


/* line 385, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tumblr-square:before {
    content: "\f174";
}


/* line 386, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-long-arrow-down:before {
    content: "\f175";
}


/* line 387, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-long-arrow-up:before {
    content: "\f176";
}


/* line 388, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-long-arrow-left:before {
    content: "\f177";
}


/* line 389, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-long-arrow-right:before {
    content: "\f178";
}


/* line 390, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-apple:before {
    content: "\f179";
}


/* line 391, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-windows:before {
    content: "\f17a";
}


/* line 392, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-android:before {
    content: "\f17b";
}


/* line 393, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-linux:before {
    content: "\f17c";
}


/* line 394, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-dribbble:before {
    content: "\f17d";
}


/* line 395, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-skype:before {
    content: "\f17e";
}


/* line 396, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-foursquare:before {
    content: "\f180";
}


/* line 397, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-trello:before {
    content: "\f181";
}


/* line 398, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-female:before {
    content: "\f182";
}


/* line 399, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-male:before {
    content: "\f183";
}


/* line 400, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-gittip:before {
    content: "\f184";
}


/* line 401, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sun-o:before {
    content: "\f185";
}


/* line 402, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-moon-o:before {
    content: "\f186";
}


/* line 403, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-archive:before {
    content: "\f187";
}


/* line 404, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bug:before {
    content: "\f188";
}


/* line 405, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-vk:before {
    content: "\f189";
}


/* line 406, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-weibo:before {
    content: "\f18a";
}


/* line 407, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-renren:before {
    content: "\f18b";
}


/* line 408, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pagelines:before {
    content: "\f18c";
}


/* line 409, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-stack-exchange:before {
    content: "\f18d";
}


/* line 410, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}


/* line 411, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-left:before {
    content: "\f190";
}


/* line 412, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}


/* line 414, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-dot-circle-o:before {
    content: "\f192";
}


/* line 415, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-wheelchair:before {
    content: "\f193";
}


/* line 416, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-vimeo-square:before {
    content: "\f194";
}


/* line 417, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}


/* line 419, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-plus-square-o:before {
    content: "\f196";
}


/* line 420, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-space-shuttle:before {
    content: "\f197";
}


/* line 421, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-slack:before {
    content: "\f198";
}


/* line 422, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-envelope-square:before {
    content: "\f199";
}


/* line 423, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-wordpress:before {
    content: "\f19a";
}


/* line 424, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-openid:before {
    content: "\f19b";
}


/* line 425, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}


/* line 428, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}


/* line 430, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-yahoo:before {
    content: "\f19e";
}


/* line 431, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-google:before {
    content: "\f1a0";
}


/* line 432, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-reddit:before {
    content: "\f1a1";
}


/* line 433, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-reddit-square:before {
    content: "\f1a2";
}


/* line 434, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}


/* line 435, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-stumbleupon:before {
    content: "\f1a4";
}


/* line 436, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-delicious:before {
    content: "\f1a5";
}


/* line 437, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-digg:before {
    content: "\f1a6";
}


/* line 438, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pied-piper:before {
    content: "\f1a7";
}


/* line 439, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pied-piper-alt:before {
    content: "\f1a8";
}


/* line 440, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-drupal:before {
    content: "\f1a9";
}


/* line 441, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-joomla:before {
    content: "\f1aa";
}


/* line 442, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-language:before {
    content: "\f1ab";
}


/* line 443, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-fax:before {
    content: "\f1ac";
}


/* line 444, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-building:before {
    content: "\f1ad";
}


/* line 445, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-child:before {
    content: "\f1ae";
}


/* line 446, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-paw:before {
    content: "\f1b0";
}


/* line 447, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-spoon:before {
    content: "\f1b1";
}


/* line 448, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cube:before {
    content: "\f1b2";
}


/* line 449, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cubes:before {
    content: "\f1b3";
}


/* line 450, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-behance:before {
    content: "\f1b4";
}


/* line 451, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-behance-square:before {
    content: "\f1b5";
}


/* line 452, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-steam:before {
    content: "\f1b6";
}


/* line 453, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-steam-square:before {
    content: "\f1b7";
}


/* line 454, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-recycle:before {
    content: "\f1b8";
}


/* line 455, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}


/* line 457, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}


/* line 459, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tree:before {
    content: "\f1bb";
}


/* line 460, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-spotify:before {
    content: "\f1bc";
}


/* line 461, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-deviantart:before {
    content: "\f1bd";
}


/* line 462, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-soundcloud:before {
    content: "\f1be";
}


/* line 463, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-database:before {
    content: "\f1c0";
}


/* line 464, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-pdf-o:before {
    content: "\f1c1";
}


/* line 465, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-word-o:before {
    content: "\f1c2";
}


/* line 466, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-excel-o:before {
    content: "\f1c3";
}


/* line 467, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}


/* line 468, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}


/* line 471, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}


/* line 473, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}


/* line 475, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}


/* line 477, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-file-code-o:before {
    content: "\f1c9";
}


/* line 478, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-vine:before {
    content: "\f1ca";
}


/* line 479, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-codepen:before {
    content: "\f1cb";
}


/* line 480, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-jsfiddle:before {
    content: "\f1cc";
}


/* line 481, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}


/* line 486, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-circle-o-notch:before {
    content: "\f1ce";
}


/* line 487, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}


/* line 489, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}


/* line 491, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-git-square:before {
    content: "\f1d2";
}


/* line 492, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-git:before {
    content: "\f1d3";
}


/* line 493, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-hacker-news:before {
    content: "\f1d4";
}


/* line 494, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tencent-weibo:before {
    content: "\f1d5";
}


/* line 495, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-qq:before {
    content: "\f1d6";
}


/* line 496, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}


/* line 498, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}


/* line 500, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}


/* line 502, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-history:before {
    content: "\f1da";
}


/* line 503, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-circle-thin:before {
    content: "\f1db";
}


/* line 504, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-header:before {
    content: "\f1dc";
}


/* line 505, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-paragraph:before {
    content: "\f1dd";
}


/* line 506, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-sliders:before {
    content: "\f1de";
}


/* line 507, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-share-alt:before {
    content: "\f1e0";
}


/* line 508, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-share-alt-square:before {
    content: "\f1e1";
}


/* line 509, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bomb:before {
    content: "\f1e2";
}


/* line 510, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}


/* line 512, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-tty:before {
    content: "\f1e4";
}


/* line 513, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-binoculars:before {
    content: "\f1e5";
}


/* line 514, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-plug:before {
    content: "\f1e6";
}


/* line 515, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-slideshare:before {
    content: "\f1e7";
}


/* line 516, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-twitch:before {
    content: "\f1e8";
}


/* line 517, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-yelp:before {
    content: "\f1e9";
}


/* line 518, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-newspaper-o:before {
    content: "\f1ea";
}


/* line 519, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-wifi:before {
    content: "\f1eb";
}


/* line 520, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-calculator:before {
    content: "\f1ec";
}


/* line 521, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-paypal:before {
    content: "\f1ed";
}


/* line 522, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-google-wallet:before {
    content: "\f1ee";
}


/* line 523, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc-visa:before {
    content: "\f1f0";
}


/* line 524, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc-mastercard:before {
    content: "\f1f1";
}


/* line 525, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc-discover:before {
    content: "\f1f2";
}


/* line 526, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc-amex:before {
    content: "\f1f3";
}


/* line 527, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc-paypal:before {
    content: "\f1f4";
}


/* line 528, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc-stripe:before {
    content: "\f1f5";
}


/* line 529, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bell-slash:before {
    content: "\f1f6";
}


/* line 530, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bell-slash-o:before {
    content: "\f1f7";
}


/* line 531, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-trash:before {
    content: "\f1f8";
}


/* line 532, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-copyright:before {
    content: "\f1f9";
}


/* line 533, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-at:before {
    content: "\f1fa";
}


/* line 534, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-eyedropper:before {
    content: "\f1fb";
}


/* line 535, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-paint-brush:before {
    content: "\f1fc";
}


/* line 536, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-birthday-cake:before {
    content: "\f1fd";
}


/* line 537, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-area-chart:before {
    content: "\f1fe";
}


/* line 538, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-pie-chart:before {
    content: "\f200";
}


/* line 539, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-line-chart:before {
    content: "\f201";
}


/* line 540, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-lastfm:before {
    content: "\f202";
}


/* line 541, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-lastfm-square:before {
    content: "\f203";
}


/* line 542, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-toggle-off:before {
    content: "\f204";
}


/* line 543, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-toggle-on:before {
    content: "\f205";
}


/* line 544, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bicycle:before {
    content: "\f206";
}


/* line 545, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-bus:before {
    content: "\f207";
}


/* line 546, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-ioxhost:before {
    content: "\f208";
}


/* line 547, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-angellist:before {
    content: "\f209";
}


/* line 548, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-cc:before {
    content: "\f20a";
}


/* line 549, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}


/* line 552, ../../../bower_components/font-awesome/scss/_icons.scss */

.fa-meanpath:before {
    content: "\f20c";
}


/* line 18, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox {
    padding-left: 20px;
}


/* line 21, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}


/* line 26, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}


/* line 40, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #666666;
}


/* line 55, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox input[type="checkbox"] {
    display: none;
}


/* line 58, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}


/* line 63, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}


/* line 66, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}


/* line 74, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}


/* line 78, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox.checkbox-inline {
    margin-top: 0;
}


/* line 7, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #618fb0;
    border-color: #618fb0;
}


/* line 11, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}


/* line 7, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #e5603b;
    border-color: #e5603b;
}


/* line 11, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}


/* line 7, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #4ab0ce;
    border-color: #4ab0ce;
}


/* line 11, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}


/* line 7, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #eac85e;
    border-color: #eac85e;
}


/* line 11, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}


/* line 7, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #56bc76;
    border-color: #56bc76;
}


/* line 11, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}


/* line 111, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio {
    padding-left: 20px;
}


/* line 114, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}


/* line 119, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}


/* line 133, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #666666;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}


/* line 151, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio input[type="radio"] {
    display: none;
}


/* line 154, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* line 158, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}


/* line 161, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}


/* line 168, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio.radio-inline {
    margin-top: 0;
}


/* line 96, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-primary input[type="radio"]+label::after {
    background-color: #618fb0;
}


/* line 101, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #618fb0;
}


/* line 104, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #618fb0;
}


/* line 96, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-danger input[type="radio"]+label::after {
    background-color: #e5603b;
}


/* line 101, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #e5603b;
}


/* line 104, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #e5603b;
}


/* line 96, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-info input[type="radio"]+label::after {
    background-color: #4ab0ce;
}


/* line 101, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-info input[type="radio"]:checked+label::before {
    border-color: #4ab0ce;
}


/* line 104, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-info input[type="radio"]:checked+label::after {
    background-color: #4ab0ce;
}


/* line 96, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-warning input[type="radio"]+label::after {
    background-color: #eac85e;
}


/* line 101, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #eac85e;
}


/* line 104, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #eac85e;
}


/* line 96, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-success input[type="radio"]+label::after {
    background-color: #56bc76;
}


/* line 101, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-success input[type="radio"]:checked+label::before {
    border-color: #56bc76;
}


/* line 104, ../../../bower_components/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss */

.radio-success input[type="radio"]:checked+label::after {
    background-color: #56bc76;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/


/* line 10, ../../../bower_components/animate.css/animate.css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* line 17, ../../../bower_components/animate.css/animate.css */

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* line 22, ../../../bower_components/animate.css/animate.css */

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    /* line 28, ../../../bower_components/animate.css/animate.css */
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* line 35, ../../../bower_components/animate.css/animate.css */
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    /* line 42, ../../../bower_components/animate.css/animate.css */
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    /* line 49, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    /* line 56, ../../../bower_components/animate.css/animate.css */
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* line 64, ../../../bower_components/animate.css/animate.css */
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    /* line 72, ../../../bower_components/animate.css/animate.css */
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    /* line 80, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


/* line 87, ../../../bower_components/animate.css/animate.css */

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    /* line 96, ../../../bower_components/animate.css/animate.css */
    0%,
    50%,
    100% {
        opacity: 1;
    }
    /* line 100, ../../../bower_components/animate.css/animate.css */
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    /* line 106, ../../../bower_components/animate.css/animate.css */
    0%,
    50%,
    100% {
        opacity: 1;
    }
    /* line 110, ../../../bower_components/animate.css/animate.css */
    25%,
    75% {
        opacity: 0;
    }
}


/* line 115, ../../../bower_components/animate.css/animate.css */

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    /* line 123, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* line 128, ../../../bower_components/animate.css/animate.css */
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    /* line 133, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    /* line 140, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* line 146, ../../../bower_components/animate.css/animate.css */
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    /* line 152, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* line 159, ../../../bower_components/animate.css/animate.css */

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    /* line 165, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* line 170, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    /* line 175, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    /* line 180, ../../../bower_components/animate.css/animate.css */
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    /* line 185, ../../../bower_components/animate.css/animate.css */
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    /* line 190, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    /* line 195, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    /* line 202, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* line 208, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    /* line 214, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    /* line 220, ../../../bower_components/animate.css/animate.css */
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    /* line 226, ../../../bower_components/animate.css/animate.css */
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    /* line 232, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    /* line 238, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* line 245, ../../../bower_components/animate.css/animate.css */

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    /* line 251, ../../../bower_components/animate.css/animate.css */
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* line 256, ../../../bower_components/animate.css/animate.css */
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    /* line 261, ../../../bower_components/animate.css/animate.css */
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    /* line 268, ../../../bower_components/animate.css/animate.css */
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* line 274, ../../../bower_components/animate.css/animate.css */
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    /* line 280, ../../../bower_components/animate.css/animate.css */
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}


/* line 287, ../../../bower_components/animate.css/animate.css */

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    /* line 293, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    /* line 298, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    /* line 303, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    /* line 308, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    /* line 313, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    /* line 320, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    /* line 326, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    /* line 332, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    /* line 338, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    /* line 344, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}


/* line 351, ../../../bower_components/animate.css/animate.css */

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    /* line 360, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* line 365, ../../../bower_components/animate.css/animate.css */
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    /* line 370, ../../../bower_components/animate.css/animate.css */
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    /* line 375, ../../../bower_components/animate.css/animate.css */
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    /* line 380, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    /* line 387, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* line 393, ../../../bower_components/animate.css/animate.css */
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    /* line 399, ../../../bower_components/animate.css/animate.css */
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    /* line 405, ../../../bower_components/animate.css/animate.css */
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    /* line 411, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* line 418, ../../../bower_components/animate.css/animate.css */

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    /* line 426, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: none;
        transform: none;
    }
    /* line 431, ../../../bower_components/animate.css/animate.css */
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    /* line 436, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    /* line 441, ../../../bower_components/animate.css/animate.css */
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    /* line 446, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    /* line 451, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    /* line 456, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    /* line 463, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /* line 469, ../../../bower_components/animate.css/animate.css */
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    /* line 475, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    /* line 481, ../../../bower_components/animate.css/animate.css */
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    /* line 487, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    /* line 493, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    /* line 499, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 506, ../../../bower_components/animate.css/animate.css */

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    /* line 512, ../../../bower_components/animate.css/animate.css */
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 517, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    /* line 523, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    /* line 528, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    /* line 533, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    /* line 539, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    /* line 544, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    /* line 552, ../../../bower_components/animate.css/animate.css */
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 557, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    /* line 564, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    /* line 570, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    /* line 576, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    /* line 583, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    /* line 589, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* line 597, ../../../bower_components/animate.css/animate.css */

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    /* line 605, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 610, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    /* line 616, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    /* line 622, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    /* line 627, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    /* line 632, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    /* line 639, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 644, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    /* line 651, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    /* line 658, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    /* line 664, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    /* line 670, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 677, ../../../bower_components/animate.css/animate.css */

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    /* line 683, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 688, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    /* line 694, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    /* line 700, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    /* line 705, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    /* line 710, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    /* line 717, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 722, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    /* line 729, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    /* line 736, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    /* line 742, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    /* line 748, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 755, ../../../bower_components/animate.css/animate.css */

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    /* line 761, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 766, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    /* line 772, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    /* line 778, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    /* line 783, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    /* line 788, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    /* line 795, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 800, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    /* line 807, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    /* line 814, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    /* line 820, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    /* line 826, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 833, ../../../bower_components/animate.css/animate.css */

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    /* line 839, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 844, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    /* line 850, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    /* line 856, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    /* line 861, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    /* line 866, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    /* line 873, ../../../bower_components/animate.css/animate.css */
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /* line 878, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    /* line 885, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    /* line 892, ../../../bower_components/animate.css/animate.css */
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    /* line 898, ../../../bower_components/animate.css/animate.css */
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    /* line 904, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* line 911, ../../../bower_components/animate.css/animate.css */

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    /* line 917, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    /* line 922, ../../../bower_components/animate.css/animate.css */
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    /* line 928, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    /* line 936, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    /* line 942, ../../../bower_components/animate.css/animate.css */
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    /* line 949, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}


/* line 957, ../../../bower_components/animate.css/animate.css */

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    /* line 965, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    /* line 970, ../../../bower_components/animate.css/animate.css */
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    /* line 976, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    /* line 984, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    /* line 990, ../../../bower_components/animate.css/animate.css */
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    /* line 997, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}


/* line 1005, ../../../bower_components/animate.css/animate.css */

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    /* line 1011, ../../../bower_components/animate.css/animate.css */
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    /* line 1017, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    /* line 1025, ../../../bower_components/animate.css/animate.css */
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    /* line 1032, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}


/* line 1040, ../../../bower_components/animate.css/animate.css */

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    /* line 1046, ../../../bower_components/animate.css/animate.css */
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    /* line 1052, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    /* line 1060, ../../../bower_components/animate.css/animate.css */
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    /* line 1067, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}


/* line 1075, ../../../bower_components/animate.css/animate.css */

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    /* line 1081, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    /* line 1086, ../../../bower_components/animate.css/animate.css */
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    /* line 1092, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    /* line 1100, ../../../bower_components/animate.css/animate.css */
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    /* line 1106, ../../../bower_components/animate.css/animate.css */
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    /* line 1113, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}


/* line 1121, ../../../bower_components/animate.css/animate.css */

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    /* line 1127, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
    }
    /* line 1131, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    /* line 1137, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
    }
    /* line 1141, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
    }
}


/* line 1146, ../../../bower_components/animate.css/animate.css */

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    /* line 1152, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    /* line 1158, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    /* line 1166, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    /* line 1173, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1181, ../../../bower_components/animate.css/animate.css */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    /* line 1187, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    /* line 1193, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    /* line 1201, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    /* line 1208, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1216, ../../../bower_components/animate.css/animate.css */

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    /* line 1222, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    /* line 1228, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    /* line 1236, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    /* line 1243, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1251, ../../../bower_components/animate.css/animate.css */

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    /* line 1257, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    /* line 1263, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    /* line 1271, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    /* line 1278, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1286, ../../../bower_components/animate.css/animate.css */

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    /* line 1292, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    /* line 1298, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    /* line 1306, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    /* line 1313, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1321, ../../../bower_components/animate.css/animate.css */

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    /* line 1327, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    /* line 1333, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    /* line 1341, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    /* line 1348, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1356, ../../../bower_components/animate.css/animate.css */

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    /* line 1362, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    /* line 1368, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    /* line 1376, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    /* line 1383, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1391, ../../../bower_components/animate.css/animate.css */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    /* line 1397, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    /* line 1403, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    /* line 1411, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    /* line 1418, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 1426, ../../../bower_components/animate.css/animate.css */

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    /* line 1432, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1436, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    /* line 1442, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1446, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
    }
}


/* line 1451, ../../../bower_components/animate.css/animate.css */

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    /* line 1457, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1461, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    /* line 1469, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1473, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


/* line 1481, ../../../bower_components/animate.css/animate.css */

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    /* line 1487, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1491, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    /* line 1499, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1503, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}


/* line 1511, ../../../bower_components/animate.css/animate.css */

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    /* line 1517, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1521, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    /* line 1529, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1533, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


/* line 1541, ../../../bower_components/animate.css/animate.css */

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    /* line 1547, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1551, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    /* line 1559, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1563, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}


/* line 1571, ../../../bower_components/animate.css/animate.css */

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    /* line 1577, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1581, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    /* line 1589, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1593, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}


/* line 1601, ../../../bower_components/animate.css/animate.css */

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    /* line 1607, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1611, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    /* line 1619, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1623, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}


/* line 1631, ../../../bower_components/animate.css/animate.css */

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    /* line 1637, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1641, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    /* line 1649, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1653, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}


/* line 1661, ../../../bower_components/animate.css/animate.css */

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    /* line 1667, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1671, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    /* line 1679, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 1683, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}


/* line 1691, ../../../bower_components/animate.css/animate.css */

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    /* line 1697, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    /* line 1704, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    /* line 1711, ../../../bower_components/animate.css/animate.css */
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    /* line 1718, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    /* line 1725, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    /* line 1734, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    /* line 1742, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    /* line 1750, ../../../bower_components/animate.css/animate.css */
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    /* line 1758, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    /* line 1766, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}


/* line 1775, ../../../bower_components/animate.css/animate.css */

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    /* line 1784, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 1792, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    /* line 1799, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    /* line 1805, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    /* line 1810, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    /* line 1817, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 1826, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    /* line 1834, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    /* line 1841, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    /* line 1847, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/* line 1854, ../../../bower_components/animate.css/animate.css */

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    /* line 1863, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 1871, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    /* line 1878, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    /* line 1884, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    /* line 1889, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    /* line 1896, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 1905, ../../../bower_components/animate.css/animate.css */
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    /* line 1913, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    /* line 1920, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    /* line 1926, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/* line 1933, ../../../bower_components/animate.css/animate.css */

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    /* line 1942, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    /* line 1947, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    /* line 1953, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    /* line 1961, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
    /* line 1967, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    /* line 1974, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}


/* line 1982, ../../../bower_components/animate.css/animate.css */

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    /* line 1993, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    /* line 1998, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    /* line 2004, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    /* line 2012, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
    /* line 2018, ../../../bower_components/animate.css/animate.css */
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    /* line 2025, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}


/* line 2033, ../../../bower_components/animate.css/animate.css */

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    /* line 2044, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    /* line 2050, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    /* line 2056, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    /* line 2062, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    /* line 2070, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    /* line 2077, ../../../bower_components/animate.css/animate.css */
    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    /* line 2084, ../../../bower_components/animate.css/animate.css */
    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    /* line 2091, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* line 2099, ../../../bower_components/animate.css/animate.css */

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    /* line 2107, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 2111, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    /* line 2119, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 2123, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}


/* line 2131, ../../../bower_components/animate.css/animate.css */

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    /* line 2139, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    /* line 2147, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    /* line 2157, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    /* line 2167, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* line 2178, ../../../bower_components/animate.css/animate.css */

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    /* line 2184, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    /* line 2192, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    /* line 2202, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    /* line 2212, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* line 2223, ../../../bower_components/animate.css/animate.css */

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    /* line 2229, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    /* line 2237, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    /* line 2247, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    /* line 2257, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* line 2268, ../../../bower_components/animate.css/animate.css */

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    /* line 2274, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    /* line 2282, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    /* line 2292, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    /* line 2302, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* line 2313, ../../../bower_components/animate.css/animate.css */

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    /* line 2319, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    /* line 2327, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    /* line 2337, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    /* line 2347, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* line 2358, ../../../bower_components/animate.css/animate.css */

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    /* line 2364, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    /* line 2370, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    /* line 2380, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    /* line 2387, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}


/* line 2398, ../../../bower_components/animate.css/animate.css */

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    /* line 2404, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    /* line 2410, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    /* line 2420, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    /* line 2427, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0;
    }
}


/* line 2438, ../../../bower_components/animate.css/animate.css */

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    /* line 2444, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    /* line 2450, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    /* line 2460, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    /* line 2467, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}


/* line 2478, ../../../bower_components/animate.css/animate.css */

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    /* line 2484, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    /* line 2490, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    /* line 2500, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    /* line 2507, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}


/* line 2518, ../../../bower_components/animate.css/animate.css */

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    /* line 2524, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    /* line 2530, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    /* line 2540, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    /* line 2547, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}


/* line 2558, ../../../bower_components/animate.css/animate.css */

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    /* line 2564, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    /* line 2571, ../../../bower_components/animate.css/animate.css */
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    /* line 2580, ../../../bower_components/animate.css/animate.css */
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    /* line 2590, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    /* line 2598, ../../../bower_components/animate.css/animate.css */
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    /* line 2606, ../../../bower_components/animate.css/animate.css */
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    /* line 2617, ../../../bower_components/animate.css/animate.css */
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    /* line 2629, ../../../bower_components/animate.css/animate.css */
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}


/* line 2637, ../../../bower_components/animate.css/animate.css */

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    /* line 2645, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    /* line 2651, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    /* line 2659, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    /* line 2666, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/* line 2674, ../../../bower_components/animate.css/animate.css */

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    /* line 2682, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 2686, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    /* line 2694, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 2698, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}


/* line 2706, ../../../bower_components/animate.css/animate.css */

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    /* line 2712, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    /* line 2718, ../../../bower_components/animate.css/animate.css */
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    /* line 2724, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    /* line 2731, ../../../bower_components/animate.css/animate.css */
    50% {
        opacity: 1;
    }
}


/* line 2736, ../../../bower_components/animate.css/animate.css */

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    /* line 2742, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2750, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    /* line 2760, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2769, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}


/* line 2779, ../../../bower_components/animate.css/animate.css */

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    /* line 2785, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2793, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    /* line 2803, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2812, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}


/* line 2822, ../../../bower_components/animate.css/animate.css */

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    /* line 2828, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2836, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    /* line 2846, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2855, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}


/* line 2865, ../../../bower_components/animate.css/animate.css */

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    /* line 2871, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2879, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    /* line 2889, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2898, ../../../bower_components/animate.css/animate.css */
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}


/* line 2908, ../../../bower_components/animate.css/animate.css */

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    /* line 2914, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 2918, ../../../bower_components/animate.css/animate.css */
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    /* line 2924, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    /* line 2930, ../../../bower_components/animate.css/animate.css */
    0% {
        opacity: 1;
    }
    /* line 2934, ../../../bower_components/animate.css/animate.css */
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    /* line 2941, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
    }
}


/* line 2946, ../../../bower_components/animate.css/animate.css */

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    /* line 2952, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2960, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    /* line 2972, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 2981, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}


/* line 2994, ../../../bower_components/animate.css/animate.css */

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    /* line 3000, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    /* line 3006, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    /* line 3016, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    /* line 3023, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}


/* line 3034, ../../../bower_components/animate.css/animate.css */

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    /* line 3040, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    /* line 3046, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    /* line 3056, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    /* line 3063, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}


/* line 3074, ../../../bower_components/animate.css/animate.css */

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    /* line 3080, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 3088, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    /* line 3100, ../../../bower_components/animate.css/animate.css */
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* line 3109, ../../../bower_components/animate.css/animate.css */
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}


/* line 3122, ../../../bower_components/animate.css/animate.css */

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}


/* Awesome Bootstrap Checkbox override */


/* line 3, ../../src/sass/_override-libs.scss */

.checkbox label::before {
    background: none;
    border-color: #aaa;
}


/* line 6, ../../src/sass/_override-libs.scss */

.checkbox label::after {
    color: #666666;
}


/* line 14, ../../src/sass/_override-libs.scss */

.radio label::before {
    background: none;
    border-color: #aaa;
}


/* line 19, ../../src/sass/_override-libs.scss */

.radio label::after {
    background-color: #666666;
}


/* line 26, ../../src/sass/_override-libs.scss */

.checkbox-dark input[type="checkbox"]:checked+label::after {
    color: #666666;
}


/***************************/


/*         Reset           */


/***************************/


/* line 5, ../../src/sass/_override-bootstrap.scss */

a:focus {
    outline: none;
}


/***************************/


/*          Type           */


/***************************/


/* line 13, ../../src/sass/_override-bootstrap.scss */

ul,
ol {
    margin: 0;
}


/* line 17, ../../src/sass/_override-bootstrap.scss */


/*Não descomente*/


/*hr {
  border-top: none;
}*/


/* line 23, ../../src/sass/_override-bootstrap.scss */

blockquote.blockquote-sm {
    padding: 0 0 0 15px;
    font-size: 13px;
}


/* line 27, ../../src/sass/_override-bootstrap.scss */

blockquote p {
    font-size: inherit;
    margin-bottom: 9px;
}


/* line 33, ../../src/sass/_override-bootstrap.scss */

h1 {
    font-size: 35.75px;
}


/* line 34, ../../src/sass/_override-bootstrap.scss */

h2 {
    font-size: 29.25px;
}


/* line 35, ../../src/sass/_override-bootstrap.scss */

h3 {
    font-size: 22.75px;
}


/* line 36, ../../src/sass/_override-bootstrap.scss */

h4 {
    font-size: 16.25px;
}


/* line 37, ../../src/sass/_override-bootstrap.scss */

h5 {
    font-size: 13px;
}


/* line 38, ../../src/sass/_override-bootstrap.scss */

h6 {
    font-size: 11.05px;
}


/* line 40, ../../src/sass/_override-bootstrap.scss */

h1 small {
    font-size: 22.75px;
}


/* line 41, ../../src/sass/_override-bootstrap.scss */

h2 small {
    font-size: 16.25px;
}


/* line 42, ../../src/sass/_override-bootstrap.scss */

h3 small {
    font-size: 13px;
}


/* line 43, ../../src/sass/_override-bootstrap.scss */

h4 small {
    font-size: 13px;
}


/* line 45, ../../src/sass/_override-bootstrap.scss */

.text-primary {
    color: #618fb0;
}


/* line 46, ../../src/sass/_override-bootstrap.scss */

.text-warning {
    color: #eac85e;
}


/* line 47, ../../src/sass/_override-bootstrap.scss */

.text-danger {
    color: #e5603b;
}


/* line 48, ../../src/sass/_override-bootstrap.scss */

.text-success {
    color: #56bc76;
}


/* line 49, ../../src/sass/_override-bootstrap.scss */

.text-info {
    color: #4ab0ce;
}

@media (min-width: 768px) {
    /* line 52, ../../src/sass/_override-bootstrap.scss */
    .lead {
        font-size: 16px;
    }
}


/***************************/


/*         Code            */


/***************************/


/* line 61, ../../src/sass/_override-bootstrap.scss */

code,
pre {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/***************************/


/*         Forms           */


/***************************/


/* line 70, ../../src/sass/_override-bootstrap.scss */

label,
input,
button,
select,
textarea {
    font-weight: 400;
}


/* line 78, ../../src/sass/_override-bootstrap.scss */

legend small {
    color: gray;
    font-size: 14px;
}


/* line 83, ../../src/sass/_override-bootstrap.scss */

.form-control {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


/* line 86, ../../src/sass/_override-bootstrap.scss */

.form-control[type=search],
.form-control.search {
    padding-left: 26px;
}


/* line 91, ../../src/sass/_override-bootstrap.scss */

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}


/* line 98, ../../src/sass/_override-bootstrap.scss */

.input-group-btn>.btn {
    z-index: 2;
}


/*adding .btn-group here because selectpicker's select become .btn-group
  need some more vertical space*/


/* line 111, ../../src/sass/_override-bootstrap.scss */

.btn-group+.help-block,
input+.help-block,
select+.help-block,
textarea+.help-block,
.uneditable-input+.help-block,
.input-prepend+.help-block,
.input-append+.help-block {
    margin-top: 4.5px;
}


/* line 116, ../../src/sass/_override-bootstrap.scss */

.help-block {
    margin-top: 0;
    font-size: 11px;
    color: gray;
}


/* line 122, ../../src/sass/_override-bootstrap.scss */

.search-query,
.navbar-form .search-query {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 18px;
}


/* line 134, ../../src/sass/_override-bootstrap.scss */

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 4.5px;
}


/* line 140, ../../src/sass/_override-bootstrap.scss */

.form-group {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    /* line 146, ../../src/sass/_override-bootstrap.scss */
    .form-horizontal.form-label-left .control-label {
        text-align: left;
    }
}


/***************************/


/*      Input Groups       */


/***************************/


/* line 155, ../../src/sass/_override-bootstrap.scss */

.input-group-addon {
    color: #ffffff;
}


/***************************/


/*        Tables        */


/***************************/


/* line 163, ../../src/sass/_override-bootstrap.scss */

.table .table {
    background-color: #eeeeee;
}


/* line 169, ../../src/sass/_override-bootstrap.scss */

.table-hover tbody td,
.table-hover tbody th {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}


/* line 175, ../../src/sass/_override-bootstrap.scss */

.table thead>tr>th {
    border-bottom: none;
    font-weight: 600;
    /*text-transform: uppercase;*/
    border-bottom-width: 1px;
}


/* line 182, ../../src/sass/_override-bootstrap.scss */

.table td>.checkbox,
.table th>.checkbox {
    position: relative;
    top: 3px;
    left: 7px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}


/* line 190, ../../src/sass/_override-bootstrap.scss */

.table td>.checkbox>label:before,
.table td>.checkbox>label:after,
.table th>.checkbox>label:before,
.table th>.checkbox>label:after {
    margin-left: 0;
}


/* line 196, ../../src/sass/_override-bootstrap.scss */

.table>thead>tr>th {
    font-weight: 600;
    /*text-transform: uppercase;*/
    border-bottom-width: 1px;
}


/* line 207, ../../src/sass/_override-bootstrap.scss */

.table-lg>thead>tr>th,
.table-lg>thead>tr>td,
.table-lg>tbody>tr>th,
.table-lg>tbody>tr>td,
.table-lg>tfoot>tr>th,
.table-lg>tfoot>tr>td {
    padding: 10px;
}


/* line 220, ../../src/sass/_override-bootstrap.scss */

.table-sm>thead>tr>th,
.table-sm>thead>tr>td,
.table-sm>tbody>tr>th,
.table-sm>tbody>tr>td,
.table-sm>tfoot>tr>th,
.table-sm>tfoot>tr>td {
    padding: 6px;
}


/***************************/


/*        Dropdowns        */


/***************************/


/* line 233, ../../src/sass/_override-bootstrap.scss */

.dropdown-menu {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


/* line 237, ../../src/sass/_override-bootstrap.scss */

.dropdown-menu>li>a {
    font-weight: 400;
}


/***************************/


/*      Buttons            */


/***************************/


/* line 245, ../../src/sass/_override-bootstrap.scss */

.btn:focus {
    outline: none;
}


/* line 249, ../../src/sass/_override-bootstrap.scss */

.btn {
    color: white;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 255, ../../src/sass/_override-bootstrap.scss */

.btn:hover,
.btn:focus {
    color: white;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
}


/* line 261, ../../src/sass/_override-bootstrap.scss */

.btn.active:hover {
    color: white;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* line 266, ../../src/sass/_override-bootstrap.scss */

.btn.disabled,
.pager .disabled button,
.btn[disabled] {
    color: white;
}


/* line 271, ../../src/sass/_override-bootstrap.scss */

.btn .caret {
    border-top-color: #fff;
}


/***************************/


/*      Button Groups      */


/***************************/


/* line 281, ../../src/sass/_override-bootstrap.scss */

.btn-group>.btn+.btn {
    margin-left: 0;
}


/* line 285, ../../src/sass/_override-bootstrap.scss */

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: auto;
}


/* line 292, ../../src/sass/_override-bootstrap.scss */

.btn-group>.btn+.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 296, ../../src/sass/_override-bootstrap.scss */

.btn-toolbar {
    font-size: 0;
    margin-top: 0.7142857145;
    margin-bottom: 0.7142857145;
}


/* line 300, ../../src/sass/_override-bootstrap.scss */

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
    margin-left: 5px;
}


/***************************/


/*        TABBABLE         */


/***************************/


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.tabbable:after {
    clear: both;
}


/* line 320, ../../src/sass/_override-bootstrap.scss */

.tab-content {
    overflow: auto;
}


/* line 325, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}


/* line 332, ../../src/sass/_override-bootstrap.scss */

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}


/* line 336, ../../src/sass/_override-bootstrap.scss */

.tab-content>.active,
.pill-content>.active {
    display: block;
}


/* line 345, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}


/* line 349, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>li>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
}


/* line 351, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}


/* line 357, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: #dddddd;
    border-top-color: white;
}


/* line 368, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}


/* line 372, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}


/* line 380, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}


/* line 385, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}


/* line 389, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}


/* line 393, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
}


/* line 400, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}


/* line 405, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}


/* line 409, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}


/* line 413, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
}


/***************************/


/*          Navs           */


/***************************/


/* line 423, ../../src/sass/_override-bootstrap.scss */

.nav {
    margin-bottom: 0;
}


/* line 427, ../../src/sass/_override-bootstrap.scss */

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: transparent;
}


/* line 436, ../../src/sass/_override-bootstrap.scss */

.nav>li>a {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}


/* line 440, ../../src/sass/_override-bootstrap.scss */

.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: rgba(255, 255, 255, 0.25);
}


/* line 448, ../../src/sass/_override-bootstrap.scss */

.nav-tabs>li>a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    color: #4d9dd7;
    padding-top: 8px;
    padding-bottom: 8px;
}


/* line 453, ../../src/sass/_override-bootstrap.scss */

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
}


/* line 459, ../../src/sass/_override-bootstrap.scss */

.nav-tabs>.active {
    margin-bottom: -1px;
}


/* line 463, ../../src/sass/_override-bootstrap.scss */

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}


/* line 467, ../../src/sass/_override-bootstrap.scss */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: white;
    background-color: #3d4553;
    border-color: #50545c;
    border-bottom-color: #3d4553;
}

.nav-tabs-modal>li.active>a,
.nav-tabs-modal>li.active>a:hover,
.nav-tabs-modal>li.active>a:focus {
    color: #797979;
    background-color: #ffffff;
    border-color: #cccccc;
    border-bottom-color: #ffffff;
}

/* line 476, ../../src/sass/_override-bootstrap.scss */

.nav-tabs .dropdown-menu {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
}


/* line 479, ../../src/sass/_override-bootstrap.scss */

.nav-pills .dropdown-menu {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* line 482, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs {
    border-top: 1px solid #dddddd;
}


/* line 486, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>li>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
}


/* line 490, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs {
    margin-right: 0;
    border-right: 1px solid #dddddd;
}


/* line 495, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li>a {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}


/* line 499, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs {
    margin-left: 0;
    border-left: 1px solid #dddddd;
}


/* line 503, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs>li>a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}


/* line 507, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
}


/* line 512, ../../src/sass/_override-bootstrap.scss */

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-top-color: transparent;
}


/* line 523, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li>a {
    margin-right: 0;
}


/* line 526, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: transparent;
}


/* line 530, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #dddddd;
    border-right-color: white;
}


/* line 537, ../../src/sass/_override-bootstrap.scss */

.tabs-left>.nav-tabs .active {
    margin-right: -1px;
}


/* line 541, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs .active {
    margin-left: -1px;
}


/* line 545, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs>li>a {
    margin-left: 0;
}


/* line 548, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: transparent;
}


/* line 552, ../../src/sass/_override-bootstrap.scss */

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #dddddd;
    border-left-color: white;
}


/* line 559, ../../src/sass/_override-bootstrap.scss */

.nav-pills>li>a {
    margin-top: 2px;
    margin-bottom: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eeeeee;
}


/* line 567, ../../src/sass/_override-bootstrap.scss */

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #666666;
    background: none;
}


/* line 574, ../../src/sass/_override-bootstrap.scss */

.nav-justified>li,
.nav-tabs.nav-justified>li {
    padding: 0 1.28%;
}


/***************************/


/*         Navbars         */


/***************************/


/* line 582, ../../src/sass/_override-bootstrap.scss */

.navbar {
    margin: 0;
}


/* line 585, ../../src/sass/_override-bootstrap.scss */

.navbar .btn-navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 592, ../../src/sass/_override-bootstrap.scss */

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 599, ../../src/sass/_override-bootstrap.scss */

.navbar-nav {
    margin: -7px;
}


/* line 602, ../../src/sass/_override-bootstrap.scss */

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}

@media (max-width: 767px) {
    /* line 610, ../../src/sass/_override-bootstrap.scss */
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        margin: 2px 0 0;
        background-color: white;
        border: 0;
        box-shadow: none;
    }
}


/***************************/


/*       Breadcrumbs       */


/***************************/


/* line 626, ../../src/sass/_override-bootstrap.scss */

.breadcrumb a {
    color: #f8f8f8;
    text-decoration: none;
}


/* line 629, ../../src/sass/_override-bootstrap.scss */

.breadcrumb a:hover {
    color: #b8b8b8;
}


/* line 634, ../../src/sass/_override-bootstrap.scss */

.content>.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-top: 11px;
    margin-bottom: 9px;
}


/***************************/


/*        Pagination       */


/***************************/


/* line 645, ../../src/sass/_override-bootstrap.scss */

.pagination {
    font-weight: 400;
}


/* line 648, ../../src/sass/_override-bootstrap.scss */

.pagination>li {
    display: inline;
}


/* line 650, ../../src/sass/_override-bootstrap.scss */

.pagination>li>a,
.pagination>li>span {
    border-radius: 3px;
    margin: 0 2px;
}


/***************************/


/*         Modals          */


/***************************/


/* line 662, ../../src/sass/_override-bootstrap.scss */

.modal {
    color: #555555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* line 666, ../../src/sass/_override-bootstrap.scss */

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
    color: #cccccc;
}


/* line 671, ../../src/sass/_override-bootstrap.scss */

.modal-footer {
    background-color: #f5f5f5;
}


/***************************/


/*        Tooltips         */


/***************************/


/* line 679, ../../src/sass/_override-bootstrap.scss */

.tooltip {
    font-size: 12px;
}


/* line 683, ../../src/sass/_override-bootstrap.scss */

.tooltip-inner {
    padding: 4px;
    white-space: nowrap;
}


/***************************/


/*        Popovers         */


/***************************/


/* line 692, ../../src/sass/_override-bootstrap.scss */

.popover {
    color: #f8f8f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* line 695, ../../src/sass/_override-bootstrap.scss */

.popover h1,
.popover h2,
.popover h3,
.popover h4,
.popover h5,
.popover h6 {
    color: #f8f8f8;
}


/* line 700, ../../src/sass/_override-bootstrap.scss */

.popover-title {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
}


/***************************/


/*       Thumbnails        */


/***************************/


/* line 708, ../../src/sass/_override-bootstrap.scss */

.thumbnail {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 712, ../../src/sass/_override-bootstrap.scss */

.widget .thumbnail {
    border: 1px solid #dddddd;
}


/* line 717, ../../src/sass/_override-bootstrap.scss */

.thumbnail .caption {
    color: #666666;
}


/***************************/


/*    Labels and badges    */


/***************************/


/* line 725, ../../src/sass/_override-bootstrap.scss */

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    line-height: 14px;
    text-shadow: none;
    font-weight: 600;
    font-size: 11px;
}


/* line 735, ../../src/sass/_override-bootstrap.scss */

.badge {
    padding: 2px 9px;
}


/* line 739, ../../src/sass/_override-bootstrap.scss */

.badge-default {
    background-color: #999999;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.badge-default[href]:hover,
.badge-default[href]:focus {
    background-color: gray;
}


/* line 743, ../../src/sass/_override-bootstrap.scss */

.badge-primary {
    background-color: #618fb0;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    background-color: #4a7594;
}


/* line 747, ../../src/sass/_override-bootstrap.scss */

.badge-success {
    background-color: #56bc76;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.badge-success[href]:hover,
.badge-success[href]:focus {
    background-color: #3fa05e;
}


/* line 751, ../../src/sass/_override-bootstrap.scss */

.badge-info {
    background-color: #4ab0ce;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.badge-info[href]:hover,
.badge-info[href]:focus {
    background-color: #3196b4;
}


/* line 755, ../../src/sass/_override-bootstrap.scss */

.badge-warning {
    background-color: #eac85e;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    background-color: #e4b931;
}


/* line 759, ../../src/sass/_override-bootstrap.scss */

.badge-danger {
    background-color: #e5603b;
}


/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    background-color: #d1431c;
}


/***************************/


/*        Jumbotron        */


/***************************/


/* line 776, ../../src/sass/_override-bootstrap.scss */

.widget>.jumbotron {
    margin: -12px -17px;
}


/* line 780, ../../src/sass/_override-bootstrap.scss */

.jumbotron h1,
.jumbotron .h1 {
    line-height: 1;
}


/***************************/


/*          Alerts         */


/***************************/


/* line 789, ../../src/sass/_override-bootstrap.scss */

.alert {
    text-shadow: none;
    font-weight: normal;
}


/* line 794, ../../src/sass/_override-bootstrap.scss */

.close {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    text-shadow: none;
}


/* line 799, ../../src/sass/_override-bootstrap.scss */

.alert-sm {
    padding: 10px 12px;
    font-size: 12px;
}


/* line 803, ../../src/sass/_override-bootstrap.scss */

.alert-sm .close {
    font-size: 18px;
}


/***************************/


/*        List Groups      */


/***************************/


/* line 813, ../../src/sass/_override-bootstrap.scss */

.list-group {
    margin-bottom: 0;
}


/* line 815, ../../src/sass/_override-bootstrap.scss */

.widget>.list-group {
    margin: -12px -17px;
}


/* line 818, ../../src/sass/_override-bootstrap.scss */

.widget .body>.list-group {
    margin: 0 -17px -12px;
}


/* line 821, ../../src/sass/_override-bootstrap.scss */

.widget .body>.list-group .list-group-item:first-child {
    border-top: 1px solid #eeeeee;
}


/* line 827, ../../src/sass/_override-bootstrap.scss */

.list-group-item {
    border: none;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    color: #666666;
}


/* line 832, ../../src/sass/_override-bootstrap.scss */

.widget .list-group-item {
    background: none;
}


/* line 834, ../../src/sass/_override-bootstrap.scss */

.widget .list-group-item+.list-group-item {
    border-top: 1px solid #eeeeee;
}


/* line 840, ../../src/sass/_override-bootstrap.scss */

.list-group-outer .list-group-item+.list-group-item {
    margin-top: 10px;
}


/* line 845, ../../src/sass/_override-bootstrap.scss */

.list-group-item>.fa-chevron-right {
    margin-top: 3px;
    margin-left: 6px;
    color: #ebebeb;
}


/* line 853, ../../src/sass/_override-bootstrap.scss */

.list-group-lg .list-group-item {
    padding: 15px 15px;
}


/* line 857, ../../src/sass/_override-bootstrap.scss */

.list-group:last-of-type .list-group-item:last-child {
    border-bottom: 0;
}


/***************************/


/*         Progress        */


/***************************/


/* line 867, ../../src/sass/_override-bootstrap.scss */

.progress {
    background: rgba(0, 0, 0, 0.15);
}


/* line 871, ../../src/sass/_override-bootstrap.scss */

.progress-sm {
    height: 10px;
    margin-bottom: 9px;
}


/* line 876, ../../src/sass/_override-bootstrap.scss */

.progress-xs {
    height: 5px;
    margin-bottom: 9px;
}


/***************************/


/*          Panels         */


/***************************/


/* line 885, ../../src/sass/_override-bootstrap.scss */

.panel-heading {
    padding: 0;
}


/* line 888, ../../src/sass/_override-bootstrap.scss */

.panel-heading>.accordion-toggle {
    display: block;
    padding: 8px 15px;
}


/* line 896, ../../src/sass/_override-bootstrap.scss */

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #eeeeee;
}


/* line 901, ../../src/sass/_override-bootstrap.scss */

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #eeeeee;
}


/* line 907, ../../src/sass/_override-bootstrap.scss */

.panel {
    border: none;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 912, ../../src/sass/_override-bootstrap.scss */

.content .panel {
    color: #666666;
}


/* line 916, ../../src/sass/_override-bootstrap.scss */

.panel .panel-heading a {
    color: #666666;
    font-weight: 400;
}


/* line 920, ../../src/sass/_override-bootstrap.scss */

.panel .panel-heading a:focus {
    text-decoration: none;
}


/* line 923, ../../src/sass/_override-bootstrap.scss */

.panel .panel-heading a.collapsed {
    color: gray;
}


/* line 928, ../../src/sass/_override-bootstrap.scss */

.panel .panel-heading a[data-toggle="collapse"]:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: -8px;
    position: relative;
    top: 1px;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}


/* line 938, ../../src/sass/_override-bootstrap.scss */

.panel .panel-heading a[data-toggle="collapse"].collapsed:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* line 945, ../../src/sass/_override-bootstrap.scss */

.panel-body {
    border-top-color: #eeeeee;
}


/***************************/


/*        Carousel         */


/***************************/


/* line 954, ../../src/sass/_override-bootstrap.scss */

.widget>.carousel {
    margin: 0 -17px 5px;
}


/* line 960, ../../src/sass/_override-bootstrap.scss */

.carousel-control.left,
.carousel-control.right {
    background: none;
}


/* line 963, ../../src/sass/_override-bootstrap.scss */

.carousel-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}


/* line 977, ../../src/sass/_override-bootstrap.scss */

.carousel-indicators.outer {
    bottom: -10px;
}


/* line 980, ../../src/sass/_override-bootstrap.scss */

.carousel-indicators li {
    background-color: #eeeeee;
}


/***************************/


/*          Wells          */


/***************************/


/* line 990, ../../src/sass/_override-bootstrap.scss */

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/********************
 * HTML CSS
 */


/* line 7, ../../../bower_components/nvd3/nv.d3.css */

.chartWrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
}


/********************
  Box shadow and border radius styling
*/


/* line 16, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/********************
 * TOOLTIP CSS
 */


/* line 30, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip {
    position: absolute;
    background-color: white;
    padding: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 10000;
    font-family: 'Open Sans,sans-serif', sans-serif;
    font-size: 13px;
    text-align: left;
    pointer-events: none;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/


/* line 55, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
    transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
}


/* line 65, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
    padding: 8px;
}


/* line 70, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: rgba(247, 247, 247, 0.75);
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}


/* line 85, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}


/* line 91, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}


/* line 96, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip table {
    margin: 6px;
    border-spacing: 0;
}


/* line 102, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}


/* line 107, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip table td.key {
    font-weight: normal;
}


/* line 110, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip table td.value {
    text-align: right;
    font-weight: bold;
}


/* line 115, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}


/* line 123, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}


/* line 129, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}


/* line 135, ../../../bower_components/nvd3/nv.d3.css */

.nvtooltip-pending-removal {
    position: absolute;
    pointer-events: none;
}


/********************
 * SVG CSS
 */


/* line 146, ../../../bower_components/nvd3/nv.d3.css */

svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Trying to get SVG to act like a greedy block in all browsers */
    display: block;
    width: 100%;
    height: 100%;
}


/* line 160, ../../../bower_components/nvd3/nv.d3.css */

svg text {
    font: normal 12px 'Open Sans,sans-serif', sans-serif;
}


/* line 164, ../../../bower_components/nvd3/nv.d3.css */

svg .title {
    font: bold 14px 'Open Sans,sans-serif', sans-serif;
}


/* line 168, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
    /*
  pointer-events: none;
  */
}


/* line 176, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}


/**********
*  Brush
*/


/* line 186, ../../../bower_components/nvd3/nv.d3.css */

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}


/**********
*  Legend
*/


/* line 197, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-legend .nv-series {
    cursor: pointer;
}


/* line 201, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-legend .disabled circle {
    fill-opacity: 0;
}


/**********
*  Axes
*/


/* line 210, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis {
    pointer-events: none;
}


/* line 214, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}


/* line 221, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis path.domain {
    stroke-opacity: .75;
}


/* line 225, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}


/* line 229, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}


/* line 235, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
    stroke-opacity: .75;
}


/* line 240, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-axis .nv-axisMaxMin text {
    font-weight: bold;
}


/* line 244, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
    text-anchor: middle;
}


/**********
*  Brush
*/


/* line 256, ../../../bower_components/nvd3/nv.d3.css */

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}


/**********
*  Bars
*/


/* line 267, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-bars .negative rect {
    zfill: brown;
}


/* line 271, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-bars rect {
    zfill: steelblue;
    fill-opacity: .75;
    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}


/* line 280, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}


/* line 284, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}


/* line 288, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-bars text {
    fill: transparent;
}


/* line 292, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-bars .hover text {
    fill: black;
}


/**********
*  Bars
*/


/* line 301, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}


/* line 311, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}


/* line 317, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: bold;
    fill: black;
    stroke: transparent;
}


/***********
*  Pie Chart
*/


/* line 328, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}


/* line 336, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}


/* line 341, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}


/* line 347, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-pie .hover path {
    fill-opacity: .7;
}


/* line 350, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-pie .nv-label {
    pointer-events: none;
}


/* line 353, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}


/**********
* Lines
*/


/* line 362, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-groups path.nv-line {
    fill: none;
    stroke-width: 1.5px;
    /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */
}


/* line 379, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-groups path.nv-line.nv-thin-line {
    stroke-width: 1px;
}


/* line 384, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-groups path.nv-area {
    stroke: none;
    /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  stroke-width: 2.5px;
  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */
}


/* line 401, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-line.hover path {
    stroke-width: 6px;
}


/*
.nvd3.scatter .groups .point {
  fill-opacity: 0.1;
  stroke-opacity: 0.1;
}
  */


/* line 412, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}


/* line 417, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}


/* line 423, ../../../bower_components/nvd3/nv.d3.css */

.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}


/* line 430, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
}


/* line 438, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}


/* line 447, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-indexLine {
    cursor: ew-resize;
}


/**********
* Distribution
*/


/* line 456, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-distribution {
    pointer-events: none;
}


/**********
*  Scatter
*/


/* **Attempting to remove this for useVoronoi(false), need to see if it's required anywhere
.nvd3 .nv-groups .nv-point {
  pointer-events: none;
}
*/


/* line 472, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}


/* line 477, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}


/*
.nv-group.hover .nv-point {
  fill-opacity: 1;
}
*/


/**********
*  Stacked Area
*/


/* line 492, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    /*
  stroke-opacity: .65;
  fill-opacity: 1;
  */
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    /*
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  */
}


/* line 512, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .9;
    /*
  stroke-opacity: .85;
  */
}


/*
.d3stackedarea .groups path {
  stroke-opacity: 0;
}
  */


/* line 526, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}


/*
.nvd3.nv-stackedarea .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .75;
  fill-opacity: 1;
}*/


/**********
*  Line Plus Bar
*/


/* line 544, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-linePlusBar .nv-bar rect {
    fill-opacity: .75;
}


/* line 548, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}


/**********
*  Bullet
*/


/* line 557, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet {
    font: 10px sans-serif;
}


/* line 558, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-measure {
    fill-opacity: .8;
}


/* line 559, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-measure:hover {
    fill-opacity: 1;
}


/* line 560, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-marker {
    stroke: #000;
    stroke-width: 2px;
}


/* line 561, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-markerTriangle {
    stroke: #000;
    fill: #fff;
    stroke-width: 1.5px;
}


/* line 562, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-tick line {
    stroke: #666;
    stroke-width: .5px;
}


/* line 563, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-range.nv-s0 {
    fill: #eee;
}


/* line 564, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-range.nv-s1 {
    fill: #ddd;
}


/* line 565, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-range.nv-s2 {
    fill: #ccc;
}


/* line 566, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-title {
    font-size: 14px;
    font-weight: bold;
}


/* line 567, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-subtitle {
    fill: #999;
}


/* line 570, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}


/* line 574, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: .7;
}


/**********
* Sparkline
*/


/* line 584, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparkline path {
    fill: none;
}


/* line 588, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus g.nv-hoverValue {
    pointer-events: none;
}


/* line 592, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}


/* line 597, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
    pointer-events: all;
}


/* line 602, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}


/* line 607, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    /*
  stroke: #666;
  */
    stroke-width: 0;
    font-size: .9em;
    font-weight: normal;
}


/* line 617, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus .nv-yValue {
    stroke: #f66;
}


/* line 621, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}


/* line 626, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}


/* line 631, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-sparklineplus .nv-currentValue {
    /*
  stroke: #444;
  fill: #000;
  */
    font-weight: bold;
    font-size: 1.1em;
}


/**********
* historical stock
*/


/* line 644, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
    stroke-width: 2px;
}


/* line 648, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 4px;
}


/* line 652, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
    stroke: #2ca02c;
}


/* line 656, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
    stroke: #d62728;
}


/* line 660, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel {
    font-weight: bold;
}


/* line 664, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-historicalStockChart .nv-dragTarget {
    fill-opacity: 0;
    stroke: none;
    cursor: move;
}


/* line 670, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-brush .extent {
    /*
  cursor: ew-resize !important;
  */
    fill-opacity: 0 !important;
}


/* line 677, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}


/**********
* Indented Tree
*/


/**
 * TODO: the following 3 selectors are based on classes used in the example.  I should either make them standard and leave them here, or move to a CSS file not included in the library
 */


/* line 694, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-indentedtree .name {
    margin-left: 5px;
}


/* line 698, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-indentedtree .clickable {
    color: #08C;
    cursor: pointer;
}


/* line 703, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-indentedtree span.clickable:hover {
    color: #005580;
    text-decoration: underline;
}


/* line 709, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-indentedtree .nv-childrenCount {
    display: inline-block;
    margin-left: 5px;
}


/* line 714, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-indentedtree .nv-treeicon {
    cursor: pointer;
    /*
  cursor: n-resize;
  */
}


/* line 721, ../../../bower_components/nvd3/nv.d3.css */

.nvd3.nv-indentedtree .nv-treeicon.nv-folded {
    cursor: pointer;
    /*
  cursor: s-resize;
  */
}


/**********
* Parallel Coordinates
*/


/* line 732, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .background path {
    fill: none;
    stroke: #ccc;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}


/* line 739, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .foreground path {
    fill: none;
    stroke: steelblue;
    stroke-opacity: .7;
}


/* line 745, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .brush .extent {
    fill-opacity: .3;
    stroke: #fff;
    shape-rendering: crispEdges;
}


/* line 751, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .axis line,
.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}


/* line 757, ../../../bower_components/nvd3/nv.d3.css */


/****
Interactive Layer
*/


/* line 764, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 .nv-interactiveGuideLine {
    pointer-events: none;
}


/* line 767, ../../../bower_components/nvd3/nv.d3.css */

.nvd3 line.nv-guideline {
    stroke: #ccc;
}


/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */


/* line 8, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px \0;
    /*IE9 and below*/
}


/* line 13, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px;
}


/* line 17, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}


/* line 20, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}


/* line 23, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.fit-width {
    width: auto !important;
}


/* line 26, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}


/* line 29, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}


/* line 34, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}


/* line 39, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}


/* line 42, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}


/* line 48, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}


/* line 53, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}


/* line 59, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}


/* line 63, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}


/* line 66, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}


/* line 69, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}


/* line 72, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}


/* line 75, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}


/* line 78, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}


/* line 84, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}


/* line 91, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}


/* line 94, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 101, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 110, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}


/* line 113, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, 0.4);
}


/* line 119, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}


/* line 122, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}


/* line 125, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}


/* line 129, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}


/* line 132, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}


/* line 135, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}


/* line 138, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -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);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 155, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}


/* line 160, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}


/* line 163, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}


/* line 168, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}


/* line 174, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}


/* line 177, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow.open>.btn {
    z-index: 1036;
}


/* line 180, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}


/* line 193, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}


/* line 203, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}


/* line 212, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}


/* line 218, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}


/* line 222, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}


/* line 226, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}


/* line 230, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px;
}


/* line 234, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 241, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bs-actionsbox .btn-group button {
    width: 50%;
}


/* line 244, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}


/* line 247, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}


/* line 251, ../../../bower_components/bootstrap-select/dist/css/bootstrap-select.css */

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}


/*# sourceMappingURL=bootstrap-select.css.map */


/* line 1, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}


/* line 7, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar::after {
    clear: both;
    display: table;
    content: "";
}


/* line 13, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar>li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}


/* line 20, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: bold;
}


/* line 24, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
    font-style: italic;
}


/* line 28, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
    text-decoration: underline;
}


/* line 32, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-color: #D9D9D9;
    outline: 0;
}


/* line 42, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important;
}


/* line 46, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div.wysihtml5-colors {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none;
}


/* line 56, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-left: 70px;
}


/* line 60, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
    background: black !important;
}


/* line 64, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
    background: silver !important;
}


/* line 68, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
    background: gray !important;
}


/* line 72, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
    background: maroon !important;
}


/* line 76, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
    background: red !important;
}


/* line 80, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
    background: purple !important;
}


/* line 84, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
    background: green !important;
}


/* line 88, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
    background: olive !important;
}


/* line 92, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
    background: navy !important;
}


/* line 96, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
    background: blue !important;
}


/* line 100, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
    background: orange !important;
}


/* line 104, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

.glyphicon-quote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 50px;
    position: absolute;
    top: -4px;
    left: -3px;
    max-height: 100%;
}


/* line 114, ../../../bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css */

.glyphicon-quote:after {
    content: "\0000a0";
}


/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/


/* line 4, ../../../bower_components/select2/select2.css */

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}


/* line 14, ../../../bower_components/select2/select2.css */

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
}


/* line 28, ../../../bower_components/select2/select2.css */

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}


/* line 59, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}


/* line 63, ../../../bower_components/select2/select2.css */

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}


/* line 75, ../../../bower_components/select2/select2.css */

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}


/* line 79, ../../../bower_components/select2/select2.css */

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
}


/* line 91, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}


/* line 96, ../../../bower_components/select2/select2.css */

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0;
}


/* line 113, ../../../bower_components/select2/select2.css */

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}


/* line 117, ../../../bower_components/select2/select2.css */

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}


/* line 122, ../../../bower_components/select2/select2.css */

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}


/* line 140, ../../../bower_components/select2/select2.css */

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}


/* line 158, ../../../bower_components/select2/select2.css */

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}


/* line 169, ../../../bower_components/select2/select2.css */

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}


/* line 174, ../../../bower_components/select2/select2.css */

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}


/* line 178, ../../../bower_components/select2/select2.css */

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}


/* line 183, ../../../bower_components/select2/select2.css */

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}


/* line 187, ../../../bower_components/select2/select2.css */

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}


/* line 208, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}


/* line 217, ../../../bower_components/select2/select2.css */

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("select2.png") no-repeat 0 1px;
}


/* line 224, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}


/* line 228, ../../../bower_components/select2/select2.css */

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}


/* line 242, ../../../bower_components/select2/select2.css */

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: white url("select2.png") no-repeat 100% -22px;
    background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}


/* line 266, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: white url("select2.png") no-repeat -37px -22px;
    background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}


/* line 276, ../../../bower_components/select2/select2.css */

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}


/* line 280, ../../../bower_components/select2/select2.css */

.select2-search input.select2-active {
    background: white url("select2-spinner.gif") no-repeat 100%;
    background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}


/* line 288, ../../../bower_components/select2/select2.css */

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


/* line 297, ../../../bower_components/select2/select2.css */

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}


/* line 313, ../../../bower_components/select2/select2.css */

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}


/* line 325, ../../../bower_components/select2/select2.css */

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}


/* line 330, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}


/* line 334, ../../../bower_components/select2/select2.css */

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}


/* line 338, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}


/* line 342, ../../../bower_components/select2/select2.css */

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* results */


/* line 354, ../../../bower_components/select2/select2.css */

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
}


/* line 364, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}


/* line 369, ../../../bower_components/select2/select2.css */

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}


/* line 374, ../../../bower_components/select2/select2.css */

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}


/* line 380, ../../../bower_components/select2/select2.css */

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}


/* line 384, ../../../bower_components/select2/select2.css */

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* line 398, ../../../bower_components/select2/select2.css */

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}


/* line 399, ../../../bower_components/select2/select2.css */

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}


/* line 400, ../../../bower_components/select2/select2.css */

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}


/* line 401, ../../../bower_components/select2/select2.css */

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}


/* line 402, ../../../bower_components/select2/select2.css */

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}


/* line 403, ../../../bower_components/select2/select2.css */

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}


/* line 404, ../../../bower_components/select2/select2.css */

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}


/* line 406, ../../../bower_components/select2/select2.css */

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}


/* line 411, ../../../bower_components/select2/select2.css */

.select2-results li em {
    background: #feffde;
    font-style: normal;
}


/* line 416, ../../../bower_components/select2/select2.css */

.select2-results .select2-highlighted em {
    background: transparent;
}


/* line 420, ../../../bower_components/select2/select2.css */

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


/* line 425, ../../../bower_components/select2/select2.css */

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}


/*
disabled look for disabled choices in the results dropdown
*/


/* line 437, ../../../bower_components/select2/select2.css */

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}


/* line 443, ../../../bower_components/select2/select2.css */

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}


/* line 449, ../../../bower_components/select2/select2.css */

.select2-results .select2-selected {
    display: none;
}


/* line 453, ../../../bower_components/select2/select2.css */

.select2-more-results.select2-active {
    background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}


/* line 457, ../../../bower_components/select2/select2.css */

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2);
}


/* line 461, ../../../bower_components/select2/select2.css */

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}


/* disabled styles */


/* line 468, ../../../bower_components/select2/select2.css */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}


/* line 475, ../../../bower_components/select2/select2.css */

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}


/* line 481, ../../../bower_components/select2/select2.css */

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */


/* line 488, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}


/* line 506, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}


/* line 510, ../../../bower_components/select2/select2.css */

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}


/* line 514, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices {
    min-height: 26px;
}


/* line 518, ../../../bower_components/select2/select2.css */

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


/* line 525, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}


/* line 529, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}


/* line 533, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


/* line 539, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}


/* line 553, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: white url("select2-spinner.gif") no-repeat 100% !important;
}


/* line 557, ../../../bower_components/select2/select2.css */

.select2-default {
    color: #999 !important;
}


/* line 561, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}


/* line 591, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}


/* line 596, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}


/* line 599, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}


/* line 603, ../../../bower_components/select2/select2.css */

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("select2.png") right top no-repeat;
}


/* line 615, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}


/* line 620, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}


/* line 624, ../../../bower_components/select2/select2.css */

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}


/* line 629, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}


/* line 632, ../../../bower_components/select2/select2.css */

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}


/* disabled styles */


/* line 637, ../../../bower_components/select2/select2.css */

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}


/* line 644, ../../../bower_components/select2/select2.css */

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}


/* line 651, ../../../bower_components/select2/select2.css */

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}


/* end multiselect */


/* line 657, ../../../bower_components/select2/select2.css */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}


/* line 662, ../../../bower_components/select2/select2.css */

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}


/* line 676, ../../../bower_components/select2/select2.css */

.select2-display-none {
    display: none;
}


/* line 680, ../../../bower_components/select2/select2.css */

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}


/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
    /* line 692, ../../../bower_components/select2/select2.css */
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    /* line 701, ../../../bower_components/select2/select2.css */
    .select2-search input {
        background-position: 100% -21px !important;
    }
}


/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */


/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */


/* line 18, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.form-control {
    background: transparent;
    border: none;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
}


/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */


/* line 40, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #69758d;
    border-radius: 3px;
    color: #555555;
    font-family: "Open Sans,sans-serif", sans-serif;
    background-color: #323a4a;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -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 48, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-search input {
    border-color: #cccccc;
    border-radius: 3px;
    color: #555555;
    font-family: "Open Sans,sans-serif", sans-serif;
    background-color: white;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -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 52, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */


/* line 61, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container .select2-choice {
    height: 30px;
    line-height: 1.428571429;
}


/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */


/* line 71, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.select2-container-multi.form-control {
    height: auto;
}


/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */


/* line 80, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.input-sm .select2-choice,
.input-group-sm>.select2-container.form-control .select2-choice,
.input-group-sm>.select2-container.input-group-addon .select2-choice,
.input-group-sm>.input-group-btn>.select2-container.btn .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 28px;
    line-height: 1.5;
    border-radius: 3px;
}


/* line 87, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.input-lg .select2-choice,
.input-group-lg>.select2-container.form-control .select2-choice,
.input-group-lg>.select2-container.input-group-addon .select2-choice,
.input-group-lg>.input-group-btn>.select2-container.btn .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 44px;
    line-height: 1.33;
    border-radius: 6px;
}


/* line 94, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}


/* line 98, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm>.select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-sm>.select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.input-group-sm>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 26px;
}


/* line 103, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg>.select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-lg>.select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.input-group-lg>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 42px;
}


/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */


/* line 114, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0;
}


/* line 118, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-chosen,
.select2-choice>span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 5px 12px;
}


/* line 124, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-sm .select2-chosen,
.input-group-sm>.form-control .select2-chosen,
.input-group-sm>.input-group-addon .select2-chosen,
.input-group-sm>.input-group-btn>.btn .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice>span:first-child,
.input-group-sm>.form-control .select2-choice>span:first-child,
.input-group-sm>.input-group-addon .select2-choice>span:first-child,
.input-group-sm>.input-group-btn>.btn .select2-choice>span:first-child,
.input-group-sm .select2-choice>span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm>.form-control .select2-choices .select2-search-field input,
.input-group-sm>.input-group-addon .select2-choices .select2-search-field input,
.input-group-sm>.input-group-btn>.btn .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 4px 10px;
}


/* line 133, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-lg .select2-chosen,
.input-group-lg>.form-control .select2-chosen,
.input-group-lg>.input-group-addon .select2-chosen,
.input-group-lg>.input-group-btn>.btn .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice>span:first-child,
.input-group-lg>.form-control .select2-choice>span:first-child,
.input-group-lg>.input-group-addon .select2-choice>span:first-child,
.input-group-lg>.input-group-btn>.btn .select2-choice>span:first-child,
.input-group-lg .select2-choice>span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg>.form-control .select2-choices .select2-search-field input,
.input-group-lg>.input-group-addon .select2-choices .select2-search-field input,
.input-group-lg>.input-group-btn>.btn .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}


/* line 142, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
}


/* line 147, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm>.select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-sm>.select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.input-group-sm>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}


/* line 153, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg>.select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-lg>.select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.input-group-lg>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}


/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */


/* line 164, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: 1px solid #cccccc;
    background: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}


/* line 171, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}


/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */


/* line 185, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px;
}


/* line 190, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}


/* line 195, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm>.select2-container.form-control .select2-choice .select2-arrow b,
.input-group-sm>.select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm>.input-group-btn>.select2-container.btn .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm>.select2-container.form-control .select2-choice div b,
.input-group-sm>.select2-container.input-group-addon .select2-choice div b,
.input-group-sm>.input-group-btn>.select2-container.btn .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}


/* line 202, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm>.select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-sm>.select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm>.input-group-btn>.select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm>.select2-dropdown-open.form-control .select2-choice div b,
.input-group-sm>.select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-sm>.input-group-btn>.select2-dropdown-open.btn .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}


/* line 209, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg>.select2-container.form-control .select2-choice .select2-arrow b,
.input-group-lg>.select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg>.input-group-btn>.select2-container.btn .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg>.select2-container.form-control .select2-choice div b,
.input-group-lg>.select2-container.input-group-addon .select2-choice div b,
.input-group-lg>.input-group-btn>.select2-container.btn .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}


/* line 216, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg>.select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-lg>.select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg>.input-group-btn>.select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg>.select2-dropdown-open.form-control .select2-choice div b,
.input-group-lg>.select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-lg>.input-group-btn>.select2-dropdown-open.btn .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}


/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */


/* line 229, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: white;
}


/* line 233, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}


/* line 239, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-warning.select2-drop-active {
    border-color: #e6e6e6;
}


/* line 241, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #e6e6e6;
}


/* line 229, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: white;
}


/* line 233, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}


/* line 239, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-error.select2-drop-active {
    border-color: #e6e6e6;
}


/* line 241, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #e6e6e6;
}


/* line 229, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: white;
}


/* line 233, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}


/* line 239, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-success.select2-drop-active {
    border-color: #e6e6e6;
}


/* line 241, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #e6e6e6;
}


/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */


/* line 264, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-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 274, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-drop-active {
    border-color: #66afe9;
}


/* line 278, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}


/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */


/* line 302, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}


/* line 306, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/* line 310, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/* line 314, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}


/* line 317, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}


/* line 320, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/* line 323, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 3px !important;
}


/* line 326, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 6px !important;
}


/* line 329, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 3px !important;
}


/* line 332, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 6px !important;
}


/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */


/* line 341, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-results .select2-highlighted {
    color: white;
    background-color: #618fb0;
}


/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */


/* line 354, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}


/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */


/* line 365, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: #666666;
    border-color: rgba(0, 0, 0, 0.15);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 374, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #1e74ad;
    border-color: rgba(0, 0, 0, 0.15);
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**
 * Address Multi Select2's choice close-button vertical alignment.
 */


/* line 386, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}


/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */


/* line 397, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container .select2-choice abbr {
    top: 50%;
}


/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */


/* line 408, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: rgba(229, 190, 86, 0.28);
    color: white;
}


/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */


/* line 424, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc;
}


/* line 429, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */
}


/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */


/* line 459, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}


/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/


/* line 477, ../../../bower_components/select2-bootstrap-css/lib/select2-bootstrap.scss */

.select2-offscreen,
.select2-offscreen:focus {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
}


/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */


/* line 8, ../../../bower_components/switchery/dist/switchery.css */

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* line 30, ../../../bower_components/switchery/dist/switchery.css */

.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}


/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */


/* line 6, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px;
}


/* line 15, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px;
}


/* line 18, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.bottom:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 7px;
}


/* line 29, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.bottom:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 8px;
}


/* line 39, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.top:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -7px;
    left: 6px;
}


/* line 50, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.top:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    bottom: -6px;
    left: 7px;
}


/* line 60, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%;
}


/* line 63, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px;
}


/* line 67, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px;
}


/* line 71, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget>ul {
    list-style-type: none;
    margin: 0;
}


/* line 75, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}


/* line 78, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}


/* line 81, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}


/* line 89, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}


/* line 92, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0;
}


/* line 97, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget .datepicker>div {
    display: none;
}


/* line 100, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}


/* line 103, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}


/* line 107, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
}


/* line 112, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}


/* line 117, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #777777;
}


/* line 123, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}


/* line 128, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}


/* line 135, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #777777;
}


/* line 139, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.today {
    position: relative;
}


/* line 142, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


/* line 152, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #428bca;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


/* line 158, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff;
}


/* line 161, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}


/* line 167, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}


/* line 176, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td span:hover {
    background: #eeeeee;
}


/* line 179, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td span.active {
    background-color: #428bca;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


/* line 184, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td span.old {
    color: #777777;
}


/* line 187, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}


/* line 193, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}


/* line 198, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}


/* line 201, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
}


/* line 205, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}


/* line 211, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}


/* line 214, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eeeeee;
}


/* line 217, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}


/* line 223, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}


/* line 227, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}


/* line 231, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
    padding: 0px !important;
}

@media screen and (max-width: 767px) {
    /* line 235, ../../../bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css */
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px;
    }
}


/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */


/* line 11, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url("../img/bootstrap-colorpicker/saturation.png");
}


/* line 19, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-saturation i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* line 33, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-saturation i b {
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* line 43, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-hue,
.colorpicker-alpha {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize;
}


/* line 53, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-hue i,
.colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #000;
    border-top: 1px solid #fff;
}


/* line 66, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue.png");
}


/* line 70, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-alpha {
    display: none;
    background-image: url("../img/bootstrap-colorpicker/alpha.png");
}


/* line 75, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
}


/* line 88, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker:before,
.colorpicker:after {
    display: table;
    line-height: 0;
    content: "";
}


/* line 95, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker:after {
    clear: both;
}


/* line 99, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker:before {
    position: absolute;
    top: -7px;
    left: 6px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}


/* line 111, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker:after {
    position: absolute;
    top: -6px;
    left: 7px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}


/* line 122, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker div {
    position: relative;
}


/* line 126, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-with-alpha {
    min-width: 140px;
}


/* line 130, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block;
}


/* line 134, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%;
}


/* line 142, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-color div {
    height: 10px;
}


/* line 146, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer;
}


/* line 155, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none;
}


/* line 162, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px;
}


/* line 168, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px;
}


/* line 172, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px;
}


/* line 176, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    float: left;
    width: 100px;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    cursor: col-resize;
}


/* line 186, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: 0;
    background: #ffffff;
    border: none;
}


/* line 199, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png");
}


/* line 203, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png");
}


/* line 207, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-hidden {
    display: none;
}


/* line 211, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker.colorpicker-visible {
    display: block;
}


/* line 215, ../../../bower_components/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */

.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}


/* line 1, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail {
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 1px;
    transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
}


/* line 14, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail.inactive {
    opacity: 0;
}


/* line 17, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item.active {
    opacity: 1;
}


/* line 20, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .x_label {
    font-family: 'Open Sans,sans-serif', sans-serif;
    border-radius: 3px;
    padding: 6px;
    opacity: 0.5;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    position: absolute;
    background: white;
    white-space: nowrap;
}


/* line 31, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .x_label.left {
    left: 0;
}


/* line 34, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .x_label.right {
    right: 0;
}


/* line 37, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item {
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    padding: 0.25em;
    font-size: 12px;
    font-family: 'Open Sans,sans-serif', sans-seriff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-left: 1em;
    margin-right: 1em;
    margin-top: -1em;
    white-space: nowrap;
}


/* line 53, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item.left {
    left: 0;
}


/* line 56, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item.right {
    right: 0;
}


/* line 59, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item.active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}


/* line 63, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid transparent;
}


/* line 73, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item.left:after {
    top: 1em;
    left: -5px;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8);
    border-left-width: 0;
}


/* line 80, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .item.right:after {
    top: 1em;
    right: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8);
    border-right-width: 0;
}


/* line 87, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .dot {
    width: 4px;
    height: 4px;
    margin-left: -3px;
    margin-top: -3.5px;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: white;
    border-width: 2px;
    border-style: solid;
    display: none;
    background-clip: padding-box;
}


/* line 103, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .detail .dot.active {
    display: block;
}


/* graph */


/* line 108, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph {
    position: relative;
}


/* line 111, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph svg {
    display: block;
    overflow: hidden;
}


/* ticks */


/* line 118, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .x_tick {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0px;
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
    pointer-events: none;
}


/* line 126, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .x_tick .title {
    position: absolute;
    font-size: 12px;
    font-family: 'Open Sans,sans-serif', sans-serif;
    opacity: 0.5;
    white-space: nowrap;
    margin-left: 3px;
    bottom: 1px;
}


/* annotations */


/* line 138, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline {
    height: 1px;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    position: relative;
}


/* line 144, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation {
    position: absolute;
    height: 6px;
    width: 6px;
    margin-left: -2px;
    top: -3px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.25);
}


/* line 153, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .annotation_line {
    position: absolute;
    top: 0;
    bottom: -6px;
    width: 0px;
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    display: none;
}


/* line 161, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .annotation_line.active {
    display: block;
}


/* line 165, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .annotation_range {
    background: rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 0;
    bottom: -6px;
}


/* line 172, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .annotation_range.active {
    display: block;
}


/* line 175, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .annotation_range.active.offscreen {
    display: none;
}


/* line 179, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation .content {
    background: white;
    color: black;
    opacity: 0.9;
    padding: 5px 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    position: relative;
    z-index: 20;
    font-size: 12px;
    padding: 6px 8px 8px;
    top: 18px;
    left: -11px;
    width: 160px;
    display: none;
    cursor: pointer;
}


/* line 196, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation .content:before {
    content: "\25b2";
    position: absolute;
    top: -11px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}


/* line 203, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: none;
}


/* line 208, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation .content:hover {
    z-index: 50;
}


/* line 211, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation.active .content {
    display: block;
}


/* line 214, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_annotation_timeline .annotation:hover .content {
    display: block;
    z-index: 50;
}


/* line 218, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_axis,
.rickshaw_graph .x_axis_d3 {
    fill: none;
}


/* line 222, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_ticks .tick line,
.rickshaw_graph .x_ticks_d3 .tick {
    stroke: rgba(0, 0, 0, 0.16);
    stroke-width: 2px;
    shape-rendering: crisp-edges;
    pointer-events: none;
}


/* line 229, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
    z-index: -1;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 1 1;
}


/* line 236, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_grid .tick[data-y-value="0"] {
    stroke-dasharray: 1 0;
}


/* line 239, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path {
    fill: none;
    stroke: none;
}


/* line 244, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: #808080;
}


/* line 249, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
    opacity: 0.5;
    font-size: 12px;
    pointer-events: none;
}


/* line 255, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
    fill: black;
    color: black;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1);
}


/* line 269, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
    fill: white;
    color: white;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
}


/* line 283, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend {
    font-family: 'Open Sans,sans-serif', sans-serif;
    font-size: 12px;
    color: white;
    background: #404040;
    display: inline-block;
    padding: 12px 5px;
    border-radius: 2px;
    position: relative;
}


/* line 293, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend:hover {
    z-index: 10;
}


/* line 296, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .swatch {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}


/* line 301, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .line {
    clear: both;
    line-height: 140%;
    padding-right: 15px;
}


/* line 306, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .line .swatch {
    display: inline-block;
    margin-right: 3px;
    border-radius: 2px;
}


/* line 311, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .label {
    margin: 0;
    white-space: nowrap;
    display: inline;
    font-size: inherit;
    background-color: transparent;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0px;
    text-shadow: none;
}


/* line 323, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .action:hover {
    opacity: 0.6;
}


/* line 326, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .action {
    margin-right: 0.2em;
    font-size: 10px;
    opacity: 0.2;
    cursor: pointer;
    font-size: 14px;
}


/* line 333, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend .line.disabled {
    opacity: 0.4;
}


/* line 336, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 2px;
    cursor: pointer;
}


/* line 343, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend li {
    padding: 0 0 0 2px;
    min-width: 80px;
    white-space: nowrap;
}


/* line 348, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend li:hover {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}


/* line 352, ../../../bower_components/rickshaw/rickshaw.css */

.rickshaw_legend li:active {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}


/* line 4, ../../src/sass/messenger.sass */


/* line 2, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger {
    margin: 0;
    padding: 0;
}


/* line 8, ../../src/sass/messenger.sass */


/* line 7, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger>li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* line 14, ../../src/sass/messenger.sass */


/* line 13, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-empty {
    display: none;
}


/* line 17, ../../src/sass/messenger.sass */


/* line 17, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-message {
    overflow: hidden;
    *zoom: 1;
}


/* line 20, ../../src/sass/messenger.sass */


/* line 22, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-message.messenger-hidden {
    display: none;
}


/* line 23, ../../src/sass/messenger.sass */


/* line 26, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-message .messenger-phrase,
ul.messenger .messenger-message .messenger-actions a {
    padding-right: 5px;
}


/* line 26, ../../src/sass/messenger.sass */


/* line 30, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-message .messenger-actions {
    float: right;
}


/* line 29, ../../src/sass/messenger.sass */


/* line 34, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-message .messenger-actions a {
    cursor: pointer;
    text-decoration: underline;
}


/* line 33, ../../src/sass/messenger.sass */


/* line 39, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-message ul,
ul.messenger .messenger-message ol {
    margin: 10px 18px 0;
}


/* line 36, ../../src/sass/messenger.sass */


/* line 43, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed {
    position: fixed;
    z-index: 10000;
}


/* line 40, ../../src/sass/messenger.sass */


/* line 48, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed .messenger-message {
    min-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 45, ../../src/sass/messenger.sass */


/* line 55, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed .message .messenger-actions {
    float: left;
}


/* line 48, ../../src/sass/messenger.sass */


/* line 59, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-top {
    top: 20px;
}


/* line 51, ../../src/sass/messenger.sass */


/* line 63, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-bottom {
    bottom: 20px;
}


/* line 54, ../../src/sass/messenger.sass */


/* line 67, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-top,
ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

@media (max-width: 960px) {
    /* line 54, ../../src/sass/messenger.sass */
    /* line 74, ../../../bower_components/messenger/build/css/messenger.css */
    ul.messenger.messenger-fixed.messenger-on-top,
    ul.messenger.messenger-fixed.messenger-on-bottom {
        left: 10%;
        width: 80%;
        margin-left: 0px;
    }
}


/* line 64, ../../src/sass/messenger.sass */


/* line 81, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right,
ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    right: 20px;
    left: auto;
}


/* line 68, ../../src/sass/messenger.sass */


/* line 86, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left,
ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 20px;
    margin-left: 0px;
}


/* line 72, ../../src/sass/messenger.sass */


/* line 91, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-right,
ul.messenger.messenger-fixed.messenger-on-left {
    width: 350px;
}


/* line 75, ../../src/sass/messenger.sass */


/* line 95, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger.messenger-fixed.messenger-on-right .messenger-actions,
ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
    float: left;
}


/* line 78, ../../src/sass/messenger.sass */


/* line 99, ../../../bower_components/messenger/build/css/messenger.css */

ul.messenger .messenger-spinner {
    display: none;
}

@-webkit-keyframes ui-spinner-rotate-right {
    /* line 64, ../../src/sass/messenger-spinner.scss */
    /* line 3, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    0% {
        -webkit-transform: rotate(0deg);
    }
    /* line 65, ../../src/sass/messenger-spinner.scss */
    /* line 8, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    25% {
        -webkit-transform: rotate(180deg);
    }
    /* line 66, ../../src/sass/messenger-spinner.scss */
    /* line 13, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    50% {
        -webkit-transform: rotate(180deg);
    }
    /* line 67, ../../src/sass/messenger-spinner.scss */
    /* line 18, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    75% {
        -webkit-transform: rotate(360deg);
    }
    /* line 68, ../../src/sass/messenger-spinner.scss */
    /* line 23, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes ui-spinner-rotate-left {
    /* line 72, ../../src/sass/messenger-spinner.scss */
    /* line 30, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    0% {
        -webkit-transform: rotate(0deg);
    }
    /* line 73, ../../src/sass/messenger-spinner.scss */
    /* line 35, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    25% {
        -webkit-transform: rotate(0deg);
    }
    /* line 74, ../../src/sass/messenger-spinner.scss */
    /* line 40, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    50% {
        -webkit-transform: rotate(180deg);
    }
    /* line 75, ../../src/sass/messenger-spinner.scss */
    /* line 45, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    75% {
        -webkit-transform: rotate(180deg);
    }
    /* line 76, ../../src/sass/messenger-spinner.scss */
    /* line 50, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ui-spinner-rotate-right {
    /* line 80, ../../src/sass/messenger-spinner.scss */
    /* line 57, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    0% {
        -moz-transform: rotate(0deg);
    }
    /* line 81, ../../src/sass/messenger-spinner.scss */
    /* line 62, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    25% {
        -moz-transform: rotate(180deg);
    }
    /* line 82, ../../src/sass/messenger-spinner.scss */
    /* line 67, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    50% {
        -moz-transform: rotate(180deg);
    }
    /* line 83, ../../src/sass/messenger-spinner.scss */
    /* line 72, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    75% {
        -moz-transform: rotate(360deg);
    }
    /* line 84, ../../src/sass/messenger-spinner.scss */
    /* line 77, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes ui-spinner-rotate-left {
    /* line 88, ../../src/sass/messenger-spinner.scss */
    /* line 84, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    0% {
        -moz-transform: rotate(0deg);
    }
    /* line 89, ../../src/sass/messenger-spinner.scss */
    /* line 89, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    25% {
        -moz-transform: rotate(0deg);
    }
    /* line 90, ../../src/sass/messenger-spinner.scss */
    /* line 94, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    50% {
        -moz-transform: rotate(180deg);
    }
    /* line 91, ../../src/sass/messenger-spinner.scss */
    /* line 99, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    75% {
        -moz-transform: rotate(180deg);
    }
    /* line 92, ../../src/sass/messenger-spinner.scss */
    /* line 104, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ui-spinner-rotate-right {
    /* line 96, ../../src/sass/messenger-spinner.scss */
    /* line 111, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    0% {
        transform: rotate(0deg);
    }
    /* line 97, ../../src/sass/messenger-spinner.scss */
    /* line 116, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    25% {
        transform: rotate(180deg);
    }
    /* line 98, ../../src/sass/messenger-spinner.scss */
    /* line 121, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    50% {
        transform: rotate(180deg);
    }
    /* line 99, ../../src/sass/messenger-spinner.scss */
    /* line 126, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    75% {
        transform: rotate(360deg);
    }
    /* line 100, ../../src/sass/messenger-spinner.scss */
    /* line 131, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ui-spinner-rotate-left {
    /* line 104, ../../src/sass/messenger-spinner.scss */
    /* line 138, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    0% {
        transform: rotate(0deg);
    }
    /* line 105, ../../src/sass/messenger-spinner.scss */
    /* line 143, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    25% {
        transform: rotate(0deg);
    }
    /* line 106, ../../src/sass/messenger-spinner.scss */
    /* line 148, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    50% {
        transform: rotate(180deg);
    }
    /* line 107, ../../src/sass/messenger-spinner.scss */
    /* line 153, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    75% {
        transform: rotate(180deg);
    }
    /* line 108, ../../src/sass/messenger-spinner.scss */
    /* line 158, ../../../bower_components/messenger/build/css/messenger-spinner.css */
    100% {
        transform: rotate(360deg);
    }
}


/* line 116, ../../src/sass/messenger-spinner.scss */


/* line 164, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner {
    position: relative;
    border-radius: 100%;
}


/* line 120, ../../src/sass/messenger-spinner.scss */


/* line 169, ../../../bower_components/messenger/build/css/messenger-spinner.css */

ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
    display: block;
}


/* line 124, ../../src/sass/messenger-spinner.scss */


/* line 173, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner .messenger-spinner-side {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}


/* line 130, ../../src/sass/messenger-spinner.scss */


/* line 180, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    border-radius: 999px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}


/* line 140, ../../src/sass/messenger-spinner.scss */


/* line 197, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner .messenger-spinner-side-left {
    left: 0;
}


/* line 143, ../../src/sass/messenger-spinner.scss */


/* line 201, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-animation-name: ui-spinner-rotate-left;
    -moz-animation-name: ui-spinner-rotate-left;
    -ms-animation-name: ui-spinner-rotate-left;
    -o-animation-name: ui-spinner-rotate-left;
    animation-name: ui-spinner-rotate-left;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}


/* line 152, ../../src/sass/messenger-spinner.scss */


/* line 217, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner .messenger-spinner-side-right {
    left: 50%;
}


/* line 155, ../../src/sass/messenger-spinner.scss */


/* line 221, ../../../bower_components/messenger/build/css/messenger-spinner.css */

.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
    left: -100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-animation-name: ui-spinner-rotate-right;
    -moz-animation-name: ui-spinner-rotate-right;
    -ms-animation-name: ui-spinner-rotate-right;
    -o-animation-name: ui-spinner-rotate-right;
    animation-name: ui-spinner-rotate-right;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

@-webkit-keyframes ui-spinner-rotate-right {
    /* line 62, ../../src/sass/_override-messenger.scss */
    0% {
        -webkit-transform: rotate(0deg);
    }
    /* line 63, ../../src/sass/_override-messenger.scss */
    25% {
        -webkit-transform: rotate(180deg);
    }
    /* line 64, ../../src/sass/_override-messenger.scss */
    50% {
        -webkit-transform: rotate(180deg);
    }
    /* line 65, ../../src/sass/_override-messenger.scss */
    75% {
        -webkit-transform: rotate(360deg);
    }
    /* line 66, ../../src/sass/_override-messenger.scss */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes ui-spinner-rotate-left {
    /* line 70, ../../src/sass/_override-messenger.scss */
    0% {
        -webkit-transform: rotate(0deg);
    }
    /* line 71, ../../src/sass/_override-messenger.scss */
    25% {
        -webkit-transform: rotate(0deg);
    }
    /* line 72, ../../src/sass/_override-messenger.scss */
    50% {
        -webkit-transform: rotate(180deg);
    }
    /* line 73, ../../src/sass/_override-messenger.scss */
    75% {
        -webkit-transform: rotate(180deg);
    }
    /* line 74, ../../src/sass/_override-messenger.scss */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ui-spinner-rotate-right {
    /* line 78, ../../src/sass/_override-messenger.scss */
    0% {
        -moz-transform: rotate(0deg);
    }
    /* line 79, ../../src/sass/_override-messenger.scss */
    25% {
        -moz-transform: rotate(180deg);
    }
    /* line 80, ../../src/sass/_override-messenger.scss */
    50% {
        -moz-transform: rotate(180deg);
    }
    /* line 81, ../../src/sass/_override-messenger.scss */
    75% {
        -moz-transform: rotate(360deg);
    }
    /* line 82, ../../src/sass/_override-messenger.scss */
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes ui-spinner-rotate-left {
    /* line 86, ../../src/sass/_override-messenger.scss */
    0% {
        -moz-transform: rotate(0deg);
    }
    /* line 87, ../../src/sass/_override-messenger.scss */
    25% {
        -moz-transform: rotate(0deg);
    }
    /* line 88, ../../src/sass/_override-messenger.scss */
    50% {
        -moz-transform: rotate(180deg);
    }
    /* line 89, ../../src/sass/_override-messenger.scss */
    75% {
        -moz-transform: rotate(180deg);
    }
    /* line 90, ../../src/sass/_override-messenger.scss */
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ui-spinner-rotate-right {
    /* line 94, ../../src/sass/_override-messenger.scss */
    0% {
        transform: rotate(0deg);
    }
    /* line 95, ../../src/sass/_override-messenger.scss */
    25% {
        transform: rotate(180deg);
    }
    /* line 96, ../../src/sass/_override-messenger.scss */
    50% {
        transform: rotate(180deg);
    }
    /* line 97, ../../src/sass/_override-messenger.scss */
    75% {
        transform: rotate(360deg);
    }
    /* line 98, ../../src/sass/_override-messenger.scss */
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ui-spinner-rotate-left {
    /* line 102, ../../src/sass/_override-messenger.scss */
    0% {
        transform: rotate(0deg);
    }
    /* line 103, ../../src/sass/_override-messenger.scss */
    25% {
        transform: rotate(0deg);
    }
    /* line 104, ../../src/sass/_override-messenger.scss */
    50% {
        transform: rotate(180deg);
    }
    /* line 105, ../../src/sass/_override-messenger.scss */
    75% {
        transform: rotate(180deg);
    }
    /* line 106, ../../src/sass/_override-messenger.scss */
    100% {
        transform: rotate(360deg);
    }
}


/* line 114, ../../src/sass/_override-messenger.scss */

.messenger-spinner {
    position: relative;
    border-radius: 100%;
}


/* line 118, ../../src/sass/_override-messenger.scss */

ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner {
    display: block;
}


/* line 122, ../../src/sass/_override-messenger.scss */

.messenger-spinner .messenger-spinner-side {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}


/* line 128, ../../src/sass/_override-messenger.scss */

.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    border-radius: 999px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}


/* line 138, ../../src/sass/_override-messenger.scss */

.messenger-spinner .messenger-spinner-side-left {
    left: 0;
}


/* line 141, ../../src/sass/_override-messenger.scss */

.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-animation-name: ui-spinner-rotate-left;
    -moz-animation-name: ui-spinner-rotate-left;
    -ms-animation-name: ui-spinner-rotate-left;
    -o-animation-name: ui-spinner-rotate-left;
    animation-name: ui-spinner-rotate-left;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}


/* line 150, ../../src/sass/_override-messenger.scss */

.messenger-spinner .messenger-spinner-side-right {
    left: 50%;
}


/* line 153, ../../src/sass/_override-messenger.scss */

.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
    left: -100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-animation-name: ui-spinner-rotate-right;
    -moz-animation-name: ui-spinner-rotate-right;
    -ms-animation-name: ui-spinner-rotate-right;
    -o-animation-name: ui-spinner-rotate-right;
    animation-name: ui-spinner-rotate-right;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}


/* line 172, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* line 174, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message {
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #dddddd;
    background-color: white;
    position: relative;
    margin-bottom: 1em;
    color: #666666;
    font-weight: 500;
    padding: 10px 30px 11px 46px;
}


/* line 184, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message:hover {
    background-color: white;
}


/* line 187, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #888888;
    opacity: 1;
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px 7px 7px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}


/* line 202, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-close:hover {
    color: #444444;
}


/* line 205, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-close:active {
    color: #222222;
}


/* line 209, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-actions {
    float: none;
    margin-top: 10px;
}


/* line 212, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-actions a {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    color: #666666;
    margin-right: 10px;
    padding: 3px 10px 5px;
    text-transform: capitalize;
    background-color: #eeeeee;
}


/* line 222, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-actions a:hover {
    color: #666666;
    background-color: #d5d5d5;
}


/* line 226, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-actions a:active {
    color: #666666;
}


/* line 230, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-actions .messenger-phrase {
    display: none;
}


/* line 234, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message .messenger-message-inner:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 17px;
    display: block;
    content: " ";
    top: 50%;
    margin-top: -8px;
    height: 13px;
    width: 13px;
    z-index: 20;
}


/* line 247, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-success .messenger-message-inner:before {
    background-color: #5fca4a;
}


/* line 30, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner {
    width: 22px;
    height: 22px;
    background: transparent;
}


/* line 35, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    background: #dd8f6a;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -ms-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
    opacity: 1;
}


/* line 43, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner:after {
    content: "";
    background: transparent;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    display: block;
}


/* line 30, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner {
    width: 22px;
    height: 22px;
    background: transparent;
}


/* line 35, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    background: #dd8f6a;
    -webkit-animation-duration: 600s;
    -moz-animation-duration: 600s;
    -ms-animation-duration: 600s;
    -o-animation-duration: 600s;
    animation-duration: 600s;
    opacity: 1;
}


/* line 43, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner:after {
    content: "";
    background: transparent;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    display: block;
}


/* line 258, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-error .messenger-message-inner:before {
    background-color: #dd6a45;
}


/* line 263, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-message.alert-info .messenger-message-inner:before {
    background-color: #61c4b8;
}


/* line 268, ../../src/sass/_override-messenger.scss */

ul.messenger-theme-air .messenger-spinner {
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -12px;
    z-index: 999;
    height: 22px;
    width: 22px;
    z-index: 10;
}


/*!
 * FullCalendar v2.1.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


/* line 8, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc {
    direction: ltr;
    text-align: left;
}


/* line 13, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-rtl {
    text-align: right;
}


/* line 17, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/


/* line 25, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #ddd;
}


/* line 35, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed .fc-popover {
    background-color: #fff;
}


/* line 39, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
    background: #eee;
}


/* line 44, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}


/* line 48, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed .fc-today {
    background: #fcf8e3;
}


/* line 52, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/


/* line 62, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-icon {
    display: inline-block;
    font-size: 2em;
    line-height: .5em;
    height: .5em;
    /* will make the total height 1em */
    font-family: "Courier New", Courier, monospace;
}


/* line 70, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
}


/* line 75, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
}


/* line 80, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-icon-left-double-arrow:after {
    content: "\000AB";
}


/* line 84, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-icon-right-double-arrow:after {
    content: "\000BB";
}


/* line 88, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-icon-x:after {
    content: "\000D7";
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/


/* line 96, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer;
}


/* Firefox has an annoying inner border */


/* line 114, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}


/* line 116, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}


/* line 120, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


/* line 125, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* icons in buttons */


/* line 132, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: .05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .1em;
}


/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/


/* line 143, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* line 158, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}


/* line 166, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}


/* line 176, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* line 183, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/


/* line 195, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-button-group {
    display: inline-block;
}


/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/


/* line 204, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc .fc-button-group>* {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}


/* line 209, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc .fc-button-group> :first-child {
    /* same */
    margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/


/* line 217, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


/* line 222, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-popover .fc-header {
    padding: 2px 4px;
}


/* line 226, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}


/* line 230, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-popover .fc-header .fc-close {
    cursor: pointer;
}


/* line 234, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}


/* line 239, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}


/* unthemed */


/* line 246, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}


/* line 251, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: 25px;
    margin-top: 4px;
}


/* jqui themed */


/* line 258, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/


/* line 266, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc hr {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-style: solid;
    border-width: 1px 0;
}


/* line 274, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-clear {
    clear: both;
}


/* line 278, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-bg,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/* line 288, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}


/* line 292, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/


/* line 300, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}


/* line 308, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc th {
    text-align: center;
}


/* line 312, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}


/* line 320, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/


/* line 328, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}


/* line 334, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row table {
    /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}


/* line 344, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/


/* line 352, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row {
    position: relative;
}


/* line 356, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-bg {
    z-index: 1;
}


/* highlighting cells */


/* line 362, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-highlight-skeleton {
    z-index: 2;
    bottom: 0;
    /* stretch skeleton to bottom of row */
}


/* line 367, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}


/* line 371, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-highlight-skeleton td {
    border-color: transparent;
}


/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/


/* line 380, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 3;
    padding-bottom: 2px;
    /* matches the space above the events */
}


/* line 386, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-helper-skeleton {
    z-index: 4;
}


/* line 390, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}


/* line 400, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/


/* line 410, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-scroller {
    /* this class goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
    overflow-x: hidden;
}


/* line 415, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-scroller>* {
    /* we expect an immediate inner element */
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    overflow: hidden;
    /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/


/* line 425, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    font-weight: normal;
    /* undo jqui's ui-widget-header bold */
}


/* overpower some of bootstrap's and jqui's styles on <a> tags */


/* line 437, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}


/* line 444, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/


/* line 456, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}


/* events that are continuing to/from another week. kill rounded corners and butt up against edge */


/* line 463, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* line 472, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* line 481, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-day-grid-event>.fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}


/* line 486, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-day-grid-event .fc-time {
    font-weight: bold;
}


/* resize handle (outside of fc-content, so can go outside of bounds) */


/* line 492, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-day-grid-event .fc-resizer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
}


/* line 499, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-day-grid-event .fc-resizer {
    right: -3px;
    cursor: e-resize;
}


/* line 504, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-rtl .fc-day-grid-event .fc-resizer {
    left: -3px;
    cursor: w-resize;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/


/* "more" link that represents hidden events */


/* line 515, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}


/* line 522, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

a.fc-more:hover {
    text-decoration: underline;
}


/* line 526, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}


/* popover that appears when "more" link is clicked */


/* line 532, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}


/* line 536, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-more-popover {
    z-index: 2;
    width: 220px;
}


/* line 541, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-more-popover .fc-event-container {
    padding: 10px;
}


/* Toolbar
--------------------------------------------------------------------------------------------------*/


/* line 548, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em;
}


/* line 553, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar .fc-left {
    float: left;
}


/* line 557, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar .fc-right {
    float: right;
}


/* line 561, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar .fc-center {
    display: inline-block;
}


/* the things within each left/right/center section */


/* line 566, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc .fc-toolbar>*>* {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}


/* the first thing within each left/center/right section */


/* line 572, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc .fc-toolbar>*> :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}


/* title text */


/* line 578, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar h2 {
    margin: 0;
}


/* button layering (for border precedence) */


/* line 584, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar button {
    position: relative;
}


/* line 588, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}


/* line 593, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar .fc-state-down {
    z-index: 3;
}


/* line 597, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}


/* line 602, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-toolbar button:focus {
    z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/


/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */


/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */


/* line 612, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* line 620, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-view,
.fc-view>table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}


/* BasicView
--------------------------------------------------------------------------------------------------*/


/* day row structure */


/* line 631, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}


/* line 638, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-basic-view tbody .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}


/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */


/* line 644, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row.fc-rigid {
    overflow: hidden;
}


/* line 648, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/* week and day number styling */


/* line 657, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px;
}


/* line 662, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}


/* line 668, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-basic-view .fc-week-number {
    text-align: center;
}


/* line 672, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-basic-view .fc-week-number span {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}


/* line 678, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}


/* line 682, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}


/* line 686, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}


/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/


/* line 697, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}


/* line 702, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}


/* line 706, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/


/* line 715, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}


/* line 721, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-axis {
    text-align: right;
}


/* line 725, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-rtl .fc-axis {
    text-align: left;
}


/* line 729, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/


/* line 737, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}


/* line 743, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}


/* line 747, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}


/* line 751, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid>.fc-bg {
    z-index: 1;
}


/* line 755, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}


/* line 761, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-highlight-skeleton {
    z-index: 3;
}


/* line 765, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
}


/* line 773, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid>.fc-helper-skeleton {
    z-index: 5;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/


/* line 781, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */
}


/* line 786, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-slats .fc-minor td {
    border-top-style: dotted;
}


/* line 790, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-slats .ui-widget-content {
    /* for jqui theme */
    background: none;
    /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/


/* line 798, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}


/* line 802, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/


/* line 813, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-event-container {
    /* a div within a cell within the fc-content-skeleton */
    position: relative;
}


/* line 817, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}


/* line 821, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}


/* line 825, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/


/* line 837, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* line 847, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* line 857, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}


/* line 861, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event>.fc-content {
    /* contains the time and title, but no bg and resizer */
    position: relative;
    z-index: 2;
    /* above the bg */
}


/* line 866, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}


/* line 871, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}


/* line 876, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}


/* short mode, where time and title are on the same line */


/* line 885, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}


/* line 890, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}


/* line 897, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}


/* line 901, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}


/* line 905, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
    /* seperate with a dash, wrapped in nbsp's */
}


/* line 909, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}


/* resizer */


/* line 916, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event .fc-resizer {
    position: absolute;
    z-index: 3;
    /* above content */
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}


/* line 931, ../../../bower_components/fullcalendar/dist/fullcalendar.css */

.fc-time-grid-event .fc-resizer:after {
    content: "=";
}


/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */


/* line 11, ../../../bower_components/jqvmap/jqvmap/jqvmap.css */

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}


/* line 24, ../../../bower_components/jqvmap/jqvmap/jqvmap.css */

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}


/* line 40, ../../../bower_components/jqvmap/jqvmap/jqvmap.css */

.jqvmap-zoomin {
    top: 10px;
}


/* line 44, ../../../bower_components/jqvmap/jqvmap/jqvmap.css */

.jqvmap-zoomout {
    top: 30px;
}


/* line 48, ../../../bower_components/jqvmap/jqvmap/jqvmap.css */

.jqvmap-region {
    cursor: pointer;
}


/* line 52, ../../../bower_components/jqvmap/jqvmap/jqvmap.css */

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}


/* Magnific Popup CSS */


/* line 77, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* line 94, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}


/* line 106, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 121, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* line 132, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-align-top .mfp-container:before {
    display: none;
}


/* line 139, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}


/* line 149, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}


/* line 156, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-ajax-cur {
    cursor: progress;
}


/* line 160, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}


/* line 166, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}


/* line 173, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}


/* line 178, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


/* line 189, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-loading.mfp-figure {
    display: none;
}


/* line 208, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-hide {
    display: none !important;
}


/* line 219, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}


/* line 229, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-preloader a {
    color: #cccccc;
}


/* line 231, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-preloader a:hover {
    color: white;
}


/* line 239, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-s-ready .mfp-preloader {
    display: none;
}


/* line 246, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-s-error .mfp-content {
    display: none;
}


/* line 253, ../../../bower_components/magnific-popup/src/css/main.scss */

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 267, ../../../bower_components/magnific-popup/src/css/main.scss */

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* line 275, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: 'Open Sans,sans-serif', sans-serif;
}


/* line 293, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}


/* line 298, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-close:active {
    top: 1px;
}


/* line 303, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-close-btn-in .mfp-close {
    color: #333333;
}


/* line 309, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}


/* line 319, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}


/* line 330, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}


/* line 340, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow:active {
    margin-top: -54px;
}


/* line 343, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}


/* line 347, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}


/* line 363, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}


/* line 371, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}


/* line 379, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow-left {
    left: 0;
}


/* line 382, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}


/* line 387, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}


/* line 394, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow-right {
    right: 0;
}


/* line 396, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}


/* line 401, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}


/* line 412, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}


/* line 415, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}


/* line 420, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-iframe-holder .mfp-close {
    top: -40px;
}


/* line 424, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}


/* line 429, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */


/* line 449, ../../../bower_components/magnific-popup/src/css/main.scss */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */


/* line 464, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-figure {
    line-height: 0;
}


/* line 466, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}


/* line 480, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}


/* line 487, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}


/* line 495, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}


/* line 504, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-image-holder .mfp-content {
    max-width: 100%;
}


/* line 511, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    /* line 524, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    /* line 529, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    /* line 533, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }
    /* line 535, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    /* line 539, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    /* line 544, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 554, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    /* line 558, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    /* line 562, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    /* line 582, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    /* line 586, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    /* line 590, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    /* line 594, ../../../bower_components/magnific-popup/src/css/main.scss */
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* line 606, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-ie7 .mfp-img {
    padding: 0;
}


/* line 609, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}


/* line 616, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-ie7 .mfp-container {
    padding: 0;
}


/* line 619, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}


/* line 622, ../../../bower_components/magnific-popup/src/css/main.scss */

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */


/* line 13, ../../../bower_components/blueimp-file-upload/css/jquery.fileupload.css */

.fileinput-button {
    position: relative;
    overflow: hidden;
}


/* line 17, ../../../bower_components/blueimp-file-upload/css/jquery.fileupload.css */

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}


/* Fixes for IE < 8 */

@media screen\9 {
    /* line 31, ../../../bower_components/blueimp-file-upload/css/jquery.fileupload.css */
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}


/**
 * override custom libs styles. This files is not required for core sing functionality and may be removed
 */


/**
 * nvd3
 */


/* line 10, ../../src/sass/_override-custom-libs.scss */

.nvtooltip {
    padding: 4px 10px;
    font-family: "Open Sans,sans-serif", sans-serif;
    font-size: 12px;
    text-align: center;
}


/* line 16, ../../src/sass/_override-custom-libs.scss */

.nvtooltip p {
    margin: 0;
    padding: 0;
}


/* line 22, ../../src/sass/_override-custom-libs.scss */

svg text {
    font: 400 12px "Open Sans,sans-serif", sans-serif;
    fill: #f8f8f8;
}


/* line 26, ../../src/sass/_override-custom-libs.scss */

.widget svg text {
    fill: #666666;
}


/* line 31, ../../src/sass/_override-custom-libs.scss */

svg .title {
    font: 700 13px "Open Sans,sans-serif", sans-serif;
}


/* line 35, ../../src/sass/_override-custom-libs.scss */

.nvd3.nv-noData {
    font-size: 16.25px;
    font-weight: 700;
}


/* line 40, ../../src/sass/_override-custom-libs.scss */

.nvd3 .nv-axis path.domain {
    stroke-opacity: 0;
}


/* line 45, ../../src/sass/_override-custom-libs.scss */

.nv-controlsWrap .nv-legend-symbol {
    fill: #666 !important;
    stroke: #666 !important;
}


/* line 51, ../../src/sass/_override-custom-libs.scss */

.nvd3 .nv-axis line {
    stroke: #000;
    stroke-opacity: .1;
}


/* line 56, ../../src/sass/_override-custom-libs.scss */

.nvtooltip h3 {
    background-color: transparent;
    border: none;
}


/* line 61, ../../src/sass/_override-custom-libs.scss */

.stat-widget header .nvd3.nv-multibar .nv-group {
    fill-opacity: 1 !important;
}


/* line 65, ../../src/sass/_override-custom-libs.scss */

.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .8;
}


/* line 69, ../../src/sass/_override-custom-libs.scss */

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: .95;
}


/* line 73, ../../src/sass/_override-custom-libs.scss */

.nvd3 .nv-axis path.domain {
    display: none;
}


/* line 77, ../../src/sass/_override-custom-libs.scss */

.nvtooltip {
    padding: 5px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    color: #666666;
    border: none;
    z-index: 10000;
    font-family: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}


/* line 100, ../../src/sass/_override-custom-libs.scss */

.nvtooltip h3,
.nvtooltip h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
}


/* line 108, ../../src/sass/_override-custom-libs.scss */

.nvd3 .nv-axis line.zero {
    display: none;
}


/*!
 * Bootstrap-select
 */


/* line 115, ../../src/sass/_override-custom-libs.scss */

.bootstrap-select .btn:focus {
    outline: 0 !important;
}


/**
 * Select2 Bootstrap CSS
 */


/*
 * override .form-control:focus shadow
 */


/* line 125, ../../src/sass/_override-custom-libs.scss */

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 130, ../../src/sass/_override-custom-libs.scss */

.select2-container-multi .select2-choices .select2-search-choice {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/**
 * setting correct urls
 */


/* line 137, ../../src/sass/_override-custom-libs.scss */

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url("../lib/select2/select2.png");
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    /* line 137, ../../src/sass/_override-custom-libs.scss */
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../lib/select2/select2x2.png") !important;
    }
}


/* line 144, ../../src/sass/_override-custom-libs.scss */

.select2-search input.select2-active,
.select2-more-results.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background-image: url("../lib/select2/select2-spinner.gif");
}


/* line 150, ../../src/sass/_override-custom-libs.scss */

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: none;
}


/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */


/* line 159, ../../src/sass/_override-custom-libs.scss */

.select2-container-multi .select2-choices .select2-search-choice {
    background: #f8f8f8;
}


/**
 * Switchery
 */


/* line 167, ../../src/sass/_override-custom-libs.scss */

.switchery {
    background-color: transparent !important;
}


/**
 * Datetimepicker for Bootstrap v3
 */


/* line 174, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget {
    border-radius: 3px;
    color: #666666;
}


/* line 178, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    border-radius: 3px;
}


/* line 186, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #eeeeee;
}


/* line 194, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #999999;
}


/* line 200, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #618fb0;
    text-shadow: none;
}


/* line 207, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    color: #999999;
}


/* line 213, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td span {
    border-radius: 3px;
}


/* line 217, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td span:hover {
    background: #eeeeee;
}


/* line 222, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td span.active {
    background-color: #618fb0;
}


/* line 227, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td span.old {
    color: #999999;
}


/* line 232, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
    color: #999999;
}


/* line 241, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
    font-size: 19.5px;
}


/* line 246, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
    color: #999999;
}


/* line 254, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eeeeee;
}


/* line 260, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget .btn:not(.btn-primary) {
    color: #23699b;
}


/* line 263, ../../src/sass/_override-custom-libs.scss */

.bootstrap-datetimepicker-widget .btn:not(.btn-primary):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/**
 * Bootstrap Colorpicker
 * setting correct urls
 */


/* line 274, ../../src/sass/_override-custom-libs.scss */

.colorpicker-saturation {
    background-image: url("../lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png");
}


/* line 278, ../../src/sass/_override-custom-libs.scss */

.colorpicker-hue {
    background-image: url("../lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png");
}


/* line 282, ../../src/sass/_override-custom-libs.scss */

.colorpicker-alpha,
.colorpicker-color {
    background-image: url("../lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png");
}


/* line 287, ../../src/sass/_override-custom-libs.scss */

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png");
}


/* line 291, ../../src/sass/_override-custom-libs.scss */

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png");
}


/**
 * Bootstrap slider. converted from less files
 */


/* line 303, ../../src/sass/_override-custom-libs.scss */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


/* line 307, ../../src/sass/_override-custom-libs.scss */

.slider.slider-horizontal {
    width: 210px;
    height: 8px;
}


/* line 310, ../../src/sass/_override-custom-libs.scss */

.slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -2px;
    top: 50%;
    left: 0;
}


/* line 317, ../../src/sass/_override-custom-libs.scss */

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}


/* line 322, ../../src/sass/_override-custom-libs.scss */

.slider.slider-horizontal .slider-handle {
    margin-left: -13px;
    margin-top: -9.75px;
}


/* line 325, ../../src/sass/_override-custom-libs.scss */

.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 4px 4px 4px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}


/* line 334, ../../src/sass/_override-custom-libs.scss */

.slider.slider-horizontal .tooltip.top {
    top: -30px;
}


/* line 338, ../../src/sass/_override-custom-libs.scss */

.slider.slider-vertical {
    height: 210px;
    width: 8px;
}


/* line 341, ../../src/sass/_override-custom-libs.scss */

.slider.slider-vertical .slider-track {
    width: 4px;
    height: 100%;
    margin-left: -2px;
    left: 50%;
    top: 0;
}


/* line 348, ../../src/sass/_override-custom-libs.scss */

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}


/* line 354, ../../src/sass/_override-custom-libs.scss */

.slider.slider-vertical .slider-handle {
    margin-left: -9.75px;
    margin-top: -13px;
}


/* line 357, ../../src/sass/_override-custom-libs.scss */

.slider.slider-vertical .slider-handle.triangle {
    border-width: 4px 0 4px 4px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}


/* line 367, ../../src/sass/_override-custom-libs.scss */

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFDFDFDF', endColorstr='#FFBEBEBE', GradientType=0);
}


/* line 370, ../../src/sass/_override-custom-libs.scss */

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFE5E5E5', endColorstr='#FFE9E9E9', GradientType=0);
    cursor: not-allowed;
}


/* line 375, ../../src/sass/_override-custom-libs.scss */

.slider input {
    display: none;
}


/* line 378, ../../src/sass/_override-custom-libs.scss */

.slider .tooltip-inner {
    white-space: nowrap;
}


/* line 382, ../../src/sass/_override-custom-libs.scss */

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#1A000000', GradientType=0);
    -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);
    border-radius: 3px;
}


/* line 390, ../../src/sass/_override-custom-libs.scss */

.slider-selection {
    position: absolute;
    background-color: #618fb0;
    -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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}


/* line 397, ../../src/sass/_override-custom-libs.scss */

.slider-danger .slider-selection {
    background-color: #e5603b;
}


/* line 400, ../../src/sass/_override-custom-libs.scss */

.slider-success .slider-selection {
    background-color: #56bc76;
}


/* line 403, ../../src/sass/_override-custom-libs.scss */

.slider-warning .slider-selection {
    background-color: #eac85e;
}


/* line 406, ../../src/sass/_override-custom-libs.scss */

.slider-info .slider-selection {
    background-color: #4ab0ce;
}


/* line 409, ../../src/sass/_override-custom-libs.scss */

.slider-inverse .slider-selection {
    background-color: #666666;
}


/* line 413, ../../src/sass/_override-custom-libs.scss */

.slider-handle {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 0px solid transparent;
}


/* line 421, ../../src/sass/_override-custom-libs.scss */

.slider-handle:focus {
    outline: 0;
}


/* line 425, ../../src/sass/_override-custom-libs.scss */

.slider-handle.round {
    border-radius: 50%;
}


/* line 428, ../../src/sass/_override-custom-libs.scss */

.slider-handle.triangle {
    background: transparent none;
}


/**
 * Rickshaw
 */


/* line 437, ../../src/sass/_override-custom-libs.scss */

.rickshaw_graph .detail .x_label {
    color: #666666;
}


/***********************/


/*    Full Calendar    */


/***********************/


/* line 445, ../../src/sass/_override-custom-libs.scss */

.fc-grid th {
    text-transform: uppercase;
}


/* line 449, ../../src/sass/_override-custom-libs.scss */

.fc-event {
    padding: 2px 3px;
    border: none;
    font-weight: 400;
    background-color: #dddddd;
    color: #f8f8f8;
}


/* line 457, ../../src/sass/_override-custom-libs.scss */

.fc-unthemed .fc-today {
    background-color: rgba(255, 241, 184, 0.35);
}


/* line 461, ../../src/sass/_override-custom-libs.scss */

a.fc-event {
    height: auto;
    line-height: 20px;
}


/* line 466, ../../src/sass/_override-custom-libs.scss */

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #666666;
}


/* line 470, ../../src/sass/_override-custom-libs.scss */

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #dddddd;
}


/***********************************/


/**           Backgrid            **/


/***********************************/


/* line 486, ../../src/sass/_override-custom-libs.scss */

.table-editable th>a {
    color: #f8f8f8;
    cursor: pointer;
}


/* line 491, ../../src/sass/_override-custom-libs.scss */

.table-editable .sort-caret {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 0.3em;
    border: 0;
    content: "";
    font: 15px FontAwesome;
}


/* line 502, ../../src/sass/_override-custom-libs.scss */

.table-editable .ascending .sort-caret:before {
    content: "\f0d8";
}


/* line 508, ../../src/sass/_override-custom-libs.scss */

.table-editable .descending .sort-caret:before {
    content: "\f0d7";
}


/* line 513, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul {
    font-weight: 400;
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px;
}


/* line 520, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>li {
    display: inline;
}


/* line 522, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>li>a,
.table-editable+.backgrid-paginator>ul>li>span {
    position: relative;
    float: left;
    line-height: 1.428571429;
    text-decoration: none;
    color: #666666;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    margin: 0 2px;
}


/* line 534, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>li>a>.fa-lg,
.table-editable+.backgrid-paginator>ul>li>span>.fa-lg {
    position: relative;
    top: -1px;
}


/* line 540, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>li:first-child>a,
.table-editable+.backgrid-paginator>ul>li:first-child>span {
    margin-left: 0;
}


/* line 549, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>li>a:hover,
.table-editable+.backgrid-paginator>ul>li>a:focus,
.table-editable+.backgrid-paginator>ul>li>span:hover,
.table-editable+.backgrid-paginator>ul>li>span:focus {
    color: #666666;
    background-color: #eeeeee;
    border-color: transparent;
}


/* line 559, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>.active>a,
.table-editable+.backgrid-paginator>ul>.active>a:hover,
.table-editable+.backgrid-paginator>ul>.active>a:focus,
.table-editable+.backgrid-paginator>ul>.active>span,
.table-editable+.backgrid-paginator>ul>.active>span:hover,
.table-editable+.backgrid-paginator>ul>.active>span:focus {
    z-index: 2;
    color: #666666;
    background-color: #eeeeee;
    border-color: transparent;
    cursor: default;
}


/* line 571, ../../src/sass/_override-custom-libs.scss */

.table-editable+.backgrid-paginator>ul>.disabled>span,
.table-editable+.backgrid-paginator>ul>.disabled>span:hover,
.table-editable+.backgrid-paginator>ul>.disabled>span:focus,
.table-editable+.backgrid-paginator>ul>.disabled>a,
.table-editable+.backgrid-paginator>ul>.disabled>a:hover,
.table-editable+.backgrid-paginator>ul>.disabled>a:focus {
    color: gray;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.table-editable+.backgrid-paginator>ul>li>a,
.table-editable+.backgrid-paginator>ul>li>span {
    padding: 4px 10px;
    font-size: 12px;
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.table-editable+.backgrid-paginator>ul>li:first-child>a,
.table-editable+.backgrid-paginator>ul>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}


/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */

.table-editable+.backgrid-paginator>ul>li:last-child>a,
.table-editable+.backgrid-paginator>ul>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}


/***********************************/


/**          Datatables           **/


/***********************************/


/* line 592, ../../src/sass/_override-custom-libs.scss */

table.dataTable thead .sorting {
    background: url("../lib/datatables/media/images/sort_both.png") no-repeat center right;
}


/* line 595, ../../src/sass/_override-custom-libs.scss */

table.dataTable thead .sorting_asc {
    background: url("../lib/datatables/media/images/sort_asc.png") no-repeat center right;
}


/* line 598, ../../src/sass/_override-custom-libs.scss */

table.dataTable thead .sorting_desc {
    background: url("../lib/datatables/media/images/sort_desc.png") no-repeat center right;
}


/* line 601, ../../src/sass/_override-custom-libs.scss */

table.dataTable thead .sorting_asc_disabled {
    background: url("../lib/datatables/media/images/sort_asc_disabled.png") no-repeat center right;
}


/* line 604, ../../src/sass/_override-custom-libs.scss */

table.dataTable thead .sorting_desc_disabled {
    background: url("../lib/datatables/media/images/sort_desc_disabled.png") no-repeat center right;
}


/* line 608, ../../src/sass/_override-custom-libs.scss */

.dataTables_wrapper .dataTables_paginate {
    text-align: right;
}


/***********************************/


/**           Rickshaw            **/


/***********************************/


/* line 617, ../../src/sass/_override-custom-libs.scss */

.rickshaw_legend {
    background-color: white;
    color: #666666;
}


/* line 34, ../../src/sass/_general.scss */

html {
    min-height: 100%;
}


/* line 38, ../../src/sass/_general.scss */

body {
    font-weight: 400;
    padding-bottom: 100px;
    background-color: rgba(74, 121, 147, 0.89);
    background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(74, 121, 147, 0.89), rgba(204, 204, 204, 0.85) 80%, rgba(185, 135, 131, 0.87) 120%);
    background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(74, 121, 147, 0.89), rgba(204, 204, 204, 0.85) 80%, rgba(185, 135, 131, 0.87) 120%);
    background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(74, 121, 147, 0.89), rgba(204, 204, 204, 0.85) 80%, rgba(185, 135, 131, 0.87) 120%);
    background-attachment: fixed, fixed;
}

body.background-dark {

    font-weight: 400;
    
    background-color: #2b6e80 20%;
    background-image: radial-gradient(farthest-side ellipse at 100% 0, #343b47 100%, #343b47);
    background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, #2b6e80 20%, #0c3252);
    background-size: cover;
    background-attachment: fixed, fixed;
    background: url(../img/bg-pattern.8cfe4242.svg),radial-gradient(farthest-side ellipse at 10% 0,#36455a 20%,#889caf)

}


/* line 57, ../../src/sass/_general.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}


/* line 60, ../../src/sass/_general.scss */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: gray;
    font-weight: 400;
}


/* line 66, ../../src/sass/_general.scss */

input[type=search],
input.search {
    padding-left: 26px;
    background-color: white;
    background: url(../img/search.png) 5px 6px no-repeat white;
}


/* line 71, ../../src/sass/_general.scss */

input[type=search].input-transparent,
input.search.input-transparent {
    border: none;
    color: #666666;
    background: url(../img/search-white.png) 5px 5px no-repeat white;
}


/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

input[type=search].input-transparent::-moz-placeholder,
input.search.input-transparent::-moz-placeholder {
    color: rgba(238, 238, 238, 0.76);
    opacity: 1;
}


/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

input[type=search].input-transparent:-ms-input-placeholder,
input.search.input-transparent:-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.76);
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

input[type=search].input-transparent::-webkit-input-placeholder,
input.search.input-transparent::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.76);
}


/* line 79, ../../src/sass/_general.scss */

ul ul,
ol ul {
    list-style: none;
}


/* line 84, ../../src/sass/_general.scss */

ul,
ol {
    list-style: none;
    padding: 0;
}


/* line 92, ../../src/sass/_general.scss */

iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 97, ../../src/sass/_general.scss */

fieldset {
    width: 100%;
    min-width: 0;
}


/* line 103, ../../src/sass/_general.scss */

form {
    margin-bottom: 0;
}


/* line 107, ../../src/sass/_general.scss */

a {
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}


/* line 111, ../../src/sass/_general.scss */

.btn {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}


/***********************************/


/**            UTILS              **/


/***********************************/


/* line 8, ../../src/sass/_utils.scss */

.transition-height {
    -webkit-transition: height 0.15s ease-in-out;
    -o-transition: height 0.15s ease-in-out;
    transition: height 0.15s ease-in-out;
}


/* line 74, ../../src/sass/_mixins.scss */

.thumb-lg {
    width: 60px;
}


/* line 77, ../../src/sass/_mixins.scss */

.thumb-lg>.glyphicon,
.thumb-lg>.fa {
    line-height: 60px;
}


/* line 74, ../../src/sass/_mixins.scss */

.thumb {
    width: 48px;
}


/* line 77, ../../src/sass/_mixins.scss */

.thumb>.glyphicon,
.thumb>.fa {
    line-height: 48px;
}


/* line 74, ../../src/sass/_mixins.scss */

.thumb-sm {
    width: 34px;
}


/* line 77, ../../src/sass/_mixins.scss */

.thumb-sm>.glyphicon,
.thumb-sm>.fa {
    line-height: 34px;
}


/* line 74, ../../src/sass/_mixins.scss */

.thumb-xs {
    width: 28px;
}


/* line 77, ../../src/sass/_mixins.scss */

.thumb-xs>.glyphicon,
.thumb-xs>.fa {
    line-height: 28px;
}


/* line 17, ../../src/sass/_utils.scss */

.thumb-xs,
.thumb-sm,
.thumb-lg,
.thumb {
    position: relative;
    display: inline-block;
    text-align: center;
}


/* line 25, ../../src/sass/_utils.scss */

.thumb-xs img,
.thumb-sm img,
.thumb-lg img,
.thumb img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* line 31, ../../src/sass/_utils.scss */

.thumb-xs .status,
.thumb-sm .status,
.thumb-lg .status,
.thumb .status {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    border: 0.15em solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/* line 41, ../../src/sass/_utils.scss */

.thumb-xs .status.status-bottom,
.thumb-sm .status.status-bottom,
.thumb-lg .status.status-bottom,
.thumb .status.status-bottom {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}


/* line 50, ../../src/sass/_utils.scss */

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* line 58, ../../src/sass/_utils.scss */

.thin-scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}


/* line 62, ../../src/sass/_utils.scss */

.thin-scroll::-webkit-scrollbar:hover {
    background-color: #e9e9e9;
    border: none;
}


/* line 66, ../../src/sass/_utils.scss */

.thin-scroll::-webkit-scrollbar-thumb {
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}


/* line 71, ../../src/sass/_utils.scss */

.thin-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}

@-moz-keyframes bg-attention {
    /* line 77, ../../src/sass/_utils.scss */
    0% {
        background-color: white;
    }
    /* line 80, ../../src/sass/_utils.scss */
    5% {
        background-color: #fdfbf3;
    }
    /* line 83, ../../src/sass/_utils.scss */
    0% {
        background-color: transparent;
    }
}

@-webkit-keyframes bg-attention {
    /* line 77, ../../src/sass/_utils.scss */
    0% {
        background-color: white;
    }
    /* line 80, ../../src/sass/_utils.scss */
    5% {
        background-color: #fdfbf3;
    }
    /* line 83, ../../src/sass/_utils.scss */
    0% {
        background-color: transparent;
    }
}

@keyframes bg-attention {
    /* line 77, ../../src/sass/_utils.scss */
    0% {
        background-color: white;
    }
    /* line 80, ../../src/sass/_utils.scss */
    5% {
        background-color: #fdfbf3;
    }
    /* line 83, ../../src/sass/_utils.scss */
    0% {
        background-color: transparent;
    }
}


/* line 88, ../../src/sass/_utils.scss */

.bg-attention {
    -webkit-animation: bg-attention 10s;
    -o-animation: bg-attention 10s;
    animation: bg-attention 10s;
}


/* .h* + .fw-bold */


/* line 97, ../../src/sass/_utils.scss */

.value0 {
    margin: 0;
    font-size: 54px;
    font-weight: 600;
}


/* line 97, ../../src/sass/_utils.scss */

.value1 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
}


/* line 97, ../../src/sass/_utils.scss */

.value2 {
    margin: 0;
    font-size: 27px;
    font-weight: 600;
}


/* line 97, ../../src/sass/_utils.scss */

.value3 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}


/* line 97, ../../src/sass/_utils.scss */

.value4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}


/* line 97, ../../src/sass/_utils.scss */

.value5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}


/* line 97, ../../src/sass/_utils.scss */

.value6 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}


/* line 108, ../../src/sass/_utils.scss */

.text-align-center {
    text-align: center;
}


/* line 112, ../../src/sass/_utils.scss */

.text-align-right {
    text-align: right;
}


/* line 116, ../../src/sass/_utils.scss */

.no-margin {
    margin: 0;
}


/* line 39, ../../src/sass/_mixins.scss */

.mt-xlg {
    margin-top: 40px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mt-n-xlg {
    margin-top: -40px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mt-lg {
    margin-top: 27px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mt-n-lg {
    margin-top: -27px;
}


/* line 32, ../../src/sass/_mixins.scss */

.mt {
    margin-top: 18px;
}


/* line 35, ../../src/sass/_mixins.scss */

.mt-n {
    margin-top: 18px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mt-md {
    margin-top: 18px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mt-n-md {
    margin-top: -18px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mt-sm {
    margin-top: 9px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mt-n-sm {
    margin-top: -9px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mt-xs {
    margin-top: 4.5px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mt-n-xs {
    margin-top: -4.5px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mt-0 {
    margin-top: 0;
}


/* line 42, ../../src/sass/_mixins.scss */

.mt-n-0 {
    margin-top: 0;
}


/* line 39, ../../src/sass/_mixins.scss */

.mb-xlg {
    margin-bottom: 40px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mb-n-xlg {
    margin-bottom: -40px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mb-lg {
    margin-bottom: 27px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mb-n-lg {
    margin-bottom: -27px;
}


/* line 32, ../../src/sass/_mixins.scss */

.mb {
    margin-bottom: 18px;
}


/* line 35, ../../src/sass/_mixins.scss */

.mb-n {
    margin-bottom: 18px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mb-md {
    margin-bottom: 18px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mb-n-md {
    margin-bottom: -18px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mb-sm {
    margin-bottom: 9px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mb-n-sm {
    margin-bottom: -9px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mb-xs {
    margin-bottom: 4.5px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mb-n-xs {
    margin-bottom: -4.5px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mb-0 {
    margin-bottom: 0;
}


/* line 42, ../../src/sass/_mixins.scss */

.mb-n-0 {
    margin-bottom: 0;
}


/* line 39, ../../src/sass/_mixins.scss */

.ml-lg {
    margin-left: 20px;
}


/* line 42, ../../src/sass/_mixins.scss */

.ml-n-lg {
    margin-left: -20px;
}


/* line 32, ../../src/sass/_mixins.scss */

.ml {
    margin-left: 15px;
}


/* line 35, ../../src/sass/_mixins.scss */

.ml-n {
    margin-left: 15px;
}


/* line 39, ../../src/sass/_mixins.scss */

.ml-md {
    margin-left: 15px;
}


/* line 42, ../../src/sass/_mixins.scss */

.ml-n-md {
    margin-left: -15px;
}


/* line 39, ../../src/sass/_mixins.scss */

.ml-sm {
    margin-left: 10px;
}


/* line 42, ../../src/sass/_mixins.scss */

.ml-n-sm {
    margin-left: -10px;
}


/* line 39, ../../src/sass/_mixins.scss */

.ml-xs {
    margin-left: 5px;
}


/* line 42, ../../src/sass/_mixins.scss */

.ml-n-xs {
    margin-left: -5px;
}


/* line 39, ../../src/sass/_mixins.scss */

.ml-0 {
    margin-left: 0;
}


/* line 42, ../../src/sass/_mixins.scss */

.ml-n-0 {
    margin-left: 0;
}


/* line 39, ../../src/sass/_mixins.scss */

.mr-lg {
    margin-right: 20px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mr-n-lg {
    margin-right: -20px;
}


/* line 32, ../../src/sass/_mixins.scss */

.mr {
    margin-right: 15px;
}


/* line 35, ../../src/sass/_mixins.scss */

.mr-n {
    margin-right: 15px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mr-md {
    margin-right: 15px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mr-n-md {
    margin-right: -15px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mr-sm {
    margin-right: 10px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mr-n-sm {
    margin-right: -10px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mr-xs {
    margin-right: 5px;
}


/* line 42, ../../src/sass/_mixins.scss */

.mr-n-xs {
    margin-right: -5px;
}


/* line 39, ../../src/sass/_mixins.scss */

.mr-0 {
    margin-right: 0;
}


/* line 42, ../../src/sass/_mixins.scss */

.mr-n-0 {
    margin-right: 0;
}


/* line 128, ../../src/sass/_utils.scss */

.no-padding {
    padding: 0;
}


/* line 39, ../../src/sass/_mixins.scss */

.display-inline {
    display: inline;
}


/* line 42, ../../src/sass/_mixins.scss */

.display-n-inline {
    display: -inline;
}


/* line 39, ../../src/sass/_mixins.scss */

.display-inline-block {
    display: inline-block;
}


/* line 42, ../../src/sass/_mixins.scss */

.display-n-inline-block {
    display: -inline-block;
}


/* line 39, ../../src/sass/_mixins.scss */

.display-block {
    display: block;
}


/* line 42, ../../src/sass/_mixins.scss */

.display-n-block {
    display: -block;
}


/* line 39, ../../src/sass/_mixins.scss */

.width-50 {
    width: 50px;
}


/* line 42, ../../src/sass/_mixins.scss */

.width-n-50 {
    width: -50px;
}


/* line 39, ../../src/sass/_mixins.scss */

.width-100 {
    width: 100px;
}


/* line 42, ../../src/sass/_mixins.scss */

.width-n-100 {
    width: -100px;
}


/* line 39, ../../src/sass/_mixins.scss */

.width-150 {
    width: 150px;
}


/* line 42, ../../src/sass/_mixins.scss */

.width-n-150 {
    width: -150px;
}


/* line 39, ../../src/sass/_mixins.scss */

.width-200 {
    width: 200px;
}


/* line 42, ../../src/sass/_mixins.scss */

.width-n-200 {
    width: -200px;
}


/* line 39, ../../src/sass/_mixins.scss */

.height-50 {
    height: 50px;
}


/* line 42, ../../src/sass/_mixins.scss */

.height-n-50 {
    height: -50px;
}


/* line 39, ../../src/sass/_mixins.scss */

.height-100 {
    height: 100px;
}


/* line 42, ../../src/sass/_mixins.scss */

.height-n-100 {
    height: -100px;
}


/* line 39, ../../src/sass/_mixins.scss */

.height-150 {
    height: 150px;
}


/* line 42, ../../src/sass/_mixins.scss */

.height-n-150 {
    height: -150px;
}


/* line 39, ../../src/sass/_mixins.scss */

.height-200 {
    height: 200px;
}


/* line 42, ../../src/sass/_mixins.scss */

.height-n-200 {
    height: -200px;
}


/* line 39, ../../src/sass/_mixins.scss */

.height-250 {
    height: 250px;
}


/* line 42, ../../src/sass/_mixins.scss */

.height-n-250 {
    height: -250px;
}


/* line 39, ../../src/sass/_mixins.scss */

.max-height-50 {
    max-height: 50px;
}


/* line 42, ../../src/sass/_mixins.scss */

.max-height-n-50 {
    max-height: -50px;
}


/* line 39, ../../src/sass/_mixins.scss */

.max-height-100 {
    max-height: 100px;
}


/* line 42, ../../src/sass/_mixins.scss */

.max-height-n-100 {
    max-height: -100px;
}


/* line 39, ../../src/sass/_mixins.scss */

.max-height-150 {
    max-height: 150px;
}


/* line 42, ../../src/sass/_mixins.scss */

.max-height-n-150 {
    max-height: -150px;
}


/* line 39, ../../src/sass/_mixins.scss */

.max-height-200 {
    max-height: 200px;
}


/* line 42, ../../src/sass/_mixins.scss */

.max-height-n-200 {
    max-height: -200px;
}


/* line 39, ../../src/sass/_mixins.scss */

.max-height-250 {
    max-height: 250px;
}


/* line 42, ../../src/sass/_mixins.scss */

.max-height-n-250 {
    max-height: -250px;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-10 {
    opacity: 0.1;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-10 {
    opacity: -0.1;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-20 {
    opacity: 0.2;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-20 {
    opacity: -0.2;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-30 {
    opacity: 0.3;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-30 {
    opacity: -0.3;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-40 {
    opacity: 0.4;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-40 {
    opacity: -0.4;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-50 {
    opacity: 0.5;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-50 {
    opacity: -0.5;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-60 {
    opacity: 0.6;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-60 {
    opacity: -0.6;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-70 {
    opacity: 0.7;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-70 {
    opacity: -0.7;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-80 {
    opacity: 0.8;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-80 {
    opacity: -0.8;
}


/* line 39, ../../src/sass/_mixins.scss */

.opacity-90 {
    opacity: 0.9;
}


/* line 42, ../../src/sass/_mixins.scss */

.opacity-n-90 {
    opacity: -0.9;
}


/* line 39, ../../src/sass/_mixins.scss */

.z-index-more {
    z-index: 1;
}


/* line 42, ../../src/sass/_mixins.scss */

.z-index-n-more {
    z-index: -1;
}


/* line 39, ../../src/sass/_mixins.scss */

.z-index-less {
    z-index: -1;
}


/* line 42, ../../src/sass/_mixins.scss */

.z-index-n-less {
    z-index: 1;
}


/* line 154, ../../src/sass/_utils.scss */

.no-border {
    border: none;
}


/* line 158, ../../src/sass/_utils.scss */

.bt {
    border-top: 1px solid #dddddd;
}


/* line 159, ../../src/sass/_utils.scss */

.br {
    border-right: 1px solid #dddddd;
}


/* line 160, ../../src/sass/_utils.scss */

.bb {
    border-bottom: 1px solid #dddddd;
}


/* line 161, ../../src/sass/_utils.scss */

.bl {
    border-left: 1px solid #dddddd;
}


/* line 163, ../../src/sass/_utils.scss */

.overflow-hidden {
    overflow: hidden;
}


/* line 167, ../../src/sass/_utils.scss */

.fw-semi-bold {
    font-weight: 600;
}


/* line 171, ../../src/sass/_utils.scss */

.fw-normal {
    font-weight: 400;
}


/* line 175, ../../src/sass/_utils.scss */

.fw-bold {
    font-weight: 700;
}


/* line 179, ../../src/sass/_utils.scss */

.fw-thin {
    font-weight: 300;
}


/* line 183, ../../src/sass/_utils.scss */

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* line 187, ../../src/sass/_utils.scss */

.rotate-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


/* line 191, ../../src/sass/_utils.scss */

.rotate-225 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* line 195, ../../src/sass/_utils.scss */

.rotate-315 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-primary {
    color: #618fb0;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-primary:hover {
    color: #4a7594;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-success {
    color: #56bc76;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-success:hover {
    color: #3fa05e;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-info {
    color: #4ab0ce;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-info:hover {
    color: #3196b4;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-warning {
    color: #eac85e;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-warning:hover {
    color: #e4b931;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-danger {
    color: #e5603b;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-danger:hover {
    color: #d1431c;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-link {
    color: #4d9dd7;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-link:hover {
    color: #2c85c5;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-primary {
    background-color: #618fb0;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-primary:hover {
    background-color: #4a7594;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-success {
    background-color: #56bc76;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-success:hover {
    background-color: #3fa05e;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-info {
    background-color: #4ab0ce;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-info:hover {
    background-color: #3196b4;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-warning {
    background-color: #eac85e;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-warning:hover {
    background-color: #e4b931;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-danger {
    background-color: #e5603b;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-danger:hover {
    background-color: #d1431c;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-body {
    background-color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-body:hover {
    background-color: #e6e6e6;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-gray {
    background-color: #666666;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-gray:hover {
    background-color: #4d4d4d;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-gray-transparent {
    background-color: rgba(102, 102, 102, 0.6);
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-gray-transparent:hover {
    background-color: rgba(77, 77, 77, 0.6);
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-gray-dark {
    background-color: #555555;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-gray-dark:hover {
    background-color: #3b3b3b;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-black {
    background-color: black;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-black:hover {
    background-color: black;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-gray-light {
    background-color: #999999;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-gray-light:hover {
    background-color: gray;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-gray-lighter {
    background-color: #eeeeee;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-gray-lighter:hover {
    background-color: #d5d5d5;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-transparent {
    background-color: transparent;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-transparent:hover {
    background-color: transparent;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

.bg-white {
    background-color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */

a.bg-white:hover {
    background-color: #e6e6e6;
}


/* line 234, ../../src/sass/_utils.scss */

.bg-body,
.bg-body-light,
.bg-gray,
.bg-gray-transparent,
.bg-transparent,
.bg-primary,
.bg-success,
.bg-warning,
.bg-danger,
.bg-info {
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-white {
    color: white;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-white:hover {
    color: #e6e6e6;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-gray {
    color: #666666;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-gray:hover {
    color: #4d4d4d;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-gray-dark {
    color: #555555;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-gray-dark:hover {
    color: #3b3b3b;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-gray-light {
    color: #999999;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-gray-light:hover {
    color: gray;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-semi-muted {
    color: #777777;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-semi-muted:hover {
    color: #5e5e5e;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-gray-darker {
    color: #222222;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-gray-darker:hover {
    color: #090909;
}


/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

.text-gray-lighter {
    color: #eeeeee;
}


/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */

a.text-gray-lighter:hover {
    color: #d5d5d5;
}


/* line 248, ../../src/sass/_utils.scss */

.text-light {
    opacity: .8;
}


/* line 252, ../../src/sass/_utils.scss */

.fs-mini {
    font-size: 9.75px;
}


/* line 256, ../../src/sass/_utils.scss */

.fs-sm {
    font-size: 12px;
}


/* line 260, ../../src/sass/_utils.scss */

.fs-larger {
    font-size: 14px;
}


/* line 264, ../../src/sass/_utils.scss */

.btlr {
    border-top-left-radius: 3px;
}


/* line 268, ../../src/sass/_utils.scss */

.btrr {
    border-top-right-radius: 3px;
}


/* line 272, ../../src/sass/_utils.scss */

.bblr {
    border-bottom-left-radius: 3px;
}


/* line 276, ../../src/sass/_utils.scss */

.bbrr {
    border-bottom-right-radius: 3px;
}


/* line 4, ../../src/sass/_base.scss */

.red {
    background: #e5603b !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.orange {
    background: #eac85e !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.lime {
    background: #8cbf26 !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.green {
    background: #56bc76 !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.teal {
    background: #4ab0ce !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.blue {
    background: #618fb0 !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.brown {
    background: #a05000 !important;
    color: white !important;
}


/* line 4, ../../src/sass/_base.scss */

.red-dark {
    background: #d04f4f !important;
    color: white !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-red {
    color: #e5603b !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-orange {
    color: #eac85e !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-lime {
    color: #8cbf26 !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-green {
/*   color: #56bc76 !important; */
color: #8bc34a !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-teal {
    color: #4ab0ce !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-blue {
    color: #618fb0 !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-brown {
    color: #a05000 !important;
}


/* line 14, ../../src/sass/_base.scss */

.color-red-dark {
    color: #d04f4f !important;
}


/***********************************/


/**          VALIDATION          **/


/**********************************/


/* line 26, ../../src/sass/_base.scss */

.form-control.parsley-error,
.form-control.parsley-error:focus {
    box-shadow: inset 0 0 3px #eac85e;
}


/* line 31, ../../src/sass/_base.scss */

.parsley-errors-list {
    font-size: 12px;
}


/* line 34, ../../src/sass/_base.scss */

.parsley-errors-list li {
    list-style: none;
    color: #eac85e;
}


/***********************************/


/**          LOGO                **/


/**********************************/


/* line 44, ../../src/sass/_base.scss */

.logo {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: inherit;
    left: 65px;
    top: 17px;
    /* z-index: 1; */
}

@media (min-height: 940px) {
    /* line 44, ../../src/sass/_base.scss */
    .logo {
        position: fixed;
    }
}


/* line 53, ../../src/sass/_base.scss */

.logo a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}


/* line 59, ../../src/sass/_base.scss */

.logo strong {
    color: white;
}


/***********************************/


/**          SIDEBAR             **/


/**********************************/


/* line 68, ../../src/sass/_base.scss */

.sidebar {
    position: absolute;
    width: 160px;
    padding: 10px 0;
    top: 0;
    color: white;
    z-index: 1;
    margin: 80px 0 0 25px;
    font-weight: 300;
}

@media (min-height: 940px) {
    /* line 68, ../../src/sass/_base.scss */
    .sidebar {
        position: fixed;
    }
}


/* line 81, ../../src/sass/_base.scss */

.sidebar .settings {
    margin-top: 10px;
    text-align: center;
}


/* line 85, ../../src/sass/_base.scss */

.sidebar .settings .btn-auto {
    display: none;
}


/* line 90, ../../src/sass/_base.scss */

.sidebar .panel {
    background: none;
}


/* line 94, ../../src/sass/_base.scss */

.sidebar.collapse {
    display: block;
    visibility: visible;
}


/* line 100, ../../src/sass/_base.scss */

.side-nav {
    margin: 0;
}


/* line 103, ../../src/sass/_base.scss */

.side-nav li {
    list-style: none;
}


/* line 106, ../../src/sass/_base.scss */

.side-nav li i[class*=fa] {
    width: 16px;
    margin-right: 8px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    opacity: .4;
    text-align: right;
}


/* line 116, ../../src/sass/_base.scss */

.side-nav li a:hover,
.side-nav li a:focus {
    background: rgba(0, 0, 0, 0.07);
}


/* line 120, ../../src/sass/_base.scss */

.side-nav li a {
    color: inherit;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.side-nav li a .name {
  font-size: 13px;
  white-space: nowrap;
}

/* Estilo especial para texto em duas linhas */
.side-nav li a .wrap-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-left: 4px;
}

.side-nav li a .wrap-text .line {
  white-space: nowrap;
}

/* line 128, ../../src/sass/_base.scss */

.side-nav li a .fa-angle-down {
    width: auto;
    float: right;
    margin-right: -8px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}


/* line 136, ../../src/sass/_base.scss */

.side-nav li a.collapsed .fa-angle-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* line 141, ../../src/sass/_base.scss */

.side-nav li a[data-toggle="collapse"]:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: -8px;
    position: relative;
    top: 1px;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}


/* line 151, ../../src/sass/_base.scss */

.side-nav li a[data-toggle="collapse"].collapsed:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* line 159, ../../src/sass/_base.scss */

.side-nav li.active>a {
    font-weight: 700;
}


/* line 164, ../../src/sass/_base.scss */

.side-nav .panel-collapse li a {
    padding: 4px 20px;
    padding-left: 50px;
}


/* line 169, ../../src/sass/_base.scss */

.side-nav .panel-collapse li a:hover,
.side-nav .panel-collapse li a:focus {
    background: rgba(0, 0, 0, 0.07);
}


/* line 173, ../../src/sass/_base.scss */

.side-nav .panel-collapse li a i[class*="fa"] {
    float: none;
    font-size: inherit;
}


/* line 180, ../../src/sass/_base.scss */

.side-nav .panel-collapse .panel-collapse .panel-collapse>li a {
    padding-left: 70px;
}


/* line 184, ../../src/sass/_base.scss */

.side-nav .panel-collapse .panel-collapse>li a {
    padding-left: 60px;
}


/* line 190, ../../src/sass/_base.scss */

.side-nav .panel {
    margin: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* line 196, ../../src/sass/_base.scss */

.side-nav .panel-collapse.collapse {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}


/* line 202, ../../src/sass/_base.scss */

.side-nav .panel-collapse.collapse.in {
    height: auto;
}


/* line 208, ../../src/sass/_base.scss */

.sidebar-labels {
    list-style: none;
    padding: 10px 20px;
}


/* line 212, ../../src/sass/_base.scss */

.sidebar-labels>li>a {
    color: #eeeeee;
    text-decoration: none;
    font-weight: normal;
}


/* line 217, ../../src/sass/_base.scss */

.sidebar-labels>li>a:hover {
    color: white;
}


/* line 221, ../../src/sass/_base.scss */

.sidebar-labels>li>a .circle,
.sidebar-labels>li>a .circle-o {
    position: relative;
    top: -2px;
    font-size: 9px;
    height: 12px;
    width: 12px;
    line-height: 12px;
}


/* line 231, ../../src/sass/_base.scss */

.sidebar-labels>li>a .fa-circle {
    font-size: 11px;
    vertical-align: 1px;
    margin-left: 4px;
    margin-right: 8px;
}


/* line 238, ../../src/sass/_base.scss */

.sidebar-labels>li>a .circle-o {
    top: 1px;
    left: 1px;
}


/* line 244, ../../src/sass/_base.scss */

.sidebar-labels>li+li {
    margin-top: 9px;
}

@media (max-width: 767px) {
    /* line 208, ../../src/sass/_base.scss */
    .sidebar-labels {
        display: none;
    }
}


/* line 255, ../../src/sass/_base.scss */

.sidebar-alerts .alert {
    margin-bottom: 0;
    padding: 9px 12px 9px 20px;
}


/* line 259, ../../src/sass/_base.scss */

.sidebar-alerts .alert .close {
    font-size: 16px;
    text-shadow: none;
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
    /* line 254, ../../src/sass/_base.scss */
    .sidebar-alerts {
        display: none;
    }
}


/* line 272, ../../src/sass/_base.scss */

.sidebar-nav-title {
    margin: 35px 0 5px 20px;
    font-weight: 300;
}


/* line 276, ../../src/sass/_base.scss */

.sidebar-nav-title .action-link {
    color: white;
    float: right;
    margin-right: 12px;
    margin-top: -1px;
}


/* line 282, ../../src/sass/_base.scss */

.sidebar-nav-title .action-link .fa,
.sidebar-nav-title .action-link .glyphicon {
    font-size: 9px;
}

@media (max-width: 767px) {
    /* line 272, ../../src/sass/_base.scss */
    .sidebar-nav-title {
        display: none;
    }
}


/* line 293, ../../src/sass/_base.scss */

.sidebar-on-right .sidebar {
    right: 0;
    margin: 80px 25px 0 0;
}


/* line 298, ../../src/sass/_base.scss */

.sidebar-on-right .wrap {
    margin-left: 0;
    margin-right: 185px;
}


/* line 303, ../../src/sass/_base.scss */

.sidebar-on-right .logo {
    right: 67px;
    left: auto;
}


/* line 310, ../../src/sass/_base.scss */

.sidebar-hidden .sidebar,
.sidebar-hidden .logo {
    display: none;
}


/* line 314, ../../src/sass/_base.scss */

.sidebar-hidden .wrap {
    margin-left: 0;
    margin-right: 0;
}


/***********************************/


/**          CONTENT              **/


/**********************************/


/*main content*/


/* line 327, ../../src/sass/_base.scss */

.wrap {
    margin-left: 185px;
}


/*content except of header*/


/* line 332, ../../src/sass/_base.scss */

.content {
    padding: 25px 2.5641%;
    -webkit-transition: margin-top 0.35s ease, opacity 0.2s;
    -o-transition: margin-top 0.35s ease, opacity 0.2s;
    transition: margin-top 0.35s ease, opacity 0.2s;
    max-width: none;
    width: auto;
    opacity: 1;
}


/* line 339, ../../src/sass/_base.scss */

.content.hiding {
    opacity: 0;
}


/***********************************/


/**          WIDGET               **/


/**********************************/


/* line 350, ../../src/sass/_base.scss */

.widget {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 12px 17px;
    color: rgb(235, 235, 235);
    /* background: #3d4553; */
    margin-bottom: 30px;
    position: relative;
}

#lt-widget-login {
 
    padding: 3% 3% !important;
    
}


/* line 361, ../../src/sass/_base.scss */

.widget.normal {
    height: 220px;
}


/* line 365, ../../src/sass/_base.scss */
@media only screen and (min-width: 992px){ 
    .widget.large {
        height: 30vw;
        padding-bottom: 20px;
    }
}

/* line 368, ../../src/sass/_base.scss */

.widget.large .body {
    height: 280px;
}


/* line 373, ../../src/sass/_base.scss */

.widget.xlarge {
    height: 415px;
}


/* line 376, ../../src/sass/_base.scss */

.widget.xlarge .body {
    height: 380px;
}


/* line 381, ../../src/sass/_base.scss */

.widget.tiny {
    height: 188px;
}


/* line 385, ../../src/sass/_base.scss */

.widget.tiny-x2 {
    height: 426px;
}


/* line 389, ../../src/sass/_base.scss */

.widget.transparent {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 394, ../../src/sass/_base.scss */

.widget>header {
    position: relative;
    background: none;
    color: #666666;
}


/* line 399, ../../src/sass/_base.scss */

.widget>header h1,
.widget>header h2,
.widget>header h3,
.widget>header h4,
.widget>header h5 {
    margin: 0;
    line-height: 20px;
    font-weight: 600;
    color: inherit;
}


/* line 405, ../../src/sass/_base.scss */

.widget>header h1 small,
.widget>header h2 small,
.widget>header h3 small,
.widget>header h4 small,
.widget>header h5 small {
    text-transform: lowercase;
    color: #999999;
}


/* line 411, ../../src/sass/_base.scss */

.widget>header h4 {
    font-size: 14px;
}


/* line 416, ../../src/sass/_base.scss */

.widget .body {
    margin-top: 10px;
}


/* line 420, ../../src/sass/_base.scss */

.widget>footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px 0 0;
}


/* line 428, ../../src/sass/_base.scss */

.widget .actions {
    position: absolute;
    right: 0;
    top: 0;
}


/* line 432, ../../src/sass/_base.scss */

.widget .actions a {
    text-decoration: none;
}


/* line 437, ../../src/sass/_base.scss */

.widget .widget-table-overflow {
    margin: 0 -17px -12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* line 444, ../../src/sass/_base.scss */

.widget-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    word-spacing: 1px;
}


/* line 452, ../../src/sass/_base.scss */

.widget-controls.left {
    left: 0;
    right: auto;
}


/* line 457, ../../src/sass/_base.scss */

.widget-controls>a,
.widget-controls>span {
    padding: 1px 4px;
    border-radius: 4px;
    color: #a6a6a6;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}


/* line 463, ../../src/sass/_base.scss */

.widget-controls>a>.fa,
.widget-controls>span>.fa {
    vertical-align: middle;
}


/* line 467, ../../src/sass/_base.scss */

.widget-controls>a>.glyphicon,
.widget-controls>span>.glyphicon {
    vertical-align: -1px;
}


/* line 472, ../../src/sass/_base.scss */

.widget-controls>a:hover {
    color: #737373;
}


/* line 476, ../../src/sass/_base.scss */

.widget-controls .fa-refresh {
    position: relative;
    top: -1px;
}


/***********************************/


/**          HEADER               **/


/**********************************/


/* line 486, ../../src/sass/_base.scss */

.page-header {
    border: none;
    margin: 15px 2.5641% 0;
    padding: 0;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* line 495, ../../src/sass/_base.scss */

.page-header .navbar {
    min-height: 40px;
    border: none;
}


/* line 500, ../../src/sass/_base.scss */

.page-header .navbar .nav li.dropdown.open>.dropdown-toggle,
.page-header .navbar .nav li.dropdown.active>.dropdown-toggle,
.page-header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}


/* line 505, ../../src/sass/_base.scss */

.page-header .navbar .nav li.dropdown.open>.dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open>.dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.active>.dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.active>.dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.open.active>.dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open.active>.dropdown-toggle:focus {
    color: white;
}


/* line 510, ../../src/sass/_base.scss */

.page-header .navbar .nav>li>a:focus,
.page-header .navbar .nav>li>a:hover,
.page-header .navbar .nav>.active>a,
.page-header .navbar .nav>.active>a:hover,
.page-header .navbar .nav>.active>a:focus {
    color: white;
}


/* line 518, ../../src/sass/_base.scss */

.page-header .nav>li {
    position: relative;
    background: none;
    float: left;
}


/* line 523, ../../src/sass/_base.scss */

.page-header .nav>li>a {
    color: rgba(255,255,255,0.8);
    width: 40px;
    padding: 0;
    font-size: 19.5px;
    outline: 0;
    background: none;
    text-align: center;
    vertical-align: middle;
    /*line-height: 36px;*/
    text-shadow: none;
}

@media only screen and (max-width: 575px){ 
    .page-header .nav>li>a {
        width: 22px !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .page-header .nav>li>a {
        width: 35px !important;
    }
}

/* line 535, ../../src/sass/_base.scss */

.page-header .nav>li>a:hover, .btn-lightgray:hover {
    color: white;
}


/* line 540, ../../src/sass/_base.scss */

.page-header .nav>li .count {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 9.1px;
    font-weight: normal;
    background: rgba(51, 51, 51, 0.55);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1em;
    padding: 2px 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* line 553, ../../src/sass/_base.scss */

.page-header .nav>li.divider {
    display: block;
    height: 38px;
    width: 1px;
    margin: 0 20px;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(102, 102, 102, 0));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(102, 102, 102, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(102, 102, 102, 0));
}


/* line 562, ../../src/sass/_base.scss */

.page-header .search-query {
    color: #666666;
    border: none;
    background: url(../img/search.png) 5px 5px no-repeat rgba(255, 255, 255, 0.5);
    padding-left: 26px;
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
    width: 200px;
}


/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.page-header .search-query::-moz-placeholder {
    color: rgba(85, 85, 85, 0.76);
    opacity: 1;
}


/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.page-header .search-query:-ms-input-placeholder {
    color: rgba(85, 85, 85, 0.76);
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.page-header .search-query::-webkit-input-placeholder {
    color: rgba(85, 85, 85, 0.76);
}


/* line 571, ../../src/sass/_base.scss */

.page-header .search-query:focus {
    width: 240px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 577, ../../src/sass/_base.scss */

.page-header .navbar-form {
    margin: 5px 15px 0 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}




/* line 590, ../../src/sass/_base.scss */

.page-header .navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}


/* line 603, ../../src/sass/_base.scss */

.page-header .navbar .pull-right>li>.dropdown-menu,
.page-header .navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}


/* line 607, ../../src/sass/_base.scss */

.page-header .navbar .pull-right>li>.dropdown-menu:before,
.page-header .navbar .nav>li>.dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}


/* line 611, ../../src/sass/_base.scss */

.page-header .navbar .pull-right>li>.dropdown-menu:after,
.page-header .navbar .nav>li>.dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}


/* line 615, ../../src/sass/_base.scss */

.page-header .navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.page-header .navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 6px 6px;
}


/* line 625, ../../src/sass/_base.scss */

.page-title {
    color: white;
    font-weight: 300;
    line-height: 1;
    margin: 11px 0 18px;
}


/* line 631, ../../src/sass/_base.scss */

.page-title small {
    color: #d9d9d9;
}


/* line 636, ../../src/sass/_base.scss */

.notifications {
    margin: 6px 20px 6px -40px;
    -webkit-transition: margin-top 0.2s ease;
    -o-transition: margin-top 0.2s ease;
    transition: margin-top 0.2s ease;
}


/* line 640, ../../src/sass/_base.scss */

.notifications .alert {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
    padding: 3px 9px;
    color: #666666;
    text-shadow: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* line 651, ../../src/sass/_base.scss */

.notifications .alert a {
    color: #666666;
    font-weight: bold;
}


/***********************************/


/**          MESSAGES            **/


/**********************************/


/* line 662, ../../src/sass/_base.scss */

.messages {
    background: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 3px !important;
    color: #666666;
}


/* line 670, ../../src/sass/_base.scss */

.navbar .nav>li>.messages:before {
    border-bottom: none;
}


/* line 673, ../../src/sass/_base.scss */

.navbar .nav>li>.messages:after {
    border-bottom-color: white;
}


/* line 677, ../../src/sass/_base.scss */

.navbar .nav>li>.messages>li>a {
    color: #666666;
    padding: 8px 10px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar .nav>li>.messages>li>a:before,
.navbar .nav>li>.messages>li>a:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.navbar .nav>li>.messages>li>a:after {
    clear: both;
}


/* line 682, ../../src/sass/_base.scss */

.navbar .nav>li>.messages>li>a:hover,
.navbar .nav>li>.messages>li>a:focus {
    background-color: #eeeeee;
}


/* line 688, ../../src/sass/_base.scss */

.navbar .nav>li>.messages .see-all {
    padding: 5px 10px;
}


/* line 695, ../../src/sass/_base.scss */

.message img {
    float: left;
    width: 40px;
}


/* line 700, ../../src/sass/_base.scss */

.message .details {
    margin-left: 50px;
}


/* line 707, ../../src/sass/_base.scss */

.message .text {
    font-size: 12px;
    color: #888888;
}


/***********************************/


/**          SUPPORT            **/


/**********************************/


/* line 717, ../../src/sass/_base.scss */

.support {
    background: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 3px !important;
    color: #666666;
}


/* line 725, ../../src/sass/_base.scss */

.navbar .nav>li>.support:before {
    border-bottom: none;
}


/* line 728, ../../src/sass/_base.scss */

.navbar .nav>li>.support:after {
    border-bottom-color: white;
}


/* line 732, ../../src/sass/_base.scss */

.navbar .nav>li>.support>li>a {
    color: #666666;
    padding: 5px 10px;
}


/* line 736, ../../src/sass/_base.scss */

.navbar .nav>li>.support>li>a:hover,
.navbar .nav>li>.support>li>a:focus {
    background-color: #eeeeee;
}


/* line 742, ../../src/sass/_base.scss */

.navbar .nav>li>.support .see-all {
    padding: 5px 10px;
}


/* line 749, ../../src/sass/_base.scss */

.support-ticket .picture {
    float: left;
    text-align: center;
}


/* line 754, ../../src/sass/_base.scss */

.support-ticket .details {
    margin-left: 30px;
    font-size: 12px;
}


/***********************************/


/**          SETTINGS             **/


/**********************************/


/* line 764, ../../src/sass/_base.scss */

.settings-popover {
    background: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 3px !important;
    color: #666666;
    width: 122px;
    font-size: 12px;
    text-align: center;
    left: -76px !important;
    top: 30px !important;
}


/* line 777, ../../src/sass/_base.scss */

.settings-popover.bottom .arrow {
    border-bottom-color: transparent;
    top: -13px;
    margin-left: 0;
    left: auto;
    right: 4px;
}


/* line 783, ../../src/sass/_base.scss */

.settings-popover.bottom .arrow:after {
    border-bottom-color: white;
    border-width: 6px;
}


/* line 789, ../../src/sass/_base.scss */

.settings-popover .btn-group {
    margin-top: 0;
}


/* line 793, ../../src/sass/_base.scss */

.settings-popover .btn-sm,
.settings-popover .btn-group-sm>.btn {
    padding: 0 7px;
}


/* line 798, ../../src/sass/_base.scss */

.setting {
    font-weight: normal;
}


/* line 802, ../../src/sass/_base.scss */

.setting+.setting {
    margin-top: 5px;
}


/***********************************/


/**          ACCOUNT             **/


/**********************************/


/* line 811, ../../src/sass/_base.scss */

.account {
    width: 180px;
    background: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 3px !important;
    color: #666666;
}


/* line 820, ../../src/sass/_base.scss */

.navbar .nav>li>.account:before {
    border-bottom: none;
}


/* line 823, ../../src/sass/_base.scss */

.navbar .nav>li>.account:after {
    border-bottom-color: white;
}


/* line 828, ../../src/sass/_base.scss */

.account>li>a {
    color: #666666;
}


/* line 831, ../../src/sass/_base.scss */

.account>li>a:hover,
.account>li>a:focus {
    background-color: #eeeeee;
    color: #666666;
}


/* line 839, ../../src/sass/_base.scss */

.account-picture {
    padding: 5px 10px;
    font-weight: normal;
}


/* line 842, ../../src/sass/_base.scss */

.account-picture img {
    width: 50px;
    margin-right: 5px;
}


/* line 848, ../../src/sass/_base.scss */

.account>li>a {
    padding: 7px 10px;
}


/***********************************/


/**          BUTTONS              **/


/**********************************/


/* Custom behavior. For overridden bootstrap btns see bootstrap-override */


/* line 857, ../../src/sass/_base.scss */

.btn-transparent {
    background: rgba(255, 255, 255, 0.4);
    color: #666666;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* line 863, ../../src/sass/_base.scss */

.btn-transparent:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #666666;
}


/* line 868, ../../src/sass/_base.scss */

.btn-transparent.active {
    color: #666666;
    background: rgba(255, 255, 255, 0.55);
}


/* line 871, ../../src/sass/_base.scss */

.btn-transparent.active:hover {
    background: rgba(255, 255, 255, 0.55);
}


/* line 876, ../../src/sass/_base.scss */

.btn-transparent .caret {
    border-top-color: #666666;
}


/* line 881, ../../src/sass/_base.scss */

.btn-inverse {
    color: #555555;
    background-color: #f8f8f8;
    border-color: rgba(0, 0, 0, 0.2);
}


/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open>.btn-inverse.dropdown-toggle {
    color: #555555;
    background-color: #dfdfdf;
    border-color: rgba(0, 0, 0, 0.2);
}


/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-inverse:active,
.btn-inverse.active,
.open>.btn-inverse.dropdown-toggle {
    background-image: none;
}


/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-inverse.disabled,
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled],
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
    background-color: #f8f8f8;
    border-color: rgba(0, 0, 0, 0.2);
}


/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */

.btn-inverse .badge {
    color: #f8f8f8;
    background-color: #555555;
}


/* since 1.5 */


/* line 886, ../../src/sass/_base.scss */

.btn-white {
    background: none;
    border: 2px solid #ffffff;
}


/***********************************/


/**          FORMS                **/


/**********************************/


/* line 895, ../../src/sass/_base.scss */

.section {
    font-size: 14px;
    color: gray;
    vertical-align: middle;
    line-height: 30px;
    padding: 10px 0 0;
}


/* line 902, ../../src/sass/_base.scss */

.section small {
    font-size: 12px;
    color: gray;
    font-weight: bold;
}


/* line 911, ../../src/sass/_base.scss */

.form-control.input-transparent {
    border: none;
    color: #f8f8f8;
    background-color: white;
}


/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.form-control.input-transparent::-moz-placeholder {
    color: rgba(238, 238, 238, 0.76);
    opacity: 1;
}


/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.form-control.input-transparent:-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.76);
}


/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */

.form-control.input-transparent::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.76);
}


/* line 917, ../../src/sass/_base.scss */

.form-control.input-transparent:focus {
    color: #f8f8f8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}


/* line 922, ../../src/sass/_base.scss */

.form-control.input-transparent[disabled],
.form-control.input-transparent[readonly],
fieldset[disabled] .form-control.input-transparent {
    background-color: white;
}


/* line 930, ../../src/sass/_base.scss */

.select-block-level {
    width: 100%;
}


/* line 935, ../../src/sass/_base.scss */

.controls .bootstrap-select.btn-group[class*='span'] {
    float: none;
    display: inline-block;
    margin-left: 0;
}


/* line 940, ../../src/sass/_base.scss */

.controls .bootstrap-select.btn-group[class*='span'] .btn {
    width: 100%;
}


/* line 945, ../../src/sass/_base.scss */

.controls .bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
}


/* line 953, ../../src/sass/_base.scss */

.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    background-color: #373d49;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.form-actions:before,
.form-actions:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.form-actions:after {
    clear: both;
}


/* line 961, ../../src/sass/_base.scss */

.form-wizard .progress {
    margin-bottom: 10px;
}


/* line 966, ../../src/sass/_base.scss */

.wizard-navigation {
    margin-bottom: 5px;
}


/* line 969, ../../src/sass/_base.scss */

.wizard-navigation a {
    color: #666666;
}


/***********************************/


/**          ICONS                **/


/**********************************/


/* line 982, ../../src/sass/_base.scss */

.icons>section {
    margin-top: 20px;
}


/* line 986, ../../src/sass/_base.scss */

.the-icons li,
.fontawesome-icon-list>div {
    line-height: 40px;
}


/* line 989, ../../src/sass/_base.scss */

.the-icons li i,
.fontawesome-icon-list>div i {
    -webkit-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    transition: font-size 0.2s;
}


/* line 993, ../../src/sass/_base.scss */

.the-icons li:hover i,
.fontawesome-icon-list>div:hover i {
    font-size: 26px;
}


/* line 998, ../../src/sass/_base.scss */

.fontawesome-icon-list i {
    min-width: 20px;
}


/* line 1002, ../../src/sass/_base.scss */

.i-code {
    display: none;
}


/***********************************/


/**          TABS                 **/


/**********************************/


/* line 1010, ../../src/sass/_base.scss */

.widget-tabs {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}


/* line 1015, ../../src/sass/_base.scss */

.widget-tabs .body {
    background: white;
    margin-top: 0;
    padding: 12px 17px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
}


/* line 1023, ../../src/sass/_base.scss */

.widget-tabs .nav-tabs {
    border-bottom: none;
}


/* line 1027, ../../src/sass/_base.scss */

.widget-tabs .nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
}


/* line 1033, ../../src/sass/_base.scss */

.widget-tabs .nav>li.active {
    margin-bottom: 0;
}


/* line 1035, ../../src/sass/_base.scss */

.widget-tabs .nav>li.active>a {
    border-color: transparent;
    background: white;
}


/* line 1038, ../../src/sass/_base.scss */

.widget-tabs .nav>li.active>a:hover {
    color: #666666;
}


/* line 1044, ../../src/sass/_base.scss */

.widget-tabs .nav>li:not(.active)>a {
    background: white;
    border-bottom: none;
}


/* line 1047, ../../src/sass/_base.scss */

.widget-tabs .nav>li:not(.active)>a:hover {
    background: #eeeeee;
    border-color: transparent;
}


/* line 1053, ../../src/sass/_base.scss */

.widget-tabs .nav>li:first-child>a {
    border-left: none;
}


/* line 1060, ../../src/sass/_base.scss */

.widget:not(.widget-tabs) .tab-content {
    background: #3d4553;
    padding: 10px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}


/* line 1068, ../../src/sass/_base.scss */

.widget:not(.widget-tabs) .tabs-below .tab-content {
    border-bottom: none;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
}


/* line 1076, ../../src/sass/_base.scss */

.widget:not(.widget-tabs) .tabs-left .tab-content {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}


/* line 1084, ../../src/sass/_base.scss */

.widget:not(.widget-tabs) .tabs-right .tab-content {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}


/* line 1092, ../../src/sass/_base.scss */

.tab-header {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 14px;
    color: #666666;
}


/***********************************/


/**          PROGRESSBARS         **/


/**********************************/


/* line 1103, ../../src/sass/_base.scss */

.progress-small {
    height: 8px;
}


/* line 1108, ../../src/sass/_base.scss */

.progress-inverse .bar,
.progress .progress-bar-inverse {
    color: white;
    background-color: #666666;
    background-image: -webkit-linear-gradient(top, #666666 0%, #666666 100%);
    background-image: -o-linear-gradient(top, #666666 0%, #666666 100%);
    background-image: linear-gradient(to bottom, #666666 0%, #666666 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF666666', endColorstr='#FF666666', GradientType=0);
}


/* line 1113, ../../src/sass/_base.scss */

.progress-inverse.progress-striped .bar,
.progress-striped .progress-bar-inverse {
    background-image: -webkit-linear-gradient(45deg, #666666 25%, transparent 25%, transparent 50%, #666666 50%, #666666 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #666666 25%, transparent 25%, transparent 50%, #666666 50%, #666666 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, #666666 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #666666 50%, #666666 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/***********************************/


/**          MAPS                **/


/**********************************/


/* line 1121, ../../src/sass/_base.scss */

.map {
    height: 100%;
}


/* line 1123, ../../src/sass/_base.scss */

.map * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/***********************************/


/**            MODALS            **/


/**********************************/


/* line 1134, ../../src/sass/_base.scss */

.modal img {
    max-width: 100%;
}


/***********************************/


/**          THUMBNAILS          **/


/**********************************/


/* line 1142, ../../src/sass/_base.scss */

.thumbnail img {
    width: 100%;
}


/* line 1146, ../../src/sass/_base.scss */

.thumbnails>li {
    margin-bottom: 20px;
}


/***********************************/


/**          TABLES               **/


/**********************************/


/* line 1154, ../../src/sass/_base.scss */

.table th {
    font-weight: 400;
    color: white;
}


/* line 1157, ../../src/sass/_base.scss */

.widget .table th {
    color: #666666;
}


/* line 1163, ../../src/sass/_base.scss */

.table-images td {
    height: 60px;
    vertical-align: middle;
}


/* line 1166, ../../src/sass/_base.scss */

.table-images td img {
    height: 60px;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(1n) {
    color: #e5603b;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(2n) {
    color: #eac85e;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(3n) {
    color: #8cbf26;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(4n) {
    color: #56bc76;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(5n) {
    color: #4ab0ce;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(6n) {
    color: #618fb0;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(7n) {
    color: #a05000;
}


/* line 1176, ../../src/sass/_base.scss */

.table-colored tbody tr:nth-child(8n) {
    color: #d04f4f;
}


/* line 1183, ../../src/sass/_base.scss */

.table-editable th a {
    display: block;
    cursor: pointer;
    color: #666666;
    text-decoration: underline;
}


/* line 1190, ../../src/sass/_base.scss */

.table-editable td.editor,
.table-editable tbody tr:nth-child(odd) td.editor {
    background-color: rgba(97, 143, 176, 0.05);
    outline: 1px solid #618fb0;
    outline-offset: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: width, outline, background-color;
    -moz-transition-property: width, outline, background-color;
    -o-transition-property: width, outline, background-color;
    transition-property: width, outline, background-color;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


/* line 1212, ../../src/sass/_base.scss */

.table-editable td.editor input[type=text] {
    color: #666666;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* line 1232, ../../src/sass/_base.scss */

.table-editable td.editor.error,
.table-editable tbody tr:nth-child(odd) td.editor.error {
    background-color: rgba(234, 200, 94, 0.1);
    outline: 1px solid #eac85e;
}


/* line 1238, ../../src/sass/_base.scss */

.table-editable td.editor :focus,
.table-editable th.editor :focus {
    outline: 0;
}


/* line 1243, ../../src/sass/_base.scss */

.table-editable .sort-caret {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 0.3em;
    border: 0;
    content: "";
    font: 15px FontAwesome;
}


/* line 1254, ../../src/sass/_base.scss */

.table-editable .ascending .sort-caret:before {
    content: "\f0d8";
}


/* line 1260, ../../src/sass/_base.scss */

.table-editable .descending .sort-caret:before {
    content: "\f0d7";
}


/* line 1265, ../../src/sass/_base.scss */

.chart-col-header {
    width: 100px;
}


/* line 1269, ../../src/sass/_base.scss */

.table .chart-cell {
    padding: 3px;
}


/* line 1273, ../../src/sass/_base.scss */

.source-col-header {
    width: 30%;
}


/* line 1279, ../../src/sass/_base.scss */

.sources-table td,
.sources-table th {
    text-align: center;
}


/* line 1281, ../../src/sass/_base.scss */

.sources-table td:first-child,
.sources-table th:first-child {
    text-align: left;
}


/***********************************/


/**           LIVE GRID           **/


/**********************************/


/* line 1291, ../../src/sass/_base.scss */

.widget-container {
    min-height: 30px;
}


/* line 1294, ../../src/sass/_base.scss */

.widget-container .widget:not(.fullscreened)>header {
    cursor: move;
}


/* line 1299, ../../src/sass/_base.scss */

.widget-placeholder {
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    margin: -1px -1px 29px -1px;
}


/* line 1305, ../../src/sass/_base.scss */

.list-group-item-placeholder {
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    margin: -1px;
}


/***********************************/


/**      SLIMSCROLL OVERRIDE      **/


/**********************************/


/* line 1315, ../../src/sass/_base.scss */

.slimScrollBar {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
}


/***********************************/


/**          UTILS                **/


/**********************************/


/* line 1323, ../../src/sass/_base.scss */

.text-align-center {
    text-align: center;
}


/* line 1327, ../../src/sass/_base.scss */

.text-align-right {
    text-align: right;
}


/* line 1331, ../../src/sass/_base.scss */

.well-white {
    background: rgba(255, 255, 255, 0.2);
}


/* line 1335, ../../src/sass/_base.scss */

.margin-top {
    margin-top: 10px;
}


/* line 1339, ../../src/sass/_base.scss */

.margin-bottom {
    margin-bottom: 10px;
}


/* line 1343, ../../src/sass/_base.scss */

.no-margin {
    margin: 0 !important;
}


/* line 1347, ../../src/sass/_base.scss */

.weight-normal {
    font-weight: normal;
}


/* line 1351, ../../src/sass/_base.scss */

.visible-phone-landscape {
    display: none !important;
}


/* line 1359, ../../src/sass/_base.scss */

.background-danger {
    background: #e5603b;
    color: white;
}


/* line 1364, ../../src/sass/_base.scss */

.background-warning {
    background: #eac85e;
    color: white;
}


/* line 1369, ../../src/sass/_base.scss */

.background-success {
    background: #56bc76;
    color: white;
}


/* line 1374, ../../src/sass/_base.scss */

.background-primary {
    background: #618fb0;
    color: white;
}


/* line 1379, ../../src/sass/_base.scss */

.background-info {
    background: #4ab0ce;
    color: white;
}


/* line 1384, ../../src/sass/_base.scss */

.background-lime {
    background: #8cbf26;
    color: white;
}


/* line 1389, ../../src/sass/_base.scss */

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* line 1396, ../../src/sass/_base.scss */

.loader .spinner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -10px;
    font-size: 20px;
    text-align: center;
}


/***********************/


/*        Loader       */


/***********************/


/* line 1412, ../../src/sass/_base.scss */

.loader-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

@media (min-width: 1049px) {
    /* line 1412, ../../src/sass/_base.scss */
    .loader-wrap {
        margin-left: 185px;
    }
    /* line 1422, ../../src/sass/_base.scss */
    .sidebar-on-right .loader-wrap {
        margin-right: 185px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1048px) {
    /* line 1412, ../../src/sass/_base.scss */
    .loader-wrap {
        margin-left: 62px;
    }
    /* line 1430, ../../src/sass/_base.scss */
    .sidebar-on-right .loader-wrap {
        margin-right: 62px;
        margin-left: 0;
    }
}


/* line 1436, ../../src/sass/_base.scss */

.sidebar-hidden .loader-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* line 1443, ../../src/sass/_base.scss */

.loader-wrap.hiding {
    opacity: 0;
}


/* line 1447, ../../src/sass/_base.scss */

.loader-wrap .fa {
    position: absolute;
    top: 50%;
    line-height: 30px;
    margin-top: -85px;
    font-size: 18px;
    vertical-align: middle;
}


/* line 1457, ../../src/sass/_base.scss */

.attention {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/* line 1465, ../../src/sass/_base.scss */

.bg-addition {
    background-color: #eeeeee !important;
}


/* line 1469, ../../src/sass/_base.scss */

ul.text-list,
ol.text-list {
    margin-bottom: 9px;
    padding-left: 40px;
}


/* line 1474, ../../src/sass/_base.scss */

ul.text-list {
    list-style: disc;
}


/* line 1478, ../../src/sass/_base.scss */

ol.text-list {
    list-style: decimal;
}

@media (max-width: 320px) {
    /* line 2, ../../src/sass/_responsive.scss */
    .hidden-xs-portrait {
        display: none !important;
    }
}

@media (min-width: 768px) {
    /* line 8, ../../src/sass/_responsive.scss */
    .sidebar-hidden .sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 15, ../../src/sass/_responsive.scss */
    .sidebar.nav-collapse,
    .sidebar.nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }
    /* line 21, ../../src/sass/_responsive.scss */
    .sidebar.nav-collapse.collapse.in {
        height: auto;
    }
    /* line 25, ../../src/sass/_responsive.scss */
    body {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* line 30, ../../src/sass/_responsive.scss */
    .page-title {
        margin-top: 6px;
    }
    /* line 34, ../../src/sass/_responsive.scss */
    .sidebar,
    .sidebar-on-right .sidebar {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 90px 5%;
        width: 90%;
        padding: 0;
    }
    /* line 44, ../../src/sass/_responsive.scss */
    .sidebar .side-nav,
    .sidebar-on-right .sidebar .side-nav {
        margin: 10px 0;
    }
    /* line 50, ../../src/sass/_responsive.scss */
    .sidebar+.wrap,
    .sidebar-on-right .sidebar+.wrap {
        margin-left: 0;
        margin-right: 0;
    }
    /* line 55, ../../src/sass/_responsive.scss */
    .nv-controlsWrap {
        display: none;
    }
    /* line 59, ../../src/sass/_responsive.scss */
    .logo,
    .sidebar-on-right .logo,
    .sidebar-hidden .logo {
        display: block;
        left: 1.6%;
        right: auto;
        padding-right: 5px;
        width: 40px;
        top: 4px;
    }
    /* line 70, ../../src/sass/_responsive.scss */
    .widget-404-search,
    .widget-404 {
        width: 402px;
    }
    /* line 74, ../../src/sass/_responsive.scss */
    .widget-404 {
        padding: 0;
    }
    /* line 76, ../../src/sass/_responsive.scss */
    .widget-404 .body {
        margin-top: 0;
    }
    /* line 81, ../../src/sass/_responsive.scss */
    .single-widget-container .widget-404-search {
        margin-top: 0;
    }
    /* line 84, ../../src/sass/_responsive.scss */
    .single-widget-container .widget-404-search .search-field {
        width: 285px;
    }
    /* line 89, ../../src/sass/_responsive.scss */
    .single-widget-container.error-page {
        margin-top: -170px;
    }
    /* line 93, ../../src/sass/_responsive.scss */
    .navbar .nav>li>.dropdown-menu.messages,
    .navbar .nav>li>.dropdown-menu.support {
        margin-right: -68px;
    }
    /* line 97, ../../src/sass/_responsive.scss */
    .navbar .nav>li>.dropdown-menu.messages:after,
    .navbar .nav>li>.dropdown-menu.support:after {
        right: 85px;
    }
    /* line 102, ../../src/sass/_responsive.scss */
    .notifications {
        position: absolute;
        right: 0;
        top: 46px;
        margin: 0;
        -webkit-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        transition: top 0.3s ease;
    }
    /* line 112, ../../src/sass/_responsive.scss */
    .mailbox .folder-title {
        float: none;
    }
    /* line 115, ../../src/sass/_responsive.scss */
    .mailbox .form-search {
        margin-top: 9px;
    }
    /* line 117, ../../src/sass/_responsive.scss */
    .mailbox .form-search label {
        display: block;
    }
    /* line 121, ../../src/sass/_responsive.scss */
    .mailbox .form-search .input-search {
        width: 100%;
        height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 125, ../../src/sass/_responsive.scss */
    .mailbox .form-search .input-search:hover {
        width: 100%;
    }
    /* line 132, ../../src/sass/_responsive.scss */
    .mailbox-content {
        margin-top: 0;
    }
    /* line 136, ../../src/sass/_responsive.scss */
    .client-details {
        text-align: left;
    }
    /* line 141, ../../src/sass/_responsive.scss */
    .landing .logo {
        width: auto;
    }
    /* line 144, ../../src/sass/_responsive.scss */
    .landing .logo small {
        display: none;
    }
    /* line 150, ../../src/sass/_responsive.scss */
    .landing .features+.features {
        margin-top: 0;
    }
    /* line 155, ../../src/sass/_responsive.scss */
    .landing .feature {
        margin-bottom: 20px;
    }
    /* line 160, ../../src/sass/_responsive.scss */
    .carousel-landing {
        height: 215px;
        margin-bottom: -24px;
    }
    /* line 163, ../../src/sass/_responsive.scss */
    .carousel-landing h1 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    /* line 171, ../../src/sass/_responsive.scss */
    .sidebar,
    .sidebar-on-right .sidebar {
        margin: 90px 2.5641%;
        width: 94.8718%;
    }
    /* line 177, ../../src/sass/_responsive.scss */
    .form-condensed .controls {
        margin-left: 0;
    }
    /* line 183, ../../src/sass/_responsive.scss */
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    /* line 190, ../../src/sass/_responsive.scss */
    .form-horizontal .controls {
        margin-left: 0;
    }
    /* line 194, ../../src/sass/_responsive.scss */
    .form-horizontal .control-list {
        padding-top: 0;
    }
    /* line 198, ../../src/sass/_responsive.scss */
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* line 204, ../../src/sass/_responsive.scss */
    body {
        padding-left: 0;
        padding-right: 0;
    }
    /* line 209, ../../src/sass/_responsive.scss */
    .login-widget,
    .registration-widget {
        width: 260px;

    }
    /* line 213, ../../src/sass/_responsive.scss */
    .widget-404-search,
    .widget-404 {
        width: 260px;
    }
    /* line 218, ../../src/sass/_responsive.scss */
    .widget-404 h1 {
        font-size: 80px;
        line-height: 80px;
    }
    /* line 223, ../../src/sass/_responsive.scss */
    .widget-404 h3 {
        font-size: 16.25px;
        line-height: 20px;
    }
    /* line 229, ../../src/sass/_responsive.scss */
    .single-widget-container .widget-404-search {
        margin-top: 0;
    }
    /* line 232, ../../src/sass/_responsive.scss */
    .single-widget-container .widget-404-search .search-field {
        width: 143px;
    }
    /* line 237, ../../src/sass/_responsive.scss */
    .single-widget-container.error-page {
        margin-top: -129px;
    }
    /* line 241, ../../src/sass/_responsive.scss */
    .navbar .nav>li>.dropdown-menu.messages {
        margin-right: -112px;
    }
    /* line 244, ../../src/sass/_responsive.scss */
    .navbar .nav>li>.dropdown-menu.messages:after {
        right: 129px;
    }
    /* line 249, ../../src/sass/_responsive.scss */
    .chat-footer .btn {
        padding: 4px 0;
    }
    /* line 253, ../../src/sass/_responsive.scss */
    .page-header .navbar-form {
        margin: 10px 0 0;
        width: 100%;
        overflow: hidden;
        height: 0;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }
    /* line 261, ../../src/sass/_responsive.scss */
    .page-header .search-query {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 263, ../../src/sass/_responsive.scss */
    .page-header .search-query:focus {
        width: 100%;
    }
    /* line 268, ../../src/sass/_responsive.scss */
    .visible-phone-landscape {
        display: block !important;
    }
    /* line 272, ../../src/sass/_responsive.scss */
    .hidden-phone-landscape {
        display: none !important;
    }
}


/***********************************/


/* custom widgets classes (email widget, charts, etc). This file can be removed. */


/***********************************/


/***********************************/


/**          EVENTS               **/


/**********************************/


/* line 9, ../../src/sass/_widgets.scss */

.external-event {
    margin: 15px 0;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}


/***********************************/


/**          FEED                 **/


/**********************************/


/* line 22, ../../src/sass/_widgets.scss */

.feed {
    height: 100%;
    position: relative;
}


/* line 27, ../../src/sass/_widgets.scss */

.feed .wrapper {
    position: relative;
}


/* line 31, ../../src/sass/_widgets.scss */

.feed .vertical-line {
    height: 100%;
    width: 2px;
    background: #eeeeee;
    position: absolute;
    left: 8.6%;
}


/* line 40, ../../src/sass/_widgets.scss */

.feed-item {
    padding-right: 6px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.feed-item:before,
.feed-item:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.feed-item:after {
    clear: both;
}


/* line 43, ../../src/sass/_widgets.scss */

.feed-item .icon {
    position: relative;
    z-index: 1;
    background: #eeeeee;
    text-align: center;
    color: white;
    width: 28px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
}


/* line 56, ../../src/sass/_widgets.scss */

.feed-item .icon img {
    position: relative;
    top: -2px;
    width: 26px;
    height: 26px;
}


/* line 65, ../../src/sass/_widgets.scss */

.feed-item+.feed-item {
    margin-top: 10px;
}


/* line 69, ../../src/sass/_widgets.scss */

.feed-item-body {
    padding-top: 3px;
    margin-left: 40px;
    vertical-align: bottom;
}


/* line 74, ../../src/sass/_widgets.scss */

.feed-item-body .time {
    font-size: 12px;
    line-height: 1.5em;
    color: gray;
}


/* line 83, ../../src/sass/_widgets.scss */

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}


/* line 92, ../../src/sass/_widgets.scss */

table.table thead .sorting {
    background: url("../img/datatables/sort_both.png") no-repeat center right;
}


/* line 93, ../../src/sass/_widgets.scss */

table.table thead .sorting_asc {
    background: url("../img/datatables/sort_asc.png") no-repeat center right;
}


/* line 94, ../../src/sass/_widgets.scss */

table.table thead .sorting_desc {
    background: url("../img/datatables/sort_desc.png") no-repeat center right;
}


/* line 96, ../../src/sass/_widgets.scss */

table.table thead .sorting_asc_disabled {
    background: url("../img/datatables/sort_asc_disabled.png") no-repeat center right;
}


/* line 97, ../../src/sass/_widgets.scss */

table.table thead .sorting_desc_disabled {
    background: url("../img/datatables/sort_desc_disabled.png") no-repeat center right;
}


/* line 99, ../../src/sass/_widgets.scss */

.per-page-selector label {
    vertical-align: middle;
    line-height: 26px;
}


/* line 104, ../../src/sass/_widgets.scss */

.table-top-control {
    margin-bottom: 5px;
}


/* line 108, ../../src/sass/_widgets.scss */

.table-bottom-control {
    margin-top: 10px;
}


/* line 110, ../../src/sass/_widgets.scss */

.table-bottom-control .pagination {
    margin: 0;
}


/***********************************/


/**          FILEUPLOAD          **/


/**********************************/


/* line 123, ../../src/sass/_widgets.scss */

.fileupload-progress.fade.in .progress {
    margin-top: 20px;
    margin-bottom: 5px;
}


/* line 128, ../../src/sass/_widgets.scss */

.fileupload-progress.fade.in .progress-extended {
    margin-bottom: 10px;
}


/* line 133, ../../src/sass/_widgets.scss */

.fileupload-progress.fade .progress {
    margin: 0;
}


/* line 138, ../../src/sass/_widgets.scss */

.template-upload video {
    max-width: 200px;
}


/* line 142, ../../src/sass/_widgets.scss */

.dropzone {
    border: 2px dashed #aaaaaa;
    margin-top: 10px;
    font-size: 40px;
    color: #aaaaaa;
    line-height: 120px;
    padding-left: 7%;
    vertical-align: middle;
    border-radius: 3px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.dropzone:before,
.dropzone:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.dropzone:after {
    clear: both;
}


/* line 154, ../../src/sass/_widgets.scss */

.dropzone i {
    margin-top: 20px;
    padding-right: 10%;
}


/***********************************/


/**         Search Result         **/


/***********************************/


/* line 165, ../../src/sass/_widgets.scss */

.search-result-categories>li>a {
    color: #f8f8f8;
    background-color: transparent;
    font-weight: 400;
}


/* line 169, ../../src/sass/_widgets.scss */

.search-result-categories>li>a:hover {
    color: white;
}


/* line 174, ../../src/sass/_widgets.scss */

.search-result-categories>li>a>.glyphicon {
    margin-right: 5px;
}


/* line 178, ../../src/sass/_widgets.scss */

.search-result-categories>li>a>.badge {
    float: right;
}


/* line 184, ../../src/sass/_widgets.scss */

.search-results-count {
    margin-top: 10px;
}


/* line 188, ../../src/sass/_widgets.scss */

.search-result-item {
    padding: 20px;
    background-color: white;
    border-radius: 3px;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.search-result-item:before,
.search-result-item:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.search-result-item:after {
    clear: both;
}


/* line 194, ../../src/sass/_widgets.scss */

.search-result-item .image-link {
    display: block;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

@media (min-width: 768px) {
    /* line 194, ../../src/sass/_widgets.scss */
    .search-result-item .image-link {
        display: inline-block;
        margin: -20px 0 -20px -20px;
        float: left;
        width: 200px;
    }
}

@media (max-width: 767px) {
    /* line 194, ../../src/sass/_widgets.scss */
    .search-result-item .image-link {
        max-height: 200px;
    }
}


/* line 210, ../../src/sass/_widgets.scss */

.search-result-item .image {
    max-width: 100%;
}


/* line 214, ../../src/sass/_widgets.scss */

.search-result-item .info {
    margin-top: 2px;
    font-size: 12px;
    color: gray;
}


/* line 220, ../../src/sass/_widgets.scss */

.search-result-item .description {
    color: gray;
}


/* line 224, ../../src/sass/_widgets.scss */

.search-result-item+.search-result-item {
    margin-top: 20px;
}

@media (min-width: 768px) {
    /* line 229, ../../src/sass/_widgets.scss */
    .search-result-item-body {
        margin-left: 200px;
    }
}


/* line 235, ../../src/sass/_widgets.scss */

.search-result-item-heading {
    font-weight: 400;
}


/* line 238, ../../src/sass/_widgets.scss */

.search-result-item-heading>a {
    color: #666666;
}

@media (min-width: 768px) {
    /* line 235, ../../src/sass/_widgets.scss */
    .search-result-item-heading {
        margin: 0;
    }
}


/* line 248, ../../src/sass/_widgets.scss */

.pagination-search-result>li>a,
.pagination-search-result>li>span {
    color: #f8f8f8;
}


/* line 252, ../../src/sass/_widgets.scss */

.pagination-search-result>li>a:hover,
.pagination-search-result>li>a:focus,
.pagination-search-result>li>span:hover,
.pagination-search-result>li>span:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}


/* line 259, ../../src/sass/_widgets.scss */

.pagination-search-result>.disabled>span,
.pagination-search-result>.disabled>span:hover,
.pagination-search-result>.disabled>span:focus,
.pagination-search-result>.disabled>a,
.pagination-search-result>.disabled>a:hover,
.pagination-search-result>.disabled>a:focus {
    color: #ddd;
}


/* line 268, ../../src/sass/_widgets.scss */

.pagination-search-result>.active>a,
.pagination-search-result>.active>a:hover,
.pagination-search-result>.active>a:focus,
.pagination-search-result>.active>span,
.pagination-search-result>.active>span:hover,
.pagination-search-result>.active>span:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}


/***********************************/


/**          ERROR PAGE           **/


/***********************************/


/* line 287, ../../src/sass/_widgets.scss */

.error-container {
    padding-top: 5%;
    text-align: center;
}


/* line 291, ../../src/sass/_widgets.scss */

.error-container>.btn {
    padding-left: 35px;
    padding-right: 35px;
}


/* line 297, ../../src/sass/_widgets.scss */

.error-code {
    font-size: 80px;
    font-weight: 300;
    color: white;
}

@media (min-width: 768px) {
    /* line 297, ../../src/sass/_widgets.scss */
    .error-code {
        font-size: 180px;
    }
}


/* line 306, ../../src/sass/_widgets.scss */

.error-info {
    font-size: 20px;
    color: #555555;
}


/* line 311, ../../src/sass/_widgets.scss */

.error-help {
    font-size: 14px;
}


/* line 315, ../../src/sass/_widgets.scss */

.error-page .page-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    color: gray;
    text-align: center;
}


/***********************************/


/**            INVOICE            **/


/***********************************/


/* line 330, ../../src/sass/_widgets.scss */

.invoice-logo {
    width: 253px;
    height: 70px;
}


/* line 335, ../../src/sass/_widgets.scss */

.invoice-number {
    font-size: 19.5px;
    margin-top: 15px;
}


/* line 340, ../../src/sass/_widgets.scss */

.invoice-number-info {
    color: gray;
    font-size: 14px;
}


/* line 346, ../../src/sass/_widgets.scss */

.invoice-info .details-title {
    color: gray;
    margin: 0;
}


/* line 352, ../../src/sass/_widgets.scss */

.invoice-actions {
    margin-top: 18px;
}


/* line 356, ../../src/sass/_widgets.scss */

.client-details {
    text-align: right;
}


/***********************************/


/**             Inbox             **/


/***********************************/


/* line 366, ../../src/sass/_widgets.scss */

.nav-email-folders>li>a {
    color: #eeeeee;
    font-weight: 400;
    background-color: transparent;
}


/* line 370, ../../src/sass/_widgets.scss */

.nav-email-folders>li>a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #f8f8f8;
}


/* line 375, ../../src/sass/_widgets.scss */

.nav-email-folders>li>a>.glyphicon {
    margin-right: 5px;
}


/* line 379, ../../src/sass/_widgets.scss */

.nav-email-folders>li>a>.fa-circle {
    margin-top: 3px;
}


/* line 383, ../../src/sass/_widgets.scss */

.nav-email-folders>li>a>.badge {
    background-color: #e5603b;
    font-weight: 600;
}


/* line 390, ../../src/sass/_widgets.scss */

.nav-email-folders>li.active>a,
.nav-email-folders>li.active>a:hover,
.nav-email-folders>li.active>a:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #f8f8f8;
    font-weight: 600;
}


/* line 397, ../../src/sass/_widgets.scss */

.nav-email-folders>li.active>a>.badge,
.nav-email-folders>li.active>a:hover>.badge,
.nav-email-folders>li.active>a:focus>.badge {
    color: #555555;
}


/* line 404, ../../src/sass/_widgets.scss */

.widget-email-count {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: gray;
    line-height: 29px;
}


/* line 411, ../../src/sass/_widgets.scss */

.widget-email-count+.widget-email-pagination {
    margin-left: 10px;
    border-left: 1px solid #dddddd;
    padding-left: 15px;
    border-radius: 0;
    vertical-align: -9px;
}


/* line 420, ../../src/sass/_widgets.scss */

.widget-email-pagination {
    margin: 0;
}


/* line 424, ../../src/sass/_widgets.scss */

.table-emails {
    margin-bottom: 0;
}


/* line 427, ../../src/sass/_widgets.scss */

.table-emails .name,
.table-emails .subject,
.table-emails .date {
    cursor: pointer;
}


/* line 433, ../../src/sass/_widgets.scss */

.table-emails .date {
    text-align: right;
    min-width: 65px;
}


/* line 438, ../../src/sass/_widgets.scss */

.table-emails .unread {
    font-weight: 600;
    color: #666666;
}


/* line 443, ../../src/sass/_widgets.scss */

.table-emails .favorite {
    text-align: center;
}


/* line 447, ../../src/sass/_widgets.scss */

.table-emails .starred {
    color: gray;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}


/* line 451, ../../src/sass/_widgets.scss */

.table-emails .starred:hover {
    color: #f8f8f8;
}


/* line 455, ../../src/sass/_widgets.scss */

.table-emails .starred .fa-star {
    color: #eac85e;
}


/* line 461, ../../src/sass/_widgets.scss */

.widget-table-overflow .table-emails td:first-child,
.table-emails th:first-child {
    padding-left: 17px;
}


/* line 465, ../../src/sass/_widgets.scss */

.widget-table-overflow .table-emails td:last-child,
.table-emails th:last-child {
    padding-right: 17px;
}


/* line 471, ../../src/sass/_widgets.scss */

.compose-view {
    margin: 12px 17px;
}


/* line 475, ../../src/sass/_widgets.scss */

.email-view {
    margin: 12px 17px;
}


/* line 477, ../../src/sass/_widgets.scss */

.email-view hr {
    margin: 5px 0;
}


/* line 481, ../../src/sass/_widgets.scss */

.email-view .email-body {
    margin-top: 18px;
}


/* line 486, ../../src/sass/_widgets.scss */

.email-details img {
    width: 30px;
    height: 30px;
    float: left;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.email-details-content:before,
.email-details-content:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.email-details-content:after {
    clear: both;
}


/* line 495, ../../src/sass/_widgets.scss */

.email-details-content .email {
    color: gray;
    font-size: 9.75px;
}


/* line 500, ../../src/sass/_widgets.scss */

.email-details-content .receiver {
    display: block;
    color: gray;
    margin-top: -6px;
}


/* line 506, ../../src/sass/_widgets.scss */

.email-details-content .email-date {
    margin-right: 10px;
    line-height: 24px;
    vertical-align: middle;
}


/* line 515, ../../src/sass/_widgets.scss */

.email-attachments .attachment img {
    display: block;
}


/* line 519, ../../src/sass/_widgets.scss */

.email-attachments .attachment .title {
    margin: 0;
    font-weight: bold;
}


/***********************************/


/**            LANDING            **/


/***********************************/


/* line 531, ../../src/sass/_widgets.scss */

.landing {
    padding-bottom: 40px;
}


/* line 533, ../../src/sass/_widgets.scss */

.landing .page-header {
    margin-left: 0;
    margin-right: 0;
}


/* line 539, ../../src/sass/_widgets.scss */

.landing .navbar-menu>li>a {
    line-height: 40px;
    padding: 0 10px;
    width: auto;
    font-size: 16.25px;
}


/* line 547, ../../src/sass/_widgets.scss */

.landing .navbar-buttons {
    margin-right: 20px;
}


/* line 549, ../../src/sass/_widgets.scss */

.landing .navbar-buttons>li {
    float: left;
}


/* line 551, ../../src/sass/_widgets.scss */

.landing .navbar-buttons>li>a {
    margin: 7px 10px;
}


/* line 557, ../../src/sass/_widgets.scss */

.landing .logo {
    position: static;
}


/* line 561, ../../src/sass/_widgets.scss */

.landing .content {
    padding: 25px 0;
}


/* line 565, ../../src/sass/_widgets.scss */

.landing .lead {
    font-weight: normal;
}


/* line 569, ../../src/sass/_widgets.scss */

.landing .btn {
    font-weight: normal;
}


/* line 572, ../../src/sass/_widgets.scss */

.landing .btn+.btn {
    margin-left: 10px;
}


/* line 577, ../../src/sass/_widgets.scss */

.landing .widget p {
    font-size: 14px;
}


/* line 581, ../../src/sass/_widgets.scss */

.landing .widget-about {
    margin-top: 60px;
    padding: 20px;
}


/* line 585, ../../src/sass/_widgets.scss */

.landing .widget-about h2,
.landing .widget-about h4 {
    margin-top: 0;
    font-weight: bold;
}


/* line 590, ../../src/sass/_widgets.scss */

.landing .widget-about .preview {
    margin: 40px 0;
}


/* line 594, ../../src/sass/_widgets.scss */

.landing .widget-about .btn {
    color: white;
}


/* line 599, ../../src/sass/_widgets.scss */

.landing .img-about {
    margin-top: 8px;
}


/* line 603, ../../src/sass/_widgets.scss */

.landing .features {
    margin-top: 60px;
}


/* line 607, ../../src/sass/_widgets.scss */

.landing .feature {
    text-align: center;
}


/* line 610, ../../src/sass/_widgets.scss */

.landing .feature .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 60px;
    vertical-align: middle;
    border-radius: 50%;
}


/* line 618, ../../src/sass/_widgets.scss */

.landing .feature .icon>i {
    color: #ffffff;
}


/* line 624, ../../src/sass/_widgets.scss */

.landing .thanks {
    margin-top: 60px;
}


/* line 628, ../../src/sass/_widgets.scss */

.landing .back-to-top {
    color: #f8f8f8;
}


/* line 633, ../../src/sass/_widgets.scss */

.widget-white {
    background: white;
    color: #666666;
    -webkit-box-shadow: 0 -1px 1px rgba(103, 103, 103, 0.4), 0 1px 1px rgba(103, 103, 103, 0.4);
    box-shadow: 0 -1px 1px rgba(103, 103, 103, 0.4), 0 1px 1px rgba(103, 103, 103, 0.4);
}


/* line 638, ../../src/sass/_widgets.scss */

.widget-white * {
    color: #666666;
}


/* line 643, ../../src/sass/_widgets.scss */

.carousel-landing {
    height: 450px;
    overflow: hidden;
}


/* line 647, ../../src/sass/_widgets.scss */

.carousel-landing img {
    max-width: 100%;
}


/* line 651, ../../src/sass/_widgets.scss */

.carousel-landing h1 {
    font-size: 45px;
    line-height: 1.1;
}


/* line 656, ../../src/sass/_widgets.scss */

.carousel-landing .item>.row>*:first-child {
    text-align: right;
}


/* line 660, ../../src/sass/_widgets.scss */

.carousel-landing .slide-one-header {
    margin-top: 80px;
}


/* line 664, ../../src/sass/_widgets.scss */

.carousel-landing .slide-two-header {
    margin-bottom: 40px;
}


/* line 668, ../../src/sass/_widgets.scss */

.carousel-landing .slide-three-header {
    margin-top: 100px;
    margin-bottom: 20px;
}


/* line 673, ../../src/sass/_widgets.scss */

.carousel-landing .btn-version-preview {
    margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 768px) {
    /* line 673, ../../src/sass/_widgets.scss */
    .carousel-landing .btn-version-preview {
        display: none;
    }
}


/* line 683, ../../src/sass/_widgets.scss */

.carousel-fade .carousel-inner>.item {
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}


/* line 687, ../../src/sass/_widgets.scss */

.carousel-fade .carousel-inner>.next,
.carousel-fade .carousel-inner>.prev {
    left: auto;
}


/* line 691, ../../src/sass/_widgets.scss */

.carousel-fade .carousel-inner>.next.left,
.carousel-fade .carousel-inner>.prev.right {
    opacity: 1;
    left: auto;
}


/* line 697, ../../src/sass/_widgets.scss */

.carousel-fade .carousel-inner>.active.left,
.carousel-fade .carousel-inner>.active.right,
.carousel-fade .carousel-inner>.next,
.carousel-fade .carousel-inner>.prev {
    opacity: 0;
    left: auto;
}


/* line 707, ../../src/sass/_widgets.scss */

.carousel-control-landing {
    opacity: 1;
    width: 2%;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px) {
    /* line 714, ../../src/sass/_widgets.scss */
    .carousel-control-landing .icon-prev,
    .carousel-control-landing .icon-next {
        font-size: 50px;
    }
}


/* line 721, ../../src/sass/_widgets.scss */

.carousel-control-landing.left {
    background: none;
}


/* line 724, ../../src/sass/_widgets.scss */

.carousel-control-landing.right {
    background: none;
}


/***********************/


/*    Notifications    */


/***********************/


/* line 734, ../../src/sass/_widgets.scss */

.location-selector {
    width: 100%;
    height: 220px;
    border: 1px dashed #dddddd;
    background-color: #fafafa;
    position: relative;
}


/* line 740, ../../src/sass/_widgets.scss */

.location-selector .bit {
    background-color: #e0e0e0;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;
    position: absolute;
}


/* line 745, ../../src/sass/_widgets.scss */

.location-selector .bit:hover {
    background-color: #d4d4d4;
}


/* line 747, ../../src/sass/_widgets.scss */

.location-selector .bit.top,
.location-selector .bit.bottom {
    height: 25%;
    width: 40%;
    margin: 0 30%;
}


/* line 751, ../../src/sass/_widgets.scss */

.location-selector .bit.top {
    top: 0;
}


/* line 753, ../../src/sass/_widgets.scss */

.location-selector .bit.bottom {
    bottom: 0;
}


/* line 755, ../../src/sass/_widgets.scss */

.location-selector .bit.right,
.location-selector .bit.left {
    height: 20%;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
}


/* line 760, ../../src/sass/_widgets.scss */

.location-selector .bit.right {
    right: 0;
}


/* line 762, ../../src/sass/_widgets.scss */

.location-selector .bit.left {
    left: 0;
}


/***********************************/


/**          BOXES               **/


/**********************************/


/*boxes*/


/* line 772, ../../src/sass/_widgets.scss */

.box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    text-align: left;
    margin-bottom: 30px;
    background: #00020600;
    color: #666666;
}


/* line 781, ../../src/sass/_widgets.scss */

.box .description {
    font-weight: normal;
    text-align: center;
    color: #ececec;
    margin: 10px -5px;
}


/* line 787, ../../src/sass/_widgets.scss */

.box .icon,
.box .big-text {
    margin-top: 15px;
    font-size: 36px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}


/***********************************/


/**          CHARTS               **/


/**********************************/


/* line 801, ../../src/sass/_widgets.scss */

.large .pie-chart {
    height: 212px;
}


/* line 805, ../../src/sass/_widgets.scss */

.xlarge .pie-chart {
    height: 298px;
}


/* line 809, ../../src/sass/_widgets.scss */

.pie-chart {
    position: relative;
}


/* line 812, ../../src/sass/_widgets.scss */

.pie-chart .total {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
}


/* line 819, ../../src/sass/_widgets.scss */

.pie-chart .visits {
    font-weight: 400;
    color: #666666;
    font-size: 16.25px;
}


/* line 828, ../../src/sass/_widgets.scss */

.pie-chart-footer .controls {
    margin-top: 16px;
    width: 100%;
}


/* line 833, ../../src/sass/_widgets.scss */

.pie-chart-footer .control {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #eeeeee;
    text-align: center;
    font-weight: normal;
    padding: 3px 2%;
    color: #666666;
    width: 20.625%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0.5%;
    float: left;
}


/* line 848, ../../src/sass/_widgets.scss */

.pie-chart-footer .control:first-child {
    border-bottom-left-radius: 3px;
    margin-left: 0;
}


/* line 853, ../../src/sass/_widgets.scss */

.pie-chart-footer .control:last-child {
    border-bottom-right-radius: 3px;
}


/* line 857, ../../src/sass/_widgets.scss */

.pie-chart-footer .control.disabled {
    border-top: 3px solid transparent !important;
}


/* line 861, ../../src/sass/_widgets.scss */

.pie-chart-footer .control .key {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}


/* line 867, ../../src/sass/_widgets.scss */

.pie-chart-footer .control .value {
    font-size: 16.25px;
    font-weight: bold;
    margin-bottom: 5px;
}


/* line 875, ../../src/sass/_widgets.scss */

.visits-chart {
    height: 200px;
}


/* line 879, ../../src/sass/_widgets.scss */

.visits-info {
    margin: 12px 0 0;
    text-align: center;
    padding-bottom: 0;
}


/* line 884, ../../src/sass/_widgets.scss */

.visits-info .key {
    color: #666666;
}


/* line 888, ../../src/sass/_widgets.scss */

.visits-info .value {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16.25px;
}


/* disable bootstrap 3 border-box for tooltips */


/* line 897, ../../src/sass/_widgets.scss */

.jqstooltip,
.jqstooltip * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/***********************************/


/**          NEWS LIST           **/


/**********************************/


/**
 * Legacy .users-list. Will be removed in next release.
 */


/* line 912, ../../src/sass/_widgets.scss */

.news-list.news-list-no-hover li:hover,
.users-list.news-list-no-hover li:hover {
    background: none;
    cursor: default;
}


/* line 917, ../../src/sass/_widgets.scss */

.news-list.stretchable>li,
.users-list.stretchable>li {
    height: auto;
}


/* line 921, ../../src/sass/_widgets.scss */

.news-list li,
.users-list li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 1px solid #eeeeee;
    padding: 12px;
    margin: 0 -17px;
    cursor: pointer;
    height: 50px;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}


/* line 930, ../../src/sass/_widgets.scss */

.news-list li:hover,
.users-list li:hover {
   /*  background: #eeeeee; */
}


/* line 934, ../../src/sass/_widgets.scss */

.news-list li:last-child,
.users-list li:last-child {
    margin-bottom: -12px;
}


/* line 939, ../../src/sass/_widgets.scss */

.news-list img,
.news-list .icon,
.users-list img,
.users-list .icon {
    float: left;
    height: 50px;
    width: 50px;
}


/* line 946, ../../src/sass/_widgets.scss */

.news-list .icon,
.users-list .icon {
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
}


/* line 953, ../../src/sass/_widgets.scss */

.news-list .news-item-info,
.users-list .news-item-info {
    margin-left: 62px;
    /*50 + 12px padding*/
}


/* line 957, ../../src/sass/_widgets.scss */

.news-list .name,
.news-list .time,
.news-list .position,
.users-list .name,
.users-list .time,
.users-list .position {
    line-height: 16px;
}


/* line 961, ../../src/sass/_widgets.scss */

.news-list h4.name,
.users-list h4.name {
    text-transform: none;
}


/* line 965, ../../src/sass/_widgets.scss */

.news-list .name,
.users-list .name {
    margin: 0;
    text-transform: uppercase;
}


/* line 969, ../../src/sass/_widgets.scss */

.news-list .name a,
.users-list .name a {
    text-decoration: none;
}


/* line 971, ../../src/sass/_widgets.scss */

.news-list .name a:hover,
.users-list .name a:hover {
    color: #4d9dd7;
}


/* line 977, ../../src/sass/_widgets.scss */

.news-list p,
.users-list p {
    margin-top: 5px;
    font-size: 90%;
    line-height: 1.4;
}


/* line 983, ../../src/sass/_widgets.scss */

.news-list .time,
.users-list .time {
    font-size: 12px;
    color: gray;
}


/* line 988, ../../src/sass/_widgets.scss */

.news-list .options,
.users-list .options {
    margin-top: 5px;
}


/* line 992, ../../src/sass/_widgets.scss */

.news-list .comment,
.users-list .comment {
    font-size: 12px;
    color: #666666;
    line-height: 1.3em;
}


/* line 1000, ../../src/sass/_widgets.scss */

.users-list-group img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}


/* line 1007, ../../src/sass/_widgets.scss */

.users-list-group .fa-circle {
    margin-top: 14px;
}


/***********************************/


/**          LOGIN                **/


/**********************************/


/* line 1017, ../../src/sass/_widgets.scss */

.single-widget-container {
    left: 0;
    top: 15%;
    position: absolute;
    width: 100%;
}


/* line 1024, ../../src/sass/_widgets.scss */

.single-widget-container .widget {
    margin: 0 auto;
}

/* line 1029, ../../src/sass/_widgets.scss */

.login-widget,
.registration-widget {
    width: 350px;
    border-radius: 15px;
    padding-bottom: 0;
}

@media only screen and (max-width: 480px){ 
    .login-widget {
        width: 75%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px){ 
    .login-widget {
        width: 330px;
    }
}

/* line 1033, ../../src/sass/_widgets.scss */

.login-widget header,
.registration-widget header {
    margin: 15px 0 25px 0;
}

/* line 1037, ../../src/sass/_widgets.scss */

.login-widget .form-control,
.registration-widget .form-control {
    font-size: 13px;
}

@media only screen and (max-width: 480px){
    .form-control, .input-group-addon {
        font-size: 9px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px){ 
    .form-control, .input-group-addon {
        font-size: 11px !important;
        /* height: 36px !important; */
    }
}


/* line 1041, ../../src/sass/_widgets.scss */

.login-widget .input-group-addon,
.registration-widget .input-group-addon {
    padding: 8px 7px;
}


/* line 1044, ../../src/sass/_widgets.scss */

.login-widget .input-group-addon i,
.login-widget .input-group-addon i:before,
.login-widget .input-group-addon i:after,
.registration-widget .input-group-addon i,
.registration-widget .input-group-addon i:before,
.registration-widget .input-group-addon i:after {
    width: 20px;
    margin: 0;
}


/* line 1051, ../../src/sass/_widgets.scss */

.login-widget .form-actions,
.registration-widget .form-actions {
    margin: 0 -17px;
    padding: 20px 15px 0 15px;
}


/* line 1055, ../../src/sass/_widgets.scss */

.login-widget .form-actions .small-circle,
.registration-widget .form-actions .small-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}


/* line 1063, ../../src/sass/_widgets.scss */

.login-widget .form-actions .small-circle i,
.registration-widget .form-actions .small-circle i {
    position: relative;
    left: 1px;
}


/* line 1068, ../../src/sass/_widgets.scss */

.login-widget .form-actions .forgot,
.registration-widget .form-actions .forgot {
    display: block;
    text-align: center;
    color: #666666;
    padding: 15px 0;
}


/* line 1076, ../../src/sass/_widgets.scss */

.login-widget footer,
.registration-widget footer {
    margin: 0 -17px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    position: static;
}


/* line 1084, ../../src/sass/_widgets.scss */

.login-widget .facebook-login,
.registration-widget .facebook-login {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 30px;
    background: #618fb0;
    text-align: center;
    padding-top: 10px;
}


/* line 1091, ../../src/sass/_widgets.scss */

.login-widget .facebook-login a,
.registration-widget .facebook-login a {
    color: white;
    display: block;
    text-shadow: none;
    text-decoration: none;
}


/***********************************/


/**          CHAT                 **/


/**********************************/


/* line 1105, ../../src/sass/_widgets.scss */

.chat-messages {
    padding-right: 15px;
}


/* line 1109, ../../src/sass/_widgets.scss */

.chat-footer {
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
}


/* line 1113, ../../src/sass/_widgets.scss */

.chat-footer input {
    margin-bottom: 0;
}


/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.chat-message:before,
.chat-message:after {
    content: " ";
    display: table;
}


/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.chat-message:after {
    clear: both;
}


/* line 1120, ../../src/sass/_widgets.scss */

.chat-message .icon {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 53px;
    height: 53px;
    line-height: 53px;
    vertical-align: middle;
    -moz-border-radius: 53px;
    -webkit-border-radius: 53px;
    border-radius: 53px;
}


/* line 1130, ../../src/sass/_widgets.scss */

.chat-message .icon img {
    position: relative;
    top: -2px;
    width: 50px;
    height: 50px;
}


/* line 1138, ../../src/sass/_widgets.scss */

.chat-message .time {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: gray;
}


/* line 1146, ../../src/sass/_widgets.scss */

.chat-message+.chat-message {
    margin-top: 10px;
}


/* line 1150, ../../src/sass/_widgets.scss */

.chat-message-body {
    margin-left: 63px;
    padding: 8px 10px;
    background: #eeeeee;
    position: relative;
    border-left: 2px solid gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* line 1159, ../../src/sass/_widgets.scss */

.chat-message-body.on-left {
    margin-left: 0;
    margin-right: 63px;
    border-left: none;
    border-right: 2px solid white;
}


/* line 1165, ../../src/sass/_widgets.scss */

.chat-message-body.on-left .arrow {
    left: auto;
    right: -7px;
    border-right: none;
    border-left: 5px solid white;
}


/* line 1173, ../../src/sass/_widgets.scss */

.chat-message-body.on-left .sender,
.chat-message-body.on-left .text {
    text-align: right;
}


/* line 1178, ../../src/sass/_widgets.scss */

.chat-message-body .arrow {
    display: block;
    position: absolute;
    top: 21px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}


/***********************************/


/**          STATS-ACTIVITY       **/


/**********************************/


/* line 1198, ../../src/sass/_widgets.scss */

.overall-stats li {
    margin-top: 12px;
}


/* line 1202, ../../src/sass/_widgets.scss */

.overall-stats .key {
    line-height: 18px;
    margin-left: 5px;
}


/* line 1207, ../../src/sass/_widgets.scss */

.overall-stats .icon {
    text-align: center;
}


/* line 1211, ../../src/sass/_widgets.scss */

.overall-stats .value {
    text-align: right;
}


/* line 1217, ../../src/sass/_widgets.scss */

.server-stats {
    margin-top: -3px;
    margin-bottom: 2px;
}


/* line 1220, ../../src/sass/_widgets.scss */

.server-stats li {
    margin-bottom: 10px;
}


/* line 1222, ../../src/sass/_widgets.scss */

.server-stats li:last-child {
    margin-bottom: 0;
}


/* line 1227, ../../src/sass/_widgets.scss */

.server-stats .progress {
    margin-bottom: 0;
}


/***********************************/


/**           ICON LIST           **/


/***********************************/


/* line 1236, ../../src/sass/_widgets.scss */

.icon-list {
    margin-top: 18px;
}


/* line 1240, ../../src/sass/_widgets.scss */

.icon-list-item {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
}


/* line 1244, ../../src/sass/_widgets.scss */

.icon-list-item>a {
    color: #666666;
    text-decoration: none;
}


/* line 1250, ../../src/sass/_widgets.scss */

.icon-list-item .glyphicon,
.icon-list-item .fa {
    width: 32px;
    margin-right: 10px;
}


/* line 1257, ../../src/sass/_widgets.scss */

.icon-list-item:hover .glyphicon,
.icon-list-item:hover .fa {
    font-size: 28px;
}


/* line 1262, ../../src/sass/_widgets.scss */

.icon-list-item:hover .fa {
    vertical-align: -5px;
}


/* line 1266, ../../src/sass/_widgets.scss */

.icon-list-item:hover .glyphicon {
    vertical-align: -6px;
}


/***********************************/


/**      LIST GROUP SORTABLE      **/


/***********************************/


/* line 1277, ../../src/sass/_widgets.scss */

.list-group-sortable>.list-group-item {
    margin-bottom: 0;
    border-radius: 3px;
}


/* line 1281, ../../src/sass/_widgets.scss */

.list-group-sortable>.list-group-item+.list-group-item {
    margin-top: 9px;
}


/* line 1286, ../../src/sass/_widgets.scss */

.list-group-sortable>.list-group-item-placeholder {
    border: 1px dashed #999999;
    background-color: rgba(255, 255, 255, 0.25);
}


/* line 1291, ../../src/sass/_widgets.scss */

.list-group-sortable:last-of-type>.list-group-item:last-child {
    border-bottom: 1px solid transparent;
}


/**
 * Nestable
 */


/* line 1300, ../../src/sass/_widgets.scss */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}


/* line 1311, ../../src/sass/_widgets.scss */

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* line 1319, ../../src/sass/_widgets.scss */

.dd-list .dd-list {
    padding-left: 30px;
}


/* line 1323, ../../src/sass/_widgets.scss */

.dd-collapsed .dd-list {
    display: none;
}


/* line 1327, ../../src/sass/_widgets.scss */

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}


/* line 1339, ../../src/sass/_widgets.scss */

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #666666;
    text-decoration: none;
    background: white;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 1352, ../../src/sass/_widgets.scss */

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #666666;
}


/* line 1373, ../../src/sass/_widgets.scss */

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}


/* line 1382, ../../src/sass/_widgets.scss */

.dd-item>button[data-action="collapse"]:before {
    content: '-';
}


/* line 1386, ../../src/sass/_widgets.scss */

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* line 1397, ../../src/sass/_widgets.scss */

.dd-empty {
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    min-height: 100px;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75)), -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75));
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75)), linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75));
}


/* line 1407, ../../src/sass/_widgets.scss */

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}


/* line 1413, ../../src/sass/_widgets.scss */

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}


/* line 1417, ../../src/sass/_widgets.scss */

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}


/**
 * Nestable Extras
 */


/* line 1426, ../../src/sass/_widgets.scss */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
    /* line 1437, ../../src/sass/_widgets.scss */
    .dd+.dd {
        margin-left: 2%;
    }
}


/* line 1443, ../../src/sass/_widgets.scss */

.dd-hover>.dd-handle {
    background: #2ea8e5 !important;
}


/**
 * Nestable Draggable Handles
 */


/* line 1451, ../../src/sass/_widgets.scss */

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* line 1470, ../../src/sass/_widgets.scss */

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}


/* line 1475, ../../src/sass/_widgets.scss */

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}


/* line 1479, ../../src/sass/_widgets.scss */

.dd3-item>button {
    margin-left: 30px;
}


/* line 1483, ../../src/sass/_widgets.scss */

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* line 1502, ../../src/sass/_widgets.scss */

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}


/* line 1516, ../../src/sass/_widgets.scss */

.dd3-handle:hover {
    background: #ddd;
}

@media print {
    /* line 3, ../../src/sass/_print.scss */
    hr {
        border-bottom-color: #999999;
    }
    /* line 7, ../../src/sass/_print.scss */
    blockquote {
        border-top: none;
        border-right: none;
        border-bottom: none;
    }
    /* line 13, ../../src/sass/_print.scss */
    .sidebar {
        display: none;
    }
    /* line 17, ../../src/sass/_print.scss */
    .wrap {
        margin: 0;
    }
    /* line 21, ../../src/sass/_print.scss */
    .page-header {
        display: none;
    }
    /* line 25, ../../src/sass/_print.scss */
    .logo {
        position: static;
        width: auto;
    }
    /* line 30, ../../src/sass/_print.scss */
    .table,
    .table td,
    .table th {
        background: white !important;
        border: none !important;
    }
    /* line 35, ../../src/sass/_print.scss */
    .table td {
        border-top: 1px solid #999999 !important;
    }
    /* line 39, ../../src/sass/_print.scss */
    .hidden-print {
        display: none !important;
    }
    /* line 44, ../../src/sass/_print.scss */
    .client-details {
        text-align: right;
    }
    /* line 50, ../../src/sass/_print.scss */
    .col-print-1,
    .col-print-2,
    .col-print-3,
    .col-print-4,
    .col-print-5,
    .col-print-6,
    .col-print-7,
    .col-print-8,
    .col-print-9,
    .col-print-10,
    .col-print-11 {
        float: left;
    }
    /* line 63, ../../src/sass/_print.scss */
    .col-print-1 {
        width: 8.3333333333%;
    }
    /* line 64, ../../src/sass/_print.scss */
    .col-print-2 {
        width: 16.6666666667%;
    }
    /* line 65, ../../src/sass/_print.scss */
    .col-print-3 {
        width: 25%;
    }
    /* line 66, ../../src/sass/_print.scss */
    .col-print-4 {
        width: 33.3333333333%;
    }
    /* line 67, ../../src/sass/_print.scss */
    .col-print-5 {
        width: 41.6666666667%;
    }
    /* line 68, ../../src/sass/_print.scss */
    .col-print-6 {
        width: 50%;
    }
    /* line 69, ../../src/sass/_print.scss */
    .col-print-7 {
        width: 58.3333333333%;
    }
    /* line 70, ../../src/sass/_print.scss */
    .col-print-8 {
        width: 66.6666666667%;
    }
    /* line 71, ../../src/sass/_print.scss */
    .col-print-9 {
        width: 75%;
    }
    /* line 72, ../../src/sass/_print.scss */
    .col-print-10 {
        width: 83.3333333333%;
    }
    /* line 73, ../../src/sass/_print.scss */
    .col-print-11 {
        width: 91.6666666667%;
    }
    /* line 74, ../../src/sass/_print.scss */
    .col-print-12 {
        width: 100%;
    }
    /* line 77, ../../src/sass/_print.scss */
    .col-print-push-0 {
        left: auto;
    }
    /* line 78, ../../src/sass/_print.scss */
    .col-print-push-1 {
        left: 8.3333333333%;
    }
    /* line 79, ../../src/sass/_print.scss */
    .col-print-push-2 {
        left: 16.6666666667%;
    }
    /* line 80, ../../src/sass/_print.scss */
    .col-print-push-3 {
        left: 25%;
    }
    /* line 81, ../../src/sass/_print.scss */
    .col-print-push-4 {
        left: 33.3333333333%;
    }
    /* line 82, ../../src/sass/_print.scss */
    .col-print-push-5 {
        left: 41.6666666667%;
    }
    /* line 83, ../../src/sass/_print.scss */
    .col-print-push-6 {
        left: 50%;
    }
    /* line 84, ../../src/sass/_print.scss */
    .col-print-push-7 {
        left: 58.3333333333%;
    }
    /* line 85, ../../src/sass/_print.scss */
    .col-print-push-8 {
        left: 66.6666666667%;
    }
    /* line 86, ../../src/sass/_print.scss */
    .col-print-push-9 {
        left: 75%;
    }
    /* line 87, ../../src/sass/_print.scss */
    .col-print-push-10 {
        left: 83.3333333333%;
    }
    /* line 88, ../../src/sass/_print.scss */
    .col-print-push-11 {
        left: 91.6666666667%;
    }
    /* line 90, ../../src/sass/_print.scss */
    .col-print-pull-0 {
        right: auto;
    }
    /* line 91, ../../src/sass/_print.scss */
    .col-print-pull-1 {
        right: 8.3333333333%;
    }
    /* line 92, ../../src/sass/_print.scss */
    .col-print-pull-2 {
        right: 16.6666666667%;
    }
    /* line 93, ../../src/sass/_print.scss */
    .col-print-pull-3 {
        right: 25%;
    }
    /* line 94, ../../src/sass/_print.scss */
    .col-print-pull-4 {
        right: 33.3333333333%;
    }
    /* line 95, ../../src/sass/_print.scss */
    .col-print-pull-5 {
        right: 41.6666666667%;
    }
    /* line 96, ../../src/sass/_print.scss */
    .col-print-pull-6 {
        right: 50%;
    }
    /* line 97, ../../src/sass/_print.scss */
    .col-print-pull-7 {
        right: 58.3333333333%;
    }
    /* line 98, ../../src/sass/_print.scss */
    .col-print-pull-8 {
        right: 66.6666666667%;
    }
    /* line 99, ../../src/sass/_print.scss */
    .col-print-pull-9 {
        right: 75%;
    }
    /* line 100, ../../src/sass/_print.scss */
    .col-print-pull-10 {
        right: 83.3333333333%;
    }
    /* line 101, ../../src/sass/_print.scss */
    .col-print-pull-11 {
        right: 91.6666666667%;
    }
    /* line 104, ../../src/sass/_print.scss */
    .col-print-offset-0 {
        margin-left: 0;
    }
    /* line 105, ../../src/sass/_print.scss */
    .col-print-offset-1 {
        margin-left: 8.3333333333%;
    }
    /* line 106, ../../src/sass/_print.scss */
    .col-print-offset-2 {
        margin-left: 16.6666666667%;
    }
    /* line 107, ../../src/sass/_print.scss */
    .col-print-offset-3 {
        margin-left: 25%;
    }
    /* line 108, ../../src/sass/_print.scss */
    .col-print-offset-4 {
        margin-left: 33.3333333333%;
    }
    /* line 109, ../../src/sass/_print.scss */
    .col-print-offset-5 {
        margin-left: 41.6666666667%;
    }
    /* line 110, ../../src/sass/_print.scss */
    .col-print-offset-6 {
        margin-left: 50%;
    }
    /* line 111, ../../src/sass/_print.scss */
    .col-print-offset-7 {
        margin-left: 58.3333333333%;
    }
    /* line 112, ../../src/sass/_print.scss */
    .col-print-offset-8 {
        margin-left: 66.6666666667%;
    }
    /* line 113, ../../src/sass/_print.scss */
    .col-print-offset-9 {
        margin-left: 75%;
    }
    /* line 114, ../../src/sass/_print.scss */
    .col-print-offset-10 {
        margin-left: 83.3333333333%;
    }
    /* line 115, ../../src/sass/_print.scss */
    .col-print-offset-11 {
        margin-left: 91.6666666667%;
    }
}


/**
 * Custom
 *
 */

.logo {
    left: 45px;
    top: 0px;
}

.logo>h3 {
    font-size: 20px;
    vertical-align: middle;
}

.logo strong {
    color: white !important;
}

.logo>h3>a {
    position: relative;
    top: 3px;
}

@media (max-width: 767px) {
    .logo {
        left: 40px;
        width: auto;
    }
}

@media (max-width: 480px) {
    .logo {
        left: 10px;
    }
}

feedLoading {
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    font-size: 4em;
    color: white;
    text-shadow: 2px 2px 2px #021124;
    z-index: 999999;
}

.tdIcon {
    width: 10px;
}

.msg-login {
    size: 11;
    text-align: center;
    color: #2ca02c;
}

map {
    height: 450px;
}

.gm-style-iw h4 {
    color: #000000;
}

.gm-style-iw h5 {
    color: #000000;
}

.widget-comprido {
    height: 600px;
}

.slimScrollDiv,
.scroll-body {
    height: 500px;
}
.slimScrollDiv,
.scroll-body2 {
    height: 200px;
    overflow:auto !important;
}

#scrollArea {
    height: 550px;
    overflow: auto;
}

.list {
    list-style: none outside none;
    margin: 10px 0 30px;
}

.icones-dashboard {
    margin-top: 15px;
}

.icone-nome-dashboard {
    margin-top: 4px;
}

.item {
    width: 100%;
    /* padding: 5px 10px; */
    /* margin: 5px 0; */
    /* border: 2px solid #444; */
    border-radius: 5px;
    /* background-color: #4a7594; */
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.ui-sortable-helper {
    cursor: move;
}

.modal .table th {
    font-weight: 600;
    color: #cccccc;
}

/* ---------Color Box----------- */

.input-color {
    position: relative;
}
.input-color input {
    padding-left: 20px;
}
.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}

.top3 {
    margin-top: 3%;
}

nav.collapse.in ul.navbar #top-bar {
    /* margin-top: 10% !important;
    background-color: #2b6a7e; */
    display: none;
}

.btn-menu {
    background: none !important;
    border: none  !important;
    float: right;
    font-size: 20px;
}

@media (max-width: 767.99px){
    .close-menu {
        position: relative; 
        top: -10px;
        left: 50%; 
        z-index: 100; 
        font-size: 2rem;
    }
    .menu-lateral {
        margin: 0 !important;
        width: 100% !important; 
        background-color: #00000080;
        position: fixed;
    }
    .menu-list {
        background-color: #202020;
        height: 100vh !important;
        width: 50% !important; 
        margin-top: -35px !important;
    }
}

@media (min-width: 768px){
    .close-menu {
        display: none;
    }
    .menu-list {
        margin-top: -42px !important;
    }
}
